CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2010/08/09 14:33:58 Modified files: share/man/man8 : crash.8 Log message: Remove extra space. OK jmc schwarze CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2010/08/09 14:40:08 Modified files: usr.bin/less : prompt.c Log message: Remove extra `.' from -m prompt string. From Daniel Malament danielm at bluetiger dot net, PR 6234. OK millert CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2010/08/09 14:42:32 Modified files: usr.bin/less : less.1 Log message: Match -m prompt string in man page with code. From Daniel Malament danielm at bluetiger dot net, PR 6234. OK millert CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2010/08/09 16:02:08 Modified files: . : donations.html Log message: Bas Stolker sent me an Itanium beast, thanks! CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/08/09 20:06:43 Modified files: sys/arch/amd64/isa: clock.c Log message: Someone went nuts with spaces and tabs. No binary change. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/08/09 20:23:31 Modified files: sys/arch/i386/isa: clock.c Log message: spaces and tabs, no binary change CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/08/10 14:34:16 Modified files: share/man/man7 : hier.7 share/man/man8/man8.amd64: boot_amd64.8 share/man/man8/man8.i386: boot_i386.8 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 usr.bin/top : top.1 Log message: add a description for bsd.sp where appropriate; while here, write "multiprocessor" in a consistent way. written with lots of good advice from jmc@, who noted that changing hier(7) was not enough and carefully reviewed this diff. ok jmc@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/08/10 14:55:50 Modified files: . : Makefile Log message: permit sgi/loongson to make a release with no xorg.conf, broken since xorg.conf was removed for these archs CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/08/10 14:56:13 Modified files: distrib/sets/lists/xbase: mi distrib/sets/lists/xetc: md.sgi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/08/10 16:05:36 Modified files: usr.bin/dirname: dirname.c Log message: s/Usage/usage/ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/08/10 17:35:08 Modified files: sbin/disklabel : editor.c Log message: Add support for t/T == terabyte units to -E. Prodded by deraadt@. Semantically equivalent version ok beck@ millert@ and tested ckeuthe@. "just commit" deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2010/08/10 19:14:27 Modified files: libexec/ld.so : resolve.c resolve.h Log message: Make _dl_searchnum signed as originally intended. Pointed out by patrick keshish. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/08/10 20:18:25 Modified files: sys/dev/ic : gdt_common.c Log message: Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing disks during shut down. scsi_done() problem found by Federico Giannici. Feedback and fixes from matthew@ and dlg@. Testing of various versions by Federico and sthen@ via Pierre Berthier. ok matthew@ deraadt@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2010/08/11 01:27:36 Modified files: sys/dev/ic : athn.c Log message: Typo in comment: auhtorized->authorized CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:27:50 Modified files: usr.bin/tmux : cmd-list-panes.c Log message: Show which pane is active in the list-panes output, suggested by Dominik Honnef. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:34:43 Modified files: usr.bin/tmux : server-client.c server-window.c tmux.h tty.c Log message: Change the way backoff works. Instead of stopping reading from the pty when the client tty backs up too much, just stop updating the tty and only update the internal screen. Then when the tty recovers, force a redraw. This prevents a dodgy client from causing other clients to go into backoff while still allowing tmux to be responsive (locally) when seeing lots of output. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:36:23 Modified files: usr.bin/tmux : server-fn.c Log message: Treat trying to link or move to the same window as an error to avoid removing it accidentally. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:38:00 Modified files: usr.bin/tmux : cmd-join-pane.c cmd-paste-buffer.c Log message: Usage string fixes from Ben Boeckel. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:41:05 Modified files: usr.bin/tmux : cmd-copy-mode.c Log message: Handle failure to change mode, to avoid dying when switching into copy mode when already in a different mode. Reported by "Florian". CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/11 01:45:06 Modified files: usr.bin/tmux : cmd-rename-session.c Log message: Do not allow duplicate session names to be created, reported by Dominik Honnef, patch from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/11 04:03:29 Modified files: sbin/pfctl : pfctl.c Log message: Fix a logic problem which could in theory cause pfctl to recursively print anchors with wildcards when not requested via the command line but in practice only applied to automatically generated inline anchors (which don't have wildcards) or when recursion was requested. Found by the clang static analyser and behaviour explained by mcbride@ ok henning@ mcbride@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/11 05:35:09 Modified files: sys/dev/pci : if_ix.c Log message: Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 case. Adapted from Intel code in FreeBSD and tested on 82598/82599. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/11 07:11:59 Modified files: sys/arch/i386/stand/libsa: biosdev.c sys/arch/amd64/stand/libsa: biosdev.c Log message: De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements into one function is generating broken code; it might be because of missing register clobbers. This is a workaround... it'd be nice to know the real problem work done with mlarkin and pirofti CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/11 08:18:52 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 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2010/08/11 08:35:34 Modified files: sys/kern : vfs_subr.c Log message: Make the number of vnodes to correspond to the number of buffers in buffer cache - we grow them dynamically, but do not attempt to shrink them if the buffer cache shrinks after growing. Tested by very many for a long time. ok oga@ todd@ phessler@ tedu@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/11 12:38:30 Modified files: usr.bin/gzsig : key.c Log message: plug several resource leaks help and ok millert@ (ok deraadt@ for an earlier version of this diff) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/11 15:22:44 Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/i386/include: cpu.h sys/arch/i386/isa: clock.c sys/arch/amd64/amd64: acpi_machdep.c sys/arch/amd64/include: cpu.h sys/arch/amd64/isa: clock.c Log message: Disable the RTC the periodic interrupt. Leaving it enabled causes the Dell Inspirion 4150 to wake up immediately even though RTC_EN isn't set in the PM1 Enable register. ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/11 18:25:24 Modified files: sys/conf : newvers.sh Log message: we are at -current again CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/11 18:26:55 Modified files: sys/dev/ic : gdt_common.c Log message: Initialize xs to NULL in gdt_intr() since it now might be used before otherwise assigned. ok krw@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2010/08/11 20:00:28 Modified files: bin/csh : dol.c sem.c bin/ed : main.c usr.sbin/ppp/pppctl: pppctl.c usr.sbin/pppd/chat: chat.c Log message: Use symbolic names for the file descriptors rather than numeric values. Some from damien@, millert@ ok phessler@, millert@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/11 22:05:03 Modified files: sys/ntfs : ntfs.h ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log message: clean up some macro obfuscation and assorted styling problems. fix a bonus off by one bug. ok matthew CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/11 22:26:57 Modified files: sys/ntfs : ntfs_compr.c ntfs_conv.c Log message: these files don't need to include nearly so many headers CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/11 22:33:40 Modified files: sbin/ccdconfig : ccdconfig.c Log message: correct a format string. not sure who thought size_t would be a good match for ccd size, though. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/11 23:02:52 Modified files: usr.bin/paste : paste.c Log message: make fgetln fixups look like the man page. correct a pair of brances and some other style tweaks CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/12 08:21:55 Modified files: sys/dev/ic : xl.c xlreg.h sys/dev/pci : if_xl_pci.c Log message: Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon resume to make sure the chip is initialized the same way as upon attach. Fixes memory corruption after resume on the Dell Inspirion 4150. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/08/12 09:00:17 Modified files: sys/kern : vfs_subr.c Log message: Nuke extra (typoed) extern declaration and a spare newline from the last commit. "fix it -- free commit" beck@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/08/12 09:04:00 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_iwn.c if_wpi.c Log message: Instead of returning EBUSY when the busy flag is set in the ioctl, sleep until whoever has it is done with it. This is kept as flag/sleep condvars instead of a rwlock because later we may want to quiesce the handler before suspend to make sure nothing is sleeping on a chip that is about to be whacked (doing so will change the proc so rwlocks won't work). ok damien@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/08/12 09:07:26 Modified files: sys/dev/pci/drm: i915_drv.c Log message: Fix a one character typo that broke interrupt handling on ironlake. we disable the interrupt while we are handling it (this is required according to intel) but instead of writing the version with the master enable bit back to the Interrupt Enable Register, we wrote it to the Interrupt Indication Register, so after the first interrupt we only got lucky due to shared interrupts when we were after anything. s/IIR/IMR/ on that one call and it works. tested by guenther@ and marco@ and myself. Fixes hangs when waiting for the chip which were unstuck by moving the mouse. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/08/12 09:13:44 Modified files: sys/dev/pci/drm: i915_drm.h i915_drv.c i915_drv.h i915_irq.c Log message: Fix a ton of space and tab violations. No binary change. ok oga CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/12 09:26:34 Modified files: sbin/fsck : fsutil.c fsutil.h sbin/fsck_ext2fs: main.c sbin/fsck_ffs : main.c setup.c sbin/fsck_msdos: main.c Log message: Print the real device name followed by the disklabel UID in parenthesis when fsck is run against a disklabel UID. This allows a user to determine which device is really being scanned. ok krw@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/12 10:04:51 Modified files: sys/dev/ic : ar9280.c Log message: Fix look-up of the power control digital-to-analog converter (PCDAC) value in the Tx gain table. This fixes AR9280/AR9281 chips in open-loop power control mode, like the high power solution found in the Acer Aspire One. tested by ray@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/12 10:32:31 Modified files: sys/dev/ic : athn.c athnvar.h ar9280.c ar9287.c ar5008.c Log message: For chips in open-loop power control mode, periodically (every 30 secs) compensate Tx gain for temperature changes. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/12 10:34:54 Modified files: sys/dev/ic : ar5416.c ar9285.c Log message: no need to set these pointers to NULL, softc is already zeroed. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/12 10:51:30 Modified files: sys/dev/ic : athn.c athnvar.h Log message: Enable periodic (every 4 minutes) power amplifier calibration on AR9285 and AR9287. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/12 10:59:29 Modified files: sys/dev/pci : if_iwn.c if_wpi.c if_iwi.c if_ipw.c Log message: homogeneous style. no binary change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/08/12 14:36:14 Modified files: usr.sbin/pkg_add/OpenBSD: Handle.pm Log message: if we ask for cleanup, always close the location. If it's not open, it's harmless. This prevents processes from piling up on !network addition of already existing packages... (fixes THAT bug) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/12 15:49:44 Modified files: usr.bin/ssh : ssh.c Log message: close any extra file descriptors inherited from parent at start and reopen stdin/stdout to /dev/null when forking for ControlPersist. prevents tools that fork and run a captive ssh for communication from failing to exit when the ssh completes while they wait for these fds to close. The inherited fds may persist arbitrarily long if a background mux master has been started by ControlPersist. cvs and scp were effected by this. "please commit" markus@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/12 17:31:29 Modified files: usr.bin/talk : ctl.c ctl_transact.c display.c get_addrs.c get_names.c io.c look_up.c msgs.c Log message: some inconsequential cleanups. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/12 17:32:07 Modified files: sbin/disklabel : disklabel.c editor.c extern.h Log message: fix a few warnings. ok jsing CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/12 17:34:39 Modified files: usr.bin/ssh : ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c Log message: OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/08/12 19:02:26 Modified files: . : want.html Log message: remove some stuff no longer wanted CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/13 00:46:08 Modified files: sys/netinet : ip_output.c Log message: when sending a fragmented packet, dont check if the interfaces send queue has enough space for all the fragments on it. this check was snuck in by itojun under an unrelated commit. it broke when i set the virtual interface send queue depths to 1, which beck had to special case at n2k10. without this code we avoid these dubious checks along with another splnet/splx pair, and it should make future work on manipulating send queues easier. ive been running this in production since n2k10 (~7months ago). ok claudio@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/13 03:30:11 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Fix indentation. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/08/13 05:12:04 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm PackageRepository.pm Log message: whitespace CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/08/13 05:12:43 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm PkgAdd.pm Log message: bad works better if you push consistent stuff in it, like always strings... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/08/13 05:13:25 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: if we pass pkgnames with .tgz to -l, just deal with it silently. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2010/08/13 06:31:33 Modified files: sys/conf : GENERIC Log message: now that we are at -current again, re-enable POOL_DEBUG "go ahead" kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/15 22:06:06 Modified files: usr.bin/ssh : ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c Log message: backout previous temporarily; discussed with deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2010/08/16 03:15:58 Modified files: . : events.html Log message: BSDday Argentina 2010, November 5-6 (website requires javascript) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/08/16 05:09:26 Modified files: usr.sbin/rdate : ntp.c Log message: Fix another gcc4 mis-alignment, by using bcopy() rather than (u_int64_t *)charptr = value. Problem reported by Daniel Ouellet, first diff from matthieu@, another from naddy@ equivalent to this one. ok millert@ dlg@ (for naddy's) deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/16 07:04:52 Added files: sys/arch/hppa/stand/cdboot: elf64.c Log message: Add a dummy elf64.c, effectively removing support for loading 64-bit kernels from cdboot to slim it down below the 32k limit. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/16 08:29:17 Modified files: etc/etc.socppc : disktab Log message: djust miniroot disklabel for layout changes caused by fdisk partition alignment changes. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/16 08:39:21 Modified files: distrib/notes/macppc: prep Log message: Netboot description tweaks; spotted by and help krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/16 08:41:29 Modified files: sys/arch/sparc/stand/boot: boot.c sys/arch/sparc/stand/common: version.c Log message: Make sure we reserve enough room after the kernel image to avoid stomping over the PROM page tables on sun4c; also crank the tape kernel generous size estimate to 4MB; crank version. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/16 08:50:16 Modified files: sys/arch/hp300/stand/common: apci.c Log message: Restore initialization of apcicnaddr which got accidentally removed in revision 1.5, about 5 years ago. My bad. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2010/08/16 19:50:56 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html build : mirrors.dat Log message: - add mirror at univ. of waterloo; from Michael Ellis - readd cvut.cz mirror CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/17 13:14:52 Modified files: sys/dev/pci : pci.c pcivar.h ppb.c Log message: Power management for PCI devices. For now just put everything in the D3 (deepest sleep) state upon suspend, and restore power upon resume. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/17 13:17:14 Modified files: etc/etc.alpha : Makefile.inc etc/etc.amd64 : Makefile.inc etc/etc.hppa : Makefile.inc etc/etc.hppa64 : Makefile.inc etc/etc.landisk: Makefile.inc etc/etc.macppc : Makefile.inc etc/etc.mvme68k: Makefile.inc etc/etc.mvme88k: Makefile.inc etc/etc.sgi : Makefile.inc etc/etc.socppc : Makefile.inc etc/etc.sparc : Makefile.inc etc/etc.sparc64: Makefile.inc etc/etc.vax : Makefile.inc Log message: MDEXT missed some files (result was they are not listed in the build-time SHA256 file). Issue spotted by claudio. ok miod CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/08/17 13:31:55 Modified files: infrastructure/plist: amd64 i386 powerpc sparc64 Log message: 4.8 CD package lists CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/17 13:48:37 Log message: import ports/net/libbgpdump, a library and simple program to dump MRT-format BGP dump/trace files. Status: Vendor Tag: sthen Release Tags: sthen_20100817 N ports/net/libbgpdump/Makefile N ports/net/libbgpdump/distinfo N ports/net/libbgpdump/pkg/PLIST N ports/net/libbgpdump/pkg/PFRAG.shared N ports/net/libbgpdump/pkg/DESCR N ports/net/libbgpdump/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/17 13:49:05 Modified files: net : Makefile Log message: +libbgpdump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/17 13:51:18 Modified files: net/pmacct : Makefile distinfo net/pmacct/pkg : PFRAG.mysql PFRAG.postgresql PLIST Log message: update pmacct to 0.12.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/17 13:53:01 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-sounds_Makefile Log message: update asterisk to 1.6.2.11, loads of pretty safe bug fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/17 13:57:47 Modified files: net/vsftpd : Makefile distinfo Log message: update vsftpd to 2.3.0 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/17 14:05:08 Modified files: sys/arch/sparc/dev: fd.c fdvar.h sys/arch/sparc/sparc: amd7930intr.s bsd_fdintr.s genassym.cf Log message: Make sure fast trap handlers correctly invoke soft interrupts by marking them explicitely pending before triggering the softintr; I am ashamed I did not notice this when changing the soft interrupt code 18 months ago. Noticed by claudio@ and beck@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:27:04 Modified files: inputmethods/anthy: Makefile distinfo inputmethods/anthy/pkg: PLIST-main Log message: Update anthy to 9100h. Bump shared libs as well just in case. Fixes an infinite loop with upcoming scim-anthy and ibus-anthy. While I'm here modernise Makefile and add a no_emacs pseudo flavor. Prompted indirectly many times by Jordi Beltran Creix . CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/17 14:28:59 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure misc/mc/pkg : PLIST Added files: misc/mc/patches: patch-lib_vfs_mc-vfs_ftpfs_c Log message: update to 4.7.0.8 and fix ftp support by not using linux specific ai_flags CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:30:24 ports/inputmethods/scim/files Update of /cvs/ports/inputmethods/scim/files In directory cvs.openbsd.org:/tmp/cvs-serv6548/files Log Message: Directory /cvs/ports/inputmethods/scim/files added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:38:12 Log message: Import scim-anthy, a japanese input method module for scim. Status: Vendor Tag: fgsch Release Tags: fgsch_20100817 N ports/inputmethods/scim-anthy/PLIST N ports/inputmethods/scim-anthy/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:41:06 ports/inputmethods/scim-anthy/pkg Update of /cvs/ports/inputmethods/scim-anthy/pkg In directory cvs.openbsd.org:/tmp/cvs-serv26703/pkg Log Message: Directory /cvs/ports/inputmethods/scim-anthy/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:42:26 Added files: inputmethods/scim-anthy: Makefile distinfo inputmethods/scim-anthy/pkg: DESCR PLIST Removed files: inputmethods/scim-anthy: DESCR PLIST Log message: This time for real. Sorry. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/17 14:46:09 Modified files: inputmethods : Makefile Log message: Enter scim-anthy CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/17 15:37:12 Modified files: usr.bin/pr : pr.c Log message: several fixes from netbsd: Coverity CID 1660: Plug memory leaks. Coverity CID 2989: Use the error path to return. Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens. ok otto@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2010/08/17 15:37:34 Modified files: textproc/tcpdf : Makefile distinfo Log message: update to 5.8.006 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/17 15:42:54 Modified files: sys/dev/usb : usbdevs Log message: - TI doesn't mean Texas Intel CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/17 15:44:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/17 16:22:59 Modified files: games/rftg : Makefile distinfo Added files: games/rftg/pkg : DESCR-client PLIST-client Removed files: games/rftg/pkg : DESCR PLIST Log message: new version ! includes the new extension, and can play multiplayer (the server code is included, but keldon forgot to include directions nor the mysql schema, so don't build it yet). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:03:22 Modified files: usr.bin/mandoc : main.c Log message: Use isascii(3) to make sure we really throw away non-ASCII characters, because isgraph(3) returns true for some eight-bit characters. ok kristaps@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:17:45 Modified files: usr.bin/mandoc : man.c mdoc.c Log message: Simplify and sync the code and comments for copying the macro name in man_pmacro() and mdoc_pmacro(). In particular, no need to use isgraph(3) here, that has already been done in main.c. Joint work by Kristaps and myself, ok kristaps@. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/08/17 19:20:35 ports/security/gnupg2/patches Update of /cvs/ports/security/gnupg2/patches In directory cvs.openbsd.org:/tmp/cvs-serv15896/patches Log Message: Directory /cvs/ports/security/gnupg2/patches added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:30:16 Modified files: usr.bin/mandoc : term_ps.c Log message: Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it doesn't exist in the default namespace on Solaris. From Joerg Sonnenberger, with a critical fix by kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:35:01 Modified files: usr.bin/mandoc : mandoc.1 Log message: Remove mandoc(1) compatibility notes that are no longer relevant; from kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:45:22 Modified files: usr.bin/mandoc : mdoc_term.c Log message: Correctly print .Lk arguments in -Tascii. Issue reported by Aldis Berzoja, fix by kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 19:59:59 Modified files: share/man/man7 : mdoc.7 Log message: Correctly display quotes around the .Lk link-name argument, as noted by Aldis Berzoja. In COMPATIBILITY, note that groff is misformatting .Lk when given more than two arguments; from kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 20:38:40 Modified files: usr.bin/mandoc : mandoc.c out.c Log message: Ignore \h (local horizontal motion) and \v (local vertical motion) escapes just in the same way as \s (font size) escapes, and handle \s escapes not having an explicit plus or minus sign. This fixes the very ugly rendering of "C++" in gcc(1). Reported by Thomas Jeunet, fixed by kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/17 20:46:37 Modified files: usr.bin/mandoc : chars.c chars.in man.3 Log message: Remove the standard pod2man \*(C+ pre-predefined string ("C++"). It is always defined in the preamble using .ds when used in manuals. Since we now support .ds, it is no longer necessary to provide it. Triggered by a bug report from Thomas Jeunet, patch by kristaps@. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2010/08/17 21:00:40 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-Makefile patch-nut_1 biology/nutdb/pkg: DESCR PLIST Log message: Update to 15.7. From Daniel Dickman. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2010/08/17 23:35:21 Modified files: www/wordpress : Makefile distinfo Log message: Update to 3.0.1 ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/18 00:03:45 Modified files: inputmethods/scim: Makefile inputmethods/scim/pkg: PLIST Added files: inputmethods/scim/files: README.OpenBSD Log message: Add enough information so people not familiar with IMs have a chance to get this going quickly. Bump. kevlo@ ok. A more detailed documentation would be great. Any takers? CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/18 04:31:21 Modified files: inputmethods/scim: Makefile inputmethods/scim/files: README.OpenBSD Log message: fix spelling and explain how to make SCIM work in xterm. bump. kevlo@ OK previous diff. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/18 04:51:21 Modified files: x11/libgdiplus : Makefile distinfo Removed files: x11/libgdiplus/patches: patch-src_pngcodec_c Log message: update to 2.6.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/18 04:51:55 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-configure_in patch-mono_mini_exceptions-amd64_c patch-mono_tests_Makefile_in lang/mono/pkg : PLIST Added files: lang/mono/patches: patch-mono_metadata_class_c Removed files: lang/mono/patches: patch-mono_metadata_boehm-gc_c patch-mono_mini_exceptions-arm_c patch-mono_mini_mini-amd64_h patch-mono_mini_mini-arm_h patch-mono_utils_mono-sigcontext_h Log message: Update to 2.6.7; remove patches that were merged backed to upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/18 05:00:42 ports/www/lighttpd/files Update of /cvs/ports/www/lighttpd/files In directory cvs.openbsd.org:/tmp/cvs-serv25452/files Log Message: Directory /cvs/ports/www/lighttpd/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/18 05:16:55 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/patches: patch-configure_ac patch-src_server_c Added files: www/lighttpd/files: lighttpd.conf www/lighttpd/patches: patch-doc_lighttpd_8 patch-src_fdevent_freebsd_kqueue_c Removed files: www/lighttpd/patches: patch-doc_lighttpd_conf patch-src_mod_accesslog_c patch-src_mod_proxy_c patch-src_response_c Log message: lighttpd 1.4.27; various fixes/cleanup. From Brad, small conf tweak from me. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 07:33:22 Modified files: x11/rox-filer : Makefile distinfo x11/rox-filer/patches: patch-ROX-Filer_src_config_h_in patch-ROX-Filer_src_pixmaps_c x11/rox-filer/pkg: PLIST Log message: - update rox-filer to 2.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 07:34:21 Modified files: x11/waimea : Makefile x11/waimea/patches: patch-data_actions_Makefile_in x11/waimea/pkg : PLIST Added files: x11/waimea/patches: patch-configure_in Removed files: x11/waimea/patches: patch-configure.in Log message: - lowercase first letter of comment - set license version - gmake is not needed - rename and regen patches - regen plist - fix homepage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 07:53:05 Modified files: devel/fossil : Makefile distinfo Log message: - update fossil to 20100703153359 - fix static build from james turner (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 07:56:04 Modified files: audio/pms : Makefile distinfo audio/pms/patches: patch-src_config_cpp patch-src_pms_cpp Log message: - update pms to 0.42 - add missing module CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/18 08:04:16 Modified files: sys/kern : subr_disk.c Log message: - fix compilation of kernel without FFS...don't ask ;-) ok jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/18 08:58:24 Modified files: devel : Makefile Removed files: devel/chora : Makefile distinfo devel/chora/pkg: DESCR MESSAGE PLIST Log message: Drop chora from here so it can be moved with the rest of the Horde ports. Agreed with avsm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/18 09:04:05 Log message: update chora, taking MAINTAINER, and reimport under ports/www/horde/chora. agreed with avsm@ Chora is a tool for viewing code repositories that are managed using the CVS or Subversion source control systems. It aims to provide a high degree of integration with CVS, SVN and the other Horde web-based tools. Status: Vendor Tag: sthen Release Tags: sthen_20100818 N ports/www/horde/chora/Makefile N ports/www/horde/chora/distinfo N ports/www/horde/chora/pkg/DESCR N ports/www/horde/chora/pkg/PLIST N ports/www/horde/chora/files/copywithlibs.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/18 09:04:22 Modified files: www/horde : Makefile Log message: +chora CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 09:21:30 Modified files: www/cms-ms : Makefile distinfo www/cms-ms/pkg : MESSAGE PLIST Log message: - update cmsmadesimple to 1.8.2 - fix instructions in MESSAGE CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/18 10:07:10 Modified files: www/cms-ms : Makefile www/cms-ms/pkg : PLIST Log message: - tweak PLIST CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/18 10:25:21 Modified files: usr.bin/diff : diff.1 Log message: Add a cross reference to patch(1) as suggested by Thomas de Grivel on tech@. While here, remove the SEE ALSO entries (but not the cross references at the appropriate places!) to fnmatch(3), re_format(7), and pr(1). Their relevance is restricted to one single option each, the latter is mostly obsolete nowadays anyway, and the number of SEE ALSO entries is so large that SEE ALSO is starting to look confusing. "yes" jmc@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/08/18 11:42:12 Modified files: sys/kern : sys_generic.c Log message: delete some rogue spaces and tabs. no binary change. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 12:49:36 Modified files: share/man/man4 : otus.4 Log message: .It CACE AirPcap Nx > .It CACE AirPcap \&Nx such that it does not show up as "CACE AirPcap NetBSD" ! not sure why this only happens with mandoc CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 12:58:01 Modified files: sys/dev/ic : athn.c Log message: - in STA mode, when associated, stop receiving beacons from other BSS. tested by ray@ - no periodic PA calibration for the Osprey (AR9380) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 13:03:07 Modified files: sys/dev/ic : ar9003.c Log message: fix a test that prevents division by zero restore the 100us delay after writing to an analog register since it turns out that it is required. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 13:18:30 Modified files: share/man/man4 : athn.4 Log message: document Host AP mode with the usual CAVEATS CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 13:34:37 Modified files: sys/dev/pci : pcidevs Log message: Realtek RTL8190P and RTL8192E PCI ids. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/18 13:36:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/08/18 13:41:45 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_man_nanorc_5 patch-doc_syntax_nanorc_nanorc Log message: maintenance update to 2.2.5 CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2010/08/18 14:21:53 Modified files: kerberosV/doc : Makefile Log message: remove -p option option from install of heimdal.info ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/18 15:01:14 Modified files: sys/arch/hppa/conf: GENERIC files.hppa sys/arch/hppa/hppa: locore.S sys/arch/hppa64/conf: GENERIC files.hppa64 sys/arch/hppa64/hppa64: locore.S Log message: - remove COMPAT_LINUX bits. these architectures are not targetted by the linux emulation layer, nor will they in the future. ok miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/18 15:02:42 Modified files: etc/etc.hppa : sysctl.conf etc/etc.hppa64 : sysctl.conf Log message: - remove linux emulation bits here too - sync hppa64 sysctl.conf with hppa while here ok miod@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/18 15:36:00 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-configure_ac patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c net/pidgin/pkg : PLIST-libpurple PLIST-main Log message: update to 2.7.3 from brad (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2010/08/18 16:37:36 Modified files: xserver/hw/xfree86/common: xf86AutoConfig.c Log message: Fix autoconfiguration on sparc and sparc64. The code to add sunffb unconditionally on !solaris for __sparc__ systems is incorrect for openbsd. More specifically, due to interactions between hardware drivers and wsfb in preinit we can't unconditionally add wsfb to the list of fallbacks, so we only add wsfb if no other option was found. Additionally sunffb does not need to be unconditionally added because the bus probing code will find these devices already. So, long story short: make that code chunk conditional on __sparc__ && defined(__linux__) instead. change from !openbsd to __linux__ requested by kettenis@. Tested by at least myself and stsp@. ok matthieu@, kettenis@. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/08/18 16:53:10 Modified files: sys/dev/usb : uaudio.c Log message: * the detach and drain functions do the same waiting for channels to complete outstanding requests, so use uaudio_drain in uaudio_detach. * the channel alt index can still be -1 at detach. check for this. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/08/18 16:54:58 Modified files: sys/dev/usb : uaudio.c Log message: * indentation fix * use the correct variable in a DPRINTF CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2010/08/18 17:31:44 Modified files: textproc/tcpdf : Makefile distinfo Log message: update to 5.8.007 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2010/08/19 00:31:06 Modified files: usr.bin/aucat : aucat.c Log message: fix NULL pointer deref in midicat option parsing when ``-'' is used as filename CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 02:08:24 Modified files: audio/ncmpc : Makefile distinfo audio/ncmpc/pkg: PLIST Removed files: audio/ncmpc/patches: patch-src_screen_queue_c Log message: - update ncmpc to 0.17 ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 02:19:45 Modified files: print/ghostscript/gnu: Makefile Added files: print/ghostscript/gnu/patches: patch-src_zfile_c Log message: Security fix for SA40452 Ghostscript "-P-" Command Line Option Security Issue. ok kili@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 02:31:56 Modified files: www/drupal6/bueditor: Makefile distinfo Log message: update to bueditor-6.x-2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/19 02:34:19 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-etc_MailScanner_conf patch-lib_MailScanner_Message_pm Log message: update MailScanner to 4.81.3-1, from Brad CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 02:37:13 Modified files: www/drupal6/devel: Makefile distinfo Log message: update to devel-6.x-1.22 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/19 02:53:56 Modified files: devel/yasm : Makefile distinfo devel/yasm/pkg : PLIST Removed files: devel/yasm/patches: patch-configure Log message: update yasm to 1.1.0, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/19 03:17:41 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamd_Makefile_in patch-database_Makefile_in patch-etc-clamd_conf patch-etc_Makefile_in patch-libclamav_Makefile_in Log message: update ClamAV to 0.96.2; earlier version ok pea@ (with some port Makefile cleanup since then), feedback giovanni@ - better performance and reduced memory use - various other fixes and minor enhancements - new pdf parser CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 03:40:50 Modified files: www/drupal6/filefield: Makefile distinfo www/drupal6/filefield/pkg: PLIST Log message: update to filefield-6.x-3.7 CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 03:44:21 Modified files: www/drupal6/imagefield: Makefile distinfo www/drupal6/imagefield/pkg: PLIST Log message: update to imagefield-6.x-3.7 CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 03:53:59 Modified files: www/drupal6/link: Makefile distinfo www/drupal6/link/pkg: PLIST Log message: update to link-6.x-2.9 CVSROOT: /cvs Module name: src Changes by: stephan@cvs.openbsd.org 2010/08/19 04:48:53 Modified files: sys/dev/ic : Tag: OPENBSD_4_7 gdt_common.c Log message: MFC, original commits from a) krw@: ---------------------------------------------------------------------- Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing disks during shut down. scsi_done() problem found by Federico Giannici. Feedback and fixes from matthew@ and dlg@. Testing of various versions by Federico and sthen@ via Pierre Berthier. ok matthew@ deraadt@ ---------------------------------------------------------------------- ... and b) matthew@: ---------------------------------------------------------------------- Initialize xs to NULL in gdt_intr() since it now might be used before otherwise assigned. ok krw@ ---------------------------------------------------------------------- ok matthew@ and krw@, re-tested by me. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 05:38:32 Modified files: education/gamgi: Makefile distinfo education/gamgi/patches: patch-src-make_rules Log message: - update gamgi to 0.14.8 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/08/19 06:09:52 Modified files: share/zoneinfo/datfiles: africa asia Log message: Update to tzdata2010l from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 06:46:04 Modified files: www/p5-CSS-Tiny: Makefile distinfo Log message: - update p5-CSS-Tiny to 1.17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 06:54:14 Modified files: security/libassuan: Makefile distinfo security/libassuan/pkg: PLIST Log message: - update libassuan to 2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/19 07:26:22 Modified files: net/vsftpd : Makefile distinfo Log message: update vsftpd to 2.3.1 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/19 07:47:55 Log message: Add kasumi, a personal dictionary manager for Anthy. Status: Vendor Tag: fgsch Release Tags: fgsch_20100819 N ports/japanese/kasumi/Makefile N ports/japanese/kasumi/distinfo N ports/japanese/kasumi/pkg/PLIST N ports/japanese/kasumi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/19 07:52:14 Modified files: japanese : Makefile Log message: enter kasumi CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 07:54:43 Modified files: infrastructure/package: register-plist Log message: - spello CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/08/19 08:19:22 Modified files: math/minisat : Makefile distinfo math/minisat/pkg: DESCR PLIST Added files: math/minisat/patches: patch-core_Main_cc patch-mtl_template_mk patch-simp_Main_cc patch-utils_System_cc Removed files: math/minisat/patches: patch-Makefile Log message: update to minisat 2.2.0 OK jasper@ CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/19 09:10:50 Modified files: www/drupal6/date: Makefile distinfo www/drupal6/date/pkg: PLIST Log message: update to date-6.x-2.6 NOTE: The included copy of the jQuery UI datepicker in the Date Popups module has been removed. It is now necessary to install the jQuery UI module for the Date Popups datepicker to work. Full list of changes at http://drupal.org/node/70963/release CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/19 09:26:38 Modified files: usr.sbin/tcpdump: print-gtp.c Log message: Correctly decode and print access point names. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/19 09:45:35 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : diskmap.4 Log message: Add man page for diskmap(4). Feedback from krw@ and jmc@. ok krw@ jmc@ CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2010/08/19 09:51:07 Modified files: x11/terminus-font: Makefile distinfo Log message: - Update to 4.30 - Update HOMEPAGE - Take over MAINTAINER OK sthen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/08/19 10:31:15 Modified files: . : plus.html Log message: new goop; Nicolas P. M. Legrand CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 10:56:45 Modified files: net/mtr : Makefile distinfo net/mtr/patches: patch-configure patch-gtk_c net/mtr/pkg : PLIST Log message: - update mtr to 0.80 "go ahead" jakob@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/19 11:20:26 Modified files: usr.bin/tmux : server-client.c Log message: Do not need to dup() the tty fd sent from the client because it is already dup()d again later. Fixes a leak seen by espie@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 11:38:48 Modified files: devel/ipython : Makefile Log message: - fix MASTER_SITES CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/19 11:54:13 Modified files: sys/dev/sdmmc : sbt.c sdhc.c sdmmc.c sdmmc_cis.c sdmmc_io.c sdmmc_mem.c sdmmc_scsi.c sdmmcvar.h Log message: - fold several occurences of DEVNAME() into one located in sdmmcvar.h. making DEVNAME() usage a lot more consistent. ok krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/19 12:14:14 Modified files: sys/sys : sysctl.h sys/kern : kern_sysctl.c sbin/sysctl : sysctl.c lib/libc/gen : sysctl.3 Log message: Introduce an MI kern.consdev sysctl that will replace the MD machdep.console_device that's only implemented on a few architectures. ok deraadt@, miod@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/19 12:29:01 Modified files: usr.bin/tmux : cmd-pipe-pane.c job.c server.c signal.c tmux.c tmux.h window.c Log message: Do not call event_del() for signals after fork(), just use sigaction() directly instead - calling libevent functions after fork() w/o event_reinit() is a bad idea, even if in this case it was harmless. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 12:50:46 Modified files: devel/py-pyro : Makefile Log message: - fix homepage/master_sites CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/19 12:57:50 Log message: Import ibus, the intelligent input bus framework. Status: Vendor Tag: fgsch Release Tags: fgsch_20100819 N ports/inputmethods/ibus/Makefile N ports/inputmethods/ibus/distinfo N ports/inputmethods/ibus/patches/patch-src_Makefile_in N ports/inputmethods/ibus/patches/patch-setup_ibus-setup_in N ports/inputmethods/ibus/patches/patch-ibus_common_py N ports/inputmethods/ibus/patches/patch-ui_gtk_ibus-ui-gtk_in N ports/inputmethods/ibus/patches/patch-ui_gtk_Makefile_in N ports/inputmethods/ibus/patches/patch-configure N ports/inputmethods/ibus/patches/patch-setup_Makefile_in N ports/inputmethods/ibus/patches/patch-bus_Makefile_in N ports/inputmethods/ibus/pkg/DESCR N ports/inputmethods/ibus/pkg/PLIST N ports/inputmethods/ibus/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/19 13:07:08 Modified files: inputmethods : Makefile Log message: Enter ibus CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2010/08/19 13:21:04 Modified files: . : plus.html Log message: Actually say what the mandoc(1) bug affecting the awk(1) and boot_config(8) manuals was; regarding mandoc, the rest looks good, thanks. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/19 13:31:53 Modified files: sys/arch/i386/include: cpufunc.h sys/arch/amd64/include: cpufunc.h Log message: Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer from getting stupid ideas like optimizing away stores to the descriptor that we're setting. This may be overkill, but this code is far from performance critical and it may prevent future surprises. Fixes instant reboots with bsd.rd on Pentiums with the F00F bug. Thanks to espie@, for narrowing the issue down enough for me to find the problem. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 14:56:42 Log message: import dtpstree 1.0.3 another tree of processes with some nice features from douglas thrift (MAINTAINER) Status: Vendor Tag: jasper Release Tags: jasper_20101019 N ports/sysutils/dtpstree/Makefile N ports/sysutils/dtpstree/distinfo N ports/sysutils/dtpstree/pkg/PLIST N ports/sysutils/dtpstree/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 14:58:13 Modified files: sysutils : Makefile Log message: - add dtpstree CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 15:07:34 Log message: import p5-Config-Simple 4.59 Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files. from mikolaj kucharski, thanks! Status: Vendor Tag: jasper Release Tags: jasper_20101019 N ports/devel/p5-Config-Simple/distinfo N ports/devel/p5-Config-Simple/Makefile N ports/devel/p5-Config-Simple/pkg/DESCR N ports/devel/p5-Config-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/19 15:09:44 Modified files: devel : Makefile Log message: - add p5-Config-Simple CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/19 15:23:29 Modified files: math/blas : Makefile distinfo math/blas/files: Makefile math/blas/pkg : PLIST Removed files: math/blas/patches: patch-blas_man_manl_cscal_l patch-blas_man_manl_dcabs1_l patch-blas_man_manl_zrotg_l patch-blas_man_manl_zscal_l Log message: - distfiles were silently rerolled. - makes man pages more complete - add missing file to SRCS, bump lib version distfile update noticed by and initial patch from Thomas de Grivel CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/19 15:54:42 Modified files: x11/p5-Tk : Makefile x11/p5-Tk/pkg : PLIST-demo PLIST-main Log message: fix plists, from Joachim Schipper; ok & friendly reminder jasper@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2010/08/19 18:20:55 Modified files: sbin/wsconsctl : display.c keyboard.c mouse.c wsconsctl.c wsconsctl.h Log message: Don't silently ignore errors if we cannot open the device. While I'm here simplify the code and apply some style(9). Discussed with and ok miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/19 18:53:35 Modified files: usr.bin/mandoc : chars.c html.c libman.h libmdoc.h main.c man.3 man.c man.h man_validate.c mandoc.1 mandoc.c mandoc.h mdoc.3 mdoc.c mdoc.h mdoc_html.c mdoc_validate.c roff.3 roff.c roff.h term.c term_ps.c Log message: Implement a simple, consistent user interface for error handling. We now have sufficient practical experience to know what we want, so this is intended to be final: - provide -Wlevel (warning, error or fatal) to select what you care about - provide -Wstop to stop after parsing a file with warnings you care about - provide consistent exit status codes for those warnings you care about - fully document what warnings, errors and fatal errors mean - remove all other cruft from the user interface, less is more: - remove all -f knobs along with the whole -f option - remove the old -Werror because calling warnings "fatal" is silly - always finish parsing each file, unless fatal errors prevent that This commit also includes a couple of related simplifications behind the scenes regarding error handling. Feedback and OK kristaps@; Joerg Sonnenberger (NetBSD) and Sascha Wildner (DragonFly BSD) agree with the general direction. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/19 20:34:15 Modified files: sys/dev/isa : pcppi.c Log message: fix an annoying indentation glitch CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/19 20:48:31 Modified files: sys/netinet : ip_input.c Log message: white space fix CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2010/08/19 23:53:05 Modified files: www/yui : Makefile distinfo www/yui/pkg : PLIST-docs PLIST-main Log message: - update yui to 2.8.1 - regen PLIST CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2010/08/20 00:56:54 Modified files: lib/libsndio : sndio.c usr.bin/aucat : aucat.c file.c Log message: polish the code: remove few unused #includes, add missing ones, fix NULL vs 0, etc. No behaviour change. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/20 02:13:03 Modified files: usr.bin/mandoc : main.c Log message: fix previous: when bailing out due to -Wstop, skip output functions, but not *_endparse; problem reported by kristaps@ CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/20 03:47:08 Modified files: www/drupal6/cck: Makefile distinfo Log message: update to drupal6-cck-2.8, adresses SA-CONTRIB-2010-088 (access bypass), full details at http://drupal.org/node/880736 - no DB update required. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/20 04:29:11 Modified files: inputmethods/scim-anthy: Makefile Log message: Switch to new dependency style. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/08/20 05:06:30 Modified files: print/texlive/texmf: Makefile print/texlive/texmf/pkg: PLIST-docs PLIST-full PLIST-main Log message: sort texlive texmf packing lists at espie's request. OK espie@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/20 05:07:16 Modified files: japanese/kasumi: Makefile Log message: switch to new dependency style and add version to license marker. pointed out by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/08/20 06:04:30 Log message: import rblatter - script used to generate packing lists for the texmfs based upon TeX Live's tlpdb. Imported at espie's request. Note: This will need alterations for tl2010. OK espie@ Status: Vendor Tag: edd Release Tags: edd_20100820 N ports/print/texlive/texmf/files/rblatter/rblatter N ports/print/texlive/texmf/files/rblatter/mk_openbsd_plists.sh N ports/print/texlive/texmf/files/rblatter/lib/tlpdbindex.rb N ports/print/texlive/texmf/files/rblatter/lib/spinner.rb N ports/print/texlive/texmf/files/rblatter/lib/eqnparser.rb N ports/print/texlive/texmf/files/rblatter/lib/plistdeduper.rb N ports/print/texlive/texmf/files/rblatter/lib/pkgfilter.rb N ports/print/texlive/texmf/files/rblatter/lib/subsetshaper.rb N ports/print/texlive/texmf/files/rblatter/lib/pkgscanner.rb N ports/print/texlive/texmf/files/rblatter/lib/subsetconf.rb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/20 06:07:51 Modified files: math/udunits : Makefile distinfo Log message: update udunits to 2.1.18; Remi Pointel (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/20 06:10:52 Modified files: graphics/ffmpeg: Makefile Log message: BUILD_DEPENDS on yasm on amd64/i386 and bump REVISION in case an existing package was built without it. From Brad. CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2010/08/20 06:25:58 Modified files: . : orders.html Log message: Both non-cshop resellers in Canada have not ordered 4.7 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/08/20 07:01:43 Modified files: share/man/man5 : pf.conf.5 Log message: sync divert-packet documentation with reality PR 6448 pjp at centroid dot eu CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:36:36 ports/infrastructure/bin Update of /cvs/ports/infrastructure/bin In directory cvs.openbsd.org:/tmp/cvs-serv10416/bin Log Message: Directory /cvs/ports/infrastructure/bin added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:36:37 ports/infrastructure/lib Update of /cvs/ports/infrastructure/lib In directory cvs.openbsd.org:/tmp/cvs-serv10416/lib Log Message: Directory /cvs/ports/infrastructure/lib added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:36:38 ports/infrastructure/man Update of /cvs/ports/infrastructure/man In directory cvs.openbsd.org:/tmp/cvs-serv10416/man Log Message: Directory /cvs/ports/infrastructure/man added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:37:04 ports/infrastructure/man/man1 Update of /cvs/ports/infrastructure/man/man1 In directory cvs.openbsd.org:/tmp/cvs-serv11943/man/man1 Log Message: Directory /cvs/ports/infrastructure/man/man1 added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:40:14 Log message: move stuff here from infra/build Status: Vendor Tag: espie Release Tags: ports N ports/infrastructure/lib/DPB/PkgPath.pm N ports/infrastructure/lib/DPB/Core.pm N ports/infrastructure/lib/DPB/Vars.pm N ports/infrastructure/lib/DPB/Engine.pm N ports/infrastructure/lib/DPB/Grabber.pm N ports/infrastructure/lib/DPB/Heuristics.pm N ports/infrastructure/lib/DPB/Job.pm N ports/infrastructure/lib/DPB/Locks.pm N ports/infrastructure/lib/DPB/Logger.pm N ports/infrastructure/lib/DPB/PortBuilder.pm N ports/infrastructure/lib/DPB/PortInfo.pm N ports/infrastructure/lib/DPB/Reporter.pm N ports/infrastructure/lib/DPB/Signature.pm N ports/infrastructure/lib/DPB/Util.pm N ports/infrastructure/lib/DPB/Core/Distant.pm N ports/infrastructure/lib/DPB/Job/Port.pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:42:29 Added files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 Log message: cp dpb in there. (old build/dpb will die eventually, but do the rename now) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 07:50:12 Added files: infrastructure/bin: check-conflicts check-lib-depends check-manpages make-plist register-plist resolve-lib infrastructure/lib: FS.pm Subpackage.pm Log message: copy some stuff to the new organization, rename find-all-conflicts to check-conflicts for consistency CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:09:59 Modified files: infrastructure/bin: check-conflicts infrastructure/man/man1: dpb.1 Added files: infrastructure/man/man1: check-conflicts.1 Log message: finish renaming check-conflicts, add (c), document check-conflicts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:22:00 Added files: infrastructure/man/man1: register-plist.1 Log message: document register-plist CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:23:02 Modified files: infrastructure/bin: register-plist Log message: merge back jasper's commit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:38:31 Added files: infrastructure/bin: pkg_subst infrastructure/man/man1: pkg_subst.1 Log message: add & document pkg_subst CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:40:31 Added files: infrastructure/bin: dolock Log message: and dolock CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/08/20 08:42:56 Modified files: www/drupal6/printer-friendly: Makefile distinfo www/drupal6/printer-friendly/pkg: DESCR PLIST Log message: - update to print-6.x-1.11 - adresses SA-CONTRIB-2010-082, details at http://drupal.org/node/880392 - anticipatory symlinking of tcpdf so the print_pdf module 'just works'. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:44:56 Added files: infrastructure/bin: extract-dependencies Log message: +extract-dependencies CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:50:36 Added files: infrastructure/bin: fetch-all update-patches Log message: add shell scripts too CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:53:19 Modified files: infrastructure/mk: bsd.port.mk Log message: use scripts from their new locations CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 08:59:41 Added files: infrastructure/bin: retrieve-index Log message: rename/modernize CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:01:12 Added files: infrastructure/bin: getpkgpath Log message: and getpkgpath as well CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:02:24 Modified files: . : Makefile infrastructure/mk: pkgpath.mk Log message: use scripts from bin CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:07:23 Removed files: infrastructure/build: dolock dpb3 dpb3.1 extract-dependencies index-retrieve pkg_subst resolve-lib update-patches infrastructure/build/DPB: Core.pm Engine.pm Grabber.pm Heuristics.pm Job.pm Locks.pm Logger.pm PkgPath.pm PortBuilder.pm PortInfo.pm Reporter.pm Signature.pm Util.pm Vars.pm infrastructure/build/DPB/Core: Distant.pm infrastructure/build/DPB/Job: Port.pm infrastructure/install: FS.pm make-plist infrastructure/mk: getpkgpath Log message: kill a few things which have now MOVED CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:09:54 Added files: infrastructure/bin: libtool Log message: and libtool CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/20 09:13:26 Modified files: sys/dev/usb : usbdevs Log message: The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU). It makes even the smallest run(4) devices look ridiculously huge. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/08/20 09:14:08 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:16:07 Modified files: infrastructure/man/man1: pkg_subst.1 Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:18:34 ports/infrastructure/lib/OpenBSD Update of /cvs/ports/infrastructure/lib/OpenBSD In directory cvs.openbsd.org:/tmp/cvs-serv13687/OpenBSD Log Message: Directory /cvs/ports/infrastructure/lib/OpenBSD added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:22:22 Modified files: infrastructure/bin: check-lib-depends dpb make-plist Added files: infrastructure/lib/OpenBSD: FS.pm Removed files: infrastructure/lib: FS.pm Subpackage.pm Log message: better namespace for make-plist internals, prepare to cut up check-lib-depends CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:29:41 Modified files: infrastructure/bin: check-lib-depends Added files: infrastructure/lib/OpenBSD: FileSource.pm Issue.pm Recorder.pm Log message: move a large part of check-lib-depends into separate modules CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 09:50:56 Added files: infrastructure/man/man1: check-lib-depends.1 Log message: document check-lib-depends CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/20 11:00:40 Modified files: sys/dev/ic : trm.c sys/netbt : hci_event.c Log message: add format strings implied by surplus arguments found via the clang static analyser CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 11:03:36 Modified files: infrastructure/bin: check-lib-depends infrastructure/man/man1: check-lib-depends.1 Log message: zap old option, fix usage and man for common stuff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/20 11:35:48 Modified files: textproc/docbook: Makefile Log message: mirror examples.zip CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/20 16:03:22 Modified files: share/man/man9 : hzto.9 tvtohz.9 sys/sys : systm.h sys/kern : kern_clock.c Log message: Change hzto(9) and tvtohz(9) arguments to const pointers. ok krw@, "of course" tedu@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/20 16:29:52 Modified files: sys/ufs/ufs : inode.h Log message: Change the UFS DIP macros to be aware of the FFS2 kernel option by not bothering to check the mount type when FFS2 support is omitted. ok krw@, jasper@; "i like it" tedu@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/20 16:51:24 Modified files: usr.bin/mandoc : mdoc_term.c Log message: .Bl -column phrases ignore spacing rules for trailing punctuation and render it just like normal text. Minimal fix of a formatting bug in operator(7) reported by ray@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/20 17:11:07 Modified files: . : Makefile infrastructure/mk: bsd.port.mk pkgpath.mk Log message: move LOCKDIR default to pkgpath.mk since it's shared with Makefile. fix one missed dolock. Thanks naddy@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/20 17:22:07 Modified files: usr.bin/mandoc : term.c Log message: When a column contains trailing spaces, calculate the padding to the start of the next column correctly. Fixing a problem found by jmc@ in sysctl(3), reminded by kettenis@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/20 17:34:00 Modified files: usr.bin/mandoc : term.c Log message: Centralize handling of literal tabs in term_flushln() in one place, making the code simpler and easier to understand. No functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/20 22:45:44 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 00:11:27 Modified files: cs : donations.html events.html ftp.html faq/fr : current.html fr : donations.html hppa.html want.html nl : anoncvs.html bank-donation.html cvsync.html donations.html ftp.html orders.html openssh/nl : ftp.html portable.html pt : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2010/08/21 00:46:53 Modified files: sbin/pdisk : pdisk.8 Log message: Use .Dq for double quotes and properly .Xr fdisk(1). OK jmc CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/08/21 00:50:42 Modified files: sys/net : if_aoe.c if_aoe.h Log message: an unchecked-for failure of workq_add_task could lead to an mbuf leak steal a page from dlg@ and embed a workq_task struct directly in the aoe_handler struct so that we won't fail when enqueueing a task while here, create real debugging printfs vice commenting out regular ones, and kill with fire the excessive number of includes ok marco@ tedu@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 02:26:09 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/08/21 03:32:00 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Display usage information as well as the error when a path to src/*.tgz isn't specified. ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 03:35:16 Modified files: proto/kbproto : ChangeLog Makefile.am XKB.h configure.ac Added files: proto/kbproto : README Log message: Update to kbproto 1.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/21 05:03:21 Modified files: security/gnupg2: Makefile Added files: security/gnupg2/patches: patch-kbx_keybox-blob_c Log message: Security fix for CVE-2010-2547: Patch from upstream CVS ok pea@ (update for gnupg2 coming soon anyway) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/21 05:03:51 Modified files: security/gnupg2: Tag: OPENBSD_4_8 Makefile Added files: security/gnupg2/patches: Tag: OPENBSD_4_8 patch-kbx_keybox-blob_c Log message: Security fix for CVE-2010-2547: Patch from upstream CVS ok pea@ william@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/21 05:08:34 Modified files: print/ghostscript/gnu: Tag: OPENBSD_4_8 Makefile Added files: print/ghostscript/gnu/patches: Tag: OPENBSD_4_8 patch-src_zfile_c Log message: Security fix for SA40452 Ghostscript "-P-" Command Line Option Security Issue. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/21 05:10:50 Modified files: print/ghostscript/gnu: Tag: OPENBSD_4_7 Makefile Added files: print/ghostscript/gnu/patches: Tag: OPENBSD_4_7 patch-src_zfile_c Log message: Security fix for SA40452 Ghostscript "-P-" Command Line Option Security Issue. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/21 06:22:41 Modified files: multimedia/libdv/patches: patch-configure Log message: - instead of commenting the goo to use -pthread, actually use it. shrinks patch a bit CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 08:00:58 Modified files: driver/xf86-video-openchrome: ChangeLog driver/xf86-video-openchrome/src: via_driver.h via_video.c via_video.h Log message: Merge commits 838 and 840 from trunk: Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/21 08:00:59 Modified files: usr.bin/mandoc : mdoc_term.c Log message: Backout previous. As Kristaps found out, i was wrong: .Bl -column phrases do not ignore spacing rules for trailing punctuation in general. In particular, - the rightmost column of a column list is unaffected - columns terminated by the .Ta macro instead of a tab are unaffected - columns ending in a blank are unaffected Spacing rules for trailing punctuation are only ignored when the tab follows the punctuation immediately, without a blank in between, because then the combination of punctuation and tab is treated by roff as a word, and the punctuation is not recognized as isolated. The reason this doesn't work in mandoc is that in the special case of .Bl -column (not in general!), mandoc treats tabs as word delimiters. We either need to solve this differently, or call it a bug in roff. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 10:03:11 Modified files: proto/x11proto : ChangeLog Xfuncproto.h.in configure.ac do-not-use-config.h.in Removed files: proto/x11proto : INSTALL Log message: Update to x11proto 7.0.18. no functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 10:11:03 Modified files: lib/libXau : ChangeLog INSTALL Makefile.am Makefile.in Xau.man aclocal.m4 configure configure.ac Log message: Update to libXau 1.0.6. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 11:01:30 Modified files: app/xset : INSTALL aclocal.m4 Log message: Update to final X.Org xset 1.2.0. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/21 11:02:23 Modified files: util/macros : ChangeLog configure configure.ac xorg-macros.m4.in Log message: Update to util-macros 1.10.0 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/21 11:09:49 Modified files: sys/arch/sparc64/stand/ofwboot: elfXX_exec.c Log message: We only need to load 64 bit kernels on sparc64. Clean up the ELF boot code and let exec_elf.h do the right thing. ok miod@ (some time ago) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/21 11:22:42 Modified files: sys/arch/sparc64/stand/ofwboot: Makefile boot.c Added files: sys/arch/sparc64/stand/ofwboot: elf64_exec.c Removed files: sys/arch/sparc64/stand/ofwboot: elfXX_exec.c Log message: Rename file to reflect that it handles 64 bit ELF only. ok miod@ (some time ago) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/21 11:31:49 Modified files: sys/dev/usb : usb_quirks.c Log message: - add a quirk for the apple clear orb usb speakers CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/21 12:42:12 Modified files: sys/dev/usb : usbdevs Log message: Huawei E1820, from David Zeillinger. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/21 12:44:26 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/21 12:46:30 Modified files: sys/dev/usb : umsm.c Log message: Match the Huawei E1820, from David Zeillinger. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/21 12:59:15 Modified files: lib/libc/gen : unvis.c vis.3 vis.c Log message: Two new flags: VIS_ALL - encode all characters, not just invisible ones and VIS_HEX - use C89 \xff style hexadecimal encoding. Teach unvis(3) how to deal with the hex encoding. feedback and ok millert@ chl@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/21 13:00:50 Modified files: usr.bin/vis : vis.1 vis.c Log message: mirror new flags to vis(3): -a to encode all characters, -h to use hex encoding. feedback jmc@ ok millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:06:00 Modified files: x11/dbus : Makefile x11/dbus/pkg : MESSAGE Log message: Enhance message with suggestions from dcoppa@. This should help people having issues with gvfs applications out of the full blown DE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:08:17 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-config_Xsession_in Log message: Better startup sequence for ssh-agent, seahorse-agent and ck-launch-session. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:10:56 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: PPC-patch-glib_Makefile_in Log message: Remove powerpc hack, from Brad. It seems it is not needed anymore (GNOME does not crash like it used to with some applications). While here, move to new DEPENDS/REVISION. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:11:23 Modified files: devel/libgee : Makefile distinfo devel/libgee/pkg: PLIST Log message: Bugfix update to libgee-0.5.2. * Bug fixes in TreeSet, TreeMap and Collection.to_array. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:11:49 Modified files: devel/libwnck : Makefile distinfo Log message: Maintainance update to libwnck-2.30.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:16:21 Modified files: x11/gnome/nautilus-sendto: Makefile distinfo x11/gnome/nautilus-sendto/pkg: PLIST Log message: Bugfix update to nautilus-sendto-2.28.5. * Make the last selected medium's widget grab focus * Fix thunderbird's mailto command * Fix crashers when unloading plugins * Fix handling of shadowed mounts in the "Removable device" section CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:17:04 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Bugfix update to totem-pl-parser-2.30.2. * Fix parsing PLS playlists with "holes" in the numbering * Fix crash in totem_pl_parser_parse_with_base when parsing PHP files that really are PHP files * Add Genre extension to XSPF playlists * Fix itms links parsing * Add support for Last.fm's new XSPF extensions CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:17:55 Modified files: mail/pine-pgp-filters: Makefile distinfo Log message: Update to pine-pgp-filters-1.8. Fix gnupg version dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:41:10 Modified files: net/avahi : Makefile Added files: net/avahi/patches: patch-avahi-client_client_c Log message: Add a patch from Debian bug #590760: Let the client check if the daemon is already running instead of just trying to start it, which doesn't work if there is no service file (the service file is just meant for systems using system.d). This fixes avahi-browse as well as "bonjour/zeroconf" support in several applications. Issue also pointed by Greg Jones. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 13:57:09 Modified files: inputmethods/uim: Makefile inputmethods/uim/pkg: PLIST-gtk inputmethods/ibus: Makefile inputmethods/ibus/pkg: PLIST Log message: gtk-query-immodules-2.0 needs only to run at @unexec-delete time, not @unexec. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 14:34:34 Modified files: x11/gnome/f-spot: Makefile distinfo x11/gnome/f-spot/patches: patch-lib_libfspot_Makefile_in patch-tools_Makefile_in x11/gnome/f-spot/pkg: PLIST Added files: x11/gnome/f-spot/patches: patch-src_Clients_MainApp_f-spot_in Removed files: x11/gnome/f-spot/patches: patch-src_f-spot_in Log message: update to f-spot-0.7.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 14:35:37 Modified files: www/timetrex : Makefile distinfo www/timetrex/pkg: PLIST Log message: Maintainance update to timetrex-3.2.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/08/21 14:40:53 Modified files: devel/alex : Makefile Log message: Make everything in WRKSRC world-readable. Unbreaks permissions of the (installed) fptools.css. Problem found while running pkg_check(8) on my pkg update test box. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 15:08:44 Modified files: www/gtkhtml3 : Makefile distinfo Log message: Update to gtkhtml3-3.30.3. * Bug 624149 - Check for NULL after gtkhtml_editor_run_open_dialog() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 15:21:18 Modified files: devel/glib2 : Makefile distinfo Log message: Maintainance update to glib2-2.24.2 * 578295 gtester has a race condition * 619945 GConverterOutputStream triggers assertion and corrupts data CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/21 15:43:02 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/pkg: PLIST-foomatic PLIST-main Log message: Update to gutenprint-5.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:18:20 Modified files: devel/goffice : Makefile distinfo Log message: Bugfix update to goffice-0.8.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:18:56 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.10.9. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/08/22 00:24:50 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: SECURITY update to 3.3.5.1; fixes insufficient output sanitizing when generating configuration file and several XSS vulnerabilities. from giovanni@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:56:25 Modified files: print/foomatic-filters: Makefile distinfo print/foomatic-filters/patches: patch-configure_ac patch-util_c patch-util_h Log message: Update to foomatic-filters-4.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:57:00 Modified files: print/foomatic-db-engine: Makefile distinfo print/foomatic-db-engine/patches: patch-Makefile_in patch-configure Log message: Update to foomatic-db-engine-4.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:57:38 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/pkg: PLIST Log message: Update foomatic-db to the 20100821 rev. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 00:58:14 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-getweb_in print/foo2zjs/pkg: PLIST-main Log message: Update foo2zjs to the 20100817 rev. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 01:08:47 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Bugfix update to evolution-data-server-2.30.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/08/22 01:20:02 Modified files: devel/alex : Makefile Log message: Oops! Bumping backwards isn't a good idea. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 01:48:07 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: Maintainance update to epiphany-2.30.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 02:16:43 Modified files: www/epiphany-extensions: Makefile distinfo Log message: Minor update to epiphany-extensions-2.30.2. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2010/08/22 02:56:51 Modified files: net/ldns : Makefile.inc net/ldns/drill : Makefile distinfo net/ldns/libldns: distinfo net/ldns/libldns/patches: patch-util_c net/ldns/utils : Makefile distinfo Log message: update to LDNS v1.6.6 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2010/08/22 03:03:11 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-doc_example_conf_in net/unbound/pkg: PLIST Log message: update to Unbound v1.4.6 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2010/08/22 03:04:29 Modified files: mail/postfix : Makefile.inc Log message: Remove overriding of FD_SETSIZE since this hasn't had any effect since Postfix had switched to kqueue() a long time ago. No binary package change. CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/22 03:21:53 Log message: NSD v3.2.6 Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_6 U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/Makefile.in U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/nsd.8 U src/usr.sbin/nsd/xfrd-notify.h C src/usr.sbin/nsd/util.c C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/nsdc.sh.in U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/edns.c U src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/tsig-openssl.c N src/usr.sbin/nsd/makedist.sh U src/usr.sbin/nsd/nsd.conf.5 U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/nsd-patch.8 U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/xfrd-disk.c U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/nsd-xfer.8 U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/nsd-checkconf.8 U src/usr.sbin/nsd/nsd-notify.8 U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/dname.c C src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/xfrd.c C src/usr.sbin/nsd/zonec.8 U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/packet.c U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/zparser.y C src/usr.sbin/nsd/nsdc.8 U src/usr.sbin/nsd/packet.h U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/nsd-patch.c U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/dbaccess.c C src/usr.sbin/nsd/nsd-xfer.c U src/usr.sbin/nsd/namedb.c C src/usr.sbin/nsd/nsd-notify.c U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/mkinstalldirs C src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/query.h C src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/nsec3.h U src/usr.sbin/nsd/buffer.h C src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/install-sh N src/usr.sbin/nsd/compat/.c-mode-rc.el U src/usr.sbin/nsd/compat/inet_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/pselect.c U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/snprintf.c U src/usr.sbin/nsd/compat/strptime.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/strlcat.c U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/b64_pton.c 10 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: jakob@cvs.openbsd.org 2010/08/22 03:24:28 Modified files: usr.sbin/nsd : axfr.c configure.ac nsd-notify.c nsd-xfer.c nsd.c nsdc.8 util.c xfrd-tcp.c zonec.c Log message: merge CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/22 03:25:29 Removed files: usr.sbin/nsd/compat: .c-mode-rc.el Log message: remove CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/22 03:30:18 Modified files: usr.sbin/nsd : Makefile.bsd-wrapper Log message: --enable-nsid now default CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/22 03:31:39 Modified files: usr.sbin/nsd : config.h.in configure Log message: regen CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2010/08/22 03:43:32 Modified files: net/nsd : Makefile distinfo Log message: update to NSD v3.2.6. port will be removed once the in-tree version of NSD is integrated into the build process. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 04:02:29 Modified files: lib/libXvMC : COPYING ChangeLog INSTALL Makefile.am Makefile.in aclocal.m4 configure configure.ac lib/libXvMC/include: Makefile.in lib/libXvMC/include/X11: Makefile.in lib/libXvMC/include/X11/extensions: Makefile.in XvMClib.h lib/libXvMC/src: Makefile.in XvMC.c XvMCWrapper.c XvMClibint.h Log message: Update to libXvMC 1.0.6. No functionnal change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 04:09:54 Modified files: editors/abiword: Makefile distinfo Log message: Maintainance update to abiword-2.8.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 04:13:27 Modified files: mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-ECtools_ECTestTools_IMAPTest_Makefile_in patch-ECtools_ECTestTools_Makefile_in patch-ECtools_zarafa-cfgchecker_Makefile_in patch-common_ECLogger_cpp patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-gateway_Gateway_cpp patch-installer_Makefile_in patch-installer_linux_Makefile_in patch-installer_linux_gateway_cfg patch-libfreebusy_Makefile_in patch-mapi4linux_src_Makefile_in patch-php-ext_Makefile_in patch-provider_client_Makefile_in patch-provider_libserver_ECSession_cpp patch-provider_server_Makefile_in patch-spooler_DAgent_cpp patch-spooler_Makefile_in patch-zarafa-libsync_Makefile_in mail/zarafa/zarafa/pkg: PLIST-main PLIST-web Log message: Update zarafa to version 6.40.1. See http://download.zarafa.com/zarafa/release/docs/changelog.en.txt for details. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 04:23:34 Modified files: audio/rhythmbox: Makefile Removed files: audio/rhythmbox/pkg: MESSAGE Log message: Remove MESSAGE. We cannot add the same blurb to each and every GNOME programs, so we will probably factorise it in a MESSAGE in the gtk+2 pkg. "yes yes yes" sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 04:29:40 Modified files: mail/evolution : Makefile distinfo Removed files: mail/evolution/patches: patch-help_Makefile_in mail/evolution/pkg: MESSAGE-main Log message: Bugfix update to evolution-2.30.3. Remove MESSAGE (will be put in a more generic place). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 04:48:42 Modified files: print/cups : Makefile Added files: print/cups/patches: patch-man_lp_man Log message: Remove some left over text in lp.man. spotted by tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 05:07:21 Modified files: mail/evolution-exchange: Makefile distinfo Log message: Maintainance update to evolution-exchange-2.30.3. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/08/22 05:39:18 Modified files: share/man/man7 : man.7 mdoc.7 Log message: * sort COMPATIBILITY in mdoc(7); ok kristaps@ * update escape COMPATIBILITY in mdoc(7) and man(7); from kristaps@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2010/08/22 05:48:50 Added files: net/libbgpdump/patches: patch-bgpdump_lib_c Log message: add function declaration pointed out by sthen@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2010/08/22 05:49:55 Modified files: net/libbgpdump : Makefile Added files: net/libbgpdump/patches: patch-cfile_tools_c patch-configure Log message: fix some use-after-free's, and don't hardcode -O3 ok sthen@, reminded by claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 06:02:53 Modified files: x11/gnome/tracker: Makefile distinfo Added files: x11/gnome/tracker/patches: patch-src_plugins_evolution_tracker-evolution-plugin_c Log message: Update to tracker-search-0.8.16. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2010/08/22 06:07:35 ports/graphics/libraw/files Update of /cvs/ports/graphics/libraw/files In directory cvs.openbsd.org:/tmp/cvs-serv25171/files Log Message: Directory /cvs/ports/graphics/libraw/files added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 06:11:57 Modified files: driver/xf86-input-vmmouse: COPYING ChangeLog Makefile.in aclocal.m4 configure configure.ac driver/xf86-input-vmmouse/fdi: Makefile.in driver/xf86-input-vmmouse/man: Makefile.in driver/xf86-input-vmmouse/shared: Makefile.am Makefile.in driver/xf86-input-vmmouse/src: Makefile.am Makefile.in vmmouse.c driver/xf86-input-vmmouse/tools: 69-xorg-vmmouse.rules.in Makefile.am Makefile.in Removed files: driver/xf86-input-vmmouse: INSTALL Log message: Update to xf86-input-vmmouse 12.6.10. No functionnal change. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2010/08/22 06:12:26 Modified files: graphics/libraw: Makefile graphics/libraw/pkg: PLIST Added files: graphics/libraw/files: raw.pc Log message: add a pkg-config .pc file for libraw makes other ports nicer to write CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 06:19:00 Modified files: driver/xf86-video-vmware: COPYING ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac driver/xf86-video-vmware/man: Makefile.am Makefile.in driver/xf86-video-vmware/src: Makefile.in vmwarectrl.c vmwaremodule.c vmwarexinerama.c Removed files: driver/xf86-video-vmware: INSTALL Log message: Update to xf86-video-vmware 11.0.2. No functionnal change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 06:24:40 ports/mail/roundcubemail/files Update of /cvs/ports/mail/roundcubemail/files In directory cvs.openbsd.org:/tmp/cvs-serv13412/files Log Message: Directory /cvs/ports/mail/roundcubemail/files added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 06:24:54 Modified files: driver/xf86-video-mga: ChangeLog Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-mga/man: Makefile.am Makefile.in driver/xf86-video-mga/src: Makefile.in mga_driver.c driver/xf86-video-mga/util: Makefile.in Log message: Update to xf86-video-mga 1.4.13. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 06:29:27 Modified files: driver/xf86-video-nv: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac driver/xf86-video-nv/man: Makefile.am Makefile.in nv.man driver/xf86-video-nv/src: Makefile.am Makefile.in g80_dac.c g80_display.c g80_driver.c g80_output.c g80_sor.c nv_cursor.c nv_dga.c nv_driver.c nv_hw.c nv_setup.c nv_video.c riva_cursor.c riva_dga.c riva_driver.c Removed files: driver/xf86-video-nv/compat: Makefile.am Makefile.in README driver/xf86-video-nv/compat/modes: xf86Crtc.c xf86Crtc.h xf86Cursors.c xf86DiDGA.c xf86EdidModes.c xf86Modes.c xf86Modes.h xf86RandR12.c xf86RandR12.h xf86Rename.h xf86Rotate.c xf86cvt.c xf86gtf.c driver/xf86-video-nv/compat/parser: xf86Optrec.h xf86Parser.h driver/xf86-video-nv/src: local_xf86Rename.h Log message: Update to xf86-video-nv 2.1.18. Tested at least by krw@, benoit@ and giovanni@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 06:37:14 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist patch-program_include_main_inc mail/roundcubemail/pkg: MESSAGE PLIST Added files: mail/roundcubemail/files: roundcubemail.conf Removed files: mail/roundcubemail/patches: patch-UPGRADING Log message: - update roundcubemail to 0.4 - simpler installation procedure, req by marco CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/22 07:38:11 Modified files: app/xterm : INSTALL MANIFEST Tekproc.c VTPrsTbl.c VTparse.def VTparse.h XTerm.ad button.c charproc.c configure.in ctlseqs.ms ctlseqs.txt doublechr.c error.h fontutils.c fontutils.h input.c main.c main.h menu.c misc.c os2main.c plink.sh print.c ptydata.c ptyx.h resize.c screen.c scrollbar.c trace.c trace.h util.c uxterm.desktop version.h vms.c xterm.desktop xterm.h xterm.log.html xterm.man xterm_io.h xtermcap.c Added files: app/xterm/vttests: query-fonts.pl Log message: Update to xterm 261. Tested by krw@, jcs@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 08:02:59 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/pkg : MESSAGE-main Log message: Some gtk+2 applications when run outside a full blown DE (most notably GNOME ones) will require a configured icon theme to properly display icons, so teach users how to do it. "yes yes yes" sthen@ "sounds like a good idea" jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 08:09:27 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/files: roundcubemail.conf Added files: mail/roundcubemail/patches: patch-SQL_mysql_update_sql patch-UPGRADING patch-program_include_iniset_php Log message: - fix path in roundcubemail.conf and set a few more required php options - allow the upgrade script to work without disabling session.encrypt on the whole server - note in UPGRADING that virtusertable moved to a plugin, found the hard way by ajacoutot - in the mysql schema update script, uncomment a workaround for mysql bug 46293 which affects the in-tree mysql - bump CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/22 08:14:52 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-midori_main_c patch-wscript www/midori/pkg : PLIST Log message: Update to midori 0.2.7, diff from Remi Pointel (thanks!) Few tweaks: PLIST sorting, convert to new LIB_DEPENDS style. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 08:36:36 Modified files: mail/roundcubemail: Makefile Log message: fix SUBST_VARS after last commit; pointed out by aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 08:43:24 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-misc_conf_zabbix_proxy_conf patch-misc_conf_zabbix_server_conf patch-src_libs_zbxnix_daemon_c net/zabbix/pkg : PLIST-server PLIST-web Removed files: net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_proc_c Log message: Update to zabbix-1.8.3. Based on a submission from Florian Gross with several fixes and tweaks. ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/22 10:09:49 Modified files: usr.bin/tmux : client.c Log message: MSG_EXIT can now have a return code in the message, so check for that size as well. Stops the client fatal()ing on exit. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 10:55:49 Modified files: databases/p5-DBD-SQLite: Makefile distinfo databases/p5-DBD-SQLite/patches: patch-Makefile_PL databases/p5-DBD-SQLite/pkg: PLIST Removed files: databases/p5-DBD-SQLite/patches: patch-dbdimp_c Log message: update DBD::SQLite to 1.29, ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 10:56:35 Modified files: x11/x11vnc : Makefile distinfo x11/x11vnc/patches: patch-configure patch-x11vnc_help_c Log message: update x11vnc to 0.9.11, ok with ajacoutot CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/22 10:59:04 Removed files: lang/mono/patches: patch-mono_mini_exceptions-amd64_c Log message: add a missing patchfile missed by either me or cvs CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/22 11:00:00 Added files: lang/mono/patches: patch-mono_mini_exceptions-amd64_c Log message: add a missing patchfile missed by either me or cvs CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2010/08/22 11:02:04 Modified files: sys/net : radix.c Log message: Fix a 16 year old bug in the sorting routine for non-contiguous netmasks. For masks of identical length rn_lexobetter() did not stop on the first non-equal byte. This leads rn_addroute() to not detecting duplicate entries and thus we might create a very long list of masks to check for each node. This can have a huge impact on IPsec performance, where non-contiguous masks are used for the flow lookup. In a setup with 1300 flows we saw 400 duplicate masks and only a third of the expected throughput. Lots of help in narrowing this down from markus@. Improved comments from claudio@. OK markus@, claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 11:05:19 Modified files: devel/tig : Makefile distinfo Removed files: devel/tig/patches: patch-tig_c Log message: update tig to 0.16, from maintainer Tobias Ulmer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/22 11:55:38 Modified files: converters/rpm2cpio: Makefile converters/rpm2cpio/files: rpm2cpio Log message: Sync with FreeBSD port: - remove $/, $| it's artifacts from $rpm = <$f>; time. [this might help in low RAM situations] - change && to and - whitespace cosmetic. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/22 13:39:43 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/files: roundcubemail.conf mail/roundcubemail/pkg: MESSAGE PLIST Removed files: mail/roundcubemail/patches: patch-program_include_iniset_php Log message: - setting suhosin.session.encrypt per-dir doesn't seem to work (even with suhosin.perdir set), so just force it in roundcubemail.conf and remove the program/include/iniset.php patch. - adjust permissions so the web-based installer can be used as pointed out by aja, this used to be dangerous but is now controlled by the main config file and defaults to 'off'. - bump, adjust MESSAGE CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/22 14:22:06 Modified files: usr.sbin : Makefile Log message: enable nsd the build. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2010/08/22 14:27:52 Modified files: usr.sbin/ospf6d: ospfe.c ospfe.h Log message: Origin network-LSA with options based on the options of the link-LSAs. Without this fix Cisco's OSPF 6 ignores our network-LSAs. ok claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2010/08/22 14:55:10 Modified files: usr.sbin/ospf6d: rde.c rde_lsdb.c Log message: When removing an announced prefix, inherit the metric and ext_tag from the LSA that is currently in the tree. Based on claudio@'s diff and his fix for ospfd. Additionally originate an LSA with external route tag correctly by writing the AS-external-LSA's bit T into the correct field. ok claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2010/08/22 15:15:25 Modified files: usr.sbin/ospf6d: kroute.c ospf6d.c ospf6d.h parse.y printconf.c Log message: Redistributing the default route with ospf6d did not work correctly. - kroute.c may not ignore the default route. - Use the ROUNDUP macro from route/show.c as this one is also correct for netmask with prefixlen 0. - Implement ospf_redistribute and the redistribute parser like ospfd. ok claudio@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/22 15:23:07 Modified files: sys/ntfs : ntfs_ihash.c ntfs_subr.c ntfs_subr.h ntfs_vfsops.c Log message: the upper case table code was a lot more complicated than it needed to be. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/22 15:25:37 Modified files: usr.bin/lndir : lndir.c Log message: small style fixes of no consequnce CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/08/22 15:28:32 Modified files: usr.sbin/portmap: portmap.c Log message: small bits of cleanup. ok otto CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/22 15:33:36 ports/japanese/kasumi/patches Update of /cvs/ports/japanese/kasumi/patches In directory cvs.openbsd.org:/tmp/cvs-serv17344/patches Log Message: Directory /cvs/ports/japanese/kasumi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/22 15:37:29 Modified files: japanese/kasumi: Makefile Added files: japanese/kasumi/patches: patch-configure Log message: Correct linking. Pointed out by ajacoutot@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/22 18:09:16 Modified files: sys/dev/pci : pcidevs Log message: LSI SAS 2004 from alexey suslikov ok marco@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/22 18:11:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/22 18:53:37 Modified files: sys/dev/pci : mpii.c Log message: add support for the LSISAS2004 ships. from alexey suslikov ok marco@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/22 18:58:49 Modified files: share/man/man4 : bio.4 mpii.4 Log message: LSISAS2004 is an mpii chip. mpii can do bio. mpii.4 change from alexey suslikov bio.4 from jmc@ ok marco@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/22 20:07:50 Modified files: include : vis.h Log message: unbreak tree: add VIS_HEX and VIS_ALL flags CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/22 22:49:10 Modified files: sys/kern : kern_workq.c Log message: fix two problems identified by matthew@: 1. though shalt not hold a mutex while sleeping, which kthread_create can do. instead of holding the wq mutex over the kthread_create and increasing the number of running threads after kthread_create succeeds, this counts the thread and drops the mutex before kthread_create. after the call it takes the mutex again and decrements the number of threads if the call failed. 2. if a workq is created during autoconf, the actual thread create is deferred to when the scheduler is running. if the workq is destroyed before then, the wq memory gets freed and then the deferred thread creation will be using freed memory. we now have a workq state variable so we can do the right thing at the different stages of the workqs lifetime. ok matthew@ CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2010/08/22 23:36:20 Modified files: usr.sbin/pkg_add/OpenBSD: Ustar.pm Log message: When extracting the pkg tar file, don't preserve the atime, just set it to the current time. Works around a rare race condition that can happen if daily(8) zaps old files from /var/tmp while pkg_add(8) is installing or updating a package and doesn't yet have moved nor even read some of the files in /var/tmp/pkginfo.* (typically +DESCR). Espie wasn't totally happy with this at first, and will eventually work on something better, so I'm omitting documentations bits for now. ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/23 00:21:12 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/08/23 01:02:06 Modified files: news/hellanzb : Makefile Added files: news/hellanzb/patches: patch-Hellanzb_HellaReactor_py patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py patch-Hellanzb_HellaXMLRPC_xmlrpc_py Log message: Unbreak after devel/py-twisted update, spotted by Didier Wiroth, patches from Debian. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 01:51:22 Modified files: multimedia/libdv: Makefile distinfo multimedia/libdv/patches: patch-configure patch-encodedv_Makefile_in patch-libdv_Makefile_in Log message: - update libdv to 1.0.0 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/23 01:57:52 Modified files: inputmethods/ibus: Makefile inputmethods/ibus/pkg: PLIST Log message: - Fix RUN_DEPENDS - Use gettext module - Install gconf schema - Update icons on install - Disable silent compilation Some pointed out by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/08/23 02:11:00 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 0.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 03:01:19 Modified files: net/p5-Net-IPTrie: Makefile distinfo Log message: - update p5-Net-IPTrie to 0.7 prodded by sten spans CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 03:18:58 Modified files: x11/gnome/librsvg: Makefile x11/gnome/librsvg/pkg: PLIST Log message: Set path to the correct python binary for rsvg, pointed by fgsch@ While here, @comment static and libtool module files and move from @unexec to @unexec-delete for gdk-pixbuf-query-loaders. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 03:31:24 Log message: Import epte-2.0.7. epte is a curses-based periodic table of the elements. It provides a set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. Based on a submission from Anthony Bentley. ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100823 N ports/education/epte/Makefile N ports/education/epte/distinfo N ports/education/epte/patches/patch-makefile N ports/education/epte/patches/patch-periodic_h N ports/education/epte/patches/patch-definitions_h N ports/education/epte/patches/patch-fill_information_c N ports/education/epte/patches/patch-setaudio_c N ports/education/epte/patches/patch-do_constants_c N ports/education/epte/patches/patch-do_help_c N ports/education/epte/patches/patch-do_conversion_c N ports/education/epte/patches/patch-do_element_c N ports/education/epte/patches/patch-do_radii_c N ports/education/epte/patches/patch-epte_1 N ports/education/epte/pkg/DESCR N ports/education/epte/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 03:31:46 Modified files: education : Makefile Log message: +epte CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 04:24:41 Modified files: print/poppler : Makefile Log message: Fix DEPENDS. The converters/libiconv MODULE is only needed for the qt and qt4 FLAVORS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/23 05:17:17 Modified files: audio/timidity : Makefile Log message: fix MASTER_SITES0; pointed out by Rodney Hopkins on misc CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2010/08/23 05:33:19 Modified files: openssh : ftp.html index.html openbsd.html portable.html Added files: openssh/txt : release-5.6 Log message: announce release of OpenSSH-5.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 05:48:50 Modified files: www/phpldapadmin: Makefile distinfo www/phpldapadmin/pkg: PLIST Log message: - update phpldapadmin to 1.2.0.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 06:06:08 Modified files: education/epte : Makefile Log message: Substitute PREFIX in epte.1. spotted by naddy@, thanks. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/23 07:18:50 Modified files: lang/mono : Makefile lang/mono/patches: patch-mono_mini_exceptions-amd64_c Added files: lang/mono/patches: patch-mono_mini_exceptions-x86_c Removed files: lang/mono/patches: patch-mono_arch_arm_Makefile_in Log message: - fix exception handling on amd64 - fix i386 builds - remove a patchfile that is not needed anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 08:16:09 Modified files: devel/ffcall : Makefile devel/ffcall/patches: patch-callback_trampoline_r_trampoline_c Added files: devel/ffcall/patches: patch-avcall_Makefile_in patch-callback_trampoline_r_test1_c patch-callback_vacall_r_Makefile_in patch-callback_vacall_r_vacall-rs6000-linux_s patch-vacall_Makefile_in Log message: - add support for powerpc from josh elasser, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/23 08:29:54 Modified files: x11/dbus : Makefile x11/dbus/pkg : MESSAGE Log message: Tweak MESSAGE. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 08:46:55 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-Makefile_in patch-configure Log message: - update mpd to 0.15.12 * from tobias ulmer (MAINTAINER) some tweaks by me: - set license version - new-style WANTLIB/LIB_DEPENDS - fix MODULES and MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 09:44:26 Modified files: net/dsocks : Makefile net/dsocks/pkg : PLIST Added files: net/dsocks/pkg : PFRAG.no_mips64 Log message: - fix build on mips64 CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/08/23 09:48:24 Modified files: sys/dev/pci : azalia_codec.c Log message: * if there's an error setting indirect more for a volume knob widget, don't return the error back to the caller, but also don't turn on unsolicited responses for the volume knob. chances are, it isn't acutally used. lets sony viao tz play audio through suspend/resume cycle. * add some debug messages for other volume knob errors. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 10:23:13 Modified files: devel/ffcall : Makefile Log message: - switch to ONLY_FOR_ARCHS. listed arches have been tested. based on an idea from josh elasser CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 10:26:21 Modified files: games/xboing : Makefile games/xboing/patches: patch-Imakefile Log message: - fix build on mips64 - switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 10:31:33 Modified files: lang/clisp : Makefile lang/clisp/pkg : PLIST Added files: lang/clisp/patches: patch-tests_socket_tst Log message: - allow clisp to build on powerpc too - switch to new style LIB_DEPENDS/WANTLIB - move emacs lisp files to a location where emacs can find and use them from josh elasser, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/23 10:55:07 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disable bridge interrupts dance when trying to access an uninplemented ioc3 register. Makes PIC handling simpler as a bonus. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/23 10:56:18 Modified files: sys/arch/sgi/include: bus.h sys/arch/sgi/localbus: macebus.c sys/arch/sgi/pci: macepcibridge.c sys/arch/sgi/xbow: xbow.c xbridge.c Log message: Implement bus_space_barrier() on sgi; on xbridge, this will also flush the pci write buffers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 11:25:47 Modified files: graphics/xpaint: Makefile graphics/xpaint/patches: patch-Imakefile Added files: graphics/xpaint/patches: patch-rw_Imakefile Log message: - fix build on mips64 - switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/23 11:36:32 Modified files: usr.bin/tmux : client.c Log message: Can't call event_del() without event_set() first - so call event_set() when setting up the client. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/23 11:47:49 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 12:13:58 Modified files: audio/xmp : Makefile distinfo audio/xmp/pkg : PLIST-audacious PLIST-bmp PLIST-main PLIST-xmms Log message: - update xmp to 3.2.0 from Alexandr Shadchin, with some tweaks by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 12:17:30 Modified files: devel/cmake : Makefile Log message: - add mips64 to the list of architectures that need -O0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 12:56:01 Modified files: x11/tint : Makefile Log message: - mark as not for APM_ARCHS for now ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/23 13:05:08 Modified files: usr.bin/tip : value.c Log message: Clear options before setting up HOME and SHELL, not after. Fixes parsing .tiprc reported by nick@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/23 13:08:08 Modified files: infrastructure/man/man1: dpb.1 Log message: - be explicit about the hosts file agreed by landry and jakemsr CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2010/08/23 13:19:38 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh-portable.html.head Log message: OpenSSH 5.6 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/08/23 15:44:48 Modified files: faq/ports : specialtopics.html Log message: more autoconf versions; from Markus Bergkvist CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/08/23 16:31:50 Modified files: lib/libc/stdlib: getenv.c setenv.c Log message: Check for duplicate variables in the environment when setting a value via setenv() or putenv(). OK miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/08/23 16:33:16 src/regress/lib/libc/env Update of /cvs/src/regress/lib/libc/env In directory cvs.openbsd.org:/tmp/cvs-serv3068/env Log Message: Directory /cvs/src/regress/lib/libc/env added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/08/23 16:34:37 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/env: Makefile envtest.c Log message: Add setenv/putenv regress CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/08/23 16:35:34 Modified files: lib/libc/time : README Theory asctime.c ctime.3 ialloc.c localtime.c strftime.3 time2posix.3 tz-art.htm tz-link.htm tzfile.5 tzset.3 zdump.8 zdump.c zic.8 zic.c Log message: update to tzcode2010k from elsie.nci.nih.gov; OK miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/23 16:44:10 Modified files: www/lighttpd : Makefile distinfo Removed files: www/lighttpd/patches: patch-src_fdevent_freebsd_kqueue_c Log message: update lighttpd to 1.4.28 (a couple of small changes only); from Brad. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/08/23 20:35:36 Modified files: www/drupal6/cck: Tag: OPENBSD_4_8 Makefile distinfo Log message: SECURITY UPDATE to drupal6-cck-2.8 Addresses SA-CONTRIB-2010-088 (access bypass) http://drupal.org/node/880736 - no DB update required from stephan@, thanks CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/08/23 20:46:51 Modified files: www/phpmyadmin : Tag: OPENBSD_4_8 Makefile distinfo www/phpmyadmin/pkg: Tag: OPENBSD_4_8 PLIST Log message: MFC: SECURITY UPDATE to phpmyadmin-3.3.5.1 Resolves CVE-2010-3055 and CVE-2010-3056 from giovanni@, thanks! CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2010/08/23 22:29:01 Modified files: textproc/tcpdf : Makefile distinfo Log message: update to 5.8.014 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/24 00:49:43 Modified files: sysutils/d-feet: Makefile distinfo sysutils/d-feet/patches: patch-d-feet Log message: Bugfixe update to d-feet-0.1.12. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/24 01:43:33 Modified files: sbin/ccdconfig : ccdconfig.c Log message: - plugs two fd leaks ok millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 02:08:40 Modified files: net/p5-Net-SSH2: Makefile distinfo Log message: - update p5-Net-SSH2 to 0.33 maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/24 02:19:51 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Removed files: games/mnemosyne/patches: patch-mnemosyne_core_mnemosyne_core_py Log message: Update to mnemosyne-1.2.2. Resign from maintainership. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 02:45:11 Modified files: www/p5-HTML-Parser: Makefile distinfo Log message: - update p5-HTML-Parser to 3.66 maintainer timed-out CVSROOT: /cvs Module name: src Changes by: stephan@cvs.openbsd.org 2010/08/24 03:10:14 Modified files: sys/scsi : Tag: OPENBSD_4_7 scsi_base.c Log message: MFC, original commit from dlg: -------------------------------------------------------------------------- if we're going to set ITSDONE when an xfer is done cos the adapter expects it, we should clear it before we issue it to the adapter too. retried commands would have ITSDONE still set otherwise. -------------------------------------------------------------------------- ok krw@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/24 03:14:43 Modified files: www/php5 : Makefile.inc distinfo www/php5/core : Makefile www/php5/core/pkg: PLIST-main www/php5/extensions: Makefile Removed files: www/php5/core/patches: patch-ext_spl_spl_observer_c www/php5/extensions/patches: patch-ext_sybase_ct_config_m4 patch-ext_xmlrpc_xmlrpc-epi-php_c Log message: Update to 5.2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/24 03:42:15 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-youtube-dl Log message: update youtube-dl to 2010.08.24; okay with pirofti@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 03:49:35 Modified files: x11/libgdiplus : Makefile Added files: x11/libgdiplus/patches: patch-src_bmpcodec_c patch-src_jpegcodec_c patch-src_tiffcodec_c Log message: SECURITY FIX for SA40792/CVE-2010-1526: Mono libgdiplus Image Processing Integer Overflow Vulnerabilities CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/24 05:37:50 Modified files: x11/slim : Makefile distinfo x11/slim/patches: patch-slim_conf patch-switchuser_cpp x11/slim/pkg : MESSAGE Removed files: x11/slim/patches: patch-app_cpp patch-app_h Log message: Update to slim 1.3.2, fixes a security issue (removes . from default_path, sometimes inherited by some window managers) ref: http://secunia.com/advisories/41005 Removes patches merged upstream. Amend MESSAGE to teach users who modified slim.conf how to fix it there. Prompted by and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 05:40:21 Modified files: sysutils/ddrescue: Makefile distinfo sysutils/ddrescue/patches: patch-configure Log message: - update ddrescue to 1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 05:43:16 Modified files: x11/slim : Tag: OPENBSD_4_7 Makefile x11/slim/patches: Tag: OPENBSD_4_7 patch-slim_conf x11/slim/pkg : Tag: OPENBSD_4_7 MESSAGE Added files: x11/slim/patches: Tag: OPENBSD_4_7 patch-cfg_cpp Log message: Security fix for slim, from upstream svn: SA41005, SLiM Insecure Default "default_path" Configuration Weakness If you have modified /etc/slim.conf, make sure to remove './' from the default_path configuration directive. ok landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 05:43:29 Modified files: x11/slim : Tag: OPENBSD_4_8 Makefile x11/slim/patches: Tag: OPENBSD_4_8 patch-slim_conf x11/slim/pkg : Tag: OPENBSD_4_8 MESSAGE Added files: x11/slim/patches: Tag: OPENBSD_4_8 patch-cfg_cpp Log message: Security fix for slim, from upstream svn: SA41005, SLiM Insecure Default "default_path" Configuration Weakness If you have modified /etc/slim.conf, make sure to remove './' from the default_path configuration directive. ok landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 06:20:30 Modified files: lang/sbcl : Makefile distinfo lang/sbcl/patches: patch-contrib_asdf-module.mk patch-src_runtime_runtime.c lang/sbcl/pkg : PLIST Added files: lang/sbcl/patches: patch-src_runtime_x86-64-bsd-os_c patch-src_runtime_x86-64-bsd-os_h patch-tests_swap-lispobjs_impure_lisp Removed files: lang/sbcl/patches: patch-src_code_common-os_lisp patch-src_compiler_ir1util_lisp patch-src_runtime_bsd-os_c patch-src_runtime_os_h patch-src_runtime_runtime_h patch-src_runtime_save_c Log message: - update sbcl to 1.0.41 - add support for powerpc from josh elasser (MAINTAINER), thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 06:20:43 Added files: lang/sbcl/pkg : PFRAG.amd64 PFRAG.powerpc Removed files: lang/sbcl/pkg : MESSAGE Log message: - missed in previous CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 06:22:22 ports/emulators/stella/patches Update of /cvs/ports/emulators/stella/patches In directory cvs.openbsd.org:/tmp/cvs-serv21584/patches Log Message: Directory /cvs/ports/emulators/stella/patches added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/24 06:45:08 Modified files: sys/net : rtsock.c Log message: last is a pointer so initialize to NULL and not 0. Also move initialization up to the declaration. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/24 08:07:29 Modified files: net/ssvnc : Makefile distinfo Log message: update ssvnc-viewer to 1.0.28 CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/08/24 08:43:56 Modified files: sys/net : if_atmsubr.c if_ethersubr.c if_fddisubr.c Log message: legibility fixes: 1) one statement per line 2) label gets its own line, and doesn't share it with a statement no functional change "Let the turd shine." claudio@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/08/24 08:52:23 Modified files: sys/dev/sdmmc : sbt.c sdmmc.c sdmmc_cis.c sdmmc_io.c sdmmc_mem.c sdmmc_scsi.c sdmmcvar.h Log message: lockmgr -> rwlock conversion and with this, my adventure in sdmmc-land is over bikeshed is still banana-shaped ok oga@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/08/24 08:55:30 Modified files: x11/mplayer : Makefile x11/mplayer/files: ao_sndio.c Log message: restore AC3/DTS pass-through over S/PDIF; ok edd@ jakemsr@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/24 08:57:05 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/pkg: PLIST Log message: Bugfix update to empathy-2.30.3. * Fix a memory leak in EmpathyAvatar * Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work * Should decide which default font to use for chat view * Some translations updates CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/08/24 09:07:54 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: fix overquoting: we want to exit with 1, not a "exit 1" command not found error CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/24 09:13:58 Modified files: www/xxxterm : Makefile distinfo Removed files: www/xxxterm/patches: patch-Makefile Log message: - update xxxterm to 1.103 committing on behalf of laurent@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/24 09:50:16 Modified files: sys/net : route.c Log message: Only do the link state checking and RTF_UP dance if the routing table is rn_mpath_capable(). Move code down into the mpath specific block. Not all routing tables support multipath and therefor priorities. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/24 10:00:16 Modified files: sys/net : if.c Log message: Add a splnet() around a block that needs it for sure. Maybe more in SIOCSIFRDOMAIN should be protected but this is by far the biggest offender. The same codepath in if_detach() runs at splnet(). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/24 10:13:32 Modified files: sys/net : if.c Log message: spaces CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/24 10:33:26 Modified files: print/foomatic-db: Makefile print/foomatic-db/pkg: PLIST Log message: Disable support for the gutenprint driver, we use gutenprint-ijs which is spooler independant. Don't display gutenprint as a recommended driver anymore (which wouldn't work anyway), but use the ijs one. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/24 10:33:53 Modified files: print/gutenprint: Makefile Log message: Add a reminder comment. CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2010/08/24 11:24:20 Modified files: net/btpd : Makefile distinfo net/btpd/pkg : PLIST Removed files: net/btpd/patches: patch-btpd_addrinfo_c patch-misc_http_client_c Log message: Update to 0.16, ok jasper CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2010/08/24 16:22:12 Modified files: devel/sdl-ttf : Makefile distinfo devel/sdl-ttf/patches: patch-Makefile_in devel/sdl-ttf/pkg: PLIST Log message: update to 2.0.10; from brad CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/24 17:49:06 Modified files: usr.bin/vis : vis.1 vis.c lib/libc/gen : unvis.c vis.3 vis.c include : vis.h Log message: backout VIS_HEX. guenther@ points out that the C89 \xff encoding idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/24 18:31:35 Modified files: sys/scsi : scsiconf.c scsiconf.h scsi_base.c Log message: add scsi_iopool_destroy and scsi_link_shutdown. when a link or device are going away, this will walk the pool and link queues and wake up processes that are sleeping while waiting for an io or xs. they will return NULL to the scsi_{xs,io}_get callers, which should then check if they device is still alive. all other handlers that are registered on the queues should be removed by their owners before the destroy/shutdown funcs are called. lots of help and discussion with matthew@ ok matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/24 18:47:52 Modified files: sys/dev/ic : ami.c Log message: try giving all devices on ami access to all the ccbs. iopools will share them out safely. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/25 00:34:51 Modified files: databases/mysql-zrm: Makefile devel/fossil : Makefile mail/enigmail : Makefile.inc mail/enigmail/seamonkey: Makefile mail/enigmail/thunderbird: Makefile mail/mailcrypt : Makefile mail/p5-Mail-SpamAssassin: Makefile security/gpa : Makefile security/gpgme : Makefile security/p5-GPG: Makefile security/p5-GnuPG: Makefile security/p5-GnuPG-Interface: Makefile security/p5-Module-Signature: Makefile security/p5-PGP-Sign: Makefile security/py-gnupg: Makefile www/rt : Makefile Log message: Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can create some depency mess. The long term solution is to update+merge gnupg2 into gnupg1 but for now at least we have a clean dependency chain. looks ok to jasper@ and pea@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/25 00:55:45 Modified files: sysutils/gamin : Makefile Log message: When the no_python FLAVOR is selected, make sure the server subpackage does not depend on python. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/25 01:40:13 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : MESSAGE-main Log message: Reword MESSAGE-main. Discussed with sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/25 02:04:01 Modified files: . : Makefile.cross Log message: sync the list of gcc4 archs with bsd.own.mk ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 04:13:33 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Added files: emulators/stella/patches: patch-configure Log message: - update stella to 3.2 ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 04:16:48 Modified files: infrastructure/templates: network.conf.template Log message: - drop some sites which no longer mirror cpan - add some new sites to replace the above - switch some sites over to using http - notably, the first site on the list is now http, which is a big win on networks with broken ftp (note that peek-ftp skips http mirrors, so this doesn't cause any problem there). okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 05:17:42 Modified files: devel/p5-Config-Simple: Makefile Log message: - add mikolaj (submitter) as maintainer CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/25 06:53:38 Modified files: sys/arch/sparc64/stand/ofwboot: Makefile boot.c elf64_exec.c Log message: Remove the SPARC_BOOT_ELF define and associated machinery since it does not make sense to compile ofwboot without support for ELF. Whilst here, nuke the unused SPARC_BOOT_NFS define and compile elf64_exec.c as an object rather than including it in boot.c. ok miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/25 07:06:09 Modified files: sys/net : if.c Log message: When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface since IPv6 is not rdomain aware and freaks out about it. OK henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/25 07:43:58 Log message: Import gnomint-1.2.1. gnoMint is a tool for an easy creation and management of Certification Authorities. It allows a fancy visualization of all the pieces that conform a CA: x509 certificates, CSRs, CRLs... Currently, it allows the creation of CAs, CSRs and Certificates, and export both public and private parts of them into PEM formatted files. It manages the revocation of the created certificates, as well as the creation of CRLs. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100825 N ports/security/gnomint/distinfo N ports/security/gnomint/Makefile N ports/security/gnomint/patches/patch-configure N ports/security/gnomint/pkg/PLIST N ports/security/gnomint/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/25 07:45:25 Modified files: security : Makefile Log message: +gnomint CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/25 07:57:07 Modified files: sys/net : if.c if_mpe.c Log message: Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that all the magic cleanup happens before. This is needed because mpe(4) needs to add a route which would be removed by the cleanup code. OK henning CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/25 08:07:24 Modified files: sys/net : if.c route.c route.h rtsock.c Log message: Let rtable_add() return usefull errnos so that the ioctl handler and the rtsock code can return a more reasonable error to the user. OK henning CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 08:29:56 Modified files: devel/cmake : Makefile Log message: arm needs -O0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 10:37:34 Added files: emulators/spim/patches: patch-CPU_run_c Log message: - fix build on mips64, no change for other arches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 11:26:54 ports/textproc/gnuvd/patches Update of /cvs/ports/textproc/gnuvd/patches In directory cvs.openbsd.org:/tmp/cvs-serv9524/patches Log Message: Directory /cvs/ports/textproc/gnuvd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 11:37:41 Added files: textproc/gnuvd/patches: patch-src_Makefile_in Log message: Remove compiler flag that's not supported by all three gcc versions, -Werror. Fixes build on at least sgi. ok steven@ (MAINTAINER) CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/08/25 11:42:18 Modified files: . : Makefile Log message: make 'make release' work on vax CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/08/25 11:44:27 Modified files: lib/libGL/glsl : Makefile.inc lib/pixman : Makefile.bsd-wrapper share/mk : bsd.xconf.mk Log message: enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 12:00:56 Modified files: graphics/xbmbrowser: Makefile Added files: graphics/xbmbrowser/patches: patch-Imakefile Removed files: graphics/xbmbrowser/patches: patch-a Log message: - fix build on hppa - rename patch - use SUBST_CMD - set license CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 12:04:37 Modified files: games/xboing/patches: patch-Imakefile Log message: - fix build on hppa CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2010/08/25 12:20:11 Modified files: usr.bin/pr : pr.c Log message: fix potential use of uninitialized variable. reported by gcc. ok jasper@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/25 13:19:43 Modified files: usr.bin/tmux : window.c Log message: When destroying a pane, reset any mode (which reenables pane bufferevent) before freeing the bufferevent. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/25 13:21:04 Modified files: usr.bin/awk : Makefile awk.1 Log message: get rid of the nawk hard link ok millert guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/25 13:21:26 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 14:27:16 Modified files: devel/boost : Makefile databases/db/v4: Makefile x11/dbus-glib : Makefile devel/desktop-file-utils: Makefile audio/flac : Makefile security/gnutls: Makefile Log message: add missing wantlibs, new-style lib_depends/revision, bump CVSROOT: /cvs Module name: xenocara Changes by: martynas@cvs.openbsd.org 2010/08/25 14:29:35 Modified files: driver/xf86-video-intel/src: i830_display.c Log message: remove annoying is lvds / is crt errorf calls ok fgs@ matthieu@ oga@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2010/08/25 14:32:38 Modified files: usr.bin/ftp : fetch.c Log message: don't free proxyurl and cookie twice in the location code; with halex@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 14:45:52 Modified files: databases/iodbc: Makefile audio/ladspa : Makefile www/libcroco : Makefile devel/libnotify: Makefile devel/libglade2: Makefile multimedia/mjpegtools: Makefile x11/gtk-engines2: Makefile graphics/py-cairo: Makefile Log message: add missing wantlibs, new-style lib_depends/revision, bump CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/25 15:37:59 Modified files: sys/dev/pci : pccbb.c sys/dev/cardbus: cardbus.c cardslot.c if_ral_cardbus.c sys/dev/ic : rt2560.c rt2661.c rt2860.c Log message: Make CardBus ral(4) suspend and resume properly on machines that keep the CardBus bridge powered up during suspend. Step zero on the long road towards fully suspending CardBus on all machines. ok deraadt@, damien@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 17:06:00 Modified files: databases/db/v4: Makefile Log message: When bumping -main here in my last commit, I inadvertently replaced PKGNAME-main=${DISTNAME}p0 with REVISION=1. As it is a multi-package port, the PKGNAME-main=${DISTNAME} must be kept, REVISION must be an extra line. Breakage noted by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 17:25:36 Modified files: multimedia/schroedinger: Makefile distinfo multimedia/schroedinger/patches: patch-configure_ac patch-schroedinger_pc_in multimedia/schroedinger/pkg: PLIST Removed files: multimedia/schroedinger/patches: patch-schroedinger_schroroughmotion_c Log message: update schroedinger to 1.0.9; from Brad. this changes a lib dependency from liboil to liborc; dependent ports will be fixed up shortly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/25 17:27:21 Modified files: audio/akode : Makefile audio/xmms2 : Makefile graphics/amide : Makefile graphics/ffmpeg: Makefile graphics/ffmpegthumbnailer: Makefile graphics/gegl : Makefile graphics/swfdec: Makefile multimedia/dvdstyler: Makefile multimedia/ffmpeg2theora: Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/libquicktime: Makefile multimedia/transcode: Makefile multimedia/xine-lib: Makefile telephony/iaxclient: Makefile www/swfdec-plugin: Makefile x11/mplayer : Makefile x11/vlc : Makefile x11/wxSVG : Makefile Log message: - chase the library change in multimedia/schroedinger; oil->orc - add various other missing WANTLIB (and LIB_DEPENDS in some cases) - while there move PKGNAME=..pX to REVISION, and move some ports to new-style LIB_DEPENDS original diff from Brad, extensive checking by me (clean build of everything related to liboil). CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/08/25 19:10:16 Log message: Initial import of libdisorder 0.0.2 libdisorder is a small, simple C library for use by programmers in other programs. ok jasper@ Status: Vendor Tag: kevlo Release Tags: kevlo_2010-Aug-26 N ports/devel/libdisorder/Makefile N ports/devel/libdisorder/distinfo N ports/devel/libdisorder/files/Makefile N ports/devel/libdisorder/pkg/DESCR N ports/devel/libdisorder/pkg/PLIST N ports/devel/libdisorder/pkg/PFRAG.shared N ports/devel/libdisorder/pkg/PFRAG.no_mips64 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/08/25 19:11:28 Modified files: devel : Makefile Log message: add libdisorder CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/08/25 19:35:44 Modified files: etc/etc.hppa : disktab distrib/hppa/iso: Makefile distrib/hppa/ramdisk: Makefile distrib/alpha/cdfs: Makefile distrib/alpha/iso: Makefile Log message: Since Aug 2008, the kernel can successfully read the 1 block (512 byte) disklabels even in the midst of a larger sector. E.g. in bytes 512 - 1023 of the first 2048 byte sector on a CD. On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso. Once accessible it took precedence over the spoofed label of the CD. Chaos ensued. Since there is currently no reason for this label on hppa cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now be mounted on hppa again. Also remove a commented out label plopping on Alpha, which references a non-existant disktab entry. Problem noted and exact diff creating problem discovered by marco@. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/08/25 19:44:26 Modified files: multimedia/get_iplayer: Makefile Log message: * set $HOME during do-build, so the manual gets built when USE_SYSTRACE is set * switch to REVISION, bump ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/25 20:05:02 Modified files: usr.bin/mandoc : term_ps.c Log message: sys/param.h is for kernel interface programs. sys/types.h is the file you want to include. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/25 23:16:12 Modified files: devel/avr : Makefile devel/avr/gcc : Makefile devel/avr/gdb : Makefile Log message: - new style wantlib/lib_depends/revisions - order SUBDIRs ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 01:44:11 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: Mention evolution-plugins and bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 02:01:44 Modified files: devel/gobject-introspection: Makefile Log message: Don't hardcode "cc" in sourcescanner.py. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/26 02:39:43 Modified files: usr.sbin/ldpd : lde_lib.c Log message: Fix a memory leak in an error path. Found and diff by Igor Zinovik. OK michele@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 02:48:21 Modified files: archivers/freeze: Makefile Log message: - remove dead master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 02:58:43 Modified files: math/udunits : Makefile distinfo Log message: - update udunits to 2.1.19 from remi pointel, maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 03:18:30 Modified files: archivers/libtar: Makefile Log message: - add working master_site CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 03:19:39 Modified files: x11/gnome/vfs2 : Makefile Added files: x11/gnome/vfs2/pkg: DESCR PLIST Removed files: x11/gnome/vfs2/pkg: DESCR-main DESCR-smb PLIST-main PLIST-smb Log message: We are about to deprecate gnomevfs within the tree as it has been superseded by gio/gvfs long time ago and isn't maintained anymore. First move is to remove the -smb subpackage which is of no use. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/08/26 03:25:20 Modified files: devel/uuid : Makefile distinfo devel/uuid/patches: patch-uuid_prng_c devel/uuid/pkg : PLIST-main PLIST-perl Removed files: devel/uuid/patches: patch-configure Log message: Update to 1.6.2 ok maintainer(robert@) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/26 04:12:18 Modified files: sys/dev/pci : pcidevs Log message: Add HP iLO3 devices and another PLX bridge. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/26 04:13:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 04:15:18 Modified files: x11/gnome : Makefile Removed files: x11/gnome/vfsmm: Makefile distinfo x11/gnome/vfsmm/patches: patch-Makefile_in x11/gnome/vfsmm/pkg: DESCR PFRAG.shared PLIST x11/gnome/libgnomeuimm: Makefile distinfo x11/gnome/libgnomeuimm/pkg: DESCR PFRAG.shared PLIST Log message: Remove libgnomeuimm and gnome-vfsmm. These are 2 deprecated APIs that nothing in-tree uses. ok "less is more" jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 04:16:32 Modified files: misc/contacts : Makefile Log message: Disable optional gnomevfs2 support. Switch to new depend/revision. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 04:36:53 Modified files: x11/rxvt : Makefile x11/rxvt/pkg : PLIST-clock PLIST-main Added files: x11/rxvt/patches: patch-src_init_c Log message: fix a race in setting the window size; patch from Nathan Houghton, similar ports diff from jasper@ - ok landry@ jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 05:11:54 Modified files: converters/libpst: Makefile Log message: - missing USE_X11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 05:12:46 Modified files: astro/celestia : Makefile astro/sattrack : Makefile astro/sattrack/patches: patch-run_getsts patch-run_gettle astro/stellarium: Makefile astro/sunclock : Makefile astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile astro/xearth : Makefile astro/xephem : Makefile astro/xphoon : Makefile astro/xworld : Makefile Log message: - switch to newstyle LIB_DEPENDS/WANTLIB - switch to SUBST_CMD (sattrack) ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 05:17:31 Modified files: audio/amarok : Makefile audio/gmpc-libnotify: Makefile audio/xmms-speex: Makefile audio/xmmsctrl : Makefile Log message: - missing USE_X11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 06:08:32 Modified files: audio/rhythmbox: Makefile Log message: Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2 releases ago in favor or giosync (gvfs). While here, remove duplicate --without-all configure args which was also noticed by Markus Bergkvist. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 06:09:07 Modified files: www/gnash : Makefile www/gnash/pkg : PLIST Log message: Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2 releases ago in favor or giosync (gvfs). Switch to new depends/revision and regen PLIST. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 06:09:32 Modified files: audio/exaile : Makefile audio/exaile/pkg: PLIST Log message: Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2 releases ago in favor or giosync (gvfs). ok jasper@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/08/26 07:00:19 Modified files: usr.sbin/relayd: ssl_privsep.c Log message: stray spaces, no binary change CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/26 07:28:15 Modified files: sys/netinet : ip_carp.c Log message: Link local multicast requires a scope (either from the src or dst address) be more explicit and force it in dst. OK deraadt@, mcbride@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 07:30:08 Modified files: books/AsteriskGuide: Makefile Log message: mirror the distfile; req by jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 07:35:24 Modified files: biology/p5-Bio-ASN1-EntrezGene: Makefile distinfo biology/p5-Bio-ASN1-EntrezGene/pkg: PLIST Log message: - update to 1.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 07:44:30 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/files: README.OpenBSD qemu-ifup emulators/qemu/pkg: DESCR PLIST Log message: update qemu to 0.12.5; testing/feedback from Daniel Dickman, Dawe, lum@, commit requested by fgsch@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 07:53:26 Modified files: graphics/xmedcon: Makefile Log message: add missing wantlib, new lib_depends/revision, bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 07:58:59 Modified files: security : Makefile Removed files: security/whisker: Makefile distinfo security/whisker/patches: patch-whisker.pl security/whisker/pkg: DESCR PLIST Log message: - remove whisker, it's deprecated and abandoned upstream; they suggest switching to security/nikto. agreed by Srebrenko Sehic (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/26 08:04:46 Modified files: share/man/man4 : tun.4 Log message: Try to be a bit more specific about what happens when link0 is used. link0 will reset the interface and all configuration is lost (e.g. -inet6 or rdomain settings) so use link0 as first command without any other arguments to get a deterministic behaviour. With a lot of help by jmc@ (actually commiting his version because it is much nicer, as ususal). CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/08/26 10:08:24 Modified files: sys/uvm : uvm_km.c Log message: make the comment explaining the kernel submaps a bit better. ok art@, oga@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 10:59:37 Modified files: www/libcroco : Makefile Log message: fix typo, xmlt -> xml2; spotted by Andreas Kahari CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/26 11:07:46 Modified files: usr.sbin/rarpd : rarpd.8 rarpd.c Log message: Allow multiple interfaces to be specified instead of all or one. ok krw@ claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 11:48:27 Modified files: infrastructure/bin: libtool Log message: - strip leading 'lib' when we write the library name to the shared_libs.log file. ok steven@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/26 11:55:10 Modified files: sbin/pdisk : pdisk.8 Log message: - fdisk(8), not fdisk(1) - zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/26 11:59:47 Modified files: sbin/sysctl : sysctl.8 Log message: document kern.consdev; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/26 12:25:38 Modified files: usr.sbin/rarpd : rarpd.c Log message: remove a silly comment that duplicates the usage string at the start of the file. spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/26 12:57:14 Modified files: sys/arch/loongson/dev: smfb.c Log message: Screen burner support for SM712 flavour (Lemote Yeeloong) CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2010/08/26 13:05:14 Modified files: etc : nsd.conf Log message: better TSIG key example CVSROOT: /cvs Module name: xenocara Changes by: millert@cvs.openbsd.org 2010/08/26 13:22:51 Modified files: etc : config.site Log message: We no longer link nawk to awk. OK oga@ matthieu@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/26 13:59:50 Removed files: infrastructure/build: libtool Log message: libtool has been moved to bin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 14:21:35 Modified files: comms/xdx : Makefile Log message: - remove dead homepage - swap dead master site for a working one - newstyle wantlib/lib_depends CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/26 14:25:23 Modified files: converters/p5-Calendar-Simple: Makefile distinfo Log message: - update p5-Calendar-Simple to 1.21 CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/08/26 15:03:00 Modified files: infrastructure/db: config.site Log message: We no longer link nawk to awk. OK sthen@ naddy@ jasper@ CVSROOT: /cvs Module name: www Changes by: blambert@cvs.openbsd.org 2010/08/26 15:25:50 Modified files: . : want.html Log message: I need even fewer friends. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/26 15:28:58 Modified files: sysutils/rsyslog: Makefile distinfo Log message: update to 4.6.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 15:30:42 Modified files: www/minitube : Makefile Log message: Remove dependency on gstreamer-gnome which is about to die. giosync and libgstsouphttpsrc from gstreamer-plugins-base and gstreamer-plugins-good supersed it. ok jakemsr@ pirofti@ (maintainers) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 15:31:21 Modified files: x11/gnome/totem: Makefile Log message: Remove dependency on gstreamer-libsoup which is about to be merged into gstreamer-plugins-good. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 15:32:11 Modified files: www/gnash : Makefile Log message: Remove dependency on gstreamer-libsoup which is about to be merged into gstreamer-plugins-good. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 15:33:03 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main Removed files: multimedia/gstreamer-0.10/plugins-base/pkg: DESCR-gnome PLIST-gnome Log message: Remove the -gnome subpackage. It uses gnomevfs2 which is deprecated. Add a missing run_depends on gvfs for -main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/26 15:33:27 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Removed files: multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-soup PLIST-soup Log message: Merge -soup into -main. CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2010/08/26 15:37:35 Modified files: . : want.html Log message: I'd like USB busses and hubs. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/08/26 15:46:55 Modified files: etc/etc.hppa64 : disktab Log message: If hppa doesn't need a fakecdrom disktab entry, neither does hppa64. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/08/26 16:05:05 Modified files: devel/haddock : Makefile Log message: Move WANTLIB-main into the ! ${FLAVOR:L:Mno_deps} block, so the no_deps FLAVOR has really no dependencies. Add an always failing do-build for no_deps that tells people why this FLAVOR exists. "makes sense" jakemsr@, who initlally sent a different diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/26 18:48:19 Modified files: telephony/asterisk: Makefile telephony/asterisk/patches: patch-Makefile Log message: readd missing _ from user/group names in sample config. spotted by Brad. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/08/26 18:52:01 Modified files: audio/timidity : Makefile Added files: audio/timidity/patches: patch-TiMidity++-2_13_2_interface_xaw_i_c Log message: * quit building audio(4) backend * fix compilation of xaw FLAVOR * REVISION and bump * fix and new style LIB_DEPENDS/WANTLIB ok ajacoutot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/26 22:09:22 Modified files: sys/arch/i386/i386: apm.c sys/dev/acpi : acpiasus.c sys/dev/ic : ath.c atw.c pgt.c rt2560.c rt2661.c rt2860.c rtw.c sys/dev/pci : esa.c pccbb.c sys/dev/sdmmc : sdhc.c sys/dev/usb : ehci.c ohci.c uhci.c sys/sys : systm.h Log message: kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber PWR_{SUSPEND,RESUME} so that they match the values of DAVCT_{SUSPEND,RESUME} so that we can eventually (many more steps...) kill the powerhook garbage and use the activate mechanism. no objections CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/26 23:04:12 Modified files: sys/arch/arm/xscale: pxa27x_udc.c pxa2x0_com.c pxa2x0_lcd.c pxa2x0_ohci.c sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c ommmc.c omohci.c sys/arch/zaurus/dev: zaurus_audio.c zaurus_scoop.c zts.c sys/arch/zaurus/zaurus: zaurus_lcd.c sys/dev/pci : auixp.c sys/dev/pcmcia : if_ray.c Log message: More killing of PWR_STANDBY. cvs skipped these files CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/26 23:30:59 Modified files: sys/dev/ic : mpi.c Log message: get some format strings and variables right in debug output CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 01:08:23 Modified files: sys/dev/usb : if_udav.c if_url.c Log message: Delete comments about these drivers needing powerhook support; they don't. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/27 01:50:38 Modified files: sbin/wpa-psk : wpa-psk.8 Log message: put .Os in the correct place; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 02:05:01 Modified files: sys/dev/ic : gemvar.h Log message: gem never had any powerhook support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 02:24:53 Modified files: sys/dev/pci : if_ix.c if_ix.h if_ixgb.c if_ixgb.h Log message: These do not need powerhook functions. ok jsg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/27 02:27:15 Modified files: mail/dovecot : Makefile distinfo Removed files: mail/dovecot/patches: patch-src_lib-storage_index_mbox_mbox-save_c Log message: update Dovecot to 1.2.14, from Brad. several fixes and adds support for IDLE notifications with the virtual storage plugin. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/08/27 04:05:59 Modified files: x11/gnome/nautilus-open-terminal: Makefile Added files: x11/gnome/nautilus-open-terminal/patches: patch-src_eel-gnome-extensions_c Log message: fix a couple missing sentinel warnings that break the build when WARNINGS=Yes is in effect ok jasper, ajacoutot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/27 04:50:51 Modified files: x11/gnome/libgda: Makefile distinfo Log message: Update to libgda-4.0.11. Despites jasper@'s best efforts, no I will not move this to plan9 CATEGORIES! CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/08/27 06:00:22 Modified files: libexec/ftpd : ftpd.c Log message: In revision 1.14 of ftpd.c the ident variable was removed from its only meaningful usage when a snprintf call was removed, rendering ident useless. Time to remove remaining code. ok tobias@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/08/27 06:22:46 Modified files: usr.sbin/ldpd : lde_lib.c Log message: Fix format string that was not changed after the log_fec introduction. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/27 06:30:38 Modified files: . : INDEX Log message: Sync, 6462. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/27 06:48:54 Modified files: sys/arch/loongson/dev: smfb.c smfbreg.h voyagerreg.h Log message: screen blanking code for SM502, and some smfb code cleanup. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/27 08:19:35 Modified files: mail/gmime24 : Makefile distinfo mail/gmime24/patches: patch-Makefile_in mail/gmime24/pkg: PLIST Log message: Minor update to gmime-2.4.18. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 09:02:12 Modified files: sys/dev/pci : safevar.h Log message: no need for a sc_suspended variable CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 09:41:43 Modified files: sys/dev/pci : sdhc_pci.c sys/dev/sdmmc : sdhc.c sdhcvar.h Log message: Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around it for now ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 09:43:42 Modified files: sys/dev/ic : xl.c xlreg.h sys/dev/pci : if_xl_pci.c Log message: Move the xl_pci_activate function into xl_activate so that it is in the sub-driver, and then xl_powerhook can simply be a wrapper around it ok kettenis; discussion about nested structure aliasing with miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 09:56:09 Modified files: sys/dev/pci : if_em.c Log message: Have the em powerhook call the activate function, which does a way better job of taking the chip up and down. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/27 10:00:02 Modified files: net/libcares : Makefile distinfo net/libcares/pkg: PLIST Log message: update c-ares to 1.7.3; from Brad (taking maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/27 10:06:25 Modified files: sys/dev/ic : rt2560.c rt2560var.h rt2661.c rt2661var.h rt2860.c rt2860var.h Log message: Stop calling xxx_power() from xxx_resume(); instead do it the other way around. Get rid of the sc_power() callback, which isn't used anymore. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 10:26:35 Modified files: sys/dev/pci : auixp.c auixpvar.h Log message: Delete #if'd out powerhook code which is just unfinished scaffolding CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 10:45:46 Modified files: sys/dev/isa : aps.c Log message: Mutilate the powerhook function into an activate function, then create a stub powerhook function to call it. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/08/27 11:08:01 Modified files: sys/dev/ic : acx.c an.c ath.c athn.c bwi.c malo.c pgt.c re.c rt2560.c rt2661.c rt2860.c sys/dev/pci : if_age.c if_alc.c if_ale.c if_bce.c if_et.c if_ipw.c if_iwi.c if_iwn.c if_jme.c if_lii.c if_nfe.c if_se.c if_vge.c if_wpi.c sys/dev/pcmcia : if_malo.c sys/dev/usb : if_otus.c if_ral.c if_rum.c if_run.c if_uath.c if_upgt.c if_urtw.c if_urtwreg.h if_zyd.c ueagle.c sys/net : if.c if.h sys/arch/vax/qbus: if_de.c Log message: remove the unused if_init callback in struct ifnet ok deraadt@ henning@ claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 12:25:47 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: Since the pci-specific activate function does nothing, move it to fxp.c. Then it is possible for fxp_powerhook to use it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 12:29:44 Modified files: sys/dev/pci : if_wi_pci.c Log message: Make the powerhook code simply call the activate function (it actually does all the 7 steps we want done, instead of just 2) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 12:49:40 Modified files: sys/dev/pci : neo.c Log message: Mangle neo_power's contents into a neo_activate function, then make neo_power into a stub which calls it. Tested on an ancient z505r; my first laptop.... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 12:50:57 Modified files: sys/dev/pci : auacer.c auglx.c auich.c autri.c autrivar.h cs4280.c cs4281.c esa.c eso.c yds.c maestro.c Log message: Since the changes in neo(4) work, it is very likely that the exact same mechnical changes work in these drivers too. Testing can occur after this commit. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2010/08/27 12:58:57 Modified files: sys/arch/sparc64/dev: tda.c Log message: caught a small typo while reading the code: senor -> sensor CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 13:10:59 Modified files: sys/arch/i386/i386: apm.c Log message: Run powerhooks with interrupts blocked. This requires a bit of a song and dance since some laptops unsuspend out of apm with interrupts enabled?! That causes problems with shared interrupts... but also it would be best if we treat powerhook functions (now backed by activate functions) the same as acpi treats them, and it means that the powerhook wrappers don't need to do their own spl protection. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 13:44:44 Modified files: sys/dev/ic : ath.c athvar.h sys/dev/pci : if_ath_pci.c Log message: Get rid of the clumsy pci_activate function and do this job inside ath.c so that the powerhook wrapper can get at it ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 13:48:14 Modified files: sys/dev/pci : if_bge.c Log message: The powerhook only did stuff at resume; but suspend matters too! Instead of fixing it, make it call the activate function which does the full job ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 13:54:03 Modified files: sys/dev/ic : dc.c dcreg.h sys/dev/pci : if_dc_pci.c Log message: Move the dc_pci_activate function to dc.c, and mangle it up with some of the gunk in dc_powerhook. Then make dc_powerhook just call it ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 13:56:23 Modified files: sys/dev/pci : if_nfe.c Log message: Make the powerhook use the activate functions, which actually do the full job. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 14:06:39 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: Massage the powerhook function into an activate function, and since we do not neccessarily have a working filesystem for the firmware yet, use a workq to postpone resume. Then make the powerhook function call the activate function. There remains some questions about the sc_power functions... ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 14:09:02 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_iwn.c if_wpi.c Log message: Move the guts of the powerhook function into the activate function and make it stop calling the powerhook function; then make the powerhook function call activate. This basically inverts the whole goop. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/27 14:22:13 Modified files: sys/dev/pci : if_rl_pci.c sys/dev/ic : rtl81x9.c rtl81x9reg.h Log message: Move the activate function from pci to the the main driver, so that the powerhook can use it ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/27 14:31:55 Modified files: sys/dev/acpi : acpi.c sys/dev/pci : pci.c pcivar.h Log message: Make PCI Power Management optional, and only enable it when acpi(4) attaches. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/28 03:19:15 Modified files: mail/getmail : Makefile productivity/gnucash: Makefile productivity/gnucash-docs: Makefile productivity/thinkingrock: Makefile www/bricolage : Makefile www/opera : Makefile Log message: at his request, remove sturm@ as maintainer from his ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/28 03:19:48 Modified files: net/nagios/plugins: Makefile distinfo net/nagios/plugins/patches: patch-configure Log message: update nagios-plugins to 1.4.15 (ok sturm@) and take maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/28 03:20:13 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-configure Log message: update nagios to 3.2.1 (ok sturm@) and take maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/28 03:42:45 Modified files: net/nagios/nagios: Makefile Log message: new-style LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 06:47:12 Modified files: sys/dev/isa : pckbc_isa.c Log message: Remove dead code, ansify, and clean the match routine; adapted from a diff by Alexandr Shadchin (firstname dot lastname at gmail) on tech@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 06:48:14 Modified files: sys/dev/ic : com.c pcdisplay_chars.c pcdisplay_subr.c pcdisplayvar.h pckbc.c vga.c vga_subr.c vgavar.h sys/dev/isa : pcdisplay.c vga_isa.c sys/dev/rasops : rasops.c rasops1.c rasops15.c rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_bitops.h sys/dev/wscons : wsdisplay_compat_usl.c wsemul_dumb.c wsemulconf.c wskbdutil.c Log message: ansify function definitions, and constify a few arrays while there. no functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 06:49:57 Modified files: sys/dev/pckbc : pckbd.c Log message: In pckbd_scancode_translate(), correctly translate the break sequence between scan code sets 1 and 2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 10:39:18 Modified files: sys/dev/pckbc : wskbdmap_mfii.c Log message: Provide a way to get < and > symbols on 101-key slovenian layouts; from Zavisa Nikac (firstname dot lastname at inet dot hr) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 10:40:32 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/28 11:02:52 Modified files: www/opera : Makefile Log message: Take over maintainership, suggested by jasper@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2010/08/28 11:59:01 Modified files: xserver/hw/xfree86/os-support/bsd: bsd_sbus.c xserver/hw/xfree86/common: xf86AutoConfig.c Log message: Fix autoconfiguration for accelerated drivers on sparc/sparc64. Currently limited to sunffb; others will need to be added to bsd_sbus.c if we start shipping them. ok matthieu@, oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/28 11:59:17 Modified files: sys/dev/acpi : acpiasus.c Log message: powerhooks in acpi drivers? oh boy. change this into a (not yet called) activate function ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/28 12:08:07 Modified files: sys/dev/ic : rt2560.c rt2661.c rt2860.c Log message: rename the *_power functions to *_powerhook to indicate that we've been here already for the activate/powerhook cleanup CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/28 12:55:18 Modified files: net/samba : Makefile Log message: Run README.OpenBSD through SUBST_CMD, bump REVISION-main. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/08/28 13:46:00 Modified files: www/zendframework: Makefile distinfo www/zendframework/pkg: PLIST Log message: update to 1.10.8 CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/28 14:23:22 Modified files: sys/sys : disk.h sys/arch/sparc/dev: fd.c presto.c xd.c xy.c sys/arch/sparc64/dev: fd.c sys/dev/ata : wd.c sys/dev : flash.c ramdisk.c vnd.c sys/dev/isa : fd.c mcd.c sys/scsi : cd.c sd.c Log message: Garbage collect struct dkdriver. ok miod@; "please go ahead" jsing@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/28 16:09:50 Modified files: share/man/man4 : wsdisplay.4 Log message: some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak; from Tim van der Molen ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 16:27:47 Modified files: sys/uvm : uvm_pmemrange.c Log message: Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/28 16:29:03 Modified files: sys/arch/loongson/loongson: machdep.c Log message: Correctly compute memory size if less than 256MB. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/28 17:19:29 Modified files: sys/dev/pci : if_malo_pci.c Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/28 20:02:26 Modified files: sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/zaurus/dev: zaurus_apm.c Log message: put the bufq_restart() in the right place, so that a 2nd resume works. how did noone notice for so long? tsk, tsk, tsk. of course, I broke it. tested by jakemsr CVSROOT: /cvs Module name: src Changes by: gollo@cvs.openbsd.org 2010/08/29 03:24:38 Modified files: sys/netinet : in_proto.c Log message: Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS OK: claudio@, bob@, sthen@, thib@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/29 04:04:32 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/pkg: MESSAGE Log message: fix for chrooted httpd; pointed out by viq CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2010/08/29 04:08:05 Modified files: textproc/mupdf : Makefile distinfo Log message: distfile moved and got renamed, but didn't change. ok sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/08/29 05:27:19 Modified files: gnu/gcc/gcc/config/pa: pa.h gnu/gcc/gcc/config/sparc: sparc.h Log message: Make sure local arrays of chars are word-aligned on strict alignment architectures, just like what is done for global ones. This isn't just an optiization. There is a long tradition of building packets in arrays of chars on the stack by using casts to types that require stricter alignment. Ignore the language lawyers say it isn't explicitly allowed by the C standard. Historically many (all?) C compilers have handled that just fine, so it is stupid to break this. Thanks to mikeb@ for finding the GCC bug report against upstream GCC 4.2.1. This fixes hppa/hppa64 and sparc/sparc64 as discuessed with miod@ (upstream only fixed sparc/sparc64). Other strict alignment architectures will need similar fixes. ok deraadt@, mikeb@, miod@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2010/08/29 06:33:25 Modified files: usr.sbin/rarpd : rarpd.c Log message: remove unused variable ok jsg@ krw@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/29 08:43:17 Modified files: driver/xf86-video-wildcatfb/src: wildcatfb_driver.c Log message: Update after module loader simplification upstreams. Fixes loading in xserver 1.8. ok miod@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/29 08:58:24 Modified files: driver/xf86-video-wildcatfb: Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh driver/xf86-video-wildcatfb/man: Makefile.am Makefile.in driver/xf86-video-wildcatfb/src: Makefile.in driver/xf86-video-wsfb: Makefile.am Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-wsfb/man: Makefile.am Makefile.in driver/xf86-video-wsfb/src: Makefile.in driver/xf86-video-wsudl: Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh driver/xf86-video-wsudl/man: Makefile.am Makefile.in driver/xf86-video-wsudl/src: Makefile.in Log message: Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. No functionnal change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/29 09:05:55 Modified files: driver/xf86-video-wildcatfb/man: wildcatfb.man driver/xf86-video-wsfb/man: wsfb.man driver/xf86-video-wsudl/man: wsudl.man Log message: XFree86(1) -> __xservername__(1). __xservername__ is a macro that gets replaced by the actual X server (Xorg currently) by the build system. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/29 09:12:28 Modified files: sys/dev/bluetooth: bthub.c Log message: - add a missing ioctl FWRITE check ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/29 09:20:40 Modified files: driver/xf86-video-wildcatfb/src: wildcatfb_driver.c driver/xf86-video-wsfb/src: wsfb_driver.c driver/xf86-video-wsudl/src: wsudl_driver.c Log message: Add missing headers for ioctl() and getpagesize() prototypes. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/08/29 09:24:28 Modified files: driver/xf86-video-wsudl: config.h.in configure configure.ac Log message: remove checks for xf1bpp and xf4bpp support, since they are not used. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/29 09:28:11 Modified files: sys/dev/usb : usbdevs ukbd.c Log message: Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, which reports Fn as a regular key. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/29 09:28:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 10:47:00 Modified files: sys/dev/ic : atw.c atwvar.h rtw.c rtwvar.h sys/dev/pci : if_rtw_pci.c if_atw_pci.c Log message: Massage the powerhook functions into activate functions, and then call them from the powerhook. Fix a few quibbles about the things done for the IFF_RUNNING and IFF_UP cases ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/29 11:41:34 Modified files: audio/mono-taglib: Makefile Removed files: audio/mono-taglib/patches: patch-Makefile_in Log message: - remove unneeded patch CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2010/08/29 11:58:28 Modified files: xserver/hw/xfree86/os-support/bsd: bsd_init.c Log message: Use the KERN_CONSDEV ioctl to figure out what the console device is and attempt to open that first before trying /dev/ttyC[0-7]. This makes X autoconfiguration a tad bit more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console. PCI framebuffers are still busted though. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/29 11:59:19 Modified files: devel/ddd : Makefile devel/ddd/patches: patch-ddd_Makefile_in Removed files: devel/ddd/patches: patch-themes_Makefile_in patch-vsllib_Makefile_in Log message: - remove unneeded patches CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 12:01:21 Modified files: sys/dev/ic : dp8390.c dp8390var.h Log message: expose dp8390_enable/disable to the higher level drivers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 12:40:33 Modified files: sys/dev/ic : wdc.c wdcvar.h Log message: pcmcia/wdc_pcmcia.c CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/29 12:41:12 Modified files: sys/dev/acpi : acpi.c Log message: - add a check for FWRITE here too. ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 12:41:24 Modified files: sys/dev/pcmcia : wdc_pcmcia.c Log message: wdcactivate() can go since it is just a wrapper around config_activate_children (same change made to wdc.c and wdcvar.h) ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/29 13:34:43 Modified files: net/gtk-gnutella: Makefile distinfo net/gtk-gnutella/patches: patch-Configure Log message: - update gtk-gnutella to 0.96.8 ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/29 14:59:56 Modified files: productivity : Makefile Removed files: productivity/gnucash-docs: Makefile distinfo productivity/gnucash-docs/pkg: DESCR PLIST Log message: - remove gnucash-docs; will be rolled into the main gnucash port CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/29 15:00:18 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: - add the documentation from the standalone port into the main port ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 17:06:53 Modified files: sys/arch/macppc/dev: wdc_obio.c Log message: s/wdcactivate/config_activate_children/ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/29 17:23:31 Modified files: sys/dev/ic : mfi.c Log message: the scsi completion code thinks that if you dont get MFI_STAT_OK back from the chip on a command then the command completely failed. MFI_STAT_SCSI_DONE_WITH_ERROR really means the command completed fine, but there's some sense data too. this tweaks the handling to be more appropriate, as per the linux and solaris drivers. timed out waiting for beck@ putting this in cos its obviously more correct than the current code. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/29 18:42:48 Modified files: share/misc : airport Log message: add one airport... anyone want to maintain this? CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/29 20:47:56 Modified files: sys/scsi : cd.c ch.c safte.c scsi_base.c ses.c st.c Log message: Avoid possible aliasing-related compiler issues by always writing to cmd->opcode through the type casted command pointer rather than through xs->cmd->opcode. Requested by deraadt@; ok krw@. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/08/29 21:48:17 Modified files: net/p5-IO-Interface: Makefile distinfo net/p5-IO-Interface/patches: patch-Interface_xs Log message: Update to 1.05; fixes regress test for netmask and mac address detection. from Mikolaj Kucharsk, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/30 00:18:59 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: Bugfix update to gucharmap-2.30.3. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/08/30 01:06:54 Modified files: libexec/ftpd : ftpd.8 Log message: Add missing network service name from /var/log/ftpd entries. ok and suggestion from jmc@ ok tobias@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 01:16:02 Modified files: textproc/py-nltk: Makefile distinfo textproc/py-nltk/patches: patch-setup_py textproc/py-nltk/pkg: PLIST Log message: - update py-nltk to 2.0b9 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 01:16:39 Modified files: devel/py-sip : Makefile distinfo Log message: - update py-sip to 4.10.5 - remove maintainer after several timeouts ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 01:17:01 Modified files: x11/py-qt4 : Makefile distinfo x11/py-qt4/patches: patch-configure_py x11/py-qt4/pkg : PLIST-docs Log message: - update py-qt4 to 4.7.4 - remove maintainer after several timeouts ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/30 01:54:29 Modified files: lib/libevent : event.c Log message: Fix from upstream to make all backends reinit on event_reinit(). This was not being done for poll and select, so after fork they would remain using the same socketpair for signal notification, leading to a race between the two processes to read from it and hangs. Problem originally reported by kili@. ok gilles CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/08/30 02:52:10 Modified files: sys/arch/mips64/include: cpu.h db_machdep.h sys/arch/mips64/mips64: cpu.c db_machdep.c ipifuncs.c Log message: ddbcpu for sgi. ok miod@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2010/08/30 03:52:08 Modified files: distrib/miniroot: install.sub Log message: Make future work in the installer easier by reducing the amount of eval craziness in install_url(). ok krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 04:17:14 Modified files: devel/py-sip : Makefile x11/py-qt3 : Makefile x11/py-qt4 : Makefile Log message: upstream for these is extra-annoying and removes old versions; mirror the current distfiles and add a note asking people updating the port to do the same. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 05:01:07 Modified files: biology/p5-Bio-ASN1-EntrezGene: Makefile biology/p5-Bio-ASN1-EntrezGene/pkg: PLIST Log message: - install examples too CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/30 05:02:48 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PFRAG.shared PLIST Removed files: geo/qgis/patches: patch-cmake_Python_cmake patch-src_CMakeLists_txt Log message: Update to qgis 1.5.0, now bundles gdaltools plugin. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 06:01:35 Modified files: www/horde/kronolith: Makefile Removed files: www/horde/kronolith/patches: patch-lib_Driver_sql_php Log message: remove a patch which was causing problems with calendars stored in postgresql; reported/tested by viq CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/30 06:12:59 Modified files: share/misc : airport Log message: - start fixing some entries after the airports were renamed - remove HAG; ypenburg airport hasn't been a civil airport since '55. and the airbase been abandoned since '92. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:11:28 Log message: import ports/textproc/pear-File-Find, from Daniel Levai File_Find, created as a replacement for its Perl counterpart, also named File_Find, is a directory searcher which handles globbing, recursive directory searching, and other features. Status: Vendor Tag: sthen Release Tags: sthen_20100830 N ports/textproc/pear-File-Find/Makefile N ports/textproc/pear-File-Find/distinfo N ports/textproc/pear-File-Find/pkg/DESCR N ports/textproc/pear-File-Find/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:12:20 Log message: import ports/devel/pear-Console-Table, from Daniel Levai, ok ajacoutot@ Console_Table provides methods such as addRow(), insertRow(), addCol() etc., to build console tables with or without headers and with user defined table rules and padding. Status: Vendor Tag: sthen Release Tags: sthen_20100830 N ports/devel/pear-Console-Table/Makefile N ports/devel/pear-Console-Table/distinfo N ports/devel/pear-Console-Table/pkg/DESCR N ports/devel/pear-Console-Table/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:12:53 Modified files: devel : Makefile Log message: +pear-Console-Table CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:13:29 Modified files: textproc : Makefile Log message: +pear-File-Find (this import was ok ajacoutot@ too, missed from commitlog). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/30 07:15:49 Modified files: www/webkit : Makefile Added files: www/webkit/patches: patch-configure Log message: Don't force the use of -O2, the ports infrastructure takes care of adding it. Makes the port respect user-defined CFLAGS. Pointed out by brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:24:22 Modified files: devel/pear-Console-Table: Makefile devel/pear-Console-Table/pkg: PLIST Log message: add missing @group, remove duplicated CATEGORIES, bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:24:28 Modified files: textproc/pear-File-Find: Makefile textproc/pear-File-Find/pkg: PLIST Log message: add missing @group, remove duplicated CATEGORIES, bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:29:40 Modified files: www/horde/horde: Makefile Log message: sort/tidy RUN_DEPENDS, no plist change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:33:40 Modified files: www/horde/horde: Makefile Log message: depend on Console_Table and File_Find pear modules; the scripts to assist translation use them CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 07:40:49 Modified files: www/horde/imp : Makefile www/horde/ingo : Makefile www/horde/kronolith: Makefile www/horde/mnemo: Makefile www/horde/nag : Makefile www/horde/turba: Makefile Log message: tidy/sort RUN_DEPENDS; no plist changes CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/08/30 10:14:36 Modified files: usr.sbin/sa : usrdb.c Log message: Use uid_t instead of u_long for comparing database keys in the usracct summary database. Fixed in NetBSD, and pointed out on ICB by deraadt@. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 10:35:02 Modified files: lang/python : python.port.mk Log message: Switch default to python 2.6. Discussed and ok from many. Bumps will follow. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 10:41:20 Modified files: sysutils/idled : Makefile sysutils/idled/pkg: PLIST Log message: - remove dead homepage - regen PLIST while here CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 10:48:31 Modified files: archivers/py-lzo: Makefile astro/py-metar : Makefile biology/py-biopython: Makefile chinese/py-zhCodecs: Makefile comms/hamlib : Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/30 10:53:28 Modified files: sys/sys : disk.h sys/kern : subr_disk.c Log message: Add a device number to struct disk and populate it on disk attach. Whilst here also expose disklist for future use. ok deraadt@ miod@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 11:11:35 Modified files: converters/libpst: Makefile converters/py-cjkcodecs: Makefile converters/py-iconvcodec: Makefile converters/recode: Makefile emulators/dynagen: Makefile emulators/gns3 : Makefile geo/gdal : Makefile geo/gmapcatcher: Makefile geo/py-proj : Makefile geo/qgis : Makefile geo/tilecache : Makefile math/py-Numeric: Makefile math/py-gnuplot: Makefile math/py-numpy : Makefile math/py-probstat: Makefile math/py-scipy : Makefile misc/gpsd : Makefile misc/gramps : Makefile misc/gutenpy : Makefile misc/py-imdb : Makefile misc/py-memcached: Makefile misc/pymissile : Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/08/30 11:32:40 Modified files: sys/dev : softraidvar.h softraid.c Log message: During boot probe walk disklist rather than alldevs. This avoids a race where disks can be on alldevs, however they are not yet initialised and have not yet called disk_attach() (in particular this means that dk_label is a null pointer). Also, if we sleep restart the scan from the top of the disklist in case things have changed whilst we slept. ok marco@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 11:46:57 Modified files: games/angrydd : Makefile games/castle-combat: Makefile games/childsplay: Makefile games/childsplay-plugins: Makefile games/forcedattack: Makefile games/fretsonfire: Makefile games/gcompris : Makefile games/londonlaw: Makefile games/mnemosyne: Makefile games/pathological: Makefile games/singularity: Makefile games/ski : Makefile games/teeworlds: Makefile games/widelands: Makefile multimedia/coherence: Makefile multimedia/devede: Makefile multimedia/gstreamer-0.10/py-gstreamer: Makefile multimedia/moovida/core: Makefile multimedia/moovida/plugins-bad: Makefile multimedia/moovida/plugins-good: Makefile multimedia/moovida/plugins-ugly: Makefile multimedia/oggconvert: Makefile multimedia/recordmydesktop/gtk: Makefile mail/archivemail: Makefile mail/getmail : Makefile mail/mailman : Makefile mail/offlineimap: Makefile mail/py-milter : Makefile mail/py-policyd-spf: Makefile mail/py-spf : Makefile mail/pyzor : Makefile mail/spambayes : Makefile mail/tmda : Makefile news/hellanzb : Makefile news/py-yenc : Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 11:57:31 Modified files: sysutils/backintime: Makefile.inc sysutils/d-feet: Makefile sysutils/duplicity: Makefile sysutils/flyback: Makefile sysutils/gamin : Makefile sysutils/rdiff-backup: Makefile sysutils/tentakel: Makefile productivity/bruce: Makefile productivity/googlecl: Makefile productivity/impressive: Makefile productivity/rednotebook: Makefile productivity/workrave: Makefile productivity/yokadi: Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 12:29:28 Modified files: print/fontforge: Makefile print/lilypond : Makefile print/lyx : Makefile print/mftrace : Makefile print/py-cups : Makefile print/py-reportlab/plugins/renderPM: Makefile print/py-reportlab/reportlab: Makefile print/scribus : Makefile print/system-config-printer: Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2010/08/30 12:32:20 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-init_c patch-openvpn_8 patch-options_c patch-options_h patch-route_c patch-sample-config-files_client_conf patch-sample-config-files_server_conf patch-sample-config-files_static-home_conf patch-sample-config-files_static-office_conf patch-sample-config-files_tls-home_conf patch-sample-config-files_tls-office_conf patch-socket_c net/openvpn/pkg: PLIST Log message: update to OpenVPN 2.1.2 while here, enable dropping to _openvpn user in the sample configs. ok and feedback ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2010/08/30 12:33:45 Modified files: net/openvpn_bsdauth: Makefile distinfo net/openvpn_bsdauth/pkg: PLIST Removed files: net/openvpn_bsdauth/patches: patch-openvpn_bsdauth_8 Log message: update to newest version of the openvpn bsdauth plugin ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 12:56:18 Modified files: sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: delete PROCFS we will never support CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/30 13:02:33 Added files: infrastructure/bin: portslogger Removed files: infrastructure/build: portslogger Log message: move portslogger to bin/ ok naddy@ if you have build scripts that use portslogger, adapt the path CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/30 13:03:23 Modified files: infrastructure/build: dpb Log message: adjust portslogger path CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 13:05:08 Modified files: sys/dev : softraid.c Log message: fix tailq use; ok thib CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/30 14:12:55 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk patch-mozilla_nsprpub_configure_in patch-mozilla_nsprpub_pr_src_md_unix_uxrng_c patch-mozilla_nsprpub_pr_src_misc_prdtoa_c patch-mozilla_nsprpub_pr_src_misc_prinit_c patch-mozilla_nsprpub_pr_src_misc_prnetdb_c patch-mozilla_nsprpub_pr_tests_socket_c devel/nspr/pkg : PLIST-main Log message: Update to nspr 4.8.6, required by (at least) a future firefox 4 update.. Tested in a bunch of amd64 bulk builds. ok naddy@ phessler@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 14:33:18 Modified files: sys/dev/pcmcia : cfxga.c com_pcmcia.c gpr.c if_an_pcmcia.c if_cnw.c if_ep_pcmcia.c if_malo.c if_malovar.h if_ne_pcmcia.c if_ray.c if_sm_pcmcia.c if_wi_pcmcia.c if_xe.c pcmcia.c wdc_pcmcia.c Log message: Convert the pcmcia power hook to an activate function. Then change the model so that DVACT_SUSPEND methods call sub-drivers with DVACT_SUSPEND not DVACT_DEACTIVATE, and such. This creates a whole bunch of fallout, which needs fixing. wdc(4), ne(4), and wi(4) have been fully tested and actually work better than they ever have before (no more wdc timeouts on resume!) malo(4) has some other nasty bug which has not yet been spotted which causes crazy panics. The other drivers are more rare and will be fixed if people show up with hardware; for now at least they have been adapted to the new model. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 14:40:40 Modified files: sys/arch/sparc/conf: GENERIC Log message: disable SVR4 compat by default; ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 14:42:31 Modified files: sys/dev/ic : if_wi.c if_wivar.h Log message: ioctl versus resume-workq exclusion; cloned from iwn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 14:42:54 Modified files: sys/dev/pci : if_wi_pci.c Log message: ioctl versus resume-workq exclusion; cloned from iwn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/08/30 14:46:29 Modified files: security/arirang: Makefile distinfo security/arirang/pkg: PLIST Log message: Update to arirang 1.7, diff from Remi Pointel. Looks ok to MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 14:53:57 Modified files: databases/directoryassistant: Makefile databases/luma : Makefile databases/pgloader: Makefile databases/pgworksheet: Makefile databases/py-axiom: Makefile databases/py-cdb: Makefile databases/py-couchdb: Makefile databases/py-elixir: Makefile databases/py-mysql: Makefile databases/py-odbc: Makefile databases/py-pgsql: Makefile databases/py-psycopg2: Makefile databases/py-pygresql: Makefile databases/py-sqlalchemy: Makefile databases/py-sqlite: Makefile databases/py-sqlite2: Makefile databases/py-sqlobject: Makefile databases/py-storm: Makefile databases/py-sybase: Makefile databases/skytools: Makefile Log message: Bump revision after python's default change. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 14:59:41 Modified files: databases/py-psycopg: Makefile databases/py-psycopg/pkg: PLIST-examples databases/py-ldap: Makefile databases/py-ldap/pkg: PLIST-examples Log message: Add python 2.6 flavour, set it as default (was 2.5 previously) and bump. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 15:00:56 Modified files: databases : Makefile Log message: Switch py-ldap and py-psycopg to build the 2.6 python flavour rather than 2.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:14:35 Modified files: net/BitTorrent : Makefile net/avahi : Makefile net/charm : Makefile net/cjc : Makefile net/emesene : Makefile net/farsight2 : Makefile net/flow-tools : Makefile net/gajim : Makefile net/honeyd : Makefile net/ipcheck : Makefile net/libdnet : Makefile net/libproxy : Makefile net/munin : Makefile net/nicotine : Makefile net/nmap : Makefile net/papyon : Makefile net/pcapdiff : Makefile net/pebrot : Makefile Log message: bumps for python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:16:17 Modified files: security/clamav: Makefile security/cracklib: Makefile security/kedpm : Makefile security/py-Rijndael: Makefile security/py-crack: Makefile security/py-cryptkit: Makefile security/py-crypto: Makefile security/py-gnupg: Makefile security/py-openssl: Makefile security/py-paramiko: Makefile security/py-pykpass: Makefile security/py-sslwrapper: Makefile Log message: hump de bump for pythonp CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:16:56 Modified files: security/prelude/libprelude: Makefile security/prelude/prewikka: Makefile Log message: - bump for python CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:21:54 Modified files: net/py-GeoIP : Makefile net/py-IP : Makefile net/py-adns : Makefile net/py-boto : Makefile net/py-curl : Makefile net/py-dns : Makefile net/py-dnspython: Makefile net/py-dpkt : Makefile net/py-flowd : Makefile net/py-flowtools: Makefile net/py-impacket: Makefile net/py-irclib : Makefile net/py-libpcap : Makefile net/py-medusa : Makefile net/py-msnp : Makefile net/py-pcapy : Makefile net/py-pcs : Makefile net/py-snmp : Makefile net/py-xmpp : Makefile net/py-xmpppy : Makefile net/py-zsi : Makefile net/rabbitmq : Makefile net/rrdtool : Makefile net/scapy : Makefile net/supybot : Makefile Log message: bumps for new python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:24:15 Modified files: graphics/blender: Makefile graphics/comix : Makefile graphics/dia : Makefile graphics/gimp/stable: Makefile graphics/jbig2dec: Makefile graphics/lensfun: Makefile graphics/py-cairo: Makefile graphics/py-dot: Makefile graphics/py-gd : Makefile graphics/py-goocanvas: Makefile graphics/py-graphics: Makefile graphics/py-matplotlib: Makefile graphics/py-opengl: Makefile graphics/py-pigment: Makefile graphics/py-pyx: Makefile graphics/pycha : Makefile graphics/zbar : Makefile Log message: - bump for pythonia CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:26:30 Modified files: net/telepathy/libtelepathy: Makefile net/telepathy/telepathy-butterfly: Makefile net/telepathy/telepathy-farsight: Makefile net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-pinocchio: Makefile net/telepathy/telepathy-python: Makefile net/telepathy/telepathy-salut: Makefile net/telepathy/telepathy-spec: Makefile Log message: And now for something completely different. More python bumps. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:28:17 Modified files: graphics/py-Imaging: Makefile Log message: - bump for python and switch default flavor to python2.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 15:30:17 Modified files: sys/dev/cardbus: ohci_cardbus.c sys/dev/pci : ohci_pci.c sys/arch/arm/xscale: pxa2x0_ohci.c sys/dev/usb : ehci.c ohci.c ohcivar.h uhci.c sys/arch/loongson/dev: ohci_voyager.c Log message: Change powerhooks into activate functions, and provide stub powerhook functions ok kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:31:34 Modified files: net/pidgin : Makefile Log message: bump for python CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 15:32:20 Modified files: sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c omohci.c Log message: lend a hand keeping beagle up-to-date with what is going on in powerhook vs activate. It compiles. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 15:35:57 Modified files: sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udc.h pxa2x0.c pxa2x0_com.c pxa2x0_lcd.c sys/arch/zaurus/dev: zaurus_audio.c zaurus_kbd.c zaurus_scoop.c zaurus_ssp.c zaurus_udc.c zts.c sys/arch/zaurus/zaurus: zaurus_lcd.c sys/arch/arm/mainbus: mainbus.c Log message: Convert all powerhooks to activate functions, and provide powerhook stubs. Of note: lcd stubs get pulled up to the parent; zts has to keep track of whether it is in use or not testing by myself and jakemsr; proof reading by oga CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 15:36:15 Modified files: audio/cplay : Makefile audio/exaile : Makefile audio/libgpod : Makefile audio/mkplaylist: Makefile audio/mpdBrowser: Makefile audio/picard : Makefile audio/py-ao : Makefile audio/py-cddb : Makefile audio/py-eyed3 : Makefile audio/py-id3 : Makefile audio/py-mpd : Makefile audio/py-mutagen: Makefile audio/py-ogg : Makefile audio/py-tagger: Makefile audio/py-tagpy : Makefile audio/py-xmms : Makefile audio/pykaraoke: Makefile audio/pympd : Makefile audio/rhythmbox: Makefile audio/sonata : Makefile audio/xmms2 : Makefile Log message: Yet another round of bumps. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 15:37:53 Modified files: sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/zaurus/dev: zaurus_apm.c Log message: Hurray! Zaurus apm can now call the activate functions intead of powerhooks. We call the activate functions at splhigh; unfortunately we cannot suspend a zaurus at splhigh because on resume the clock is hosed. We accept this bug for now... perhaps someone can find it? (The powerhooks remain in place in the drivers, and will be roto-tilled once we all the other powerhook-using architectures have switched over) testing by myself and jakemsr; proof reading by oga CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:40:29 Modified files: textproc/discount: Makefile distinfo textproc/discount/patches: patch-Makefile_in patch-cstring_h patch-markdown_3 patch-markdown_7 textproc/discount/pkg: PLIST Log message: - update discount to 1.6.6 - mirror distfile due to stupid github - maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:43:09 Modified files: textproc/py-ElementTree: Makefile textproc/py-cElementTree: Makefile Log message: - switch to REVISION CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:47:16 Modified files: textproc/asciidoc: Makefile textproc/catfish: Makefile textproc/dblatex: Makefile textproc/gtk-doc: Makefile textproc/libxml: Makefile textproc/libxslt: Makefile textproc/makefaq: Makefile textproc/markdown: Makefile textproc/meld : Makefile textproc/py-Chart: Makefile textproc/py-HappyDoc: Makefile textproc/py-chardet: Makefile textproc/py-cssutils: Makefile textproc/py-docutils: Makefile textproc/py-epydoc: Makefile textproc/py-feedparser: Makefile textproc/py-jaxml: Makefile textproc/py-lxml: Makefile textproc/py-nltk: Makefile textproc/py-pdf: Makefile textproc/py-pygments: Makefile textproc/py-rtf: Makefile textproc/py-sphinx: Makefile textproc/py-vobject: Makefile textproc/py-xml: Makefile textproc/py-yaml: Makefile textproc/txt2tags: Makefile textproc/yould : Makefile Log message: Might as well bump. Bump! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:47:46 Modified files: x11/awn : Makefile x11/dbus-python: Makefile x11/driconf : Makefile x11/e17/edje : Makefile x11/gammapage : Makefile x11/gdesklets : Makefile x11/gdevilspie : Makefile x11/gigolo : Makefile x11/gtk+2 : Makefile x11/gtk-vnc : Makefile x11/obmenu : Makefile x11/openbox : Makefile x11/pinot : Makefile x11/py-Xlib : Makefile x11/py-gtk2 : Makefile x11/py-gtksourceview: Makefile x11/py-kiwi : Makefile x11/py-osd : Makefile x11/py-qt3 : Makefile x11/py-qt4 : Makefile x11/py-wxPython: Makefile x11/pypanel : Makefile x11/tellico : Makefile x11/tint : Makefile Log message: bumps for python CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 15:48:15 Modified files: databases/evolution-data-server: Makefile Log message: Bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:48:38 Modified files: telephony/kamailio: Makefile distinfo telephony/kamailio/patches: patch-scripts_kamdbctl Log message: update to 1.5.4, also taking care of bumping for new python CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/08/30 15:49:29 Modified files: share/misc : airport Log message: - various tweaks and fixes for airport codes starting with A. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:49:54 Modified files: x11/kde/utils3 : Makefile x11/kde/bindings3: Makefile x11/kde/office3: Makefile Log message: bump for new python CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 15:52:53 Modified files: productivity/gtg: Makefile productivity/sunbird: Makefile sysutils/heartbeat: Makefile Log message: More bumps for python. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:53:59 Modified files: x11/gnome/alacarte: Makefile x11/gnome/applets2: Makefile x11/gnome/at-spi: Makefile x11/gnome/conduit: Makefile x11/gnome/deskbar-applet: Makefile x11/gnome/desktop: Makefile x11/gnome/development-monitor: Makefile x11/gnome/devhelp: Makefile x11/gnome/doc-utils: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/eog-plugins: Makefile x11/gnome/games: Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/hamster-applet: Makefile x11/gnome/librsvg: Makefile x11/gnome/mag : Makefile x11/gnome/menus: Makefile x11/gnome/orca : Makefile x11/gnome/pessulus: Makefile x11/gnome/planner: Makefile x11/gnome/py-gnome-desktop: Makefile x11/gnome/py-gnome-extras: Makefile x11/gnome/py-gnome: Makefile x11/gnome/py-nautilus: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile Log message: python bumps CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 15:56:33 Modified files: inputmethods/ibus: Makefile lang/ghc : Makefile Log message: bumps for python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 15:56:48 Modified files: mail/mozilla-thunderbird: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 16:02:34 Modified files: www/py-CherryPy: Makefile www/py-beaker : Makefile www/py-beautifulsoup: Makefile www/py-cherrypy2: Makefile www/py-clientform: Makefile www/py-django : Makefile www/py-flup : Makefile www/py-formencode: Makefile www/py-genshi : Makefile www/py-htmltmpl: Makefile www/py-httplib2: Makefile www/py-jinja2 : Makefile www/py-jonpy : Makefile www/py-mako : Makefile www/py-meld3 : Makefile www/py-nevow : Makefile www/py-paste-deploy: Makefile www/py-paste-script: Makefile www/py-paste : Makefile www/py-pylons : Makefile www/py-quixote : Makefile www/py-repoze-profile: Makefile www/py-routes : Makefile www/py-tempita : Makefile www/py-turbogears: Makefile www/py-weberror: Makefile www/py-webhelpers: Makefile www/py-webkitgtk: Makefile www/py-webob : Makefile www/py-webpy : Makefile www/py-webtest : Makefile www/py-werkzeug: Makefile www/py-wsgiproxy: Makefile www/py-zine : Makefile Log message: bumps for python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 16:03:58 Modified files: devel/automake/1.9: Makefile devel/boost : Makefile devel/bzr : Makefile devel/cvs20hg : Makefile devel/cvs2svn : Makefile devel/cvsweb : Makefile devel/eclipse/plugins/py-dev: Makefile devel/ethos : Makefile devel/flawfinder: Makefile devel/git-cola : Makefile devel/glib2 : Makefile devel/gobject-introspection: Makefile devel/goopy : Makefile devel/gtkparasite: Makefile devel/ipython : Makefile Log message: - first round of bumps for devel CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 16:09:45 Modified files: devel/automake/1.10: Makefile devel/iso-codes: Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/llvm : Makefile devel/mercurial: Makefile devel/scons : Makefile devel/subversion: Makefile devel/swig : Makefile devel/vte : Makefile devel/waf : Makefile Log message: bumps CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 16:13:08 Modified files: print/hplip : Makefile Log message: Bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 16:15:24 Modified files: www/ajaxterm : Makefile www/cherokee : Makefile www/clearsilver: Makefile www/epiphany-extensions: Makefile www/linkchecker: Makefile www/midori : Makefile www/moinmoin : Makefile www/ntlmaps : Makefile www/pyblosxom : Makefile www/rawdog : Makefile www/trac : Makefile www/trac-ldapplugin: Makefile www/tracnav : Makefile www/twill : Makefile www/vteplugin : Makefile www/youtube-dl : Makefile Log message: python bumps CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/30 16:23:28 Modified files: editors/openoffice3: Makefile Log message: bump for python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/30 16:24:16 Modified files: devel/py-Checker: Makefile devel/py-SOAPpy: Makefile devel/py-addons: Makefile devel/py-asn1 : Makefile devel/py-babel : Makefile devel/py-buildbot: Makefile devel/py-bytecodeassembler: Makefile devel/py-cheetah: Makefile devel/py-configobj: Makefile devel/py-coverage: Makefile devel/py-ctypes: Makefile devel/py-dateutil: Makefile devel/py-decorator: Makefile devel/py-decoratortools: Makefile devel/py-distutils-extra: Makefile devel/py-dtopt : Makefile devel/py-editdist: Makefile devel/py-epsilon: Makefile devel/py-extremes: Makefile devel/py-fpconst: Makefile devel/py-gdata : Makefile devel/py-gobject: Makefile devel/py-html5lib: Makefile devel/py-kid : Makefile devel/py-logilab-astng: Makefile devel/py-logilab-common: Makefile devel/py-mox : Makefile devel/py-mxDateTime: Makefile devel/py-nose : Makefile devel/py-notify: Makefile devel/py-openbsd: Makefile devel/py-optik : Makefile devel/py-orbit : Makefile devel/py-parsing: Makefile devel/py-peak-rules: Makefile devel/py-pexpect: Makefile devel/py-prioritized_methods: Makefile devel/py-protocols: Makefile devel/py-psyco : Makefile devel/py-py : Makefile devel/py-pyprof2calltree: Makefile devel/py-pyro : Makefile devel/py-radix : Makefile devel/py-rcsparse: Makefile devel/py-ruledispatch: Makefile devel/py-serial: Makefile devel/py-setuptools: Makefile devel/py-silc : Makefile devel/py-simplejson: Makefile devel/py-sip : Makefile devel/py-symboltype: Makefile devel/py-tpg : Makefile devel/py-turbocheetah: Makefile devel/py-turbojson: Makefile devel/py-turbokid: Makefile devel/py-tz : Makefile devel/py-unit : Makefile devel/py-urwid : Makefile devel/py-wsgiutils: Makefile devel/py-xdg : Makefile devel/py-zopeinterface: Makefile devel/py-zopetesting: Makefile devel/pybugz : Makefile devel/pygame : Makefile devel/pylint : Makefile devel/pyrex : Makefile devel/pyusb : Makefile devel/py-twisted/conch: Makefile devel/py-twisted/core: Makefile devel/py-twisted/lore: Makefile devel/py-twisted/mail: Makefile devel/py-twisted/names: Makefile devel/py-twisted/news: Makefile devel/py-twisted/pair: Makefile devel/py-twisted/runner: Makefile devel/py-twisted/web: Makefile devel/py-twisted/web2: Makefile devel/py-twisted/words: Makefile Log message: bumpski for python CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 17:25:15 Modified files: sys/dev/ic : dc.c Log message: activate functions, when they do not add value, should return the result of config_activate_children CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 17:46:42 Modified files: graphics : Makefile devel : Makefile Log message: Build the python2.6 flavor instead of 2.5 now that 2.6 is the default. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/30 17:50:44 Modified files: www/firefox35 : Makefile www/mozilla-firefox: Makefile Log message: Bump for python. These are the last bits. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/08/30 19:31:22 Modified files: . : plus.html plus47.html Log message: new plus goo from Nicolas P. M. Legrand CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/08/30 19:34:15 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 Added files: . : plus48.html Log message: rotate into 4.8; from Nicolas P. M. Legrand CVSROOT: /cvs Module name: ports Changes by: lum@cvs.openbsd.org 2010/08/30 21:28:44 Modified files: . : README Log message: Repoint URL to OpenBSD Porters Handbook. ok espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/30 21:50:15 Modified files: sys/dev/usb : uhci.c Log message: uhci is apparently is unaware that it could be on a shared interrupt It is OK to return 0 in that case, but it is not OK to print a diagnostic. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/30 23:59:16 Modified files: www/epiphany : Makefile distinfo Log message: Maintainance update to epiphany-2.30.5. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 00:03:11 Modified files: faq/pt : index.html truetype.html fr : events.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/cs : index.html openssh/fr : ftp.html portable.html openssh/ja : ftp.html index.html manual.html openbsd.html portable.html openssh/nl : ftp.html index.html openbsd.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2010/08/31 00:03:33 Modified files: mail/postfix : Makefile Makefile.inc mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: DESCR PLIST Log message: add sqlite flavour; from brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 00:12:28 Modified files: sys/dev/pci : azalia.c auich.c Log message: do not return EOPNOTSUPP for unknown activate actions CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 01:04:12 Modified files: devel/glib2 : Makefile Log message: Remove XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 01:28:54 Modified files: games/singularity: Makefile Log message: Fix PKGNAME after the python bump. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 01:41:20 Modified files: devel/py-ctypes: Makefile Log message: - no need to for this make modifier here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 01:41:46 Modified files: textproc/asciidoc: Makefile Log message: - fix comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 02:08:17 Modified files: audio/mp3cut : Makefile Log message: Add a comment about why we explicitely use the PKGNAME=${DISTNAME} construct here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 02:15:45 Modified files: archivers/rzip : Makefile audio/aqualung : Makefile devel/autoconf/2.63: Makefile devel/autoconf/2.64: Makefile devel/autoconf/2.65: Makefile devel/gperf : Makefile devel/ruby-debug: Makefile devel/splint : Makefile games/moon-buggy: Makefile graphics/xpaint: Makefile net/nsd : Makefile lang/jamvm : Makefile lang/librep : Makefile security/kedpm : Makefile security/stunnel: Makefile sysutils/apcd : Makefile textproc/xml2rfc: Makefile www/cssed : Makefile www/drupal6/core: Makefile www/nostromo : Makefile www/pear : Makefile www/puppet-dashboard: Makefile x11/kde/okle : Makefile Log message: Remove PKGNAME=${DISTNAME} constructs where possible, as this is the default anyway. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 02:16:22 Modified files: security/nikto : Makefile distinfo security/nikto/patches: patch-nikto_pl security/nikto/pkg: PLIST Log message: - update nikto to 2.1.2 - fix COMMENT - update homepage maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 02:22:05 Modified files: x11/kde4/accessibility: Makefile x11/kde4/admin : Makefile x11/kde4/artwork: Makefile x11/kde4/base : Makefile x11/kde4/base-runtime: Makefile x11/kde4/base-workspace: Makefile x11/kde4/edu : Makefile x11/kde4/extragear-plasma: Makefile x11/kde4/games : Makefile x11/kde4/graphics: Makefile x11/kde4/libs : Makefile x11/kde4/multimedia: Makefile x11/kde4/network: Makefile x11/kde4/oxygen-icons: Makefile x11/kde4/pim : Makefile x11/kde4/pimlibs: Makefile x11/kde4/qimageblitz: Makefile x11/kde4/sdk : Makefile x11/kde4/toys : Makefile x11/kde4/utils : Makefile x11/kde4/velop : Makefile x11/kde4/webdev: Makefile Log message: - remove superfluous PKGNAME=${DISTNAME} construct here too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/31 03:58:37 Modified files: usr.bin/ssh : auth-options.c auth1.c auth2.c bufaux.c buffer.h kex.c key.c packet.c packet.h ssh-dss.c ssh-rsa.c Log message: Add buffer_get_cstring() and related functions that verify that the string extracted from the buffer contains no embedded \0 characters* This prevents random (possibly malicious) crap from being appended to strings where it would not be noticed if the string is used with a string(3) function. Use the new API in a few sensitive places. * actually, we allow a single one at the end of the string for now because we don't know how many deployed implementations get this wrong, but don't count on this to remain indefinitely. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/08/31 04:24:46 Modified files: sys/arch/loongson/dev: apm.c bonito.c kb3310.c mainbus.c smfb.c sys/arch/loongson/include: autoconf.h sys/arch/loongson/loongson: yeeloong_machdep.c Added files: sys/arch/loongson/dev: kb3310var.h Log message: WIP suspend/resume support for loongson lemote. Okay miod@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/31 05:54:45 Modified files: usr.bin/ssh : PROTOCOL PROTOCOL.agent PROTOCOL.certkeys auth2-jpake.c authfd.c authfile.c buffer.h dns.c kex.c kex.h key.c key.h monitor.c monitor_wrap.c myproposal.h packet.c packet.h pathnames.h readconf.c ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh-keysign.8 ssh.1 ssh.c ssh2.h ssh_config.5 sshconnect.c sshconnect2.c sshd.8 sshd.c sshd_config.5 uuencode.c uuencode.h usr.bin/ssh/lib: Makefile usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c Log message: Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA offer better performance than plain DH and DSA at the same equivalent symmetric key length, as well as much shorter keys. Only the mandatory sections of RFC5656 are implemented, specifically the three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and ECDSA. Point compression (optional in RFC5656 is NOT implemented). Certificate host and user keys using the new ECDSA key types are supported. Note that this code has not been tested for interoperability and may be subject to change. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/31 06:22:38 Modified files: sys/arch/loongson/dev: kb3310.c Log message: Correctly enable wakeup interrupts after splhigh(). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/31 06:24:09 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh Log message: tests for ECDSA certificates CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/31 06:24:25 Modified files: regress/usr.bin/ssh: Makefile Log message: tests for ECDSA keys CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 06:25:30 Modified files: security/libfwbuilder: Makefile Log message: - fix build on clean system CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 06:30:45 Modified files: multimedia/dvdstyler: Makefile Log message: - add missing build dependency CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/08/31 06:33:38 Modified files: usr.bin/ssh : ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c Log message: reintroduce commit from tedu@, which I pulled out for release engineering: OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 06:35:19 Modified files: textproc/ispell: Makefile distinfo Log message: - switch to versioned portuguese dictionary, as the old unversioned one disappeared from the master site. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/31 06:50:51 Modified files: sys/dev/pci : pciide.c pciide_amd_reg.h Log message: PCI configuration space register save/restore for AMD756. CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2010/08/31 07:39:55 Modified files: net/adsuck : Makefile distinfo Log message: Fix a crash where dumb apps try to be smart by moving the domain name around. Take maintainership. Move snapshot location and website. ok ajacout CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 08:12:30 Log message: import asymptote 2.04 Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. ok coutot Status: Vendor Tag: jasper Release Tags: jasper_20100831 N ports/graphics/asymptote/distinfo N ports/graphics/asymptote/Makefile N ports/graphics/asymptote/pkg/DESCR N ports/graphics/asymptote/pkg/PLIST N ports/graphics/asymptote/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 08:13:21 Modified files: graphics : Makefile Log message: add asymptote CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 08:35:25 Modified files: textproc/libxml: Makefile textproc/libxslt: Makefile Log message: - missed these while bumping. spotted by markus lude. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:02:25 Modified files: sys/dev/pci : pciide.c Log message: no need to specially handle the 4 AMD756 registers at suspend/resume time; they fall within the pcipower() handled range. ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:16:12 Modified files: sys/arch/amd64/pci: pchb.c Log message: pchbactivate should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:17:18 Modified files: sys/arch/i386/pci: pchb.c Log message: pchbactivate should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:20:48 Modified files: sys/dev/usb : ubt.c Log message: activate functions should not return EOPNOTSUPP CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:25:28 Modified files: sys/dev/sdmmc : sdhc.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:26:20 Modified files: sys/dev/pci : if_sis.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:27:09 Modified files: sys/dev/pci : if_nfe.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:27:36 Modified files: sys/dev/pci : if_bge.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:29:10 Modified files: sys/dev/ic : fxp.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:29:56 Modified files: sys/dev/ic : xl.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:31:00 Modified files: sys/dev/isa : pckbc_isa.c Log message: activate function should return result of config_activate_children CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:34:38 Modified files: sys/scsi : sd.c Log message: in the activate function, order the DVACT_ functions in the order they can expect to be used CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:38:42 Modified files: sys/dev/usb : uvisor.c uhidev.c usb.c Log message: In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() for sub-devices, return the last error return value instead of |'ing the failures together and creating some value that is non-0 (bravo!) but potentially loses the specific error value... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:41:24 Modified files: sys/scsi : cd.c Log message: Change the powerhook into an activation routine. It has to use a workq. There is a bit of concern that this workq can race against a detach happening... any solutions from the peanut gallery? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:47:36 Modified files: sys/dev/usb : uhci.c Log message: sort DVACT_ actions according to the order likely to be used CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 10:59:47 Modified files: sys/dev/usb : ohci.c Log message: sort DVACT_ actions in order of use CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:00:05 Modified files: sys/dev/usb : udl.c Log message: annotate that this driver needs sc_dying code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:00:32 Modified files: sys/dev/ata : wd.c Log message: sort DVACT_ actions in order of use CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:01:15 Modified files: sys/dev/cardbus: if_dc_cardbus.c Log message: When cardbus is fixed, this will be able to use dc_activate directly (I stronly hope that cardbus needs no bus-specific wrappers!) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:13:48 Modified files: sys/dev/pci : ahci.c auich.c azalia.c if_alc.c if_ale.c if_bge.c if_em.c if_lii.c if_msk.c if_nfe.c if_sis.c pci.c pciide.c ppb.c sili_pci.c vga_pci.c sys/arch/amd64/pci: pchb.c sys/arch/i386/pci: pchb.c sys/arch/zaurus/dev: zaurus_apm.c sys/dev/acpi : acpi.c sys/dev/ic : dc.c fxp.c rtl81x9.c xl.c sys/dev/pcmcia : pcmcia.c wdc_pcmcia.c sys/dev/sdmmc : sdhc.c sys/dev/usb : ehci.c sys/kern : subr_autoconf.c sys/scsi : scsiconf.c sys/sys : device.h Log message: Add DVACT_QUIECE support. This is called before splhigh() and before DVACT_SUSPEND, therefore DVACT_QUIECE can do standard sleeping operations to get ready. Discussed quite a while back with kettenis and jakemsr, oga suddenly needed it as well and wrote half of it, so it was time to finish it. proofread by miod. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:15:04 Modified files: sys/dev/isa : pckbc_isa.c Log message: Add DVACT_QUIECE support. This is called before splhigh() and before DVACT_SUSPEND, therefore DVACT_QUIECE can do standard sleeping operations to get ready. Discussed quite a while back with kettenis and jakemsr, oga suddenly needed it as well and wrote half of it, so it was time to finish it. proofread by miod. (missed file) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:26:58 Modified files: sys/dev/pci : azalia.c Log message: remove a comment suggesting that azalia needs a powerhook CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/08/31 11:35:12 Modified files: sys/arch/loongson/dev: apm.c Log message: Do wsdisplay suspend/resume and also the bufq dance. Reminded by oga@, okay deraadt@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/31 11:40:54 Modified files: usr.bin/ssh : ssh-agent.1 Log message: fix some macro abuse; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/08/31 11:41:46 Modified files: sys/dev/pci : pccbb.c Log message: convert the powerhook to an activate function. That activate function does not truly work yet many machines because it does not do enough; it is a total fluke if it works for you. (kettenis is, I think, working on improving it) ok kettenis CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/31 11:51:31 Modified files: share/man/man7 : man.7 mdoc.7 share/misc : mdoc.template Log message: this diff does two things (usually a bad sign): - note which section headings (.Sh) are not used by openbsd - move the description of the section heading to under the heading, rather than before it: a much more logical way to read diffs mailed upstream... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 11:57:21 Modified files: mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-common_Makefile_in patch-configure patch-doc_manual_xml patch-installer_linux_ldap_openldap_cfg patch-installer_linux_server_cfg patch-libfreebusy_Makefile_in patch-mapi4linux_src_Makefile_in patch-provider_libserver_ECSession_cpp patch-provider_libserver_ECStoreObjectTable_cpp patch-provider_server_ECServer_cpp patch-spooler_DAgent_cpp mail/zarafa/zarafa/pkg: PLIST-main PLIST-web Added files: mail/zarafa/zarafa/patches: patch-ECtools_ECTestTools_ICalTests_mapi2ical_cpp patch-ECtools_ECTestTools_RecurrenceTest_rectest_cpp Log message: Update to zarafa-6.40.2. Complete changelog available at: http://download.zarafa.com/zarafa/release/docs/changelog.en.txt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/31 11:58:16 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: - catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES and COMPATIBILTY as sections. these remain defined only for netbsd, since we do not use these sections. - contrariwise, undefine EXIT STATUS as being netbsd only. despite some misgivings, i think we probably do need to ressurect this section. i'll start to make these changes soon. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/08/31 13:20:55 Modified files: sys/dev/pci : agp_i810.c Log message: remove argnames from prototype. no binary change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 13:25:57 Modified files: x11/gnome/totem: Makefile Log message: Missing build depends. spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/31 13:30:44 Modified files: infrastructure/mk: bsd.port.mk Log message: let port-lib-depends-check work with an alternative PORTSDIR; debugged with Brad, better fix after a suggestion from espie@ ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/08/31 13:31:46 Modified files: games/rftg : Makefile distinfo Log message: minor update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/08/31 13:38:38 Modified files: editors/vim : Makefile Log message: sync WANTLIB and bump (bump also needed for python) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 13:52:48 ports/mail/alpine/files Update of /cvs/ports/mail/alpine/files In directory cvs.openbsd.org:/tmp/cvs-serv6633/files Log Message: Directory /cvs/ports/mail/alpine/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 14:01:41 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Added files: security/gnutls/patches: patch-lib_includes_gnutls_gnutls_h_in patch-lib_includes_gnutls_x509_h Log message: Major update to gnutls-2.10.1. tested by landry@ in a bulk, thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/08/31 14:05:21 Modified files: www/nginx : Makefile www/nginx/patches: patch-conf_nginx_conf Log message: Make php easier to configure under nginx, by patching correct paths in. Diff also does new LIB_DEPENDS/WANTLIB style. OK from the maintainer, william@ Cheers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 14:07:10 Modified files: mail/alpine : Makefile mail/alpine/pkg: PLIST-main Added files: mail/alpine/files: README.OpenBSD mail/alpine/patches: patch-pith_conf_c mail/alpine/pkg: MESSAGE-main Log message: Set "Do Not Send Flowed Text" by default to allow sending proper inline diffs ("cool!!!" sthen@). Switch to REVISION and new DEPENDS. Add a README.OpenBSD file explaining how to setup pop/imap/smtp. Most work from Daniel Dickman (thanks!), with a couple of tweaks. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/08/31 14:42:45 Modified files: usr.bin/cvs : rcs.h usr.bin/rcs : rcs.h Log message: Removed ra_uid, which was supposed to save the uid of a delta's author. Is not used and not useful. ok xsa, zinovik CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/08/31 14:43:45 Modified files: usr.bin/rcs : rcs.c Log message: style CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 14:50:33 Modified files: audio/ncmpc : Makefile audio/ncmpc/patches: patch-src_screen_c Log message: - fix implicit declaration CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2010/08/31 14:53:57 Modified files: net/adsuck : Makefile net/adsuck/pkg : DESCR Log message: Cleanup from brad via a ajacoutot ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/08/31 15:04:07 Modified files: x11/openmotif : Makefile Added files: x11/openmotif/patches: patch-demos_programs_workspace_wsmData_c patch-demos_programs_workspace_xrmLib_c patch-demos_unsupported_xmform_xmform_c Log message: - fix a few of the more scarier implicit declarations CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/31 15:06:35 Modified files: graphics/djvulibre: Makefile distinfo graphics/djvulibre/patches: patch-configure graphics/djvulibre/pkg: PFRAG.no-no_x11 PLIST Removed files: graphics/djvulibre/patches: patch-libdjvu_DjVuDocEditor_cpp Log message: update to 3.5.23 normalize icon and desktop stuff and other cleanup all from Alexandr Shadchin, thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/31 15:07:57 Modified files: regress/usr.bin/mdoclint: mdoclint.1 Log message: put .Os in the right place; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/08/31 15:14:58 Modified files: usr.bin/ssh : ssh.1 Log message: small text tweak to accommodate previous; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/08/31 15:17:41 ports/graphics/djview4/patches Update of /cvs/ports/graphics/djview4/patches In directory cvs.openbsd.org:/tmp/cvs-serv19695/patches Log Message: Directory /cvs/ports/graphics/djview4/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/08/31 15:18:19 Modified files: x11/gnome/panel: Makefile x11/gnome/panel/pkg: PLIST Log message: Quick hack to unbreak build after python 2.6 switch. configure looks for python but it isn't used anywhere... I'll revisit this later. Regen PLIST while here. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2010/08/31 15:22:35 Modified files: xserver/hw/xfree86/dri: dri.c Log message: Don't even attempt to establish a SIGIO handler for DRI1. This hasn't been used for a very, very, very long time, (since before OpenBSD had dri support, for example) and it causes segfaults on dri drivers when sigio is disabled. Now we don't need to do context swaps on sigio nor are we trying to do interrupts in userland (thank fuck for that) this function can die the death that I intended it to die about two years ago, may it burn. The kernel support the the sigio ioctl will be removed in a couple of weeks to give people time to update (right now it accepts it, then ignores it). ok kettenis@, matthieu@. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/08/31 15:42:19 Modified files: sys/dev/pci : pcidevs Log message: add id for BCM5719; from Linux tg3 driver via Brad CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/08/31 15:42:36 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2010/08/31 16:07:51 Modified files: . : want.html Log message: list another suitable card in my request for a PCI VT6105M CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/08/31 16:46:59 Modified files: usr.bin/tmux : server-client.c Log message: Add missing prototype. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/08/31 17:42:19 Added files: faq : upgrade48.html Log message: skeleton. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/08/31 18:26:33 ports/games/quake2/files Update of /cvs/ports/games/quake2/files In directory cvs.openbsd.org:/tmp/cvs-serv15303/files Log Message: Directory /cvs/ports/games/quake2/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/08/31 18:29:07 Modified files: games/quake2 : Makefile games/quake2/patches: patch-configure patch-src_snd_dma_c games/quake2/pkg: PLIST Added files: games/quake2/files: snd_sndio.c games/quake2/patches: patch-src_Makefile_in Removed files: games/quake2/patches: patch-src_snd_sdl_c Log message: use the the same basic sndio backend code as found in other quake ports ok claudio@ (maintainer) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/08/31 18:29:59 Modified files: faq : upgrade48.html Log message: users CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/08/31 18:43:41 Modified files: www/py-jinja2 : Makefile distinfo www/py-jinja2/pkg: PLIST Log message: Update to 2.5.2. ok maintainer (djm@). CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/08/31 18:59:13 Modified files: faq : upgrade48.html Log message: copy/patch file lists. This is completely untested so far. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/31 19:38:12 Modified files: sys/dev/ata : wd.c sys/kern : kern_bufq.c sys/scsi : cd.c sd.c sdvar.h st.c sys/sys : buf.h Log message: make struct bufq a member of the softc for devices that use it, rather than it being a pointer to something that needs to be allocated at attach. since all these devices need a bufq to operate, it makes sense to have it allocated as part of the softc and get bufq_init to just initialise all its fields. it also gets rid of the possibility that you wont be able to allocate the bufq struct during attach, which is something you dont want to happen. secondly, it consistently implements a split between wrapper functions and the per discipline implementation of the bufq handlers. it consistently does the locking in the wrappers rather than doing half in the wrappers and the other half in the implementations. it also consistently handles the outstanding bufq bq pointer in the wrappers. this hides most of the implementation inside kern_bufq.c. the only stuff left in buf.h is for the bits each implementation needs to put inside struct buf. tested by thib@ krw@ and me ok thib@ matthew@ no objection from krw@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/08/31 20:23:31 Modified files: faq : upgrade48.html Log message: new directories /etc/ldap, /etc/iked, and populate. ldpd.conf is not a copy-over...or patch. Still completely untested. Soon! :) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/08/31 22:44:26 Modified files: sys/scsi : scsi_all.h Log message: ata information vpd page id CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/31 22:51:24 Modified files: sys/scsi : sd.c Log message: Restore compilability after bufq changes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/08/31 22:52:43 Modified files: sys/arch/loongson/conf: files.loongson sys/arch/loongson/loongson: yeeloong_machdep.c Log message: Let non-ykbec kernels link again. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 00:20:56 Modified files: misc/gpsd : Makefile Log message: Fix PKGNAME after the python bump batch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 00:27:52 Modified files: textproc/py-cssutils: Makefile Log message: Unbreak after python bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 00:34:10 Modified files: security/prelude/libpreludedb: Makefile Log message: Bump after python 2.6 switch. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/09/01 00:35:05 Modified files: usr.bin/stat : stat.c Log message: Remove unused variable: linkfail ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 00:50:56 Modified files: security/prelude/libprelude: Makefile security/prelude/libpreludedb: Makefile security/prelude/lml: Makefile security/prelude/manager: Makefile security/prelude/pflogger: Makefile Log message: Switch to new DEPENDS/REVISION. While here, fix the run dependencies of the libpreludedb subpackages. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 01:12:17 Modified files: geo/tangogps : Makefile distinfo geo/tangogps/pkg: PLIST Added files: geo/tangogps/patches: patch-configure_in patch-src_callbacks_c patch-src_gps_functions_c patch-src_hrm_functions_c Log message: - update tangogps to 0.99.4 - switch to new DEPENDS - use an axe to remove the bluez dependency; upstream refuses to reply to my mails about actually fixing it instead of forcing it upon everyone. ok MAINTAINER and landry@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/01 01:42:07 Modified files: share/misc : inter.phone Log message: - add a few more CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 02:39:41 Modified files: textproc/docbook-dsssl: Makefile Removed files: textproc/docbook-dsssl/pkg: MESSAGE Log message: Remove useless MESSAGE, pkg documentation is always under ${PREFIX}/share/doc/ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 03:17:43 Modified files: databases/architect: Makefile databases/dbh : Makefile databases/freetds: Makefile databases/gdbm : Makefile databases/gnats: Makefile databases/gq : Makefile databases/jxplorer: Makefile databases/keximdb: Makefile databases/lbdb : Makefile databases/libpqxx: Makefile databases/luasqlite3: Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile databases/mysqlcc: Makefile databases/ocaml-postgresql: Makefile databases/p5-AsciiDB-TagFile: Makefile databases/p5-BerkeleyDB: Makefile databases/p5-Class-DBI-AsForm: Makefile databases/p5-Class-DBI-Pager: Makefile databases/p5-Class-DBI-Plugin-Type: Makefile databases/p5-Class-DBI-mysql: Makefile databases/p5-DBD-SQLite2: Makefile databases/p5-DBIx-ContextualFetch: Makefile databases/p5-DBIx-Migration: Makefile databases/p5-Rose-DB-Object: Makefile databases/p5-SQL-Abstract: Makefile databases/p5-Sort-SQL: Makefile databases/p5-Tangram: Makefile databases/p5-Tie-DBI: Makefile Log message: use REVISION and new-style LIB_DEPENDS+WANTLIB CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2010/09/01 03:32:33 Modified files: xserver : configure.ac Log message: Disable use of SIGIO by default; it breaks multi-card configurations. We don't want to run thousands of lines of potentially signal-unsafe code for no particular benefit. ok deraadt@, matthieu@, oga@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 03:57:38 Modified files: editors/qscintilla: Makefile distinfo editors/qscintilla/patches: patch-Qt4_qscintilla_pro editors/qscintilla/pkg: PLIST Log message: - update qscintilla to 2.4.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 04:00:05 Modified files: editors/qscintilla: Makefile Log message: - add a proper mirror, thanks sthen. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 04:05:18 Modified files: editors/qscintilla: Makefile Log message: - remove a comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 04:13:49 Modified files: geo/gdal : Makefile Log message: missing python bumps in subpackages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 04:18:06 Modified files: www/seamonkey : Makefile Log message: missing python bumps CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 04:20:58 Modified files: devel/spe : Makefile Log message: missed python bump CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/01 04:26:04 Log message: Initial import of avinfo-1.0.a15 Avinfo is an utility for audio-video information extraction. ok ajacoutot@ Status: Vendor Tag: kevlo Release Tags: kevlo_2010-Sep-01 N ports/multimedia/avinfo/Makefile N ports/multimedia/avinfo/distinfo N ports/multimedia/avinfo/patches/patch-src_ogm_c N ports/multimedia/avinfo/patches/patch-src_mpeg_c N ports/multimedia/avinfo/patches/patch-src_ass_y N ports/multimedia/avinfo/patches/patch-src_print_c N ports/multimedia/avinfo/patches/patch-src_avinfo_c N ports/multimedia/avinfo/patches/patch-src_c_conv2_c N ports/multimedia/avinfo/pkg/DESCR N ports/multimedia/avinfo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/01 04:26:50 Modified files: multimedia : Makefile Log message: add avinfo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 04:42:22 Modified files: . : INDEX Log message: post-python-bump sync: 6466 (+678, -674) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 04:49:49 Modified files: devel/py-sip : Makefile distinfo Log message: - update py-sip to 4.11 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 04:50:08 Modified files: x11/py-qt4 : Makefile distinfo x11/py-qt4/pkg : PLIST-main Log message: - update py-qt4 to 4.7.5 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 05:02:26 Modified files: devel/libsoup : Makefile Added files: devel/libsoup/patches: patch-libsoup_soup-gnutls_c Log message: Merge from upstream 01a43ad9824fba77384534c6d588e0e0d653986e "Due to bug 581342 we want to only negotiate SSL 3.0. Previously we were telling gnutls to not do TLS1.0 or TLS1.1, but that means with newer versions of gnutls that support TLS1.2 it would try to negotiate that instead and generally fail. Fix that by disabling TLS1.2 too (which works fine even with gnutls versions that don't support TLS1.2 yet)." https://bugzilla.gnome.org/show_bug.cgi?id=622857 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 05:06:21 Modified files: x11/gnome/ekiga: Makefile Removed files: x11/gnome/ekiga/patches: patch-lib_engine_components_call-history_history-contact_h patch-lib_engine_components_ldap_ldap-book_h patch-lib_engine_components_libnotify_libnotify-main_cpp patch-lib_engine_components_local-roster_local-presentity_h patch-lib_gui_xwindow_h Log message: Remove now uneeded patches. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 05:22:18 Modified files: editors/vim-spell: Makefile distinfo Log message: - a bunch of distfiles were updated, regen checksums CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 05:27:51 Modified files: emulators/generator: Makefile Log message: - fix master site - switch to REVISION/new DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 05:35:53 Modified files: textproc/iso12083: Makefile Log message: - mirror distfiles CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 05:36:31 Modified files: textproc/iso12083: Makefile Log message: missing '/' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 05:36:47 Modified files: x11/gnome/panel: Makefile Log message: Tweak XXX. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/01 05:45:42 Modified files: sys/dev/pcmcia : pcmcia.c Log message: Failure to attach a pcmcia driver could leave the function to be disabled after config_found() returns; check for this and do not invoke pcmcia_ccr_read() on a disabled function in the following DPRINTF. No change for kernels without option PCMCIADEBUG. CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/01 06:13:21 Modified files: usr.sbin/ldapd : btree.c Log message: Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 06:43:54 Modified files: productivity/fet: Makefile distinfo productivity/fet/pkg: PLIST Log message: - update fet to 5.14.1 CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/01 07:10:42 Modified files: sys/arch/loongson/dev: apm.c kb3310.c Log message: Clean-up the spl dance around suspend/resume. Okay miod@. CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2010/09/01 07:28:54 Modified files: www/xxxterm : Makefile Log message: Update HOMEPAGE and MASTER_SITES, Okay jasper@ prompted by marco@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/01 07:43:28 Modified files: xserver : Makefile.in aclocal.m4 configure xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glx : Makefile.in xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in xserver/hw/dmx/config: Makefile.in xserver/hw/dmx/doc: Makefile.in xserver/hw/dmx/examples: Makefile.in xserver/hw/dmx/glxProxy: Makefile.in xserver/hw/dmx/input: Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: 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/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/dixmods/extmod: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/doc/devel: Makefile.in xserver/hw/xfree86/doc/man: Makefile.in xserver/hw/xfree86/doc/sgml: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in 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 xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/sco: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/sysv: 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/vbe: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xaa: Makefile.in xserver/hw/xfree86/xf8_16bpp: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/doc: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwin: Makefile.in xserver/include: Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/cw: Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/os : Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/test/xi2: Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: regen (yes lots of files, since util-macros has been updated). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/01 07:54:54 Modified files: usr.sbin/ldpd : control.c kroute.c ldpd.c ldpd.conf.5 ldpd.h ldpe.c parse.y Log message: s/lfib/fib/ for more consitency with the other routing daemons. This started manly because of ldpctl beeing inconsistent and me misstyping lfib almost every time. OK michele@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/01 07:59:17 Modified files: usr.sbin/ldpctl: ldpctl.8 ldpctl.c parser.c parser.h Log message: s/lfib/fib/ for more consistency with the other routing ctl tools. While I also made the code more consistent the most noticable change is the rename of the commandline arguments for fib coupling and viewing. OK michele@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 08:40:23 Modified files: net/opal : Makefile net/opal/pkg : PLIST Log message: Enable h264 and h263 support. Switch to new DEPENDS/REVISION. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 08:42:51 Modified files: net/opal : Makefile Log message: Duh, I forgot to bump... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/01 08:43:34 Modified files: include/rpc : auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_des.h rpc_msg.h svc.h svc_auth.h types.h xdr.h lib/libc/rpc : DISCLAIMER auth_none.c auth_unix.c authunix_prot.c bindresvport.3 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.3 getrpcent.c getrpcport.3 getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c pmap_prot2.c pmap_rmt.c rpc.3 rpc_callmsg.c rpc_commondata.c rpc_dtablesize.c rpc_prot.c rpcauth.3 svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c svc_tcp.c svc_udp.c xdr.3 xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c xdr_stdio.c lib/librpcsvc : bootparam_prot.x klm_prot.x mount.x nfs_prot.x rex.x rnusers.x rstat.x rusers.x sm_inter.x spray.x yp.x yppasswd.x lib/libssl/src/crypto/des: rpc_des.h libexec/rpc.rstatd: rstat_proc.c share/man/man5 : rpc.5 usr.bin/rpcgen : rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h usr.bin/rpcinfo: rpcinfo.8 rpcinfo.c usr.sbin/portmap: portmap.c Log message: Oracle has re-licensed sunrpc under a three-clause BSD license. Update our sources appropriately. OK deraadt@ jsg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/01 09:20:18 Modified files: math/eigen2 : distinfo Log message: - upstream modified a .hg/ file in the distfile. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2010/09/01 09:21:36 Modified files: usr.bin/ssh : servconf.c Log message: pick up ECDSA host key by default; ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/01 10:38:13 Modified files: textproc/rarian: Makefile textproc/rarian/pkg: PLIST Log message: Quiet up @extraunexec. Switch to REVISION. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/01 11:32:53 Modified files: regress/usr.bin/mdoclint: mdoclint mdoclint.1 Log message: some very minor tweaks to bring us in line with mdoclint -r1.12 and mdoclint.1 -r1.2; some minor os-specific differences remain CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/01 11:34:15 Modified files: usr.sbin/ldapd : Makefile auth.c control.c ldapd.c ldapd.h ldape.c namespace.c Added files: usr.sbin/ldapd : imsgev.c imsgev.h Log message: Move generic imsg/libevent glue to a separate file. with eric@ at c2k10 CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/01 12:30:48 Modified files: usr.sbin/ldapd : schema.c Log message: Add missing leading string quote character in attribute type description. Caused syntax errors when parsing schema from the subschema. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/01 13:14:25 Modified files: sys/arch/macppc/pci: vgafb.c Log message: Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/01 13:14:25 Modified files: lib/freetype : ChangeLog Jamfile Makefile README README.git configure shlib_version lib/freetype/builds: toplevel.mk lib/freetype/builds/unix: aclocal.m4 config.guess config.sub configure configure.ac configure.raw ftconfig.in install-sh ltmain.sh lib/freetype/builds/win32/vc2005: freetype.vcproj index.html lib/freetype/builds/win32/vc2008: freetype.vcproj 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/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 INSTALL VERSION.DLL formats.txt lib/freetype/docs/reference: ft2-base_interface.html ft2-basic_types.html ft2-bdf_fonts.html ft2-bitmap_handling.html ft2-cache_subsystem.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/docs/tutorial: step1.html lib/freetype/include/freetype: freetype.h ftcache.h fterrdef.h ftlcdfil.h ftlist.h ftmodapi.h ftrender.h ftsystem.h ttnameid.h tttables.h lib/freetype/include/freetype/config: ftconfig.h ftoption.h lib/freetype/include/freetype/internal: ftmemory.h ftobjs.h lib/freetype/src/autofit: afcjk.c afglobal.c afhints.c afhints.h aflatin.c aflatin2.c afpic.c lib/freetype/src/base: ftgloadr.c ftglyph.c ftgxval.c ftinit.c ftlcdfil.c ftobjs.c ftotval.c ftoutln.c ftpfr.c ftrfork.c ftstream.c ftsystem.c lib/freetype/src/bdf: bdfdrivr.c bdflib.c lib/freetype/src/cache: ftcbasic.c ftccache.c ftccache.h ftccmap.c ftcimage.c ftcmanag.c ftcmru.h ftcsbits.c lib/freetype/src/cff: cffcmap.c cffdrivr.c cffgload.c cffload.c cffload.h cffobjs.c cffparse.c cffpic.c cfftypes.h lib/freetype/src/cid: cidobjs.c lib/freetype/src/gxvalid: gxvcommn.c lib/freetype/src/gzip: ftgzip.c lib/freetype/src/lzw: ftlzw.c lib/freetype/src/otvalid: otvmath.c otvmod.c lib/freetype/src/pcf: pcfdrivr.c lib/freetype/src/pfr: pfrdrivr.c pfrgload.c pfrload.c pfrobjs.c pfrsbit.c lib/freetype/src/psaux: afmparse.c afmparse.h psobjs.c t1decode.c lib/freetype/src/pshinter: pshglob.c pshpic.c lib/freetype/src/psnames: psmodule.c pspic.c lib/freetype/src/raster: ftmisc.h ftraster.c rastpic.c lib/freetype/src/sfnt: sfdriver.c sfntpic.c sfobjs.c ttbdf.c ttcmap.c ttkern.c ttload.c ttsbit.c lib/freetype/src/smooth: ftgrays.c ftsmooth.c ftspic.c lib/freetype/src/tools: apinames.c lib/freetype/src/truetype: ttgload.c ttgxvar.c ttinterp.c ttinterp.h ttpic.c lib/freetype/src/type1: t1afm.c t1objs.c lib/freetype/src/type42: t42objs.c t42parse.c lib/freetype/src/winfonts: winfnt.c Added files: lib/freetype : ChangeLog.23 Removed files: lib/freetype/docs: PATENTS TRUETYPE Log message: Update to freetype 2.4.2. This has been in snapshots for a while and tested explicitely by ajacoutot@ jasper@, jcs@, krw@ and others on various architectures. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/01 13:20:36 Modified files: devel/mercurial: Makefile distinfo Log message: Update to 1.6.3. wcmaier@ jasper@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/01 13:22:44 Modified files: inputmethods/ibus: Makefile Removed files: inputmethods/ibus/patches: patch-configure Log message: Remove unneeded py-gtk+2 dependency and patch. Bump. Pointed out by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/01 13:23:05 Modified files: sys/kern : kern_bufq.c Log message: Clarify why we can walk the list of bufqs without holding a mutex with a comment. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/01 13:30:59 Modified files: sys/kern : kern_bufq.c Log message: There is no point doing wakeups in bufq_done() unless we're actually in the process of quiescing I/O. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/01 13:32:39 Modified files: editors/vim-spell: Makefile Log message: fix Romanian CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/01 13:52:53 Modified files: x11/compiz/core: Makefile x11/compiz/core/pkg: PLIST Log message: Fix typo in plist for now while I work on an update. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/09/01 14:03:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xetc: md.loongson md.vax distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2010/09/01 14:03:52 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/01 14:16:51 Modified files: sys/kern : subr_disk.c Log message: Do not panic in parsedisk() for ``second class'' block devices (which we can't root off), return NULL instead. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/01 15:06:51 Modified files: usr.bin/tmux : cmd-set-option.c Log message: Reset running jobs when the status line is enabled or disabled as well, some people have it bound to a key. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/01 15:11:14 Modified files: usr.bin/tmux : xterm-keys.c Log message: Simplify xterm modifier detection by treating as a bitmask + 1. Spotted by and diff from Emanuele Giaquinta. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/01 15:17:16 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: After all escape sequence processing, check for being beyond the last column and and clear VTFL_LASTCHAR if so. This fixes the case where an escape sequence (originally noticed with DECSTBM) moves the cursor and doesn't reset the flag - if it was set, there would be a spurious line feed on the next input. ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 16:32:46 Modified files: databases/p5-sybperl: Makefile databases/p5-sybperl/patches: patch-CTlib_Makefile_PL patch-Makefile_PL databases/p5-sybperl/pkg: PLIST Log message: sync patches, move to new-style WANTLIB/REVISION, and fix PKGNAME which had lost its p5- prefix years ago. ok steven@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/01 16:33:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: handle sybperl->p5-sybperl, ok steven@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/01 16:42:13 Modified files: usr.bin/ssh : myproposal.h Log message: prefer ECDH in a 256 bit curve field; prompted by naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/01 17:24:04 Modified files: sys/scsi : st.c Log message: Don't give xs->resid an invalid value (xs->datalen * st->blksize) inside st_interpret_sense() and then exit without making sure it's set back to <= xs->datalen. Fixes 'done < 0; strategy broken' panics when un-tar'ing /cvs from my ahci DAT tape drive. ok dlg@ more-or-less-ok matthew@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/01 17:24:55 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: SECURITY UPDATE to 1.9.3. Fixes CVE-2010-0828 and other XSS vulnerability. input and ok martynas@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/09/01 18:21:41 Modified files: usr.bin/cvs : rcs.c usr.bin/rcs : rcs.c Log message: rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to copy it into a newly allocated one (which is even a memory leak). ok zinovik CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/09/01 23:22:43 Modified files: . : why-cvs.html vax-simh.html press.html items.html books.html 47.html Log message: point to porter's handbook instead of ports.html we will leave historical pages as they are diff from Daniel Dickman CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/09/01 23:31:04 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head cvsync.html.head Log message: point to porter's handbook here too CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/09/01 23:33:16 Modified files: . : cvsync.html anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/09/01 23:35:14 Modified files: . : cvsup.html faq : upgrade-old.html Log message: porter's handbook here too CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:02:39 Modified files: devel/sdl-gfx : Makefile Log message: Remove unneeded CONFIGURE_ENV. Switch to new DEPENDS/REVISION. from Brad CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/02 01:03:11 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 1.0, reminded me by Viq CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:04:15 Modified files: devel/sdl-image: Makefile Log message: Remove sdlconf_args from CONFIGURE_ENV. Switch to new DEPENDS/REVISION. from Brad CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/02 01:05:39 Modified files: sys/sys : buf.h sys/kern : kern_bufq.c Log message: Inline bufq_impl_disksort and bufq_impl_fifo's definitions into bufq_impls. Also, make bufq_impls const. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:06:44 Modified files: devel/sdl-mixer: Makefile Log message: Switch to new DEPENDS/REVISION. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:09:07 Modified files: devel/sdl-net : Makefile Removed files: devel/sdl-net/patches: patch-Makefile_am Log message: Remove unneeded CONFIGURE_ENV. Remove unused patch-Makefile_am. Fiw WANTLIB, no need for USE_X11. Switch to new DEPENDS/REVISION. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:12:58 Modified files: devel/sdl-pango: Makefile devel/sdl-pango/pkg: DESCR Log message: Several cleanups and fmt(1) DESCR. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 01:15:47 Modified files: devel/sdl-sound: Makefile Log message: Switch to new DEPENDS/REVISION. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 01:50:51 Modified files: x11/gnome/doc-utils: Makefile Log message: - fix dependency on libxslt. as it would pull in -main, instead of the desired -python. spotted by markus lude ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 01:51:35 Modified files: print/lilypond : distinfo Log message: - upstream regenerated the tarball. committing on behalf of kili@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/02 02:02:31 Modified files: japanese/kasumi: Makefile Log message: Add USE_X11. ajacoutot@ ok. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 02:03:01 Modified files: audio/libgpod : Makefile Log message: Yet another broken PKGNAME after the round of bumps. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/02 02:06:13 Modified files: devel/cmake : Makefile Log message: Remove hppa and powerpc from the list of archs that needs -O0 to build cmake. This is apparently not needed anymore since the switch to gcc4. prodded by brad, tested by myself CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 02:18:11 Modified files: x11/scrotwm : Makefile Log message: - fix master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 02:22:24 Modified files: security/assl : Makefile productivity/slideml: Makefile sysutils/iogen : Makefile Log message: - fix homepages/master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 02:26:09 Modified files: sysutils/diskrescue: Makefile sysutils/dellflash: Makefile Log message: - fix more homepage/master sites CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 02:26:54 Modified files: misc/p5-CreditCard: Makefile distinfo Log message: - update p5-Business-Creditcard to 0.31 - remove espie@ as maintainer, prodded by himself ok espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/02 02:31:09 Modified files: security/arirang: Makefile distinfo security/arirang/pkg: PLIST Log message: Update to arirang 1.77, from MAINTAINER Jung. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/02 02:53:21 Modified files: net/znc : Makefile distinfo net/znc/patches: patch-man_Makefile_in net/znc/pkg : PLIST Log message: update to 0.094, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/09/02 03:00:01 Modified files: usr.bin/tic : tic.1 Log message: remove trailing whitespace. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/02 03:03:50 Modified files: infrastructure/templates: network.conf.template Log message: - move archive.apache.org higher in the list; no sense sitting through a bunch of mirrors when the most common problem is that a distfile has been moved to the archive; ok jasper@ - while there replace planetmirror (no longer active) with another site CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 03:09:24 Modified files: net/pidgin : Makefile net/pidgin/pkg : PLIST-libpurple Log message: Fix FULLPKGNAME and FULLPKGPATH so that updates work without ambiguity. from sthen@, tested by myself. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/02 03:38:05 Modified files: sys/net : rtsock.c Log message: don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/02 04:05:48 Modified files: security/mcrypt: Makefile Log message: unbreak deps following commit to libmcrypt. noted by landry@ lum@, please check the dependency chain!! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/02 05:16:09 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: - revert previous, it breaks builds for at least two builders. discussed with landry@ and naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/02 05:53:32 Modified files: x11/p5-Tk : Makefile distinfo x11/p5-Tk/patches: patch-PNG_Makefile_PL x11/p5-Tk/pkg : PLIST-main Removed files: x11/p5-Tk/patches: patch-Tk_ColorEditor_pm patch-pTk_mTk_generic_tk_h Log message: Update p5-Tk to 804.029, fixing a problem seen by Daniel Levai with clusterssh after updating his snapshot. Thanks Daniel for testing. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/02 05:54:44 Modified files: sys/dev/ata : atascsi.c sys/dev/ic : ami.c sys/scsi : scsi_all.h scsiconf.c Log message: the page_length field in the vpd page header is 2 bytes, not 1. ok krw@ marco@ matthew@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/09/02 08:01:04 Modified files: sbin/pfctl : parse.y pf_print_state.c pfctl.c pfctl_parser.c usr.sbin/authpf: authpf.c Log message: remove trailing spaces and tabs; no binary change. written with help from henning@, who suggested ensuring that there are no changes in the digests for object files, thanks! ok henning@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/09/02 08:03:22 Modified files: sbin/route : route.c usr.sbin/bgpctl: bgpctl.c usr.sbin/bgpd : bgpd.c config.c kroute.c mrt.c parse.y rde.c session.c usr.sbin/dvmrpd: control.c rde_srt.c usr.sbin/ospfd : auth.c control.c ospfd.c usr.sbin/relayd: parse.y pfe_filter.c relayd.c Log message: remove trailing spaces and tabs from source code; no binary changes (verified by both sthen@ and me). ok sthen@; "just commit it" claudio@ CVSROOT: /cvs Module name: www Changes by: stephan@cvs.openbsd.org 2010/09/02 08:18:47 Modified files: . : donations.html Log message: Dalco AG Switzerland has donated a nice ports building machine. Thank you very much! CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/02 08:34:04 Modified files: usr.sbin/ldpd : ldpd.h log.c neighbor.c Log message: NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same group of states (all but NBR_STA_DOWN). Clean up this confusion and remove NBR_STA_UP and NBR_STA_ACTIVE. OK michele@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 08:56:32 Modified files: x11/pcmanfm : Makefile Log message: Drop maintainership. FYI, the newer versions have a bug which prevent right-click actions to function properly (since years) and the newly rewritten pcmanfm is still not released... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 09:33:33 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/pkg: PLIST Log message: Minor update to tracker-search-0.8.17. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/02 10:06:55 Modified files: x11/scrotwm : Makefile x11/scrotwm/pkg: PLIST Added files: x11/scrotwm/patches: patch-Makefile Log message: disable build/install of russian manual page for scrotwm until marco fixes it. OK jasper@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2010/09/02 10:07:25 Modified files: usr.bin/ssh : ssh-keygen.c Log message: permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2010/09/02 10:08:40 Modified files: usr.bin/ssh : ssh.c Log message: unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2010/09/02 10:12:55 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: keytype.sh Log message: test different key types (dsa, rsa, ecdsa) and sizes for login and host keys; print time used for each iteration; ok djm@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/02 10:18:15 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: Update to 3.3.6 ok kevlo@ (maintainer) CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2010/09/02 11:21:50 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Switch ECDSA default key size to 256 bits, which according to RFC5656 should still be better than our current RSA-2048 default. ok djm@, markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 12:32:33 Modified files: comms/hamlib : Makefile Log message: Unbreak -main PKGNAME, spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 12:34:28 Modified files: devel/sdl-mixer: Makefile Log message: Typo, from Markus Lude. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/02 14:53:52 ports/devel/py-dulwich Update of /cvs/ports/devel/py-dulwich In directory cvs.openbsd.org:/tmp/cvs-serv4627/py-dulwich Log Message: Directory /cvs/ports/devel/py-dulwich added to the repository CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/02 14:54:18 ports/devel/py-dulwich/pkg Update of /cvs/ports/devel/py-dulwich/pkg In directory cvs.openbsd.org:/tmp/cvs-serv22772/py-dulwich/pkg Log Message: Directory /cvs/ports/devel/py-dulwich/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/02 14:55:37 Added files: devel/py-dulwich: Makefile distinfo devel/py-dulwich/pkg: DESCR PLIST Log message: Dulwich is a pure-Python implementation of the Git file formats and protocols. OK martynas@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2010/09/02 15:06:31 Modified files: devel/sdlmm : Makefile Log message: port cleanup; from brad, tested by us on gcc4 and phessler on gcc2/gcc3 CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/02 15:21:58 Modified files: devel : Makefile Log message: Add py-dulwich CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/02 16:11:49 Modified files: databases/py-psycopg: Makefile Log message: Again a broken PKGNAME from python bump. (also I wonder what is the python2.5 FLAVOR for). CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/09/02 21:49:37 Modified files: usr.bin/ftp : ftp.c Log message: Make second parameter of poll() the correct type. Removes compile warning. advice and ok martynas@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/09/03 02:37:52 Modified files: usr.bin/cvs : rcs.c rcs.h Log message: Rename RCSNUM's fd to rf_fd, complies to other variable names and OpenRCS. ok xsa, zinovik CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/09/03 03:30:27 Modified files: usr.bin/logger : logger.1 Log message: Make 'file' an argument in -f description. ok jmc@ CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/03 03:39:17 Modified files: usr.sbin/ldapd : Makefile schema.c schema.h validate.c Added files: usr.sbin/ldapd : syntax.c Log message: Implement attribute syntaxes from RFC4517. This adds validation to the most common attribute types. Specialized attribute types like Delivery Method or Teletex Terminal Identifier are recognized for completeness, but not validated. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 03:53:20 Modified files: bin/cat : cat.1 bin/chmod : chflags.1 chgrp.1 chmod.1 chown.8 bin/cp : cp.1 bin/date : date.1 bin/dd : dd.1 bin/df : df.1 bin/echo : echo.1 bin/ed : ed.1 bin/expr : expr.1 bin/ln : ln.1 bin/ls : ls.1 bin/md5 : md5.1 sha1.1 sha256.1 bin/mkdir : mkdir.1 bin/mv : mv.1 bin/pax : cpio.1 pax.1 tar.1 bin/ps : ps.1 bin/pwd : pwd.1 bin/rm : rm.1 bin/rmdir : rmdir.1 bin/sleep : sleep.1 bin/stty : stty.1 bin/test : test.1 Log message: add an EXIT STATUS section for /bin; CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/03 03:53:24 Modified files: usr.sbin/ldapd : schema.c validate.c Log message: Resolve matching rules from superior attribute types at schema load time instead of when each attribute is validated. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 04:00:40 Modified files: bin/expr : expr.1 Log message: remove some unneccessary macros and put EXAMPLES in a more standard format; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 04:08:22 Modified files: sbin/mknod : mkfifo.1 sbin/modload : modload.8 sbin/modunload : modunload.8 sbin/nfsd : nfsd.8 sbin/swapctl : swapctl.8 Log message: add an EXIT STATUS section for /sbin; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 04:31:29 Modified files: usr.bin/logger : logger.1 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/03 04:50:01 Modified files: faq : upgrade48.html Log message: softraid update is not an advanced warning anymore. Nor is it a warning. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/03 04:51:53 Modified files: sys/kern : kern_bufq.c Log message: thib insists i take responsibility too CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/03 04:56:23 Modified files: faq : upgrade47.html Log message: softraid rebuild won't be required, wording stolen from current.html CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 05:09:29 Modified files: usr.bin/ar : ar.1 usr.bin/asa : asa.1 usr.bin/at : at.1 usr.bin/basename: basename.1 usr.bin/cal : cal.1 usr.bin/cap_mkdb: cap_mkdb.1 usr.bin/cmp : cmp.1 usr.bin/column : column.1 usr.bin/comm : comm.1 usr.bin/compress: compress.1 usr.bin/csplit : csplit.1 usr.bin/cut : cut.1 usr.bin/cvs : cvs.1 usr.bin/diff : diff.1 usr.bin/dirname: dirname.1 usr.bin/du : du.1 usr.bin/expand : expand.1 usr.bin/file : file.1 usr.bin/fold : fold.1 usr.bin/fstat : fuser.1 usr.bin/gencat : gencat.1 usr.bin/getconf: getconf.1 usr.bin/grep : grep.1 usr.bin/gzsig : gzsig.1 usr.bin/head : head.1 usr.bin/hexdump: hexdump.1 od.1 usr.bin/id : groups.1 id.1 whoami.1 usr.bin/ipcrm : ipcrm.1 usr.bin/ipcs : ipcs.1 usr.bin/join : join.1 usr.bin/logger : logger.1 usr.bin/logname: logname.1 usr.bin/look : look.1 usr.bin/man : man.1 usr.bin/mesg : mesg.1 usr.bin/modstat: modstat.8 usr.bin/paste : paste.1 usr.bin/patch : patch.1 usr.bin/pkg-config: pkg-config.1 usr.bin/pr : pr.1 usr.bin/printf : printf.1 usr.bin/rcs : ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 usr.bin/readlink: readlink.1 usr.bin/sed : sed.1 usr.bin/sort : sort.1 usr.bin/split : split.1 usr.bin/ssh : scp.1 usr.bin/stat : stat.1 usr.bin/strings: strings.1 usr.bin/strip : strip.1 usr.bin/tail : tail.1 usr.bin/tee : tee.1 usr.bin/touch : touch.1 usr.bin/tr : tr.1 usr.bin/tsort : tsort.1 usr.bin/tty : tty.1 usr.bin/uname : uname.1 usr.bin/unifdef: unifdef.1 usr.bin/uniq : uniq.1 usr.bin/wc : wc.1 usr.bin/what : what.1 usr.bin/which : whereis.1 which.1 usr.bin/who : who.1 usr.bin/write : write.1 usr.bin/xargs : xargs.1 usr.bin/yacc : yacc.1 Log message: add an EXIT STATUS section for /usr/bin; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 05:22:36 Modified files: usr.sbin/ac : ac.8 usr.sbin/httpd/src/support: apachectl.8 htpasswd.1 usr.sbin/mtree : mtree.8 usr.sbin/ndp : ndp.8 usr.sbin/procmap: procmap.1 usr.sbin/rtadvd: rtadvd.8 usr.sbin/rtsold: rtsold.8 usr.sbin/sa : sa.8 usr.sbin/smtpd : makemap.8 newaliases.8 usr.sbin/traceroute6: traceroute6.8 usr.sbin/user : group.8 groupadd.8 groupdel.8 groupinfo.8 groupmod.8 user.8 useradd.8 userdel.8 userinfo.8 usermod.8 Log message: add an EXIT STATUS section for /usr/sbin; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 05:35:08 Modified files: libexec/lockspool: lockspool.1 libexec/mail.local: mail.local.8 Log message: add EXIT STATUS for /usr/libexec; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 05:50:58 Modified files: x11/gnome/totem: Makefile Log message: Remove dependency on gstreamer-plugins-ugly which doesn't have a full PERMIT_* = YES. We don't need it anyway since most (if not all and even more) needed support is provided by gstreamer-plugins-ffmpeg. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 05:53:24 Modified files: audio/rhythmbox: Makefile Log message: sndio gstreamer support is provided in gstreamer-plugins-good, so add it as a RUN_DEPENDS. I'm not forcing a dependency on gstreamer-plugins-ugly (needed for e.g. mp3 support) because it doesn't have a full PERMIT_* = YES. Users can install it manually if needed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 06:34:56 Modified files: databases/py-ldap: Makefile databases/py-ldap/pkg: PLIST-main databases/py-psycopg: Makefile databases/py-psycopg/pkg: PLIST-main devel/py-mxDateTime: Makefile devel/py-mxDateTime/pkg: PLIST graphics/py-Imaging: Makefile graphics/py-Imaging/pkg: PLIST-bin PLIST-main Added files: databases/py-ldap/pkg: PFRAG.python2.6-main databases/py-psycopg/pkg: PFRAG.python2.6-main devel/py-mxDateTime/pkg: PFRAG.python2.6-main graphics/py-Imaging/pkg: PFRAG.python2.6-bin PFRAG.python2.6-main Log message: - drop python2.5 flavour of these "special" packages and add @pkgpath markers; from ajacoutot@ - tweak from me: @pkgpath markers for these go in PFRAG.python2.6-* files rather than straight in PLIST-*, so that they are only added to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or 2.6 versions are valid updates and will have to ask every time, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 06:38:19 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makefile patch-Makerules patch-debian_mupdf_desktop textproc/mupdf/pkg: PLIST Added files: textproc/mupdf/patches: patch-debian_mupdf_1 Removed files: textproc/mupdf/patches: patch-fitz_fitz_base_h Log message: update mupdf to 0.7 Note: key bindings changed slightly; notably /=search (currently only within a page), n=next search hit, N=last search hit. A few others were removed to make room and consistency. See manpage for more (or hit ? while running and look at stdout). CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/03 06:58:14 Modified files: infrastructure/build: outdated-perl-ports Log message: Switch to an http mirror ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/03 07:00:05 Modified files: www/havp : Makefile distinfo Log message: Update to 0.92 and switch to new dependencies style. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/03 07:12:31 Modified files: sys/netmpls : mpls_raw.c Log message: Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/03 07:14:55 Modified files: bin/mt : mt.1 usr.bin/printenv: printenv.1 Log message: add EXIT STATUS (these two were hiding...); CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 07:37:13 Modified files: comms/smstools : Makefile distinfo Log message: update smstools3 to 3.1.12; many fixes/improvements including better spool directory handling with many modems CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 07:46:47 Modified files: comms/xastir : Makefile Log message: use the gettext module, new revision/lib_depends CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 07:56:30 Modified files: comms/gnokii : Makefile Log message: new-style lib_depends/revision, fix wantlib CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/03 08:14:56 Modified files: share/misc : airport Log message: - fix entries for 'B' CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/03 08:34:02 Modified files: usr.sbin/ldapctl: Makefile Log message: Need syntax.c to build the schema parser. Sorry for that. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 08:39:08 Modified files: comms/birda : Makefile comms/bottlerocket: Makefile comms/colrdx : Makefile comms/conserver: Makefile comms/dfu-util : Makefile comms/efax : Makefile comms/flipit : Makefile comms/gmfsk : Makefile comms/gpsk31 : Makefile comms/hylafax : Makefile comms/jpilot : Makefile comms/jpilot-syncmal: Makefile comms/libmal : Makefile comms/lrzsz : Makefile comms/obexftp : Makefile comms/openobex : Makefile comms/pilot-link: Makefile comms/qpage : Makefile comms/scmxx : Makefile comms/seyon : Makefile comms/sredird : Makefile comms/tkhylafax: Makefile comms/tlf : Makefile comms/x3270 : Makefile comms/xcept : Makefile comms/xlog : Makefile Log message: new lib_depends/revision CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 08:43:21 Modified files: misc/contacts : Makefile distinfo misc/contacts/pkg: PLIST Log message: Minor update to contacts-0.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 09:34:16 Modified files: mail/cyrus-imapd: Makefile Log message: New HOMEPAGE and MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 09:36:26 Modified files: security/cyrus-sasl2: Makefile Log message: New HOMEPAGE+MASTER_SITES. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2010/09/03 09:40:08 Modified files: sys/dev/ic : athnvar.h ar5008.c ar9280.c Log message: fix initialization value of analog register AR_AN_TOP2 on some high power AR9220 adapters. this should fix at least Ubiquiti SR71-12 and Winstron DMNA92 adapters. problem reported by Giuseppe Scalzi and Alex Dervish fix tested by Giuseppe Scalzi with a Winstron DMNA92 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 09:48:14 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/patches: patch-configure_ac patch-ext_Makefile_am multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Log message: Update to gstreamer-plugins-good-0.10.25. More info at: http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.25.html ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 09:49:07 Modified files: multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo multimedia/gstreamer-0.10/plugins-ugly/patches: patch-configure_ac patch-ext_sidplay_Makefile_in multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main Log message: Update to gstreamer-plugins-ugly-0.10.16. More info at: http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/03 09:49:45 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main Log message: Update to gstreamer-plugins-bad-0.10.20. More info at: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 09:58:12 Modified files: x11/x11vnc : Makefile Added files: x11/x11vnc/patches: patch-x11vnc_connections_c patch-x11vnc_keyboard_c patch-x11vnc_pointer_c patch-x11vnc_pointer_h patch-x11vnc_remote_c patch-x11vnc_scan_c patch-x11vnc_screen_c patch-x11vnc_userinput_c Log message: Fix build with new libX11 Xdefs.h (who'd have thought that other software might use "pointer" as a variable name...). From upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 10:06:23 Modified files: x11/matchbox/matchbox-keyboard: Makefile Added files: x11/matchbox/matchbox-keyboard/patches: patch-src_matchbox-keyboard-layout_c patch-src_matchbox-keyboard-row_c patch-src_matchbox-keyboard_c patch-src_matchbox-keyboard_h Log message: Fix build with new libX11 Xdefs.h CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 10:17:19 Modified files: emulators/spim/patches: patch-CPU_run_c Log message: fix build on other arches, and probably mips64 as well (definded->defined) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/03 10:23:26 Modified files: devel/mico : Makefile devel/qt4-eventsview: Makefile Log message: acknowledge that this is broken and not really fixable; ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 10:39:13 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure patch-libavdevice_Makefile patch-libavutil_common_h Added files: graphics/ffmpeg/files: sndio_common.c sndio_common.h sndio_dec.c sndio_enc.c Removed files: graphics/ffmpeg/files: sndio.c Log message: - Some clean up of the FFMpeg configure patch - Update the sndio backend code to the newer libavdevice alsa code which has been refactored and cleaned up a bit From Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/03 11:04:17 Modified files: astro/xephem : Makefile Log message: missing bump after WANTLIB change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 11:19:23 Modified files: graphics/djvulibre: Makefile Log message: Missing BUILD_DEPENDS. Doesn't fix packaging but it's a start. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/03 11:24:07 Modified files: x11/gdevilspie : Makefile distinfo x11/gdevilspie/pkg: PLIST Log message: - update gdevilspie to 0.5 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/03 11:50:49 Modified files: print/fontforge: Makefile Log message: Bump for real. Please put REVISION in the vicinity of PKGNAME. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/03 12:14:54 Modified files: sys/dev/pci : if_vr.c Log message: bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit that hands them over to the hardware. This prevents the hardware from seeing stale contents if the compiler decides to re-order stores or if the hardware does store-reordering. There are sme doubts whether the i386/amd64 bus_dmamap_sync() implementation will be able to convince future compilers that do even more insanely stupid optimizations from re-ordering stores. That will be addressed in a seperate patch. ok matthew@, sthen@, oga@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/03 12:26:56 Log message: py-hg-git port Status: Vendor Tag: millert Release Tags: millert_2010_Sep-03 N ports/devel/py-hg-git/distinfo N ports/devel/py-hg-git/Makefile N ports/devel/py-hg-git/pkg/DESCR N ports/devel/py-hg-git/pkg/PLIST N ports/devel/py-hg-git/patches/patch-hggit_hgrepo_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/03 12:28:33 Modified files: devel : Makefile Log message: Add py-hg-git; OK martynas@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2010/09/03 12:51:19 Modified files: infrastructure/man/man1: check-conflicts.1 check-lib-depends.1 pkg_subst.1 Log message: fix a few mdoc(7) syntax errors found by mandoc -Tlint one of them was fatal (no formatted output at all) another one caused information loss in the formatted output CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 13:20:06 Modified files: lang/python : Makefile.inc Log message: When knocking out a MULTI_PACKAGE on some arch, keep listing it in MULTI_PACKAGES, and add an (ONLY|NOT)_FOR_ARCHS-subpkg=somearch, rather than changing contents of the MULTI_PACKAGES variable. Fixes dpb builds on !amd64/i386, because the bsddb package was knocked out on other arch. 'please unfuck the fucking mess people only testing on i386 and amd64 did' landry@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/03 13:37:57 Added files: devel/jdk/1.6/patches: patch-j2se_make_common_shared_Defs-utils_gmk Log message: use awk instead of the removed nawk; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 13:49:12 Modified files: devel/subversion/patches: patch-configure_ac Log message: regenerate patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 15:20:49 Modified files: graphics/djvulibre: Makefile Added files: graphics/djvulibre/patches: patch-desktopfiles_Makefile_in Log message: add a file that needed a 'cvs add' in steven@'s previous commit, spotted by steven. didn't package before -> no bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/03 15:22:08 Modified files: graphics/djvulibre: Makefile Log message: oops, this snuck into previous commit and shouldn't have been there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/03 15:45:11 Modified files: sys/dev/pci : pccbb.c Log message: Some cleanup in preparation for suspend/resume improvements. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/03 15:54:39 Modified files: devel/jdk/1.7/patches: patch-jdk_make_common_shared_Defs-utils_gmk Log message: nawk is no more, use awk; ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/04 02:00:15 Modified files: share/man/man7 : man.7 mdoc.7 share/misc : mdoc.template Log message: EXIT STATUS is allowed for section 6 pages too (even though none of our section 6 pages currently contain this information); CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/04 02:06:09 Modified files: sbin/route : Makefile keywords.h keywords.sh route.c Log message: sort generated keywords in order to replace linear probe with bsearch(3) (more people should know about how to properly use libc-provided tools) make keywords.h depend upon keywords.sh, so that it gets automatically rebuilt when keywords.sh is edited ok claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/04 03:31:20 Modified files: www/mozilla : mozilla.port.mk Log message: Wip on firefox 4 betas.. only install regxpcom if MOZILLA_VERSION !~ 4, and set WRKDIST = ${WRKDIR}/mozilla-central if MOZILLA_VERSION =~ 4. Builds in my tree, doesn't run yet... not ready for the masses! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/04 03:38:34 Modified files: usr.bin/ssh : ssh.1 ssh-add.1 Log message: two more EXIT STATUS sections; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:38:50 Modified files: proto/glproto : COPYING ChangeLog Makefile.am configure.ac glcore.h glxproto.h glxtokens.h Removed files: proto/glproto : INSTALL Log message: Update to glproto 1.4.12 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:39:17 Modified files: proto/renderproto: ChangeLog Makefile.am configure.ac render.h renderproto.txt Added files: proto/renderproto: README Log message: Update to renderproto 0.11.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:39:52 Modified files: proto/videoproto: ChangeLog Makefile.am configure.ac vldXvMC.h Added files: proto/videoproto: README xv-protocol-v2.txt Log message: Update to videoproto 2.3.1 CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/04 03:39:56 Modified files: sbin/route : Makefile Log message: Tried to get too fancy with the Makefile in a way that doesn't build correctly; changing keywords.sh still requires manual intervention. pointed out by sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:40:57 xenocara/proto/xextproto/specs Update of /cvs/xenocara/proto/xextproto/specs In directory cvs.openbsd.org:/tmp/cvs-serv17643/specs Log Message: Directory /cvs/xenocara/proto/xextproto/specs added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:50:09 Added files: proto/xextproto/specs: Makefile.am appgroup.xml dbe.xml dpms.xml evi.xml geproto.xml multibuf.xml security.xml shape.xml shm.xml sync.xml tog-cup.xml xtest.xml Log message: Added files with xextproto 1.7.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:53:19 Modified files: proto/xextproto: ChangeLog Makefile.am README Added files: proto/xextproto: shapestr.h shmstr.h syncstr.h Log message: 3 files that where re-added in xextproto 7.1.2 and missed by cvs commit. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 03:59:36 Modified files: proto/xextproto: ChangeLog README Log message: Fix 2 files that got mysteriously corrupted by CVS during update to xextproto 7.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:00:59 Modified files: dist/libxcb : NEWS configure.ac dist/libxcb/doc/tutorial: index.html dist/libxcb/src: c_client.py xcb_auth.c xcb_conn.c xcb_in.c xcb_out.c xcb_util.c xcbint.h lib/libxcb/libxcb: shlib_version Log message: Update to libxcb 1.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:17:03 Modified files: lib/libXi : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac lib/libXi/man : Makefile.am Makefile.in XAllowDeviceEvents.man XChangeDeviceDontPropagateList.man XChangeKeyboardDevice.man XChangePointerDevice.man XDeviceBell.man XGetDeviceControl.man XGetDeviceKeyMapping.man XGetDeviceModifierMapping.man XGetDeviceMotionEvents.man XGetDeviceProperty.man XGetExtensionVersion.man XGetFeedbackControl.man XGrabDevice.man XGrabDeviceButton.man XGrabDeviceKey.man XIChangeHierarchy.man XIChangeProperty.man XIDefineCursor.man XIGrabButton.man XIGrabDevice.man XIGrabEnter.man XIListProperties.man XIQueryDevice.man XIQueryPointer.man XIQueryVersion.man XISelectEvents.man XISetClientPointer.man XISetFocus.man XIWarpPointer.man XListDeviceProperties.man XListInputDevices.man XOpenDevice.man XQueryDeviceState.man XSelectExtensionEvent.man XSelectExtensionEvent.txt XSendExtensionEvent.man XSetDeviceButtonMapping.man XSetDeviceFocus.man XSetDeviceMode.man XSetDeviceValuators.man lib/libXi/src : Makefile.in XExtInt.c XGetVers.c XIProperties.c XIQueryVersion.c XISelEv.c XIint.h Log message: Update to libXi 1.3.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:18:16 Added files: lib/libXi : INSTALL Log message: Missed re-added file in libXi 1.3.2. update. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:29:23 xenocara/lib/libX11/m4 Update of /cvs/xenocara/lib/libX11/m4 In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/lib/libX11/m4 Log Message: Directory /cvs/xenocara/lib/libX11/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:33:18 Modified files: lib/libX11 : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac lib/libX11/include: Makefile.in lib/libX11/include/X11: Xlibint.h lib/libX11/man : Compose.man Makefile.am Makefile.in XRaiseWindow.man XStringToKeysym.man lib/libX11/man/xkb: Makefile.am Makefile.in XkbFreeGeometry.man XkbGetBounceKeysDelay.man XkbGetSlowKeysDelay.man XkbGetState.man XkbKeyActionEntry.man XkbSetBounceKeysDelay.man lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.am Makefile.in imLcIm.c imLcPrs.c imRm.c lib/libX11/modules/lc: Makefile.in lib/libX11/modules/lc/Utf8: Makefile.am Makefile.in lib/libX11/modules/lc/def: Makefile.am Makefile.in lib/libX11/modules/lc/gen: Makefile.am Makefile.in lib/libX11/modules/lc/xlocale: Makefile.am Makefile.in lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.am Makefile.in lib/libX11/nls : Makefile.in lib/libX11/nls/C: Makefile.in lib/libX11/nls/am_ET.UTF-8: Makefile.in lib/libX11/nls/armscii-8: Makefile.in lib/libX11/nls/el_GR.UTF-8: Makefile.in lib/libX11/nls/en_US.UTF-8: Compose.pre Makefile.in lib/libX11/nls/fi_FI.UTF-8: Compose.pre Makefile.in lib/libX11/nls/georgian-academy: Makefile.in lib/libX11/nls/georgian-ps: Makefile.in lib/libX11/nls/ibm-cp1133: Makefile.in lib/libX11/nls/iscii-dev: Makefile.in lib/libX11/nls/isiri-3342: Makefile.in lib/libX11/nls/iso8859-1: Makefile.in lib/libX11/nls/iso8859-10: Makefile.in lib/libX11/nls/iso8859-11: Makefile.in lib/libX11/nls/iso8859-13: Makefile.in lib/libX11/nls/iso8859-14: Makefile.in lib/libX11/nls/iso8859-15: Makefile.in lib/libX11/nls/iso8859-2: Makefile.in lib/libX11/nls/iso8859-3: Makefile.in lib/libX11/nls/iso8859-4: Makefile.in lib/libX11/nls/iso8859-5: Makefile.in lib/libX11/nls/iso8859-6: Makefile.in lib/libX11/nls/iso8859-7: Makefile.in lib/libX11/nls/iso8859-8: Makefile.in lib/libX11/nls/iso8859-9: Makefile.in lib/libX11/nls/iso8859-9e: Makefile.in lib/libX11/nls/ja: Makefile.in lib/libX11/nls/ja.JIS: Makefile.in lib/libX11/nls/ja.S90: Makefile.in lib/libX11/nls/ja.SJIS: Makefile.in lib/libX11/nls/ja.U90: Makefile.in lib/libX11/nls/ja_JP.UTF-8: Makefile.in lib/libX11/nls/ko: Makefile.in lib/libX11/nls/ko_KR.UTF-8: Makefile.in lib/libX11/nls/koi8-c: Makefile.in lib/libX11/nls/koi8-r: Makefile.in lib/libX11/nls/koi8-u: Makefile.in lib/libX11/nls/microsoft-cp1251: Makefile.in lib/libX11/nls/microsoft-cp1255: Makefile.in lib/libX11/nls/microsoft-cp1256: Makefile.in lib/libX11/nls/mulelao-1: Makefile.in lib/libX11/nls/nokhchi-1: Makefile.in lib/libX11/nls/pt_BR.UTF-8: Makefile.in lib/libX11/nls/ru_RU.UTF-8: Makefile.in lib/libX11/nls/tatar-cyr: Makefile.in lib/libX11/nls/th_TH: Makefile.in lib/libX11/nls/th_TH.UTF-8: Makefile.in lib/libX11/nls/tscii-0: Makefile.in lib/libX11/nls/vi_VN.tcvn: Makefile.in lib/libX11/nls/vi_VN.viscii: Makefile.in lib/libX11/nls/zh_CN: Makefile.in lib/libX11/nls/zh_CN.UTF-8: Makefile.in lib/libX11/nls/zh_CN.gb18030: Makefile.in lib/libX11/nls/zh_CN.gbk: Makefile.in lib/libX11/nls/zh_HK.UTF-8: Makefile.in lib/libX11/nls/zh_HK.big5: Makefile.in lib/libX11/nls/zh_HK.big5hkscs: Makefile.in lib/libX11/nls/zh_TW: Makefile.in lib/libX11/nls/zh_TW.UTF-8: Makefile.in lib/libX11/nls/zh_TW.big5: Makefile.in lib/libX11/specs: Makefile.in troffrules.in lib/libX11/specs/XIM: Makefile.am Makefile.in lib/libX11/specs/i18n: Makefile.am Makefile.in lib/libX11/specs/libX11: Makefile.am Makefile.in lib/libX11/src : ConnDis.c Makefile.am Makefile.in OpenDis.c SetPntMap.c XErrorDB XlibInt.c Xprivate.h Xxcbint.h locking.c xcb_disp.c xcb_io.c lib/libX11/src/util: Makefile.am Makefile.in lib/libX11/src/xcms: Makefile.am Makefile.in lib/libX11/src/xkb: Makefile.am Makefile.in lib/libX11/src/xlibi18n: Makefile.am Makefile.in lcUTF8.c Added files: lib/libX11/m4 : ax_define_dir.m4 dolt.m4 Removed files: lib/libX11 : acinclude.m4 lib/libX11/man/xkb: XkbGetDetectableAutorepeat.man XkbSetDetectableAutorepeat.man Log message: Update to libX11 1.3.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:36:30 Added files: lib/libX11/man/xkb: XkbGetDetectableAutoRepeat.man XkbSetDetectableAutoRepeat.man Log message: Add 2 missed files in previous update to libX11 1.3.5. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:37:31 Modified files: lib/libXfont : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xfont.pc.in lib/libXfont/doc: fontlib.css fontlib.xsl lib/libXfont/src: Makefile.in lib/libXfont/src/FreeType: Makefile.in lib/libXfont/src/bitmap: Makefile.in lib/libXfont/src/builtins: Makefile.in lib/libXfont/src/fc: Makefile.in lib/libXfont/src/fontfile: Makefile.in bunzip2.c lib/libXfont/src/stubs: Makefile.in lib/libXfont/src/util: Makefile.in miscutil.c Log message: Update to libXfont 1.4.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:39:39 Modified files: . : MODULES 3RDPARTY Log message: updates CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 04:41:57 Modified files: . : Makefile distrib/notes : README.macppc Removed files: etc/X11.macppc : xorg.conf Log message: Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@ and todd@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 06:18:04 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : 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.mac68k : MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.mvme68k: MAKEDEV.md etc/etc.mvme88k: MAKEDEV.md etc/etc.palm : 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: Reorder device entries within sections, for MAKEDEV.8 to have them sorted. Prodded by jmc@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 06:18:42 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : 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.mac68k : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.mvme88k: MAKEDEV etc/etc.palm : 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.aviion: MAKEDEV.8 share/man/man8/man8.hp300: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.hppa64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.luna88k: MAKEDEV.8 share/man/man8/man8.mac68k: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.mvme68k: MAKEDEV.8 share/man/man8/man8.mvme88k: MAKEDEV.8 share/man/man8/man8.palm: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.socppc: MAKEDEV.8 share/man/man8/man8.sparc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.vax: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 06:47:00 Modified files: share/man/man4 : se.4 sys/dev/pci : if_se.c if_sereg.h Log message: Let se(4) support SiS191, and bring a lot of bugfixes and improvements from FreeBSD. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 06:55:38 Modified files: proto/xextproto: Makefile.am Log message: merge botch in used file CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 06:59:27 Modified files: sys/dev/pcmcia : pcmcia_cis.c pcmciareg.h pcmciavar.h Log message: Add support for indirect CIS data (CISTPL_INDIRECT tuple). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/04 07:01:39 Modified files: lib/libXi : COPYING ChangeLog Log message: fix merge botch CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 07:13:17 Modified files: sys/dev/pcmcia : pcmcia_cis.c Log message: Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of trying to roll our inline version of it and fail. Fixes `checksum error' warnings on all the cards with checksum tuples I could find (admittedly not many), and probably fixes all of them since this code has never been correct in the first place. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 07:14:49 Modified files: sys/dev/pcmcia : pcmcia_cis.c Log message: Off-by-two in the length check for CISTPL_CONFIG tuples. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/04 07:34:59 Modified files: share/man/man4 : pci.4 Log message: update the description of se(4); CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 08:39:05 Modified files: gnu/lib/libiberty: Makefile.bsd-wrapper shlib_version Log message: Compile the v3 demangler support code in libiberty, bump minor. Will be used in a not-so-distant future. ok kettenis@ (some time ago) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/04 08:41:37 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.mvmeppc md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/04 10:12:48 Modified files: share/man/man4 : azalia.4 Log message: zap a load of wholly unneccessary .Pp; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/04 11:07:44 Modified files: games/fortune/datfiles: fortunes2 Log message: Update 'Fastest Defeat In Chess' fortune, trying to dispel Gibaud - Lazard 1924 myth. prompted by and ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/04 12:10:48 Modified files: devel/p5-DateTime-Format-ICal: Makefile devel/p5-DateTime-Format-ICal/pkg: PLIST Removed files: devel/p5-DateTime-Format-ICal/patches: patch-Build_PL Log message: Set CONFIGURE_STYLE=modbuild, remove the unneeded patch and don't set CONFIGURE_ARGS. Bump REVISION. Fixes file installation location problem reported by jcs@, tested by jcs@. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/04 12:22:58 Modified files: faq : upgrade48.html Log message: /etc/ldpd.conf isn't handled as a cp file. /etc/iked is handled by base48.tgz and mtree, no need to build the tree here (and this wasn't right, anyway) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/04 12:38:49 Added files: faq : upgrade48.patch Log message: upgrade patch file for 4.7 -> 4.8. very lightly tested so far, but looks good so far. I would welcome advanced and knowledgeable user test reports at this point, but make sure you 1) can do better than "didn't work!" and 2) can recover from whatever it does to your machine! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/04 13:38:16 Modified files: sys/dev/pci : if_xl_pci.c Log message: Remove redundant prototype left behind by deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/04 13:44:46 Added files: devel/py-mxDateTime/pkg: PFRAG.python2.6 Removed files: devel/py-mxDateTime/pkg: PFRAG.python2.6-main Log message: Unbreak by renaming the PFRAG to a correct value. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/04 13:46:45 Modified files: devel/goffice : Makefile distinfo Log message: Maintainance update to goffice-0.8.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/04 13:47:00 Modified files: math/gnumeric : Makefile distinfo Log message: Maintainance update to gnumeric-1.10.10. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/09/04 15:31:05 Modified files: usr.sbin/dvmrpctl: parser.c parser.h usr.sbin/ldpctl: parser.c parser.h usr.sbin/ospf6ctl: parser.c parser.h usr.sbin/ospfctl: parser.c parser.h usr.sbin/relayctl: parser.c parser.h usr.sbin/ripctl: parser.c parser.h usr.sbin/smtpd : parser.c parser.h Log message: move some things around to make intentions clear. not really a functional change. ok claudio CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2010/09/04 15:35:58 Modified files: sys/ntfs : ntfs_ihash.c ntfs_subr.c ntfs_subr.h ntfs_vfsops.c Log message: revert previous "simplification". kcornies at gmail says it doesn't work. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/05 01:44:42 Modified files: nl : anoncvs.html books.html cvsync.html donations.html items.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/05 02:31:33 Modified files: www/bricolage : Makefile www/bricolage/patches: patch-inst_files_pl www/bricolage/pkg: PLIST Log message: Don't create /var/tmp/bricolage during fake stage, we don't want things outside of WKRINST be created and it gets left behind. Regen PLIST while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 03:04:23 Modified files: devel/autoconf/2.13: Makefile devel/autoconf/2.52: Makefile Log message: bump for nawk removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 04:23:45 Modified files: audio/cmu-sphinxbase: Makefile Log message: really use mod fortran CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 04:25:16 Modified files: audio/ac3dec : Makefile audio/akode : Makefile audio/amarok : Makefile audio/aqualung : Makefile audio/ascd : Makefile audio/audacious: Makefile audio/audacious-plugins: Makefile audio/audacity : Makefile audio/aumix : Makefile audio/bladeenc : Makefile audio/bmp : Makefile audio/bonk : Makefile audio/cdparanoia: Makefile audio/cmt : Makefile audio/cmu-sphinx3: Makefile audio/daapd : Makefile audio/dumb : Makefile audio/easytag : Makefile audio/esound : Makefile audio/espeak : Makefile audio/faac : Makefile audio/faad : Makefile Log message: new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 04:32:54 Modified files: devel/p5-PerlIO-via-Bzip2: Makefile Log message: don't set MODULES=cpan twice CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/05 04:54:02 Modified files: lang/ghc : Makefile Log message: Bump for real. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/05 06:16:23 Modified files: usr.sbin/ripctl: parser.c Log message: Unbreak the tree. Bad tedu, no cookie. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/05 06:24:11 Modified files: sysutils/flyback: Makefile Log message: Don't mix old (p*) and new (REVISION) style. Bump for real, which needs an EPOCH in this case (without it, you can't update from *p6p0). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/05 06:42:54 Modified files: sys/dev/pci : if_se.c if_sereg.h Log message: Properly invoke bus_dmamap_sync() around the ring descriptors. No functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 06:59:36 Modified files: graphics/py-Imaging: Makefile Log message: -examples had p1p2 (set in both FULLPKGNAME and REVISION); repair and use EPOCH to allow upgrades CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 07:04:43 Modified files: graphics/py-Imaging/patches: patch-Tk_tkImaging_c patch-setup_py Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/05 09:18:49 Modified files: emulators/sdlmame: Makefile Log message: Unbreak on amd64 by adding -Wno-system-headers to OPT_FLAGS. sdlmame includes *mmintrin.h headers from gcc which can't be compiled with -Wsystem-headers (now system default) -Werror (set by the port). While here remove useless gcc4 MODULES stanzas (port is only for i386/amd64), switch to newer WANTLIB/LIB_DEPENDS/REVISION idioms. with tweaks from ajacoutot@, ok ajacoutot@ & MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/05 10:54:36 Modified files: www/epiphany : Makefile Added files: www/epiphany/patches: patch-src_pdm-dialog_c Log message: Merge upstream commit 479f0a9a7ec095a8457e7d5b70695207e81f40c6 to fix a loooong standing bug. "pdm-dialog: do not crash when clearing the passwords from prefs dialog The code (wrongly) assumed we could only be called from withing the PDM dialog. Do some refactoring to make it more generic. Bug #606933" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/05 11:18:22 Modified files: devel/pyrex : Makefile distinfo devel/pyrex/pkg: PLIST Log message: - update pyrex to 0.9.9 - use MODPY_EGG_VERSION CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/05 11:32:20 Modified files: faq : upgrade48.html Log message: useradd lines are for the user to enter, should be 'd. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/05 12:07:12 Modified files: sys/arch/sparc/include: lock.h Log message: Fix inline assembler to make it acceptable to gcc4. Similar to what we've done to sparc64 a couple of months ago. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/05 12:08:52 Modified files: sys/arch/sparc/sparc: emul.c Log message: Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/05 12:10:10 Modified files: sys/arch/sparc/dev: obio.c qec.c sbus.c Log message: Remove bogus LHS casts. makes gcc4 happy. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/05 12:14:33 Modified files: sys/sys : pciio.h sys/dev/pci : pci.c pcivar.h usr.sbin/pcidump: pcidump.c Log message: Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining the size of those BARs. Make pcidump use this new ioctl to print the size of PCI BARs. ok deraadt@, miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/05 13:12:36 Modified files: share/man/man7 : operator.7 Log message: Both old and new groff behave in the following way: Literal tabs are considered normal word characters even when delimiting column phrases in .Bl -column. Thus, in any column but the last, if the column is terminated by a literal tab, and the last character is a solitary dot, that dot is NOT considered punctuation, and consequently offset from the preceding text by a blank space. This space does not occur when the Ta macro is used inmstead of a literal tab, or when a blank character is inserted between the dot and the tab. Confused now? So were we. We decided to consider that a bug in groff, not a feature, and to not emulate it in mandoc(1). Thus, let operator(7) no longer depend on that groff bug. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/05 14:19:52 ports/sysutils/toprump/patches Update of /cvs/ports/sysutils/toprump/patches In directory cvs.openbsd.org:/tmp/cvs-serv18660/patches Log Message: Directory /cvs/ports/sysutils/toprump/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/05 14:33:20 Added files: sysutils/toprump/patches: patch-toprump_c Log message: - fix build for gcc2 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2010/09/05 15:17:22 Modified files: . : plus.html Log message: remove advertisement of an incorrect change that has been reverted CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/05 15:35:06 Modified files: x11/aewm : Makefile x11/aewm/patches: patch-Makefile x11/aewm/pkg : PLIST Log message: - fix a warning during packaging about funky symlinks (ptd. out by sthen) - get rid of gzip'd man pages looks good to sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 15:55:42 Modified files: audio/abcde/patches: patch-abcde Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 16:00:14 Modified files: audio/amarok : Makefile audio/festival/core: Makefile audio/fluidsynth: Makefile audio/freealut : Makefile audio/gimmix : Makefile audio/gmpc : Makefile audio/gmpc-libnotify: Makefile audio/gmpc-plugins: Makefile audio/gnomad2 : Makefile audio/gqmpeg : Makefile audio/grip : Makefile audio/gsm : Makefile audio/gtkpod : Makefile audio/herrie : Makefile audio/hydrogen : Makefile audio/id3ed : Makefile audio/id3lib : Makefile audio/ifp-line : Makefile audio/jack : Makefile audio/ksmp3play: Makefile audio/libcdio : Makefile audio/libgpod : Makefile audio/mixer.app: Makefile audio/mp3info : Makefile audio/mp3splt-gtk: Makefile audio/picard : Makefile audio/py-tagpy : Makefile audio/sonata : Makefile audio/soundtracker: Makefile audio/streamripper: Makefile audio/tagtool : Makefile audio/vagalume : Makefile audio/wmix : Makefile audio/wmmixer : Makefile audio/wmmp3 : Makefile audio/wmtune : Makefile audio/workman : Makefile audio/xcdplayer: Makefile audio/xhippo : Makefile audio/xmix : Makefile audio/xmms-bonk: Makefile audio/xmms-fmradio: Makefile audio/xmms-speex: Makefile audio/xmms-wavpack: Makefile audio/xmms-xf86audio: Makefile audio/xmmsctrl : Makefile Log message: new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary. checked with check-lib-depends and PLIST_DB "make package". CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 16:11:58 Modified files: audio/p5-Audio-MPD: Makefile Log message: missing p5- CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 16:12:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: missing p5- on Audio-MPD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 18:04:29 Modified files: audio/last.fm : Makefile audio/liba52 : Makefile audio/libcanberra: Makefile audio/libdca : Makefile audio/libid3tag: Makefile audio/libmad : Makefile audio/libmikmod: Makefile audio/libmpdclient: Makefile audio/libmusicbrainz: Makefile audio/libsidplay: Makefile audio/mac : Makefile audio/madplay : Makefile audio/mono-taglib: Makefile audio/morseplayer: Makefile audio/mp3cddb : Makefile audio/mp3encode: Makefile audio/mpg321 : Makefile audio/mppenc : Makefile audio/mt-daapd : Makefile audio/nap : Makefile audio/normalize: Makefile audio/nosefart : Makefile audio/nspmod : Makefile audio/oggtag : Makefile audio/openal : Makefile audio/opennap : Makefile audio/p5-libvorbis: Makefile audio/pacpl : Makefile audio/portaudio-svn: Makefile audio/rioutil : Makefile audio/rplay : Makefile audio/rsynth : Makefile audio/rtunes : Makefile audio/ruby-id3lib: Makefile audio/scmpc : Makefile audio/shell-fm : Makefile audio/sidplay : Makefile audio/speex : Makefile audio/teknap : Makefile audio/tempest : Makefile audio/toolame : Makefile audio/tracker : Makefile audio/tremor-tools: Makefile audio/vorbisgain: Makefile audio/wmmp : Makefile audio/xcd : Makefile audio/xmcd : Makefile audio/xmmix : Makefile audio/xmms : Makefile audio/xmms-flac: Makefile audio/xmms-shn : Makefile audio/xmms-sid : Makefile audio/xmms-tremor: Makefile Log message: new-style REVISIONS/LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/05 18:16:23 Modified files: devel/cmake : Makefile Log message: - bump REVISION following change for hppa/powerpc to stop forcing -O0 - sort remaining arch from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 00:21:20 Log message: Import redshift-1.5 Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. <...> Input and ok sthen@ kili@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100906 N ports/misc/redshift/distinfo N ports/misc/redshift/Makefile N ports/misc/redshift/pkg/PLIST N ports/misc/redshift/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 00:22:09 Modified files: misc/redshift : Makefile Log message: Ooops tyop. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 00:22:44 Modified files: misc : Makefile Log message: +redshift CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2010/09/06 00:23:55 Log message: Import anonymous-pro fonts. with feedback from and ok landry@ Status: Vendor Tag: matthieu Release Tags: v1_001 N ports/x11/anonymous-pro/distinfo N ports/x11/anonymous-pro/Makefile N ports/x11/anonymous-pro/pkg/PLIST N ports/x11/anonymous-pro/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2010/09/06 00:24:30 Modified files: x11 : Makefile Log message: Link anonymous-pro CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 01:35:47 Modified files: x11/dbus-glib : Makefile distinfo x11/dbus-glib/patches: patch-configure x11/dbus-glib/pkg: PLIST Log message: Update to dbus-glib-0.88. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/06 01:49:35 Modified files: usr.bin/mandoc : term_ps.c Log message: fix an off by one found by parfait ok schwarze@ and kristaps CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/06 02:00:31 Modified files: sys/arch/sh/include: locore.h sys/arch/sh/sh : locore_subr.S sys/arch/landisk/conf: Makefile.landisk Log message: move away from using /**/ to ## for cpp paste in sh locore so we can drop -traditional-cpp ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 02:21:09 Log message: import parti 0.0.6, includes partiwm, xpra and wimpiggy. Parti is a tabbing/tiling (one might say "partitioning") window manager. Its goal is to bring this superior window management interface to modern, mainstream desktop environments. It is written in Python and uses GTK+. [...] ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20100906 N ports/x11/partiwm/distinfo N ports/x11/partiwm/Makefile N ports/x11/partiwm/pkg/DESCR N ports/x11/partiwm/pkg/PLIST N ports/x11/partiwm/patches/patch-setup_py N ports/x11/partiwm/patches/patch-xpra_scripts_server_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 02:22:50 Modified files: x11 : Makefile Log message: - add partiwm CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/06 02:28:44 Modified files: usr.sbin/ldpd : ldpe.h neighbor.c Log message: The nbr_reset_*() timer fucntions are the same as the nbr_start_* function. So replace the few calls to the reset function with nbr_start_*(). OK michele@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/06 02:36:33 Modified files: usr.sbin/ldpd : neighbor.c Log message: Only run the nbr_idtimer() when this side is acting as master (establishing the tcp session). Calling nbr_act_session_establish() on slave systems can crash ldpd because active events are reinitialized. OK michele@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 02:42:48 Modified files: x11/openbox : Makefile distinfo x11/openbox/patches: patch-Makefile_in Log message: update to openbox 3.4.11.2. maintainer (benoit@openbsd.org) ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 02:43:43 Modified files: inputmethods/scim-anthy: Makefile Log message: Correct lib requirements. Bump revision. ajacoutot@ ok CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 03:38:39 Modified files: net/socat : Makefile distinfo Log message: - SECURITY UPDATE of socat to 1.7.1.3 SA40806/CVE-2010-2799: socat Command Line Argument Buffer Overflow Vulnerability maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/06 03:49:23 Modified files: security/arirang: Makefile distinfo security/arirang/pkg: DESCR PLIST Log message: Update to arirang 1.90 from MAINTAINER jung. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 04:42:31 Modified files: productivity/gtg: Makefile distinfo productivity/gtg/patches: patch-GTG___init___py patch-GTG_gtg_py patch-gtg_desktop productivity/gtg/pkg: PLIST Log message: - update gtg to 0.2.4 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 04:50:39 Modified files: x11/dbus-glib : Makefile Log message: Correct master site. ajacoutot@ ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 05:06:51 ports/x11/dbus-python/patches Update of /cvs/ports/x11/dbus-python/patches In directory cvs.openbsd.org:/tmp/cvs-serv9572/patches Log Message: Directory /cvs/ports/x11/dbus-python/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 05:40:39 Modified files: audio/libmpdclient: Makefile Added files: audio/libmpdclient/patches: patch-src_idle_c patch-src_song_c patch-src_tag_c Log message: - fix build with gcc2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 06:06:29 Modified files: infrastructure/mk: bsd.port.mk Log message: - add clean=all, which takes care of cleaning work, flavors, packages and plist. just a shorthand for adding the above words to a list. ok espie@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/06 06:06:57 Modified files: share/man/man5 : bsd.port.mk.5 Log message: - sync description for clean. - fix spello ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/06 06:15:32 Modified files: lang/guile : Makefile Log message: - add a comment as to why the symlink is made - add slib as a run dependency, so the symlink points to something - switch to new DEPENDS/WANTLIB/REVISION ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/06 06:30:35 Modified files: sys/dev/pci : pci_map.c Log message: Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect free. Mapping those with BUS_SPACE_MAP_PREFETCHABLE can have disastrous effects, like the NMIs observed by jsg@ with certain Intel 10Gb Ethernet devices. So stop trusting the devices and instead require drivers to explicitly pass the BUS_SPACE_MAP_PREFECTHABLE flag to pci_mapreg_map(). The pci_mapreg_info() call will continue to return BUS_SPACE_MAP_PREFECTHABLE flags for prefetchable BARs as an easy way to figure out whether a BAR is prefetchable. Since the vga_pci.c code uses this interface, all consumers of VGA BARs will still use the BUS_SPACE_MAP_PREFETCHABLE flag when appropriate. ok oga@, jsg@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2010/09/06 06:59:50 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: sydney_audio_sndio.c Log message: simplify and improve sndio backend: - do not use threads - report current position correctly (fixes A/V sync) input from jakemsr@, ratchov@ ok landry@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/06 08:44:19 Modified files: sys/arch/hp300/dev: hpibvar.h sys/arch/i386/include: pte.h sys/arch/sparc/dev: xy.c Log message: - spello, short-hand -> shorthand ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 08:47:20 Modified files: www/community-id: Makefile www/community-id/files: README.OpenBSD www/community-id/pkg: PLIST Added files: www/community-id/files: communityid.conf www/community-id/patches: patch-webdir__htaccess Log message: Simplify installation, now works out of the box without the need to tweak anything when following README.OpenBSD. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 08:48:26 Modified files: x11/dbus-glib : Makefile Log message: Not my day... I forgot an important SHARED_LIBS bump. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/06 08:49:38 Modified files: faq : upgrade48.html Log message: not all platforms have a bsd.mp, may generate a harmless error. adjust how s are in place to make page validate. patch file definitely exists now (and has been tested). Warn that patch(1) may bail before attempting all files if it gets confused, so check last file changed. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/06 08:52:26 Modified files: faq : upgrade48.html Log message: Ready for advanced users to check out. Still need to flesh out "before upgrading" section and ports sections before it is ready for general public. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 08:56:28 Modified files: www/community-id: Makefile www/community-id/pkg: PLIST Log message: Add some @unexec-delete so that this package don't leave bogus links behind. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/06 09:00:50 Modified files: sys/dev/pci : agp_i810.c sys/dev/pci/drm: i915_drv.c i915_drv.h Log message: Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem where stuff was bound for a software fallback while we were vt switched, so we couldn't assume that the aperture was clear. Turns out that the 855 at least does not like this (the !stolen bits of the bar at least are write-only), and this caused a gpu lockup on any suspend that used that activate handler. So this diff fixes it in a more complete way: Firstly revert 1.67 of agp_i810.c, secondly add a DVACT_QUIESCE handler to inteldrm, and in it we do three things: 1) set a flag that causes any ioctl or pagefault to sleep until the flag is cleared so that we don't end up with something doing the following (for example:) - bind object - do another blocking operation in the same ioctl/fault < suspend happens here, followed by resume> - wake up assuming that the object is still bound and continue along our merry way 2) Wait for all current entrypoints to finish (so that 1) is actually effective we need to first quiesce our callers before we continue). 3) unbind everything that is in the gtt On resume we clear the quiet flag, and everything can continue as expected. Behaves as expected for me on: 855 (x40 in acpi mode), gm965 (x61s) and arrandale (x201) over multiple suspend cycles. Also tested by several on tech. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/06 09:02:49 Modified files: sys/dev/pci/drm: i915_drv.c Log message: Fix previous. *sigh* Remove one assertion before you commit, then build fails with an unused variable warning. That'll teach me. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 09:42:18 Modified files: sys/arch/i386/i386: apm.c Log message: now that the drm issue is resolved, switch to using ca_activate calls instead of powerhooks. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 09:59:03 Modified files: sys/dev/ic : dc.c Log message: initialize rv to 0 in the activate function CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 10:01:52 Modified files: sys/dev/ic : fxp.c xl.c Log message: initialize rv to 0 in the activate function CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 10:20:26 Modified files: x11/dbus-python: Makefile distinfo Added files: x11/dbus-python/patches: patch-test_TestSuitePythonService_service_in patch-test_run-test_sh patch-test_run-with-tmp-session-bus_sh Log message: update to dbus-python 0.83.1 and enable regression. maintainer (ajacoutot@) ok CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/09/06 10:28:21 Modified files: share/man/man5 : bsd.port.mk.5 Log message: over-eager doc, as noticed by the guys CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/06 10:33:41 Modified files: sys/sys : buf.h sys/uvm : uvm_swap.c Log message: cut swapping to file over from disksort to bufq fifo's and instead of doing work in the biodone callback for swapping to file I/O, schedule the work to be done by the system workq as it will call VOP_STRATEGY() in which we must be allowed to sleep. Thanks to Gabriel Kihlman for testing and spotting a bug in the first version of this diff! OK beck@, oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 10:53:54 Modified files: usr.bin/ssh : ssh-ecdsa.c Log message: decl before code for compiler compatibility CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/06 11:07:24 Modified files: audio/gtkpod : Makefile Log message: - Remove support for deprecated gnomevfs2. - Set GPL version number. - Loosen up LIB_DEPENDS and regen WANTLIB. tested by and ok ckuethe@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2010/09/06 11:10:19 Modified files: etc : changelist rc etc/mtree : special usr.bin/ssh : sshd_config Log message: add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/06 11:12:36 Added files: infrastructure/bin: link-checksums Log message: prepare to move this too CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/06 11:16:17 src/lib/libcurses/widechar Update of /cvs/src/lib/libcurses/widechar In directory cvs.openbsd.org:/tmp/cvs-serv12842/widechar Log Message: Directory /cvs/src/lib/libcurses/widechar added to the repository CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/06 11:26:17 Modified files: lib/libcurses : Makefile curses.3tbl curses.h curses.priv.h ncurses_cfg.h shlib_version lib/libform : Makefile shlib_version lib/libmenu : Makefile shlib_version lib/libpanel : Makefile shlib_version Added files: lib/libcurses : curs_add_wch.3 curs_add_wchstr.3 curs_addwstr.3 curs_get_wch.3 curs_get_wstr.3 curs_in_wch.3 curs_in_wchstr.3 curs_ins_wch.3 curs_ins_wstr.3 curs_inwstr.3 lib/libcurses/widechar: charable.c lib_add_wch.c lib_box_set.c lib_cchar.c lib_erasewchar.c lib_get_wch.c lib_get_wstr.c lib_hline_set.c lib_in_wch.c lib_in_wchnstr.c lib_ins_wch.c lib_inwstr.c lib_key_name.c lib_pecho_wchar.c lib_slk_wset.c lib_unget_wch.c lib_vid_attr.c lib_vline_set.c lib_wacs.c lib_wunctrl.c Log message: Enable wide character support in ncurses. It is built into libcurses, libform, libmenu, libpanel and each library is also linked to a corresponding "w" version. This is a major bump for all four libraries. Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing. ok naddy krw deraadt CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2010/09/06 11:35:57 Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper Log message: enable wide character support; ok nicm@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2010/09/06 11:36:49 Modified files: sys/arch/amd64/include: pmap.h sys/arch/amd64/amd64: pmap.c Log message: Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(), don't set the current cpu's bit in pmap_activate() unless we actually set %cr3, and add a DIAGNOSTIC printf to pmap_destroy() to catch if we ever stop tracking them accurately again. Also, GC the unused pm_flags member. ok deraadt@, oga@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/06 11:37:23 Modified files: editors/nano : Makefile Log message: enable UTF-8 support CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2010/09/06 12:06:13 Modified files: x11/anonymous-pro: Makefile x11/anonymous-pro/pkg: PLIST Log message: Don't install files with white space in their names. Requested by and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/06 12:22:02 Modified files: sys/dev/ic : rt2560.c rt2661.c Log message: Make the interrupt handler bail out early if the device wen away. Fixes freezes that occur when removing CardBus cards when the interface is up. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2010/09/06 12:33:37 Added files: net/pidgin/patches: patch-finch_libgnt_gntwm_c Log message: Actually add the patch. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/06 12:34:34 Modified files: sys/dev/pci : pccbb.c pccbbvar.h Log message: Save and restore pci config space registers common to all PCI-CardBus bridges when we do suspend and resume. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2010/09/06 12:35:34 ports/misc/lifelines/patches Update of /cvs/ports/misc/lifelines/patches In directory cvs.openbsd.org:/tmp/cvs-serv11533/patches Log Message: Directory /cvs/ports/misc/lifelines/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2010/09/06 12:38:07 Modified files: misc/lifelines : Makefile Added files: misc/lifelines/patches: patch-src_hdrs_mycurses_h Log message: Fix build with ncursesw. ok landry CVSROOT: /cvs Module name: ports Changes by: nicm@cvs.openbsd.org 2010/09/06 12:53:51 Modified files: shells/zsh : Makefile shells/zsh/patches: patch-Doc_zsh_texi Added files: shells/zsh/patches: patch-configure_ac Log message: Set _XOPEN_SOURCE_EXTENDED on OpenBSD as well. Fixes build with ncursesw. ok landry CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/06 12:55:42 Log message: Import grhino 0.16.1, an Othello/Reversi game with a damn good AI. From MAINTAINER Remi Pointel with lots of tweaks from ajacoutot@ ok ajacoutot@ Status: Vendor Tag: landry Release Tags: pointel_20100906 N ports/games/grhino/Makefile N ports/games/grhino/distinfo N ports/games/grhino/pkg/PLIST N ports/games/grhino/pkg/DESCR N ports/games/grhino/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/06 12:56:21 Modified files: games : Makefile Log message: +grhino CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/06 13:05:48 Modified files: sys/arch/i386/eisa: eisa_machdep.c sys/arch/i386/i386: bus_dma.c sys/arch/i386/include: bus.h sys/arch/i386/pci: pci_machdep.c sys/arch/amd64/amd64: bus_dma.c sys/arch/amd64/include: bus.h sys/arch/amd64/pci: pci_machdep.c Log message: Make sure bus_dmamap_sync() always involves a function call, to prevent the compiler from doing stupid things like reordering stores around it. There is some debate whether this will be enough for newer versions of GCC and LLVM. If this is indeed deemed necessary, this will be addressed in a future diff. ok miod@, oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 13:14:54 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.palm md.socppc md.sparc md.sparc64 md.zaurus mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 13:20:24 Modified files: sys/arch/beagle/dev: ommmc.c sys/dev/cardbus: if_acx_cardbus.c if_ath_cardbus.c if_athn_cardbus.c if_atw_cardbus.c if_pgt_cardbus.c if_re_cardbus.c if_rtw_cardbus.c sys/dev/ic : atw.c i82365.c rt2560.c rt2661.c rt2860.c sys/dev/pci : auich.c pci.c yds.c sys/dev/pcmcia : if_ray.c sys/dev/usb : uhci.c sys/kern : kern_subr.c sys/sys : systm.h Log message: All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/06 15:55:57 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: update to sqlalchemy 0.6.3. maintainer (wcmaier@) ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/06 16:44:46 Modified files: lang/guile : Makefile Log message: fix RUN_DEPENDS, no cookie for me or jasper. pointed out by viq. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/06 17:44:11 Modified files: sys/conf : files sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c cd9660_vnops.c sys/isofs/udf : udf_extern.h udf_vfsops.c udf_vnops.c sys/kern : Makefile vfs_conf.c vfs_init.c vfs_subr.c vfs_sync.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c sys/miscfs/specfs: spec_vnops.c specdev.h sys/msdosfs : msdosfs_denode.c msdosfs_vnops.c sys/nfs : nfs_node.c nfs_subs.c nfs_vnops.c sys/nnpfs : nnpfs_node-bsd.c nnpfs_vfsops-openbsd.c nnpfs_vnodeops-bsd.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c sys/ufs/ffs : ffs_extern.h ffs_vfsops.c ffs_vnops.c sys/ufs/mfs : mfs_extern.h mfs_vfsops.c mfs_vnops.c sys/ufs/ufs : ufs_extern.h ufs_vnops.c sys/uvm : uvm_swap.c Added files: sys/kern : vfs_vops.c Log message: End the VOP experiment. Instead of the ridicolusly complicated operation vector setup that has questionable features (that have, as far as I can tell never been used in practice, atleast not in OpenBSD), remove all the gunk and favor a simple struct full of function pointers that get set directly by each of the filesystems. Removes gobs of ugly code and makes things simpler by a magnitude. The only downside of this is that we loose the vnoperate feature so the spec/fifo operations of the filesystems need to be kept in sync with specfs and fifofs, this is no big deal as the API it self is pretty static. Many thanks to armani@ who pulled an earlier version of this diff to current after c2k10 and Gabriel Kihlman on tech@ for testing. Liked by many. "come on, find your balls" deraadt@. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/06 18:10:12 Modified files: share/man/man9 : VOP_LOOKUP.9 Log message: Update the documentation reflecting the latest churn in the vop layer. By updating I mean remove two sections (that where made wrong and where wrong before the churn) and tweak a few sentances. ok deraadt CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/06 18:41:05 Modified files: sys/ntfs : ntfs.h ntfs_vfsops.c ntfs_vnops.c Log message: Allow NTFS to compile by cutting it over to the new VOP world order. Small cleanup while here, nuke the ntfs_bypass function and just use eopnotsupp like every other filesystem, it makes no sense to return ENOTTY for unimplemented VOPs. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/06 20:47:02 Modified files: faq : upgrade48.html Log message: sysmerge handles users and groups sanely now, so remove this warning, and it probably reduces or eliminates the reasons to use the patch method. Figures, 'bout the time I get generating the patch down to a science... Prodding from ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/06 21:41:13 Modified files: chinese/bg5pdf : Makefile chinese/bg5ps : Makefile Added files: chinese/bg5ps/patches: patch-ttf2psm_c Log message: Switch to Python 2.6. Both bg5pdf and bg5ps work fine. Requested by fgsch@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/06 22:36:16 Modified files: net/lftp : Makefile distinfo net/lftp/pkg : PLIST Log message: Update to 4.0.10; from Remi Pointel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/06 22:42:15 Modified files: sys/scsi : cd.c Log message: rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workq (which creates a potential race against cd detach) discussed with krw and dlg seperately CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/07 01:06:34 Modified files: net/telepathy/telepathy-haze: Makefile Log message: Unbreak: this needs the python MODULE. breakage reported by landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/07 01:54:44 Modified files: sys/dev/pci : if_se.c Log message: Bring the promiscuous/multicast handling code in line with the current OpenBSD practice; from brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/07 02:57:34 Modified files: devel/py-sip : Makefile distinfo Log message: bug fix update to sip 4.11.1; ok landry@ jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/07 02:58:16 Modified files: x11/py-qt4 : Makefile distinfo x11/py-qt4/pkg : PLIST-main Log message: - bug fix update to py-qt 4.7.6 - sync wantlib - add missing dbus-python related file - use the gettext module ok jasper@ landry@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/07 03:46:02 Modified files: security/gnupg2: Makefile distinfo Log message: Update to 2.0.16 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/07 04:22:06 Modified files: x11/py-qt4 : Makefile Added files: x11/py-qt4/patches: patch-pyuic_uic_driver_py Log message: Remove argument from open() call, works around a problem with pyuic4. Worked out by me and independently suggested by Phil @ riverbank. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/07 04:23:02 Modified files: geo/gmapcatcher: Makefile distinfo geo/gmapcatcher/pkg: PLIST Added files: geo/gmapcatcher/patches: patch-gmapcatcher_mapArgs_py patch-gmapcatcher_mapPixbuf_py patch-setup_py Removed files: geo/gmapcatcher/files: setup.py Log message: Update to 0.7.5.0; diff inputs from ajacoutot@ and sthen@. Note that the name of the program changed from gmapcatcher to mapcatcher and gmapcatcher-download to mapdownloader. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/07 04:23:31 Modified files: geo/qgis : Makefile Added files: geo/qgis/patches: patch-python_core_conversions_sip Log message: Fix build with sip >= 4.11; discussed with Phil @ riverbank CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 04:38:40 Added files: textproc/libical/patches: patch-src_libical_icalderivedproperty_c patch-src_libical_icalrecur_c Log message: - fix build with gcc2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/07 05:12:05 Modified files: sysutils/collectd: Makefile distinfo sysutils/collectd/patches: patch-Makefile_in patch-configure patch-src_Makefile_in Log message: Update to collectd 4.10.1, from Simon Kuhnle, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 05:39:12 Modified files: devel/gobject-introspection: Makefile Added files: devel/gobject-introspection/patches: patch-girepository_ginfo_c patch-tests_Makefile_in Log message: - slightly improve the situation on sparc64: * extend the DO_ALIGNED_COPY usage from girnode.c into ginfo.c (freebsd seems to do the same) * skips tests/scanner/ as opensolaris and several other distributions do, this prevents g-ir-repository SIGBUSing there and allows the build to succeed. it's not really a great improvement (apart from ginfo.c patch), but at least it allows things to move forward, and gobject-introspection isn't enabled yet in other ports. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/07 06:23:43 Log message: sshguard port; OK sthen@ Status: Vendor Tag: millert Release Tags: millert_2010-Sep-07 N ports/security/sshguard/Makefile N ports/security/sshguard/distinfo N ports/security/sshguard/patches/patch-src_sshguard_procauth_c N ports/security/sshguard/patches/patch-src_sshguard_logsuck_c N ports/security/sshguard/pkg/DESCR N ports/security/sshguard/pkg/PLIST N ports/security/sshguard/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/07 06:24:26 Modified files: security : Makefile Log message: Add sshguard; OK sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/07 06:33:09 Modified files: share/man/man4 : vscsi.4 Log message: no need for this page to refer to MAKEDEV(8); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/07 06:34:22 Modified files: share/man/man4 : diskmap.4 Log message: add a little more detail to this page; help/ok jsing CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/07 06:40:30 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: fix a formatting issue for -E; CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/07 06:59:06 Modified files: databases/pgadmin3: Makefile distinfo Log message: Update to 1.10.5 ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 07:48:40 Modified files: devel/pyrex : Makefile Log message: - the mastersite went belly up shortly after committing the update, so provide a mirror for it. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 07:54:40 Modified files: x11/partiwm : Makefile Log message: - add missing run dependency CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/07 08:06:02 Log message: Import zathura PDF reader, from Abel Abraham Camarillo Ojeda (also MAINTAINER). Input from sthen@, giovanni@ and myself. OK sthen@, giovanni@ Status: Vendor Tag: edd Release Tags: edd_20100907 N ports/textproc/zathura/distinfo N ports/textproc/zathura/Makefile N ports/textproc/zathura/pkg/PLIST N ports/textproc/zathura/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/07 08:06:16 Modified files: security/sshguard/pkg: MESSAGE Log message: Describe how to run sshguard from rc.local CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/07 08:07:19 Modified files: textproc : Makefile Log message: link textproc/zathura to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/07 08:13:33 Modified files: security/sshguard: Makefile Log message: Missed bump in previous. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/07 08:43:20 Modified files: textproc/zathura: Makefile Log message: fix redundant libs spotted by ajacoutot@ OK ajacoutot CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/07 09:51:00 Modified files: sys/arch/amd64/amd64: aesni.c Log message: shorten fpu critical sections so that all frees and other manipulations won't interfere with an actual fp code. reminder from kettenis: fpu_kernel_enter and fpu_kernel_exit should be thought of as if they were mutex_enter and mutex_leave in regard to the length of critical section and sleeps. ok kettenis thib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/07 10:21:47 Modified files: sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udc.h pxa2x0_apm.c pxa2x0_com.c pxa2x0_ohci.c sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c omohci.c sys/arch/loongson/dev: ohci_voyager.c sys/arch/zaurus/dev: zaurus_apm.c zaurus_audio.c zaurus_kbd.c zaurus_scoop.c zaurus_ssp.c zts.c sys/arch/zaurus/zaurus: zaurus_lcd.c sys/dev/cardbus: if_re_cardbus.c ohci_cardbus.c sys/dev/ic : ath.c athvar.h atw.c atwvar.h dc.c dcreg.h fxp.c fxpvar.h pgt.c rt2560.c rt2560var.h rt2661.c rt2661var.h rt2860.c rt2860var.h rtl81x9.c rtl81x9reg.h rtw.c rtwvar.h xl.c xlreg.h sys/dev/isa : aps.c i82365_isa.c i82365_isapnp.c sys/dev/pci : arc.c auacer.c auglx.c auich.c autri.c cs4280.c cs4281.c esa.c esavar.h eso.c esovar.h i82365_pci.c if_bge.c if_bgereg.h if_bnxreg.h if_em.c if_em.h if_ipw.c if_ipwvar.h if_iwi.c if_iwivar.h if_iwn.c if_iwnvar.h if_nfe.c if_nfevar.h if_re_pci.c if_wi_pci.c if_wpi.c if_wpivar.h maestro.c neo.c ohci_pci.c pccbb.c pci.c pcivar.h sdhc_pci.c yds.c ydsreg.h sys/dev/pcmcia : if_ray.c pcmcia.c sys/dev/sdmmc : sdhc.c sdhcvar.h sys/dev/usb : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h sys/dev/vesa : vesafbvar.h sys/kern : kern_subr.c sys/scsi : cd.c sys/sys : systm.h Log message: remove the powerhook code. All architectures now use the ca_activate tree traversal code to suspend/resume ok oga kettenis blambert CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/07 10:22:48 Modified files: sys/arch/amd64/amd64: autoconf.c identcpu.c sys/arch/amd64/conf: files.amd64 Log message: enable aesni. that means that all users running ipsec on amd64 with 'aes' cpu flag will have aes encryption accelerated in cbc and ctr modes for all three key sizes: 128, 192 and 256. for debug purposed a number of operations performed by the driver is visible throught the pstat(8) utility: pstat -d u aesni_ops note that you need to run config(8) to hook up new files. ok kettenis thib deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/07 10:52:04 Modified files: sys/arch/loongson/dev: glxpcib.c Log message: Join the cf_activate() crowd and preserve a few msr around suspend. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/07 10:52:50 Modified files: www/py-CherryPy: Makefile net/ddclient : Makefile databases/directoryassistant: Makefile security/kedpm : Makefile devel/spe : Makefile Log message: Update the MAINTAINERs E-Mail address, and bump pkg revision. OK, landry@, jasper@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2010/09/07 10:57:04 Modified files: databases/py-sqlite2: Makefile distinfo databases/py-sqlite2/patches: patch-setup_py databases/py-sqlite2/pkg: PLIST Log message: update to 2.6.0 ok landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/07 10:57:37 Modified files: sys/arch/loongson/dev: glxpcib.c Log message: Restore msr unconditionnaly, why bother checking if they have changed; deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/07 10:59:42 Modified files: sys/arch/loongson/dev: glxpcib.c Log message: rename function parameter to be more like all the others in the tree CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/07 11:14:06 Modified files: sys/dev : softraid.c Log message: having a ca_activate function which just returns 1 is wrong on about 8 different levels; ok oga kettenis CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/07 11:16:33 Modified files: share/man/man4 : bluetooth.4 Log message: supply missing offset; CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/07 12:26:29 Modified files: sysutils/heartbeat: Makefile Log message: Bring back PKGNAME-main. While here, add pthread to WANTLIB and bump -main and -snmp. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 12:40:23 Modified files: audio/vagalume : Makefile audio/mp3splt-gtk: Makefile Log message: - missing USE_X11 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/07 12:45:56 Modified files: sys/dev : ramdisk.c Log message: no need for an activate function if it just returns 0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/07 13:07:43 Modified files: lib/libc/sys : open.2 Log message: - O_NOFOLLOW is no longer non-posix; from thomas klausner - bump posix revision and remove xpg; from millert ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 13:21:42 Modified files: databases/py-cdb: Makefile net/ipsvd : Makefile x11/py-qt3 : Makefile sysutils/runit : Makefile Log message: - remove maintainer; he timed-out many many times in the past with multiple ports and timed-out too after a long period for this change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/07 13:34:08 Modified files: x11/gnome/gvfs : Makefile Log message: Fix RUN_DEPENDS, spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/07 13:36:34 Modified files: print/hplip : Makefile Log message: Bring back PKGNAME-main. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/07 13:52:37 Modified files: lib/libc/rpc : bindresvport.3 rpc.3 rpcauth.3 xdr.3 Log message: do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse feedback and ok jmc@, ok millert@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/09/07 13:58:09 Modified files: usr.bin/m4 : eval.c expr.c extern.h gnum4.c look.c main.c mdef.h misc.c stdd.h trace.c Log message: Remove stray spaces. No code change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 14:54:48 Added files: net/wget/patches: patch-src_openssl_c patch-src_sysdep_h Log message: - fix build with gcc2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/07 15:13:03 Removed files: textproc/libical/patches: patch-src_libical_icalderivedproperty_c Log message: where did this come from? spotted by landry@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/07 15:26:51 Modified files: lib/libc/sys : open.2 Log message: Document EBUSY return when attempting to open a cua device that someone else already has open. OK jmc@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/07 18:58:05 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: activate hooks should return a value. all from deraadt@ tested by me with hotplugged disks on mpi(4) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/07 20:04:47 Modified files: lib/libpcap : gencode.c Log message: Make tcpdump of pflog interfaces work with 'net ' expression. My problem, canacar@'s fix. ok sthen@ canacar@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/07 20:08:53 Modified files: chinese/bg5pdf : Makefile chinese/bg5pdf/patches: patch-Makefile Log message: Simplify the code by not hardcoding the python version at all and using whatever is the default in python.mk. Based on the diff from fgsch@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/07 21:54:36 Modified files: usr.bin/ssh : authfile.c Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/07 22:13:31 Modified files: usr.bin/ssh : compress.c Log message: work around name-space collisions some buggy compilers (looking at you gcc, at least in earlier versions, but this does not forgive your current transgressions) seen between zlib and openssl ok djm CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/09/07 22:28:29 Modified files: sys/ddb : db_output.c Log message: stray spaces no code change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/08 01:13:16 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-check_py patch-configure patch-installer_core_install_py patch-ui4_devmgr5_py patch-ui_devmgr4_py print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.10.6. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/08 01:44:03 Modified files: www/p5-libwww : Makefile distinfo Log message: - SECURITY UPDATE of p5-libwww to 5.835 CVE-2010-2253: lwp-download in libwww-perl before 5.835 does not reject downloads to filenames that begin with a . (dot) character, which allows remote servers to create or overwrite files and possibly execute arbitrary code. from ian mcwilliam, ok sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/08 02:00:56 Modified files: sys/netmpls : mpls.h mpls_output.c Log message: Map the TTL when building the initial MPLS stack from the encapsulated packet. For IP and IPv6 the corresponding mapttl sysctl needs to be set. This is needed to make traceroute work over MPLS. OK michele@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/08 02:18:57 Modified files: x11/gnome/genius: Makefile distinfo x11/gnome/genius/pkg: PLIST Log message: Update to genius-1.0.10. Still broken but another step towards gnomevfs2 removal... CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/08 02:20:45 Modified files: sys/net : rtsock.c Log message: Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLS information if the gateway changes, since real MPLS routes need to change gateway and outgoing label on topology changes. So if there is MPLS information and an outgoing label do a proper change but if the gateway of a non-MPLS route is changed remove the MPLS path since it is no longer valid. OK michele@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/08 02:23:30 Log message: Import microblog-purple: Twitter, Identica, and Status.net plugin for libpurple This project implement a plug-in for any LibPurple base client like Pidgin or Finch. Currently it support Twitter, Identica, and Status.net server through the conversation windows. After some feedback from first submission to m/l from jasper@, resended updated version to him, and final OK from jasper@. Status: Vendor Tag: sebastia Release Tags: sebastia_20100908 N ports/net/microblog-purple/Makefile N ports/net/microblog-purple/distinfo N ports/net/microblog-purple/pkg/DESCR N ports/net/microblog-purple/pkg/PLIST N ports/net/microblog-purple/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/08 02:26:37 Modified files: net : Makefile Log message: enable microblog-purple CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/08 02:34:42 Modified files: sys/netinet : ip_divert.c ip_input.c ip_output.c raw_ip.c tcp_output.c udp_usrreq.c Log message: Return EACCES when pf_test() blocks a packet in ip_output(). This allows ip_forward() to know the difference between blocked packets and those that can't be forwarded (EHOSTUNREACH). Only in the latter case an ICMP should be sent. In the other callers of ip_output() change the error back to EHOSTUNREACH since userland may not expect EACCES on a sendto(). OK henning@, markus@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/08 02:53:57 Modified files: sys/net : if_pfsync.c Log message: creating a pfsync interface is always done from process context, so we can pass M_WAITOK to malloc(9) (which was already done a few lines down, which set off my aesthetic alarm). While here, include malloc.h, since we're calling malloc. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/08 03:57:28 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile distinfo mail/mutt/snapshot/patches: patch-configure_ac mail/mutt/snapshot/pkg: PLIST mail/mutt/stable: Makefile Added files: mail/mutt/snapshot/patches: patch-doc_Makefile_am Removed files: mail/mutt/snapshot/patches: patch-browser_c patch-buffy_c patch-doc_Makefile_in patch-handler_c patch-hcache_c patch-hcache_h patch-imap_imap_c patch-imap_util_c patch-url_c Log message: - update the sidebar/compressed patches to work with this snapshot. - new LIB_DEPENDS/REVISION. - switch to a newer snapshot pulled from the repo, rolling in the upstream patches. requested by edd@. thanks to jasper@, landry@, pea@ for testing. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/08 04:50:27 Modified files: sys/kern : vfs_vops.c Log message: Add $OpenBSD$ prompted by mikeb@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/08 05:04:39 Modified files: sys/scsi : scsi_base.c Log message: let things request the detach of everything on the whole bus, rather than just a target/lun. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/08 05:06:12 Modified files: infrastructure/bin: link-checksums Log message: missing end $, noticed by Markus Lude CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/08 07:32:13 Modified files: usr.sbin/smtpd : dns.c Log message: we do dns resolutions in a separate process because we don't have an async resolver. if we run scarce on resources and we cannot fork a separate dns process or we cannot socketpair() tell the caller that we have a temporary failure rather than issueing a fatal(). message will stay in queue and be rescheduled later ... bug reported and bugfix tested by Sacha El Masry CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/08 07:46:18 Modified files: usr.sbin/smtpd : lka.c Log message: add support for sender expansion in smtpd.conf: %U for sender localpart %D for sender domainpart diff sent to tech@ by Gregory Edigarov , timeout by jacekm@, ok by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/08 08:08:10 Modified files: net/libbgpdump : Makefile net/libbgpdump/patches: patch-cfile_tools_c net/libbgpdump/pkg: PLIST Log message: - fix another ridiculous use-(one-line)-after-free - install testbgpdump as well as bgpdump, the different output format is a little easier on my eyes CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 08:15:56 Modified files: sys/kern : init_main.c sys/crypto : crypto.c Log message: Reintroduce most crypto/crypto.c r1.55: Move pool initialization to init_crypto and zap the crypto_pool_initialized variable. This way we don't have to check if the pool are initialized every time we do a crypto_getreq(). However, also perform the crypto initialisation earlier in init_main so that the crypto pools are initialised before they are used. ok mikeb@ thib@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/08 08:24:36 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mozilla_media_liboggz_include_oggz_oggz_off_t_generated_h patch-mozilla_toolkit_library_Makefile_in Log message: Update to mozilla-thunderbird 3.1.3, fixes MFSA 2010-49->63 http://www.mozilla.org/security/known-vulnerabilities/thunderbird31.html#thunderbird3.1.3 tested by pea@ and myself CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/08 08:25:11 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: Chase tb update and bump thunderbird-i18n to 3.1.3. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 08:37:32 Modified files: sys/arch/sparc64/sparc64: disksubr.c Log message: Nuke bogus comment. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 08:47:12 Modified files: sys/arch/hp300/dev: hd.c sys/arch/sparc/dev: fd.c presto.c xd.c xy.c sys/arch/sparc64/dev: fd.c sys/arch/vax/mba: hp.c sys/arch/vax/mscp: mscp_disk.c sys/arch/vax/vsa: hdc9224.c sys/dev : ccd.c flash.c ramdisk.c vnd.c sys/dev/ata : wd.c sys/dev/isa : fd.c mcd.c sys/dev/raidframe: rf_openbsdkintf.c sys/kern : subr_disk.c sys/scsi : cd.c sd.c sys/sys : disk.h Log message: Store a struct device pointer within struct disk and populate this when disk_attach() is called by the device driver. We will be building on this shortly. ok deraadt@ krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 08:52:26 Modified files: sys/arch/sparc64/stand/ofwboot: ofdev.c Log message: Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access to the extended partition information and allows for correct identification of parition types. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/08 08:52:27 Added files: infrastructure/man/man1: dolock.1 resolve-lib.1 Log message: document some more scripts CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/09/08 09:13:39 Modified files: usr.bin/cvs : buf.c usr.bin/rcs : buf.c Log message: Use SIZE_LEFT macro to determine left size instead of calculating with pointers. ok zinovik CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/09/08 09:15:50 Modified files: usr.bin/rcs : ci.c co.c rcsprog.c rcsutil.c Log message: Set rcs_suffixes to default value on initialization. ok ray zinovik CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 09:16:22 Modified files: sys/sys : disk.h sys/kern : subr_disk.c sys/dev/ata : wd.c sys/scsi : cd.c sd.c Log message: Introduce a disk_lookup() function which calls device_lookup(), before verifying that the resulting device is present on the disklist. This avoids a race whereby the disk driver can be accessed as soon as the softc has been allocated, but before the disk has completed initialisation and has called disk_attach() (up until this point dk_label is still a null pointer). Cut cd(4), sd(4) and wd(4) across to disk_lookup(). All callers of disk_attach() need to be tested and cut over in due course. ok deraadt@ krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 09:25:43 Modified files: sys/arch/sparc64/stand/ofwboot: ofdev.c Log message: Use the offset value passed into search_label() and call it with LABELSECTOR instead of a hardcoded 0. No functional change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/08 09:27:54 Modified files: sys/arch/sparc64/stand/ofwboot: vers.c Log message: Crank ofwboot version after recent changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 09:50:11 Modified files: sys/kern : subr_autoconf.c Log message: remove a useless comment CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/09/08 10:04:35 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: activate NTFS, let's hope it gets less experimental soon (as beck@ said) okay'd by thib@, who now owns a spanking new ntfs image... deraadt@ 'okay if thib@ lets you' CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 11:19:15 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: better to break out of the cases CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 11:53:55 Modified files: sys/dev/pci : pccbb.c Log message: During suspend, do not call children's interrupt handlers after we have told them to suspend. In some drivers, this "wakes" them up. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 11:54:38 Modified files: sys/dev/pci : pccbb.c Log message: Split out the guts of pccbbintr() so that we can call it carefully at resume time. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 11:56:16 Modified files: sys/dev/pci : pccbb.c Log message: Document that the resume case is waking children which may have been ejected, and that this needs to be solved. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2010/09/08 13:16:45 Modified files: faq : faq6.html Log message: brconfig->ifconfig, bridgename.if->hostname.if. ok nick@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2010/09/08 13:23:56 Modified files: infrastructure/man/man1: resolve-lib.1 Log message: fix a typo and kill trailing whitespace found by mandoc -Tlint CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/08 13:38:47 Modified files: . : plus48.html Log message: typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/08 13:46:14 Modified files: . : index.html items.html lyrics.html orders.html Added files: . : 48.html images : 48song.jpg ElPuffiachi.jpg cd48-s.gif openbsd48_cover.gif poster24-s.gif poster24.jpg Log message: add 4.8 pre-orders CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/08 13:52:23 Modified files: . : older.html Log message: list 4.8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/08 14:32:18 Modified files: www/mozplugger : Makefile distinfo www/mozplugger/patches: patch-Makefile patch-mozpluggerrc www/mozplugger/pkg: MESSAGE Log message: Update to mozplugger 1.14.1, with testing from Dave Del Debbio (thanks!) and feedback from fgsch@. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2010/09/08 14:34:11 Modified files: sys/dev/pci : envy.c share/man/man4 : envy.4 Log message: Add support for Terratec EWX 24/96 based on initial diff from ratchov@. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/08 14:36:42 Modified files: usr.bin/tmux : window-copy.c Log message: Do not crash if the screen size is too small for the indicator in copy mode. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/08 14:49:11 Modified files: usr.bin/cvs : buf.c usr.bin/rcs : buf.c Log message: Improve buf.c comments, from zinovik. ok stsp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 15:18:15 Modified files: sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/i386/i386: apm.c sys/arch/loongson/dev: apm.c Log message: No need for vfs_syncwait() in a bufq_quiesce() world ok thib kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 15:38:43 Modified files: sys/arch/i386/i386: apm.c Log message: merge apm_standby() into apm_suspend() vague ok from kettenis, but it is just mechanical CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/08 15:40:43 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: had planned to commit the change after oga@ and I are done with little changes to lka_expand() but it looks like a bit more work :-) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/08 15:44:36 Modified files: multimedia/gstreamer-0.10: Makefile.inc Log message: Make it possible to tweak CPPFLAGS and LDFLAGS in children ports. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/08 15:45:59 Log message: Import gstreamer-plugins-gl-0.10.2 This module contains integration libraries and plug-ins for using OpenGL within GStreamer pipelines. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100908 N ports/multimedia/gstreamer-0.10/plugins-gl/distinfo N ports/multimedia/gstreamer-0.10/plugins-gl/Makefile N ports/multimedia/gstreamer-0.10/plugins-gl/pkg/DESCR N ports/multimedia/gstreamer-0.10/plugins-gl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/08 15:46:28 Modified files: multimedia/gstreamer-0.10: Makefile Log message: +plugins-gl CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/08 16:02:28 Modified files: usr.bin/tmux : cmd-switch-client.c key-bindings.c session.c tmux.1 tmux.h Log message: Add -n and -p flags to switch-client to move to the next and previous session (yes, it doesn't match window/pane, but so what, nor does switch-client). Based on a diff long ago from "edsouza". CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 16:07:26 Modified files: usr.bin/aucat : aucat.c Log message: aucat: getpwnam: No such file or directory is not a proper error message. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/08 17:32:27 Modified files: usr.sbin/smtpd : parse.y Log message: when I fixed the ruleset matching on rules that had more than one condition by expanding them to several rules, I forgot to copy the tags to the expanded rules. this commit unbreaks matching rules by tag. documentation follows shortly ... spotted and fixed by me a while ago, jacekm@ timeout CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/08 17:49:38 Modified files: . : plus48.html Log message: new; Nicolas P. M. Legrand CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/08 18:37:06 Modified files: . : 48.html Log message: fix link CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/08 22:13:16 Modified files: sys/arch/i386/i386: apm.c Log message: The resume powerhooks were always in the wrong place. Then when replaced by the device-tree activate walk it even worse since we were doing so much more work. apm_suspend() could return into the event handler and thus tsleep() -- all this while we are supposedly trying to maintain splhigh because our DVACT_SUSPEND mechanism has temporarily totally wrecked the machine. Move the hardware restoration code (DVACT_RESUME + other goo) to the same function, and recognize that apm_resume() is just a boring event handler which punts the event to userland. ok oga CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/08 23:40:41 Modified files: infrastructure/man/man1: dolock.1 Log message: - typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/09 00:11:28 Modified files: . : items.html Log message: fix a url CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2010/09/09 01:05:47 Modified files: . : 48.html Log message: Set versions for ports hilights. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2010/09/09 01:08:52 Modified files: . : 48.html Log message: - set versions for software in base CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2010/09/09 01:11:13 Modified files: . : 48.html Log message: - fix mysql version CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 01:31:26 ports/cad/gerbv/patches Update of /cvs/ports/cad/gerbv/patches In directory cvs.openbsd.org:/tmp/cvs-serv17225/patches Log Message: Directory /cvs/ports/cad/gerbv/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 01:50:32 Modified files: cad/gerbv : Makefile distinfo cad/gerbv/pkg : PLIST Added files: cad/gerbv/patches: patch-icon-theme-installer cad/gerbv/pkg : PFRAG.shared Log message: - update gerbv to 2.4.0 from andreas bihlmaier (MAINTAINER), with a tweak by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 01:51:22 Modified files: cad/pcb : Makefile distinfo cad/pcb/patches: patch-configure patch-doc_pcb_1 patch-example_Makefile_in patch-example_libraries_Makefile_in cad/pcb/pkg : DESCR PLIST Added files: cad/pcb/patches: patch-icon-theme-installer Log message: - update pcb to 20091103 ok andreas bihlmaier (MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 01:54:12 Modified files: cad/gerbv : Makefile cad/gerbv/pkg : PLIST cad/pcb : Makefile cad/pcb/pkg : PLIST Log message: - missing goo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/09 03:41:21 Modified files: x11/gnome/f-spot: Makefile distinfo x11/gnome/f-spot/patches: patch-tools_Makefile_in Log message: Minor update to f-spot-0.7.3. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/09 03:46:13 Modified files: sys/netinet6 : ip6_input.c Log message: Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. Compiles fine without it so remove it. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/09 04:26:19 Modified files: mail/courier-imap: Makefile Log message: courier-pop3 does not work without main package, spotted by Dave Anderson ok sthen@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/09 04:37:04 Modified files: sys/kern : vfs_lookup.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_serv.c nfs_subs.c sys/sys : namei.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Rename lookup/relookup to vfs_lookup/vfs_relookup. OK oga@, beck@, matthew@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 04:38:10 Log message: import luadoc 3.0.1 LuaDoc is a documentation generator tool for Lua source code. It parses the declarations and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20100909 N ports/devel/luadoc/distinfo N ports/devel/luadoc/Makefile N ports/devel/luadoc/pkg/DESCR N ports/devel/luadoc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 04:39:57 Modified files: devel/luaposix : Makefile Log message: - better REGRESS_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 04:40:18 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/09 04:45:45 Modified files: usr.bin/ssh : kex.c kex.h kexecdh.c key.c key.h monitor.c ssh-ecdsa.c Log message: ECDH/ECDSA compliance fix: these methods vary the hash function they use (SHA256/384/512) depending on the length of the curve in use. The previous code incorrectly used SHA256 in all cases. This fix will cause authentication failure when using 384 or 521-bit curve keys if one peer hasn't been upgraded and the other has. (256-bit curve keys work ok). In particular you may need to specify HostkeyAlgorithms when connecting to a server that has not been upgraded from an upgraded client. ok naddy@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/09 04:55:52 Modified files: sys/arch/mips64/mips64: cpu.c Log message: Fix compile error on option DEBUG ok miod@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/09 04:59:02 Modified files: sys/arch/mips64/mips64: cpu.c sys/arch/sgi/include: cpu.h sys/arch/sgi/sgi: ip30_machdep.c Log message: Move cache settings into hw_cpu_init_secondary() ok miod@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/09 05:24:45 Modified files: . : index.html translation.html faq/pf : index.html faq : index.html opencvs : index.html openntpd : index.html openbgpd : index.html Log message: Remove links to outdated translations. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/09 05:31:40 Modified files: sys/ntfs : ntfs_subr.c usr.sbin/httpd/src/modules/standard: mod_rewrite.c usr.bin/xlint/lint1: init.c Log message: nessesary -> necessary. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/09 07:06:46 Modified files: sbin/iked : iked.h ikev2.c parse.y Log message: - allow esp proposals without integrity and ah proposals without encryption; - add additional nonce length field, use that for the ciphers that require additional keying material; - setup right flow direction depending on the mode: fixes up iked working as an initiator against charon. tested by me and jsg. ok reyk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/09 07:39:01 Modified files: x11/lxrandr : Makefile distinfo x11/lxrandr/pkg: PLIST Added files: x11/lxrandr/patches: patch-data_lxrandr_desktop_in Removed files: x11/lxrandr/patches: patch-src_lxrandr_c Log message: Overdue update to lxrandr-0.1.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 09:06:43 Modified files: infrastructure/mk: bsd.port.mk Log message: have clean=all zap builddir too. req'd by antoine CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2010/09/09 09:27:43 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo Log message: Trivial version update to add the 4.8 song now that it's up on the public web site. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 11:32:36 Modified files: lang/lua : lua.port.mk Log message: - automatically set PKG_ARCH=* when SHARED_ONLY is not set ok sthen@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2010/09/09 11:32:44 Modified files: . : Makefile.cross Log message: Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 11:34:14 Modified files: devel/coxpcall : Makefile graphics/luagd : Makefile net/yt : Makefile Log message: - bump after recent lua.port.mk change pointed out by sthen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/09 11:34:37 Modified files: share/man/man5 : port-modules.5 Log message: - sync lua.port.mk blurb ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 11:43:10 Modified files: editors/emacs22/patches: patch-configure_in Log message: - regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 11:58:06 Modified files: devel/luacopas : Makefile devel/luadoc : Makefile devel/luastdlib: Makefile Log message: - remove redundant PKG_ARCH CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/09 13:06:15 Modified files: sys/arch/loongson/dev: apm.c kb3310.c Log message: Sync suspend logic with current practice, and try to handle failure consistently; discussed with pirofti and deraadt. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:14:23 Added files: editors/emacs22/patches: patch-src_m_alpha_h patch-src_unexelf_c Log message: - fix build on alpha ok eric@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/09 13:16:50 Modified files: gnu/gcc/gcc/config/sh: lib1funcs.asm sh-protos.h sh.c sh.h gnu/usr.bin/cc : Makefile.tgt gnu/usr.bin/cc/cc_tools: Makefile gnu/usr.bin/cc/libgcc: Makefile Added files: gnu/gcc/gcc/config/sh: openbsd.h Log message: let gcc4 build on landisk initial diff from jasper, finished by me with help from miod ok jasper@ miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:17:06 Modified files: infrastructure/man/man1: check-conflicts.1 check-lib-depends.1 pkg_subst.1 register-plist.1 resolve-lib.1 Log message: - various minor style nits - start explanation of options with a capital letter for consistency with other man pages. - sprinkle some more .Xr where needed - slight rewording in some places feedback and ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:22:50 Modified files: textproc/p5-XML-Twig: Makefile distinfo textproc/p5-XML-Twig/patches: patch-Makefile_PL Log message: - update p5-XML-Twig to 3.35 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:24:50 Modified files: textproc/p5-XML-Writer: Makefile distinfo Log message: - update p5-XML-Writer to 0.612 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:26:56 Modified files: textproc/p5-XML-NamespaceSupport: Makefile distinfo Log message: - update p5-XML-Namespacesupport to 1.11 - remove configure argument taken care of by cpan.port.mk nowadays CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:29:02 Modified files: textproc/p5-String-ShellQuote: Makefile distinfo Log message: - update p5-String-ShellQuote to 1.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:32:25 Modified files: textproc/p5-Pod-POM: Makefile distinfo textproc/p5-Pod-POM/pkg: PLIST Log message: - update p5-Pod-POM to 0.27 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 13:35:41 Modified files: security/p5-Digest-SHA1: Makefile distinfo Log message: - update p5-Digest-SHA1 to 2.13 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2010/09/09 13:46:39 Modified files: . : Makefile.cross Log message: Sigh, check in the actual diff, not a backout of th previous change. Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 14:31:08 Modified files: devel/p5-Graph : Makefile distinfo Log message: - update p5-Graph to 0.94 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 14:41:19 Modified files: audio/p5-cddb : Makefile distinfo Log message: - update p5-CDDB to 1.220 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 14:48:25 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: - update p5-Config-IniFiles to 2.58 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 15:04:56 Log message: import p5-Tie-Hash-MultiValue 1.02 Tie::Hash::MultiValue allows you to have hashes which store their values in anonymous arrays, appending any new value to the already-existing ones. Status: Vendor Tag: jasper Release Tags: jasper_20100909 N ports/devel/p5-Tie-Hash-MultiValue/Makefile N ports/devel/p5-Tie-Hash-MultiValue/distinfo N ports/devel/p5-Tie-Hash-MultiValue/pkg/PLIST N ports/devel/p5-Tie-Hash-MultiValue/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/09 15:06:42 Modified files: devel : Makefile Log message: - sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/09 16:29:29 Modified files: editors/vim : Makefile distinfo editors/vim/files: pf.vim editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_c_vim patch-runtime_syntax_make_vim patch-src_auto_configure patch-src_vim_h editors/vim/pkg: PLIST-main Log message: update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/09 16:50:47 Modified files: share/mk : bsd.man.mk lib/libssl/man : Makefile Log message: Use mandoc instead of groff to build PostScript manuals; note that these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/09 16:51:49 Log message: gnu libbfd, for apps that need things from BFD that aren't provided by the system. ok marco Status: Vendor Tag: ckuethe Release Tags: ckuethe_20100909 N ports/devel/libbfd/Makefile N ports/devel/libbfd/distinfo N ports/devel/libbfd/pkg/PLIST N ports/devel/libbfd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/09 16:52:53 Modified files: devel : Makefile Log message: add libbfd CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2010/09/09 18:01:18 Modified files: telephony/asterisk-openbsd-moh/pkg: PLIST Log message: Both 4.8 and 4.7 updates failed to update the PLIST CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2010/09/09 18:13:33 Modified files: telephony/asterisk-openbsd-moh: Makefile Log message: Bump pkg, requested by sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/09 19:04:10 Modified files: usr.bin/ssh : ssh-ecdsa.c Log message: fix ident CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/09 19:08:39 Modified files: faq : faq1.html Log message: screwups from the 4.6->4.7 update. Found while working on 4.7->4.8. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/09 19:11:46 Modified files: sys/dev/ic : mpireg.h Log message: #defines for the bits inside the flags field in mpi_cfg_fc_port_pg1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/09 22:46:24 Modified files: sys/scsi : sd.c Log message: scsi_xsh_del the io handler in deactivate to prevent it from being run on a device thats now gone, or from being on the list of pending io when the device is actually detached. found and fix tested by jakemsr@ "go for it" jakemsr@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/09 22:52:05 Modified files: sys/dev/pci : emuxki.c Log message: the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h. the AUOPEN_ macros from sys/dev/audiovar.h are for something else. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/10 01:00:56 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: implement handling of rescan events on fc controllers. allows "hotplug" of fc devices. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 01:16:05 Modified files: x11/gnome/genius: Makefile distinfo x11/gnome/genius/patches: patch-src_gnome-genius_desktop Log message: Minor update to genius-1.0.11. Still broken. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 01:38:29 Log message: import p5-Hash-AutoHash 1.12 This is yet another module that lets you access or change the elements of a hash using methods with the same name as the element's key. It follows in the footsteps of Hash::AsObject, Hash::Inflator, Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The main difference between this module and its forebears is that it supports tied hashes, in addition to regular hashes. This allows a modular division of labor: this class is generic and treats all hashes the same; any special semantics come from the tied hash. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20100910 N ports/devel/p5-Hash-AutoHash/Makefile N ports/devel/p5-Hash-AutoHash/distinfo N ports/devel/p5-Hash-AutoHash/pkg/DESCR N ports/devel/p5-Hash-AutoHash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 01:39:17 Modified files: devel : Makefile Log message: - sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/10 01:44:15 Modified files: share/man/man4 : envy.4 Log message: sort the hardware list; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/09/10 04:42:17 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile distinfo lang/php/5.2/pkg: PLIST-main Removed files: lang/php/5.2/patches: patch-ext_sybase_ct_config_m4 Log message: update this php port to 5.2.14 too CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 05:13:20 Log message: import when 1.1.21 When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic. It can keep track of things you need to do on particular dates. Its file format is a simple text file, which you can edit in your favorite editor. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20101009 N ports/productivity/when/distinfo N ports/productivity/when/Makefile N ports/productivity/when/pkg/DESCR N ports/productivity/when/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 05:14:17 Modified files: productivity : Makefile Log message: - sync CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2010/09/10 05:35:23 Modified files: . : 48.html Log message: add some new drivers CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 05:43:39 Modified files: faq/nl : faq6.html index.html faq/pf/nl : index.html nl : index.html items.html older.html orders.html translation.html openbgpd/nl : index.html opencvs/nl : index.html openntpd/nl : index.html Added files: openssh/ru : security.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2010/09/10 06:43:30 Modified files: . : 48.html Log message: more hardware improvements and correct OpenSSH version. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 07:32:47 Modified files: devel/p5-Hash-AutoHash: Makefile Log message: - tweak COMMENT CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 07:46:21 Modified files: biology/bioperl: Makefile Log message: - remove a .orig file after patches to prevent it from ending up in PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 07:47:08 Log message: import Hash-AutoHash-Args-1.12 This class simplifies the handling of keyword argument lists. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20101009 N ports/devel/p5-Hash-AutoHash-Args/Makefile N ports/devel/p5-Hash-AutoHash-Args/distinfo N ports/devel/p5-Hash-AutoHash-Args/pkg/DESCR N ports/devel/p5-Hash-AutoHash-Args/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 07:47:47 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 07:48:31 Modified files: devel/p5-Class-AutoClass: Makefile distinfo devel/p5-Class-AutoClass/pkg: DESCR PLIST Log message: - update Class-AutoClass to 1.54 - tweak DESCR - set correct CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 07:49:59 Log message: Import system-tools-backends-2.10.1 The System Tools Backends (s-t-b for short) are a set of cross-platform modules for Unix systems. The backends provide a common DBus interface to all platforms to modify or read the system configuration in a system independent fashion. Historically, access to system configuration has <...> This is a WIP, hence not hooked to the build. DO NOT try this at home or you will harm yourself, you have been warned. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100910 N ports/sysutils/system-tools-backends/Makefile N ports/sysutils/system-tools-backends/distinfo N ports/sysutils/system-tools-backends/pkg/DESCR N ports/sysutils/system-tools-backends/pkg/PLIST N ports/sysutils/system-tools-backends/patches/patch-Utils_Platform_pm N ports/sysutils/system-tools-backends/patches/patch-Time_TimeDate_pm N ports/sysutils/system-tools-backends/patches/patch-Users_Users_pm N ports/sysutils/system-tools-backends/patches/patch-Network_Ifaces_pm N ports/sysutils/system-tools-backends/patches/patch-Time_NTP_pm N ports/sysutils/system-tools-backends/patches/patch-Network_Hosts_pm N ports/sysutils/system-tools-backends/patches/patch-Shares_SMB_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 07:50:41 Log message: Import liboobs-2.30.1 Liboobs is a wrapping library to the System Tools Backends, it will provide easy to access GObjects to system configuration details, like users, groups and network interfaces, it will handle sessions with the backend and data consistency too. This is a WIP, hence not hooked to the build. DO NOT try this at home or you will harm yourself, you have been warned. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100910 N ports/devel/liboobs/Makefile N ports/devel/liboobs/distinfo N ports/devel/liboobs/pkg/DESCR N ports/devel/liboobs/pkg/PLIST N ports/devel/liboobs/pkg/PFRAG.shared N ports/devel/liboobs/patches/patch-oobs_oobs-user_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/10 07:51:10 Modified files: devel/luadoc : Makefile devel/luadoc/pkg: PLIST Log message: Unbreak this port, add a runtime dependency on devel/luafs. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 07:51:13 Log message: Import gnome-system-tools-2.30.2 These tools are intended to simplify the tasks of configuring a Unix system for workstations. They are not intended for configuring Unix servers. <...> This is a WIP, hence not hooked to the build. DO NOT try this at home or you will harm yourself, you have been warned. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100910 N ports/x11/gnome/system-tools/distinfo N ports/x11/gnome/system-tools/Makefile N ports/x11/gnome/system-tools/pkg/DESCR N ports/x11/gnome/system-tools/pkg/PLIST N ports/x11/gnome/system-tools/pkg/PFRAG.shared N ports/x11/gnome/system-tools/patches/patch-src_users_user-settings_c N ports/x11/gnome/system-tools/patches/patch-src_shares_share-settings_c N ports/x11/gnome/system-tools/patches/patch-src_shares_shares-tool_c N ports/x11/gnome/system-tools/patches/patch-interfaces_time_ui N ports/x11/gnome/system-tools/patches/patch-src_users_user-profiles_conf_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 07:55:06 Modified files: x11/gnome/nautilus: Makefile Log message: Add one more port to the reminder list. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 08:12:00 Modified files: devel/fossil : Makefile distinfo Log message: - update fossil to 20100823222416 from james turner (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/10 08:48:55 Modified files: x11/gnome/system-tools/patches: patch-interfaces_time_ui patch-src_users_user-profiles_conf_in Added files: x11/gnome/system-tools/patches: patch-src_time_main_c patch-src_time_time-tool_c Log message: Do not display NTP configuration/synchronisation for now, it requires "services" support. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/10 09:11:23 Modified files: sys/dev/pci : azalia_codec.c azalia.h Log message: if the speaker is muted because headphones are plugged in, don't unmute the speaker when the master volume control is unmuted CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 09:14:58 Modified files: productivity/when: Makefile distinfo Log message: - better distfile CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2010/09/10 09:19:29 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: * mention ECDSA in more places * less repetition in FILES section * SSHv1 keys are still encrypted with 3DES help and ok jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/10 10:20:11 Modified files: gnu/gcc/gcc/config/mips: mips.h openbsd.h gnu/usr.bin/cc : Makefile.tgt gnu/usr.bin/cc/cc_tools: Makefile gnu/usr.bin/cc/libgcc: Makefile Log message: Add infrastructure to build GCC 4.2.1 for OpenBSD/mips64. Only tested on loongson (mips64el). ok miod@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2010/09/10 10:34:09 Modified files: sys/conf : files sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c cd9660_vnops.c sys/isofs/udf : udf_extern.h udf_vfsops.c udf_vnops.c sys/kern : Makefile vfs_conf.c vfs_init.c vfs_subr.c vfs_sync.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c sys/miscfs/specfs: spec_vnops.c specdev.h sys/msdosfs : msdosfs_denode.c msdosfs_vnops.c sys/nfs : nfs_node.c nfs_subs.c nfs_vnops.c sys/nnpfs : nnpfs_node-bsd.c nnpfs_vfsops-openbsd.c nnpfs_vnodeops-bsd.c sys/ntfs : ntfs.h ntfs_vfsops.c ntfs_vnops.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c sys/ufs/ffs : ffs_extern.h ffs_vfsops.c ffs_vnops.c sys/ufs/mfs : mfs_extern.h mfs_vfsops.c mfs_vnops.c sys/ufs/ufs : ufs_extern.h ufs_vnops.c sys/uvm : uvm_swap.c Log message: Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) have been resolved. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/10 11:03:31 Modified files: productivity/when: Makefile Log message: - argh, shuffling tarballs and distfiles is no fun..as pntd out by kili. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/10 12:10:00 Modified files: lang/ghc : Makefile distinfo Log message: New bootstrapping tarballs after ncurses update. Adjust WANTLIB and bump. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/10 12:38:20 Modified files: lib/libc/locale: iswalnum.3 mbsrtowcs.3 mbstowcs.3 towlower.3 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 lib/libc/stdio : fgetws.3 fputws.3 getwc.3 putwc.3 ungetwc.3 lib/libc/string: wcstok.3 wmemchr.3 lib/libedit : editline.3 Log message: observe the following spelling: - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/10 15:21:15 Modified files: usr.sbin/ldapd : ldapd.conf.5 Log message: RFC2247 -> RFC 2247; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/10 15:37:03 Modified files: sys/arch/amd64/pci: iommu.c Log message: Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem. tested by naddy@, ok dlg@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2010/09/10 16:26:21 Modified files: . : 48.html Log message: Mention autoconfprivacy and UTF-8 locale. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/09/10 16:39:13 Modified files: www/cherokee : Makefile distinfo www/cherokee/pkg: PLIST-main Added files: www/cherokee/patches: patch-admin_wizards_php_py Log message: Update to 1.0.8 and search for php-fastcgi in the correct place so that the admin interface can find it and use it. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/10 16:57:52 Modified files: devel/sdlmm : Makefile Log message: MODULES added bogus dependencies in -docs; from Brad CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/11 00:23:36 Modified files: cs : donations.html index.html faq/cs : faq1.html index.html faq/nl : faq1.html faq/pf/cs : index.html openbgpd/cs : index.html opencvs/cs : index.html openntpd/cs : index.html pt : cvsup.html donations.html index.html plus.html translation.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/11 01:00:52 Modified files: textproc/meld : Makefile distinfo textproc/meld/pkg: PLIST Log message: Update to meld-1.3.3. Move to gnome module. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2010/09/11 01:26:00 Modified files: usr.bin/cvs : rcs.c usr.bin/rcs : rcs.c Log message: Fixed typo. ok ray, zinovik CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/11 02:07:09 Modified files: mail/mail-notification: Makefile mail/mail-notification/patches: patch-jbsrc_jb_c Added files: mail/mail-notification/patches: patch-build_src_mn-base-mbox-mailbox-backend_c patch-build_src_mn-mozilla-mailbox-backend_c patch-src_mn-message-mime_c Log message: Use GMime 2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/11 03:09:13 Modified files: mail/mail-notification: Makefile x11/pinot : Makefile x11/gnome/totem-pl-parser: Makefile Log message: Explicitely set the gmime version. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/11 05:13:20 Modified files: libexec/ld.so/mips64: rtld_machine.c Log message: Fix lazy binding issue by making sure the second argument to _dl_find_symbol() always points to a pointer that is initialized to NULL. Consistently use NULL instead of mixing NULL and 0 to make the pattern more obvious. Fixes nm(1) crashes that happen when you pass it multiple object files on the command line. ok miod@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/11 05:29:50 Modified files: sys/arch/mips64/include: asm.h cpu.h sys/arch/mips64/mips64: cp0access.S sys/arch/sgi/include: asm.h cpu.h sys/arch/sgi/sgi: locore.S Log message: move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/11 05:52:39 Modified files: gnu/usr.bin/cc/libgcc: Makefile Log message: Make sure we build all the required integer-to-float and float-to-integer functions that are needed on mips64. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/11 07:03:46 Modified files: www/varnish : Makefile distinfo www/varnish/patches: patch-bin_varnishd_mgt_param_c patch-bin_varnishd_mgt_pool_c patch-configure www/varnish/pkg: MESSAGE PFRAG.shared PLIST Log message: update to 2.1.3 inspired by patch from Marius ROMAN , modifications by me with input from ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2010/09/11 09:13:10 Modified files: . : 48.html Log message: X.Org base version is 7.5. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/11 09:13:17 Modified files: gnu/gcc/gcc/config: openbsd.h Log message: Setup sane INCLUDE_DEFAULTS when cross compiling. ok drahn@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/11 09:39:55 Modified files: usr.bin/tmux : window-copy.c Log message: When resizing the copy mode screen, don't allow it to end up with the viewable position beyond the size of the history. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/11 09:43:11 Modified files: usr.bin/tmux : tty-term.c Log message: Ignore terminal overrides settings without a value. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/11 10:19:22 Modified files: usr.bin/tmux : Makefile screen-redraw.c tmux.h tty-term.c tty.c Added files: usr.bin/tmux : tty-acs.c Log message: Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid terminals (I'm looking at you, putty) which disable the vt100 ACS mode switching sequences in UTF-8 mode. Also on terminals without ACS at all, use ASCII equivalents where obvious. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/11 10:20:58 Modified files: usr.bin/tmux : tty.c Log message: Ugh. Pass the right type into tty_term_has. Teaches me to make last minute changes :-/. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/11 12:44:10 Log message: This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. (this library is a requirement for the next darcs release) Status: Vendor Tag: kili Release Tags: kili_20100911 N ports/devel/hs-tar/Makefile N ports/devel/hs-tar/distinfo N ports/devel/hs-tar/pkg/PLIST N ports/devel/hs-tar/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/11 12:49:27 Log message: This package provides the Data.Text library, a library for the space- and time-efficient manipulation of Unicode text in Haskell. (requirement for darcs-2.5) Status: Vendor Tag: kili Release Tags: kili_20100911 N ports/devel/hs-text/Makefile N ports/devel/hs-text/distinfo N ports/devel/hs-text/pkg/PLIST N ports/devel/hs-text/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/11 14:43:32 Modified files: lib/libcurses : curses.3tbl Log message: remove a duplicate line; thomas dickey has confirmed this issue is not present in upstream sources, so it must be a local bug; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/11 14:54:22 Modified files: bin/test : test.1 Log message: fix markup: (expression) -> ( expression ) confirmed by and ok sobrado fix comes from jilles@freebsd, -r1.30 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/11 15:01:12 Modified files: lib/libcurses : curses.3tbl Log message: there's a missing full stop here too, which seems to be because of another local variation; CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/11 15:44:20 Modified files: usr.bin/ssh : ssh.1 Log message: mention RFC 5656 for ECC stuff CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/11 16:40:10 Modified files: sys/scsi : cd.c sd.c sdvar.h Log message: Be more ruthlessly consistent in variable names for blk/block == 512 == DEV_BSIZE units and variable-sized physical device 'sectors'. I hope this reduces confusion a bit more. No change to .o files. ok for intent miod@, with tweak. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/11 19:54:48 Modified files: sys/scsi : cd.c Log message: Make cd the same as sd by calling the cd_parms member of the softc 'params' rather than 'sc_params'. No change to .o file. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:01:17 Modified files: sys/dev : audio.c audiovar.h Log message: DVACT_{QUIESCE,RESUME} for audio(4) DVACT_QUIESCE: 1) waits until ringbuffer current position wraps back to the start of the buffer 2) stops playback and/or recording by way of the hardware drivers' "halt" audio_hw_if method 3) blocks userland access to audio device 4) saves the current state of the master mute, then mutes it DVACT_RESUME: 1) reprogram hardware stream parameters for playback or recording if they were active at DVACT_QUIESCE by way of hardware drivers' "set_params" audio_hw_if method 2) start playback or recording if they were active at DVACT_QUIESCE by way of hardware drivers' "trigger" or "start" audio_hw_if method 3) restores master mute state as it was at DVACT_QUIESCE 4) wakes up blocked userland processes accessing the hardware CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:03:35 Modified files: sys/dev/pci : auvia.c auviavar.h Log message: autoconf activate suspend/resume for auvia(4). uses new audio(4) DVACT_{QUIESCE,RESUME]. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:04:32 Modified files: sys/dev/pci : auich.c Log message: use audio(4) DVACT_{QUIESCE,RESUME} CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:05:41 Modified files: sys/dev/pci : cs4280.c Log message: use audio(4) DVACT_{QUIESCE,RESUME} CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/11 20:05:54 Modified files: sys/scsi : sdvar.h sd.c Log message: Garbage collect rot_rate from disk_parms. No longer in disk label so no need to calculate and save. Not used anywhere in tree. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:06:54 Modified files: sys/dev/pci : cmpci.c Log message: autoconf activate suspend/resume for cmpci(4). uses audio(4) DVACT_{QUIESCE,RESUME}. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:10:53 Modified files: sys/dev/pci : emuxki.c Log message: autoconf activate suspend/resume for emu(4). uses audio(4) DVACT_{QUIESCE,RESUME}. not 100% right yet. after resume, interrupts, DMA, and the mixer appear to be working, but no sound is produced. cookie for whoever finds the problem. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 20:35:10 Modified files: sys/dev/pci : azalia.c Log message: use audio(4) DVACT_{QUIESCE,RESUME} CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/11 21:17:34 Modified files: sys/dev/pci : auich.c auvia.c azalia.c cmpci.c cs4280.c emuxki.c Log message: silly me. use the switch() variable, not the case value. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/12 03:32:58 Modified files: databases/freetds: Makefile distinfo databases/freetds/patches: patch-Makefile_in patch-configure patch-odbc_unittests_Makefile_in patch-src_ctlib_unittests_Makefile_in patch-src_dblib_unittests_Makefile_in patch-src_pool_Makefile_in patch-src_tds_unittests_Makefile_in databases/freetds/pkg: PLIST Log message: update FreeTDS to a newer post-0.82 patchset; thanks to Ryan Boggs for testing. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/12 04:39:50 Modified files: sys/dev/pci : if_msk.c Log message: Add some missing bus_dmamap_sync(). Fix a small whitespace problem while I'm there. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 05:22:20 Modified files: devel/alex : Makefile distinfo Log message: Update to alex-2.3.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 05:35:17 Modified files: devel/happy : Makefile distinfo Log message: Update to happy-1.18.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 05:47:14 Modified files: devel/cabal-install: Makefile distinfo Log message: Update to cabal-install-0.8.2. Remove VMEM_WARNING, the port build fine with default limits. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/12 05:47:22 Log message: Import ibus-skk, a japanese skk input engine for ibus. From Takahashi Tamotsu with a few tweaks by me. ajacoutot@ ok. Status: Vendor Tag: fgsch Release Tags: fgsch_20100912 N ports/inputmethods/ibus-skk/Makefile N ports/inputmethods/ibus-skk/distinfo N ports/inputmethods/ibus-skk/pkg/PLIST N ports/inputmethods/ibus-skk/pkg/DESCR N ports/inputmethods/ibus-skk/patches/patch-setup_ibus-setup-skk_in N ports/inputmethods/ibus-skk/patches/patch-engine_ibus-engine-skk_in N ports/inputmethods/ibus-skk/patches/patch-setup_main_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/12 05:50:14 Log message: Import ibus-anthy, a japanese input engine for ibus. input and ok ajacoutot@. Status: Vendor Tag: fgsch Release Tags: fgsch_20100912 N ports/inputmethods/ibus-anthy/Makefile N ports/inputmethods/ibus-anthy/distinfo N ports/inputmethods/ibus-anthy/pkg/DESCR N ports/inputmethods/ibus-anthy/pkg/PLIST N ports/inputmethods/ibus-anthy/patches/patch-engine_Makefile_in N ports/inputmethods/ibus-anthy/patches/patch-engine_ibus-engine-anthy_in N ports/inputmethods/ibus-anthy/patches/patch-setup_ibus-setup-anthy_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/12 05:53:28 Modified files: inputmethods : Makefile Log message: Enter ibus-anthy and ibus-skk CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 05:54:40 Modified files: devel/hs-QuickCheck: Makefile distinfo Log message: Update to QuickCheck-2.1.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:01:08 Modified files: www/hs-cgi : Makefile distinfo Log message: Update to cgi-3001.1.7.3. Fix HOMEPAGE (which was completely wrong, pointing to the parsec homepage). CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/12 06:05:37 Modified files: sys/arch/mips64/mips64: tlbhandler.S Log message: Avoid machine-check exception on OCTEON. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:05:44 Modified files: devel/hs-fgl : Makefile distinfo Log message: Update to fgl-5.4.2.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:11:01 Modified files: devel/hs-regex-base: Makefile distinfo Log message: Update to regex-base-0.93.2. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/12 06:11:36 Modified files: share/man/man3 : intro.3 Log message: document the curses wide libraries, with help from nicm; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/12 06:13:51 Modified files: lib/csu/mips64 : crt0.c Log message: Since the stack layout changes from gcc3 to gcc4, change the inline asm to deal with this. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:15:37 Modified files: devel/hs-regex-posix: Makefile distinfo Log message: Update to regex-posix-0.94.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:17:15 Modified files: devel/hs-regex-compat: Makefile distinfo Log message: Update to regex-compat-0.93.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 06:19:42 Modified files: devel/hs-stm : Makefile distinfo Log message: Update to stm-2.1.2.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2010/09/12 06:27:06 Modified files: sys/arch/mips64/include: arcbios.h Log message: Use __dead instead of volatile to mark functions that don't return. Makes it possible to compile sgi kernels with gcc4. ok miod@ (who pointed out what volatile was used for in this case) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/12 10:36:21 Modified files: sbin/pfctl : pfctl.8 Log message: spacing fix; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/12 10:49:10 Modified files: archivers/libtar: Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile astro/xephem : Makefile audio/xmcd : Makefile audio/shell-fm : Makefile audio/pianobar : Makefile cad/klogic : Makefile comms/xdx : Makefile converters/pflogx: Makefile devel/jdk/1.7 : Makefile devel/liboop : Makefile devel/dtc : Makefile devel/pyrex : Makefile editors/nedit : Makefile education/dvorak7min: Makefile emulators/BasiliskII: Makefile games/sudoku : Makefile games/quake2 : Makefile graphics/libcaca: Makefile graphics/fyre : Makefile misc/deco : Makefile multimedia/oggconvert: Makefile net/irssi-icb : Makefile news/nn : Makefile productivity/xinvest: Makefile productivity/xquote: Makefile productivity/when: Makefile sysutils/wmmon : Makefile sysutils/wmcb : Makefile textproc/iso12083: Makefile textproc/discount: Makefile textproc/wdiff : Makefile www/opera-flashplugin: Makefile www/wwwoffle : Makefile x11/openmotif : Makefile x11/osd_clock : Makefile x11/e17 : Makefile.inc x11/xtu : Makefile x11/freefarsi-ttf: Makefile x11/inconsolata-font: Makefile x11/spranq-ecofont-ttf: Makefile Log message: - move distfiles/ to a proper mirroring location. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 11:09:01 Modified files: devel/hs-tar : Makefile Log message: List `devel' before `archivers' in CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/12 11:09:21 Modified files: devel : Makefile Log message: Hook hs-tar and hs-text. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/12 11:55:30 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-media_liboggz_include_oggz_oggz_off_t_generated_h patch-toolkit_library_Makefile_in www/mozilla-firefox/pkg: PLIST Log message: Update firefox35 port to 3.5.12, fixing a whole bunch of MFSA (2010-49->63) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/12 11:56:29 Modified files: www/firefox35 : Makefile distinfo www/firefox35/patches: patch-media_liboggz_include_oggz_oggz_off_t_generated_h patch-toolkit_library_Makefile_in Log message: Update firefox35 port to 3.5.12, fixing a whole bunch of MFSA (2010-49->63) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/12 11:58:51 Modified files: devel/xulrunner: Makefile.inc devel/xulrunner/1.8: Makefile devel/xulrunner/1.9: Makefile distinfo devel/xulrunner/1.9/pkg: PLIST-devel PLIST-main Log message: Chase mozilla-firefox update and bump xulrunner to 1.9.2.9. Switch to use internal sqlite as now mozilla needs SQLITE_SECURE_DELETE set, and there's no way we're going to do that with systemwide sqlite. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/12 11:59:32 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-mozilla_media_liboggz_include_oggz_oggz_off_t_generated_h Log message: Update seamonkey to 2.0.7, fixing a bunch of MFSA (2010-49->63) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/12 12:30:19 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: db_machdep.c trap.c Log message: Stricter types in MipsEmulateBranch(), and related cleanups. No functional change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/12 12:47:09 Modified files: devel/pyrex : Makefile Log message: - this builds fine w/o gmake, so remove the comment CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/12 13:02:53 Modified files: devel/avr : Makefile.inc Log message: - complete CATEGORIES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/12 13:54:48 Modified files: cad/xnecview : Makefile Log message: why set USE_GMAKE when CONFIGURE_STYLE is imake? builds fine w/o gmake.. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/12 14:12:27 Modified files: share/man/man4 : acpi.4 Log message: missing section number for acpisony(4); from Rafael Ferreira Neves CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/09/12 14:16:30 Modified files: bin/ls : ls.c print.c Log message: remove trailing spaces and tabs from source code; no binary change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/12 14:23:52 ports/x11/gnome/krb5-auth-dialog/files Update of /cvs/ports/x11/gnome/krb5-auth-dialog/files In directory cvs.openbsd.org:/tmp/cvs-serv15510/files Log Message: Directory /cvs/ports/x11/gnome/krb5-auth-dialog/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/12 14:29:24 Modified files: x11/gnome/krb5-auth-dialog: Makefile distinfo x11/gnome/krb5-auth-dialog/pkg: PFRAG.shared PLIST Added files: x11/gnome/krb5-auth-dialog/files: krb5-config Log message: Update to krb5-auth-dialog-0.17. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/12 14:43:18 Modified files: textproc/boust : Makefile textproc/zathura: Makefile Log message: - missing USE_X11: CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:27:52 Modified files: sys/dev/usb : uvideo.c sys/sys : videoio.h Log message: anonymous unions aren't standard C and don't work with gcc2. name the anonymous unions "un". delete some obsolete mpeg/jpeg compression methods that have never been supported, and will not need to be supported. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:31:05 Modified files: graphics/luvcview: Makefile Added files: graphics/luvcview/patches: patch-v4l2uvc_c Log message: * no more anonymous unions in video(4) * REVISION, new style WANTLIB/LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:33:57 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile Added files: multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_v4l2_gstv4l2object_c Log message: * no more anonymous unions in video(4) * bump REVISION-main CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:35:01 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-modules_access_v4l2_c Log message: * no more anonymous unions in video(4) * bump REVISION-main CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:38:17 ports/x11/video/patches Update of /cvs/ports/x11/video/patches In directory cvs.openbsd.org:/tmp/cvs-serv13953/patches Log Message: Directory /cvs/ports/x11/video/patches added to the repository CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/12 16:38:31 Modified files: usr.sbin/smtpd : lka.c Log message: oga@ spotted a bug in lka_expand() which caused it to miscalculate the length of its expand buffer. this commit introduces a new lka_expand() that has been simplified, that fixes the bug and that is more robust. callers of lka_expand() can now determine that it has failed and throw the recipient at session time. lka_expand() rewrite by oga@, changes around it by me, tested on a few different setups but no feedback from tech@ so ... let me know if it's breaking something for you CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/12 16:41:45 Modified files: x11/video : Makefile Added files: x11/video/patches: patch-video_c Log message: * no more anonymous unions in video(4) * no need to exclude GCC2_ARCHS * bump REVISION * minor nits CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/12 18:56:55 Modified files: sys/scsi : scsi_disk.h Log message: i got the order of the bits in the cache page back to front. how embarrsssment. discovered by okan@ CVSROOT: /cvs Module name: xenocara Changes by: jakemsr@cvs.openbsd.org 2010/09/12 19:35:50 Modified files: app/video : video.c Log message: no more anonymous unions in video(4) CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2010/09/12 22:46:13 Modified files: chinese/bg5pdf : Makefile chinese/bg5pdf/pkg: PLIST Log message: PYTHON_VER -> MODPY_VERSION; from fgsch@, thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/12 23:28:29 Modified files: sys/dev/ic : mpireg.h Log message: sas io unit page 0 and 1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 00:53:21 Modified files: sys/dev/ic : mpi.c Log message: im not convinced we only have one outstanding event to ack at a time. this steals^Wleverages the code used in mpii for handling a list of events to acknowlede. tested by hotplugging sas disks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 00:53:43 Modified files: sys/dev/ic : mpivar.h Log message: im not convinced we only have one outstanding event to ack at a time. this steals^Wleverages the code used in mpii for handling a list of events to acknowlede. tested by hotplugging sas disks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 01:10:24 Modified files: cad/pcb : Makefile cad/pcb/patches: patch-icon-theme-installer Log message: - actually fix this patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 01:10:47 Modified files: cad/gerbv : Makefile cad/gerbv/patches: patch-icon-theme-installer Log message: - fix the patch here too CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 01:11:47 Modified files: sys/dev/ic : mpi.c Log message: dont reuse the event notifications ccbs id for the acknowledgement. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/13 01:24:24 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-src_imlib_c graphics/feh/pkg: PLIST Removed files: graphics/feh/patches: patch-src_keyevents_c Log message: Update to feh-1.9 OK sthen@, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 01:24:31 Modified files: x11/awn : Makefile Removed files: x11/awn/patches: patch-po_Makefile_in_in Log message: - remove unneeded patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/13 01:35:08 Modified files: devel/libslang : Makefile distinfo Added files: devel/libslang/patches: patch-src_slsignal_c Log message: update S-Lang to 2.2.2; from Frank Denis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/13 01:36:01 Modified files: editors/jed : Makefile distinfo editors/jed/patches: patch-src_Makefile_in editors/jed/pkg: PLIST Added files: editors/jed/patches: patch-src_unix_c Log message: update Jed to 0.99.19 + a couple of patches from upstream; from Frank Denis move to new-style WANTLIB/LIB_DEPENDS, from me CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/13 01:41:39 Modified files: graphics/feh : Makefile Log message: Forgot to switch to new-style WANTLIB/LIB_DEPENDS in previous commit... Shame on me CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 01:48:12 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: if a busy sas device is unplugged, the pending io on that device will never complete. when we get a detach event from the firmware, we currently deactivate the device and then request the scsi midlayer attempt to detach the device. this diff now deactivates the device and then resets the target, forcing the ioc to complete the pending operations. once the reset has completed we then request a detach of the kernel device. this lets me hotplug busy sas disks without leaking scsi_xfers or bufs or anything. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/13 02:53:06 Modified files: sys/net : if_spppsubr.c Log message: Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based devices is a bad idea. The problem is that the default route per se works but PMTU is unable to clone host routes because the gateway is unreachable. Fix sppp(4) so that it walks the routing table and fixes the gateways. This makes PMTU work again. Diff tested by weerd@ and markus@ (older version) for a long time. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/13 02:54:22 Modified files: sysutils/libstatgrab: Makefile Added files: sysutils/libstatgrab/patches: patch-configure Log message: Add a patch so that autohell correctly detects struct diskstats dc_rbytes member, fixing the build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 03:44:16 Modified files: x11/gnome/deskbar-applet: Makefile x11/gnome/deskbar-applet/pkg: PLIST Log message: Missing gtk-update-icon-cache goo which made the applet crashed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/13 03:59:32 Modified files: sys/netinet : ip_icmp.c ip_icmp.h Log message: Change icmp_reflect() so that it does not call icmp_send directly. This allows other users (like MPLS) use this function instead of rolling a own version. Implement icmp_do_exthdr() to attach an RFC 4884 extension header to an ICMP error produced by icmp_do_error(). "best to get it in." deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/13 04:02:49 Modified files: sys/netmpls : mpls_input.c Log message: First shot at ICMP error handling inside an MPLS path. Currently only TTL exceeded errors for IPv4 are handled. This makes traceroute through MPLS tunnels work (including RFC 4950 MPLS extension header). "best to get it in." deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/13 04:09:00 Modified files: usr.sbin/traceroute: traceroute.c Log message: Reduce the output of MPLS information without removing information. This gives a more compact output. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2010/09/13 04:10:09 Modified files: x11/xcursorgen : Makefile distinfo x11/xcursorgen/patches: patch-configure_ac Log message: Update to X.Org release 7.5 version of xcursorgen. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 05:04:31 Modified files: infrastructure/mk: bsd.port.mk Log message: basic support for READMEs, to be documented CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 05:31:42 Added files: infrastructure/man/man1: fetch-all.1 getpkgpath.1 link-checksums.1 portslogger.1 Log message: document fetch-all, getpkgpath, link-checksum, portslogger CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 05:32:39 Added files: net/wget/patches: patch-src_Makefile_in Log message: Fix linking order so this works on static arches too. hint from naddy@, thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 05:41:19 Modified files: devel/libidn : Makefile distinfo devel/libidn/patches: patch-libidn_pc_in devel/libidn/pkg: PLIST Log message: Major update to libidn-1.19. Tested by landry@ in a bulk, thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 05:43:39 Added files: infrastructure/man/man1: retrieve-index.1 Log message: document retrieve-index CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 05:46:22 Modified files: devel/libbfd : Makefile Log message: Lowercase COMMENT. Set GPL version #. maintainer timeout CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 05:47:08 Modified files: infrastructure/man/man1: portslogger.1 Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 05:59:37 Added files: infrastructure/man/man1: update-patches.1 Log message: document update-patches CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 06:24:33 Added files: infrastructure/man/man1: make-plist.1 Log message: document make-plist CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 06:53:04 Modified files: faq/pt : faq1.html faq6.html faq8.html index.html opencvs/pt : index.html pt : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 06:58:26 Modified files: . : index.html translation.html opencvs : index.html Log message: Link [pt] translation, thanks to Renato dos Santos for his work. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 07:26:49 Modified files: geo/tangogps : Makefile geo/tangogps/patches: patch-po_Makefile_in_in Log message: - remove unneeded chunk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 08:24:44 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Minor update to totem-pl-parser-2.30.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/13 08:38:05 Modified files: infrastructure/bin: check-lib-depends infrastructure/lib/OpenBSD: Recorder.pm Log message: saner: always go thru a DumpRecorder, and perform full save/retrieve from a dump recorder. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/13 08:54:46 Added files: lang/swi-prolog/patches: patch-packages_xpce_src_x11_include_h Log message: fix build with new libX11 Xdefs.h; ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 09:26:30 Modified files: mail/gmime24 : Makefile distinfo Log message: Minor update to gmime-2.4.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 10:23:47 Modified files: news/pan : Makefile distinfo news/pan/patches: patch-pan_gui_gui_cc news/pan/pkg : PLIST Added files: news/pan/patches: patch-pan_general_utf8-utils_cc patch-pan_gui_body-pane_cc patch-pan_gui_body-pane_h patch-pan_gui_pan_cc patch-pan_gui_post-ui_cc patch-pan_usenet-utils_message-check-test_cc patch-pan_usenet-utils_message-check_cc patch-pan_usenet-utils_mime-utils_cc patch-pan_usenet-utils_mime-utils_h Removed files: news/pan/patches: patch-pan_data-impl_my-tree_cc Log message: Update to pan-0.133. Change maintainer email while here. Patch to make it build and work with gmime24 (from BZ). tested by pea@ on amd64 and macppc and myself on i386. ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 10:27:00 Modified files: mail : Makefile Removed files: mail/gmime : Makefile distinfo mail/gmime/patches: patch-gmime_gmime-utils_h mail/gmime/pkg : DESCR PFRAG.shared PLIST Log message: Remove gmime-2.0, it's deprecated and unmaintained (and security issues are not taken care of anymore). Nothing uses it in tree anymore. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/13 10:41:16 Log message: Import net/spectrum: XMPP transport/gateway Spectrum is an XMPP transport/gateway. It allows XMPP users to communicate with their friends who are using one of the supported networks. It supports a wide range of different networks such as ICQ, XMPP (Jabber, GTalk), AIM, MSN, Facebook, Twitter, Gadu-Gadu, IRC and SIMPLE. Feedback and OK from jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20100913 N ports/net/spectrum/Makefile N ports/net/spectrum/distinfo N ports/net/spectrum/patches/patch-CMakeLists_txt N ports/net/spectrum/patches/patch-spectrum_cfg N ports/net/spectrum/patches/patch-spectrumctl_spectrum_env_py N ports/net/spectrum/patches/patch-spectrumctl_spectrum_spectrum_py N ports/net/spectrum/patches/patch-spectrumctl_spectrumctl_py N ports/net/spectrum/pkg/DESCR N ports/net/spectrum/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 10:48:11 Modified files: net/wget : Makefile Added files: net/wget/patches: patch-src_http_c patch-src_http_h patch-src_init_c patch-src_main_c patch-src_options_h patch-src_retr_c Log message: SECURITY FIX for CVE-2010-2252 By default, on server redirects, use the original URL to get the local file name. ok naddy@ additional testing by kevlo@, thanks. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/13 10:51:09 Modified files: net : Makefile infrastructure/db: user.list Log message: Add spectrum to the build, and add the user to the database CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/13 11:10:31 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-Makefile_in patch-tar_bsdtar_1 Removed files: archivers/libarchive/patches: patch-libarchive_archive_hash_h Log message: maintenance update to 2.8.4, no changes of note CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 11:15:57 Modified files: devel/libgdata : Makefile Removed files: devel/libgdata/patches: patch-po_Makefile_in_in Log message: - remove unneeded patch CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/13 11:17:06 Modified files: net/ejabberd : Makefile distinfo net/ejabberd/patches: patch-src_Makefile_in patch-src_ejabberdctl_template net/ejabberd/pkg: PLIST Log message: update from maintainer to latest ejabberd 2.1.5 OK, jasper@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/13 11:31:03 Modified files: databases/apache-couchdb: Makefile distinfo databases/apache-couchdb/patches: patch-Makefile_in databases/apache-couchdb/pkg: PFRAG.shared PLIST lang/erlang : Makefile distinfo lang/erlang/patches: patch-erts_emulator_Makefile_in patch-erts_emulator_obsolete_driver_h patch-erts_lib_src_Makefile_in patch-lib_compiler_src_v3_codegen_erl lang/erlang/pkg: PFRAG.shared PLIST Removed files: lang/erlang/patches: patch-Makefile_in patch-erts_emulator_zlib_Makefile_in patch-erts_etc_unix_Install_src Log message: Maintainer update of erlang to R13B04, and apache-couchdb to 0.11.0 OK landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 11:52:53 Modified files: graphics/inkscape: Makefile Removed files: graphics/inkscape/patches: patch-po_Makefile_in_in Log message: - remove unneeded patch - switch to new LIB_DEPENDS/REVISION CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/13 12:03:23 Modified files: games/xblast : Makefile Removed files: games/xblast/patches: patch-Makefile_in patch-po_Makefile_in_in Log message: - zap unneeded patches CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/13 12:45:58 Modified files: sbin/bioctl : bioctl.8 Log message: various tweaks, based on a diff from Chris Palmer; ok marco CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/13 13:02:49 Modified files: www/youtube-dl : Makefile Log message: mirror; bitbucket's dynamically-created tar.gz changed. ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/13 13:39:34 Modified files: infrastructure/db: user.list Log message: Reserve uid 655 for upcoming net/minbif port. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/13 13:44:40 Log message: Import minbif 1.0.3: Minbif aims to use the libpurple library from the Pidgin project to provide an IRC-friendly instant messaging client. It also maps everything to pure IRC commands, giving it an intuitive, natural feeling. Joining a conversation is a simple /join, banning an user is a real IRC ban, sending files by a simple DCC, etc. Comment out the full-bloat-video-audio flavor atm, until someone tests it.. with feedback and ok jasper@ Status: Vendor Tag: landry Release Tags: landry_20100913 N ports/net/minbif/distinfo N ports/net/minbif/Makefile N ports/net/minbif/patches/patch-CMakeLists_txt N ports/net/minbif/patches/patch-src_core_minbif_cpp N ports/net/minbif/patches/patch-src_core_util_cpp N ports/net/minbif/patches/patch-src_irc_irc_cpp N ports/net/minbif/patches/patch-src_sockwrap_sockwrap_h N ports/net/minbif/patches/patch-src_irc_dcc_cpp N ports/net/minbif/patches/patch-minbif_conf N ports/net/minbif/pkg/PLIST N ports/net/minbif/pkg/MESSAGE N ports/net/minbif/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/13 13:45:48 Modified files: net/minbif/pkg : PLIST Log message: _minbif uid/gid is 655, not 653. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/13 13:47:03 Modified files: net : Makefile Log message: +minbif CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 13:50:33 Modified files: net/minbif : Makefile net/minbif/pkg : MESSAGE Log message: Don't hardcode /etc, use SYSCONFDIR. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/13 14:10:11 Modified files: usr.bin/mandoc : mdoc_argv.c Log message: Prevent .Pp and .Lp from looping endlessly on punctuation. Fix for .Pp from kristaps@, i applied the same to .Lp. Bug reported by espie@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/13 14:12:16 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure_ac patch-m4_dvdnav_m4 patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_input_input_dvd_c patch-src_libspudec_spu_c patch-src_libspudec_spu_h patch-src_libspudec_xine_spu_decoder_c patch-src_xine-engine_audio_decoder_c patch-src_xine-engine_audio_out_c patch-src_xine-engine_video_decoder_c patch-src_xine-engine_video_out_c multimedia/xine-lib/pkg: PLIST Log message: update xine-lib to 1.1.19 and switch to new-style LIB_DEPENDS/WANTLIB from Brad, thanks landry@ for testing in bulk build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/13 14:35:51 Removed files: multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_libspudec_spu_c patch-src_libspudec_spu_h patch-src_libspudec_xine_spu_decoder_c patch-src_xine-engine_video_out_c Log message: remove 0-byte files, spotted by Brad CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/13 15:59:07 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cpu.c Log message: Added OCTEON in cpu type. ok miod@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/13 16:04:01 Modified files: usr.bin/mandoc : chars.c chars.in mandoc.c out.c roff.c Log message: Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively ignore embedded escapes and mathematical roff subexpressions. In roff copy mode, resolve "\\" to '\'. Allow ".xx\}" where xx is a macro to close roff conditional scope. Mandoc now handles the special character definitions in the pod2man(1) preamble, so remove the explicit redefinitions in chars.c/chars.in. From kristaps@. I have checked that this causes no relevant change to the Perl manuals. The only change introduced is that some non-ASCII characters rendered incorrectly before are now rendered incorrectly in a different way. For example, e accent aigu was "e", now is "e'" and c cedille was "c", now is "c,". CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 18:03:04 Modified files: sys/dev/ic : mpi.c Log message: allow devices on fc and sas adapters to use all the openings the chip can provide. spi parts are still limited. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 19:39:44 Modified files: sys/scsi : scsi_base.c scsiconf.h Log message: the openings member of scsi_link is the maximum number of commands that a scsi device can have in flight. instead of counting users of openings on the bus by taking away from the openings value, count the number of pending commands on the bus in a new pending variable. this lets us know how many outstanding commands there are. we can then use that to make sure that all commands a device has generated get completed before detaching the device. this helps avoid resource leaks and use after frees. tested by me on pci ehci/umass, fc mpi, and sas mpi. tested by jakemsr on cardbus ohci umass. it found issues in sas mpi which were fixed as a result of this diff. ok krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/13 19:43:38 Modified files: sys/scsi : st.c Log message: Clean up sense mode handling to make residual value handling clearer and more plausibly correct. Tested by jsing@ and myself. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 22:02:43 Modified files: sys/scsi : st.c cd.c Log message: scsi_xsh_del the xs handler on DEACTIVATE. same change as sd.c r1.212. matthew@ pointed out that cd(4) and st(4) would need the same change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/13 22:49:42 Modified files: sys/scsi : st.c Log message: dont leak an xs in ststart if its called while the device is dying. pointed out by matthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/13 23:12:35 Modified files: misc/screen : Makefile Log message: Remove Brad from maintainer, per his request. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2010/09/13 23:27:12 Modified files: faq : faq6.html Log message: bridgename.if -> hostname.if noticed by Jim Lucas CVSROOT: /cvs Module name: xenocara Changes by: jasper@cvs.openbsd.org 2010/09/14 00:20:56 Modified files: app/xtsscale : xtsscale.1 Log message: - no need for root prompt here, user prompt will do - .Xr the other touchscreen driver we have (uhts) ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/14 01:01:16 Modified files: www/gtkhtml3 : Makefile Log message: Also needs to run_depends on gnome-icon-theme. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 01:03:42 Modified files: net/tcpreen : Makefile net/tcpreen/pkg: PLIST Removed files: net/tcpreen/patches: patch-po_Makefile_in_in Log message: - remove unneeded patch - regen PLIST (add @bin) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/14 01:09:57 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: Update to version 3.3.7 ok kevlo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 01:37:19 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/patches: patch-aconfigure_ac Removed files: telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c patch-pjmedia_src_pjmedia-codec_gsm_c Log message: Update to pjsua-1.7 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 01:53:05 Modified files: misc/shared-desktop-ontologies: Makefile Log message: - add HOMEPAGE CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/14 02:46:13 Modified files: sys/arch/sgi/stand: Makefile32.inc Log message: Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC to the assembler now unless -mno-abicalls is specified. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 02:49:04 Modified files: devel/libev : Makefile distinfo Log message: Update to libev-3.9 OK jim@, jasper@, landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 02:50:07 Modified files: print/gv : Makefile distinfo print/gv/pkg : DESCR PLIST Added files: print/gv/patches: patch-src_Makefile_in patch-src_dialog_c Removed files: print/gv : fixincludes print/gv/patches: patch-config_Unix patch-doc_Imakefile patch-source_Imakefile patch-source_file_c patch-source_file_h patch-source_gv_man patch-source_ps_c Log message: - long overdue update of gv to 3.7.1. among the many fixes are security fixes for CVE-2002-0838, CVE-2006-5864, CVE-2010-2055 and CVE-2010-2056 - tweak DESCR - fix MASTER_SITES/HOMEPAGE - update license version CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 02:51:24 Modified files: x11/awesome : Makefile distinfo x11/awesome/patches: patch-awesomeConfig_cmake patch-globalconf_h x11/awesome/pkg: PLIST Log message: Update to awesome-3.4.7. Added luadoc documentation. OK landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 02:54:18 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-Makefile patch-common_mk patch-i3-msg_Makefile patch-i3_config patch-src_config_c x11/i3/pkg : DESCR PLIST Added files: x11/i3/patches : patch-i3-input_Makefile patch-i3-input_ipc_c patch-i3-msg_main_c patch-i3-wsbar patch-include_config_h patch-src_ipc_c patch-src_layout_c patch-src_manage_c Removed files: x11/i3/patches : patch-include_util_h patch-src_util_c Log message: Update to i3-3.5.1 resolve_tilde() function by Christopher Zimmermann (madroach AT zakweb DOT de): thanks! OK landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/14 02:59:40 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: gnome-applets2 is wanted in a default GNOME setup. CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/09/14 03:59:27 Log message: import www/drupal6/filefield-sources-1.2 FileField Sources is an extension to the FileField module. The FileField module lets you upload files from your computer through a CCK field. The FileField Sources module expands on this ability by allowing you to select new or existing files through additional means. ok espie@ and landry@ some while ago. Status: Vendor Tag: stephan Release Tags: stephan_2010-09-14 N ports/www/drupal6/filefield_sources/Makefile N ports/www/drupal6/filefield_sources/distinfo N ports/www/drupal6/filefield_sources/pkg/DESCR N ports/www/drupal6/filefield_sources/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/09/14 04:00:43 Modified files: www/drupal6 : Makefile Log message: +filefield_sources CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/09/14 04:02:37 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm Ustar.pm Log message: set separate fields for atime/mtime in file entry, use them while creating. allows user to undef them, and thus not to set utimes. Use that to not set utimes for pkginfo. fixes kili@'s bug in a nicer way wrt Ustar interface... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2010/09/14 04:04:36 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Ustar.pod Log message: document atime/mtime CVSROOT: /cvs Module name: ports Changes by: stephan@cvs.openbsd.org 2010/09/14 04:14:33 Modified files: www/drupal6/core: Makefile distinfo Log message: update drupal core to 6.19, addresses SA-CORE-2010-002: - OpenID authentication bypass - File download access bypass - Comment unpublishing bypass - Actions cross site scripting gory details at http://drupal.org/node/880476 no database upgrade required for this update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 04:31:50 Modified files: security/openct: Makefile distinfo security/openct/patches: patch-configure Removed files: security/openct/patches: patch-src_tools_Makefile_in Log message: - update openct to 0.6.20 from maintainer douglas santos, with some tweaks by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 04:32:06 Modified files: security/opensc: Makefile distinfo security/opensc/pkg: PLIST Removed files: security/opensc/patches: patch-doc_Makefile_in Log message: - update opensc to 0.11.13 from maintainer douglas santos, with some tweaks by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 06:03:43 Modified files: lang/ruby : Makefile Added files: lang/ruby/patches: patch-lib_webrick_httpresponse_rb Log message: Apply a SECURITY FIX from upstream ruby for a WEBrick HTTP server XSS vulnerability (CVE-2010-0541). from TAKAHASHI Kaoru maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/14 06:07:53 Modified files: math/py-scipy : Makefile Log message: - fix LIB_DEPENDS; math/amd should have been a LIB_DEPENDS here. the scipy package used to work as umfpack also had math/amd as LIB_DEPENDS but this was removed from umfpack and py-scipy wasn't changed to match. - sync WANTLIB, bump REVISION broken packages noticed by thib@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/14 06:20:24 ports/www/horde/horde/patches Update of /cvs/ports/www/horde/horde/patches In directory cvs.openbsd.org:/tmp/cvs-serv32688/patches Log Message: Directory /cvs/ports/www/horde/horde/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/14 06:32:42 Modified files: www/horde/horde: Makefile Added files: www/horde/horde/patches: patch-util_icon_browser_php Log message: fix cross-site scripting bug, pointed out by viq. fix (adapted from upstream repo) requires php>=5.2 so tighten RUN_DEPENDS accordingly. http://secunia.com/advisories/41283 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 06:34:42 Modified files: net/amsn : Makefile distinfo net/amsn/patches: patch-Makefile_in patch-configure net/amsn/pkg : PFRAG.shared PLIST Removed files: net/amsn/patches: patch-amsn patch-proxy_tcl patch-utils_TkCximage_src_TkCximage_cpp Log message: - update amsn to 0.98.3 from Azwaw OUSADOU, with some tweaks by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 06:35:12 Modified files: net/amsn : Makefile Log message: - missed in previous, no bump as it was committed < 1 minute ago CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 06:35:58 Modified files: net/amsn : Makefile Log message: grmbl, set license version CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 06:45:24 Modified files: mail/getmail : Makefile distinfo mail/getmail/pkg: PLIST Log message: - update getmail to 4.20.0 from Tim van der Molen (new maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/14 06:58:05 Modified files: devel/libwnck : Makefile distinfo Log message: Minor update to libwnck-2.30.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/14 07:02:29 Modified files: x11/gnome/pessulus: Makefile distinfo x11/gnome/pessulus/patches: patch-data_Makefile_in x11/gnome/pessulus/pkg: PLIST Log message: Minor update to pessulus-2.30.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/14 07:13:02 Modified files: x11/gnome/menus: Makefile distinfo x11/gnome/menus/patches: patch-util-Makefile_in x11/gnome/menus/pkg: DESCR PLIST Removed files: x11/gnome/menus/patches: patch-simple-editor_GMenuSimpleEditor_menutreemodel_py Log message: Minor update to gnome-menus-2.30.3. * Respect XDG_MENU_PREFIX when writing user menu file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/14 07:16:04 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py databases/py-odbc/pkg: PLIST Log message: update pyodbc to 2.1.8; from Ryan Boggs with plist fix from me ok jasper@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/09/14 08:28:05 Modified files: sys/arch/sgi/stand: Makefile.inc Log message: Fix couple of warnings ok miod CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 08:28:21 Modified files: audio/libao : Makefile Log message: Fix wrong path in port's Makefile OK naddy@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2010/09/14 08:28:49 Modified files: sys/arch/sgi/stand/boot: arcbios.c Log message: unstatic variable we need elsewhere, fixes stand build on tezro ok jsing CVSROOT: /cvs Module name: www Changes by: stephan@cvs.openbsd.org 2010/09/14 08:33:33 Modified files: . : errata47.html Log message: add 007_scsi.patch, ok krw@ and proper English + ok from matthew@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/14 08:47:59 Modified files: devel/py-dulwich: Makefile devel/py-hg-git: Makefile Log message: Add missing dependency on setuptools. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/14 08:54:36 Modified files: mail/imapsync : Makefile distinfo Log message: Update to 1.350. ok landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/14 09:10:12 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile Log message: Update to pianobar-2010.08.21 "go ahead" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 09:11:22 Modified files: devel/py-hg-git: Makefile devel/py-dulwich: Makefile Log message: - dependencies changed, so please bump! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/14 10:55:10 Modified files: sys/arch/sgi/stand/boot: boot.c sys/arch/sgi/stand/boot32: ld.script Added files: sys/arch/sgi/stand/libsa32: heap.h Log message: Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, fallout from using -mno-abicalls noticed by jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/14 10:57:17 Modified files: sys/arch/sgi/stand/boot: boot.c Removed files: sys/arch/sgi/stand/libsa32: heap.h Log message: Undo unrelated changes commitedby mistake. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/14 12:34:14 Modified files: net/amsn : Makefile Removed files: net/amsn/patches: patch-autoupdate_tcl Log message: - azwaw OUSADOU takes maintainership - remove patch CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/14 12:45:06 ports/lang/pugs/patches Update of /cvs/ports/lang/pugs/patches In directory cvs.openbsd.org:/tmp/cvs-serv26957/patches Log Message: Directory /cvs/ports/lang/pugs/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/14 12:58:01 Modified files: lang/pugs : Makefile Added files: lang/pugs/patches: patch-src_Pugs_AST_Types_hs patch-src_Pugs_Types_hs Log message: Pugs.Types defined an Eq instance for Control.Concurrent.STM.TMVar (from the stm package), which is no longer possible, because TMVar is deriving Eq now. So move the (somewhat crude) comparision based on addressOf (which comes from the hs-pugs-compat package) into Pugs.AST.Types, providing an explicit Eq instance for VThread. IMHO, instance declarations for standard type classes on types imported from other Haskell packages are evil. Breakage noticed by naddy@. While here, update WANTLIB and bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/14 13:35:13 Modified files: sys/arch/mips64/mips64: trap.c Log message: Recognize the new sequence gcc4 uses to trap on divide by zero. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/14 13:36:28 Modified files: gnu/gcc/gcc/config/mips: mips.h Log message: Provide a LOCAL_ALIGNMENT() macro, as on other strict alignment architectures. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/14 14:29:56 Modified files: print/texlive/base: Makefile print/texlive/base/patches: patch-configure Log message: Don't link pthread and libm globally. OK jasper@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/14 20:14:26 Modified files: faq : index.html Log message: make headings more consistent on this page and between index.html and articles. From David Vasek (vasek at fido dot cz), thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/14 20:41:42 Modified files: openssh : faq.html Log message: It's 2010. OpenSSH is THE version of ssh that most people use, and probably the ONLY version many people have used, it isn't the "Free Alternative" anymore. Start of a rework of this FAQ to bring it up-to-date and refocus it as the authoritative introduction to "the" version of ssh that most people will use. Just 1.1 for now. Simpler explaination for those who have never used alternatives to OpenSSH, OpenBSD users: just run recent versions of OpenBSD, non-OpenBSD users start with your OS vendor. After waiting for formal oks, agreement to a "commit now and djm@ and dtucker@ will beat the snot out of me if I screw up" from djm@. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/14 23:39:16 Modified files: net/gajim : Makefile distinfo net/gajim/patches: patch-scripts_gajim_in net/gajim/pkg : PLIST Log message: Update to O.14. ok aja@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/15 01:03:26 Modified files: usr.bin/lex : flex.1 Log message: fix SYNOPSIS; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/15 01:14:18 Log message: import fritzing 0.4.2 Fritzing is essentially Electronic Design Automation software suited to the needs of designers and artists. It uses the metaphor of the breadboard, so that it is easy to transfer a hardware sketch to the software by using a drag-and-drop-based GUI to copy your sketch. From there it is possible to create PCB layouts for turning your prototype into a robust PCB, either on your own, or with the help of a manufacturer. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20101509 N ports/cad/fritzing/Makefile N ports/cad/fritzing/distinfo N ports/cad/fritzing/pkg/DESCR N ports/cad/fritzing/pkg/PLIST N ports/cad/fritzing/patches/patch-phoenix_pro N ports/cad/fritzing/files/fritzing.desktop N ports/cad/fritzing/files/fritzing.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/15 01:14:54 Modified files: cad : Makefile Log message: - add fritzing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 01:56:38 Modified files: net/telepathy/telepathy-logger: Makefile Log message: Unbreak: this needs the python MODULE. breakage reported by landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/15 02:21:10 Modified files: x11/x11vnc : Makefile distinfo x11/x11vnc/patches: patch-x11vnc_help_c x11/x11vnc/pkg : PLIST Removed files: x11/x11vnc/patches: patch-x11vnc_connections_c patch-x11vnc_keyboard_c patch-x11vnc_pointer_c patch-x11vnc_pointer_h patch-x11vnc_remote_c patch-x11vnc_scan_c patch-x11vnc_screen_c patch-x11vnc_userinput_c Log message: update x11vnc to 0.9.12, rolling in many of the patches CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/15 03:02:50 Modified files: sysutils/rdiff-backup: Makefile Added files: sysutils/rdiff-backup/patches: patch-rdiff_backup_SetConnections_py Log message: Fix a deprecationWarning with python 2.6 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/15 03:36:02 Modified files: infrastructure/bin: resolve-lib Log message: make it work even if LOCALBASE is not defined CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/15 03:36:57 Modified files: infrastructure/bin: check-lib-depends Log message: reset recorder if we get contents from packages, since it would grow too much. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/15 03:59:39 Modified files: benchmarks/siege: Makefile distinfo benchmarks/siege/patches: patch-configure patch-doc_Makefile_in patch-src_init_c benchmarks/siege/pkg: PLIST Log message: update siege to 2.70 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 04:57:19 Modified files: www/phpldapadmin: Makefile www/phpldapadmin/pkg: PLIST Log message: config.php can contain some sensitive information, so protect it. ok robert@ CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2010/09/15 07:29:43 Modified files: . : 48.html 47.html 46.html Log message: Change FAQ number for i386 floppy boot 4.3.1 -> 4.3.2 This was changed in faq4.html in version v1.285 Change this for 4.8, 4.7 and 4.6 pages. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/15 07:52:12 Modified files: converters/p5-Net-IDN-Nameprep: Makefile databases/p5-DBIx-DBSchema: Makefile devel/p5-Algorithm-Dependency: Makefile devel/p5-B-Deobfuscate: Makefile devel/p5-Bit-Vector-Minimal: Makefile devel/p5-Cache-Simple-TimedExpiry: Makefile devel/p5-capitalization: Makefile devel/p5-Carp-Assert: Makefile devel/p5-Carp-Assert-More: Makefile devel/p5-Class-Meta: Makefile devel/p5-Class-Meta-Express: Makefile devel/p5-Data-Buffer: Makefile devel/p5-Data-Types: Makefile devel/p5-Devel-Cycle: Makefile devel/p5-Devel-Symdump: Makefile devel/p5-ExtUtils-PkgConfig: Makefile devel/p5-File-Flat: Makefile devel/p5-File-NCopy: Makefile devel/p5-File-Slurp: Makefile devel/p5-Glib2 : Makefile devel/p5-Locale-Maketext-Fuzzy: Makefile devel/p5-Locale-Maketext-Gettext: Makefile devel/p5-Locale-Maketext-Lexicon: Makefile devel/p5-Log-Dispatch: Makefile devel/p5-Proc-Daemon: Makefile devel/p5-String-Format: Makefile devel/p5-Sub-Name: Makefile devel/p5-SVN-Notify: Makefile devel/p5-Test-ClassAPI: Makefile devel/p5-Test-Differences: Makefile devel/p5-Test-Exception: Makefile devel/p5-Test-Inline: Makefile devel/p5-Test-LongString: Makefile devel/p5-Test-Memory-Cycle: Makefile devel/p5-Test-Object: Makefile devel/p5-Test-Pod-Coverage: Makefile devel/p5-Test-Spelling: Makefile devel/p5-Test-Taint: Makefile devel/p5-Test-WWW-Mechanize: Makefile devel/p5-Tie-Array-Sorted: Makefile devel/p5-Tree-DAG_Node: Makefile devel/p5-Tree-Simple: Makefile devel/p5-Universal-moniker: Makefile devel/p5-YAML : Makefile math/p5-GraphViz: Makefile math/p5-Math-Bezier: Makefile math/p5-Math-Pari: Makefile net/p5-Net-Snort-Parser: Makefile net/p5-NetPacket: Makefile net/p5-SNMP-Info: Makefile security/p5-Crypt-DES-EDE3: Makefile textproc/p5-Lingua-PT-Stemmer: Makefile textproc/p5-Lingua-Stem: Makefile textproc/p5-Lingua-Stem-Fr: Makefile textproc/p5-Lingua-Stem-It: Makefile textproc/p5-Lingua-Stem-Ru: Makefile textproc/p5-Lingua-Stem-Snowball-Da: Makefile textproc/p5-Lingua-Stem-Snowball-No: Makefile textproc/p5-Lingua-Stem-Snowball-Se: Makefile textproc/p5-PDF-API2: Makefile textproc/p5-Pod-Spell: Makefile textproc/p5-Pod-Tests: Makefile textproc/p5-Regexp-Common: Makefile textproc/p5-Regexp-DefaultFlags: Makefile textproc/p5-Text-Diff: Makefile textproc/p5-Text-Template: Makefile textproc/p5-Text-Wrapper: Makefile www/p5-Apache-DBI: Makefile www/p5-WWW-Mechanize: Makefile www/rt : Makefile x11/p5-Gtk2 : Makefile Log message: drop msf as maintainer on his p5- thingys and bump REVISION "perl smells like dead moose farts and you can quote me on that" msf@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2010/09/15 08:25:19 Modified files: www/rt : Makefile Log message: take maintainership CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2010/09/15 09:40:00 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/files: sndio_dec.c Log message: better timestamp for recorded data: account for buffering requested/ok maintainer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 09:41:38 Modified files: x11/gnome/f-spot: Makefile distinfo x11/gnome/f-spot/patches: patch-tools_Makefile_in x11/gnome/f-spot/pkg: PLIST Log message: Update to f-spot-0.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 09:47:10 Modified files: x11/dbus-glib : Makefile Log message: Add an XXX here, to be revisited soon. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/15 11:25:36 Modified files: sys/dev/usb : usb_quirks.c Log message: - prevent about then dots from being emitted by my rum(4) upon attach. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/15 12:42:38 Modified files: mail/mutt/snapshot: Makefile distinfo Log message: update Mutt to 1.5.21 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 13:16:57 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: Minor update to epiphany-2.30.6. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/15 15:17:02 Modified files: . : INDEX Log message: synkski CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/15 15:24:41 Modified files: converters/p5-Finance-Currency-Convert-XE: Makefile distinfo Log message: - update to 0.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/15 16:03:13 Modified files: converters/p5-MARC-Record: Makefile distinfo Log message: - update p5-MARC-Record to 2.0.2 CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2010/09/15 19:38:53 Modified files: x11/scrotwm : Makefile distinfo x11/scrotwm/patches: patch-scrotwm_c x11/scrotwm/pkg: PLIST Removed files: x11/scrotwm/patches: patch-Makefile Log message: From russia with love! fix russian manpage courtesy of naddy. Roll to 0.9.26 CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/15 20:23:16 Modified files: www/drupal6/core: Tag: OPENBSD_4_7 Makefile distinfo Log message: SECURITY UPDATE to drupal-6.18 Resolves SA-CORE-2010-002 From stephan@, thanks! CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/15 20:24:08 Modified files: www/drupal6/core: Tag: OPENBSD_4_8 Makefile distinfo Log message: SECURITY UPDATE to drupal-6.18 Resolves SA-CORE-2010-002 From stephan@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/15 23:52:43 Modified files: games/gcompris : Makefile Log message: Unbreak by fixing depends. spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/16 00:19:05 Modified files: x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/patches: patch-configure x11/gnome/metacity/pkg: PLIST Log message: Maintainance update to metacity-2.30.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:25:00 Log message: import p5-Unicode-Stringprep 1.103 This module implements the stringprep framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20101609 N ports/converters/p5-Unicode-Stringprep/Makefile N ports/converters/p5-Unicode-Stringprep/distinfo N ports/converters/p5-Unicode-Stringprep/pkg/DESCR N ports/converters/p5-Unicode-Stringprep/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:26:16 Log message: import p5-Net-IDN-Encode 1.100 This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs), as described in RFC 3490. (This module replaces converters/p5-IDN-Punycode) ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20101609 N ports/converters/p5-Net-IDN-Encode/distinfo N ports/converters/p5-Net-IDN-Encode/Makefile N ports/converters/p5-Net-IDN-Encode/pkg/DESCR N ports/converters/p5-Net-IDN-Encode/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:27:38 Modified files: converters/p5-Net-IDN-Nameprep: Makefile distinfo converters/p5-Net-IDN-Nameprep/pkg: DESCR PLIST Log message: - update p5-Net-IDN-Nameprep to 1.100 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:28:01 Removed files: converters/p5-IDNA-Punycode: Makefile distinfo converters/p5-IDNA-Punycode/pkg: DESCR PLIST Log message: - remove, superseded by p5-Net-IDN-Encode CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:28:07 Modified files: converters : Makefile Log message: - sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 01:28:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: - add p5-IDNA-Punycode ok sthen@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 01:33:32 Modified files: databases/py-elixir: Makefile Log message: Better regress target. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 01:34:25 Modified files: devel/py-decorator: Makefile distinfo Log message: Trivial update to 3.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 01:52:54 Modified files: graphics/libpano13: Makefile distinfo graphics/libpano13/patches: patch-Makefile_am patch-configure_ac patch-tools_Makefile_am graphics/libpano13/pkg: PLIST Log message: update libpano13 to 2.9.17 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/16 01:59:23 Modified files: telephony/pjsua: Makefile distinfo Log message: Bugfix update to pjsua-1.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 02:15:52 Modified files: productivity/googlecl: Makefile Log message: s/USE_SETUPTOOLS/MODPY_SETUPTOOLS/ and bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 02:18:31 Modified files: www/py-nevow : Makefile Log message: missing MODPY_SETUPTOOLS and bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 02:19:50 Modified files: sysutils/d-feet: Makefile Log message: missing MODPY_SETUPTOOLS and bump CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/16 02:42:57 Modified files: security/arirang: Makefile distinfo security/arirang/pkg: PLIST Log message: Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks from me. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/16 03:27:35 Modified files: sbin/iked : proc.c Log message: pass proper argument to the proc_sig_handler and check env for NULL before dereferencing. fixes an annoying crash. ok reyk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 04:04:54 Modified files: graphics/lensfun: Makefile distinfo graphics/lensfun/patches: patch-configure patch-libs_lensfun_lensfun_mak graphics/lensfun/pkg: PLIST Removed files: graphics/lensfun/patches: patch-ac_py patch-build_mak_compiler_gcc_mak patch-build_mak_host_posix_mak Log message: update lensfun to 0.2.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 04:05:20 Added files: graphics/lensfun/patches: patch-build_tibs_compiler_gcc_mak patch-build_tibs_host_posix_mak patch-tibs_py Log message: update lensfun to 0.2.5 (missed 'cvs add') CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 04:18:38 Modified files: graphics/ufraw : Makefile distinfo graphics/ufraw/patches: patch-Makefile_in patch-nikon_curve_c patch-ufraw_developer_c graphics/ufraw/pkg: PLIST Removed files: graphics/ufraw/patches: patch-ufraw-batch_c patch-ufraw_c Log message: update UFRaw to 0.17, rolling in the lensfun flavour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 04:18:50 Modified files: graphics : Makefile Log message: -ufraw,lensfun CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 05:02:08 Modified files: x11/gnome/totem: Makefile Log message: - tighten dependency on gst-plugins-good after -soup was merged into -main ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/16 05:04:37 Modified files: mail/offlineimap: Makefile distinfo mail/offlineimap/pkg: PLIST Log message: update offlineimap to 6.2.0.2, which resolves issues with python 2.6.5 from Bjorn Ketelaars with tweaks by sthen and myself maintainer timed-out. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/16 05:56:36 Modified files: sbin/pfctl : pfctl.8 Log message: - note that -Fr puts the filer in a "pass all" state - note that -f replaces the current ruleset based on a diff from Anders Langworthy, but altered by mcbride and henning; ok henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/16 06:36:52 Modified files: devel/libgee : Makefile distinfo Log message: Bugfix update to libgee-0.5.3. * fixes a few leaks CVSROOT: /cvs Module name: ports Changes by: tobias@cvs.openbsd.org 2010/09/16 06:47:54 Modified files: x11/dbus : Makefile x11/dbus/pkg : MESSAGE Log message: Fixed typo. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/16 09:45:51 Modified files: infrastructure/db: user.list Log message: reserve mediatomb user as requested by sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/16 09:54:21 Removed files: x11/gnome/metacity/patches: patch-src_ui_theme_c Log message: Oops... "zisiz an outrageous failureu" landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/16 12:53:29 Modified files: net/avahi : Makefile lang/mono : mono.port.mk Log message: Remove powerpc from mono supported arches. It builds but there is no support for sigcontext and mono crashes right on startup. No need to loose time building this... input and ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 13:26:30 Modified files: devel/p5-File-NCopy: Makefile Log message: fix broken pkgname, thanks landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/16 13:34:48 Modified files: games/fretsonfire: Makefile Log message: use MODPY_SETUPTOOLS and bump, found by fgsch's setuptools-checking code. thanks landry@ for bulk build testing. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 16:34:08 Modified files: lang/python : Makefile.inc lang/python/2.4: Makefile lang/python/2.5: Makefile Log message: Update WANTLIB after ncurses update. While here remove unneeded pthread-stubs and xcb from -tkinter. With help from sthen@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 16:36:08 Modified files: lang/python/2.6: Makefile distinfo lang/python/2.6/patches: patch-Lib_test_test_signal_py patch-Lib_test_test_sys_py patch-Modules_mathmodule_c patch-configure_in patch-setup_py lang/python/2.6/pkg: PLIST-main PLIST-tests Log message: Update Python to 2.6.6. Tested by many. sthen@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 16:58:20 Modified files: lang/python : python.port.mk Log message: - Add a MODPY_JSON var soon to be used by ports requiring simplejson when built with python versions previous to 2.6. - Simplify MODPY_BADEGGS. - Fake setuptools if MODPY_SETUPTOOLS is not present to detect those ports that will build regardless but the resulting plist will be different. Input, tested and ok by many, thanks! CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 16:59:43 Modified files: devel/py-dulwich: Makefile Log message: Mark it with MODPY_BADEGGS. millert@ ok. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:04:30 Modified files: sys/arch/sgi/sgi: sginode.c Log message: Do not trust the FPU identification register obtained from KL configuration on IP27 as well; spotted by krw. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:25:11 Modified files: sys/arch/mips64/include: mips_opcode.h sys/arch/mips64/mips64: db_disasm.c db_machdep.c trap.c Log message: There is only one code for coprocessor BC opcodes, so don't bother to handle a second (invalid) opcode; confirmed by all mips core documentation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:30:09 Modified files: sys/arch/mips64/mips64: db_disasm.c Log message: Correctly disassemble `branch likely' instructions. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:34:08 Added files: sys/arch/loongson/include: fpu.h sys/arch/mips64/include: fpu.h sys/arch/sgi/include: fpu.h Log message: FPU control/status register defines, and upcoming userland function prototypes to allow control of the FPU c/sr FS field. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:35:51 Modified files: sys/arch/mips64/include: cpu.h Log message: Protect a few more defines with _KERNEL checks, and also allow some of them to be visible if _STANDALONE. This will eventually be used by the upcoming new-and-improved loongson bootblocks (in the works). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/16 18:36:32 Modified files: sys/arch/mips64/include: mips_opcode.h sys/arch/mips64/mips64: trap.c Log message: Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch(). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/16 19:42:59 Modified files: devel/py-hg-git: Makefile Log message: - Mark with MODPY_BADEGGS - Make dependencies more readable - Add missing dependency for regression and correct all tests - Change to 80 cols millert@ ok previous diff CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/17 00:33:47 Modified files: sbin/pfctl : pfctl.8 Log message: back out the -Fr hunk from previous: deraadt points out it is incorrectly worded. i think what is there now is clear enough. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/17 01:55:52 Modified files: sys/dev/pci : yds.c ydsreg.h Log message: use audio(4) DVACT_{QUIESCE,RESUME} CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2010/09/17 02:08:23 Modified files: lib/libsndio : sun.c Log message: don't try to get the current stream postion when the device is stopped, and don't generate clock ticks (ie don't invoke the sio_onmove(3) call-back). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/17 02:08:42 Modified files: infrastructure/db: user.list Log message: reserve user _ircd-seven CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2010/09/17 02:09:13 Modified files: distrib/notes : README.macppc Log message: There is no default /etc/X11/xorg.conf on macppc anymore. input from and ok oga@ matthieu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/17 05:21:21 Modified files: mail/offlineimap: Makefile Log message: - bernd@ drops maintainership, prompted by him pea@ takes over CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 06:15:20 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Log message: sundry cleanups; from Brad (maintainer): - Fix sys/mount.h detection so VCD/libcdio support can be enabled. - bump AUTOCONF_VERSION to 2.64. - some Makefile cleaning up. from me, ok Brad: - garbage-collect share/locale dir - collect REVISIONs together CVSROOT: /cvs Module name: ports Changes by: matthew@cvs.openbsd.org 2010/09/17 07:07:55 Modified files: www/surf : Makefile distinfo Log message: Update surf to 0.4.1. ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 07:11:14 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_imap_cmd-select_c patch-src_lib_restrict-access_c Log message: fixes from upstream via Brad; - Fixed setgid() failure error message. - imap: If selecting a mailbox fails, close the already selected mailbox. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2010/09/17 07:25:00 Modified files: misc/py-imdb : Makefile distinfo misc/py-imdb/patches: patch-setup_py misc/py-imdb/pkg: PLIST Log message: Update py-imdb to version 4.6. With help from landry@, fgsch@, sthen@ OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/17 07:37:57 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c Log message: Make this work on non-human arches too. ok jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/17 08:03:09 Modified files: sys/kern : exec_elf.c Log message: don't forget to free program header sections when writing core files. fixes a local DoS that can be carried out by an unprivileged user. ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/17 08:35:29 Modified files: audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile distinfo Log message: - update to 1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/17 08:40:25 Modified files: databases/p5-AnyEvent-CouchDB: Makefile distinfo databases/p5-AnyEvent-CouchDB/pkg: PLIST Log message: - update to 1.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/17 08:43:01 Modified files: devel/p5-AnyEvent-HTTP: Makefile distinfo Log message: - update to 1.45 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/17 09:44:55 Modified files: x11/lablgtk2 : Makefile distinfo Log message: Bugfix update to lablgtk-2.14.2 OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/17 09:58:30 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_configure_in net/mldonkey/stable/pkg: PLIST Added files: net/mldonkey/stable/patches: patch-src_gtk2_gui_guiHtml_ml patch-src_gtk2_gui_guiOptions_ml Log message: Update to mldonkey-3.0.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/17 11:26:51 Modified files: databases/p5-AnyEvent-CouchDB: Makefile databases/p5-AnyEvent-CouchDB/pkg: PLIST Log message: - install a bunch of examples CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/17 13:50:21 src/regress/lib/libc/gcvt Update of /cvs/src/regress/lib/libc/gcvt In directory cvs.openbsd.org:/tmp/cvs-serv10220/gcvt Log Message: Directory /cvs/src/regress/lib/libc/gcvt added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/17 13:51:38 Added files: regress/lib/libc/gcvt: Makefile gcvt_test.c Log message: Add gcvt() regress with test vectors derived from perl regress. Does not currently pass, which is why perl can't use it to format doubles. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 15:37:19 Log message: import ports/graphics/darktable, thanks ajacoutot@ for review+fixes. darktable is a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. It also enables you to develop raw images and enhance them. It tries to fill the gap between the many excellent existing free raw converters and image management tools (such as ufraw or f-spot). All editing is fully non-destructive and only operates on cached image buffers for display. The full image is only converted during export. Raw files, high-dynamic range and standard image formats such as jpeg are all supported. The core operates completely on floating point values, so darktable can not only be used for photography but also for scientifically acquired images or output of renderers (high dynamic range). Status: Vendor Tag: sthen Release Tags: sthen_20100917 N ports/graphics/darktable/Makefile N ports/graphics/darktable/distinfo N ports/graphics/darktable/patches/patch-src_imageio_storage_picasa_c N ports/graphics/darktable/patches/patch-src_gui_devices_c N ports/graphics/darktable/patches/patch-src_LibRaw_src_libraw_cxx_cpp N ports/graphics/darktable/patches/patch-src_iop_temperature_c N ports/graphics/darktable/patches/patch-src_iop_colortransfer_c N ports/graphics/darktable/patches/patch-po_Makefile_in_in N ports/graphics/darktable/patches/patch-src_iop_exposure_c N ports/graphics/darktable/patches/patch-src_iop_colorin_c N ports/graphics/darktable/patches/patch-src_iop_colorout_c N ports/graphics/darktable/patches/patch-src_iop_clipping_c N ports/graphics/darktable/patches/patch-src_iop_bilateral_cc N ports/graphics/darktable/patches/patch-src_iop_channelmixer_c N ports/graphics/darktable/patches/patch-configure N ports/graphics/darktable/patches/patch-src_iop_clahe_c N ports/graphics/darktable/patches/patch-src_iop_grain_c N ports/graphics/darktable/patches/patch-src_iop_highlights_c N ports/graphics/darktable/patches/patch-src_iop_lens_c N ports/graphics/darktable/patches/patch-src_iop_monochrome_c N ports/graphics/darktable/patches/patch-src_iop_rawimport_c N ports/graphics/darktable/patches/patch-src_iop_splittoning_c N ports/graphics/darktable/patches/patch-src_iop_velvia_c N ports/graphics/darktable/patches/patch-src_iop_vignette_c N ports/graphics/darktable/patches/patch-src_views_darkroom_c N ports/graphics/darktable/patches/patch-src_control_control_c N ports/graphics/darktable/patches/patch-src_views_capture_c N ports/graphics/darktable/patches/patch-src_libs_export_c N ports/graphics/darktable/patches/patch-src_libs_copy_history_c N ports/graphics/darktable/patches/patch-src_libs_image_c N ports/graphics/darktable/patches/patch-src_libs_tagging_c N ports/graphics/darktable/patches/patch-src_control_jobs_camera_jobs_c N ports/graphics/darktable/patches/patch-src_develop_imageop_c N ports/graphics/darktable/patches/patch-src_libs_select_c N ports/graphics/darktable/patches/patch-src_libs_collect_c N ports/graphics/darktable/patches/patch-src_libs_colorlabels_c N ports/graphics/darktable/patches/patch-src_libs_camera_c N ports/graphics/darktable/patches/patch-src_libs_lib_c N ports/graphics/darktable/patches/patch-src_gui_presets_c N ports/graphics/darktable/patches/patch-src_gui_gtk_c N ports/graphics/darktable/patches/patch-src_gui_camera_import_dialog_c N ports/graphics/darktable/patches/patch-src_gui_histogram_c N ports/graphics/darktable/patches/patch-src_gui_iop_history_c N ports/graphics/darktable/patches/patch-src_gui_metadata_c N ports/graphics/darktable/patches/patch-src_common_camera_control_c N ports/graphics/darktable/patches/patch-src_common_image_c N ports/graphics/darktable/patches/patch-src_common_variables_c N ports/graphics/darktable/patches/patch-src_imageio_storage_disk_c N ports/graphics/darktable/patches/patch-src_imageio_storage_email_c N ports/graphics/darktable/pkg/PLIST N ports/graphics/darktable/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 15:37:50 Modified files: graphics : Makefile Log message: +darktable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 15:59:43 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_proxy_c Log message: Fix lighttpd mod_proxy waiting for response even if content-length is 0. From upstream via Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/17 16:00:18 Modified files: mail/dovecot : Makefile distinfo Added files: mail/dovecot/patches: patch-src_lib-storage_index_maildir_maildir-uidlist_c patch-src_lib_failures_c Log message: Dovecot fixes from upstream via Brad. - maildir: If uidlist isn't read, don't mark its UIDs as being known when saving. - maildir: Avoid unnecessary uidlist recreation during mail delivery. - Removed "die after 3 EINTR write() failures to log". CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/09/17 16:02:00 Modified files: share/man/man5 : port-modules.5 Log message: fix "set yo yes" typo. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/17 17:19:02 Modified files: sys/scsi : scsiconf.h scsi_base.c Log message: revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some disks in atascsi. as reported in pr6470 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/18 00:04:00 Modified files: x11/gnome/session: Makefile Log message: Add gconf2-polkit to the RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/18 01:26:43 Modified files: math/gnumeric : Makefile math/gnumeric/pkg: PLIST Log message: Add missing gtk-update-icon-cache goo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/18 02:08:27 Modified files: audio/sound-theme-freedesktop: Makefile Log message: tyop. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2010/09/18 02:36:00 Modified files: usr.bin/aucat : wav.c Log message: add forgotten ``return NULL'' when a .wav file fails to get the device with the required mode CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/18 03:14:18 Modified files: devel/libgtop2 : Makefile devel/libgtop2/patches: patch-sysdeps_bsd_sysinfo_c Log message: Fix ncpu display on big endian. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/09/18 03:27:51 Modified files: usr.bin/pkg-config: pkg-config Log message: claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/18 03:32:25 Modified files: graphics/darktable/patches: patch-configure Log message: pkg-config now advertises 0.22, so there's no need for half of this patch. no package change -> no bump. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/09/18 05:19:24 Modified files: graphics/djview4: Makefile distinfo graphics/djview4/pkg: PLIST Added files: graphics/djview4/patches: patch-desktopfiles_Makefile_in Log message: update to 4.6 normalize icon and desktop stuff from Alexandr Shadchin with some tweaks CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/09/18 05:22:33 Modified files: graphics/djvulibre: Makefile Log message: depend on desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/18 06:35:55 Modified files: net/samba : Makefile distinfo Log message: SECURITY update to samba 3.5.5; fixes CVE-2010-3069, CVE-2010-3069. From maintainer Ian McWilliam. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/18 06:36:27 Modified files: net/samba : Makefile Log message: new-style WANTLIB/LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/18 06:46:44 Modified files: regress/lib/libc/gcvt: gcvt_test.c Log message: Add more test vectors. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/18 07:46:59 Modified files: graphics/djvulibre: Makefile graphics/djvulibre/pkg: PFRAG.no-no_x11 PLIST Log message: Move icons in the correct plist. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/09/18 10:22:26 Modified files: infrastructure/bin: libtool Log message: when we had for example -lX11 -L/usr/X11R6/lib, we could not find /usr/X11R6/lib/libX11.la therefore, parse -L arguments before everything else so we know in which directories to search libraries. fixes libcaca, and possibly others CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/18 11:24:10 Modified files: regress/lib/libc/gcvt: gcvt_test.c Log message: Test default precision when ndigit is negative. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/18 13:25:05 Modified files: bin/ksh : ksh.1 sh.1 Log message: some macro cleanup: - remove some old groff workarounds in SYNOPSIS - avoid "Op ... Oc" constructions - avoid empty Sq/Dq - change some incorrect Xr CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/18 14:29:15 Modified files: regress/lib/libc/gcvt: gcvt_test.c Log message: Add cvs tag, author name and year CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/09/18 18:15:41 Modified files: sys/dev/pci : if_lii.c Log message: Move setting of reception of broadcast packets from lii_init() into lii_iff() to be consistent with age/alc and other drivers. No functional change. From Brad, tested by oga@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 01:40:01 Modified files: usr.bin/man : man.1 Log message: - remove BUGS: it was out of date - better Nd; from schwarze ok schwarze CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 03:22:58 Modified files: sys/dev/pci : if_xl_pci.c Log message: wrap a long line CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/19 05:29:27 Modified files: sys/dev/pci : if_em_hw.c Log message: Check the right mask for additional functions in phy code for 82575 and don't treat a MNG read timeout as fatal as per the Intel code in FreeBSD. With these changes Peter Bisroev no longer sees problems with phy initialisation across reboots on ET quad 82575 cards. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/19 06:08:27 Modified files: sys/dev/ata : atascsi.c Log message: check the cdb length on the scsi commands we emulate in atascsi as a way to check that the midlayer is doing the right thing. ok krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 06:18:16 Modified files: share/man/man4 : axe.4 mos.4 Log message: .Tm -> .Nm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 06:32:10 Modified files: share/man/man4/man4.amd64: apm.4 share/man/man4/man4.i386: apm.4 share/man/man4/man4.macppc: apm.4 share/man/man4/man4.zaurus: apm.4 Log message: - remove some silly .Tn/.Tm - supply a missing -width to one of the lists CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 06:41:23 Modified files: share/man/man4 : auixp.4 lm.4 termios.4 share/man/man4/man4.hppa: cpu.4tbl share/man/man4/man4.landisk: shpcic.4 share/man/man4/man4.vax: ra.4 Log message: fix some unbalanced quoting, and a little whitespace removal; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 06:49:37 Modified files: share/man/man4 : btsco.4 rtfps.4 rtw.4 share/man/man4/man4.hppa: pdc.4 Log message: more wacky macro fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 06:52:43 Modified files: share/man/man4 : ukbd.4 Log message: remove a phantom control character; CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/19 06:52:49 Modified files: lang/erlang : Makefile lang/erlang/pkg: PLIST Log message: Add a @mandir marker to the plist, to get whatis.db cleand up on pkg_delete. Noticed and ok fgsch@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2010/09/19 07:03:33 Modified files: graphics/blender: Makefile Log message: Use the lang/python module. No change in the generated package (except for the build time which is compiled into the blender binary). Now someone with enough blender skills should really try wether it will still work if MODPY_VERSION is set to 2.6. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/19 07:10:21 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: add support for 82583V. Confirmed to work on Portwell CAD-0205. ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 07:17:25 Modified files: share/man/man9 : syscall.9 vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vget.9 vput.9 vrecycle.9 vref.9 vrele.9 Log message: - put the Os macro in the correct place - in one instance, .Dr -> .Dq CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 07:18:26 Modified files: share/man/man7 : mdoc.samples.7 Log message: fix some unbalanced quoting; CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2010/09/19 07:19:29 Modified files: . : want.html Log message: I now have quite the collection of old SCSI cards and devices, much thanks to krw@, claudio@, and James Lin. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 07:34:52 Modified files: games/battlestar: battlestar.6 Log message: put HISTORY in the right place; CVSROOT: /cvs Module name: www Changes by: jim@cvs.openbsd.org 2010/09/19 07:35:40 Modified files: faq/ports : differences.html guide.html index.html ports.html specialtopics.html testing.html Log message: Align handbook navigation with the standard FAQ. Massive trailing white space clean up. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/19 08:48:18 Modified files: audio/rhythmbox: Makefile audio/rhythmbox/pkg: PLIST Added files: audio/rhythmbox/patches: patch-configure patch-data_ui_rhythmbox-ui_xml patch-plugins_Makefile_in Log message: Several cleanups: - add missing run_depends on py-gnome-desktop (needed for the magnatune plugin) - remove the audiocd plugin which requires cdda support in gvfs and that is only possible with either HAL or gudev - remove the "Scan Removable Media" from the interface, as for the same reason we disable the audiocd plugin - enable support for iPod (untested I own no such device) CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:24:51 Log message: import hs-attoparsec version 0.8.1.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-attoparsec/Makefile N ports/textproc/hs-attoparsec/distinfo N ports/textproc/hs-attoparsec/pkg/DESCR N ports/textproc/hs-attoparsec/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:27:12 Log message: import hs-bytestring-nums version 0.3.2 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-bytestring-nums/Makefile N ports/textproc/hs-bytestring-nums/distinfo N ports/textproc/hs-bytestring-nums/pkg/DESCR N ports/textproc/hs-bytestring-nums/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:29:03 Log message: import hs-cereal version 0.3.0.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-cereal/Makefile N ports/devel/hs-cereal/distinfo N ports/devel/hs-cereal/pkg/DESCR N ports/devel/hs-cereal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:30:43 Log message: import hs-directory-tree version 0.2.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-directory-tree/Makefile N ports/devel/hs-directory-tree/distinfo N ports/devel/hs-directory-tree/pkg/DESCR N ports/devel/hs-directory-tree/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:32:50 Log message: import hs-dlist version 0.5 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-dlist/Makefile N ports/devel/hs-dlist/distinfo N ports/devel/hs-dlist/pkg/DESCR N ports/devel/hs-dlist/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:35:11 Log message: import hs-LikeLike version 1.0.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-ListLike/Makefile N ports/devel/hs-ListLike/distinfo N ports/devel/hs-ListLike/pkg/DESCR N ports/devel/hs-ListLike/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:36:55 Log message: import hs-transformers version 0.2.1.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-transformers/Makefile N ports/devel/hs-transformers/distinfo N ports/devel/hs-transformers/pkg/DESCR N ports/devel/hs-transformers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:40:28 Log message: import hs-iteratee version 0.3.5 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-iteratee/Makefile N ports/devel/hs-iteratee/distinfo N ports/devel/hs-iteratee/pkg/DESCR N ports/devel/hs-iteratee/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:42:15 Log message: import hs-monads-fd version 0.1.0.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-monads-fd/Makefile N ports/devel/hs-monads-fd/distinfo N ports/devel/hs-monads-fd/pkg/DESCR N ports/devel/hs-monads-fd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:43:41 Log message: import hs-unix-compat version 0.1.2.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-unix-compat/Makefile N ports/devel/hs-unix-compat/distinfo N ports/devel/hs-unix-compat/pkg/DESCR N ports/devel/hs-unix-compat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:46:01 Log message: import hs-MonadCatchIO-transformers version 0.2.2.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-MonadCatchIO-transformers/Makefile N ports/devel/hs-MonadCatchIO-transformers/distinfo N ports/devel/hs-MonadCatchIO-transformers/pkg/DESCR N ports/devel/hs-MonadCatchIO-transformers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:48:19 Log message: import hs-snap-core version 0.2.11 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/www/hs-snap-core/Makefile N ports/www/hs-snap-core/distinfo N ports/www/hs-snap-core/pkg/DESCR N ports/www/hs-snap-core/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:51:25 Modified files: textproc : Makefile Log message: + hs-attoparsec + hs-bytestring-nums CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 09:59:17 Modified files: devel : Makefile Log message: + hs-ListLike + hs-MonadCatchIO-transformers + hs-cereal + hs-directory-tree + hs-dlist + hs-iteratee + hs-monads-fd + hs-transformers + hs-unix-compat CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:00:11 Modified files: www : Makefile Log message: + hs-snap-core CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/09/19 10:03:34 Modified files: graphics/djview4: Makefile graphics/djvulibre: Makefile Log message: give maintainership to Alexandr Shadchin CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:04:27 Log message: import hs-attoparsec-iteratee version 0.1.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-attoparsec-iteratee/Makefile N ports/textproc/hs-attoparsec-iteratee/distinfo N ports/textproc/hs-attoparsec-iteratee/pkg/DESCR N ports/textproc/hs-attoparsec-iteratee/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:06:16 Log message: import hs-bytestring-show version 0.3.3 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-bytestring-show/Makefile N ports/textproc/hs-bytestring-show/distinfo N ports/textproc/hs-bytestring-show/pkg/DESCR N ports/textproc/hs-bytestring-show/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:08:47 Log message: import hs-network-bytestring version 0.1.3 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/net/hs-network-bytestring/Makefile N ports/net/hs-network-bytestring/distinfo N ports/net/hs-network-bytestring/pkg/DESCR N ports/net/hs-network-bytestring/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:10:01 Modified files: net : Makefile Log message: + hs-network-bytestring CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:12:11 Log message: import hs-sendfile version 0.6.2 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-sendfile/Makefile N ports/devel/hs-sendfile/distinfo N ports/devel/hs-sendfile/pkg/DESCR N ports/devel/hs-sendfile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:13:59 Log message: import hs-primitive version 0.3 feedback and kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-primitive/Makefile N ports/devel/hs-primitive/distinfo N ports/devel/hs-primitive/pkg/DESCR N ports/devel/hs-primitive/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:15:30 Log message: import hs-vector version 0.6.0.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-vector/Makefile N ports/devel/hs-vector/distinfo N ports/devel/hs-vector/pkg/DESCR N ports/devel/hs-vector/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:17:34 Log message: import hs-murmur-hash version 0.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-murmur-hash/Makefile N ports/devel/hs-murmur-hash/distinfo N ports/devel/hs-murmur-hash/pkg/DESCR N ports/devel/hs-murmur-hash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:19:03 Log message: import hs-PSQueue version 1.1 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-PSQueue/Makefile N ports/devel/hs-PSQueue/distinfo N ports/devel/hs-PSQueue/pkg/DESCR N ports/devel/hs-PSQueue/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:20:44 Log message: import hs-List version 0.4.0 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/devel/hs-List/Makefile N ports/devel/hs-List/distinfo N ports/devel/hs-List/pkg/DESCR N ports/devel/hs-List/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:25:50 Modified files: devel : Makefile Log message: + hs-List + hs-PSQueue + hs-murmur-hash + hs-primitive + hs-sendfile + hs-vector CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:28:03 Log message: import hs-hexpat version 0.18.3 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-hexpat/Makefile N ports/textproc/hs-hexpat/distinfo N ports/textproc/hs-hexpat/pkg/DESCR N ports/textproc/hs-hexpat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:29:39 Log message: import hs-heist version 0.2.3 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-heist/Makefile N ports/textproc/hs-heist/distinfo N ports/textproc/hs-heist/pkg/DESCR N ports/textproc/hs-heist/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/19 10:30:26 Modified files: net/curl : Makefile distinfo net/curl/patches: patch-docs_examples_Makefile_in patch-src_Makefile_in patch-tests_libtest_Makefile_in patch-tests_server_Makefile_in Log message: keep up with upstream and update to 7.21.1; remove dead mirrors CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:30:50 Log message: import hs-xml version 1.3.7 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/textproc/hs-xml/Makefile N ports/textproc/hs-xml/distinfo N ports/textproc/hs-xml/pkg/DESCR N ports/textproc/hs-xml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2010/09/19 10:36:40 Modified files: faq/nl : faq4.html faq6.html index.html nl : index.html translation.html opencvs/nl : index.html openssh/nl : faq.html pt : index.html translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:37:26 Modified files: textproc : Makefile Log message: + hs-attoparsec-iteratee + hs-bytestring-show + hs-heist + hs-hexpat + hs-xml and correctly sort CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/19 10:37:47 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:40:50 Log message: import hs-snap-server version 0.2.11 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/www/hs-snap-server/Makefile N ports/www/hs-snap-server/distinfo N ports/www/hs-snap-server/pkg/DESCR N ports/www/hs-snap-server/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:42:16 Log message: import hs-xhtml-combinators version 0.2.2 feedback and ok kili@ Status: Vendor Tag: jim Release Tags: jim_2010-Sep-19 N ports/www/hs-xhtml-combinators/Makefile N ports/www/hs-xhtml-combinators/distinfo N ports/www/hs-xhtml-combinators/pkg/DESCR N ports/www/hs-xhtml-combinators/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/19 10:44:06 Modified files: www : Makefile Log message: + hs-snap-server + hs-xhtml-combinators CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/19 11:24:45 Log message: Import gtranslator-1.9.11. gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor for the GNOME 2.x platform with many features. It's evolving quite fast and many useful functions are already implemented; gtranslator aims to be a very complete editing environment for translation issues within the GNU gettext/GNOME desktop world. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100919 N ports/textproc/gtranslator/distinfo N ports/textproc/gtranslator/Makefile N ports/textproc/gtranslator/pkg/DESCR N ports/textproc/gtranslator/pkg/PLIST N ports/textproc/gtranslator/patches/patch-man_Makefile_in N ports/textproc/gtranslator/patches/patch-src_gtr-utils_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/19 11:25:55 Modified files: textproc : Makefile Log message: +gtranslator CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2010/09/19 11:30:52 Modified files: infrastructure/bin: libtool Log message: when a lib has multiple different library names, populate the .libs dir with symlinks to all of them. this fixes kde/multimedia, which builds a libmpeg-0.3.0.so (using -release), also known as libmpeg.so, and then links something with -lmpeg ... (before this commit, we only had a symlink to the former) it should really just use libmpeg.la instead, but let's have libtool handle such attempts anyway. might fix other stuff i'm not yet aware of, too. CVSROOT: /cvs Module name: www Changes by: jim@cvs.openbsd.org 2010/09/19 11:36:43 Modified files: faq/ports : differences.html Log message: match footer with related pages ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 11:40:09 Modified files: news/nn : Makefile Log message: - enable for sh CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 12:52:08 Modified files: games/openttd : Makefile distinfo games/openttd/pkg: DESCR MESSAGE PLIST Added files: games/openttd/patches: patch-src_fileio_cpp patch-src_music_extmidi_cpp patch-src_table_settings_h Removed files: games/openttd/patches: patch-Makefile_in patch-config_lib patch-src_settings_cpp Log message: - update openttd to 1.0.3, fixing a host of security issues along the way from Anton Yabchinskiy and Daniel Dickman mk@ drops maintainership, any takers? CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 13:01:14 Modified files: inputmethods/uim: Makefile Added files: inputmethods/uim/patches: patch-uim_uim_x_kana_input_hack_c Log message: - fix an off by one in uim_x_kana_input_hack_init() found by TAKAHASHI Tamotsu, confirmed/committed by upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:18:35 Modified files: www/mozilla : mozilla.port.mk Log message: Change dependency to ensure nspr 4.8.6 is required. Fixes "error: 'PR_STATIC_ASSERT' was not declared in this scope" failures. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:19:05 Modified files: www/mozilla-firefox: Makefile distinfo Log message: Bugfix update to mozilla-firefox 3.6.10 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:20:03 Modified files: www/firefox35 : Makefile distinfo Log message: Bugfix update to firefox 3.5.13. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:20:49 Modified files: mail/mozilla-thunderbird: Makefile distinfo Log message: Bugfix update to mozilla-thunderbird 3.1.4. Bump lightning REVISION. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:21:38 Modified files: www/seamonkey : Makefile distinfo Log message: Bugfix update to seamonkey 2.0.4. Bump lightning REVISION. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:22:46 Modified files: productivity/sunbird: Makefile Log message: Bump sunbird REVISION as nspr dependency was changed. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 13:23:16 Modified files: devel/xulrunner/1.9: Makefile distinfo Log message: Bugfix update to xulrunner 1.9.2.10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 14:09:41 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_test_impl_execution_monitor_ipp Log message: - OpenBSD does not have the definitions for the signals SI_ASYNCIO and SI_MESGQ. from markus hennecke ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 14:19:15 Modified files: devel/libffi : Makefile distinfo devel/libffi/patches: patch-configure patch-src_arm_sysv_S patch-testsuite_libffi_call_float2_c Removed files: devel/libffi/patches: patch-include_Makefile_in Log message: - update libffi to 3.0.9 - remove unneeded patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 14:19:39 Modified files: lang/chicken : Makefile Log message: - adjust after libffi update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/19 14:43:33 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-configure Log message: Update to webkit 1.2.4. Tested by pea@, Dawe, Remi Pointel, jasper@ and marco@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/19 14:47:29 Modified files: devel/boost/patches: patch-boost_test_impl_execution_monitor_ipp Log message: - tweak, suggested by fgs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/19 14:55:01 Modified files: games/openttd : Makefile games/openttd/pkg: PLIST Log message: - missing update-icon-cache goo - regen plist - disable configure tests for timidity, allegro to avoid picking up deps if installed at build time - add dep on icu4c - Daniel Dickman takes maintainer (discussed with Daniel and mostly in a diff he agreed with which crossed over with the update being committed ;) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 14:55:25 Modified files: bin/date : date.1 bin/pax : pax.1 bin/rcp : rcp.1 Log message: more wacky macro fixing; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 14:59:20 Modified files: sbin/init : init.8 sbin/ipsecctl : ipsec.conf.5 Log message: more wacky macro fixing; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/19 15:14:05 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configure_ac telephony/asterisk/pkg: PLIST-main Removed files: telephony/asterisk/patches: patch-autoconf_ast_ext_lib_m4 Log message: - update Asterisk to 1.6.2.13 - upstream have prevented chan_h323 from building with pwlib>=1.19.0 as it segfaults at startup; disable the h323 flavour for now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/19 15:14:54 Modified files: telephony : Makefile Log message: disable asterisk,h323 for now; asterisk has disabled chan_h323 with pwlib>=1.19.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 15:30:05 Modified files: usr.bin/cdio : cdio.1 usr.bin/cvs : cvs.5 usr.bin/dc : dc.1 usr.bin/m4 : m4.1 usr.bin/mklocale: mklocale.1 usr.bin/rpcgen : rpcgen.1 usr.bin/ssh : sftp.1 usr.bin/vgrind : vgrindefs.5 Log message: more wacky macro fixing; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 15:59:23 Modified files: usr.sbin/apm : apm.8 usr.sbin/cron : crontab.5 usr.sbin/mtrace: mtrace.8 usr.sbin/pppd : pppd.8 usr.sbin/pstat : pstat.8 usr.sbin/rbootd: rbootd.8 usr.sbin/route6d: route6d.8 usr.sbin/rtadvd: rtadvd.conf.5 usr.sbin/user : usermgmt.conf.5 Log message: more wacky macro fixing; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/19 16:22:13 Modified files: lib/libc/gen : getloadavg.3 lib/libc/stdlib: getopt_long.3 lib/libcompat/regexp: regexp.3 lib/libkeynote : keynote.3 lib/libkvm : kvm_getloadavg.3 Log message: more wacky macro fixing; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/19 16:33:44 Modified files: sbin/pfctl : pfctl.8 Log message: Do not break .Op scope by .Oc. While here, remove .Xo macros that were ugly workarounds to deal with groff-1.15 bugs, but are required neither by modern groff nor by mandoc nor by any documentation we are aware of. Problem originally noticed by jmc@ running mandoc -Tlint; patch ok by jmc@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 16:46:16 Modified files: sys/dev/acpi : atk0110.c Log message: acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt operations must currently operate under the acpi thread. So use aml_register_notify with ACPI_POLL for now -- it is a horrific hack of an interface, but now that all drivers are unified to use it, we can consider improving it. tested by jasper and claudio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/19 17:13:02 Modified files: sys/dev/ata : atascsi.c Log message: move the ncq depth calculation into atascsi_probe where it belongs. by default we now only give devices 1 openings unless both the adapter and device support ncq and a queue depth greater than one. tested by josh elsasser, who always seems to get hurt when i change the openings handling in atascsi. ok krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/19 17:34:33 Modified files: sys/arch/mips64/include: mips_opcode.h sys/arch/mips64/mips64: db_disasm.c Log message: Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as some mips64r2 instructions. Various bugfixes all over as well (conditional trap instructions do not have a delay slot, for instance). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/19 17:48:58 Modified files: usr.bin/find : find.1 Log message: Shorten text pointing from -X to -print0. Add pointer from -print0 to xargs(1). Add an EXAMPLE to demonstrate \( ... -or ... \) -print0. Stop advertising -print | xargs, which is dangerous. Add a CAVEAT about passing find(1) output to other programs. Mostly from joachimschipper dot nl; using feedback from jmc@ and sthen@, and tweaked myself; ok jmc@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/19 18:11:37 Modified files: sys/dev/ic : atw.c Log message: After the gcc4 switch the stack protector triggers in atw when a buffer is overflowed. Fix this and increase the size of the rate buffer (which is still < IEEE80211_RATE_MAXSIZE due to hardware restrictions) while here. ok claudio@ damien@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/19 18:19:47 Modified files: sys/scsi : scsi_base.c scsiconf.h Log message: bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that src/sys/dev/ata/atascsi.c r1.92 solves the problem that my scsi_link change tickled. tested by josh elsasser who reported the problem in pr6470 deraadt@ is letting it in again so it can get widespread testing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 18:49:00 Modified files: sys/arch/loongson/dev: glxpcib.c Log message: Must travese deeper for DVACT_QUIESCE; ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 19:24:09 Modified files: sys/dev/ata : wd.c Log message: DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove the false comments. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 20:45:46 Modified files: sys/arch/i386/pci: glxpcib.c Log message: Need an activate function to get to sub-devices. Write it by hand since we expect some specific register restoration will be needed here later too. ok pirofti CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 20:46:50 Modified files: sys/arch/i386/pci: glxsb.c Log message: Write the start of an activate function. QUIESCE should wait for the current crypto operation to finish but doesn't do that yet. The suspend and resume operations assume that SB_GLD_MSR_CTRL gets trashed ok pirofti CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/19 20:51:52 Modified files: sys/scsi : cd.c sd.c st.c Log message: bufq_drain() does not need to be done in deactivate; we only need to deactivate transactions we are currently doing. ok dlg CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/19 21:28:48 Modified files: sys/dev/usb : uhci.c Log message: Fix unitialised variable access in the suspend/resume case that crept in with rev 1.77, spotted by the clang static analyser. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/19 21:51:31 Modified files: usr.sbin/npppd : HOWTO_PIPEX_NPPPD.txt Log message: Update instructions for testing npppd and pipex. The instructions was out-of-date-ed after my privilege separation work at n2k10. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/19 22:08:36 Modified files: sys/dev/ic : ciss.c Log message: bus_dmamap_sync was using xs->flags to determine which direction to sync the map. unfortunately xs is not set for internal ciss commands, so this is a null deref. it wasnt until kettenis made bus_dmamap_sync a real function which needed its arguments evaluated that this became a real problem though. hit by mcbride@ and sakurai-san. fixed by krw@ over my shoulder when we figured out which specific chunk of code was faulting. tested by sakurai-san ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/19 22:26:10 Modified files: distrib/amd64/ramdisk_cd: list.local distrib/i386/ramdisk_cd: list.local distrib/landisk/ramdisk: list distrib/macppc/ramdisk: list distrib/socppc/ramdisk: list distrib/sparc64/bsd.rd: list Log message: add some missing ral/run firmware to install media ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/19 22:41:47 Modified files: usr.bin/ssh : ssh.c Log message: install a SIGCHLD handler to reap expiried child process; ok markus@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2010/09/19 22:49:08 Modified files: . : Makefile.cross Log message: nsd uses configure, so put it in NO_CROSS for now. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/19 22:50:53 Modified files: usr.bin/ssh : jpake.c schnorr.c Log message: check that received values are smaller than the group size in the disabled and unfinished J-PAKE code. avoids catastrophic security failure found by Sebastien Martini CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/19 22:54:07 Modified files: usr.bin/ssh : jpake.c Log message: missing #include CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/20 00:02:50 Modified files: sys/dev/ata : atascsi.c atascsi.h Log message: define and use macros for looking at ncq bits. requested by and ok krw@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2010/09/20 00:14:04 Modified files: . : 48.html Log message: add a few more things CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/20 00:17:49 Modified files: sys/dev/ata : atascsi.c sys/dev/atapiscsi: atapiscsi.c sys/dev/i2o : ioprbs.c sys/dev/ic : aac.c ami.c cac.c ciss.c gdt_common.c mfi.c mpi.c twe.c sys/dev/pci : ips.c Log message: Use SSD_ERRCODE_CURRENT instead of magic 0x70. ok dlg@ matthew@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:24:58 src/sys/arch/octeon Update of /cvs/src/sys/arch/octeon In directory cvs.openbsd.org:/tmp/cvs-serv23450/octeon Log Message: Directory /cvs/src/sys/arch/octeon added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/20 00:30:00 Modified files: x11/tktray : Makefile distinfo x11/tktray/pkg : PLIST Log message: Bugfix update to tktray 1.3.9 OK sthen@, jasper@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:20 src/sys/arch/octeon/compile Update of /cvs/src/sys/arch/octeon/compile In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/compile Log Message: Directory /cvs/src/sys/arch/octeon/compile added to the repository CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:21 src/sys/arch/octeon/conf Update of /cvs/src/sys/arch/octeon/conf In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/conf Log Message: Directory /cvs/src/sys/arch/octeon/conf added to the repository CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:22 src/sys/arch/octeon/dev Update of /cvs/src/sys/arch/octeon/dev In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/dev Log Message: Directory /cvs/src/sys/arch/octeon/dev added to the repository CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:23 src/sys/arch/octeon/include Update of /cvs/src/sys/arch/octeon/include In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/include Log Message: Directory /cvs/src/sys/arch/octeon/include added to the repository CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:24 src/sys/arch/octeon/octeon Update of /cvs/src/sys/arch/octeon/octeon In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/octeon Log Message: Directory /cvs/src/sys/arch/octeon/octeon added to the repository CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:30:50 Added files: sys/arch/octeon: Makefile Log message: Initial revision CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 00:32:30 Added files: sys/arch/octeon/conf: GENERIC Makefile.octeon RAMDISK files.octeon ld.script sys/arch/octeon/dev: com_oct.c comreg.h mainbus.c obio.c obiovar.h octeonreg.h sys/arch/octeon/include: _types.h asm.h atomic.h autoconf.h bootinfo.h bus.h cdefs.h conf.h cpu.h cpustate.h db_machdep.h disklabel.h endian.h exec.h float.h frame.h ieee.h ieeefp.h internal_types.h intr.h kcore.h limits.h loadfile_machdep.h lock.h memconf.h mips_opcode.h mplock.h mutex.h octeon_pcmap_regs.h param.h pcb.h pmap.h proc.h profile.h pte.h ptrace.h reg.h regdef.h regnum.h setjmp.h signal.h spinlock.h stdarg.h sysarch.h trap.h varargs.h vmparam.h sys/arch/octeon/octeon: autoconf.c bootinfo.c bus_dma.c conf.c disksubr.c genassym.cf lock_machdep.c locore.S machdep.c mutex.c Log message: Initial revision CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 00:33:48 Modified files: sys/kern : subr_evcount.c sys/sys : evcount.h sys/arch/alpha/alpha: clock.c sys/arch/alpha/dev: shared_intr.c sys/arch/alpha/tc: ioasic.c tc_3000_300.c tc_3000_500.c sys/arch/amd64/amd64: lapic.c intr.c sys/arch/arm/xscale: i80321_clock.c i80321_intr.c pxa2x0_gpio.c pxa2x0_intr.c sys/arch/aviion/dev: syscon.c vme.c sys/arch/hp300/dev: frodo.c sys/arch/hp300/hp300: clock.c intr.c sys/arch/hppa/dev: apic.c sys/arch/hppa/hppa: intr.c sys/arch/i386/i386: ioapic.c lapic.c sys/arch/i386/isa: isa_machdep.c sys/arch/landisk/landisk: intr.c sys/arch/luna88k/dev: timekeeper.c sys/arch/luna88k/luna88k: isr.c sys/arch/mac68k/mac68k: via.c intr.c sys/arch/macppc/dev: macintr.c openpic.c sys/arch/macppc/macppc: clock.c sys/arch/mips64/mips64: interrupt.c clock.c sys/arch/mvme68k/mvme68k: trap.c sys/arch/mvme88k/dev: syscon.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/mvmeppc/dev: openpic.c sys/arch/sgi/localbus: macebus.c sys/arch/sgi/pci: ioc.c iof.c sys/arch/sgi/sgi: ip27_machdep.c sys/arch/sgi/xbow: xbridge.c xheart.c sys/arch/sh/sh : interrupt.c sys/arch/sparc/dev: amd7930.c fd.c fga.c sys/arch/sparc/sparc: intr.c sys/arch/sparc64/sparc64: intr.c sys/arch/vax/if: if_qe.c if_ze.c if_le.c sys/arch/vax/qbus: dhu.c dz_uba.c uda.c sys/arch/vax/vax: clock.c sys/arch/vax/vsa: asc_vsbus.c dz_ibus.c if_ze_vsbus.c ncr.c hdc9224.c if_le_vsbus.c sys/arch/vax/vxt: vxtbus.c sys/arch/vax/mbus: mbus.c sys/arch/socppc/dev: ipic.c sys/arch/socppc/socppc: clock.c sys/arch/beagle/dev: intc.c omgpio.c sys/arch/loongson/dev: bonito.c voyager.c sys/dev/pci : pccbb.c sys/dev/tc : tcds.c Log message: Get rid of evcount's support for arranging counters in a tree hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 00:54:10 Modified files: sys/dev/usb : uhci.c Log message: If during resume we get an interrupt, sure, be a bit noisy about it for now. But since it is not being handled, do not ack it on the chip. Discussed with kettenis a while back CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/20 01:00:13 Modified files: devel/qt-creator: Makefile Log message: Set PORTHOME = ${WRKDIR} to not pollute the root directory. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/20 01:03:10 Modified files: usr.bin/find : find.1 Log message: oops! missing quote in previous; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/20 01:06:49 Modified files: x11/tktreectrl : Makefile distinfo x11/tktreectrl/pkg: PLIST Removed files: x11/tktreectrl/patches: patch-configure Log message: Bugfix update to tktreectrl 2.2.10 After some feedback and tweaks, OK sthen@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 01:09:55 Modified files: share/man/man9 : evcount.9 Log message: Update evcount(9) documentation to reflect simplifications. "yes, that's fine" jmc@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/20 01:15:31 Log message: Import jailkit-2.12: utilities for jailing a user or process Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities. After merging in what ajacoutot@ already had, and some final feedback from him, OK ajacoutot@ Status: Vendor Tag: sebastia Release Tags: sebastia_20100920 N ports/security/jailkit/Makefile N ports/security/jailkit/distinfo N ports/security/jailkit/pkg/MESSAGE N ports/security/jailkit/pkg/DESCR N ports/security/jailkit/pkg/PLIST N ports/security/jailkit/patches/patch-configure N ports/security/jailkit/patches/patch-man_Makefile_in N ports/security/jailkit/patches/patch-Makefile_in N ports/security/jailkit/patches/patch-man_jailkit_8 N ports/security/jailkit/patches/patch-ini_jk_init_ini N ports/security/jailkit/patches/patch-py_jk_lib_py N ports/security/jailkit/patches/patch-man_jk_check_8 N ports/security/jailkit/patches/patch-man_jk_chrootlaunch_8 N ports/security/jailkit/patches/patch-man_jk_chrootsh_8 N ports/security/jailkit/patches/patch-man_jk_cp_8 N ports/security/jailkit/patches/patch-man_jk_init_8 N ports/security/jailkit/patches/patch-man_jk_jailuser_8 N ports/security/jailkit/patches/patch-man_jk_lsh_8 N ports/security/jailkit/patches/patch-man_jk_socketd_8 N ports/security/jailkit/patches/patch-man_jk_uchroot_8 N ports/security/jailkit/patches/patch-man_jk_update_8 No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:18:03 Modified files: share/man/man4 : options.4 sys/conf : GENERIC sys/kern : syscalls.master uipc_syscalls.c Log message: Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library code using socket options. ok matthew CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/20 01:19:27 Modified files: usr.bin/ssh : mux.c Log message: "atomically" create the listening mux socket by binding it on a temorary name and then linking it into position after listen() has succeeded. this allows the mux clients to determine that the server socket is either ready or stale without races. stale server sockets are now automatically removed ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:20:16 Modified files: sys/kern : syscalls.conf Log message: Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library code using socket options. ok matthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:20:35 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/20 01:26:50 Modified files: security : Makefile Log message: enable jailkit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:28:23 Modified files: share/man/man4 : options.4 Log message: COMPAT_O43 went away a while back CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:40:42 Modified files: sys/dev/pci : if_bge.c if_bgereg.h if_bnx.c if_bnxreg.h if_cas.c if_casvar.h if_de.c if_fpa.c if_lmc_obsd.c if_msk.c if_mskvar.h if_nge.c if_pcn.c if_sk.c if_skvar.h if_txp.c sys/dev/ic : gemvar.h pdqvar.h pgt.c pgtvar.h ti.c xl.c xlreg.h sys/arch/vax/bi: if_ni.c sys/arch/vax/qbus: if_de.c sys/dev/tc : if_fta.c sys/dev/eisa : if_fea.c Log message: Stop doing shutdown hooks in network drivers where possible. We already take all interfaces down, via their xxstop routines. Claudio and I have verified that none of the shutdown hooks do much extra beyond what xxstop was already doing; it is largely a pile of junk. ok claudio, some early comments by sthen; also read by matthew, jsg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/20 01:41:17 Modified files: bin/ksh : ksh.1 sh.1 lib/libc/gen : getloadavg.3 lib/libcompat/regexp: regexp.3 lib/libkvm : kvm_getloadavg.3 usr.sbin/cron : crontab.5 usr.sbin/pppd : pppd.8 Log message: according to ingo, it isn;t a problem to have empty [BDS]q macros, so revert that part of yesterday's diffs; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 01:50:20 Modified files: sys/dev/pci : if_ixgb.c ixgb_hw.h Log message: Fix a variety of structure packing and byte order bugs to try to get BE support working. Doesn't hurt LE32 or LE64. Doesn't make BE64 (sparc64) move traffic yet, but it no longer crashes as hard. ok jsg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/20 01:56:07 Modified files: net : Makefile Removed files: net/bitchx : Makefile distinfo net/bitchx/patches: patch-configure patch-include_config_h patch-include_ctcp_h patch-include_struct_h patch-source_banlist_c patch-source_commands_c patch-source_ctcp_c patch-source_misc_c patch-source_names_c patch-source_notice_c patch-source_numbers_c patch-source_output_c patch-source_server_c patch-source_status_c patch-source_term_c net/bitchx/pkg : DESCR PLIST Log message: remove bitchx; unmaintained in ports or upstream, and has various unfixed security problems e.g. CVE-2007-3360, CVE-2007-4584, CVE-2007-5839. pointed out by James Hozier on misc@. ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/20 01:56:27 Modified files: infrastructure/plist: vax Log message: remove bitchx CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/20 01:58:13 Modified files: multimedia/xine-lib: Makefile Removed files: multimedia/xine-lib/patches: patch-src_input_Makefile_in patch-src_input_mms_c patch-src_input_vcd_libcdio_iso9660_fs_c patch-src_libsputext_demux_sputext_c patch-src_post_deinterlace_Makefile_in patch-src_xine-utils_utils_c Log message: Garbage collect some patches for Xine-lib which are not necessary. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/20 01:59:59 Modified files: graphics/ffmpeg: Makefile Log message: Switch to new-style LIB_DEPENDS and tighten the pkgspec for schroedinger. No change to the package -> no bump. ok Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/20 02:24:44 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-midori_main_c patch-wscript www/midori/pkg : PLIST Log message: Update to midori 0.2.8. CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/20 02:30:13 Modified files: usr.sbin/snmpd : ber.c Log message: Allow output of null values with a context class. This is used in SNMPv2 to return an error exception value for a varbind result ("noSuchObject[0] IMPLICIT NULL" in rfc1905). CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/20 02:33:18 Modified files: usr.sbin/snmpd : snmpe.c Log message: ber_scanf_elements "i" format expects a long long pointer. CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/20 02:56:16 Modified files: usr.sbin/snmpd : mps.c snmpd.h snmpe.c Log message: Return error on GET requests without an instance identifier, both for tables and scalar values. Fixes system/6468 by not calling table get functions with an unexpectedly short OID. Also fixes system/6071. Scalar variables without an instance specified now returns a noSuchInstance error. GetNext requests correctly returns the .0 instance. This means you can no longer rely on $ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr returning the .0 instance. You need to specify it explicitly: $ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr.0 Also return proper SNMPv2 errors per varbind instead of a noSuchName error status, unless SNMPv1 was specified in the request. An earlier version of this diff tested by Remi Laurent, thanks. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2010/09/20 03:01:10 Modified files: usr.sbin/smtpd : lka.c parse.y queue.c smtpd.h Log message: - fix a regression caused by latest commit (long story made short: do not attempt to expand the local delivery buffer when relaying mail, it was kind of ok before but no longer is) - use the same buffer for local deliveries to files and commands tested by jmc@ and I CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 04:36:03 Modified files: share/man/man4 : options.4 Log message: improve getpeereid docs; pointed out by jmc CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 05:49:39 Modified files: . : Makefile.cross Log message: add octeon as cross build target arch. ok miod@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 06:10:26 Modified files: sys/arch/mips64/conf: files.mips64 sys/arch/mips64/include: cpu.h Log message: cache operations for octeon. ok miod@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/20 06:11:18 Added files: sys/arch/mips64/mips64: cache_octeon.c Log message: cache operations for octeon. ok miod@ CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/20 06:32:41 Modified files: usr.sbin/snmpd : snmpe.c Log message: Use strvis to encode octet strings in -DDEBUG mode. Makes my terminal happier when debugging. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/20 07:55:09 Modified files: www/wwwcount : Makefile Log message: - remove a few master sites - switch to revision CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/20 10:02:31 Modified files: x11/dbus-glib : Makefile Log message: Don't hardcode PORTSDIR, as spotted by Ted Roby. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/20 10:11:12 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/patches: patch-ext_cdparanoia_gstcdparanoiasrc_c Added files: multimedia/gstreamer-0.10/plugins-base/patches: patch-docs_plugins_gst-plugins-base-plugins_args patch-gst-libs_gst_cdda_gstcddabasesrc_c patch-tests_check_libs_cddabasesrc_c Log message: Set the cdrom DEFAULT_DEVICE to a more appropriate value. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/20 10:17:55 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add my coordinates to geo/openbsd-developers. ok landry@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/09/20 10:29:51 Modified files: usr.sbin/snmpd : mib.c mib.h Log message: fix-up the sysORTable by using the same name (sensorsMIBObjects) as used in the MIB, rather than a different spelling (sensorMIBObjects). ok martinh@ CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/20 11:26:48 Modified files: usr.sbin/ldapd : auth.c Log message: Implement support for bsdauth authentication via simple binds, not only SASL. This works by prefixing the userPassword attribute with {BSDAUTH}, followed by the (bsd) username. For example: userPassword: {BSDAUTH}username Idea by william@. Tested by william@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/20 12:02:47 Modified files: lang/ecl : Makefile Log message: Mark as broken on hppa. I'm tired to kill that f.. process after it ate 100% cpu for 2 days. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/20 12:06:22 Modified files: sbin/iked : eap.c Log message: fixup length of an eap identity message payload. ok reyk CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/20 12:21:10 Modified files: archivers/bzip2: Makefile distinfo archivers/bzip2/pkg: PLIST Log message: SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/20 12:22:38 Modified files: security/steghide: Makefile Log message: add security/mhash to LIB_DEPENDS so that the dependency chain is not fucked up. Hopefully last fallout of libmcrypt dep change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/20 13:25:20 Modified files: sbin/pfctl : pfctl.8 Log message: tweak previous; ok schwarze CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:26:55 Modified files: app/xconsole : configure.ac Log message: Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. Problem noticed by Dave Del Debbio. Thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:27:54 Modified files: app/xconsole : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:30:55 Modified files: app/xfontsel : configure.ac Log message: Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:31:12 Modified files: app/xfontsel : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:33:25 Modified files: app/xfd : configure.ac Log message: Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:33:40 Modified files: app/xfd : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:36:52 Modified files: app/xload : configure.ac Log message: Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:37:15 Modified files: app/xload : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:40:01 Modified files: app/xsm : configure.ac Log message: Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2010/09/20 13:40:20 Modified files: app/xsm : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/20 13:48:21 Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Make .Pp .Lp .br not FATAL when having arguments; From kristaps@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/20 14:02:27 Modified files: usr.bin/mandoc : mdoc_html.c mdoc_term.c Log message: Format multiple authors (.%A) in the same way as groff: Two authors with "and", but without a comma. Three or more with commata, and an "and" before the last one. From kristaps@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/20 14:43:38 Modified files: usr.bin/mandoc : chars.c chars.in Log message: remove remaining pod2man escapes, mandoc now uses the standard preamble; from kristaps@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/20 17:12:28 Modified files: . : hackathons.html Added files: images/hackathons: j2k10-s.gif j2k10.gif Log message: artwork for the j2k10 tshirt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/20 17:37:08 Modified files: sys/arch/mips64/include: db_machdep.h sys/arch/mips64/mips64: db_disasm.c Log message: Make md_printins() get the printf-like function as an extra parameter, and make it visible so that md parts of the kernel can use it for debug messages. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/20 18:29:29 Modified files: sys/dev/pci : ixgbe_phy.c Log message: When attaching a unknown SFP+ module on the 82598 controller recompute the list_offset and data_offset. Makes my ix(4) happy again. OK jsg@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 19:04:12 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Make splassert(IPL_NONE) work on amd64 the same as it does on i386. ok oga@ (a while back) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/20 19:05:12 Modified files: sys/dev/ic : xl.c xlreg.h Log message: mclgeti() support for xl(4). All done by Loganaden Velvindron. Tested by various people on tech@. OK dlg@, deraadt@ and myself CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 19:09:10 Modified files: sys/sys : systm.h sys/kern : subr_xxx.c subr_pool.c kern_malloc.c Log message: Add assertwaitok(9) to declare code paths that assume they can sleep. Currently only checks that we're not in an interrupt context, but will soon check that we're not holding any mutexes either. Update malloc(9) and pool(9) to use assertwaitok(9) as appropriate. "i like it" art@, oga@, marco@; "i see no harm" deraadt@; too trivial for me to bother prying actual oks from people. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/20 19:10:24 Modified files: sys/dev/acpi : atk0110.c Log message: Add support for newer asus boards that use a different method to poll and enumerate the sensors. When available aibs is using the RTMP, RVLT, and RFAN nodes else in new mode GGRP, GITM, and SITM are used. Tested by me and japser@ on old HW and me and Mattieu Baptiste on new HW. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/20 20:00:13 Modified files: sys/dev/pci : auglx.c Log message: * use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting for suspend/resume, and ac97(4)'s ac97_resume() to reset and restore the codec at resume * return the sample rate the codec is using and remove unneeded adjusted sample rate checking that was incorrectly copied from auich(4) tested/ok pirofti (on loongson) CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/20 20:09:15 Modified files: sys/dev/pci : auixp.c auixpvar.h Log message: * add autoconf(9) activate function. basically the same as other ac97(4) devices. * only one codec will ever be supported, and there's no reason to restrict the supported codec to being in the first codec slot. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/20 20:12:20 Modified files: sys/dev/pci : auacer.c Log message: use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for suspend/resume, like in other AC'97 drivers CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/20 20:31:07 Modified files: www/p5-libwww : Tag: OPENBSD_4_7 Makefile Added files: www/p5-libwww/patches: Tag: OPENBSD_4_7 patch-bin_lwp-download Log message: SECURITY FIX Resolves CVE-2010-2253 from jasper@, thanks! CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/20 20:32:35 Modified files: www/p5-libwww : Tag: OPENBSD_4_8 Makefile Added files: www/p5-libwww/patches: Tag: OPENBSD_4_8 patch-bin_lwp-download Log message: SECURITY FIX Resolves CVE-2010-2253 from jasper@, thanks! CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/20 20:40:58 Modified files: www/moinmoin : Tag: OPENBSD_4_8 Makefile distinfo www/moinmoin/pkg: Tag: OPENBSD_4_8 PLIST Log message: MFC: SECURITY UPDATE to moinmoin-1.9.3 Resolves CVE-2010-0828 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/20 20:41:24 Modified files: sys/dev/usb : umass_scsi.c Log message: umass is set up to only handle one command on the bus at any point in time, which is a problem if your umass device has multiple luns on it. if multiple commands are issued at the same time then they step on some shared state, which in turn causes some interesting panics. this diff introduces an iopool in umass so only one command can be "allocated" and scheduled at a time. found, reproduced and investigated by krw@ fix verified by krw@ ok matthew@ krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/20 20:46:33 Modified files: sys/arch/loongson/conf: GENERIC Log message: gpio at glxpcib was forgotten; tested by pirofti CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 20:51:35 Modified files: sys/net : pf.c pfvar.h Log message: factor our the code to set up pf_pdesc, a central structure in pf carrying information about the packet we're currently dealing with, into its own function. ok ryan dlg and additional testing sthen CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/20 20:53:14 Modified files: sys/dev/pci : autri.c Log message: audio(4) and ac97(4) style suspend/resume CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/20 20:57:07 Modified files: net/wget : Tag: OPENBSD_4_7 Makefile Added files: net/wget/patches: Tag: OPENBSD_4_7 patch-src_Makefile_in patch-src_http_c patch-src_http_h patch-src_init_c patch-src_main_c patch-src_openssl_c patch-src_options_h patch-src_retr_c patch-src_sysdep_h Log message: MFC: SECURITY FIX Resolves CVE-2010-2252 CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/20 20:58:26 Modified files: net/wget : Tag: OPENBSD_4_8 Makefile Added files: net/wget/patches: Tag: OPENBSD_4_8 patch-src_Makefile_in patch-src_http_c patch-src_http_h patch-src_init_c patch-src_main_c patch-src_openssl_c patch-src_options_h patch-src_retr_c patch-src_sysdep_h Log message: MFC: SECURITY FIX Resolves CVE-2010-2252 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2010/09/20 21:19:29 Modified files: . : hackathons.html Log message: names CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 21:33:33 Modified files: sys/dev/ic : wdc.c Log message: Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar changes to the SCSI subsystem ioctl(2) handlers. ok dlg@; ok and tweaks krw@; no objections jsg@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 21:42:17 Modified files: sys/net : pf.c pfvar.h Log message: make pf_translate (void so far) return 1 if it actually changed something and 0 if it didn't so we know wether we have to rewrite or not. ok ryan dlg and in just an hour from now on this might have reached cvs eventually from njetwork challenged j2k10 in japan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 22:06:37 Modified files: sys/net : bpf.c bpf.h if_pflog.c if_pflog.h Log message: pflog overhaul pflog was logging the "wrong" as in not yet rewritten (nat/rdr) addresses. to address this without making an extra copy of the mbuf chain: -introduce bpf_mtap_pflog, which is a 1:1 copy of bpf_mtap_hdr, except that it supplies bpf_catchpacket with pflog_bpfcopy as copy function instead of plain bcopy -said new shiny pflog_bpfcopy knows what a pflog packet looks like, copies everything into bpf's buffer, contructs a fake mbuf (which is allocated once at attach time and reused over and over) which points to the bpf buffer as data storage -call pf_setup_pdesc on said fake mbuf -then call pf_translate to rewrite the addresses as needed right in the bpf buffer this changes the pflog header as we have to pass the new addresses/ports around. relies on canacar's awesome work in libpcap to work olrite with the new, longer pflog header as well as with the old, shorter one. almost completely written at c2k10 in canada, finished here at j2k10 in japan. ok ryan dlg CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 22:08:12 Modified files: usr.sbin/tcpdump: privsep_pcap.c Log message: temporary hack to raise snaplen for pflog so that pflog header, ip header and protocol header actually fit in the common cases. stays until canacar tells us how to do it right ;) ok dlg ryan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 22:09:33 Modified files: sys/net : pf.c Log message: remove now obsolete XXX comment CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 22:33:35 Modified files: sys/dev : vscsi.c Log message: Add device_unref() calls as appropriate to vscsi(4) to fix reference counting. Not really an issue, but dlg@ was teasing me about not finding any vscsi(4) bugs in a while. ;) "i trust you" dlg@ (without seeing the diff) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/20 22:51:10 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Avoid double unlocking the DRM lock in drmclose(). Caught by the strict locking diff. ok oga@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/20 23:28:58 Modified files: sys/dev/ic : aac.c Log message: Stefan Rinkes pointed that the disabled aac(4) driver does not compile with gcc4. Use his diff to make it compile. Submitted & tested by Stefan Rinkes. Thanks! CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/20 23:56:58 Modified files: sbin/pflogd : pflogd.h Log message: bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/21 00:13:06 Modified files: sys/net : if_mpe.c Log message: No need to m_freem() a NULL pointer and change the error for unknown protocols to EPFNOSUPPORT. CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/21 00:13:21 Modified files: sys/arch/octeon/dev: comreg.h Log message: Fix incorrect comment on comreg.h. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: syuu@cvs.openbsd.org 2010/09/21 00:21:00 Modified files: sys/arch/octeon/conf: files.octeon sys/arch/octeon/octeon: machdep.c Removed files: sys/arch/octeon/include: bootinfo.h sys/arch/octeon/octeon: bootinfo.c Log message: Remove bootinfo.c which has license issue. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/21 00:25:48 Modified files: sys/dev/ic : mpi.c Log message: tweak the sas io unit to use 32 openings when talking to sata disks if the firmware has it configured lower. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 01:04:24 Modified files: sys/net : pf.c Log message: make "match log" rules log on the fly. thus you can log and see the packet as it is in the very same moment pf hits that match rule. really awesome with multiple rdr-to and the like. ok dlg - ryan would ok it too if he was here right now CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 01:21:00 Modified files: mail/mailman : Makefile distinfo mail/mailman/patches: patch-Mailman_Defaults_py_in patch-configure mail/mailman/pkg: PLIST Log message: - SECURITY UPDATE of mailman to 2.1.14 Fixes CVE-2010-3089: Mailman List Description Two Script Insertion Vulnerabilities ok sthen@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/21 01:35:26 Modified files: kerberosV/src/lib/krb5: crypto.c Log message: spelling fixes from Richard Toohey ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/21 01:44:54 Modified files: sys/net : pipex.c Log message: Cleanup handlings for memory shortage condition: - use rn_inithead0() instead of rn_inithead() to avoid failures on memory shortage. - delete a needless failure handling for malloc(,M_WAITOK) in pipex_add_session(). pointed out by blambert@. ok hsuenaga@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 02:02:49 Modified files: sys/dev/usb : if_axe.c if_axereg.h Log message: Better PHY probing adapted from FreeBSD by Laurent Ghigonis fixes problems seen with Linksys USB300M. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/21 02:27:32 Modified files: graphics/tkimg : Makefile distinfo graphics/tkimg/patches: patch-Makefile_in graphics/tkimg/pkg: PLIST Removed files: graphics/tkimg/patches: patch-base_configure patch-base_tkimg_h patch-bmp_configure patch-gif_configure patch-ico_configure patch-jpeg_configure patch-libjpeg_tcl_configure patch-libpng_tcl_configure patch-libtiff_tcl_configure patch-libz_tcl_configure patch-pcx_configure patch-pixmap_configure patch-png_configure patch-ppm_configure patch-ps_configure patch-sgi_configure patch-sun_configure patch-tga_configure patch-tiff_configure patch-window_configure patch-xbm_configure patch-xpm_configure Log message: Update tkimg to 1.4 Now supporting new format: DTED, RAW. indexing TIFF images is now possible and lots of other updates/fixes. OK landry@, jasper@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/21 03:00:23 Modified files: sys/scsi : scsi_disk.h Log message: opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands. ok deraadt@ krw@ matthew@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 04:10:02 Modified files: www/mollify : Makefile distinfo www/mollify/pkg: PLIST Log message: update mollify to 1.6.5.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 04:12:07 Modified files: audio/squeezecenter: Makefile Log message: add a note about why this isn't updated, people keep asking CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 04:28:11 Modified files: audio/squeezecenter: Makefile Log message: change homepage, pointed out aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 04:29:09 Modified files: graphics/dcraw : Makefile distinfo graphics/dcraw/pkg: PLIST Removed files: graphics/dcraw/patches: patch-dcraw_c Log message: update to 9.04 and drop strl* patches which are difficult to maintain, and this code is already present several other times in the ports tree unpatched. jasper@ has no objections to dropping strl* patches. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 04:37:33 Modified files: sys/net : pf.c Log message: do not increment states_tot on match rules. it is purely cosmetic, this value is used in verbose "show rules" output as "states creations", but match rules never create state. states_cur aka "States" is needed and correct, match rules are being associated with states. ok ryan CVSROOT: /cvs Module name: src Changes by: martinh@cvs.openbsd.org 2010/09/21 04:41:32 Modified files: usr.sbin/ldapd : schema.c Log message: Warn if schema file can't be opened. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 04:43:04 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/patches: patch-agent_mibgroup_if-mib_data_access_interface_sysctl_c patch-agent_mibgroup_mibII_interfaces_c patch-configure net/net-snmp/pkg: PLIST-main Removed files: net/net-snmp/patches: patch-local_tkmib patch-snmplib_snmpUDPDomain_c Log message: update Net-SNMP to 5.4.3 and pick up OpenBSD mibs from /usr/share/snmp/mibs CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 04:43:41 Modified files: sys/net : pf.c Log message: after ruleset eval is done, we must apply actions from the last matching pass or block rule, not the last matching rule. triggered by pr6401. this means that, for example, a rdr-to on a pass rule can override an rdr-to on a match rule that comes later in the ruleset. but that's the semantics: for block and pass rules, the last matching one wins, aka actions are applied after we're done with ruleset eval, and match rules' actions are applied on the fly. discussion with dlg and claudio, ok dlg ryan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 04:45:26 Modified files: sys/net : if_pflog.c Log message: stuff the original (before rewriting) addresses into the already existant address fields in the pflog header, same for ports, and add a "rewritten" indicator. ok ryan dlg CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 04:46:12 Modified files: usr.sbin/tcpdump: print-pflog.c Log message: when a packet has had addresses and/or ports rewritten, show the original addresses/ports too. ok ryan dlg CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/21 04:58:23 Modified files: sbin/route : route.8 route.c show.c show.h Log message: Add '-label' to specify that you only want to see routes having the given label. No change to existing functionality. ok henning@ claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 04:58:55 Modified files: devel/hs-monads-fd: Makefile Log message: - fix build on a clean system CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 05:05:10 Modified files: sys/net : if_pflog.h Log message: aye. that should not have been forgotten. add the rewritten indicator to struct pflog. ok gcc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 05:14:01 Modified files: devel/hs-List : Makefile Log message: - add missing dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 05:20:30 Modified files: www/hs-xhtml-combinators: Makefile Log message: - missing dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 05:22:03 Modified files: devel/hs-MonadCatchIO-transformers: Makefile Log message: - another missing dependency CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/21 05:23:20 Modified files: sys/arch/loongson/dev: glxpcib.c Log message: Watchdog suspend/resume logic. Okay miod@, deraadt@. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 05:29:13 Modified files: sys/net : pf.c pfvar.h if_pflog.c Log message: assert copyrights / bump years CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 05:41:34 Modified files: sys/dev/pci : pcidevs Log message: Add some devices from submitted dmesgs and correct some devices that were mislabeled as MCP89 AHCI. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 05:42:24 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 06:12:12 Modified files: inputmethods/scim-anthy: Makefile inputmethods/scim-hangul: Makefile x11/e17/e : Makefile x11/vlc : Makefile Log message: these ports don't build with ports libtool yet, as they ask libtool to link with static library archives. force gnu libtool (this was already done in vlc) and add a short explanatory comment. ok jasper@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/21 06:20:53 Modified files: sys/scsi : cd.c sd.c Log message: Add a real DIOCGPDINFO, allowing access to the physical information about the device rather than the contents of whichever disklabel was read. Tweak whitespace in sd.c to make the code appearance consistant. CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2010/09/21 06:25:34 Modified files: sys/dev/usb : uhub.c Log message: The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be determined by bNbrPorts in hub descriptor. USB hub sends status packet to host, it contains status bits for each port and hub itself. So, the packet size is ceil((port + 1) / 8) bytes. If host requests smaller than that size, the hub behavior is undefined. Some hub (Intel's RMH for example) sends whole status every time, it makes babble of USB. This is the reason that uhub_intr() of old code was suffered from USBD_IOERROR, Okay deraadt@ and yuo@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/21 06:55:25 Modified files: sys/arch/i386/pci: glxpcib.c Log message: save & restore the watchdog configuration when doing suspend/resume ok pirofti CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/21 07:14:01 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: Update to 0.4001 ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 07:18:26 Modified files: security/clamav: Makefile distinfo security/clamav/pkg: PLIST Log message: update clamav to 0.96.3, ok pea@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/21 07:28:31 Log message: import mediatomb upnp streaming server. OK sthen@ Status: Vendor Tag: edd Release Tags: edd_20100921 N ports/multimedia/mediatomb/Makefile N ports/multimedia/mediatomb/distinfo N ports/multimedia/mediatomb/pkg/DESCR N ports/multimedia/mediatomb/pkg/PLIST N ports/multimedia/mediatomb/pkg/MESSAGE N ports/multimedia/mediatomb/patches/patch-tombupnp_threadutil_src_ThreadPool_c N ports/multimedia/mediatomb/patches/patch-acinclude_m4 N ports/multimedia/mediatomb/patches/patch-configure_ac N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_inc_uri_h N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_genlib_miniserver_miniserver_c N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_genlib_net_http_httpreadwrite_c N ports/multimedia/mediatomb/files/config.xml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2010/09/21 07:29:46 Modified files: multimedia : Makefile Log message: link mediatomb CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/21 07:41:56 Modified files: databases/pgadmin3: Makefile distinfo databases/pgadmin3/pkg: PLIST Log message: Update to 1.12.0 ok landry@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/21 08:00:57 ports/inputmethods/scim-anthy/patches Update of /cvs/ports/inputmethods/scim-anthy/patches In directory cvs.openbsd.org:/tmp/cvs-serv25451/patches Log Message: Directory /cvs/ports/inputmethods/scim-anthy/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/21 08:46:40 Modified files: sbin/route : route.8 Log message: 15 months later, there is still no mpls(4) man page: .Xr mpls 4 -> MPLS CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/21 09:05:25 Modified files: inputmethods/scim-anthy: Makefile Added files: inputmethods/scim-anthy/patches: patch-configure Log message: Don't link with static library archives. Allows to build with ports libtool. Spotted by sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 09:18:03 Modified files: infrastructure/mk: bsd.port.mk databases/sqlports: Makefile databases/sqlports/files: mksqlitedb databases/sqlports/pkg: DESCR-compact DESCR-main Log message: output EPOCH and REVISION in dump-vars, and use it in sqlports. ok espie@ (with a reminder to add EPOCH, my first diff just had REVISION). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 10:10:02 Modified files: databases/freetds: Makefile databases/freetds/patches: patch-configure Log message: use shared not static libiconv; fixes build with .Ox libtool. bump. CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/21 10:19:40 Modified files: textproc/hs-hexpat: Makefile Log message: add missing dependencies "just commit them" kili@ CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2010/09/21 10:20:23 Modified files: textproc/hs-heist: Makefile Log message: add missing dependencies "just commit them" kili@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 11:11:38 Modified files: x11/gnome/empathy: Makefile Log message: - missing run dependency CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2010/09/21 13:17:31 Modified files: sysutils/tree : Makefile Added files: sysutils/tree/patches: patch-tree_c Log message: Fix handling of symlinks in subdirectories; ok pyr@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/21 13:39:25 Modified files: inputmethods/scim-hangul: Makefile inputmethods/scim-hangul/patches: patch-configure Log message: Don't link with static library archives. Allows to build with ports libtool. Spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/21 14:08:11 Modified files: sys/dev : audio.c audiovar.h Log message: change quiescing to not call the audio_hw_if halt method in interrupt context, because drivers (like eso(4) and envy(4)) might want to sleep in their halt method. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/21 14:11:44 Modified files: sys/dev/pci : eso.c esovar.h Log message: much better suspend/resume support CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/21 14:29:17 Modified files: sys/arch/mips64/conf: files.mips64 sys/arch/mips64/include: cpu.h ieeefp.h sys/arch/mips64/mips64: lcore_float.S process_machdep.c trap.c Added files: sys/arch/mips64/mips64: fp_emulate.c Removed files: sys/arch/mips64/mips64: fp.S Log message: Replace the old floating point completion code with a C interface to the MI softfloat code, implementing all MIPS IV specified floating point operations. Tested on R5000, R10000, R14000 and Loongson2F. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 14:31:13 Log message: import py-xmldiff 0.6.10 xmldiff is a Python tool that figures out the differences between two similar XML files, in the same way the diff utility does it. Xmldiff can be used as a library or as a command line tool. It can work either with XML files or DOM trees. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20102109 N ports/textproc/py-xmldiff/distinfo N ports/textproc/py-xmldiff/Makefile N ports/textproc/py-xmldiff/pkg/DESCR N ports/textproc/py-xmldiff/pkg/PLIST N ports/textproc/py-xmldiff/patches/patch-bin_xmldiff N ports/textproc/py-xmldiff/patches/patch-bin_xmlrev No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 14:35:04 Modified files: textproc : Makefile Log message: - sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 14:38:31 Modified files: x11/e17/e : Makefile x11/e17/e/patches: patch-configure Log message: don't link with static libintl; switch USE_LIBTOOL=gnu back to Yes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 15:32:08 ports/net/telepathy/telepathy-haze/patches Update of /cvs/ports/net/telepathy/telepathy-haze/patches In directory cvs.openbsd.org:/tmp/cvs-serv10827/patches Log Message: Directory /cvs/ports/net/telepathy/telepathy-haze/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/21 15:37:41 Modified files: net/telepathy/telepathy-haze: Makefile Added files: net/telepathy/telepathy-haze/patches: patch-configure Log message: - make sure we pickup the correct python version CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 15:43:45 Modified files: sys/dev/pci/drm: i915_drv.c Log message: Fix up an unlock that was left over when I changed the locking requirements of this function (due to no longer binding any objects) Found by matthew@'s lovely lock assertion diff. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 15:47:18 Modified files: sys/dev/pci/drm: i915_drv.c Log message: When we reset the chip, no need to clear the active list, the retire_requests() called just prior will do that for us. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 15:49:12 Modified files: sys/dev/pci/drm: i915_drv.c Log message: reorder the busy ioctl order of operations to be nicer and a little more efficient in the case where we are idle. Idea taken from a commit to the linux kernel by chris wilson. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 15:53:09 Modified files: sys/dev/pci/drm: i915_drv.c Log message: Fix a couple of typos and remove some if 0ed code that is not coming back. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2010/09/21 15:59:09 Modified files: devel/fossil : Makefile distinfo Log message: Update to 20100918155143 ok jasper@, James Turner (MAINTAINER) who had the same diff prepared CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/21 15:59:44 Modified files: sys/arch/mips64/mips64: trap.c Log message: Better not panic in MipsEmulateBranch() if the instruction is an unspecified OP_BCOND subfunction. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 16:05:42 Modified files: sys/dev/pci/drm: i915_drv.c i915_drv.h Log message: Enable error interrupts on ironlake, as we do on all other chips. The sodding bits moved again *sigh*. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 16:07:36 Modified files: sys/dev/pci/drm: i915_drv.c i915_drv.h Log message: On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit in ARB_STATE. Without this bit, C{2,3,4} power states can't complete render writes this has been known to cause painful hangs on some 945s where the bios doesn't set this bit for us. Code from Dave Airlie ``upstream''. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 16:10:33 Modified files: x11/py-qt4 : Makefile distinfo Removed files: x11/py-qt4/patches: patch-pyuic_uic_driver_py Log message: update py-qt4 to 4.7.7, ok jasper CVSROOT: /cvs Module name: ports Changes by: joshe@cvs.openbsd.org 2010/09/21 16:25:08 Modified files: lang/sbcl : Makefile Log message: Update my email address. CVSROOT: /cvs Module name: ports Changes by: joshe@cvs.openbsd.org 2010/09/21 16:26:32 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. ok jasper@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/21 16:33:41 Modified files: usr.bin/mandoc : man_term.c term.c Log message: When calculating string lengths, resolve escape sequences and use their actual lengths. Will improve vertical alignment in some uncommon situations, for example when escape sequences occur in list or column width strings or in .Nm block arguments in the SYNOPSIS. From kristaps@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/21 16:40:26 Modified files: comms/smstools : Makefile distinfo comms/smstools/patches: patch-scripts_sendsms Log message: update smstools3 to 3.1.14, patch away a /bin/bash CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2010/09/21 16:45:59 Modified files: . : orders.html Log message: Librarie Eyrolles is no longer carrying OpenBSD CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2010/09/21 16:49:14 Modified files: sys/net : if_pflog.c Log message: Don't dereference null pointers for protocols without port numbers. From henning@, fixed pflog_bgpcopy crashes. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 16:58:14 Modified files: sys/dev/pci/drm: i915_drv.c i915_drv.h Log message: Use RING_WAIT state for the ringbuffer and the instdone debug register when we check for gpu hangs. This makes catching some situations a bit more reliable so that large gpu programs don't trigger hangcheck, and also the ring_wait can unhang the chip for us without needin to do a reset. Merge of two patches from Chris Wilson ``upstream''. Running this here for a few days. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/21 17:05:41 Modified files: sys/dev/pci/drm: i915_drv.c Log message: In i915_gem_idle, don't fail if we have a wedged chipset (this only happens when waiting for the gpu), the reset function will at the very least clean out all of our unwanted buffers, which is all we wanted to do here ourselves. so we can continue with disabling the hardware and cleaning up then return success. Fixes a QUIESCE crash for krw when he had a wedged gpu (``it works, ok krw@''). matthew@ hit a similar thing and this should fix it. CVSROOT: /cvs Module name: ports Changes by: joshe@cvs.openbsd.org 2010/09/21 17:17:33 Modified files: sysutils/grub : Makefile Added files: sysutils/grub/patches: patch-stage2_fsys_ext2fs_c Log message: Add support for reading newer ext2 filesystems with 256-byte inodes. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2010/09/21 17:25:47 Modified files: infrastructure/man/man1: make-plist.1 update-patches.1 Log message: s/-indent offset/-offset indent/ in .Bd; found by mandoc -Tlint CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 18:32:48 Modified files: usr.sbin/npppd/npppdctl: npppdctl.c Log message: make the arguments match the format string in usage ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 18:35:19 Modified files: sys/dev/ic : aic79xx.c Log message: remove a leftover debug printf ok krw@ marco@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/21 19:18:57 Modified files: share/man/man9 : physio.9 sys/sys : buf.h sys/kern : kern_physio.c sys/arch/hp300/dev: ct.c hd.c mt.c sys/arch/sparc/dev: fd.c presto.c xd.c xy.c sys/arch/sparc64/dev: fd.c sys/arch/vax/mba: hp.c sys/arch/vax/mscp: mscp_disk.c mscp_tape.c sys/arch/vax/qbus: qd.c sys/arch/vax/vsa: hdc9224.c sys/dev/ata : wd.c sys/dev/isa : fd.c mcd.c sys/dev/raidframe: rf_openbsdkintf.c sys/dev : ccd.c vnd.c flash.c ramdisk.c sys/scsi : cd.c sd.c st.c Log message: All users of physio(9) now pass NULL as the buf pointer argument, so no point in keeping it around. "i like this" thib@ (a while back); ok krw@ and oga@; reminder to update the man page and tweaks jmc@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 20:12:36 Modified files: sys/net : pf.c Log message: various whitespace fixes that my hands did while i was looking for sth else and an unneeded if (r) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/21 20:28:37 Modified files: sys/arch/amd64/amd64: rbus_machdep.c sys/arch/i386/i386: rbus_machdep.c sys/dev/cardbus: rbus.c rbus.h sys/arch/hppa/dev: dino.c elroy.c sys/arch/hppa64/dev: elroy.c sys/arch/macppc/macppc: rbus_machdep.c sys/arch/sgi/pci: macepcibridge.c sys/arch/sgi/xbow: xbridge.c sys/arch/sparc64/sparc64: rbus_machdep.c Log message: remove unused offset argument to rbus functions ok krw@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2010/09/21 21:16:43 Modified files: www/drupal6/devel: Tag: OPENBSD_4_7 Makefile www/drupal6/devel/pkg: Tag: OPENBSD_4_7 PLIST Added files: www/drupal6/devel/patches: Tag: OPENBSD_4_7 patch-performance_performance_module Log message: SECURITY FIX Resolves SA-CONTRIB-2010-079 http://drupalcode.org/viewvc/drupal/contributions/modules/devel/performance/performance.module?r1=1.2.2.32&r2=1.2.2.33 from stephan@, thanks! ok jasper@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/21 21:51:47 Modified files: sys/dev : vscsi.c Log message: when vscsi is closed request a detach of its children devices from the same thread theyre attached in (syswq) rather than in teh vscsi process context. this serialises attach and detach so we can avoid weird races with autoconf. also, count the devices on the bus rather than the outstanding commands. fixes some stuff for matthew@ ok matthew@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/21 22:24:19 Modified files: sys/arch/i386/pci: glxpcib.c Log message: Fix ramdisks, from Vladimir Kirillov. Thanks! CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/21 22:52:10 Modified files: sys/dev : vscsi.c Log message: Call config_deactivate() on SCSI links in vscsiclose(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/21 22:57:55 Modified files: sys/kern : uipc_syscalls.c Log message: Fix a locking bug in accept(2) caught by sthen@ using my strict locking diff. ok guenther@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/21 23:01:30 Modified files: usr.bin/ssh : kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c readconf.c readconf.h servconf.c servconf.h ssh_config.5 sshconnect2.c sshd.c sshd_config.5 Log message: add a KexAlgorithms knob to the client and server configuration to allow selection of which key exchange methods are used by ssh(1) and sshd(8) and their order of preference. ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/21 23:16:56 Log message: Import gksu-polkit-0.0.2. This is the new generation of gksu, a simple utility to run programs as root, even in X-based environments. This version uses the new libgksu-polkit library, which uses PolicyKit for authorization purposes and a D-Bus service to actually perform the work. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100922 N ports/security/gksu-polkit/Makefile N ports/security/gksu-polkit/distinfo N ports/security/gksu-polkit/pkg/DESCR N ports/security/gksu-polkit/pkg/PLIST N ports/security/gksu-polkit/pkg/PFRAG.shared N ports/security/gksu-polkit/patches/patch-mechanism_dbus-gksu-server_xml N ports/security/gksu-polkit/patches/patch-mechanism_gksu-polkit_conf N ports/security/gksu-polkit/patches/patch-data_org_gnome_gksu_policy N ports/security/gksu-polkit/patches/patch-gksu_gksu-polkit_c N ports/security/gksu-polkit/patches/patch-libgksu_gksu-process_c N ports/security/gksu-polkit/patches/patch-mechanism_gksu-controller_c N ports/security/gksu-polkit/patches/patch-common_gksu-environment_vala N ports/security/gksu-polkit/files/gksu-environment.vala No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/21 23:18:19 Modified files: security : Makefile Log message: +gksu-polkit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/21 23:21:36 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-gui_gdmsetup_desktop_in_in Log message: Use gksu-polkit instead of ktsuss to run gdmsetup. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/21 23:28:59 Modified files: sys/sys : disk.h share/man/man9 : disk.9 Log message: Garbage collect the field dk_labelsector since there are no uses in the tree. Update disk.9 to reflect current reality. ok matthew@ deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/21 23:44:27 Modified files: sys/net : if_tun.c Log message: Don't bother calling suser() in tunopen(). "Sure" deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/21 23:58:29 Modified files: sys/net : pf.c pfvar.h Log message: add a new log opt PF_LOG_MATCHES forces logging on all subsequent matching rules real ok theo assumed oks ryan and dlg bikeshedding everyone in the room implementation time ~ 1 minute CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/22 00:02:59 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: new log opt "matches" awesome for debugging, a rule like match log(matches) from $testbox will show you exactly which subsequent rules match on that packet real ok theo assumed oks ryan & dlg bikeshedding many implementation time ~1 min bikeshedding about the keyword longish. i voted for "matches" since i like to play with matches idea was theo's, actually CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/22 00:03:32 Modified files: share/man/man5 : pf.conf.5 Log message: document hwo to play with matches CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2010/09/22 00:40:25 Modified files: sys/arch/sparc/dev: presto.c xd.c xy.c sys/arch/vax/mba: hp.c sys/arch/vax/mscp: mscp_disk.c sys/arch/vax/vsa: hdc9224.c sys/dev : flash.c Log message: Add DIOCGPDINFO to drivers that were lacking it. Where there is no easily available physical information outside of the stored disklabel just make it a synonym for DIOCGDINFO. Commit on the theory it is unlikely to harm, and fallout can be addressed in the mass re-compile that will follow j2k10. Should allow auto-allocation of disks to work with all devices. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:48:59 Modified files: graphics/exiv2 : Makefile Log message: Force the use of gnu libtool here, our ports libtool generates a slightly bogus libexiv2.la. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:50:39 Modified files: databases/db : Makefile.inc Log message: Force the use of gnu libtool here, mail/bogofilter configure script is confused when db is built with our ports libtool. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:52:14 Modified files: lang/librep : Makefile Log message: Use gnu libtool here as PLIST contains a funky symlink to libtool binary. jasper@ said he'll look into it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:53:03 Modified files: mail/courier-imap: Makefile Log message: Use gnu libtool here, db library is not found when using ports libtool. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:54:22 Modified files: mail/dspam : Makefile Log message: Force the use of gnu libtool. Our ports libtool doesn't seem to add -lkrb5 (among others) when building the pgsql flavor. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:55:44 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: Force the use of gnu libtool, build error with ports libtool. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:56:57 Modified files: sysutils/bacula: Makefile Log message: Use gnu libtool, the infamous '.libs/bat vs bat' issue is back when using ports libtool. To be revisited. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 00:58:02 Modified files: textproc/clucene: Makefile Log message: Use gnu libtool, a funky @symlink libclucene-0.9.21b.so.1.0 to the library is added to PLIST when using ports libtool. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 01:01:56 Modified files: x11/kde/bindings3: Makefile Log message: Force the use of gnu libtool, our ports libtool seems to add an empty -Wl,rpath, when linking rbuic. All those fixes agreed/okayed by phessler@ espie@ steven@ jasper@ sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 01:24:42 Modified files: lang/unicon : Makefile Log message: Add amd64 and sparc64 to NOT_FOR_ARCHS. espie@ has an update which will hopefully fix that, but in the meantime less kittens are killed. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/22 02:00:43 Modified files: misc/pymissile : Makefile Log message: Update homepage. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/22 02:30:08 Modified files: usr.bin/ssh : ssh.1 ssh_config.5 Log message: ssh.1: add kexalgorithms to the -o list ssh_config.5: format the kexalgorithms in a more consistent (prettier!) way ok djm CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 02:42:53 Modified files: devel/mico : Makefile distinfo systrace.filter devel/mico/patches: patch-Makefile patch-configure patch-demo_MakeVars patch-demo_Makefile patch-demo_obv_Makefile patch-demo_poa_Makefile patch-demo_services_Makefile patch-ir_Makefile patch-man_man1_idl_1 patch-man_man1_imr_1 patch-man_man5_micorc_5 patch-man_man8_ird_8 devel/mico/pkg : PFRAG.shared PLIST Added files: devel/mico/patches: patch-demo_csiv2_Makefile patch-demo_csiv2_interop_Makefile patch-demo_interop_jboss_Makefile patch-demo_interop_jboss_jdk1_3_x_Makefile patch-demo_interop_jboss_jdk1_3_x_cart-ejb_Makefile patch-demo_interop_jboss_jdk1_3_x_converter-ejb_Makefile patch-demo_interop_jboss_jdk1_3_x_corba-friendly-ejb_Makefile patch-demo_interop_jboss_jdk1_4_x_Makefile patch-demo_interop_jboss_jdk1_4_x_cart-ejb_Makefile patch-demo_interop_jboss_jdk1_4_x_converter-ejb_Makefile patch-demo_interop_jboss_jdk1_4_x_corba-friendly-ejb_Makefile patch-demo_mt_Makefile patch-demo_pi_Makefile Removed files: devel/mico/patches: patch-MakeVars_in patch-admin_mkdepend_cc patch-codec_cc patch-coss_events_main_cc patch-coss_externalization_Stream_impl_cc patch-coss_externalization_extcriteriad_cc patch-coss_lifecycle_lifecriteriad_cc patch-coss_naming_Naming_impl_cc patch-coss_naming_nsd_cc patch-coss_time_TimeService_help_cc patch-daemon_imr_client_cc patch-daemon_imr_impl_cc patch-daemon_main_cc patch-daemon_poamediator_h patch-demo_boa_Makefile patch-demo_redlich_Makefile patch-idl_codegen-c++-common_cc patch-idl_codegen-c++-impl_cc patch-idl_codegen-c++-skel_cc patch-idl_codegen-c++-stub_cc patch-idl_codegen-c++-util_cc patch-idl_codegen-c++_cc patch-idl_codegen-idl_cc patch-idl_codegen-midl_cc patch-idl_codegen_cc patch-idl_codegen_h patch-idl_error_h patch-idl_main_cc patch-idl_params_cc patch-idl_parsenode_h patch-idl_parser_h patch-idl_scanner_ll patch-idl_yacc_yy patch-include_mico_fixed_h patch-include_mico_util_h patch-orb_address_cc patch-orb_any_cc patch-orb_boa_cc patch-orb_buffer_cc patch-orb_codeset_cc patch-orb_context_cc patch-orb_dii_cc patch-orb_dispatch_cc patch-orb_dsi_cc patch-orb_dynany_impl_cc patch-orb_except_cc patch-orb_fixed_cc patch-orb_iop_cc patch-orb_ior_cc patch-orb_memcheck_cc patch-orb_object_cc patch-orb_orb_cc patch-orb_string_cc patch-orb_transport_cc patch-orb_typecode_cc patch-orb_util_cc patch-orb_value_cc patch-tools_iordump_iordump_cc Log message: Unbreak mico on gcc4 archs by updating it to 2.3.13. - remove commented out FLAVORS, and merge ssl FLAVOR into main package - build regress tests (not everything is working, but at least they're here) - add native-connect:permit to systrace.filter, idl absolutely wants to connect to the nearest dns server during build. Gross. - remove shitload of now unneeded patches - some tweaks from ajacoutot@/jasper@ Build-tested on : - gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@ - gcc4 archs: sparc64/amd64/macppc by my$self ok jasper@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/22 02:49:14 Modified files: sys/dev/ic : xl.c Log message: Call bus_dmamap_sync() of a dma descriptor before checking the ownership of the descriptor. Diff created and tested by Loganaden Velvindron. Looks good dlg@ and myself CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 02:59:07 Modified files: mail/abook : Makefile mail/abook/pkg : DESCR PLIST Added files: mail/abook/patches: patch-ui_c Removed files: mail/abook/pkg : MESSAGE Log message: - add a patch to fix a seg. fault (from upstream) - merge MESSAGE into DESCR - remove reinhard@ as maintainer per his request ok reinhard@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 03:02:42 Modified files: archivers/makeself: Makefile devel/jakarta-servletapi: Makefile misc/ttyrec : Makefile misc/xnc : Makefile security/gnupg : Makefile security/smbsniff: Makefile Log message: - reset maintainer, requested by reinhard@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 03:12:18 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: support INVALID_KE_PAYLOAD notification sent by the responder in case the initiator chose wrong D-H group. in this case we throw away our SA and start over with a proper group. makes iked work as an initiator with strongswan/charon without any specific "ikesa" (phase 1) configuration. ok reyk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/22 03:28:08 ports/devel/p5-YAML-Syck/patches Update of /cvs/ports/devel/p5-YAML-Syck/patches In directory cvs.openbsd.org:/tmp/cvs-serv17480/patches Log Message: Directory /cvs/ports/devel/p5-YAML-Syck/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2010/09/22 04:14:26 Modified files: databases/maatkit: Makefile distinfo databases/maatkit/pkg: PLIST Log message: Update to release 6926 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/22 04:50:51 Modified files: devel/p5-YAML-Syck: Makefile Added files: devel/p5-YAML-Syck/patches: patch-syck_h Log message: Zero newly allocated space, to avoid (in some cases) passing an unclean buffer to Perl_is_utf8_string which proceeds to strlen() it, causing an illegal access with malloc_flags J as it runs past the end of the 0xd0d0d0. Note there are various other problems with YAML::Syck and upstream recommend not using it - see the README file. ok jasper@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/09/22 05:10:52 Modified files: usr.bin/msgs : msgs.c Log message: Initialise firstmsg so we do not have random number when bounds file is empty. ok deraadt@ henning@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/22 05:39:01 Modified files: usr.bin/msgs : msgs.c Log message: nextmsg could be used uninitialized as well. ``Go ahead, its free'' deraadt@. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/22 05:44:01 Modified files: sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c Log message: Switch to unconditionally attaching evcounts on TurboChannel interrupts, since inspecting the code, they seem to always attach anyway. This fixes compiler fallout from my evcount simplification. build error reported by naddy@; "seems sensible" deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/22 05:48:38 Modified files: usr.sbin/npppd/npppd: chap.c chap_ms.c chap_ms.h eap.c Log message: unify MS-CHAP implementation to sbin/iked/chap_ms.[ch]. copy sbin/iked/chap_ms.[ch] and fixed chap.c and eap.c to compile with it. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 05:54:23 Modified files: sys/conf : files sys/crypto : cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h Added files: sys/crypto : gmac.h gmac.c Log message: OCF support for the Galois/Counter Mode (GCM) for AES as described in FIPS SP 800-38D. This implementation supports 16 byte authentication tag only, splitting transformation into two parts: encryption and authentication. Encryption is handled by the existing AES-CTR implementation, while authentication requires new AES_GMAC hash function. Additional routine is added to the software crypto driver to deal with peculiarities of a combined authentication- encryption transformation. With suggestions from reyk, naddy and toby. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 06:03:42 src/regress/sys/crypto/gmac Update of /cvs/src/regress/sys/crypto/gmac In directory cvs.openbsd.org:/tmp/cvs-serv23997/sys/crypto/gmac Log Message: Directory /cvs/src/regress/sys/crypto/gmac added to the repository CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/22 06:04:07 Modified files: x11/gnome-mplayer: Makefile Log message: Fix problem with fullscreen not working by enabling panscan support. panscan functionality requires mplayer svn r29565 or higher, so tighten the pkgspec for mplayer accordingly. Problem reported by landry@ and jasper@ OK jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 06:04:13 Modified files: regress/sys/crypto: Makefile Added files: regress/sys/crypto/gmac: Makefile gmac_test.c Log message: Test vectors for GMAC as published in the original GCM proposal to NIST (gcm-spec.pdf) and draft-mcgrew-gcm-test-01.txt. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/22 06:26:05 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: kextype.sh Log message: regress test for each of the key exchange algorithms that we support CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/22 06:36:32 Modified files: sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c tc_conf.h sys/dev/tc : tc.c tcvar.h Log message: Revert previous and let drivers register counterless interrupts; tc_intr_disestablish() prototype is changed to carry information whether the counter needs to be detached or not. This does not matter much since no driver ever calls tc_intr_disestablish(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:47:45 Modified files: x11/fltk : Makefile x11/fltk/patches: patch-configure_in x11/fltk/pkg : PLIST Log message: Enble threads support, needed for an upcoming aqsis upgrade. Use correct AUTOCONF_VERSION and regen PLIST. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:48:24 Modified files: x11/fleditor : Makefile x11/fleditor/pkg: PLIST Log message: Lowercase COMMENT, fix DEPENDS and regen PLIST. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 06:48:52 Modified files: sys/net : pfkeyv2.h pfkeyv2_convert.c Log message: Add AES-GCM Transform Identifiers as specified by IANA in RFC 4106 and 4543. Please note that although IKEv1 and IKEv2 identifiers are different for ESP_NULL_AUTH_AES-GMAC (SADB_X_EALG_AESGMAC), we use the IKEv2 one only (which is 21). ipsecctl(8) will be taught to handle exported SA correctly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:48:58 Modified files: x11/flvw : Makefile x11/flvw/pkg : PLIST Log message: Lowercase COMMENT, fix DEPENDS and regen PLIST. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:49:28 Modified files: x11/flwm : Makefile x11/flwm/pkg : PLIST Log message: Add missing @bin marker. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:50:03 Modified files: print/htmldoc : Makefile Log message: Fix DEPENDS after recent fltk change. Move to REVISION. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:50:32 Modified files: graphics/openexr-viewers: Makefile Log message: Move to new DEPENDS and REVISION. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:50:59 Modified files: palm/pose : Makefile Log message: Bump after recent fltk change. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:51:28 Modified files: games/tuxpaint-config: Makefile Log message: Move to new DEPENDS and REVISION. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:51:50 Modified files: print/xpp : Makefile Log message: Tighten DEPENDS and move to REVISION. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 06:52:36 Modified files: graphics/aqsis : Makefile distinfo graphics/aqsis/pkg: PLIST Added files: graphics/aqsis/patches: patch-CMakeLists_txt patch-libs_util_plugins_cpp Removed files: graphics/aqsis/patches: patch-SConstruct patch-aqsistypes_plugins_cpp patch-platform_default_SConscript patch-renderer_ddmanager_ddmanager_cpp patch-renderer_render_blobby_cpp Log message: Major update to aqsis-1.6.0. Drop maintainership. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/22 07:01:11 Modified files: usr.bin : Makefile etc : Makefile daily etc/mail : aliases etc/mtree : 4.4BSD.dist 4.4BSD.var Removed files: usr.bin/msgs : Makefile msgs.1 msgs.c pathnames.h Log message: Kill msgs. Noone uses it, and it has a longjmp in it. Lots of agreement. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/22 07:03:48 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/i386/i386: conf.c sys/conf : GENERIC files sys/net : pipex.c pipex.h pipex_local.h sys/sys : conf.h Added files: sys/net : if_pppx.c Log message: Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd and pipex. pppx(4) creates an interface whenever a session is created so that altq and pf can work on these. Started by dlg@ debugged and made usable by myself OK dlg@ yasuoka@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/22 07:10:05 Modified files: share/man/man7 : hier.7 share/man/man8 : daily.8 Log message: no more msgs(1); CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 07:40:05 Modified files: sys/netinet : ip_esp.c Log message: Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as per RFC 4106 and 4543. Authentication hash key is set to be the same as an encryption key. The length that is specified for the authentication hash descriptor denotes the the length of Additional Authentication Data (AAD). The encryption transformation descriptor length denotes the length of the payload (to be encrypted and authenticated). ENCR_NULL_AUTH_AES_GMAC treats all input as AAD, thus the encryption length is set to zero. This also fixes padding for stream ciphers, so that payload will be 4-byte aligned. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 07:44:12 Modified files: lang/python/2.4: Makefile lang/python/2.5: Makefile lang/python/2.6: Makefile Log message: - remove the BROKEN-mips64 markers after miod's recent softfloat commit, python seems to be working well enough now. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 07:45:16 Modified files: sbin/isakmpd : conf.c ipsec.c ipsec_num.cst isakmpd.conf.5 pf_key_v2.c policy.c sa.c Log message: Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMAC) ciphers in the ISAKMP Phase 2 (aka Quick Mode). Thoroughly tested by me and naddy. Works fine with Linux. Requires updated pfkeyv2.h include file. ok naddy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 07:50:20 Modified files: lang/erlang : Makefile lang/erlang/pkg: PLIST Added files: lang/erlang/patches: patch-lib_tools_emacs_Makefile Log message: - allow the erlang-mode to work by default by installing a missing file ok joshe@ maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 08:00:28 Modified files: x11/gtk2-murrine-engine: Makefile distinfo Log message: Update to gtk2-murrine-engine-0.98.0. ok dcoppa@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/22 08:04:09 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 ipsecctl.h parse.y pfkdump.c pfkey.c Log message: Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMAC (as aes-gmac) encryption transformations in the ipsec.conf(5). Available "enc" arguments denoting use of 1) AES-GCM-16: aes-128-gcm for 160 bit key (128+nonce) aes-192-gcm for 224 bit key (192+nonce) aes-256-gcm for 288 bit key (256+nonce) 2) ENCR_NULL_AUTH_AES_GMAC: aes-128-gmac for 160 bit key (128+nonce) aes-192-gmac for 224 bit key (192+nonce) aes-256-gmac for 288 bit key (256+nonce) Please note that aes-gmac family performs no encryption and provides no confidentiality and is intended for cases in which confidentiality is not desired (it can be thought of as AH with NAT-T support). Also, although this implementation supports manual keying, it's use is strictly discouraged as AES-GCM security depends on frequent re-keying. So it can be thought of as a debug facility only. Example configuration: ike esp from 172.23.61.36 to 172.23.61.156 \ quick enc aes-256-gcm \ psk humppa Thoroughly tested by me and naddy. Works fine with Linux. Requires updated pfkeyv2.h include file. OK naddy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 08:29:00 Modified files: net/libnice : Makefile distinfo net/libnice/patches: patch-Makefile_in patch-agent_Makefile_in patch-agent_interfaces_c patch-nice_Makefile_in patch-random_Makefile_in patch-socket_Makefile_in patch-stun_Makefile_in patch-stun_stun5389_c patch-stun_tests_Makefile_in patch-stun_tests_test-bind_c patch-stun_tools_Makefile_in patch-stun_tools_stunbdc_c patch-stun_tools_stund_c patch-tests_Makefile_in net/libnice/pkg: PLIST Added files: net/libnice/patches: patch-common_mk Removed files: net/libnice/patches: patch-stun_stunmessage_c patch-stun_tests_test-format_c patch-stun_tests_test-parse_c patch-stun_usages_bind_c patch-stun_utils_c Log message: - update libnice to 0.0.13 from tom murphy (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 08:29:21 Modified files: net/farsight2 : Makefile distinfo net/farsight2/patches: patch-configure patch-gst-libs_gst_farsight_fs-interfaces_c net/farsight2/pkg: PLIST Added files: net/farsight2/patches: patch-python_Makefile_in Log message: - update farsight2 to 0.0.21 CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/22 08:38:52 Modified files: sys/dev/usb : if_aue.c Log message: as dying flag didn't set in aue_detach(), set it. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 09:03:45 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-Makefile_in patch-doc_hiawatha_1_in patch-serverconfig_c Added files: www/hiawatha/patches: patch-libip_c patch-libip_h patch-monitor_c patch-send_c Log message: Overdue update to hiawatha-7.3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/22 09:20:34 Modified files: net/pktstat : Makefile net/pktstat/pkg: PLIST Added files: net/pktstat/patches: patch-loop_c patch-sll_c Log message: Add missing includes: from Markus Lude. Add a @bin marker to PLIST, bump. OK landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/22 09:25:26 Modified files: www/gecko-mediaplayer: Makefile www/gecko-mediaplayer/patches: patch-configure Log message: Tighten xulrunner-devel pkgspec. Fix confusion with xulrunner include paths. Adjust WANTLIB. Minor style cleanups. OK landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 09:41:15 Modified files: print/system-config-printer: Makefile print/system-config-printer/pkg: PLIST Log message: Don't bundle the 'my-default-printer' utility, the feature is already available from the main interface. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 10:08:26 Modified files: sysutils : Makefile Log message: Hook up system-tools-backends, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 10:09:10 Modified files: devel : Makefile Log message: Hook up liboobs, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 10:10:19 Modified files: x11/gnome/system-tools: Makefile x11/gnome/system-tools/pkg: PLIST Log message: Comment the network and users utilities for now as they need more work. (currently working on it) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 10:10:54 Modified files: x11/gnome : Makefile Log message: Hook up gnome-system-tools, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/22 10:11:18 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: Mention gnome-system-tools. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 10:19:08 ports/net/telepathy/telepathy-farsight/patches Update of /cvs/ports/net/telepathy/telepathy-farsight/patches In directory cvs.openbsd.org:/tmp/cvs-serv2605/patches Log Message: Directory /cvs/ports/net/telepathy/telepathy-farsight/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 10:57:25 Modified files: net/farsight2 : Makefile Removed files: net/farsight2/patches: patch-python_Makefile_in Log message: - remove unneeded patch, deal with it in pre-configure CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2010/09/22 12:24:11 Modified files: editors/vim-spell: Makefile distinfo editors/vim-spell/pkg: PLIST-af PLIST-am PLIST-bg PLIST-ca PLIST-cs PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-eo PLIST-es PLIST-fo PLIST-fr PLIST-ga PLIST-gd PLIST-gl PLIST-he PLIST-hr PLIST-hu PLIST-id PLIST-it PLIST-ku PLIST-la PLIST-lt PLIST-lv PLIST-mg PLIST-mi PLIST-ms PLIST-nb PLIST-nl PLIST-nn PLIST-ny PLIST-pl PLIST-pt PLIST-ru PLIST-rw PLIST-sk PLIST-sl PLIST-sv PLIST-sw PLIST-tet PLIST-tl PLIST-tn PLIST-uk PLIST-yi PLIST-zu Added files: editors/vim-spell/pkg: PLIST-ro Log message: Sync vim-spell with the recent vim-7.3 update. Add a missing PLIST file for the "ro" flavour. Make PLISTs refer to the ${P} variable instead of hard-coding the vim version. Drop redundant @comments from PLISTs (suggested by sthen). Move the distfiles into their own distfile subdir (suggested by jasper). ok marco, sthen, jasper CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2010/09/22 12:43:31 Modified files: infrastructure/mk: bsd.port.mk Log message: Switch to steven@/bernd@'s perl libtool living under infrastructure/ by default for ports that set USE_LIBTOOL=Yes. Faster, better, stronger, and cuts bulk builds time by ~15% in my tests on amd64. Volunteers welcomed to fix the few USE_LIBTOOL=gnu users in the tree. Report any oddities to ports@... 'Go ahead' espie@ 'Please proceed' steven@ ok ajacoutot@ jasper@ phessler@ sthen@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/22 12:53:47 Modified files: databases/py-couchdb: Makefile distinfo databases/py-couchdb/pkg: PLIST Log message: Update to version 0.8. Fix package name to match directory. landry@ ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/22 13:12:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add py-couchdb after the package went lowercase. landry@ ok. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/22 13:15:00 Modified files: gnu/usr.bin/cvs/man: cvs.1 Log message: We are still far away from supporting the roff macro definition macro .de in mandoc, if we ever get to that point. Even less so with variable arguments and using a single non-alphabetic character (here, '`') as the macro identifier. In the meantime, refrain from using .de in cvs(1). Patch generated by running #!/usr/bin/perl while(<>){s/^\.\` "(.*)"(.*)/.RB \` "\\|$1\\|" \'$2/;print;} followed by some hand-polishing. Repeatedly prodded by many (e.g. halex@, weerd@) and repeatedly forgotten. "yes. at least people will be able to read the page." jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 15:02:02 Modified files: converters/libiconv: Makefile Added files: converters/libiconv/patches: patch-Makefile_devel Log message: - honor CC/CFLAGS in the command we run at pre-configure ok brad@ (MAINTAINER), landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 15:03:19 Log message: import pb 0.1.0 Simple pastebin command line application. Currently supports gist and pastebin.com. feedback/ok kili@ Status: Vendor Tag: jasper Release Tags: jasper_20102209 N ports/net/hs-pb/distinfo N ports/net/hs-pb/Makefile N ports/net/hs-pb/pkg/DESCR N ports/net/hs-pb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 15:03:38 Modified files: net : Makefile Log message: - sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 15:11:10 Modified files: graphics/cfdg : Makefile distinfo Log message: - update cfdg to 2.2.2 CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 15:59:59 Modified files: sys/dev/pci : eap.c Log message: autoconf activate, suspend/resume support CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/22 16:02:23 Modified files: share/man/man5 : port-modules.5 Log message: - fix a ghc variable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 16:02:38 Modified files: lang/ghc : ghc.port.mk Log message: - fix a variable name in comment ok kili@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 16:09:53 Modified files: lang/ghc : ghc.port.mk Log message: - append lang/ghc to CATEGORIES iff !nort ok kili@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 16:22:47 Modified files: sys/dev/pci : cs4281.c Log message: use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer suspend/resume support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/22 16:24:56 Added files: devel/libffi/patches: patch-src_mips_ffitarget_h Log message: - missed this diff in previous commit, fixes build on mips64 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2010/09/22 16:47:35 Modified files: faq : index.html Log message: thanks for the help, sthen@. :) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/22 16:58:51 Modified files: usr.bin/ssh : atomicio.c atomicio.h misc.c misc.h scp.c sftp-client.c sftp-client.h sftp.1 sftp.c Log message: add an option per-read/write callback to atomicio factor out bandwidth limiting code from scp(1) into a generic bandwidth limiter that can be attached using the atomicio callback mechanism add a bandwidth limit option to sftp(1) using the above "very nice" markus@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 18:46:08 Modified files: sys/dev/usb : usb.c Log message: rename usb_discover to usb_explore for consistency. OK krw CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/22 19:24:32 Modified files: share/man/man4 : tun.4 Log message: Eliminate mention of EPERM error condition from tun(4) man page. We just use the filesystem permissions now. Pointed out by stsp@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/22 19:45:10 Modified files: usr.sbin/npppd/npppd: Makefile npppd.c npppd_subr.c Removed files: usr.sbin/npppd/common: rt_zebra.c rt_zebra.h rt_zebra_local.h Log message: remove support for talking to the zebra routing socket which was not enabled, we use a kernel routing socket for such things. ok yasuoka@ claudio@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/22 22:45:15 Modified files: sys/netinet : in.h in_pcb.h ip_output.c sys/netinet6 : in6.h ip6_output.c Log message: add a new IP level socket option IP_PIPEX. This option is used for L2TP support by pipex. OK henning@, "Carry on" blambert@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/22 22:47:02 Modified files: sys/net : if_tun.c Log message: If tunread() fails, we should increment if_oerrors, not if_ierrors. "yup" deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/22 22:47:40 Modified files: usr.sbin/npppd/common: ipsec_util.c ipsec_util_local.h time_utils.c time_utils.h usr.sbin/npppd/npppdctl: npppdctl.8 Log message: Add the same license text to these files as the rest of npppd. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/22 22:55:48 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/22 22:56:10 Modified files: bin/csh/USD.doc: csh.2 Log message: remove reference to msgs(1) CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 22:58:02 Modified files: sys/dev/usb : uhub.c usb.c usbdi.c usbdivar.h Log message: instead of running usb_explore() from individual kthreads for each USB bus, make usb_explore() a usb_task. reduces races during normal USB device detach, since now usb_tasks and detach happen in the same process. ok yuo@, matthew@ helped with the task thread loop CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/22 23:02:14 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/landisk/landisk: conf.c sys/arch/loongson/loongson: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/mvmeppc/mvmeppc: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sgi/sgi: conf.c sys/arch/socppc/socppc: conf.c sys/arch/sparc/sparc: conf.c sys/arch/sparc64/sparc64: conf.c sys/arch/vax/vax: conf.c Log message: Add pppx(4) to the cdevs of the remaining archs. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2010/09/22 23:20:36 Modified files: databases/p5-ldap: Makefile Removed files: databases/p5-ldap/patches: patch-lib_Net_LDAP_LDIF_pm Log message: I forgot to cvs rm this patch.. no cookies for me Spotted by kili@, thanks ! CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 23:28:57 Modified files: sys/dev/usb : usb.c Log message: instead of waiting the full power-up-to-power-steady time for root hubs before their first port explore, check how long it's actually been since power up and only wait as necessary. saves a little time on boot, especially now that explore tasks are serialized. ok yuo@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/22 23:44:16 Modified files: sys/dev/usb : uhub.c usb.c usbdi.c usbdivar.h Log message: add a 'dying' flag to struct usbd_bus. use this to signify the bus is dying, instead of setting a flag in struct usb_softc. as usbd_device_handle has a pointer to the usbd_bus it's attached to, usb devices, and functions they run or functions run on their behalf, can now easily check if their bus is dying. use this to stop usbd_do_request* from running and the usb task thread from adding new tasks when a device's bus is dying. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/23 00:30:37 Modified files: sys/dev/usb : usb.c usbdi.h Log message: add two members to struct usb_task * usbd_device_handle dev - the device responsible for the task. use this to not run the task if the device's hub is dying. * int running - a flag to be set when the task is running. add usb_rem_wait_task(), a wrapper for usb_rem_task() that waits for the task to complete if the task is already running. s/usb_rem_task/usb_rem_wait_task/ in usb_detach(). probably most drivers using usb_tasks should do this as well. although device attach/detach is serialized in normal cases, in the special case where the usb bus is hotpluggable (like cardbus/pcmcia), devices are not detached in the task thread. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2010/09/23 02:39:32 Modified files: sys/dev/usb : ehci.c Log message: returning here can cause the usb task thread to go to sleep forever, becaue it skips a wakeup() later on. this is the only error condition that returns before the wakeup. not sure why this particular case is handled differently, and not certain what the error code should be, but this is better than breaking all of usb because of a problem on one port. dicussed with deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 02:59:34 Modified files: security/nikto : Makefile distinfo security/nikto/patches: patch-nikto_pl security/nikto/pkg: PLIST Log message: - update nikto to 2.1.3 from remi pointel, maintainer timed-out ok landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/23 03:27:21 Modified files: net/xchat : Makefile distinfo net/xchat/patches: patch-Makefile_in patch-configure patch-src_common_dbus_Makefile_in net/xchat/pkg : PLIST Removed files: net/xchat/patches: patch-src_fe-gtk_fe-gtk_c patch-src_fe-gtk_maingui_c patch-src_fe-gtk_menu_c patch-src_fe-gtk_xtext_h Log message: Update to xchat-2.8.8 and switch to new-style LIB_DEPENDS/WANTLIB OK ajacoutot@, sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/23 03:27:49 Modified files: sys/netatalk : at.h at_proto.c Log message: Do not declare the domain and protosw structures in at.h fixes build with netatalk enabled. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 03:34:51 Log message: import cppcheck 1.44 Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. from igor zinovik, with tweaks by me ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20102309 N ports/devel/cppcheck/Makefile N ports/devel/cppcheck/distinfo N ports/devel/cppcheck/pkg/DESCR N ports/devel/cppcheck/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 03:35:36 Modified files: devel : Makefile Log message: - sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 04:49:55 Modified files: sys/kern : uipc_mbuf.c sys/net : if.h usr.bin/systat : mbufs.c usr.sbin/snmpd : mib.c Log message: tweak the mclgeti algorithm to behave better under load. instead of letting hardware rings grow on every interrupt, restrict it so it can only grow once per softclock tick. we can only punish the rings on softclock ticks, so it make sense to only grow on softclock tick boundaries too. the rings are now punished after >1 lost softclock tick rather than >2. mclgeti is now more aggressive at detecting livelock. the rings get punished by an 8th, rather than by half. we now allow the rings to be punished again even if the system is already considered in livelock. without this diff a livelocked system will have its rx ring sizes scale up and down very rapidly, while holding the rings low for too long. this affected throughput significantly. discussed and tested heavily at j2k10. there are still some games with softnet we can play, but this is a good first step. "put it in" and ok deraadt@ ok claudio@ krw@ henning@ mcbride@ if we find out that it sucks we can pull it out again later. till then we'll run with it and see how it goes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:21:53 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: - update iso-codes to 3.19 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 05:23:58 Modified files: sys/scsi : scsi_disk.h Log message: descripe a few bits of the write same commands. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 05:30:56 Log message: Import frogatto-1.0.3 Frogatto is an open-source "platformer" or "jump-and-run" videogame. Like in many classic games, the world is viewed as a cross-section seen from the side, and your character (in this case, a small green fellow named Frogatto) walks and jumps between solid platforms, whilst avoiding monsters. Based on the frogatto FreeBSD port. ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20100923 N ports/games/frogatto/distinfo N ports/games/frogatto/Makefile N ports/games/frogatto/pkg/DESCR N ports/games/frogatto/pkg/PLIST N ports/games/frogatto/patches/patch-Makefile N ports/games/frogatto/patches/patch-src_filesystem_cpp N ports/games/frogatto/patches/patch-src_sound_cpp N ports/games/frogatto/patches/patch-src_controls_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 05:31:44 Modified files: games : Makefile Log message: +frogatto CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2010/09/23 05:34:50 Modified files: sys/net : if_gre.c Log message: fix indentation to not confusingly align with an unassociated while() statement ok claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:35:30 Removed files: net/telepathy/libtelepathy: Makefile distinfo net/telepathy/libtelepathy/patches: patch-src_check-compat_Makefile_in net/telepathy/libtelepathy/pkg: DESCR PLIST Log message: - remove, it's been deprecated upstream and has been disabled in our tree for a while now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:35:43 Removed files: net/telepathy/telepathy-feed: Makefile distinfo net/telepathy/telepathy-feed/pkg: DESCR PLIST Log message: - remove, it's been deprecated upstream and has been disabled in our tree for a while now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:35:54 Modified files: net/telepathy : Makefile Log message: - sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 05:41:54 Modified files: sys/dev/ata : atascsi.h Log message: commands and bits for data set management. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/23 05:42:36 Modified files: sbin/iked : iked.conf.5 parse.y pfkey.c Log message: support for aes-gcm OK reyk CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/23 05:43:51 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: change description for AES-GMAC a bit. prompted by reyk CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 05:44:22 Modified files: sys/dev/ata : atascsi.c Log message: translate WRITE SAME 16 into DSM TRIM. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:46:57 Modified files: devel/p5-Hash-AutoHash: Makefile Log message: - better comment CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 05:56:25 Modified files: lang/librep : Makefile Log message: - fix libtool usage and remove use_libtool=gnu. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/23 06:23:55 Modified files: lang/librep : Makefile Log message: Fix apostrophe's usage in comment. ok apostrophe.org.uk? CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 06:26:37 Modified files: lang/ghc : ghc.port.mk Log message: - fix URL CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 06:49:17 Modified files: x11/pinot : Makefile Log message: Add missing dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 06:49:57 Modified files: databases/xapian-core: Makefile distinfo databases/xapian-core/pkg: PLIST Log message: Update to xapian-core-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 06:51:13 Modified files: www/xapian-omega: Makefile distinfo www/xapian-omega/patches: patch-freemem_cc Log message: Update to xapian-omega-1.2.3. Move to new DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 06:52:33 Modified files: databases/p5-Search-Xapian: Makefile distinfo Log message: Update to p5-Search-Xapian-1.2.3.0. Move to new DEPENDS. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2010/09/23 06:59:21 Modified files: sysutils/duplicity: Makefile distinfo Log message: Update to 0.6.10. ok jim@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:11:38 Modified files: sys/sys : disk.h sys/dev/isa : fd.c sys/scsi : cd.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c Log message: Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent automatic reading of disklabel on attach. ok deraadt@ miod@ krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:20:36 Modified files: sys/kern : subr_disk.c Log message: When a disk is attached create a workq task to read the disklabel, providing the DKF_NOLABELREAD flag is not set. This provides the kernel with the actual disklabel which includes the disklabel UID. ok deraadt@ miod@ krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 07:21:42 Removed files: x11/gnome/scan : Makefile distinfo x11/gnome/scan/patches: patch-configure_ac patch-modules_gsane_gsane-processor_c x11/gnome/scan/pkg: DESCR-main PLIST-main Log message: Remove. It doesn't work, hangs my scanner completely, crashes on !gcc4 arches, is not maintained and has been marked as BROKEN for months. "it's still intree?" jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 07:21:58 Modified files: x11/gnome : Makefile Log message: Bye bye gnome-scan. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:24:22 Modified files: sys/kern : kern_sysctl.c Log message: Include the disklabel UID in hw.disknames. ok deraadt@ krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:30:15 Modified files: distrib/miniroot: install.sub Log message: Teach the installer how to process the new hw.disknames output. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:33:30 Modified files: net/papyon : Makefile distinfo net/papyon/pkg : PLIST Log message: - update papyon to 0.5.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:34:33 Modified files: net/telepathy/telepathy-butterfly: Makefile distinfo net/telepathy/telepathy-butterfly/pkg: PLIST Log message: - update telepathy-butterfly to 0.5.14 - remove invalid configure argument CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 07:34:43 Modified files: usr.bin/ssh : sftp.c Log message: add [-l limit] to usage(); CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:35:14 Modified files: net/telepathy/telepathy-farsight: Makefile distinfo Added files: net/telepathy/telepathy-farsight/patches: patch-configure Log message: - update telepathy-farsight to 0.0.15 - disable silent rules - be sure to pickup the right python CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 07:36:46 Modified files: usr.bin/ssh : scp.1 sftp.1 Log message: add KexAlgorithms to the -o list; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:37:12 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/patches: patch-configure patch-lib_ext_wocky_examples_register_c patch-lib_ext_wocky_tests_wocky-test-connector-server_c patch-lib_ext_wocky_tests_wocky-xmpp-readwrite-test_c patch-lib_ext_wocky_wocky_wocky-pubsub-node_c patch-lib_ext_wocky_wocky_wocky-roster_c patch-lib_ext_wocky_wocky_wocky-uninstalled_pc_in patch-lib_ext_wocky_wocky_wocky-xmpp-connection_c patch-src_util_c Added files: net/telepathy/telepathy-gabble/patches: patch-lib_ext_wocky_tests_Makefile_in patch-lib_ext_wocky_tests_wocky-xmpp-connection-test_c patch-lib_ext_wocky_wocky_wocky-jabber-auth-digest_c patch-lib_ext_wocky_wocky_wocky-jabber-auth_c patch-lib_ext_wocky_wocky_wocky-muc_c patch-lib_ext_wocky_wocky_wocky-node_c patch-lib_ext_wocky_wocky_wocky-pep-service_c patch-lib_ext_wocky_wocky_wocky-ping_c patch-lib_ext_wocky_wocky_wocky-porter_c patch-lib_ext_wocky_wocky_wocky-pubsub-helpers_c patch-lib_ext_wocky_wocky_wocky-pubsub-service_c patch-lib_ext_wocky_wocky_wocky-tls-connector_c Removed files: net/telepathy/telepathy-gabble/patches: patch-lib_ext_wocky_wocky_wocky-connector_c patch-lib_ext_wocky_wocky_wocky-xmpp-node_c patch-src_bytestream-socks5_c patch-src_bytestream-socks5_h Log message: - update telepathy-gabble to 0.10.0 - enable uuid CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:37:34 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-configure patch-telepathy-glib_Makefile_in patch-telepathy-glib_telepathy-glib_pc_in net/telepathy/telepathy-glib/pkg: PLIST Log message: - update telepathy-glib to 0.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:38:15 Modified files: net/telepathy/telepathy-haze: Makefile distinfo net/telepathy/telepathy-haze/patches: patch-configure Log message: - update telepathy-haze to 0.4.0 CVSROOT: /cvs Module name: ports Changes by: joshe@cvs.openbsd.org 2010/09/23 07:38:33 Modified files: devel/ffcall : Makefile devel/ffcall/patches: patch-avcall_avcall-sparc64_S patch-callback_trampoline_r_trampoline_c patch-callback_vacall_r_vacall-sparc64_S patch-vacall_vacall-sparc64_S Added files: devel/ffcall/patches: patch-avcall_avcall_h_in patch-callback_vacall_r_vacall-sparc_S Log message: Fix on sparc and sparc64. ok phessler@ jasper@ CVSROOT: /cvs Module name: ports Changes by: joshe@cvs.openbsd.org 2010/09/23 07:42:22 Modified files: lang/clisp : Makefile lang/clisp/patches: patch-src_makemake_in Added files: lang/clisp/patches: patch-src_arilev0_d patch-src_arisparc64_d patch-src_spsparc64_d Log message: Build on sparc64. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:44:17 Modified files: net/telepathy/telepathy-mission-control: Makefile distinfo net/telepathy/telepathy-mission-control/patches: patch-configure net/telepathy/telepathy-mission-control/pkg: PLIST Log message: - update telepathy-m-c to 5.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:45:42 Modified files: net/telepathy/telepathy-python: Makefile distinfo net/telepathy/telepathy-python/pkg: PLIST Log message: - update telepathy-python to 0.15.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:47:35 Modified files: net/telepathy/telepathy-salut: Makefile distinfo net/telepathy/telepathy-salut/patches: patch-lib_gibber_examples_test-resolv_c patch-lib_gibber_gibber-resolver_c patch-lib_gibber_gibber-tcp-transport_c patch-lib_gibber_gibber-unix-transport_c patch-lib_gibber_gibber-util_c Removed files: net/telepathy/telepathy-salut/patches: patch-lib_gibber_gibber-bytestream-oob_c patch-lib_gibber_gibber-muc-connection_c Log message: - update telepathy-salut to 0.3.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 07:47:41 Modified files: textproc/gtkaml: Makefile Log message: Make BROKEN, this is not compatible with the new version of vala I am about to commit. Version 0.4 should fix this, but is still in development and several of us need the new vala version to move ahead with some ports. FYI, nothing depends on this port in-tree. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:47:58 Modified files: net/telepathy/telepathy-spec: Makefile distinfo net/telepathy/telepathy-spec/patches: patch-Makefile net/telepathy/telepathy-spec/pkg: PLIST Removed files: net/telepathy/telepathy-spec/patches: patch-tools_gengobject_py patch-tools_make_all_async_py Log message: - update telepathy-spec to 0.20.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:54:22 Modified files: sbin/disklabel : disklabel.c editor.c extern.h Log message: Print disklabel UIDs using printf/fprintf instead of using the hand rolled uid_print() function. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 07:55:53 Modified files: net/telepathy/telepathy-gabble/patches: patch-lib_ext_wocky_tests_Makefile_in Added files: net/telepathy/telepathy-gabble/patches: patch-lib_ext_wocky_wocky_Makefile_in Removed files: net/telepathy/telepathy-gabble/patches: patch-lib_ext_wocky_tests_wocky-connector-test_c patch-lib_ext_wocky_tests_wocky-test-connector-server_c patch-lib_ext_wocky_tests_wocky-xmpp-connection-test_c patch-lib_ext_wocky_tests_wocky-xmpp-readwrite-test_c patch-lib_ext_wocky_wocky_wocky-jabber-auth-digest_c patch-lib_ext_wocky_wocky_wocky-jabber-auth_c patch-lib_ext_wocky_wocky_wocky-muc_c patch-lib_ext_wocky_wocky_wocky-node_c patch-lib_ext_wocky_wocky_wocky-pep-service_c patch-lib_ext_wocky_wocky_wocky-ping_c patch-lib_ext_wocky_wocky_wocky-porter_c patch-lib_ext_wocky_wocky_wocky-pubsub-helpers_c patch-lib_ext_wocky_wocky_wocky-pubsub-node_c patch-lib_ext_wocky_wocky_wocky-pubsub-service_c patch-lib_ext_wocky_wocky_wocky-roster_c patch-lib_ext_wocky_wocky_wocky-tls-connector_c patch-lib_ext_wocky_wocky_wocky-tls_c patch-lib_ext_wocky_wocky_wocky-xmpp-connection_c Log message: - remove unneeded patches which would be hard to maintain with future updates CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/23 07:59:10 Modified files: sbin/disklabel : disklabel.c Log message: Correctly identify mount points when they are specified in /etc/fstab using a disklabel UID. Based on a diff from josh@elsasser.org. Resolves PR6471. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 08:06:22 Modified files: x11/gnome/empathy: Makefile Log message: - iso-codes is also a run dependency nowadays CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:06:37 Modified files: share/man/man9 : disk.9 Log message: update struct disk; ok jsing CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/23 08:12:05 Modified files: sys/arch/loongson/dev: mainbus.c Log message: Move clock attachment later in the game. This is needed for cpu scaling. Okay miod@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 08:15:14 Modified files: x11/gnome/anjuta: Makefile Log message: Remove non existent SHARED_LIBS, no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 08:15:37 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PFRAG.shared PLIST Log message: Update to vala-0.10.0. ok jasper@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2010/09/23 08:17:04 Modified files: sys/net : pf.c Log message: Break out rule counter update code into a separate function, makes the behaviour consistent between IPv4 and IPv6. From martin.pelikan@gmail.com CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 08:18:52 Modified files: net/telepathy/telepathy-logger: Makefile Log message: - switch to new depends CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 08:19:10 Modified files: net/telepathy : Makefile.inc net/telepathy/telepathy-butterfly: Makefile net/telepathy/telepathy-farsight: Makefile net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-haze: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-pinocchio: Makefile net/telepathy/telepathy-python: Makefile net/telepathy/telepathy-salut: Makefile net/telepathy/telepathy-spec: Makefile Log message: - move USE_GMAKE to Makefile.inc and set it to No for pinnochio CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:20:02 Modified files: gnu/usr.sbin/sendmail/sendmail: mailq.8 newaliases.8 sendmail.8 Log message: use an EXIT STATUS section for these pages; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 08:24:22 Modified files: net/telepathy : Makefile.inc net/telepathy/telepathy-butterfly: Makefile net/telepathy/telepathy-farsight: Makefile net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-haze: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-pinocchio: Makefile net/telepathy/telepathy-python: Makefile net/telepathy/telepathy-salut: Makefile net/telepathy/telepathy-spec: Makefile Log message: - move USE_LIBTOOL to Makefile.inc too CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:33:10 Modified files: usr.bin/calendar/calendars: calendar.history Log message: "British defeat the French at the Plains of Abraham" was 1759, not 1788; from Douglas Berry, freebsd pr misc/150504 CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/23 08:33:34 Modified files: sys/dev/usb : files.usb Added files: sys/dev/usb : utwitch.c Removed files: sys/dev/usb : uyurex.c Log message: rename uyurex(4) to utwitch(4) ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/23 08:35:13 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : utwitch.4 Removed files: share/man/man4 : uyurex.4 Log message: rename uyurex(4) to utwitch(4). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 08:37:06 Modified files: net/telepathy/telepathy-salut/patches: patch-lib_gibber_gibber-resolver_c Log message: - better patch CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:40:45 Modified files: gnu/usr.sbin/sendmail/mailstats: mailstats.8 gnu/usr.sbin/sendmail/praliases: praliases.1 Log message: add EXIT STATUS here too; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:42:23 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 Log message: since msgs no longer exists, replace the example msgs alias with the one from vacation(8); ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:51:57 Modified files: gnu/usr.sbin/sendmail/editmap: editmap.8 gnu/usr.sbin/sendmail/mailstats: mailstats.8 gnu/usr.sbin/sendmail/makemap: makemap.8 gnu/usr.sbin/sendmail/praliases: praliases.1 gnu/usr.sbin/sendmail/sendmail: mailq.8 newaliases.8 sendmail.8 gnu/usr.sbin/sendmail/smrsh: smrsh.8 Log message: add RCSID and Mdocdate to these pages; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 08:54:11 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 Log message: NOTES->CAVEATS; ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 09:04:01 Modified files: net/telepathy/telepathy-salut/patches: patch-lib_gibber_gibber-unix-transport_c Log message: - tweak this patch and add a comment CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 09:25:11 Modified files: share/man/man4 : utwitch.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/23 10:21:47 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/gumstix/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/palm/conf: GENERIC sys/arch/socppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC Log message: enable utwitch(4) (formely uyurex(4)) by default ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/23 10:33:48 Modified files: sys/netinet : ip_esp.c Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning blambert CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2010/09/23 10:34:09 Modified files: sys/netinet : ip_ipsp.h Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning blambert CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/23 10:58:28 Modified files: sys/dev/usb : if_axe.c Log message: remove dying flag in the detach() function. the device driver which has DEACTIVATE processing seems to no need to set dying flag in the detach() function because the flag will be set in the DEACTIVATE process before detach(). ok jsg@, ok for experiment deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/23 11:06:18 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-configure Log message: Really disable gnome-power-manager support. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 11:16:01 Modified files: sbin/disklabel : disklabel.8 Log message: tweak the disklabel uid stuff; ok jsing CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/23 11:59:03 Modified files: usr.bin/rcs : rcs.c Log message: Plug memory leak in rcs_getrev, from zinovik. ok me stsp CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/09/23 12:10:16 Modified files: usr.bin/cvs : import.c util.c util.h Log message: Add cvs_mkdir() for recursive directory creation on import, based on a diff from Michael W Bombardieri in PR 6398. tested by & ok jasper CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/23 12:29:16 Modified files: share/man/man5 : fstab.5 Log message: document FSTAB_RQ; ok deraadt thib CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2010/09/23 12:31:27 Modified files: share/man/man5 : port-modules.5 Log message: - first stab at documenting the haskell module feedback/ok kili@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/23 12:40:00 Modified files: sys/msdosfs : msdosfs_vfsops.c sys/ufs/ext2fs : ext2fs_vfsops.c Log message: Change: /* something */ if (error) { VOP_UNLOCK(); return; } VOP_UNLOCK(); to the clearer and shorter: VOP_UNLOCK(); if (error) return; ok thib@, jsing@ as part of a larger diff. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/23 12:43:37 Modified files: sys/miscfs/procfs: procfs_vfsops.c Log message: In procfs_root(), while the vn_lock on a newly-allocated vnode can not fail it is still good practise to either check the return value or to provide a flag that won't (to avoid copy pasted code that gets it wrong). So change LK_EXCLUSIVE to LK_EXCLUSIVE | LK_RETRY, removing the one caller of vn_lock in the tree that doesn't either pass LK_RETRY or check the return value. ok thib@, jsing@ as part of a larger diff. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2010/09/23 12:49:39 Modified files: sys/dev : softraid.c softraid_crypto.c sys/dev/raidframe: rf_disks.c rf_openbsdkintf.c sys/kern : subr_disk.c sys/nnpfs : nnpfs_vnodeops.h sys/ufs/ext2fs : ext2fs_lookup.c ext2fs_vnops.c sys/ufs/ufs : ufs_lookup.c ufs_vnops.c Log message: The only sensible argument for VOP_* calls that take a struct proc pointer is curproc. A bunch of callers were passing in 0 (not even NULL, 0) as this pointer, which was fine until the called vnode function tried to do something with it. Typically, this code was then copy/pasted to various parts of the tree. Accept the facts of life and switch all of these over to passing curproc for now until the argument can be removed. Discovered by stsp trying to create a softraid on top of a vnd, which crashed with a NULL deref in vndioctl. softraid bits tested by mikeb and jsing. raidframe bits tested by pea, matthieu and naddy. The rest tested by at least thib, jsing and myself. ok thib@, jsing@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/23 12:58:41 Modified files: usr.bin : Makefile Log message: Unlink tn3270 from the build. Okay deraadt@, millert@ and all around general approval. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/23 12:59:36 Removed files: usr.bin/tn3270 : Makefile Makefile.inc usr.bin/tn3270/api: api.order api_bsd.c api_exch.c api_exch.h apilib.c apilib.h asc_ebc.c asc_ebc.h astosc.c astosc.h dctype.c dctype.h disp_asc.c disp_asc.h ebc_disp.c ebc_disp.h usr.bin/tn3270/ascii: ascii.order default.map map3270.c map3270.h mset.c state.h termin.c usr.bin/tn3270/ctlr: 3180.kbd 3270pc.kbd api.c api.h ctlr.order declare.h externs.h function.c function.h hostctlr.h inbound.c oia.c oia.h options.c options.h outbound.c screen.h scrnctlr.h unix.kbd usr.bin/tn3270/general: genbsubs.c general.h general.order globals.c globals.h vaxbsubs.s usr.bin/tn3270/mset: Makefile map3270.5 mset.1 usr.bin/tn3270/sys_curses: system.c telextrn.h terminal.h termout.c usr.bin/tn3270/tn3270: Makefile tn3270.1 usr.bin/tn3270/tools: Makefile Makefile.inc mkmake.y prt3270.c usr.bin/tn3270/tools/mkastods: Makefile mkastods.c usr.bin/tn3270/tools/mkastosc: Makefile mkastosc.c usr.bin/tn3270/tools/mkdctype: Makefile ectype.c ectype.h mkdctype.c usr.bin/tn3270/tools/mkdstoas: Makefile mkdstoas.c usr.bin/tn3270/tools/mkhits: Makefile dohits.c dohits.h mkhits.c Log message: Kill tn3270. Okay deraadt@, millert@ and all around general approval. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/23 13:00:48 Modified files: . : Makefile.cross Log message: Remove tn3270 reference. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/23 13:02:52 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2010/09/23 13:15:51 Modified files: audio/mpg123 : Makefile distinfo Log message: update to 1.12.4: bugfix release that improves printout of metadata (ID3) in UTF-8 terminals CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 13:31:55 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: - update to 5.428 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 13:34:00 Modified files: geo/p5-Geo-Coordinates-UTM: Makefile distinfo Log message: - update to 0.09 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 13:36:05 Modified files: geo/p5-Geo-Coordinates-UTM-XS: Makefile distinfo Log message: - update to 0.04 - add missing run dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/23 13:38:17 Modified files: textproc/p5-LaTeX-TOM: Makefile distinfo Log message: - update to 1.00 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/23 14:22:31 Modified files: usr.bin/mandoc : term.c Log message: Count trailing escaped blanks correctly; those ruined the alignment of columns. Tested by jmc@, and kristaps@ agrees with the direction. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/23 14:23:13 Modified files: net/telepathy/telepathy-glib: Makefile Log message: Disable introspection, it breaks when gobject-introspection is installed. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2010/09/23 14:32:00 Modified files: www/py-zine : Makefile Log message: use MODPY_JSON. bump. maintainer (djm@) ok. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2010/09/23 14:39:13 Modified files: usr.bin/mandoc : mdoc_term.c Log message: When the HEAD of an .Nm block in the SYNOPSIS might be wider than the column containing it, the TERMP_HANG flag is required, but avoid the flag when we know that the HEAD is shorter, because in that case, the flag might ruin the alignment. Problem originally reported by jmc@, who also spotted a regression in an earlier version of this patch. "feel free to commit" kristaps@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/23 15:23:34 Log message: import fluxbb, a simple web based forum. ok landry@ Status: Vendor Tag: ckuethe Release Tags: ckuethe_20100923 N ports/www/fluxbb/Makefile N ports/www/fluxbb/distinfo N ports/www/fluxbb/pkg/DESCR N ports/www/fluxbb/pkg/MESSAGE N ports/www/fluxbb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/23 15:24:16 Log message: import flyspray, a simple web-based bug tracking system. ok landry@ Status: Vendor Tag: ckuethe Release Tags: ckuethe_20100923 N ports/www/flyspray/Makefile N ports/www/flyspray/distinfo N ports/www/flyspray/pkg/DESCR N ports/www/flyspray/pkg/MESSAGE N ports/www/flyspray/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/23 15:25:37 Modified files: www : Makefile Log message: add fluxbb and flyspray CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:46:39 ports/lang/ruby/1.8 Update of /cvs/ports/lang/ruby/1.8 In directory cvs.openbsd.org:/tmp/cvs-serv15923/1.8 Log Message: Directory /cvs/ports/lang/ruby/1.8 added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:46:40 ports/lang/ruby/1.9 Update of /cvs/ports/lang/ruby/1.9 In directory cvs.openbsd.org:/tmp/cvs-serv15923/1.9 Log Message: Directory /cvs/ports/lang/ruby/1.9 added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:47:44 ports/lang/ruby/1.8/patches Update of /cvs/ports/lang/ruby/1.8/patches In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.8/patches Log Message: Directory /cvs/ports/lang/ruby/1.8/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:47:45 ports/lang/ruby/1.8/pkg Update of /cvs/ports/lang/ruby/1.8/pkg In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.8/pkg Log Message: Directory /cvs/ports/lang/ruby/1.8/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:47:46 ports/lang/ruby/1.9/patches Update of /cvs/ports/lang/ruby/1.9/patches In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.9/patches Log Message: Directory /cvs/ports/lang/ruby/1.9/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 15:47:47 ports/lang/ruby/1.9/pkg Update of /cvs/ports/lang/ruby/1.9/pkg In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.9/pkg Log Message: Directory /cvs/ports/lang/ruby/1.9/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:04:13 Added files: lang/ruby : Makefile.inc Removed files: lang/ruby : distinfo lang/ruby/patches: patch-class_c patch-common_mk patch-configure patch-eval_c patch-ext_dl_sym_c patch-ext_openssl_openssl_missing_h patch-lib_fileutils_rb patch-lib_rexml_document_rb patch-lib_webrick_httpresponse_rb patch-random_c lang/ruby/pkg : DESCR-gdbm DESCR-iconv DESCR-main DESCR-tk PLIST-gdbm PLIST-iconv PLIST-main PLIST-tk Log message: Remove files that I checked out with -r HEAD CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:06:47 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/pkg: PLIST Added files: devel/ruby-gems/pkg: MESSAGE UNMESSAGE Log message: Upgrade to ruby-gems 1.3.7 and work with the new split ruby port. This now installs gem as gem18, since gem is included in ruby 1.9. OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:08:21 Modified files: devel/ruby-rake: Makefile devel/ruby-rake/pkg: PLIST Added files: devel/ruby-rake/pkg: MESSAGE UNMESSAGE Log message: Bump rake after split ruby port. This also installs rake as rake18, as rake comes with ruby 1.9. OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:10:28 Modified files: audio/amarok : Makefile audio/amarok/patches: patch-configure_in Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:11:13 Modified files: devel/eclipse/plugins/rdt: Makefile Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:12:10 Modified files: devel/subversion: Makefile devel/subversion/patches: patch-Makefile_in patch-configure_ac patch-subversion_libsvn_subr_auth_c Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:12:51 Modified files: devel/swig : Makefile Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:13:26 Modified files: net/rrdtool : Makefile Added files: net/rrdtool/patches: patch-configure Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:14:09 Modified files: textproc/eruby : Makefile textproc/eruby/patches: patch-configure_rb textproc/eruby/pkg: PLIST Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:14:53 Modified files: textproc/gonzui: Makefile textproc/gonzui/patches: patch-Makefile_in Added files: textproc/gonzui/patches: patch-configure patch-langscan_c_Makefile_in patch-langscan_java_Makefile_in patch-langscan_javascript_Makefile_in patch-langscan_php_Makefile_in patch-langscan_python_Makefile_in patch-langscan_sh_Makefile_in Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:15:32 Modified files: textproc/ruby-hyperestraier: Makefile textproc/ruby-hyperestraier/patches: patch-rubynative_configure Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:16:40 ports/www/mod_ruby/patches Update of /cvs/ports/www/mod_ruby/patches In directory cvs.openbsd.org:/tmp/cvs-serv302/patches Log Message: Directory /cvs/ports/www/mod_ruby/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:21:03 Modified files: www/mod_ruby : Makefile Added files: www/mod_ruby/patches: patch-configure_rb Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:21:54 Modified files: www/raggle : Makefile www/raggle/patches: patch-Makefile Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:24:50 Modified files: x11/kde/bindings3: Makefile Added files: x11/kde/bindings3/patches: patch-configure_in patch-qtruby_rubylib_qtruby_Qt_cpp Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:25:37 Modified files: x11/kde/office3: Makefile Log message: Handle changes caused by splitting the ruby port and bump OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 16:30:30 Modified files: archivers/ruby-archive-tar-minitar: Makefile archivers/ruby-archive-tar-minitar/pkg: PLIST audio/ruby-id3lib: Makefile converters/ruby-json: Makefile converters/ruby-json/pkg: PLIST databases/ruby-activerecord: Makefile databases/ruby-activerecord/pkg: PLIST databases/ruby-bdb: Makefile databases/ruby-couch_potato: Makefile databases/ruby-couch_potato/pkg: PLIST databases/ruby-couchrest: Makefile databases/ruby-couchrest/pkg: PLIST databases/ruby-data_objects: Makefile databases/ruby-data_objects/pkg: PLIST databases/ruby-datamapper/aggregates: Makefile databases/ruby-datamapper/aggregates/pkg: PLIST databases/ruby-datamapper/core: Makefile databases/ruby-datamapper/core/pkg: PLIST databases/ruby-datamapper/migrations: Makefile databases/ruby-datamapper/migrations/pkg: PLIST databases/ruby-datamapper/serializer: Makefile databases/ruby-datamapper/serializer/pkg: PLIST databases/ruby-datamapper/sweatshop: Makefile databases/ruby-datamapper/timestamps: Makefile databases/ruby-datamapper/types: Makefile databases/ruby-datamapper/types/pkg: PLIST databases/ruby-datamapper/validations: Makefile databases/ruby-datamapper/validations/pkg: PLIST databases/ruby-do_sqlite3: Makefile databases/ruby-kirbybase: Makefile databases/ruby-kirbybase/pkg: PLIST databases/ruby-ldap: Makefile databases/ruby-mysql: Makefile databases/ruby-pg: Makefile databases/ruby-postgres: Makefile databases/ruby-postgres/pkg: PLIST databases/ruby-sequel: Makefile databases/ruby-sqlite3: Makefile databases/ruby-sqlite3/pkg: PLIST databases/ruby-validatable: Makefile devel/ruby-abstract: Makefile devel/ruby-actionpack: Makefile devel/ruby-actionpack/pkg: PLIST devel/ruby-activesupport: Makefile devel/ruby-activesupport/pkg: PLIST devel/ruby-assistance: Makefile devel/ruby-clio: Makefile devel/ruby-color-tools: Makefile devel/ruby-columnize: Makefile devel/ruby-cucumber: Makefile devel/ruby-daemons: Makefile devel/ruby-daemons/pkg: PLIST devel/ruby-debug: Makefile devel/ruby-debug/pkg: PLIST devel/ruby-debug-base: Makefile devel/ruby-diff-lcs: Makefile devel/ruby-diff-lcs/pkg: PLIST devel/ruby-echoe: Makefile devel/ruby-extlib: Makefile devel/ruby-extlib/pkg: PLIST devel/ruby-facets: Makefile devel/ruby-fastthread: Makefile devel/ruby-flexmock: Makefile devel/ruby-flexmock/pkg: PLIST devel/ruby-gem_plugin: Makefile devel/ruby-gettext: Makefile devel/ruby-gettext/pkg: PLIST devel/ruby-highline: Makefile devel/ruby-highline/pkg: PLIST devel/ruby-hoe : Makefile devel/ruby-hoe/pkg: PLIST devel/ruby-linecache: Makefile devel/ruby-locale: Makefile devel/ruby-locale/pkg: PLIST devel/ruby-minitest: Makefile devel/ruby-minitest/pkg: PLIST devel/ruby-mocha: Makefile devel/ruby-mocha/pkg: PLIST devel/ruby-ncurses: Makefile devel/ruby-needle: Makefile devel/ruby-needle/pkg: PLIST devel/ruby-open4: Makefile devel/ruby-parsetree: Makefile devel/ruby-parsetree/pkg: PLIST devel/ruby-polyglot: Makefile devel/ruby-rack-test: Makefile devel/ruby-rcov: Makefile devel/ruby-rparsec: Makefile devel/ruby-rparsec/pkg: PLIST devel/ruby-rspec: Makefile devel/ruby-rspec/pkg: PLIST devel/ruby-ruby2ruby: Makefile devel/ruby-ruby_parser: Makefile devel/ruby-ruby_parser/pkg: PLIST devel/ruby-rubyforge: Makefile devel/ruby-rubyinline: Makefile devel/ruby-sexp: Makefile devel/ruby-sexp_processor: Makefile devel/ruby-sexp_processor/pkg: PLIST devel/ruby-systemtimer: Makefile devel/ruby-term-ansicolor: Makefile devel/ruby-transaction-simple: Makefile devel/ruby-trollop: Makefile devel/ruby-tzinfo: Makefile devel/ruby-tzinfo/pkg: PLIST devel/ruby-uuidtools: Makefile devel/ruby-zentest: Makefile devel/ruby-zentest/pkg: PLIST geo/ruby-findmyiphone: Makefile graphics/ruby-color: Makefile graphics/ruby-gd2: Makefile graphics/ruby-gd2/pkg: PLIST graphics/ruby-gruff: Makefile graphics/ruby-gruff/pkg: PLIST graphics/ruby-mini_magick: Makefile graphics/ruby-mini_magick/pkg: PLIST graphics/ruby-rmagick: Makefile mail/ruby-actionmailer: Makefile mail/ruby-actionmailer/pkg: PLIST mail/ruby-mailfactory: Makefile mail/ruby-mime : Makefile mail/ruby-mime/pkg: PLIST mail/ruby-mime-types: Makefile mail/ruby-rmail: Makefile mail/ruby-rmail/pkg: PLIST net/ruby-amqp : Makefile net/ruby-amqp/pkg: PLIST net/ruby-amqp-utils: Makefile net/ruby-bunny : Makefile net/ruby-bunny/pkg: PLIST net/ruby-eventmachine: Makefile net/ruby-eventmachine/pkg: PLIST net/ruby-minion: Makefile net/ruby-net-dns: Makefile net/ruby-net-dns/pkg: PLIST net/ruby-net-scp: Makefile net/ruby-net-sftp: Makefile net/ruby-net-ssh: Makefile net/ruby-net-ssh/pkg: PLIST net/ruby-net-ssh-gateway: Makefile net/ruby-nmap-parser: Makefile net/ruby-nmap-parser/pkg: PLIST net/ruby-pcap : Makefile net/ruby-rrdtool: Makefile net/ruby-snmp : Makefile net/ruby-snmp/pkg: PLIST net/ruby-stomp : Makefile net/ruby-xmpp4r: Makefile security/arirang: Makefile security/ruby-bcrypt: Makefile security/ruby-bcrypt/pkg: PLIST security/ruby-ezcrypto: Makefile security/ruby-ezcrypto/pkg: PLIST security/ruby-openid: Makefile security/ruby-openid/pkg: PLIST security/ruby-yadis: Makefile security/ruby-yadis/pkg: PLIST sysutils/god : Makefile sysutils/god/pkg: PLIST sysutils/ruby-capistrano: Makefile sysutils/ruby-facter: Makefile sysutils/ruby-mongrel_cluster: Makefile sysutils/ruby-puppet: Makefile sysutils/ruby-rails-app-installer: Makefile sysutils/ruby-rails-app-installer/pkg: PLIST sysutils/ruby-thor: Makefile sysutils/ruby-thor/pkg: PLIST sysutils/ruby-vlad: Makefile sysutils/ruby-vlad/pkg: PLIST textproc/ruby-ascii85: Makefile textproc/ruby-builder: Makefile textproc/ruby-builder/pkg: PLIST textproc/ruby-erubis: Makefile textproc/ruby-fastercsv: Makefile textproc/ruby-fastri: Makefile textproc/ruby-fastri/pkg: PLIST textproc/ruby-haml: Makefile textproc/ruby-hpricot: Makefile textproc/ruby-htmlentities: Makefile textproc/ruby-icalendar: Makefile textproc/ruby-icalendar/pkg: PLIST textproc/ruby-markaby: Makefile textproc/ruby-markaby/pkg: PLIST textproc/ruby-nokogiri: Makefile textproc/ruby-nokogiri/pkg: PLIST textproc/ruby-pdf-reader: Makefile textproc/ruby-pdf-reader/pkg: PLIST textproc/ruby-pdf-writer: Makefile textproc/ruby-pdf-writer/pkg: PLIST textproc/ruby-prawn/core: Makefile textproc/ruby-prawn/core/pkg: PLIST textproc/ruby-prawn/format: Makefile textproc/ruby-prawn/layout: Makefile textproc/ruby-prawn/layout/pkg: PLIST textproc/ruby-prawn/prawn: Makefile textproc/ruby-randexp: Makefile textproc/ruby-randexp/pkg: PLIST textproc/ruby-redcloth: Makefile textproc/ruby-rss: Makefile textproc/ruby-rubigen: Makefile textproc/ruby-rubigen/pkg: PLIST textproc/ruby-templater: Makefile textproc/ruby-templater/pkg: PLIST textproc/ruby-treetop: Makefile textproc/ruby-treetop/pkg: PLIST www/puppet-dashboard: Makefile www/ruby-activemerchant: Makefile www/ruby-activemerchant/pkg: PLIST www/ruby-activeresource: Makefile www/ruby-activeresource/pkg: PLIST www/ruby-addressable: Makefile www/ruby-fcgi : Makefile www/ruby-httpclient: Makefile www/ruby-httpclient/pkg: PLIST www/ruby-mechanize: Makefile www/ruby-mechanize/pkg: PLIST www/ruby-merb/action-args: Makefile www/ruby-merb/activerecord: Makefile www/ruby-merb/assets: Makefile www/ruby-merb/assets/pkg: PLIST www/ruby-merb/auth: Makefile www/ruby-merb/auth-core: Makefile www/ruby-merb/auth-core/pkg: PLIST www/ruby-merb/auth-more: Makefile www/ruby-merb/auth-more/pkg: PLIST www/ruby-merb/auth-slice-password: Makefile www/ruby-merb/cache: Makefile www/ruby-merb/cache/pkg: PLIST www/ruby-merb/core: Makefile www/ruby-merb/core/pkg: PLIST www/ruby-merb/datamapper: Makefile www/ruby-merb/datamapper/pkg: PLIST www/ruby-merb/exceptions: Makefile www/ruby-merb/exceptions/pkg: PLIST www/ruby-merb/gen: Makefile www/ruby-merb/gen/pkg: PLIST www/ruby-merb/haml: Makefile www/ruby-merb/helpers: Makefile www/ruby-merb/helpers/pkg: PLIST www/ruby-merb/mailer: Makefile www/ruby-merb/mailer/pkg: PLIST www/ruby-merb/merb: Makefile www/ruby-merb/more: Makefile www/ruby-merb/param-protection: Makefile www/ruby-merb/slices: Makefile www/ruby-merb/slices/pkg: PLIST www/ruby-mongrel: Makefile www/ruby-passenger: Makefile www/ruby-rack : Makefile www/ruby-rack/pkg: PLIST www/ruby-rails : Makefile www/ruby-rest-client: Makefile www/ruby-rest-client/pkg: PLIST www/ruby-sinatra: Makefile www/ruby-thin : Makefile www/ruby-thin/pkg: PLIST www/ruby-thin_http: Makefile www/ruby-typo : Makefile x11/ruby-dbus : Makefile Log message: Bump all ruby ports not already handled. In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed due to differences in how RDoc processes files. This also has a number of changes to the regress tests to work with the changes to devel/ruby-rake. It moves most of the regress tests to use MODRUBY_REGRESS. OK jcs@, landry@, jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 17:25:53 Modified files: www/ruby-passenger: Makefile Log message: Remove Bernd as maintainer of ruby-passenger OK bernd@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2010/09/23 17:30:49 Modified files: databases/ruby-postgres: Makefile devel/ruby-rcov: Makefile Log message: Take over maintenance of databases/ruby-postgres and devel/ruby-rcov from Markus. OK markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/23 18:00:41 Modified files: usr.sbin/nsd : nsd-checkconf.c Log message: fix a overflow found by parfait ok jakob@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/23 18:11:15 Modified files: sbin/raidctl : raidctl.c usr.bin/vmstat : dkstats.c Log message: Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate the : and uid components out -- otherwise these two programs will work poorly. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/23 18:12:36 Modified files: sys/dev/usb : usb_subr.c Log message: tsleep on a static and private handle, since our goal is to not be woken up by a wakeup, but only by the actual timeout expiry. On architectures which share a kva upage area between processes, we would not want an accidental wakeup (too short). discussed with various CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2010/09/23 18:55:48 Modified files: sys/net : pf.c Log message: kill some unused arguments to pf_create_state ok henning@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2010/09/23 19:08:10 Modified files: www/flyspray : Makefile Log message: somehow I lost the "-p". pointed out by STeve Andre CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2010/09/23 19:24:54 Modified files: faq : current.html Log message: Add a note to current.html about the ruby port being split into separate ports for 1.8 and 1.9. OK nick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 19:27:11 Modified files: sys/dev/ic : mpi.c Log message: vol_list in mpi_get_raid is never used. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 19:30:05 Modified files: sys/dev/ic : mfi.c Log message: no use setting cmd in mfi_ioctl_setstate if you never use it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 19:32:10 Modified files: sys/dev/ic : ami.c Log message: remove useless store CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/23 19:41:34 Modified files: sys/scsi : sd.c Log message: init err to 0 in sd_get_parms to avoid confusion when checking rigid geometry. it doesnt matter waht the value there is cos rigid will be NULL, but this is clearer. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/23 19:48:03 Modified files: sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 Log message: enable utwitch(4) for SGI machines too. ok deraadt@, miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 19:53:22 Modified files: sys/net : pf.c Log message: nicer linewraps, purely cosmetic CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 19:56:12 Modified files: sys/net : pf.c Log message: remove misleading XXX comment. it is pretty clear by now that pf_compare_state_keys will stay, we play safe. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 20:06:48 Modified files: sys/net : pf.c Log message: hello, this is captain obvious speaking: /* XXX This does NOT affect pass rules! */ SLIST_FOREACH(ri, &s->match_rules, entry) { ... delete that comment, entirely superfluous CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 20:15:00 Modified files: sys/net : pf.c Log message: no need to pf_tag_packet in the stateless case in pf_test since pf_test_rule will have done it already, as correctly XXX-comment noted by claudio almost a year ago. pf_test6 (which is scarily different there) didn't have that at all. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 20:22:37 Modified files: sys/net : pf.c Log message: use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead of hardcoding 0. roughly almost a bit equivalent to what pf_test_rule does. changing the rdomain for not reassembled fragments is not going to work ever, so the full dance pf_test_rule does doesn't make sense here. speaking of sense, I don't see anything remotely resembling sense in pf filtering on fragments without reassembling them first. with/ok claudio CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/23 20:28:10 Modified files: sys/net : pf.c Log message: itojun picked exactly the right reason in that REASON_SET call. really no reason to question himself by adding an XXX CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/23 20:55:43 Modified files: sys/kern : kern_tc.c Log message: move DEBUG-only variable into #ifdef CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/23 20:57:43 Modified files: usr.sbin/npppd/npppd: ccp.c ppp.c ppp.h Log message: npppd didn't setup a PIPEX session if MPPE is not required by config and CCP is failed to be opened because the peer doesn't support MPPE. Fixed to setup a PIPEX on such case. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/23 20:59:39 Modified files: sys/kern : tty_pty.c Log message: dead store; found by clang CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/23 20:59:46 Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/netinet : tcp_input.c tcp_output.c tcp_usrreq.c tcp_var.h sys/sys : socketvar.h Log message: TCP send and recv buffer scaling. Send buffer is scaled by not accounting unacknowledged on the wire data against the buffer limit. Receive buffer scaling is done similar to FreeBSD -- measure the delay * bandwith product and base the buffer on that. The problem is that our RTT measurment is coarse so it overshoots on low delay links. This does not matter that much since the recvbuffer is almost always empty. Add a back pressure mechanism to control the amount of memory assigned to socketbuffers that kicks in when 80% of the cluster pool is used. Increases the download speed from 300kB/s to 4.4MB/s on ftp.eu.openbsd.org. Based on work by markus@ and djm@. OK dlg@, henning@, put it in deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/23 21:21:21 Modified files: sys/dev/usb : if_axe.c Log message: try to print the attach dmesg line in one unit, rather than intermixing it with slow operations. ok jsg yuo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/24 00:40:12 Modified files: usr.bin/vi/docs/USD.doc/vi.man: vi.1 Log message: add a little padding to make SYNOPSIS line up nicely; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/24 01:08:50 Modified files: sys/kern : subr_disk.c Log message: Fixes before-boot umass hangs on units without media. In disk_readlabel() if the ioctl fails don't forget to close the disk. Avoid sharing a static error buffer between a workq and mountroot since they can compete. Pass the dev_t to the workq inside one of the arguments without a malloc'd object. ok miod dlg krw CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/24 01:23:00 Modified files: sys/arch/sparc64/conf: GENERIC Log message: fix typo in utwitch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/24 01:29:31 Modified files: sys/kern : kern_tc.c Log message: useless store CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2010/09/24 01:44:43 Modified files: distrib/miniroot: install.sub Log message: Prefer -h instead over -L for symlink test. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/24 01:52:37 Modified files: telephony/pjsua: Makefile Added files: telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c Log message: After discussion with fgsch@ and others, It's now clear that I was wrong and 31 IS the correct value: shame on me... "You need to revive the patch that was before 1.7" fgsch@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 01:59:39 Modified files: textproc/p5-Number-Format: Makefile distinfo Log message: - update to 1.60 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:00:30 Modified files: textproc/p5-Regexp-Common: Makefile distinfo Log message: - update to 2010010201 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:01:46 Modified files: textproc/p5-String-RewritePrefix: Makefile distinfo Log message: - update to 0.005 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:02:28 Modified files: textproc/p5-Text-CSV: Makefile distinfo Log message: - update to 1.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:03:10 Modified files: textproc/p5-Text-Diff: Makefile distinfo Log message: - update to 1.37 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:03:51 Modified files: textproc/p5-Text-Diff-HTML: Makefile distinfo Log message: - update to 0.06 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:04:22 Modified files: textproc/p5-Text-Quoted: Makefile distinfo Log message: - update to 2.06 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:04:42 Modified files: textproc/p5-Text-Template: Makefile distinfo Log message: - update to 1.45 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:05:04 Modified files: textproc/p5-Text-WordDiff: Makefile distinfo Log message: - update to 0.05 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:05:24 Modified files: textproc/p5-Text-Wrapper: Makefile distinfo Log message: - update to 1.02 CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2010/09/24 02:33:59 Modified files: sys/dev/usb : if_aue.c if_cdce.c if_cue.c if_kue.c if_mos.c if_upl.c if_urndis.c if_wi_usb.c moscom.c uark.c ubsa.c ubt.c uchcom.c ucom.c ucycom.c udcf.c ueagle.c uftdi.c ugen.c uhid.c uhidev.c uipaq.c ulpt.c umbg.c umct.c umidi.c umodem.c uplcom.c urio.c uscanner.c uslcom.c uthum.c uticom.c utrh.c uts.c uvisor.c uvscom.c Log message: remove dying flag in detach() function. The dying flag will be set in activate()/DEACTIVATE. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 02:50:43 ports/textproc/dblatex/patches Update of /cvs/ports/textproc/dblatex/patches In directory cvs.openbsd.org:/tmp/cvs-serv28321/patches Log Message: Directory /cvs/ports/textproc/dblatex/patches added to the repository CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/24 03:17:46 Modified files: sbin/pfctl : parse.y Log message: remove the check that enforced rdr-to only inbound and nat-to only outbound. both now can be used in both directions. the kernel allowed that ever since we did the great NAT rewrite. still enforce that a direction is given, a rule with rdr-to and/or nat-to and no direction is pretty certainly an error (which it would work, technically) ok ryan claudio dlg CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/24 03:19:04 Modified files: share/man/man5 : pf.conf.5 Log message: for rdr-to and nat-to, mention in which direction they are usually used and mention the constraints for use in the "unnatural" direction ok claudio ryan dlg CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/24 03:20:16 Modified files: infrastructure/mk: bsd.port.mk Log message: works better when you put the test where it belongs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/24 03:30:04 Modified files: net/quagga : Makefile distinfo net/quagga/patches: patch-doc_Makefile_in patch-ospfclient_Makefile_in Log message: update to 0.99.17 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 03:33:55 src/usr.sbin/iscsictl Update of /cvs/src/usr.sbin/iscsictl In directory cvs.openbsd.org:/tmp/cvs-serv31041/iscsictl Log Message: Directory /cvs/src/usr.sbin/iscsictl added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 03:33:56 src/usr.sbin/iscsid Update of /cvs/src/usr.sbin/iscsid In directory cvs.openbsd.org:/tmp/cvs-serv31041/iscsid Log Message: Directory /cvs/src/usr.sbin/iscsid added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 03:43:19 Added files: usr.sbin/iscsid: Makefile connection.c control.c initiator.c iscsid.c iscsid.h log.c log.h pdu.c task.c util.c vscsi.c Log message: iSCSI Initiatior daemon using vscsi(4). Currently implements the absolute minimum of the protocol to make it work against targets. Many things still in flux but we're annoyed to work outside of the tree. Commited from a source tree on an iSCSI disk served via iscsid but it is not yet production ready. OK dlg@, matthew@, deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 03:45:17 Added files: usr.sbin/iscsictl: Makefile iscsictl.c iscsictl.h parse.y parser.c Log message: Import iscsictl -- the control tool for iscsid. Currently only discovery and reload work. OK dlg@, matthew@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 04:04:00 Modified files: net/etherape : Makefile distinfo net/etherape/patches: patch-src_names_c net/etherape/pkg: PLIST Added files: net/etherape/patches: patch-src_decode_proto_c Removed files: net/etherape/patches: patch-src_main_c Log message: - update etherape to 0.9.9 ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/24 04:06:19 Modified files: net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-gabble/patches: patch-configure patch-lib_gibber_gibber-unix-transport_c Log message: Fix connection to jabber by using openssl instead of gnutls. Tighten dependencies, set a proper CA certificate file path and don't pass socket options we don't support. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/24 04:09:42 Modified files: databases/hs-HDBC: Makefile databases/hs-HDBC-sqlite3: Makefile devel/hs-ConfigFile: Makefile devel/hs-MissingH: Makefile devel/hs-hslogger: Makefile net/hpodder : Makefile textproc/hs-HaXml: Makefile Log message: Cleanups for haskell ports. "Looks fine" kili@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2010/09/24 04:10:58 Modified files: usr.sbin/ldapd : ldapd.8 Log message: add -s option. ok martinh@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2010/09/24 04:30:29 Modified files: sys/arch/loongson/dev: glxpcib.c sys/arch/i386/pci: glxpcib.c Log message: Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper defines for the constants used while mapping. Okay miod@, deraadt@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 04:32:57 Modified files: usr.sbin/iscsid: control.c Log message: Remvoe some debug messages that are not needed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 04:33:34 Modified files: games/openttd : Makefile games/openttd/pkg: PLIST Added files: games/openttd/patches: patch-Makefile_bundle_in Log message: - don't install a gzipped manpage ok daniel dickman (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/24 04:41:37 Modified files: share/man/man5 : pf.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 04:44:39 Modified files: usr.sbin/iscsid: connection.c Log message: Set TCP_NODELAY since we want the request to be sent ASAP. OK dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2010/09/24 04:44:50 Modified files: usr.sbin/ldapd : ldapd.8 Log message: add missing .Ar; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 04:46:13 Modified files: usr.sbin/iscsid: connection.c Log message: another useless and noisy debug message CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2010/09/24 04:46:47 Modified files: telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c Log message: Better comments (aligned with upstream). No functional changes, no bump CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/24 04:53:14 Modified files: usr.sbin/iscsid: Makefile Added files: usr.sbin/iscsid: iscsid.8 Log message: basic manpage poked by claudio@. repeatedly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2010/09/24 04:55:23 Modified files: net/xorp : Makefile Log message: don't spend 11 hours trying to build this on arm only to have it fail CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2010/09/24 04:57:17 Modified files: share/man/man5 : pf.conf.5 Log message: oups. the notes i just added looked like shit because i'm too smart too actually look at the manpage when changing it. ok jmc CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/24 06:31:35 Modified files: usr.sbin/iscsictl: Makefile Added files: usr.sbin/iscsictl: iscsictl.8 Log message: basic manpage for iscsictl. we wont do an iscsi.conf manpage until the syntax has settled down. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2010/09/24 06:46:10 Modified files: sys/conf : GENERIC Log message: vscsi lives once more! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/09/24 06:48:26 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.palm 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: dlg@cvs.openbsd.org 2010/09/24 07:05:00 Modified files: usr.sbin : Makefile Log message: hook iscsid and iscsictl into the build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/24 07:09:57 Modified files: net/telepathy/telepathy-salut: Makefile Removed files: net/telepathy/telepathy-salut/patches: patch-lib_gibber_gibber-unix-transport_c Log message: Remove unused patch, this code path is ifdef __linux CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2010/09/24 07:13:46 Modified files: infrastructure/mk: bsd.port.mk Log message: clean-up "normal" dir even after cleaning flavors. note that clean=flavors can't work with WRKOBJDIR set CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/24 07:21:30 Modified files: sys/arch/amd64/amd64: genassym.cf mutex.S sys/arch/amd64/include: cpu.h sys/arch/i386/i386: genassym.cf mutex.S sys/arch/i386/include: cpu.h sys/kern : kern_rwlock.c sched_bsd.c subr_xxx.c sys/sys : rwlock.h Log message: Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and rwlock misuse. In particular, this commit makes the following changes: 1. i386 and amd64 now count the number of active mutexes so that assertwaitok(9) can detect attempts to sleep while holding a mutex. 2. i386 and amd64 check that we actually hold mutexes when passed to mtx_leave(). 3. Calls to rw_exit*() now call rw_assert_{rd,wr}lock() as appropriate. ok krw@, oga@; "sounds good to me" deraadt@; assembly bits double checked by pirofti@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 07:24:53 Modified files: sys/sys : hash.h Log message: Make the endpointer also const so that there is no warning from gcc4 about discarding a qualifier. OK deraadt@ krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2010/09/24 07:28:20 Modified files: net/telepathy/telepathy-gabble: Makefile Removed files: net/telepathy/telepathy-gabble/patches: patch-lib_gibber_gibber-unix-transport_c Log message: Remove unused patch, code path is ifdef __linux CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 07:29:29 Modified files: lib/libc/net : if_nameindex.c sys/net : if.h Log message: Implement if_freenameindex() as a real function as required by posix. OK deraadt@, millert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2010/09/24 07:32:55 Modified files: include : glob.h lib/libc/gen : glob.3 glob.c regress/lib/libc/glob: Makefile globtest.c globtest.in Log message: add a GLOB_KEEPSTAT option that retains a copy of the struct stat information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2010/09/24 07:33:00 Modified files: include : string.h lib/libc/string: Makefile.inc bcmp.3 lib/libc : Makefile.inc share/man/man9 : Makefile kern.9 usr.bin/ssh : misc.c misc.h Added files: lib/libc/string: timingsafe_bcmp.c Log message: Add timingsafe_bcmp(3) to libc, mention that it's already in the kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2010/09/24 07:37:53 Modified files: infrastructure/mk: bsd.port.mk Log message: - finally works as intended now CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2010/09/24 07:44:14 Modified files: sbin/dhclient : dhclient.c Log message: Make it possible to use "dhclient egress" to refetch a lease without rememberingwhich interface dhclient was actually active on. Requested by deraadt, OK deraadt@, krw@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/24 07:54:06 Modified files: lib/libarch/mips64: Makefile lib/libc/arch/mips64/gen: Makefile.inc Added files: lib/libarch/mips64: get_fpc_csr.3 lib/libc/arch/mips64/gen: fpc_csr.c Log message: Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although we don't provide the silly union to decompose the value. This will allow userland to flip the ``flush denormalized to zero'' setting, which apparently is being relied upon by tcl. Asked by jasper@ a long time ago. Riding upon the upcoming libc major crank. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/24 07:56:32 Modified files: include : fts.h lib/libc/gen : fts.3 fts.c Log message: Bump fts_level from short to int and add a spare short so things line up nicely. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/24 07:58:39 Modified files: lib/libc : shlib_version Log message: Bump libc major for ABI changes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2010/09/24 08:04:06 Modified files: share/mk : bsd.own.mk . : Makefile.cross Log message: Switch mips-based ports to gcc4. Most of the work has been done by kettenis@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2010/09/24 08:10:52 Modified files: sys/netinet6 : nd6_rtr.c Log message: When processing IPv6 RA messages we may end up adding a new IPv6 address from interrupt context. This results in problems if the process of adding a new address makes use of pools that use PR_WAITOK (or anything else that may sleep). To avoid this problem, create a workq task so that the new IPv6 address is added from within process context. ok dlg@ henning@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2010/09/24 08:13:47 Modified files: sys/conf : GENERIC Log message: use a better description for the vnd(4) entry on this file. ok millert@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2010/09/24 08:16:50 Modified files: lang/expect : Makefile distinfo lang/expect/patches: patch-Makefile_in lang/expect/pkg: PFRAG.shared PLIST Added files: lang/expect/patches: patch-configure_in patch-exp_chan_c patch-exp_clib_c patch-exp_main_sub_c patch-exp_main_tk_c patch-exp_trap_c patch-exp_win_c patch-pty_termios_c patch-tclconfig_tcl_m4 Removed files: lang/expect/patches: patch-configure Log message: Update expect to 5.44.1.15 switch from tcl/tk 8.4 to 8.5 take maintainership after fixing the WANTLIB finally OK, landry@, sthen@, jasper@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/24 08:49:22 Log message: Perl 5.12.2 from CPAN Status: Vendor Tag: CPAN Release Tags: PERL_5_12_2 U src/gnu/usr.bin/perl/regcharclass.h C src/gnu/usr.bin/perl/sv.c U src/gnu/usr.bin/perl/perlapi.h U src/gnu/usr.bin/perl/installman U src/gnu/usr.bin/perl/README.symbian C src/gnu/usr.bin/perl/README.win32 U src/gnu/usr.bin/perl/README.dgux U src/gnu/usr.bin/perl/README.tw U src/gnu/usr.bin/perl/README.solaris U src/gnu/usr.bin/perl/perlio.h U src/gnu/usr.bin/perl/cc_runtime.h U src/gnu/usr.bin/perl/pp_sort.c U src/gnu/usr.bin/perl/regnodes.h C src/gnu/usr.bin/perl/README.os2 U src/gnu/usr.bin/perl/pp_pack.c C src/gnu/usr.bin/perl/av.c U src/gnu/usr.bin/perl/writemain.SH U src/gnu/usr.bin/perl/README.beos U src/gnu/usr.bin/perl/warnings.h C src/gnu/usr.bin/perl/deb.c U src/gnu/usr.bin/perl/Copying U src/gnu/usr.bin/perl/genpacksizetables.pl U src/gnu/usr.bin/perl/generate_uudmap.c U src/gnu/usr.bin/perl/README.mpeix U src/gnu/usr.bin/perl/perlapi.c U src/gnu/usr.bin/perl/makedepend.SH U src/gnu/usr.bin/perl/perly.tab U src/gnu/usr.bin/perl/perldtrace.d C src/gnu/usr.bin/perl/XSUB.h U src/gnu/usr.bin/perl/mkppport.lst U src/gnu/usr.bin/perl/README.vmesa C src/gnu/usr.bin/perl/util.c U src/gnu/usr.bin/perl/form.h U src/gnu/usr.bin/perl/parser.h U src/gnu/usr.bin/perl/README.vos C src/gnu/usr.bin/perl/universal.c U src/gnu/usr.bin/perl/pad.c C src/gnu/usr.bin/perl/pp.c U src/gnu/usr.bin/perl/regcomp.sym U src/gnu/usr.bin/perl/perl_keyword.pl C src/gnu/usr.bin/perl/Changes C src/gnu/usr.bin/perl/malloc.c U src/gnu/usr.bin/perl/dosish.h C src/gnu/usr.bin/perl/opcode.h N src/gnu/usr.bin/perl/time64.h C src/gnu/usr.bin/perl/perl.h N src/gnu/usr.bin/perl/TestInit.pm C src/gnu/usr.bin/perl/README.qnx U src/gnu/usr.bin/perl/iperlsys.h U src/gnu/usr.bin/perl/unixish.h U src/gnu/usr.bin/perl/README.epoc C src/gnu/usr.bin/perl/regcomp.c U src/gnu/usr.bin/perl/intrpvar.h U src/gnu/usr.bin/perl/reentr.h C src/gnu/usr.bin/perl/perly.h U src/gnu/usr.bin/perl/README.dos U src/gnu/usr.bin/perl/README.openbsd U src/gnu/usr.bin/perl/README.riscos C src/gnu/usr.bin/perl/perly.c C src/gnu/usr.bin/perl/op.c U src/gnu/usr.bin/perl/myconfig.SH U src/gnu/usr.bin/perl/fakethr.h C src/gnu/usr.bin/perl/pp.h C src/gnu/usr.bin/perl/op.h U src/gnu/usr.bin/perl/README.linux C src/gnu/usr.bin/perl/regexp.h U src/gnu/usr.bin/perl/configure.gnu U src/gnu/usr.bin/perl/locale.c U src/gnu/usr.bin/perl/warnings.pl C src/gnu/usr.bin/perl/handy.h C src/gnu/usr.bin/perl/av.h U src/gnu/usr.bin/perl/mydtrace.h U src/gnu/usr.bin/perl/globals.c U src/gnu/usr.bin/perl/numeric.c C src/gnu/usr.bin/perl/hv.h U src/gnu/usr.bin/perl/autodoc.pl U src/gnu/usr.bin/perl/Makefile.micro U src/gnu/usr.bin/perl/keywords.pl C src/gnu/usr.bin/perl/opcode.pl C src/gnu/usr.bin/perl/mg.c C src/gnu/usr.bin/perl/perlio.c U src/gnu/usr.bin/perl/embed.fnc U src/gnu/usr.bin/perl/Policy_sh.SH U src/gnu/usr.bin/perl/nostdio.h C src/gnu/usr.bin/perl/embed.h U src/gnu/usr.bin/perl/perlvars.h U src/gnu/usr.bin/perl/perlsh C src/gnu/usr.bin/perl/README.vms U src/gnu/usr.bin/perl/pp_proto.h C src/gnu/usr.bin/perl/pp_ctl.c C src/gnu/usr.bin/perl/cflags.SH U src/gnu/usr.bin/perl/README.aix U src/gnu/usr.bin/perl/README.os400 C src/gnu/usr.bin/perl/mg.h C src/gnu/usr.bin/perl/proto.h U src/gnu/usr.bin/perl/README.cn C src/gnu/usr.bin/perl/doop.c U src/gnu/usr.bin/perl/README.freebsd U src/gnu/usr.bin/perl/reentr.pl U src/gnu/usr.bin/perl/embedvar.h C src/gnu/usr.bin/perl/pp_hot.c C src/gnu/usr.bin/perl/MANIFEST U src/gnu/usr.bin/perl/mkppport U src/gnu/usr.bin/perl/README.cygwin C src/gnu/usr.bin/perl/perly.y U src/gnu/usr.bin/perl/minimod.pl C src/gnu/usr.bin/perl/miniperlmain.c C src/gnu/usr.bin/perl/gv.h U src/gnu/usr.bin/perl/README.plan9 U src/gnu/usr.bin/perl/README.jp C src/gnu/usr.bin/perl/taint.c C src/gnu/usr.bin/perl/globvar.sym U src/gnu/usr.bin/perl/regcomp.pl U src/gnu/usr.bin/perl/uconfig.sh U src/gnu/usr.bin/perl/EXTERN.h U src/gnu/usr.bin/perl/README.bs2000 C src/gnu/usr.bin/perl/Configure U src/gnu/usr.bin/perl/INTERN.h U src/gnu/usr.bin/perl/README.os390 C src/gnu/usr.bin/perl/makedef.pl U src/gnu/usr.bin/perl/perly.act C src/gnu/usr.bin/perl/cv.h C src/gnu/usr.bin/perl/regcomp.h C src/gnu/usr.bin/perl/toke.c U src/gnu/usr.bin/perl/overload.pl C src/gnu/usr.bin/perl/perl.c U src/gnu/usr.bin/perl/pad.h C src/gnu/usr.bin/perl/Makefile.SH U src/gnu/usr.bin/perl/thread.h N src/gnu/usr.bin/perl/time64_config.h U src/gnu/usr.bin/perl/README.hpux U src/gnu/usr.bin/perl/install_lib.pl U src/gnu/usr.bin/perl/README.ce U src/gnu/usr.bin/perl/perlsdio.h C src/gnu/usr.bin/perl/gv.c C src/gnu/usr.bin/perl/config_h.SH U src/gnu/usr.bin/perl/README.macos U src/gnu/usr.bin/perl/utf8.h U src/gnu/usr.bin/perl/malloc_ctl.h U src/gnu/usr.bin/perl/pod.lst U src/gnu/usr.bin/perl/README.tru64 C src/gnu/usr.bin/perl/scope.h U src/gnu/usr.bin/perl/overload.c C src/gnu/usr.bin/perl/util.h U src/gnu/usr.bin/perl/README.ko U src/gnu/usr.bin/perl/configure.com U src/gnu/usr.bin/perl/README.macosx U src/gnu/usr.bin/perl/mro.c C src/gnu/usr.bin/perl/global.sym U src/gnu/usr.bin/perl/makeaperl.SH C src/gnu/usr.bin/perl/README U src/gnu/usr.bin/perl/regen_perly.pl U src/gnu/usr.bin/perl/pp.sym C src/gnu/usr.bin/perl/doio.c U src/gnu/usr.bin/perl/reentr.c U src/gnu/usr.bin/perl/utfebcdic.h U src/gnu/usr.bin/perl/Artistic U src/gnu/usr.bin/perl/utf8.c U src/gnu/usr.bin/perl/regen.pl U src/gnu/usr.bin/perl/make_patchnum.pl C src/gnu/usr.bin/perl/scope.c C src/gnu/usr.bin/perl/embed.pl U src/gnu/usr.bin/perl/madly.c U src/gnu/usr.bin/perl/opnames.h C src/gnu/usr.bin/perl/configpm U src/gnu/usr.bin/perl/META.yml N src/gnu/usr.bin/perl/time64.c U src/gnu/usr.bin/perl/overload.h C src/gnu/usr.bin/perl/hv.c U src/gnu/usr.bin/perl/README.haiku C src/gnu/usr.bin/perl/installperl U src/gnu/usr.bin/perl/utils.lst U src/gnu/usr.bin/perl/regen_lib.pl U src/gnu/usr.bin/perl/perlsfio.h U src/gnu/usr.bin/perl/README.amiga U src/gnu/usr.bin/perl/uconfig.h C src/gnu/usr.bin/perl/pp_sys.c U src/gnu/usr.bin/perl/keywords.h C src/gnu/usr.bin/perl/regexec.c U src/gnu/usr.bin/perl/AUTHORS C src/gnu/usr.bin/perl/patchlevel.h U src/gnu/usr.bin/perl/README.apollo C src/gnu/usr.bin/perl/INSTALL U src/gnu/usr.bin/perl/perlio.sym U src/gnu/usr.bin/perl/README.hurd C src/gnu/usr.bin/perl/sv.h U src/gnu/usr.bin/perl/perliol.h U src/gnu/usr.bin/perl/installhtml U src/gnu/usr.bin/perl/README.irix U src/gnu/usr.bin/perl/run.c U src/gnu/usr.bin/perl/README.netware U src/gnu/usr.bin/perl/fakesdio.h C src/gnu/usr.bin/perl/dump.c U src/gnu/usr.bin/perl/make_ext.pl U src/gnu/usr.bin/perl/mathoms.c N src/gnu/usr.bin/perl/runtests.SH C src/gnu/usr.bin/perl/cop.h U src/gnu/usr.bin/perl/README.uts U src/gnu/usr.bin/perl/README.micro C src/gnu/usr.bin/perl/lib/open2.pl U src/gnu/usr.bin/perl/lib/blib.t U src/gnu/usr.bin/perl/lib/DB.pm U src/gnu/usr.bin/perl/lib/filetest.pm U src/gnu/usr.bin/perl/lib/open.pm U src/gnu/usr.bin/perl/lib/hostname.pl C src/gnu/usr.bin/perl/lib/dotsh.pl C src/gnu/usr.bin/perl/lib/perl5db.pl U src/gnu/usr.bin/perl/lib/vars.pm U src/gnu/usr.bin/perl/lib/h2ph.t U src/gnu/usr.bin/perl/lib/FileHandle.t U src/gnu/usr.bin/perl/lib/DBM_Filter.pm C src/gnu/usr.bin/perl/lib/getcwd.pl U src/gnu/usr.bin/perl/lib/vmsish.pm U src/gnu/usr.bin/perl/lib/bigrat.pl C src/gnu/usr.bin/perl/lib/bigint.pl U src/gnu/usr.bin/perl/lib/feature.t C src/gnu/usr.bin/perl/lib/look.pl U src/gnu/usr.bin/perl/lib/CORE.pod U src/gnu/usr.bin/perl/lib/less.t U src/gnu/usr.bin/perl/lib/SelectSaver.t U src/gnu/usr.bin/perl/lib/warnings.pm C src/gnu/usr.bin/perl/lib/newgetopt.pl U src/gnu/usr.bin/perl/lib/dumpvar.pl U src/gnu/usr.bin/perl/lib/strict.pm U src/gnu/usr.bin/perl/lib/validate.pl U src/gnu/usr.bin/perl/lib/Symbol.t U src/gnu/usr.bin/perl/lib/subs.pm U src/gnu/usr.bin/perl/lib/FindBin.pm C src/gnu/usr.bin/perl/lib/cacheout.pl U src/gnu/usr.bin/perl/lib/DirHandle.t U src/gnu/usr.bin/perl/lib/locale.pm C src/gnu/usr.bin/perl/lib/abbrev.pl U src/gnu/usr.bin/perl/lib/sort.t U src/gnu/usr.bin/perl/lib/version.pm U src/gnu/usr.bin/perl/lib/diagnostics.t U src/gnu/usr.bin/perl/lib/sigtrap.pm U src/gnu/usr.bin/perl/lib/strict.t U src/gnu/usr.bin/perl/lib/fastcwd.pl C src/gnu/usr.bin/perl/lib/importenv.pl U src/gnu/usr.bin/perl/lib/perl5db.t U src/gnu/usr.bin/perl/lib/blib.pm U src/gnu/usr.bin/perl/lib/feature.pm C src/gnu/usr.bin/perl/lib/getopts.pl U src/gnu/usr.bin/perl/lib/exceptions.pl U src/gnu/usr.bin/perl/lib/Config.t U src/gnu/usr.bin/perl/lib/integer.pm U src/gnu/usr.bin/perl/lib/Benchmark.t U src/gnu/usr.bin/perl/lib/vmsish.t U src/gnu/usr.bin/perl/lib/English.pm C src/gnu/usr.bin/perl/lib/UNIVERSAL.pm U src/gnu/usr.bin/perl/lib/charnames.pm U src/gnu/usr.bin/perl/lib/DirHandle.pm C src/gnu/usr.bin/perl/lib/bigfloat.pl U src/gnu/usr.bin/perl/lib/version.pod U src/gnu/usr.bin/perl/lib/bigintpl.t U src/gnu/usr.bin/perl/lib/SelectSaver.pm C src/gnu/usr.bin/perl/lib/getopt.pl U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm U src/gnu/usr.bin/perl/lib/vars_carp.t U src/gnu/usr.bin/perl/lib/PerlIO.pm U src/gnu/usr.bin/perl/lib/Carp.t U src/gnu/usr.bin/perl/lib/subs.t C src/gnu/usr.bin/perl/lib/termcap.pl C src/gnu/usr.bin/perl/lib/Carp.pm U src/gnu/usr.bin/perl/lib/version.t U src/gnu/usr.bin/perl/lib/tainted.pl U src/gnu/usr.bin/perl/lib/bytes_heavy.pl C src/gnu/usr.bin/perl/lib/Exporter.pm U src/gnu/usr.bin/perl/lib/Dumpvalue.t U src/gnu/usr.bin/perl/lib/overloading.t C src/gnu/usr.bin/perl/lib/ctime.pl U src/gnu/usr.bin/perl/lib/FindBin.t C src/gnu/usr.bin/perl/lib/overload.pm U src/gnu/usr.bin/perl/lib/flush.pl C src/gnu/usr.bin/perl/lib/find.pl U src/gnu/usr.bin/perl/lib/bytes.pm C src/gnu/usr.bin/perl/lib/timelocal.pl U src/gnu/usr.bin/perl/lib/assert.pl U src/gnu/usr.bin/perl/lib/charnames.t U src/gnu/usr.bin/perl/lib/utf8.pm U src/gnu/usr.bin/perl/lib/Dumpvalue.pm U src/gnu/usr.bin/perl/lib/sigtrap.t U src/gnu/usr.bin/perl/lib/overload64.t U src/gnu/usr.bin/perl/lib/overloading.pm U src/gnu/usr.bin/perl/lib/filetest.t U src/gnu/usr.bin/perl/lib/Thread.pm U src/gnu/usr.bin/perl/lib/syslog.pl C src/gnu/usr.bin/perl/lib/diagnostics.pm C src/gnu/usr.bin/perl/lib/Env.pm U src/gnu/usr.bin/perl/lib/utf8.t U src/gnu/usr.bin/perl/lib/integer.t U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl U src/gnu/usr.bin/perl/lib/overload.t U src/gnu/usr.bin/perl/lib/warnings.t U src/gnu/usr.bin/perl/lib/less.pm U src/gnu/usr.bin/perl/lib/dumpvar.t C src/gnu/usr.bin/perl/lib/finddepth.pl U src/gnu/usr.bin/perl/lib/bytes.t N src/gnu/usr.bin/perl/lib/deprecate.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.t C src/gnu/usr.bin/perl/lib/open3.pl U src/gnu/usr.bin/perl/lib/bigfloatpl.t C src/gnu/usr.bin/perl/lib/pwd.pl U src/gnu/usr.bin/perl/lib/sort.pm U src/gnu/usr.bin/perl/lib/English.t U src/gnu/usr.bin/perl/lib/vars.t U src/gnu/usr.bin/perl/lib/utf8_heavy.pl U src/gnu/usr.bin/perl/lib/Exporter.t U src/gnu/usr.bin/perl/lib/DB.t U src/gnu/usr.bin/perl/lib/Thread.t U src/gnu/usr.bin/perl/lib/shellwords.pl U src/gnu/usr.bin/perl/lib/Benchmark.pm U src/gnu/usr.bin/perl/lib/FileHandle.pm C src/gnu/usr.bin/perl/lib/stat.pl U src/gnu/usr.bin/perl/lib/Internals.t U src/gnu/usr.bin/perl/lib/locale.t U src/gnu/usr.bin/perl/lib/Symbol.pm U src/gnu/usr.bin/perl/lib/h2xs.t C src/gnu/usr.bin/perl/lib/complete.pl U src/gnu/usr.bin/perl/lib/open.t U src/gnu/usr.bin/perl/lib/User/pwent.pm U src/gnu/usr.bin/perl/lib/User/grent.t U src/gnu/usr.bin/perl/lib/User/pwent.t U src/gnu/usr.bin/perl/lib/User/grent.pm C src/gnu/usr.bin/perl/lib/version/Internals.pod C src/gnu/usr.bin/perl/lib/Pod/Functions.pm C src/gnu/usr.bin/perl/lib/Pod/Html.pm U src/gnu/usr.bin/perl/lib/Pod/t/htmllink.pod U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.t U src/gnu/usr.bin/perl/lib/Pod/t/eol.t U src/gnu/usr.bin/perl/lib/Pod/t/utils.t U src/gnu/usr.bin/perl/lib/Pod/t/Functions.t U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.t U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.pod U src/gnu/usr.bin/perl/lib/Pod/t/pod2html-lib.pl U src/gnu/usr.bin/perl/lib/Pod/t/htmllink.t U src/gnu/usr.bin/perl/lib/Pod/t/Select.t U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.pod U src/gnu/usr.bin/perl/lib/unicore/version U src/gnu/usr.bin/perl/lib/unicore/Makefile U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt U src/gnu/usr.bin/perl/lib/unicore/README.perl U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt U src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt U src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt U src/gnu/usr.bin/perl/lib/unicore/PropList.txt N src/gnu/usr.bin/perl/lib/unicore/DAge.txt U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt U src/gnu/usr.bin/perl/lib/unicore/mktables N src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt N src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt U src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt N src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt U src/gnu/usr.bin/perl/lib/unicore/Index.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt N src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt N src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt N src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt N src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt N src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt U src/gnu/usr.bin/perl/lib/Text/Abbrev.pm U src/gnu/usr.bin/perl/lib/Text/Abbrev.t N src/gnu/usr.bin/perl/lib/feature/unicode_strings.t U src/gnu/usr.bin/perl/lib/Search/Dict.t C src/gnu/usr.bin/perl/lib/Search/Dict.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm U src/gnu/usr.bin/perl/lib/Tie/Handle.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.pm U src/gnu/usr.bin/perl/lib/Tie/Scalar.t U src/gnu/usr.bin/perl/lib/Tie/Array.pm C src/gnu/usr.bin/perl/lib/Tie/Scalar.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm U src/gnu/usr.bin/perl/lib/Tie/Array/std.t U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t U src/gnu/usr.bin/perl/lib/Tie/Array/push.t U src/gnu/usr.bin/perl/lib/Tie/Hash/NamedCapture.pm U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t U src/gnu/usr.bin/perl/lib/Net/servent.pm U src/gnu/usr.bin/perl/lib/Net/protoent.t U src/gnu/usr.bin/perl/lib/Net/hostent.pm U src/gnu/usr.bin/perl/lib/Net/netent.pm U src/gnu/usr.bin/perl/lib/Net/protoent.pm U src/gnu/usr.bin/perl/lib/Net/netent.t U src/gnu/usr.bin/perl/lib/Net/servent.t U src/gnu/usr.bin/perl/lib/Net/hostent.t U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm C src/gnu/usr.bin/perl/lib/ExtUtils/typemap U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/Changes U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t U src/gnu/usr.bin/perl/lib/Config/Extensions.t U src/gnu/usr.bin/perl/lib/Config/Extensions.pm U src/gnu/usr.bin/perl/lib/overload/numbers.pm N src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222 N src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug N src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug N src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110 C src/gnu/usr.bin/perl/lib/File/Find.pm U src/gnu/usr.bin/perl/lib/File/CheckTree.t C src/gnu/usr.bin/perl/lib/File/stat.pm U src/gnu/usr.bin/perl/lib/File/Compare.t U src/gnu/usr.bin/perl/lib/File/CheckTree.pm U src/gnu/usr.bin/perl/lib/File/Basename.t U src/gnu/usr.bin/perl/lib/File/Copy.t C src/gnu/usr.bin/perl/lib/File/Basename.pm U src/gnu/usr.bin/perl/lib/File/stat.t C src/gnu/usr.bin/perl/lib/File/Copy.pm U src/gnu/usr.bin/perl/lib/File/DosGlob.t U src/gnu/usr.bin/perl/lib/File/Compare.pm U src/gnu/usr.bin/perl/lib/File/DosGlob.pm U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t U src/gnu/usr.bin/perl/lib/File/Find/t/find.t U src/gnu/usr.bin/perl/lib/Carp/Heavy.pm U src/gnu/usr.bin/perl/lib/Time/gmtime.pm U src/gnu/usr.bin/perl/lib/Time/tm.pm U src/gnu/usr.bin/perl/lib/Time/gmtime.t U src/gnu/usr.bin/perl/lib/Time/localtime.pm U src/gnu/usr.bin/perl/lib/Time/localtime.t U src/gnu/usr.bin/perl/lib/Class/Struct.pm U src/gnu/usr.bin/perl/lib/Class/Struct.t U src/gnu/usr.bin/perl/lib/I18N/Collate.t U src/gnu/usr.bin/perl/lib/I18N/Collate.pm U src/gnu/usr.bin/perl/lib/Unicode/README U src/gnu/usr.bin/perl/lib/Unicode/UCD.t U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm U src/gnu/usr.bin/perl/lib/Term/Complete.pm C src/gnu/usr.bin/perl/lib/Term/ReadLine.pm U src/gnu/usr.bin/perl/lib/Term/ReadLine.t U src/gnu/usr.bin/perl/lib/Term/Complete.t U src/gnu/usr.bin/perl/lib/warnings/register.pm U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm U src/gnu/usr.bin/perl/lib/Env/t/array.t U src/gnu/usr.bin/perl/lib/Env/t/env.t U src/gnu/usr.bin/perl/lib/Getopt/Std.t U src/gnu/usr.bin/perl/lib/Getopt/Std.pm U src/gnu/usr.bin/perl/vos/vosish.h U src/gnu/usr.bin/perl/vos/compile_full_perl.cm U src/gnu/usr.bin/perl/vos/Changes U src/gnu/usr.bin/perl/vos/configure_full_perl.sh U src/gnu/usr.bin/perl/vos/vos.c U src/gnu/usr.bin/perl/vos/make_full_perl.sh U src/gnu/usr.bin/perl/vos/syslog.h U src/gnu/usr.bin/perl/h2pl/cbreak.pl U src/gnu/usr.bin/perl/h2pl/tcbreak2 U src/gnu/usr.bin/perl/h2pl/README U src/gnu/usr.bin/perl/h2pl/tcbreak U src/gnu/usr.bin/perl/h2pl/getioctlsizes U src/gnu/usr.bin/perl/h2pl/mkvars U src/gnu/usr.bin/perl/h2pl/mksizes U src/gnu/usr.bin/perl/h2pl/cbreak2.pl U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl U src/gnu/usr.bin/perl/beos/nm.c U src/gnu/usr.bin/perl/beos/beos.c U src/gnu/usr.bin/perl/beos/beosish.h U src/gnu/usr.bin/perl/Cross/warp U src/gnu/usr.bin/perl/Cross/Makefile U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH U src/gnu/usr.bin/perl/Cross/TODO U src/gnu/usr.bin/perl/Cross/config U src/gnu/usr.bin/perl/Cross/README.new U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch U src/gnu/usr.bin/perl/Cross/cflags-cross-arm U src/gnu/usr.bin/perl/Cross/generate_config_sh U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh C src/gnu/usr.bin/perl/Cross/README U src/gnu/usr.bin/perl/Cross/installperl.patch U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770 C src/gnu/usr.bin/perl/win32/config_H.gc C src/gnu/usr.bin/perl/win32/win32sck.c U src/gnu/usr.bin/perl/win32/wincesck.c C src/gnu/usr.bin/perl/win32/Makefile U src/gnu/usr.bin/perl/win32/runperl.c U src/gnu/usr.bin/perl/win32/config.vc64 U src/gnu/usr.bin/perl/win32/FindExt.t U src/gnu/usr.bin/perl/win32/win32thread.c U src/gnu/usr.bin/perl/win32/wince.h U src/gnu/usr.bin/perl/win32/win32thread.h U src/gnu/usr.bin/perl/win32/perlhost.h N src/gnu/usr.bin/perl/win32/config_H.gc64 C src/gnu/usr.bin/perl/win32/config_H.bc U src/gnu/usr.bin/perl/win32/mdelete.bat U src/gnu/usr.bin/perl/win32/wince.c C src/gnu/usr.bin/perl/win32/config_h.PL U src/gnu/usr.bin/perl/win32/vmem.h N src/gnu/usr.bin/perl/win32/config_H.gc64nox U src/gnu/usr.bin/perl/win32/fcrypt.c U src/gnu/usr.bin/perl/win32/win32io.c U src/gnu/usr.bin/perl/win32/sync_ext.pl C src/gnu/usr.bin/perl/win32/pod.mak U src/gnu/usr.bin/perl/win32/config_H.ce U src/gnu/usr.bin/perl/win32/list_static_libs.pl U src/gnu/usr.bin/perl/win32/perllib.c U src/gnu/usr.bin/perl/win32/win32iop-o.h U src/gnu/usr.bin/perl/win32/win32ceio.c C src/gnu/usr.bin/perl/win32/config_H.vc N src/gnu/usr.bin/perl/win32/perlexe.manifest U src/gnu/usr.bin/perl/win32/perl.rc U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl U src/gnu/usr.bin/perl/win32/perlmaince.c U src/gnu/usr.bin/perl/win32/genmk95.pl C src/gnu/usr.bin/perl/win32/win32iop.h U src/gnu/usr.bin/perl/win32/config.ce U src/gnu/usr.bin/perl/win32/config_H.vc64 C src/gnu/usr.bin/perl/win32/config_sh.PL U src/gnu/usr.bin/perl/win32/Makefile.ce U src/gnu/usr.bin/perl/win32/vdir.h U src/gnu/usr.bin/perl/win32/FindExt.pm N src/gnu/usr.bin/perl/win32/config.gc64nox U src/gnu/usr.bin/perl/win32/perlexe.rc N src/gnu/usr.bin/perl/win32/config.gc64 U src/gnu/usr.bin/perl/win32/perlglob.c C src/gnu/usr.bin/perl/win32/win32.c C src/gnu/usr.bin/perl/win32/makefile.mk U src/gnu/usr.bin/perl/win32/config.gc C src/gnu/usr.bin/perl/win32/win32.h C src/gnu/usr.bin/perl/win32/config.vc U src/gnu/usr.bin/perl/win32/distclean.bat N src/gnu/usr.bin/perl/win32/perlexe.ico C src/gnu/usr.bin/perl/win32/config.bc U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl C src/gnu/usr.bin/perl/win32/bin/pl2bat.pl U src/gnu/usr.bin/perl/win32/bin/runperl.pl U src/gnu/usr.bin/perl/win32/bin/exetype.pl U src/gnu/usr.bin/perl/win32/bin/perlglob.pl C src/gnu/usr.bin/perl/win32/bin/search.pl U src/gnu/usr.bin/perl/win32/include/netdb.h U src/gnu/usr.bin/perl/win32/include/dirent.h U src/gnu/usr.bin/perl/win32/include/sys/socket.h U src/gnu/usr.bin/perl/win32/include/arpa/inet.h U src/gnu/usr.bin/perl/os2/perl2cmd.pl U src/gnu/usr.bin/perl/os2/os2_pipe.t U src/gnu/usr.bin/perl/os2/Changes U src/gnu/usr.bin/perl/os2/os2.sym U src/gnu/usr.bin/perl/os2/os2ish.h U src/gnu/usr.bin/perl/os2/os2add.sym U src/gnu/usr.bin/perl/os2/dlfcn.h U src/gnu/usr.bin/perl/os2/os2thread.h U src/gnu/usr.bin/perl/os2/os2_base.t U src/gnu/usr.bin/perl/os2/os2.c C src/gnu/usr.bin/perl/os2/Makefile.SHs U src/gnu/usr.bin/perl/os2/diff.configure U src/gnu/usr.bin/perl/os2/perlrexx.cmd U src/gnu/usr.bin/perl/os2/dl_os2.c U src/gnu/usr.bin/perl/os2/perlrexx.c U src/gnu/usr.bin/perl/os2/OS2/typemap N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t U src/gnu/usr.bin/perl/NetWare/NWUtil.c U src/gnu/usr.bin/perl/NetWare/nw5thread.h U src/gnu/usr.bin/perl/NetWare/nwplglob.c U src/gnu/usr.bin/perl/NetWare/sv_nw.c U src/gnu/usr.bin/perl/NetWare/nwhashcls.h U src/gnu/usr.bin/perl/NetWare/Makefile U src/gnu/usr.bin/perl/NetWare/interface.c U src/gnu/usr.bin/perl/NetWare/dl_netware.xs U src/gnu/usr.bin/perl/NetWare/nwperlsys.h U src/gnu/usr.bin/perl/NetWare/intdef.h U src/gnu/usr.bin/perl/NetWare/nw5thread.c U src/gnu/usr.bin/perl/NetWare/config_h.PL U src/gnu/usr.bin/perl/NetWare/MP.imp U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c U src/gnu/usr.bin/perl/NetWare/CLIBstr.h U src/gnu/usr.bin/perl/NetWare/nwperlsys.c U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h U src/gnu/usr.bin/perl/NetWare/iperlhost.h U src/gnu/usr.bin/perl/NetWare/nw5iop.h U src/gnu/usr.bin/perl/NetWare/nwvmem.h U src/gnu/usr.bin/perl/NetWare/deb.h U src/gnu/usr.bin/perl/NetWare/nwutil.h U src/gnu/usr.bin/perl/NetWare/config_sh.PL U src/gnu/usr.bin/perl/NetWare/nwperlhost.h U src/gnu/usr.bin/perl/NetWare/nwpipe.h U src/gnu/usr.bin/perl/NetWare/nwplglob.h U src/gnu/usr.bin/perl/NetWare/nw5.c U src/gnu/usr.bin/perl/NetWare/interface.h U src/gnu/usr.bin/perl/NetWare/config_H.wc U src/gnu/usr.bin/perl/NetWare/config.wc U src/gnu/usr.bin/perl/NetWare/nw5sck.c U src/gnu/usr.bin/perl/NetWare/nw5sck.h U src/gnu/usr.bin/perl/NetWare/Main.c U src/gnu/usr.bin/perl/NetWare/perllib.cpp U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h U src/gnu/usr.bin/perl/NetWare/netware.h U src/gnu/usr.bin/perl/NetWare/nwstdio.h U src/gnu/usr.bin/perl/NetWare/Nwpipe.c U src/gnu/usr.bin/perl/NetWare/nwtinfo.h U src/gnu/usr.bin/perl/NetWare/NWTInfo.c U src/gnu/usr.bin/perl/NetWare/win32ish.h U src/gnu/usr.bin/perl/NetWare/interface.cpp U src/gnu/usr.bin/perl/NetWare/splittree.pl U src/gnu/usr.bin/perl/NetWare/Nwmain.c U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl U src/gnu/usr.bin/perl/NetWare/t/Readme.txt U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl U src/gnu/usr.bin/perl/apollo/netinet/in.h U src/gnu/usr.bin/perl/qnx/qnx.c U src/gnu/usr.bin/perl/qnx/cpp C src/gnu/usr.bin/perl/qnx/ar U src/gnu/usr.bin/perl/vmesa/Makefile U src/gnu/usr.bin/perl/vmesa/vmesaish.h U src/gnu/usr.bin/perl/vmesa/vmesa.c U src/gnu/usr.bin/perl/uts/sprintf_wrap.c U src/gnu/usr.bin/perl/uts/strtol_wrap.c U src/gnu/usr.bin/perl/emacs/cperl-mode.el U src/gnu/usr.bin/perl/emacs/ptags U src/gnu/usr.bin/perl/emacs/e2ctags.pl U src/gnu/usr.bin/perl/plan9/fndvers U src/gnu/usr.bin/perl/plan9/config_sh.sample C src/gnu/usr.bin/perl/plan9/config.plan9 U src/gnu/usr.bin/perl/plan9/buildinfo U src/gnu/usr.bin/perl/plan9/versnum U src/gnu/usr.bin/perl/plan9/exclude U src/gnu/usr.bin/perl/plan9/config_h.sample U src/gnu/usr.bin/perl/plan9/genconfig.pl U src/gnu/usr.bin/perl/plan9/setup.rc C src/gnu/usr.bin/perl/plan9/mkfile U src/gnu/usr.bin/perl/plan9/aperl U src/gnu/usr.bin/perl/plan9/myconfig.plan9 U src/gnu/usr.bin/perl/plan9/plan9ish.h U src/gnu/usr.bin/perl/plan9/plan9.c U src/gnu/usr.bin/perl/plan9/arpa/inet.h U src/gnu/usr.bin/perl/epoc/link.pl U src/gnu/usr.bin/perl/epoc/epoc_stubs.c U src/gnu/usr.bin/perl/epoc/epocish.h U src/gnu/usr.bin/perl/epoc/createpkg.pl U src/gnu/usr.bin/perl/epoc/config.sh U src/gnu/usr.bin/perl/epoc/epoc.c U src/gnu/usr.bin/perl/epoc/epocish.c N src/gnu/usr.bin/perl/dist/lib/Makefile.PL N src/gnu/usr.bin/perl/dist/lib/lib_pm.PL N src/gnu/usr.bin/perl/dist/lib/t/01lib.t N src/gnu/usr.bin/perl/dist/Module-CoreList/Changes N src/gnu/usr.bin/perl/dist/Module-CoreList/corelist N src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST N src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies N src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL N src/gnu/usr.bin/perl/dist/Module-CoreList/README N src/gnu/usr.bin/perl/dist/Module-CoreList/META.yml N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm N src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t N src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t N src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t N src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t N src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm N src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t N src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t N src/gnu/usr.bin/perl/dist/Switch/Switch.pm N src/gnu/usr.bin/perl/dist/Switch/Changes N src/gnu/usr.bin/perl/dist/Switch/MANIFEST N src/gnu/usr.bin/perl/dist/Switch/Makefile.PL N src/gnu/usr.bin/perl/dist/Switch/README N src/gnu/usr.bin/perl/dist/Switch/META.yml N src/gnu/usr.bin/perl/dist/Switch/t/switch.t N src/gnu/usr.bin/perl/dist/Switch/t/nested.t N src/gnu/usr.bin/perl/dist/Switch/t/given.t N src/gnu/usr.bin/perl/dist/threads-shared/shared.pm N src/gnu/usr.bin/perl/dist/threads-shared/Makefile.PL N src/gnu/usr.bin/perl/dist/threads-shared/shared.xs N src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl N src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t N src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t N src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t N src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t N src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t N src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t N src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t N src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t N src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t N src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t N src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t N src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t N src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t N src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t N src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t N src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t N src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t N src/gnu/usr.bin/perl/dist/threads-shared/t/object.t N src/gnu/usr.bin/perl/dist/base/Changes N src/gnu/usr.bin/perl/dist/base/MANIFEST N src/gnu/usr.bin/perl/dist/base/META.yml N src/gnu/usr.bin/perl/dist/base/lib/fields.pm N src/gnu/usr.bin/perl/dist/base/lib/base.pm N src/gnu/usr.bin/perl/dist/base/t/fields-base.t N src/gnu/usr.bin/perl/dist/base/t/compile-time.t N src/gnu/usr.bin/perl/dist/base/t/fields.t N src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t N src/gnu/usr.bin/perl/dist/base/t/version.t N src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t N src/gnu/usr.bin/perl/dist/base/t/base.t N src/gnu/usr.bin/perl/dist/base/t/warnings.t N src/gnu/usr.bin/perl/dist/base/t/sigdie.t N src/gnu/usr.bin/perl/dist/base/t/isa.t N src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm N src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm N src/gnu/usr.bin/perl/dist/Safe/Changes N src/gnu/usr.bin/perl/dist/Safe/Safe.pm N src/gnu/usr.bin/perl/dist/Safe/MANIFEST N src/gnu/usr.bin/perl/dist/Safe/Makefile.PL N src/gnu/usr.bin/perl/dist/Safe/README N src/gnu/usr.bin/perl/dist/Safe/META.yml N src/gnu/usr.bin/perl/dist/Safe/t/safe3.t N src/gnu/usr.bin/perl/dist/Safe/t/safeops.t N src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t N src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t N src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t N src/gnu/usr.bin/perl/dist/Safe/t/safeload.t N src/gnu/usr.bin/perl/dist/Safe/t/safesort.t N src/gnu/usr.bin/perl/dist/Safe/t/safe2.t N src/gnu/usr.bin/perl/dist/Safe/t/safe1.t N src/gnu/usr.bin/perl/dist/Net-Ping/Changes N src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm N src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/100_load.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/checkerbasic.t N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/01_about_verbose.t N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/textbasic.t N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/perldocbasic.t N src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t N src/gnu/usr.bin/perl/dist/Storable/ChangeLog N src/gnu/usr.bin/perl/dist/Storable/Storable.pm N src/gnu/usr.bin/perl/dist/Storable/Makefile.PL N src/gnu/usr.bin/perl/dist/Storable/README N src/gnu/usr.bin/perl/dist/Storable/Storable.xs N src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl N src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl N src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl N src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl N src/gnu/usr.bin/perl/dist/Storable/t/lock.t N src/gnu/usr.bin/perl/dist/Storable/t/code.t N src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t N src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t N src/gnu/usr.bin/perl/dist/Storable/t/dclone.t N src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t N src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t N src/gnu/usr.bin/perl/dist/Storable/t/weak.t N src/gnu/usr.bin/perl/dist/Storable/t/malice.t N src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t N src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl N src/gnu/usr.bin/perl/dist/Storable/t/restrict.t N src/gnu/usr.bin/perl/dist/Storable/t/croak.t N src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl N src/gnu/usr.bin/perl/dist/Storable/t/compat06.t N src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t N src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t N src/gnu/usr.bin/perl/dist/Storable/t/forgive.t N src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t N src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t N src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl N src/gnu/usr.bin/perl/dist/Storable/t/canonical.t N src/gnu/usr.bin/perl/dist/Storable/t/utf8.t N src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t N src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t N src/gnu/usr.bin/perl/dist/Storable/t/integer.t N src/gnu/usr.bin/perl/dist/Storable/t/overload.t N src/gnu/usr.bin/perl/dist/Storable/t/compat01.t N src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm N src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm N src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl N src/gnu/usr.bin/perl/dist/Storable/t/store.t N src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm N src/gnu/usr.bin/perl/dist/Storable/t/recurse.t N src/gnu/usr.bin/perl/dist/Storable/t/threads.t N src/gnu/usr.bin/perl/dist/Storable/t/tied.t N src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t N src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl N src/gnu/usr.bin/perl/dist/Storable/t/blessed.t N src/gnu/usr.bin/perl/dist/Storable/t/freeze.t N src/gnu/usr.bin/perl/dist/constant/lib/constant.pm N src/gnu/usr.bin/perl/dist/constant/t/constant.t N src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes N src/gnu/usr.bin/perl/dist/Attribute-Handlers/README N src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/Changes N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Install.pm N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Installed.pm N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Packlist.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/can_write_dir.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/InstallWithMM.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Install.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installed.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installapi2.t N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/TieOut.pm N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm N src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL N src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL N src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t N src/gnu/usr.bin/perl/dist/Pod-Plainer/Plainer.pm N src/gnu/usr.bin/perl/dist/Pod-Plainer/t/plainer.t N src/gnu/usr.bin/perl/dist/Filter-Simple/Changes N src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm N src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t N src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t N src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t N src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t N src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm N src/gnu/usr.bin/perl/dist/threads/Makefile.PL N src/gnu/usr.bin/perl/dist/threads/threads.xs N src/gnu/usr.bin/perl/dist/threads/threads.pm N src/gnu/usr.bin/perl/dist/threads/hints/linux.pl N src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl N src/gnu/usr.bin/perl/dist/threads/t/state.t N src/gnu/usr.bin/perl/dist/threads/t/thread.t N src/gnu/usr.bin/perl/dist/threads/t/libc.t N src/gnu/usr.bin/perl/dist/threads/t/free.t N src/gnu/usr.bin/perl/dist/threads/t/exit.t N src/gnu/usr.bin/perl/dist/threads/t/free2.t N src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t N src/gnu/usr.bin/perl/dist/threads/t/err.t N src/gnu/usr.bin/perl/dist/threads/t/problems.t N src/gnu/usr.bin/perl/dist/threads/t/context.t N src/gnu/usr.bin/perl/dist/threads/t/basic.t N src/gnu/usr.bin/perl/dist/threads/t/stress_re.t N src/gnu/usr.bin/perl/dist/threads/t/list.t N src/gnu/usr.bin/perl/dist/threads/t/blocks.t N src/gnu/usr.bin/perl/dist/threads/t/kill.t N src/gnu/usr.bin/perl/dist/threads/t/no_threads.t N src/gnu/usr.bin/perl/dist/threads/t/end.t N src/gnu/usr.bin/perl/dist/threads/t/stress_string.t N src/gnu/usr.bin/perl/dist/threads/t/join.t N src/gnu/usr.bin/perl/dist/threads/t/stack.t N src/gnu/usr.bin/perl/dist/threads/t/stack_env.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog N src/gnu/usr.bin/perl/dist/I18N-LangTags/README N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t N src/gnu/usr.bin/perl/dist/B-Deparse/Deparse.pm N src/gnu/usr.bin/perl/dist/B-Deparse/t/deparse.t N src/gnu/usr.bin/perl/dist/Data-Dumper/Changes N src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm N src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs N src/gnu/usr.bin/perl/dist/Data-Dumper/Todo N src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t N src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t N src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm N src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t N src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog N src/gnu/usr.bin/perl/dist/Locale-Maketext/README N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_local.t N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t N src/gnu/usr.bin/perl/dist/IO/IO.xs N src/gnu/usr.bin/perl/dist/IO/ChangeLog N src/gnu/usr.bin/perl/dist/IO/poll.c N src/gnu/usr.bin/perl/dist/IO/poll.h N src/gnu/usr.bin/perl/dist/IO/Makefile.PL N src/gnu/usr.bin/perl/dist/IO/README N src/gnu/usr.bin/perl/dist/IO/IO.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm N src/gnu/usr.bin/perl/dist/IO/hints/sco.pl N src/gnu/usr.bin/perl/dist/IO/t/io_dir.t N src/gnu/usr.bin/perl/dist/IO/t/io_unix.t N src/gnu/usr.bin/perl/dist/IO/t/io_udp.t N src/gnu/usr.bin/perl/dist/IO/t/io_file.t N src/gnu/usr.bin/perl/dist/IO/t/io_poll.t N src/gnu/usr.bin/perl/dist/IO/t/io_dup.t N src/gnu/usr.bin/perl/dist/IO/t/io_sock.t N src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t N src/gnu/usr.bin/perl/dist/IO/t/io_taint.t N src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t N src/gnu/usr.bin/perl/dist/IO/t/IO.t N src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t N src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t N src/gnu/usr.bin/perl/dist/IO/t/io_const.t N src/gnu/usr.bin/perl/dist/IO/t/io_sel.t N src/gnu/usr.bin/perl/dist/IO/t/io_tell.t N src/gnu/usr.bin/perl/dist/IO/t/io_xs.t U src/gnu/usr.bin/perl/cygwin/cygwin.c U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs U src/gnu/usr.bin/perl/ext/XS-APItest/MANIFEST U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-APItest/core.c U src/gnu/usr.bin/perl/ext/XS-APItest/README U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm N src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs U src/gnu/usr.bin/perl/ext/GDBM_File/typemap U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl C src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t U src/gnu/usr.bin/perl/ext/NDBM_File/typemap U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl C src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t U src/gnu/usr.bin/perl/ext/Opcode/ops.pm C src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm C src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t N src/gnu/usr.bin/perl/ext/Devel-SelfStubber/lib/Devel/SelfStubber.pm N src/gnu/usr.bin/perl/ext/Devel-SelfStubber/t/Devel-SelfStubber.t U src/gnu/usr.bin/perl/ext/SDBM_File/typemap U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1 U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3 U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h C src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t N src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm N src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t N src/gnu/usr.bin/perl/ext/attributes/attributes.xs N src/gnu/usr.bin/perl/ext/attributes/attributes.pm U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm U src/gnu/usr.bin/perl/ext/ODBM_File/typemap U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl C src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t N src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm N src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t N src/gnu/usr.bin/perl/ext/FileCache/t/06export.t N src/gnu/usr.bin/perl/ext/FileCache/t/03append.t N src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t N src/gnu/usr.bin/perl/ext/FileCache/t/05override.t N src/gnu/usr.bin/perl/ext/FileCache/t/01open.t N src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t N src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt N src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs N src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm N src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL N src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm U src/gnu/usr.bin/perl/ext/PerlIO-encoding/MANIFEST C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t C src/gnu/usr.bin/perl/ext/Socket/Socket.xs U src/gnu/usr.bin/perl/ext/Socket/Makefile.PL C src/gnu/usr.bin/perl/ext/Socket/Socket.pm U src/gnu/usr.bin/perl/ext/Socket/t/socketpair.t U src/gnu/usr.bin/perl/ext/Socket/t/Socket.t N src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt N src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm N src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs N src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL N src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t U src/gnu/usr.bin/perl/ext/POSIX/typemap C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pm U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pod U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t U src/gnu/usr.bin/perl/ext/POSIX/t/math.t U src/gnu/usr.bin/perl/ext/POSIX/t/is.t U src/gnu/usr.bin/perl/ext/POSIX/t/time.t U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t U src/gnu/usr.bin/perl/ext/Hash-Util/Changes U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs U src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t U src/gnu/usr.bin/perl/ext/File-Glob/Changes U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs U src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm U src/gnu/usr.bin/perl/ext/File-Glob/TODO C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t U src/gnu/usr.bin/perl/ext/mro/mro.pm U src/gnu/usr.bin/perl/ext/mro/Changes U src/gnu/usr.bin/perl/ext/mro/mro.xs U src/gnu/usr.bin/perl/ext/B/B.pm U src/gnu/usr.bin/perl/ext/B/typemap U src/gnu/usr.bin/perl/ext/B/defsubs_h.PL U src/gnu/usr.bin/perl/ext/B/O.pm U src/gnu/usr.bin/perl/ext/B/Makefile.PL U src/gnu/usr.bin/perl/ext/B/B.xs U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm C src/gnu/usr.bin/perl/ext/B/B/Concise.pm U src/gnu/usr.bin/perl/ext/B/B/Xref.pm U src/gnu/usr.bin/perl/ext/B/B/Terse.pm U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/B/t/f_sort.t U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t U src/gnu/usr.bin/perl/ext/B/t/f_map U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t U src/gnu/usr.bin/perl/ext/B/t/showlex.t U src/gnu/usr.bin/perl/ext/B/t/terse.t U src/gnu/usr.bin/perl/ext/B/t/concise.t U src/gnu/usr.bin/perl/ext/B/t/f_map.t U src/gnu/usr.bin/perl/ext/B/t/xref.t U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t U src/gnu/usr.bin/perl/ext/B/t/o.t U src/gnu/usr.bin/perl/ext/B/t/b.t U src/gnu/usr.bin/perl/ext/B/t/pragma.t U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t U src/gnu/usr.bin/perl/ext/B/t/f_sort U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t U src/gnu/usr.bin/perl/ext/B/t/optree_check.t U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL U src/gnu/usr.bin/perl/ext/Errno/ChangeLog U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes U src/gnu/usr.bin/perl/ext/Devel-Peek/Makefile.PL U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm U src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t U src/gnu/usr.bin/perl/ext/re/re_top.h U src/gnu/usr.bin/perl/ext/re/re_comp.h U src/gnu/usr.bin/perl/ext/re/Makefile.PL U src/gnu/usr.bin/perl/ext/re/re.pm U src/gnu/usr.bin/perl/ext/re/re.xs U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl U src/gnu/usr.bin/perl/ext/re/t/re.t U src/gnu/usr.bin/perl/ext/re/t/regop.pl U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl U src/gnu/usr.bin/perl/ext/re/t/qr.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t C src/gnu/usr.bin/perl/ext/re/t/regop.t U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t N src/gnu/usr.bin/perl/ext/autouse/lib/autouse.pm N src/gnu/usr.bin/perl/ext/autouse/t/autouse.t N src/gnu/usr.bin/perl/ext/autouse/t/lib/MyTestModule.pm U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL U src/gnu/usr.bin/perl/ext/I18N-Langinfo/fallback/const-c.inc U src/gnu/usr.bin/perl/ext/I18N-Langinfo/fallback/const-xs.inc U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t N src/gnu/usr.bin/perl/ext/IPC-Open2/lib/IPC/Open2.pm N src/gnu/usr.bin/perl/ext/IPC-Open2/t/IPC-Open2.t U src/gnu/usr.bin/perl/ext/Devel-DProf/Changes U src/gnu/usr.bin/perl/ext/Devel-DProf/Makefile.PL U src/gnu/usr.bin/perl/ext/Devel-DProf/DProf.xs U src/gnu/usr.bin/perl/ext/Devel-DProf/DProf.pm U src/gnu/usr.bin/perl/ext/Devel-DProf/Todo U src/gnu/usr.bin/perl/ext/Devel-DProf/t/DProf.t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test7_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/V.pm N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test8_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test1_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test2_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test6_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test1_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test4_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test7_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test8_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test5_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test6_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test2_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test3_t N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test4_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test5_v N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test3_v U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL N src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mac.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs C src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs U src/gnu/usr.bin/perl/ext/DynaLoader/README U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs C src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t N src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm N src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t N src/gnu/usr.bin/perl/ext/Time-Local/lib/Time/Local.pm N src/gnu/usr.bin/perl/ext/Time-Local/t/Local.t N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/Makefile.PL N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/README N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/KeywordRPN.pm N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/KeywordRPN.xs N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug.t N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/multiline.t N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/keyword_plugin.t U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm U src/gnu/usr.bin/perl/ext/XS-Typemap/typemap U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-Typemap/README U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t U src/gnu/usr.bin/perl/mad/PLXML.pm U src/gnu/usr.bin/perl/mad/P5AST.pm U src/gnu/usr.bin/perl/mad/P5re.pm U src/gnu/usr.bin/perl/mad/Nomad.pm U src/gnu/usr.bin/perl/mad/p55 U src/gnu/usr.bin/perl/mad/t/p55.t U src/gnu/usr.bin/perl/vms/descrip_mms.template U src/gnu/usr.bin/perl/vms/sockadapt.c U src/gnu/usr.bin/perl/vms/test.com U src/gnu/usr.bin/perl/vms/gen_shrfls.pl U src/gnu/usr.bin/perl/vms/munchconfig.c C src/gnu/usr.bin/perl/vms/vms.c U src/gnu/usr.bin/perl/vms/sockadapt.h U src/gnu/usr.bin/perl/vms/myconfig.com U src/gnu/usr.bin/perl/vms/writemain.pl U src/gnu/usr.bin/perl/vms/make_command.com U src/gnu/usr.bin/perl/vms/mms2make.pl U src/gnu/usr.bin/perl/vms/vmsish.h U src/gnu/usr.bin/perl/vms/genopt.com U src/gnu/usr.bin/perl/vms/vmspipe.com U src/gnu/usr.bin/perl/vms/ext/Filespec.pm U src/gnu/usr.bin/perl/vms/ext/filespec.t U src/gnu/usr.bin/perl/hints/super-ux.sh U src/gnu/usr.bin/perl/hints/uwin.sh U src/gnu/usr.bin/perl/hints/gnu.sh U src/gnu/usr.bin/perl/hints/solaris_2.sh U src/gnu/usr.bin/perl/hints/dragonfly.sh U src/gnu/usr.bin/perl/hints/netbsd.sh U src/gnu/usr.bin/perl/hints/unicos.sh U src/gnu/usr.bin/perl/hints/isc.sh U src/gnu/usr.bin/perl/hints/mirbsd.sh U src/gnu/usr.bin/perl/hints/powerux.sh U src/gnu/usr.bin/perl/hints/cxux.sh U src/gnu/usr.bin/perl/hints/dos_djgpp.sh U src/gnu/usr.bin/perl/hints/aix_4.sh U src/gnu/usr.bin/perl/hints/svr4.sh U src/gnu/usr.bin/perl/hints/next_3.sh U src/gnu/usr.bin/perl/hints/newsos4.sh C src/gnu/usr.bin/perl/hints/freebsd.sh U src/gnu/usr.bin/perl/hints/broken-db.msg U src/gnu/usr.bin/perl/hints/amigaos.sh U src/gnu/usr.bin/perl/hints/mpc.sh U src/gnu/usr.bin/perl/hints/nonstopux.sh U src/gnu/usr.bin/perl/hints/ti1500.sh U src/gnu/usr.bin/perl/hints/midnightbsd.sh U src/gnu/usr.bin/perl/hints/mips.sh U src/gnu/usr.bin/perl/hints/unicosmk.sh U src/gnu/usr.bin/perl/hints/aix_3.sh C src/gnu/usr.bin/perl/hints/linux.sh U src/gnu/usr.bin/perl/hints/fps.sh C src/gnu/usr.bin/perl/hints/dgux.sh U src/gnu/usr.bin/perl/hints/sco.sh U src/gnu/usr.bin/perl/hints/svr5.sh U src/gnu/usr.bin/perl/hints/i386.sh U src/gnu/usr.bin/perl/hints/t001.c U src/gnu/usr.bin/perl/hints/vos.sh U src/gnu/usr.bin/perl/hints/posix-bc.sh U src/gnu/usr.bin/perl/hints/atheos.sh U src/gnu/usr.bin/perl/hints/titanos.sh C src/gnu/usr.bin/perl/hints/qnx.sh U src/gnu/usr.bin/perl/hints/irix_6_0.sh U src/gnu/usr.bin/perl/hints/3b1cc U src/gnu/usr.bin/perl/hints/os400.sh U src/gnu/usr.bin/perl/hints/esix4.sh C src/gnu/usr.bin/perl/hints/aix.sh U src/gnu/usr.bin/perl/hints/unisysdynix.sh U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh U src/gnu/usr.bin/perl/hints/lynxos.sh U src/gnu/usr.bin/perl/hints/beos.sh U src/gnu/usr.bin/perl/hints/uts.sh U src/gnu/usr.bin/perl/hints/apollo.sh U src/gnu/usr.bin/perl/hints/next_3_0.sh U src/gnu/usr.bin/perl/hints/cygwin.sh U src/gnu/usr.bin/perl/hints/catamount.sh U src/gnu/usr.bin/perl/hints/darwin.sh U src/gnu/usr.bin/perl/hints/irix_5.sh U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh U src/gnu/usr.bin/perl/hints/3b1.sh U src/gnu/usr.bin/perl/hints/utekv.sh U src/gnu/usr.bin/perl/hints/rhapsody.sh C src/gnu/usr.bin/perl/hints/hpux.sh U src/gnu/usr.bin/perl/hints/greenhills.sh U src/gnu/usr.bin/perl/hints/aux_3.sh U src/gnu/usr.bin/perl/hints/riscos.sh C src/gnu/usr.bin/perl/hints/bsdos.sh U src/gnu/usr.bin/perl/hints/stellar.sh U src/gnu/usr.bin/perl/hints/irix_6_1.sh U src/gnu/usr.bin/perl/hints/ncr_tower.sh U src/gnu/usr.bin/perl/hints/dynix.sh U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh C src/gnu/usr.bin/perl/hints/os2.sh U src/gnu/usr.bin/perl/hints/irix_4.sh U src/gnu/usr.bin/perl/hints/README.hints U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh U src/gnu/usr.bin/perl/hints/genix.sh U src/gnu/usr.bin/perl/hints/openbsd.sh U src/gnu/usr.bin/perl/hints/altos486.sh U src/gnu/usr.bin/perl/hints/opus.sh U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh U src/gnu/usr.bin/perl/hints/dec_osf.sh U src/gnu/usr.bin/perl/hints/ultrix_4.sh U src/gnu/usr.bin/perl/hints/interix.sh U src/gnu/usr.bin/perl/hints/os390.sh U src/gnu/usr.bin/perl/hints/sunos_4_0.sh U src/gnu/usr.bin/perl/hints/vmesa.sh U src/gnu/usr.bin/perl/hints/haiku.sh U src/gnu/usr.bin/perl/hints/isc_2.sh U src/gnu/usr.bin/perl/hints/sunos_4_1.sh U src/gnu/usr.bin/perl/hints/dynixptx.sh U src/gnu/usr.bin/perl/hints/mpeix.sh U src/gnu/usr.bin/perl/hints/next_4.sh U src/gnu/usr.bin/perl/hints/umips.sh U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh U src/gnu/usr.bin/perl/hints/epix.sh U src/gnu/usr.bin/perl/hints/convexos.sh C src/gnu/usr.bin/perl/hints/irix_6.sh U src/gnu/usr.bin/perl/hints/dcosx.sh U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh U src/gnu/usr.bin/perl/djgpp/configure.bat U src/gnu/usr.bin/perl/djgpp/djgppsed.sh U src/gnu/usr.bin/perl/djgpp/config.over U src/gnu/usr.bin/perl/djgpp/djgpp.h U src/gnu/usr.bin/perl/djgpp/djgpp.c U src/gnu/usr.bin/perl/djgpp/fixpmain N src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm N src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/BigRat.pm N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/requirer.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/trap.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/hang.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratup.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.inc N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigroot.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltrt.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/biglog.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigrat.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltpm.inc N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/big_ap.t N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat/Test.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/Changes N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/00-have-compiler.t N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/03-cplusplus.t N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/02-link.t N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/01-basic.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/Makefile.PL N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar N src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.pm N src/gnu/usr.bin/perl/cpan/Time-HiRes/Changes N src/gnu/usr.bin/perl/cpan/Time-HiRes/typemap N src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.xs N src/gnu/usr.bin/perl/cpan/Time-HiRes/Makefile.PL N src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-c.inc N src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-xs.inc N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dynixptx.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/svr4.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/linux.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/aix.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/solaris.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/irix.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/sco.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dec_osf.pl N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/HiRes.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/Makefile.PL N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Devel/InnerPackage.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13except.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/14package.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/18skipped_package.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyrequire.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/19can_ok_clobber.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/11usetwice.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/15topicsafe.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_inner.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptarray.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_noinner.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_override.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_onefile.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/03diffname.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02alsoworks.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/05postpath.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_super.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyarray.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/01use.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/08nothing.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath_single.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyregex.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/09require.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works_taint.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/06multipath.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/16different_extension.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptregex.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/17devel_inner_package.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/20dodgy_files.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/07instantiate.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/21editor_junk.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12only.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir_single.t N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~ N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TA/C/A/I.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Zot/.Zork.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/No/Middle.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm N src/gnu/usr.bin/perl/cpan/IPC-SysV/Changes N src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap N src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs N src/gnu/usr.bin/perl/cpan/IPC-SysV/TODO N src/gnu/usr.bin/perl/cpan/IPC-SysV/MANIFEST.SKIP N src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL N src/gnu/usr.bin/perl/cpan/IPC-SysV/README N src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm N src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl N src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.xs N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Changes N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/mkheader N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Makefile.PL N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/README N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.pm N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/proto.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/func.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/split.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/illegal.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/test.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/null.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/tie.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/form.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/fcdc.t N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/norm.t N src/gnu/usr.bin/perl/cpan/if/if.pm N src/gnu/usr.bin/perl/cpan/if/t/if.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum N src/gnu/usr.bin/perl/cpan/Digest-SHA/Changes N src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap N src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL N src/gnu/usr.bin/perl/cpan/Digest-SHA/README N src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs N src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.h N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmacxtra.c N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/shaxtra.c N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.c N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/dumpload.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/CHANGES N src/gnu/usr.bin/perl/cpan/Getopt-Long/README N src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-compat.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t N src/gnu/usr.bin/perl/cpan/Test/lib/Test.pm N src/gnu/usr.bin/perl/cpan/Test/t/todo.t N src/gnu/usr.bin/perl/cpan/Test/t/05_about_verbose.t N src/gnu/usr.bin/perl/cpan/Test/t/mix.t N src/gnu/usr.bin/perl/cpan/Test/t/success.t N src/gnu/usr.bin/perl/cpan/Test/t/multiline.t N src/gnu/usr.bin/perl/cpan/Test/t/fail.t N src/gnu/usr.bin/perl/cpan/Test/t/qr.t N src/gnu/usr.bin/perl/cpan/Test/t/skip.t N src/gnu/usr.bin/perl/cpan/Test/t/onfail.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/NOTES N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/Changes N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/PATCHING N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/TODO N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/MANIFEST N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/xs.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm N src/gnu/usr.bin/perl/cpan/Tie-File/lib/Tie/File.pm N src/gnu/usr.bin/perl/cpan/Tie-File/t/11_rv_splice_rs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/00_version.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/33_defer_vs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/27_iwrite.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/03_longfetch.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/23_rv_ac_splice.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/25_gen_nocache.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/29_downcopy.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/09_gen_rs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/02_fetchsize.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/30_defer.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/21_win32.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/41_heap.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/12_longfetch_rs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/07_rv_splice.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/15_pushpop.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/16_handle.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/04_splice.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/20_cache_full.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/24_cache_loop.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/06_fixrec.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/22_autochomp.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/32_defer_misc.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/14_lock.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/26_twrite.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/29a_upcopy.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/19_cache.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/28_mtwrite.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/42_offset.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/10_splice_rs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/13_size_rs.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/18_rs_fixrec.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/31_autodefer.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/01_gen.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/08_ro.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/17_misc_meth.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/40_abs_cache.t N src/gnu/usr.bin/perl/cpan/Tie-File/t/05_size.t N src/gnu/usr.bin/perl/cpan/bignum/lib/bigint.pm N src/gnu/usr.bin/perl/cpan/bignum/lib/bignum.pm N src/gnu/usr.bin/perl/cpan/bignum/lib/bigrat.pm N src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat/Trace.pm N src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt/Trace.pm N src/gnu/usr.bin/perl/cpan/bignum/t/big_e_pi.t N src/gnu/usr.bin/perl/cpan/bignum/t/scope_r.t N src/gnu/usr.bin/perl/cpan/bignum/t/bn_lite.t N src/gnu/usr.bin/perl/cpan/bignum/t/in_effect.t N src/gnu/usr.bin/perl/cpan/bignum/t/option_a.t N src/gnu/usr.bin/perl/cpan/bignum/t/brinfnan.t N src/gnu/usr.bin/perl/cpan/bignum/t/option_l.t N src/gnu/usr.bin/perl/cpan/bignum/t/bigint.t N src/gnu/usr.bin/perl/cpan/bignum/t/bninfnan.t N src/gnu/usr.bin/perl/cpan/bignum/t/bigexp.t N src/gnu/usr.bin/perl/cpan/bignum/t/bii_e_pi.t N src/gnu/usr.bin/perl/cpan/bignum/t/infnan.inc N src/gnu/usr.bin/perl/cpan/bignum/t/ratopt_a.t N src/gnu/usr.bin/perl/cpan/bignum/t/biinfnan.t N src/gnu/usr.bin/perl/cpan/bignum/t/scope_i.t N src/gnu/usr.bin/perl/cpan/bignum/t/bignum.t N src/gnu/usr.bin/perl/cpan/bignum/t/bigrat.t N src/gnu/usr.bin/perl/cpan/bignum/t/bir_e_pi.t N src/gnu/usr.bin/perl/cpan/bignum/t/scope_f.t N src/gnu/usr.bin/perl/cpan/bignum/t/br_lite.t N src/gnu/usr.bin/perl/cpan/bignum/t/option_p.t N src/gnu/usr.bin/perl/cpan/Encode/Changes N src/gnu/usr.bin/perl/cpan/Encode/Encode.pm N src/gnu/usr.bin/perl/cpan/Encode/encoding.pm N src/gnu/usr.bin/perl/cpan/Encode/MANIFEST N src/gnu/usr.bin/perl/cpan/Encode/Encode.xs N src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/encengine.c N src/gnu/usr.bin/perl/cpan/Encode/README N src/gnu/usr.bin/perl/cpan/Encode/META.yml N src/gnu/usr.bin/perl/cpan/Encode/AUTHORS N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm N src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm N src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm N src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x N src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h N src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x N src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x N src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x N src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x N src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm N src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table N src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint N src/gnu/usr.bin/perl/cpan/Encode/bin/unidump N src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs N src/gnu/usr.bin/perl/cpan/Encode/bin/piconv N src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort N src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm N src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm N src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm N src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm N src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL N src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t N src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t N src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf N src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc N src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t N src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t N src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t N src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc N src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t N src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl N src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t N src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t N src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf N src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t N src/gnu/usr.bin/perl/cpan/Encode/t/guess.t N src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t N src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t N src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl N src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc N src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc N src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t N src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf N src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t N src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t N src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc N src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf N src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t N src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc N src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc N src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t N src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t N src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t N src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm N src/gnu/usr.bin/perl/cpan/Encode/t/grow.t N src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf N src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t N src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc N src/gnu/usr.bin/perl/cpan/Pod-Escapes/ChangeLog N src/gnu/usr.bin/perl/cpan/Pod-Escapes/README N src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t N src/gnu/usr.bin/perl/cpan/Module-Build/Changes N src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest/private.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Compat.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PodParser.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Notes.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Dumper.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Cookbook.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Bundling.pod N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Authoring.pod N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Base.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Config.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PPMMaker.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ConfigData.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/API.pod N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Windows.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/os2.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/aix.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Unix.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Default.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/darwin.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VMS.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm N src/gnu/usr.bin/perl/cpan/Module-Build/scripts/config_data N src/gnu/usr.bin/perl/cpan/Module-Build/t/perl_mb_opt.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/tilde.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/compat.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/ext.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/destinations.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/notes.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/install_extra_target.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/versions.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata2.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/xs.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/files.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/ppm.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_type.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_types.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/resume.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/runthrough.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/basic.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/new_from_context.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/use_tap_harness.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/sample.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/moduleinfo.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/install.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/debug.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/mymeta.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/write_default_maniskip.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/parents.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_file_exts.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundle_inc.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/PL_files.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/README.pod N src/gnu/usr.bin/perl/cpan/Module-Build/t/script_dist.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/00-compile.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/pod_parser.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/help.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/extend.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/compat/exit.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/MBTest.pm N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/DistGen.pm N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie/CPHash.pm N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/share_dir.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/module_name.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/needs_compiler.t N src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/installdeps.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/Changes N src/gnu/usr.bin/perl/cpan/Text-Balanced/README N src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t N src/gnu/usr.bin/perl/cpan/B-Debug/Debug.pm N src/gnu/usr.bin/perl/cpan/B-Debug/t/debug.t N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/LaTeX.pm N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/user.t N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/pod2latex.t N src/gnu/usr.bin/perl/cpan/podlators/Makefile.PL N src/gnu/usr.bin/perl/cpan/podlators/VERSION N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm N src/gnu/usr.bin/perl/cpan/podlators/t/text-options.t N src/gnu/usr.bin/perl/cpan/podlators/t/filehandle.t N src/gnu/usr.bin/perl/cpan/podlators/t/text-utf8.t N src/gnu/usr.bin/perl/cpan/podlators/t/color.t N src/gnu/usr.bin/perl/cpan/podlators/t/basic.cap N src/gnu/usr.bin/perl/cpan/podlators/t/basic.pod N src/gnu/usr.bin/perl/cpan/podlators/t/man-heading.t N src/gnu/usr.bin/perl/cpan/podlators/t/basic.man N src/gnu/usr.bin/perl/cpan/podlators/t/basic.clr N src/gnu/usr.bin/perl/cpan/podlators/t/basic.t N src/gnu/usr.bin/perl/cpan/podlators/t/devise-date.t N src/gnu/usr.bin/perl/cpan/podlators/t/man-utf8.t N src/gnu/usr.bin/perl/cpan/podlators/t/man.t N src/gnu/usr.bin/perl/cpan/podlators/t/text.t N src/gnu/usr.bin/perl/cpan/podlators/t/man-options.t N src/gnu/usr.bin/perl/cpan/podlators/t/text-encoding.t N src/gnu/usr.bin/perl/cpan/podlators/t/overstrike.t N src/gnu/usr.bin/perl/cpan/podlators/t/termcap.t N src/gnu/usr.bin/perl/cpan/podlators/t/basic.ovr N src/gnu/usr.bin/perl/cpan/podlators/t/pod.t N src/gnu/usr.bin/perl/cpan/podlators/t/basic.txt N src/gnu/usr.bin/perl/cpan/podlators/t/parselink.t N src/gnu/usr.bin/perl/cpan/podlators/t/pod-spelling.t N src/gnu/usr.bin/perl/cpan/podlators/t/pod-parser.t N src/gnu/usr.bin/perl/cpan/Test-Harness/Changes N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Utils.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove N src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/utils.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveenv.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/000-load.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySource.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIteratorFactory.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSource.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1 N src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source N src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13 N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigFloat.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/const_mbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf1.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib1.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_rand.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_mbfw.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/trap.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintc.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nan_cmp.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf0.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib4.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/inf_nan.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfw.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib2.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/constant.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbf_ali.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/round.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_ali.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/with_sub.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/require.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfn.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/downgrade.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/alias.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new_overloaded.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mif.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigroot.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigints.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/lib_load.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/_e_math.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgradef.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/biglog.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfa.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/big_pi_e.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_ali.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mif.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/isa.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/config.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib3.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Scalar.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Subclass.pm N src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm N src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t N src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t N src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm N src/gnu/usr.bin/perl/cpan/Memoize/TODO N src/gnu/usr.bin/perl/cpan/Memoize/README N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm N src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t N src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t N src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t N src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t N src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t N src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t N src/gnu/usr.bin/perl/cpan/Memoize/t/array.t N src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t N src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t N src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t N src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t N src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t N src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/Manifest.t N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_xs.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort.xs N src/gnu/usr.bin/perl/cpan/Devel-PPPort/Changes N src/gnu/usr.bin/perl/cpan/Devel-PPPort/typemap N src/gnu/usr.bin/perl/cpan/Devel-PPPort/mktests.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/apicheck_c.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_pm.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/TODO N src/gnu/usr.bin/perl/cpan/Devel-PPPort/MANIFEST.SKIP N src/gnu/usr.bin/perl/cpan/Devel-PPPort/module2.c N src/gnu/usr.bin/perl/cpan/Devel-PPPort/ppport_h.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL N src/gnu/usr.bin/perl/cpan/Devel-PPPort/README N src/gnu/usr.bin/perl/cpan/Devel-PPPort/soak N src/gnu/usr.bin/perl/cpan/Devel-PPPort/HACKERS N src/gnu/usr.bin/perl/cpan/Devel-PPPort/module3.c N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppptools.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/embed.fnc N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apidoc.fnc N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppport.fnc N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apicheck.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/podtest N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/version N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/variables N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/shared_pv N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/call N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/misc N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/format N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newRV N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/warn N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newCONSTSUB N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/magic N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/grok N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/snprintf N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/uv N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/MY_CXT N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphbin N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/mPUSH N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/exception N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphtest N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/threads N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/cop N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/limits N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSVpv N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sv_xpvf N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/HvNAME N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphdoc N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/gv N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvPV N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/strlfuncs N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sprintf N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/Sv_set N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pvs N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/memory N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004020 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005020 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004050 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008007 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005010 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009005 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008005 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005040 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008008 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005030 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008004 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008006 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004030 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004010 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009004 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004040 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004020 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005020 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004050 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008007 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005010 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009005 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008005 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005040 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008008 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005030 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008004 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008006 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004030 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004010 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009004 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007001 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006002 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004040 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007000 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007003 N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/devtools.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/buildperl.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/regenerate N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/scanprov N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mkapidoc.sh N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/format.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/snprintf.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/call.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/gv.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/misc.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/variables.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/HvNAME.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/warn.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/memory.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/uv.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/ppphtest.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSVpv.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pvs.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/cop.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvPV.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/strlfuncs.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newCONSTSUB.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newRV.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/magic.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/exception.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/mPUSH.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/Sv_set.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/testutil.pl N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvREFCNT.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/shared_pv.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/MY_CXT.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/podtest.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sv_xpvf.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/limits.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sprintf.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/threads.t N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/grok.t N src/gnu/usr.bin/perl/cpan/Cwd/Cwd.pm N src/gnu/usr.bin/perl/cpan/Cwd/Changes N src/gnu/usr.bin/perl/cpan/Cwd/Cwd.xs N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Unix.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Epoc.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/OS2.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Functions.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Mac.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Win32.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/VMS.pm N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Cygwin.pm N src/gnu/usr.bin/perl/cpan/Cwd/t/tmpdir.t N src/gnu/usr.bin/perl/cpan/Cwd/t/taint.t N src/gnu/usr.bin/perl/cpan/Cwd/t/cwd.t N src/gnu/usr.bin/perl/cpan/Cwd/t/win32.t N src/gnu/usr.bin/perl/cpan/Cwd/t/Functions.t N src/gnu/usr.bin/perl/cpan/Cwd/t/Spec.t N src/gnu/usr.bin/perl/cpan/Cwd/t/rel2abs2rel.t N src/gnu/usr.bin/perl/cpan/Cwd/t/crossplatform.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/ChangeLog N src/gnu/usr.bin/perl/cpan/Pod-Simple/README N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm N src/gnu/usr.bin/perl/cpan/CGI/Changes N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Switch.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Fast.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Util.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Cookie.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Push.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Pretty.pm N src/gnu/usr.bin/perl/cpan/CGI/examples/nph-clock.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/cookie.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/file_upload.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/javascript.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/save_state.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/diff_upload.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/popup.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/customize.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/nph-multipart.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/multiple_forms.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/internal_links.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/monty.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/index.html N src/gnu/usr.bin/perl/cpan/CGI/examples/wilogo.gif N src/gnu/usr.bin/perl/cpan/CGI/examples/frameset.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/caution.xbm N src/gnu/usr.bin/perl/cpan/CGI/examples/clickable_image.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/make_links.pl N src/gnu/usr.bin/perl/cpan/CGI/examples/dna.small.gif N src/gnu/usr.bin/perl/cpan/CGI/examples/tryit.cgi N src/gnu/usr.bin/perl/cpan/CGI/examples/crash.cgi N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_start.t N src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_asterisk.t N src/gnu/usr.bin/perl/cpan/CGI/t/can.t N src/gnu/usr.bin/perl/cpan/CGI/t/http.t N src/gnu/usr.bin/perl/cpan/CGI/t/upload.t N src/gnu/usr.bin/perl/cpan/CGI/t/cookie.t N src/gnu/usr.bin/perl/cpan/CGI/t/request.t N src/gnu/usr.bin/perl/cpan/CGI/t/function.t N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_end.t N src/gnu/usr.bin/perl/cpan/CGI/t/checkbox_group.t N src/gnu/usr.bin/perl/cpan/CGI/t/util-58.t N src/gnu/usr.bin/perl/cpan/CGI/t/init_test.txt N src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt N src/gnu/usr.bin/perl/cpan/CGI/t/unescapeHTML.t N src/gnu/usr.bin/perl/cpan/CGI/t/init.t N src/gnu/usr.bin/perl/cpan/CGI/t/save_read_roundtrip.t N src/gnu/usr.bin/perl/cpan/CGI/t/html.t N src/gnu/usr.bin/perl/cpan/CGI/t/autoescape.t N src/gnu/usr.bin/perl/cpan/CGI/t/no_tabindex.t N src/gnu/usr.bin/perl/cpan/CGI/t/carp.t N src/gnu/usr.bin/perl/cpan/CGI/t/form.t N src/gnu/usr.bin/perl/cpan/CGI/t/pretty.t N src/gnu/usr.bin/perl/cpan/CGI/t/query_string.t N src/gnu/usr.bin/perl/cpan/CGI/t/switch.t N src/gnu/usr.bin/perl/cpan/CGI/t/apache.t N src/gnu/usr.bin/perl/cpan/CGI/t/utf8.t N src/gnu/usr.bin/perl/cpan/CGI/t/push.t N src/gnu/usr.bin/perl/cpan/CGI/t/end_form.t N src/gnu/usr.bin/perl/cpan/CGI/t/util.t N src/gnu/usr.bin/perl/cpan/CGI/t/Dump.t N src/gnu/usr.bin/perl/cpan/CGI/t/user_agent.t N src/gnu/usr.bin/perl/cpan/CGI/t/popup_menu.t N src/gnu/usr.bin/perl/cpan/CGI/t/uploadInfo.t N src/gnu/usr.bin/perl/cpan/CGI/t/url.t N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/02_Parse_Version.t N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm N src/gnu/usr.bin/perl/cpan/List-Util/Changes N src/gnu/usr.bin/perl/cpan/List-Util/multicall.h N src/gnu/usr.bin/perl/cpan/List-Util/Makefile.PL N src/gnu/usr.bin/perl/cpan/List-Util/README N src/gnu/usr.bin/perl/cpan/List-Util/ListUtil.xs N src/gnu/usr.bin/perl/cpan/List-Util/XS.pp N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util.pm N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/PP.pm N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/XS.pm N src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util.pm N src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util/PP.pm N src/gnu/usr.bin/perl/cpan/List-Util/t/reftype.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_minstr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/stack-corruption.t N src/gnu/usr.bin/perl/cpan/List-Util/t/proto.t N src/gnu/usr.bin/perl/cpan/List-Util/t/tainted.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_reftype.t N src/gnu/usr.bin/perl/cpan/List-Util/t/readonly.t N src/gnu/usr.bin/perl/cpan/List-Util/t/00version.t N src/gnu/usr.bin/perl/cpan/List-Util/t/expfail.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_first.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_maxstr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/weak.t N src/gnu/usr.bin/perl/cpan/List-Util/t/maxstr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/min.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_reduce.t N src/gnu/usr.bin/perl/cpan/List-Util/t/refaddr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/first.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_readonly.t N src/gnu/usr.bin/perl/cpan/List-Util/t/max.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_openhan.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_00version.t N src/gnu/usr.bin/perl/cpan/List-Util/t/lln.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_sum.t N src/gnu/usr.bin/perl/cpan/List-Util/t/openhan.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_tainted.t N src/gnu/usr.bin/perl/cpan/List-Util/t/reduce.t N src/gnu/usr.bin/perl/cpan/List-Util/t/dualvar.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_blessed.t N src/gnu/usr.bin/perl/cpan/List-Util/t/isvstring.t N src/gnu/usr.bin/perl/cpan/List-Util/t/shuffle.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_lln.t N src/gnu/usr.bin/perl/cpan/List-Util/t/minstr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_max.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_min.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_refaddr.t N src/gnu/usr.bin/perl/cpan/List-Util/t/p_shuffle.t N src/gnu/usr.bin/perl/cpan/List-Util/t/blessed.t N src/gnu/usr.bin/perl/cpan/List-Util/t/sum.t N src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t N src/gnu/usr.bin/perl/cpan/Text-Soundex/Changes N src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.pm N src/gnu/usr.bin/perl/cpan/Text-Soundex/README N src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.xs N src/gnu/usr.bin/perl/cpan/Text-Soundex/t/Soundex.t N src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm N src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t N src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t N src/gnu/usr.bin/perl/cpan/encoding-warnings/Changes N src/gnu/usr.bin/perl/cpan/encoding-warnings/lib/encoding/warnings.pm N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/1-warning.t N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/3-normal.t N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/2-fatal.t N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/4-lexical.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/lib/Object/Accessor.pm N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/06_Object-Accessor-alias.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/05_Object-Accessor-callback.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/03_Object-Accessor-local.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/02_Object-Accessor-allow.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/00_Object-Accessor.t N src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI.pm N src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI/History.pm N src/gnu/usr.bin/perl/cpan/Term-UI/t/02_ui.t N src/gnu/usr.bin/perl/cpan/Term-UI/t/00_load.t N src/gnu/usr.bin/perl/cpan/Term-UI/t/01_history.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/ChangeLog N src/gnu/usr.bin/perl/cpan/Locale-Codes/Makefile.PL N src/gnu/usr.bin/perl/cpan/Locale-Codes/README N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pod N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pm N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pm N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pm N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pod N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Constants.pod N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pm N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pod N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Constants.pm N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pod N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/constants.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/uk.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/rename.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/all.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script.t N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country.t N src/gnu/usr.bin/perl/cpan/Digest/Changes N src/gnu/usr.bin/perl/cpan/Digest/Digest.pm N src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm N src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm N src/gnu/usr.bin/perl/cpan/Digest/t/file.t N src/gnu/usr.bin/perl/cpan/Digest/t/digest.t N src/gnu/usr.bin/perl/cpan/Digest/t/base.t N src/gnu/usr.bin/perl/cpan/Shell/Shell.pm N src/gnu/usr.bin/perl/cpan/Shell/t/Shell.t N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ANSIColor.pm N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ChangeLog N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/README N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/Makefile.PL N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Error.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp-run-perl N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpan2dist N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/10_CPANPLUS-Error.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/08_CPANPLUS-Backend.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/04_CPANPLUS-Module.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/19_CPANPLUS-Dist.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/15_CPANPLUS-Shell.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/02_CPANPLUS-Internals.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/25_CPANPLUS.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/01_CPANPLUS-Configure.t N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/inc/conf.pl N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Usage.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Checker.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage.pod N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage2.pod N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage2.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/p2u_data.pl N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.t N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm N src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message.pm N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Item.pm N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Config.pm N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Handlers.pm N src/gnu/usr.bin/perl/cpan/Log-Message/t/01_Log-Message-Config.t N src/gnu/usr.bin/perl/cpan/Log-Message/t/02_Log-Message.t N src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/LoadMe.pl N src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/config_file N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes N src/gnu/usr.bin/perl/cpan/Unicode-Collate/README N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/Changes N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/uupacktool.pl N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/16_nullrefs.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/11_meta_yml.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/13_perl_smith.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/14_yaml_org.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/18_tap.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/05_export.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/01_compile.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/03_regression.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/15_multibyte.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/12_plagger.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/17_toolbar.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/02_basic.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/21_bom.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/04_scalar.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/19_errors.t N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/sample.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/HTML-WebDAO.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/toolbar.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/multibyte.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/vanilla.yml N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/lib/Log/Message/Simple.pm N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/01_use.t N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/03_functions.t N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/02_imports.t N src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc N src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h N src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm N src/gnu/usr.bin/perl/cpan/Win32API-File/Changes N src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs N src/gnu/usr.bin/perl/cpan/Win32API-File/typemap N src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL N src/gnu/usr.bin/perl/cpan/Win32API-File/README N src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h N src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h N src/gnu/usr.bin/perl/cpan/Win32API-File/ExtUtils/Myconst2perl.pm N src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t N src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t N src/gnu/usr.bin/perl/cpan/Archive-Extract/lib/Archive/Extract.pm N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/01_Archive-Extract.t N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.jar N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.jar N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/double_dir.zip N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.par N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.zip N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.bz2 N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tbz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.gz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.bz2 N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.gz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.gz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.par N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tgz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.Z N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.lzma N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tgz N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.zip N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/eu_command.t N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/cp.t N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/lib/TieOut.pm N src/gnu/usr.bin/perl/cpan/Digest-MD5/Changes N src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap N src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL N src/gnu/usr.bin/perl/cpan/Digest-MD5/README N src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm N src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t N src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm N src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t N src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint.pm N src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint/Debug.pm N src/gnu/usr.bin/perl/cpan/B-Lint/t/lint.t N src/gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm N src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm N src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm N src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t N src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs N src/gnu/usr.bin/perl/cpan/MIME-Base64/Changes N src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm N src/gnu/usr.bin/perl/cpan/MIME-Base64/Makefile.PL N src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm N src/gnu/usr.bin/perl/cpan/MIME-Base64/README N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/warn.t N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.xs N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.pm N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/mbi_rand.t N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigintfc.t N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/leak.t N src/gnu/usr.bin/perl/cpan/Win32/Changes N src/gnu/usr.bin/perl/cpan/Win32/longpath.inc N src/gnu/usr.bin/perl/cpan/Win32/Win32.pm N src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL N src/gnu/usr.bin/perl/cpan/Win32/Win32.xs N src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t N src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t N src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t N src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t N src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t N src/gnu/usr.bin/perl/cpan/Win32/t/Names.t N src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t N src/gnu/usr.bin/perl/cpan/IO-Compress/Changes N src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL N src/gnu/usr.bin/perl/cpan/IO-Compress/README N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtdef N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzcat N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtinf N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzgrep N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzstream N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/anycat N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzcat N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzappend N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzgrep N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzstream N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzstream N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzcat N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzgrep N src/gnu/usr.bin/perl/cpan/IO-Compress/pod/FAQ.pod N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-05examples.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-zlib.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl N src/gnu/usr.bin/perl/cpan/Test-Simple/Changes N src/gnu/usr.bin/perl/cpan/Test-Simple/TODO N src/gnu/usr.bin/perl/cpan/Test-Simple/README N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/examples/indent.pl N src/gnu/usr.bin/perl/cpan/Test-Simple/examples/subtest.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/todo.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_dne_bug.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fork.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/new_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/note.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/dependents.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_use_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/exit.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_skip_all.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/diag.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_require_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/circular_data.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/versions.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/dont_overwrite_die_handler.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/died.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/bail_out.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/import.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload_threads.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/More.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/00test_harness_check.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_bad.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-like.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/useing.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_shouldnt_import.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_no_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra_one.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/undef.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/simple.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/c_flag.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/buffer.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/cmp_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/bad_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_is_noplan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/utf8.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_fail.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail_one.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/skipall.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/filehandles.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/harness_active.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_with_threads.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/explain.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_tests.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/skip.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-more.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/require_ok.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/threads.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/eq_set.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/missing.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/basic.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/for_do_t.test N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/singleton.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/do.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/die.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/args.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/exceptions.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/create.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_diag.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_header.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/maybe_regex.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_plan_at_all.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan2.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_fh.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/try.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/details.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_number.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/ok_obj.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test_without_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/carp.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/output.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/reset.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_double.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_ending.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_plan.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/Builder.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_passing.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_04line_num.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_06errormess.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_01basic.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_05faildiag.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_07args.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_03die.t N src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm N src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t N src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t N src/gnu/usr.bin/perl/cpan/Package-Constants/lib/Package/Constants.pm N src/gnu/usr.bin/perl/cpan/Package-Constants/t/01_list.t N src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs N src/gnu/usr.bin/perl/cpan/Time-Piece/Changes N src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm N src/gnu/usr.bin/perl/cpan/Time-Piece/Makefile.PL N src/gnu/usr.bin/perl/cpan/Time-Piece/README N src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm N src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Changes N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/README N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtdef N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtinf N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/pod/FAQ.pod N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm N src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t N src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t N src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t N src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t N src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t N src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t N src/gnu/usr.bin/perl/cpan/autodie/t/flock.t N src/gnu/usr.bin/perl/cpan/autodie/t/context.t N src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t N src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t N src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t N src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t N src/gnu/usr.bin/perl/cpan/autodie/t/caller.t N src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t N src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t N src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t N src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t N src/gnu/usr.bin/perl/cpan/autodie/t/version.t N src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t N src/gnu/usr.bin/perl/cpan/autodie/t/exec.t N src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t N src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t N src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t N src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t N src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm N src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t N src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t N src/gnu/usr.bin/perl/cpan/autodie/t/recv.t N src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t N src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t N src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t N src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t N src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t N src/gnu/usr.bin/perl/cpan/autodie/t/internal.t N src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t N src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t N src/gnu/usr.bin/perl/cpan/autodie/t/open.t N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm N src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm N src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl N src/gnu/usr.bin/perl/cpan/Sys-Syslog/README.win32 N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Changes N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL N src/gnu/usr.bin/perl/cpan/Sys-Syslog/README N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t N src/gnu/usr.bin/perl/cpan/NEXT/Changes N src/gnu/usr.bin/perl/cpan/NEXT/README N src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm N src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t N src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t N src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t N src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t N src/gnu/usr.bin/perl/cpan/NEXT/t/next.t N src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t N src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm N src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm N src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t N src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t N src/gnu/usr.bin/perl/cpan/DB_File/version.c N src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm N src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS N src/gnu/usr.bin/perl/cpan/DB_File/Changes N src/gnu/usr.bin/perl/cpan/DB_File/typemap N src/gnu/usr.bin/perl/cpan/DB_File/dbinfo N src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs N src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL N src/gnu/usr.bin/perl/cpan/DB_File/config.in N src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl N src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl N src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t N src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t N src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t N src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm N src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm N src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t N src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t N src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/inc/conf.pl N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz N src/gnu/usr.bin/perl/cpan/Text-Tabs/CHANGELOG N src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm N src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t N src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm N src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t N src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t N src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t N src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t N src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t N src/gnu/usr.bin/perl/cpan/parent/t/parent.t N src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t N src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm N src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm N src/gnu/usr.bin/perl/cpan/Class-ISA/ChangeLog N src/gnu/usr.bin/perl/cpan/Class-ISA/lib/Class/ISA.pm N src/gnu/usr.bin/perl/cpan/Class-ISA/t/00_about_verbose.t N src/gnu/usr.bin/perl/cpan/Class-ISA/t/01_old_junk.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Changes N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/README N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/pod/FAQ.pod N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm N src/gnu/usr.bin/perl/cpan/File-Temp/Temp.pm N src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t N src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t N src/gnu/usr.bin/perl/cpan/CPAN/Changes N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm N src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan N src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t N src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t N src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t N src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t N src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t N src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm N src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/Changes N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSUsage.xs N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSTest.xs N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/typemap N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/basic.t N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/usage.t N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSTest.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSUsage.pm N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/more.t N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSInclude.xsh N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSMore.xs N src/gnu/usr.bin/perl/cpan/libnet/Changes N src/gnu/usr.bin/perl/cpan/libnet/Hostname.pm.eg N src/gnu/usr.bin/perl/cpan/libnet/Config.eg N src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL N src/gnu/usr.bin/perl/cpan/libnet/README N src/gnu/usr.bin/perl/cpan/libnet/demos/nntp N src/gnu/usr.bin/perl/cpan/libnet/demos/ftp N src/gnu/usr.bin/perl/cpan/libnet/demos/time N src/gnu/usr.bin/perl/cpan/libnet/demos/smtp.self N src/gnu/usr.bin/perl/cpan/libnet/demos/inetd N src/gnu/usr.bin/perl/cpan/libnet/demos/nntp.mirror N src/gnu/usr.bin/perl/cpan/libnet/demos/pop3 N src/gnu/usr.bin/perl/cpan/libnet/Net/Domain.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/Netrc.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/libnetFAQ.pod N src/gnu/usr.bin/perl/cpan/libnet/Net/Time.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/POP3.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/Cmd.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/Config.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/SMTP.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/NNTP.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/I.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/A.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/L.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/dataconn.pm N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/E.pm N src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t N src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl N src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t N src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t N src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t N src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t N src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t N src/gnu/usr.bin/perl/cpan/libnet/t/time.t N src/gnu/usr.bin/perl/cpan/libnet/t/require.t N src/gnu/usr.bin/perl/cpan/libnet/t/config.t U src/gnu/usr.bin/perl/pod/perlhack.pod C src/gnu/usr.bin/perl/pod/perldata.pod U src/gnu/usr.bin/perl/pod/perlfilter.pod U src/gnu/usr.bin/perl/pod/perldebtut.pod U src/gnu/usr.bin/perl/pod/perlclib.pod U src/gnu/usr.bin/perl/pod/perl592delta.pod U src/gnu/usr.bin/perl/pod/perlpacktut.pod U src/gnu/usr.bin/perl/pod/podselect.PL U src/gnu/usr.bin/perl/pod/perlport.pod N src/gnu/usr.bin/perl/pod/perl5120delta.pod C src/gnu/usr.bin/perl/pod/perlfaq6.pod C src/gnu/usr.bin/perl/pod/perlsyn.pod U src/gnu/usr.bin/perl/pod/perltooc.pod U src/gnu/usr.bin/perl/pod/perlartistic.pod U src/gnu/usr.bin/perl/pod/perlunitut.pod C src/gnu/usr.bin/perl/pod/perlipc.pod N src/gnu/usr.bin/perl/pod/perlpolicy.pod U src/gnu/usr.bin/perl/pod/perlbot.pod U src/gnu/usr.bin/perl/pod/splitpod C src/gnu/usr.bin/perl/pod/perlguts.pod C src/gnu/usr.bin/perl/pod/perlpod.pod C src/gnu/usr.bin/perl/pod/perlfaq.pod N src/gnu/usr.bin/perl/pod/perl5112delta.pod C src/gnu/usr.bin/perl/pod/perl58delta.pod U src/gnu/usr.bin/perl/pod/perliol.pod U src/gnu/usr.bin/perl/pod/perlretut.pod U src/gnu/usr.bin/perl/pod/rofftoc U src/gnu/usr.bin/perl/pod/perlreref.pod U src/gnu/usr.bin/perl/pod/perl5100delta.pod U src/gnu/usr.bin/perl/pod/perl5004delta.pod U src/gnu/usr.bin/perl/pod/perlutil.pod C src/gnu/usr.bin/perl/pod/perlxs.pod C src/gnu/usr.bin/perl/pod/perlsec.pod C src/gnu/usr.bin/perl/pod/perlfunc.pod U src/gnu/usr.bin/perl/pod/perlreguts.pod U src/gnu/usr.bin/perl/pod/perl591delta.pod U src/gnu/usr.bin/perl/pod/pod2html.PL U src/gnu/usr.bin/perl/pod/perlpodspec.pod C src/gnu/usr.bin/perl/pod/perlfaq7.pod U src/gnu/usr.bin/perl/pod/perlreapi.pod N src/gnu/usr.bin/perl/pod/perl5113delta.pod C src/gnu/usr.bin/perl/pod/perlobj.pod C src/gnu/usr.bin/perl/pod/perlmodinstall.pod C src/gnu/usr.bin/perl/pod/perlxstut.pod U src/gnu/usr.bin/perl/pod/perl581delta.pod U src/gnu/usr.bin/perl/pod/perlcheat.pod U src/gnu/usr.bin/perl/pod/perlreftut.pod U src/gnu/usr.bin/perl/pod/perl56delta.pod C src/gnu/usr.bin/perl/pod/pod2man.PL C src/gnu/usr.bin/perl/pod/perlembed.pod C src/gnu/usr.bin/perl/pod/perllocale.pod U src/gnu/usr.bin/perl/pod/perlrequick.pod U src/gnu/usr.bin/perl/pod/podchecker.PL U src/gnu/usr.bin/perl/pod/perlrepository.pod C src/gnu/usr.bin/perl/pod/perlfaq1.pod U src/gnu/usr.bin/perl/pod/perlcommunity.pod U src/gnu/usr.bin/perl/pod/perlglossary.pod C src/gnu/usr.bin/perl/pod/perlfaq5.pod C src/gnu/usr.bin/perl/pod/perlrun.pod U src/gnu/usr.bin/perl/pod/perlmroapi.pod U src/gnu/usr.bin/perl/pod/splitman C src/gnu/usr.bin/perl/pod/perldebug.pod C src/gnu/usr.bin/perl/pod/perldiag.pod C src/gnu/usr.bin/perl/pod/perltoot.pod U src/gnu/usr.bin/perl/pod/perlrebackslash.pod U src/gnu/usr.bin/perl/pod/perlnumber.pod U src/gnu/usr.bin/perl/pod/perl590delta.pod U src/gnu/usr.bin/perl/pod/perltodo.pod U src/gnu/usr.bin/perl/pod/perlmodstyle.pod U src/gnu/usr.bin/perl/pod/perl586delta.pod U src/gnu/usr.bin/perl/pod/perllexwarn.pod U src/gnu/usr.bin/perl/pod/perl589delta.pod U src/gnu/usr.bin/perl/pod/perlunifaq.pod U src/gnu/usr.bin/perl/pod/perluniintro.pod C src/gnu/usr.bin/perl/pod/perl.pod U src/gnu/usr.bin/perl/pod/perldebguts.pod C src/gnu/usr.bin/perl/pod/perlre.pod N src/gnu/usr.bin/perl/pod/perl5121delta.pod N src/gnu/usr.bin/perl/pod/perl5114delta.pod C src/gnu/usr.bin/perl/pod/roffitall N src/gnu/usr.bin/perl/pod/perl5111delta.pod C src/gnu/usr.bin/perl/pod/perlfaq2.pod U src/gnu/usr.bin/perl/pod/perlboot.pod C src/gnu/usr.bin/perl/pod/perldsc.pod U src/gnu/usr.bin/perl/pod/perlbook.pod U src/gnu/usr.bin/perl/pod/perlrecharclass.pod C src/gnu/usr.bin/perl/pod/perlmod.pod C src/gnu/usr.bin/perl/pod/perlfaq3.pod N src/gnu/usr.bin/perl/pod/perl5122delta.pod U src/gnu/usr.bin/perl/pod/pod2latex.PL C src/gnu/usr.bin/perl/pod/perlcall.pod U src/gnu/usr.bin/perl/pod/perlref.pod U src/gnu/usr.bin/perl/pod/perl570delta.pod U src/gnu/usr.bin/perl/pod/perl5101delta.pod U src/gnu/usr.bin/perl/pod/perlmodlib.PL U src/gnu/usr.bin/perl/pod/perlapio.pod U src/gnu/usr.bin/perl/pod/Makefile.SH C src/gnu/usr.bin/perl/pod/perltie.pod U src/gnu/usr.bin/perl/pod/perlform.pod U src/gnu/usr.bin/perl/pod/perl561delta.pod U src/gnu/usr.bin/perl/pod/perl594delta.pod U src/gnu/usr.bin/perl/pod/perltrap.pod C src/gnu/usr.bin/perl/pod/perlsub.pod U src/gnu/usr.bin/perl/pod/perlfork.pod U src/gnu/usr.bin/perl/pod/perl587delta.pod U src/gnu/usr.bin/perl/pod/pod2text.PL U src/gnu/usr.bin/perl/pod/perlstyle.pod C src/gnu/usr.bin/perl/pod/perlfaq4.pod U src/gnu/usr.bin/perl/pod/perlintro.pod C src/gnu/usr.bin/perl/pod/perlfaq9.pod U src/gnu/usr.bin/perl/pod/perl593delta.pod U src/gnu/usr.bin/perl/pod/perlopentut.pod C src/gnu/usr.bin/perl/pod/perlfaq8.pod U src/gnu/usr.bin/perl/pod/perlvms.pod U src/gnu/usr.bin/perl/pod/perldbmfilter.pod U src/gnu/usr.bin/perl/pod/perlebcdic.pod C src/gnu/usr.bin/perl/pod/perllol.pod U src/gnu/usr.bin/perl/pod/perlnewmod.pod U src/gnu/usr.bin/perl/pod/perl585delta.pod U src/gnu/usr.bin/perl/pod/perlperf.pod U src/gnu/usr.bin/perl/pod/perlgpl.pod U src/gnu/usr.bin/perl/pod/perl582delta.pod U src/gnu/usr.bin/perl/pod/perldoc.pod U src/gnu/usr.bin/perl/pod/perl571delta.pod C src/gnu/usr.bin/perl/pod/perlop.pod U src/gnu/usr.bin/perl/pod/perl588delta.pod C src/gnu/usr.bin/perl/pod/buildtoc C src/gnu/usr.bin/perl/pod/perlvar.pod U src/gnu/usr.bin/perl/pod/perlcompile.pod C src/gnu/usr.bin/perl/pod/perlthrtut.pod U src/gnu/usr.bin/perl/pod/perlunicode.pod U src/gnu/usr.bin/perl/pod/perl584delta.pod U src/gnu/usr.bin/perl/pod/perl5005delta.pod U src/gnu/usr.bin/perl/pod/pod2usage.PL U src/gnu/usr.bin/perl/pod/perl572delta.pod U src/gnu/usr.bin/perl/pod/perl595delta.pod C src/gnu/usr.bin/perl/pod/perlhist.pod U src/gnu/usr.bin/perl/pod/perl573delta.pod N src/gnu/usr.bin/perl/pod/perl5115delta.pod N src/gnu/usr.bin/perl/pod/perl5110delta.pod U src/gnu/usr.bin/perl/pod/perlpragma.pod U src/gnu/usr.bin/perl/pod/perl583delta.pod U src/gnu/usr.bin/perl/mpeix/relink U src/gnu/usr.bin/perl/mpeix/nm U src/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c U src/gnu/usr.bin/perl/mpeix/mpeix.c U src/gnu/usr.bin/perl/mpeix/mpeixish.h U src/gnu/usr.bin/perl/utils/Makefile U src/gnu/usr.bin/perl/utils/cpan2dist.PL U src/gnu/usr.bin/perl/utils/instmodsh.PL U src/gnu/usr.bin/perl/utils/dprofpp.PL U src/gnu/usr.bin/perl/utils/perldoc.PL U src/gnu/usr.bin/perl/utils/piconv.PL U src/gnu/usr.bin/perl/utils/shasum.PL C src/gnu/usr.bin/perl/utils/h2xs.PL U src/gnu/usr.bin/perl/utils/ptardiff.PL C src/gnu/usr.bin/perl/utils/perlbug.PL C src/gnu/usr.bin/perl/utils/h2ph.PL U src/gnu/usr.bin/perl/utils/libnetcfg.PL U src/gnu/usr.bin/perl/utils/config_data.PL U src/gnu/usr.bin/perl/utils/cpanp-run-perl.PL U src/gnu/usr.bin/perl/utils/prove.PL U src/gnu/usr.bin/perl/utils/Makefile.SH U src/gnu/usr.bin/perl/utils/ptar.PL U src/gnu/usr.bin/perl/utils/pl2pm.PL U src/gnu/usr.bin/perl/utils/cpan.PL U src/gnu/usr.bin/perl/utils/xsubpp.PL U src/gnu/usr.bin/perl/utils/cpanp.PL U src/gnu/usr.bin/perl/utils/c2ph.PL U src/gnu/usr.bin/perl/utils/splain.PL U src/gnu/usr.bin/perl/utils/corelist.PL U src/gnu/usr.bin/perl/utils/enc2xs.PL U src/gnu/usr.bin/perl/utils/perlivp.PL U src/gnu/usr.bin/perl/haiku/haikuish.h U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL C src/gnu/usr.bin/perl/t/harness C src/gnu/usr.bin/perl/t/TEST U src/gnu/usr.bin/perl/t/perl.supp U src/gnu/usr.bin/perl/t/README U src/gnu/usr.bin/perl/t/thread_it.pl U src/gnu/usr.bin/perl/t/test.pl U src/gnu/usr.bin/perl/t/lib/mypragma.t N src/gnu/usr.bin/perl/t/lib/test_use.pm U src/gnu/usr.bin/perl/t/lib/h2ph.pht U src/gnu/usr.bin/perl/t/lib/h2ph.h N src/gnu/usr.bin/perl/t/lib/overload_fallback.t U src/gnu/usr.bin/perl/t/lib/Cname.pm U src/gnu/usr.bin/perl/t/lib/commonsense.t U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm N src/gnu/usr.bin/perl/t/lib/croak.t U src/gnu/usr.bin/perl/t/lib/mypragma.pm N src/gnu/usr.bin/perl/t/lib/test_use_14937.pm N src/gnu/usr.bin/perl/t/lib/deprecate.t U src/gnu/usr.bin/perl/t/lib/cygwin.t U src/gnu/usr.bin/perl/t/lib/1_compile.t U src/gnu/usr.bin/perl/t/lib/compmod.pl U src/gnu/usr.bin/perl/t/lib/common.pl U src/gnu/usr.bin/perl/t/lib/no_load.t U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t U src/gnu/usr.bin/perl/t/lib/feature/switch U src/gnu/usr.bin/perl/t/lib/feature/implicit U src/gnu/usr.bin/perl/t/lib/feature/bundle U src/gnu/usr.bin/perl/t/lib/feature/say U src/gnu/usr.bin/perl/t/lib/feature/nonesuch N src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm N src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm U src/gnu/usr.bin/perl/t/lib/strict/subs U src/gnu/usr.bin/perl/t/lib/strict/refs U src/gnu/usr.bin/perl/t/lib/strict/vars U src/gnu/usr.bin/perl/t/lib/warnings/doio C src/gnu/usr.bin/perl/t/lib/warnings/sv U src/gnu/usr.bin/perl/t/lib/warnings/doop U src/gnu/usr.bin/perl/t/lib/warnings/3both U src/gnu/usr.bin/perl/t/lib/warnings/6default U src/gnu/usr.bin/perl/t/lib/warnings/9uninit U src/gnu/usr.bin/perl/t/lib/warnings/regcomp U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack U src/gnu/usr.bin/perl/t/lib/warnings/run U src/gnu/usr.bin/perl/t/lib/warnings/pp U src/gnu/usr.bin/perl/t/lib/warnings/4lint U src/gnu/usr.bin/perl/t/lib/warnings/malloc U src/gnu/usr.bin/perl/t/lib/warnings/7fatal U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys U src/gnu/usr.bin/perl/t/lib/warnings/op U src/gnu/usr.bin/perl/t/lib/warnings/toke U src/gnu/usr.bin/perl/t/lib/warnings/5nolint U src/gnu/usr.bin/perl/t/lib/warnings/1global U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot U src/gnu/usr.bin/perl/t/lib/warnings/util U src/gnu/usr.bin/perl/t/lib/warnings/perly U src/gnu/usr.bin/perl/t/lib/warnings/av U src/gnu/usr.bin/perl/t/lib/warnings/mg U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl U src/gnu/usr.bin/perl/t/lib/warnings/2use U src/gnu/usr.bin/perl/t/lib/warnings/regexec U src/gnu/usr.bin/perl/t/lib/warnings/hv U src/gnu/usr.bin/perl/t/lib/warnings/pad U src/gnu/usr.bin/perl/t/lib/warnings/universal U src/gnu/usr.bin/perl/t/lib/warnings/9enabled U src/gnu/usr.bin/perl/t/lib/warnings/gv U src/gnu/usr.bin/perl/t/lib/warnings/utf8 U src/gnu/usr.bin/perl/t/lib/warnings/perlio U src/gnu/usr.bin/perl/t/lib/warnings/perl U src/gnu/usr.bin/perl/t/lib/warnings/8signal U src/gnu/usr.bin/perl/t/lib/warnings/taint U src/gnu/usr.bin/perl/t/lib/locale/latin1 U src/gnu/usr.bin/perl/t/lib/locale/utf8 U src/gnu/usr.bin/perl/t/uni/class.t U src/gnu/usr.bin/perl/t/uni/case.pl U src/gnu/usr.bin/perl/t/uni/cache.t U src/gnu/usr.bin/perl/t/uni/chr.t C src/gnu/usr.bin/perl/t/uni/tr_7jis.t U src/gnu/usr.bin/perl/t/uni/greek.t U src/gnu/usr.bin/perl/t/uni/lex_utf8.t U src/gnu/usr.bin/perl/t/uni/tie.t U src/gnu/usr.bin/perl/t/uni/upper.t C src/gnu/usr.bin/perl/t/uni/tr_utf8.t U src/gnu/usr.bin/perl/t/uni/write.t U src/gnu/usr.bin/perl/t/uni/overload.t C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t U src/gnu/usr.bin/perl/t/uni/chomp.t U src/gnu/usr.bin/perl/t/uni/lower.t U src/gnu/usr.bin/perl/t/uni/latin2.t U src/gnu/usr.bin/perl/t/uni/sprintf.t C src/gnu/usr.bin/perl/t/uni/tr_sjis.t U src/gnu/usr.bin/perl/t/uni/fold.t U src/gnu/usr.bin/perl/t/uni/title.t U src/gnu/usr.bin/perl/t/cmd/elsif.t U src/gnu/usr.bin/perl/t/cmd/while.t U src/gnu/usr.bin/perl/t/cmd/for.t U src/gnu/usr.bin/perl/t/cmd/subval.t C src/gnu/usr.bin/perl/t/cmd/switch.t U src/gnu/usr.bin/perl/t/cmd/mod.t U src/gnu/usr.bin/perl/t/win32/system.t U src/gnu/usr.bin/perl/t/win32/system_tests C src/gnu/usr.bin/perl/t/base/term.t U src/gnu/usr.bin/perl/t/base/if.t U src/gnu/usr.bin/perl/t/base/cond.t U src/gnu/usr.bin/perl/t/base/pat.t U src/gnu/usr.bin/perl/t/base/rs.t U src/gnu/usr.bin/perl/t/base/num.t C src/gnu/usr.bin/perl/t/base/lex.t U src/gnu/usr.bin/perl/t/run/switchx2.aux U src/gnu/usr.bin/perl/t/run/exit.t U src/gnu/usr.bin/perl/t/run/switchC.t U src/gnu/usr.bin/perl/t/run/switch0.t U src/gnu/usr.bin/perl/t/run/switchI.t U src/gnu/usr.bin/perl/t/run/switchn.t U src/gnu/usr.bin/perl/t/run/switchx.t U src/gnu/usr.bin/perl/t/run/switchx.aux U src/gnu/usr.bin/perl/t/run/fresh_perl.t U src/gnu/usr.bin/perl/t/run/switchF1.t U src/gnu/usr.bin/perl/t/run/cloexec.t U src/gnu/usr.bin/perl/t/run/switcht.t U src/gnu/usr.bin/perl/t/run/switchp.t U src/gnu/usr.bin/perl/t/run/switchF.t U src/gnu/usr.bin/perl/t/run/noswitch.t N src/gnu/usr.bin/perl/t/run/script.t U src/gnu/usr.bin/perl/t/run/switcha.t U src/gnu/usr.bin/perl/t/run/switches.t U src/gnu/usr.bin/perl/t/run/runenv.t U src/gnu/usr.bin/perl/t/run/switchd.t U src/gnu/usr.bin/perl/t/japh/abigail.t U src/gnu/usr.bin/perl/t/op/sselect.t U src/gnu/usr.bin/perl/t/op/state.t U src/gnu/usr.bin/perl/t/op/hash.t C src/gnu/usr.bin/perl/t/op/ref.t U src/gnu/usr.bin/perl/t/op/crypt.t U src/gnu/usr.bin/perl/t/op/pos.t U src/gnu/usr.bin/perl/t/op/threads_create.pl N src/gnu/usr.bin/perl/t/op/filehandle.t N src/gnu/usr.bin/perl/t/op/while_readdir.t U src/gnu/usr.bin/perl/t/op/attrhand.t C src/gnu/usr.bin/perl/t/op/groups.t C src/gnu/usr.bin/perl/t/op/runlevel.t U src/gnu/usr.bin/perl/t/op/smartmatch.t U src/gnu/usr.bin/perl/t/op/defins.t C src/gnu/usr.bin/perl/t/op/fork.t C src/gnu/usr.bin/perl/t/op/study.t U src/gnu/usr.bin/perl/t/op/utf8decode.t U src/gnu/usr.bin/perl/t/op/stash.t C src/gnu/usr.bin/perl/t/op/glob.t U src/gnu/usr.bin/perl/t/op/concat.t U src/gnu/usr.bin/perl/t/op/ord.t C src/gnu/usr.bin/perl/t/op/gv.t U src/gnu/usr.bin/perl/t/op/sub.t U src/gnu/usr.bin/perl/t/op/tiehandle.t U src/gnu/usr.bin/perl/t/op/fh.t U src/gnu/usr.bin/perl/t/op/bless.t C src/gnu/usr.bin/perl/t/op/taint.t U src/gnu/usr.bin/perl/t/op/delete.t C src/gnu/usr.bin/perl/t/op/index.t C src/gnu/usr.bin/perl/t/op/readdir.t U src/gnu/usr.bin/perl/t/op/pow.t U src/gnu/usr.bin/perl/t/op/alarm.t U src/gnu/usr.bin/perl/t/op/grent.t U src/gnu/usr.bin/perl/t/op/int.t U src/gnu/usr.bin/perl/t/op/caller.pl C src/gnu/usr.bin/perl/t/op/range.t U src/gnu/usr.bin/perl/t/op/chdir.t U src/gnu/usr.bin/perl/t/op/dbm.t U src/gnu/usr.bin/perl/t/op/sleep.t C src/gnu/usr.bin/perl/t/op/sort.t U src/gnu/usr.bin/perl/t/op/lc.t N src/gnu/usr.bin/perl/t/op/packagev.t U src/gnu/usr.bin/perl/t/op/localref.t U src/gnu/usr.bin/perl/t/op/studytied.t C src/gnu/usr.bin/perl/t/op/local.t N src/gnu/usr.bin/perl/t/op/each_array.t C src/gnu/usr.bin/perl/t/op/assignwarn.t C src/gnu/usr.bin/perl/t/op/chop.t U src/gnu/usr.bin/perl/t/op/context.t U src/gnu/usr.bin/perl/t/op/anonsub.t C src/gnu/usr.bin/perl/t/op/split.t U src/gnu/usr.bin/perl/t/op/inccode.t U src/gnu/usr.bin/perl/t/op/cond.t U src/gnu/usr.bin/perl/t/op/loopctl.t U src/gnu/usr.bin/perl/t/op/chr.t U src/gnu/usr.bin/perl/t/op/closure.t U src/gnu/usr.bin/perl/t/op/hashwarn.t U src/gnu/usr.bin/perl/t/op/qq.t N src/gnu/usr.bin/perl/t/op/utf8magic.t U src/gnu/usr.bin/perl/t/op/readline.t U src/gnu/usr.bin/perl/t/op/numconvert.t U src/gnu/usr.bin/perl/t/op/pwent.t U src/gnu/usr.bin/perl/t/op/inccode-tie.t U src/gnu/usr.bin/perl/t/op/reverse.t U src/gnu/usr.bin/perl/t/op/lc_user.t U src/gnu/usr.bin/perl/t/op/bop.t U src/gnu/usr.bin/perl/t/op/exp.t U src/gnu/usr.bin/perl/t/op/caller.t U src/gnu/usr.bin/perl/t/op/quotemeta.t C src/gnu/usr.bin/perl/t/op/sprintf2.t C src/gnu/usr.bin/perl/t/op/time.t U src/gnu/usr.bin/perl/t/op/rand.t C src/gnu/usr.bin/perl/t/op/list.t N src/gnu/usr.bin/perl/t/op/time_loop.t U src/gnu/usr.bin/perl/t/op/upgrade.t C src/gnu/usr.bin/perl/t/op/undef.t U src/gnu/usr.bin/perl/t/op/getppid.t C src/gnu/usr.bin/perl/t/op/auto.t U src/gnu/usr.bin/perl/t/op/utfhash.t U src/gnu/usr.bin/perl/t/op/tiearray.t U src/gnu/usr.bin/perl/t/op/append.t U src/gnu/usr.bin/perl/t/op/oct.t U src/gnu/usr.bin/perl/t/op/gmagic.t U src/gnu/usr.bin/perl/t/op/symbolcache.t U src/gnu/usr.bin/perl/t/op/override.t U src/gnu/usr.bin/perl/t/op/lfs.t N src/gnu/usr.bin/perl/t/op/utf8cache.t C src/gnu/usr.bin/perl/t/op/array.t U src/gnu/usr.bin/perl/t/op/exists_sub.t U src/gnu/usr.bin/perl/t/op/avhv.t C src/gnu/usr.bin/perl/t/op/universal.t U src/gnu/usr.bin/perl/t/op/tr.t C src/gnu/usr.bin/perl/t/op/stat.t U src/gnu/usr.bin/perl/t/op/blocks.t C src/gnu/usr.bin/perl/t/op/goto.t C src/gnu/usr.bin/perl/t/op/pack.t N src/gnu/usr.bin/perl/t/op/array_base.t C src/gnu/usr.bin/perl/t/op/tie.t U src/gnu/usr.bin/perl/t/op/utftaint.t U src/gnu/usr.bin/perl/t/op/getpid.t U src/gnu/usr.bin/perl/t/op/my_stash.t C src/gnu/usr.bin/perl/t/op/eval.t U src/gnu/usr.bin/perl/t/op/cmp.t U src/gnu/usr.bin/perl/t/op/wantarray.t C src/gnu/usr.bin/perl/t/op/magic.t C src/gnu/usr.bin/perl/t/op/do.t C src/gnu/usr.bin/perl/t/op/sysio.t C src/gnu/usr.bin/perl/t/op/exec.t C src/gnu/usr.bin/perl/t/op/method.t U src/gnu/usr.bin/perl/t/op/sub_lval.t N src/gnu/usr.bin/perl/t/op/filetest_t.t U src/gnu/usr.bin/perl/t/op/filetest.t U src/gnu/usr.bin/perl/t/op/die.t C src/gnu/usr.bin/perl/t/op/write.t U src/gnu/usr.bin/perl/t/op/splice.t U src/gnu/usr.bin/perl/t/op/switch.t U src/gnu/usr.bin/perl/t/op/grep.t C src/gnu/usr.bin/perl/t/op/vec.t U src/gnu/usr.bin/perl/t/op/attrs.t U src/gnu/usr.bin/perl/t/op/incfilter.t U src/gnu/usr.bin/perl/t/op/qr.t U src/gnu/usr.bin/perl/t/op/or.t U src/gnu/usr.bin/perl/t/op/args.t C src/gnu/usr.bin/perl/t/op/push.t U src/gnu/usr.bin/perl/t/op/arith.t U src/gnu/usr.bin/perl/t/op/die_exit.t U src/gnu/usr.bin/perl/t/op/length.t U src/gnu/usr.bin/perl/t/op/mydef.t U src/gnu/usr.bin/perl/t/op/goto_xs.t U src/gnu/usr.bin/perl/t/op/my.t U src/gnu/usr.bin/perl/t/op/join.t U src/gnu/usr.bin/perl/t/op/setpgrpstack.t C src/gnu/usr.bin/perl/t/op/each.t U src/gnu/usr.bin/perl/t/op/reset.t N src/gnu/usr.bin/perl/t/op/yadayada.t U src/gnu/usr.bin/perl/t/op/read.t U src/gnu/usr.bin/perl/t/op/lex_assign.t U src/gnu/usr.bin/perl/t/op/hashassign.t U src/gnu/usr.bin/perl/t/op/not.t U src/gnu/usr.bin/perl/t/op/kill0.t C src/gnu/usr.bin/perl/t/op/recurse.t C src/gnu/usr.bin/perl/t/op/sprintf.t C src/gnu/usr.bin/perl/t/op/mkdir.t U src/gnu/usr.bin/perl/t/op/srand.t U src/gnu/usr.bin/perl/t/op/threads.t U src/gnu/usr.bin/perl/t/op/index_thr.t U src/gnu/usr.bin/perl/t/op/ver.t U src/gnu/usr.bin/perl/t/op/dor.t U src/gnu/usr.bin/perl/t/op/negate.t C src/gnu/usr.bin/perl/t/op/flip.t N src/gnu/usr.bin/perl/t/op/array_base.aux U src/gnu/usr.bin/perl/t/op/cproto.t U src/gnu/usr.bin/perl/t/op/64bitint.t U src/gnu/usr.bin/perl/t/op/overload_integer.t C src/gnu/usr.bin/perl/t/op/unshift.t U src/gnu/usr.bin/perl/t/op/lop.t U src/gnu/usr.bin/perl/t/op/repeat.t N src/gnu/usr.bin/perl/t/op/protowarn.t C src/gnu/usr.bin/perl/t/op/inc.t U src/gnu/usr.bin/perl/t/op/chars.t N src/gnu/usr.bin/perl/t/op/lex.t N src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t U src/gnu/usr.bin/perl/t/mro/next_skip.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t U src/gnu/usr.bin/perl/t/mro/next_edgecases.t U src/gnu/usr.bin/perl/t/mro/dbic_c3.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t U src/gnu/usr.bin/perl/t/mro/next_ineval.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t U src/gnu/usr.bin/perl/t/mro/next_NEXT.t U src/gnu/usr.bin/perl/t/mro/method_caching.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t U src/gnu/usr.bin/perl/t/mro/basic.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t U src/gnu/usr.bin/perl/t/mro/next_goto.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t U src/gnu/usr.bin/perl/t/mro/next_method.t N src/gnu/usr.bin/perl/t/mro/isa_dfs.t U src/gnu/usr.bin/perl/t/mro/overload_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t U src/gnu/usr.bin/perl/t/mro/recursion_c3.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t U src/gnu/usr.bin/perl/t/mro/package_aliases.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t U src/gnu/usr.bin/perl/t/mro/pkg_gen.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t U src/gnu/usr.bin/perl/t/mro/complex_dfs.t N src/gnu/usr.bin/perl/t/mro/isa_c3.t U src/gnu/usr.bin/perl/t/mro/overload_c3.t U src/gnu/usr.bin/perl/t/mro/complex_c3.t U src/gnu/usr.bin/perl/t/mro/next_inanon.t N src/gnu/usr.bin/perl/t/re/reg_fold.t N src/gnu/usr.bin/perl/t/re/re.t N src/gnu/usr.bin/perl/t/re/rxcode.t N src/gnu/usr.bin/perl/t/re/regexp_noamp.t N src/gnu/usr.bin/perl/t/re/subst_amp.t N src/gnu/usr.bin/perl/t/re/uniprops.t N src/gnu/usr.bin/perl/t/re/reg_nc_tie.t N src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t N src/gnu/usr.bin/perl/t/re/pat_rt_report.t N src/gnu/usr.bin/perl/t/re/reg_email.t N src/gnu/usr.bin/perl/t/re/regexp.t N src/gnu/usr.bin/perl/t/re/qrstack.t N src/gnu/usr.bin/perl/t/re/reg_60508.t N src/gnu/usr.bin/perl/t/re/substT.t N src/gnu/usr.bin/perl/t/re/qr_gc.t N src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t N src/gnu/usr.bin/perl/t/re/regexp_trielist.t N src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t N src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t N src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t N src/gnu/usr.bin/perl/t/re/pat_thr.t N src/gnu/usr.bin/perl/t/re/reg_posixcc.t N src/gnu/usr.bin/perl/t/re/pat.t N src/gnu/usr.bin/perl/t/re/pat_advanced.t N src/gnu/usr.bin/perl/t/re/reg_email_thr.t N src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t N src/gnu/usr.bin/perl/t/re/pat_psycho.t N src/gnu/usr.bin/perl/t/re/reg_unsafe.t N src/gnu/usr.bin/perl/t/re/substr.t N src/gnu/usr.bin/perl/t/re/subst.t N src/gnu/usr.bin/perl/t/re/ReTest.pl N src/gnu/usr.bin/perl/t/re/reg_mesg.t N src/gnu/usr.bin/perl/t/re/substr_thr.t N src/gnu/usr.bin/perl/t/re/pat_re_eval.t N src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t N src/gnu/usr.bin/perl/t/re/qr.t N src/gnu/usr.bin/perl/t/re/subst_wamp.t N src/gnu/usr.bin/perl/t/re/re_tests N src/gnu/usr.bin/perl/t/re/regexp_qr.t N src/gnu/usr.bin/perl/t/re/reg_pmod.t N src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t N src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t N src/gnu/usr.bin/perl/t/re/reg_namedcapture.t N src/gnu/usr.bin/perl/t/re/regexp_notrie.t N src/gnu/usr.bin/perl/t/re/pat_special_cc.t N src/gnu/usr.bin/perl/t/porting/podcheck.t N src/gnu/usr.bin/perl/t/porting/diag.t N src/gnu/usr.bin/perl/t/porting/maintainers.t N src/gnu/usr.bin/perl/t/porting/test_bootstrap.t N src/gnu/usr.bin/perl/t/porting/checkcase.t N src/gnu/usr.bin/perl/t/porting/args_assert.t N src/gnu/usr.bin/perl/t/porting/manifest.t U src/gnu/usr.bin/perl/t/io/layers.t U src/gnu/usr.bin/perl/t/io/perlio_open.t U src/gnu/usr.bin/perl/t/io/binmode.t C src/gnu/usr.bin/perl/t/io/fs.t U src/gnu/usr.bin/perl/t/io/argv.t U src/gnu/usr.bin/perl/t/io/fflush.t U src/gnu/usr.bin/perl/t/io/perlio_fail.t U src/gnu/usr.bin/perl/t/io/iprefix.t U src/gnu/usr.bin/perl/t/io/perlio.t U src/gnu/usr.bin/perl/t/io/crlf.t U src/gnu/usr.bin/perl/t/io/crlf_through.t C src/gnu/usr.bin/perl/t/io/tell.t C src/gnu/usr.bin/perl/t/io/dup.t U src/gnu/usr.bin/perl/t/io/pvbm.t U src/gnu/usr.bin/perl/t/io/nargv.t U src/gnu/usr.bin/perl/t/io/print.t U src/gnu/usr.bin/perl/t/io/say.t U src/gnu/usr.bin/perl/t/io/utf8.t U src/gnu/usr.bin/perl/t/io/openpid.t C src/gnu/usr.bin/perl/t/io/pipe.t U src/gnu/usr.bin/perl/t/io/read.t N src/gnu/usr.bin/perl/t/io/errno.t C src/gnu/usr.bin/perl/t/io/inplace.t U src/gnu/usr.bin/perl/t/io/through.t U src/gnu/usr.bin/perl/t/io/perlio_leaks.t C src/gnu/usr.bin/perl/t/io/open.t C src/gnu/usr.bin/perl/t/comp/colon.t C src/gnu/usr.bin/perl/t/comp/proto.t C src/gnu/usr.bin/perl/t/comp/use.t N src/gnu/usr.bin/perl/t/comp/line_debug_0.aux U src/gnu/usr.bin/perl/t/comp/redef.t U src/gnu/usr.bin/perl/t/comp/term.t U src/gnu/usr.bin/perl/t/comp/retainedlines.t U src/gnu/usr.bin/perl/t/comp/parser.t N src/gnu/usr.bin/perl/t/comp/final_line_num.t C src/gnu/usr.bin/perl/t/comp/multiline.t C src/gnu/usr.bin/perl/t/comp/package.t C src/gnu/usr.bin/perl/t/comp/require.t N src/gnu/usr.bin/perl/t/comp/line_debug.t U src/gnu/usr.bin/perl/t/comp/hints.t U src/gnu/usr.bin/perl/t/comp/opsubs.t N src/gnu/usr.bin/perl/t/comp/hints.aux U src/gnu/usr.bin/perl/t/comp/utf.t N src/gnu/usr.bin/perl/t/comp/form_scope.t U src/gnu/usr.bin/perl/t/comp/bproto.t C src/gnu/usr.bin/perl/t/comp/decl.t U src/gnu/usr.bin/perl/t/comp/our.t U src/gnu/usr.bin/perl/t/comp/uproto.t U src/gnu/usr.bin/perl/t/comp/fold.t U src/gnu/usr.bin/perl/t/comp/cmdopt.t U src/gnu/usr.bin/perl/t/x2p/s2p.t U src/gnu/usr.bin/perl/x2p/hash.c C src/gnu/usr.bin/perl/x2p/walk.c U src/gnu/usr.bin/perl/x2p/a2p.y U src/gnu/usr.bin/perl/x2p/util.c U src/gnu/usr.bin/perl/x2p/str.c C src/gnu/usr.bin/perl/x2p/a2p.h U src/gnu/usr.bin/perl/x2p/find2perl.PL C src/gnu/usr.bin/perl/x2p/a2py.c U src/gnu/usr.bin/perl/x2p/str.h U src/gnu/usr.bin/perl/x2p/s2p.PL U src/gnu/usr.bin/perl/x2p/cflags.SH U src/gnu/usr.bin/perl/x2p/EXTERN.h U src/gnu/usr.bin/perl/x2p/INTERN.h U src/gnu/usr.bin/perl/x2p/hash.h C src/gnu/usr.bin/perl/x2p/Makefile.SH U src/gnu/usr.bin/perl/x2p/util.h C src/gnu/usr.bin/perl/x2p/a2p.pod U src/gnu/usr.bin/perl/x2p/a2p.c U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl U src/gnu/usr.bin/perl/Porting/manisort U src/gnu/usr.bin/perl/Porting/checkVERSION.pl U src/gnu/usr.bin/perl/Porting/manicheck U src/gnu/usr.bin/perl/Porting/bump-perl-version U src/gnu/usr.bin/perl/Porting/expand-macro.pl U src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl U src/gnu/usr.bin/perl/Porting/checkURL.pl U src/gnu/usr.bin/perl/Porting/check83.pl C src/gnu/usr.bin/perl/Porting/config_H U src/gnu/usr.bin/perl/Porting/git-find-p4-change U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl U src/gnu/usr.bin/perl/Porting/genlog U src/gnu/usr.bin/perl/Porting/config.sh U src/gnu/usr.bin/perl/Porting/corecpan.pl U src/gnu/usr.bin/perl/Porting/fixCORE U src/gnu/usr.bin/perl/Porting/testall.atom U src/gnu/usr.bin/perl/Porting/add-package.pl N src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl N src/gnu/usr.bin/perl/Porting/release_schedule.pod U src/gnu/usr.bin/perl/Porting/curliff.pl U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod U src/gnu/usr.bin/perl/Porting/Maintainers.pm U src/gnu/usr.bin/perl/Porting/make_snapshot.pl U src/gnu/usr.bin/perl/Porting/git-make-p4-refs U src/gnu/usr.bin/perl/Porting/makemeta U src/gnu/usr.bin/perl/Porting/thirdclean N src/gnu/usr.bin/perl/Porting/check-cpan-pollution U src/gnu/usr.bin/perl/Porting/timecheck2.c U src/gnu/usr.bin/perl/Porting/checkansi.pl C src/gnu/usr.bin/perl/Porting/makerel N src/gnu/usr.bin/perl/Porting/corelist-diff U src/gnu/usr.bin/perl/Porting/valgrindpp.pl U src/gnu/usr.bin/perl/Porting/podtidy U src/gnu/usr.bin/perl/Porting/Maintainers.pl U src/gnu/usr.bin/perl/Porting/core-cpan-diff C src/gnu/usr.bin/perl/Porting/pumpkin.pod U src/gnu/usr.bin/perl/Porting/GitUtils.pm U src/gnu/usr.bin/perl/Porting/corelist.pl U src/gnu/usr.bin/perl/Porting/Maintainers C src/gnu/usr.bin/perl/Porting/Glossary U src/gnu/usr.bin/perl/Porting/timecheck.c U src/gnu/usr.bin/perl/Porting/config_h.pl U src/gnu/usr.bin/perl/Porting/fixvars U src/gnu/usr.bin/perl/Porting/regcharclass.pl U src/gnu/usr.bin/perl/Porting/findrfuncs N src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl U src/gnu/usr.bin/perl/Porting/README.y2038 U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl U src/gnu/usr.bin/perl/Porting/release_managers_guide.pod U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl U src/gnu/usr.bin/perl/Porting/findvars N src/gnu/usr.bin/perl/Porting/perldelta_template.pod U src/gnu/usr.bin/perl/symbian/makesis.pl U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss U src/gnu/usr.bin/perl/symbian/sisify.pl U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss U src/gnu/usr.bin/perl/symbian/PerlUtil.pod U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp U src/gnu/usr.bin/perl/symbian/PerlUi.cpp U src/gnu/usr.bin/perl/symbian/symbianish.h U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp U src/gnu/usr.bin/perl/symbian/symbian_stubs.c U src/gnu/usr.bin/perl/symbian/config.sh U src/gnu/usr.bin/perl/symbian/PerlBase.pod U src/gnu/usr.bin/perl/symbian/PerlApp.cpp U src/gnu/usr.bin/perl/symbian/config.pl U src/gnu/usr.bin/perl/symbian/version.pl U src/gnu/usr.bin/perl/symbian/bld.inf U src/gnu/usr.bin/perl/symbian/cwd.pl U src/gnu/usr.bin/perl/symbian/PerlBase.h U src/gnu/usr.bin/perl/symbian/xsbuild.pl U src/gnu/usr.bin/perl/symbian/TODO U src/gnu/usr.bin/perl/symbian/PerlBase.cpp U src/gnu/usr.bin/perl/symbian/PerlUtil.h U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp U src/gnu/usr.bin/perl/symbian/symbian_stubs.h U src/gnu/usr.bin/perl/symbian/PerlUi.hrh U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp U src/gnu/usr.bin/perl/symbian/symbian_proto.h U src/gnu/usr.bin/perl/symbian/hexdump.pl U src/gnu/usr.bin/perl/symbian/install.cfg U src/gnu/usr.bin/perl/symbian/PerlApp.hrh U src/gnu/usr.bin/perl/symbian/README U src/gnu/usr.bin/perl/symbian/PerlUi.h U src/gnu/usr.bin/perl/symbian/PerlApp.h U src/gnu/usr.bin/perl/symbian/uid.pl U src/gnu/usr.bin/perl/symbian/sanity.pl U src/gnu/usr.bin/perl/symbian/port.pl U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl U src/gnu/usr.bin/perl/symbian/sdk.pl U src/gnu/usr.bin/perl/symbian/demo_pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp 276 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2010/09/24 08:50:30 Modified files: usr.sbin/npppd/common: recvfromto.c usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tp_local.h l2tpd.c usr.sbin/npppd/npppd: npppd.c npppd_ctl.c ppp.c usr.sbin/npppd/pptp: pptpd.c Log message: Add support pipex for L2TP call and L2TP on IPv6. - pipex requires unique session-id in protocol, so session-id generation algorithm has been changed. - change to fit the new PIPEX ioctl. ok dlg@ CVSROOT: /cvs Module name: src Changes by: hsuenaga@cvs.openbsd.org 2010/09/24 08:50:30 Modified files: sys/net : pipex.c pipex.h pipex_local.h sys/netinet : ip_gre.c udp_usrreq.c Log message: Add L2TP support to PIPEX. We can use IPv6 address as outer header of L2TP. Kernel ABI is changed. You must update npppd. OK @claudio, yasuoka@, dlg@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2010/09/24 09:00:02 Removed files: gnu/usr.bin/perl: README.machten README.mint makedir.SH uupacktool.pl xsutils.c gnu/usr.bin/perl/Porting: Contract checkARGS_ASSERT.pl checkcase.pl mergelog mergelog-tool gnu/usr.bin/perl/ext/Attribute-Handlers: Changes README gnu/usr.bin/perl/ext/Attribute-Handlers/demo: Demo.pm Descriptions.pm MyClass.pm demo.pl demo2.pl demo3.pl demo4.pl demo_call.pl demo_chain.pl demo_cycle.pl demo_hashdir.pl demo_phases.pl demo_range.pl demo_rawdata.pl gnu/usr.bin/perl/ext/Attribute-Handlers/lib/Attribute: Handlers.pm gnu/usr.bin/perl/ext/Attribute-Handlers/t: constants.t data_convert.t linerep.t multi.t gnu/usr.bin/perl/ext/B/B: Debug.pm Deparse.pm Lint.pm gnu/usr.bin/perl/ext/B/B/Lint: Debug.pm gnu/usr.bin/perl/ext/B/t: debug.t deparse.t lint.t gnu/usr.bin/perl/ext/B/t/pluglib/B/Lint/Plugin: Test.pm gnu/usr.bin/perl/ext/Compress-Raw-Bzip2: Bzip2.xs Changes Makefile.PL README typemap gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/bzip2-src: LICENSE blocksort.c bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c huffman.c mk251.c randtable.c spewG.c unzcrash.c gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/fallback: constants.h constants.xs gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/lib/Compress/Raw: Bzip2.pm gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/pod: FAQ.pod gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/t: 000prereq.t 01bzip2.t 09limitoutput.t 99pod.t gnu/usr.bin/perl/ext/Compress-Raw-Zlib: Changes Makefile.PL README Zlib.xs config.in typemap gnu/usr.bin/perl/ext/Compress-Raw-Zlib/examples: filtdef filtinf gnu/usr.bin/perl/ext/Compress-Raw-Zlib/fallback: constants.h constants.xs gnu/usr.bin/perl/ext/Compress-Raw-Zlib/lib/Compress/Raw: Zlib.pm gnu/usr.bin/perl/ext/Compress-Raw-Zlib/pod: FAQ.pod gnu/usr.bin/perl/ext/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/ext/Compress-Raw-Zlib/t: 01version.t 02zlib.t 07bufsize.t 09limitoutput.t 18lvalue.t gnu/usr.bin/perl/ext/Compress-Raw-Zlib/zlib-src: adler32.c compress.c crc32.c crc32.h deflate.c deflate.h infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h gnu/usr.bin/perl/ext/Cwd: Changes Cwd.xs Makefile.PL gnu/usr.bin/perl/ext/Cwd/t: cwd.t taint.t win32.t gnu/usr.bin/perl/ext/DB_File: Changes DB_File.pm DB_File.xs DB_File_BS Makefile.PL config.in dbinfo typemap version.c gnu/usr.bin/perl/ext/DB_File/hints: dynixptx.pl sco.pl gnu/usr.bin/perl/ext/DB_File/t: db-btree.t db-hash.t db-recno.t gnu/usr.bin/perl/ext/Data-Dumper: Changes Dumper.pm Dumper.xs Todo gnu/usr.bin/perl/ext/Data-Dumper/t: bless.t bugs.t dumper.t freezer.t overload.t pair.t gnu/usr.bin/perl/ext/Devel-PPPort: Changes HACKERS MANIFEST.SKIP Makefile.PL PPPort.xs PPPort_pm.PL PPPort_xs.PL README TODO apicheck_c.PL mktests.PL module2.c module3.c ppport_h.PL soak typemap gnu/usr.bin/perl/ext/Devel-PPPort/devel: buildperl.pl devtools.pl mkapidoc.sh mktodo mktodo.pl regenerate scanprov gnu/usr.bin/perl/ext/Devel-PPPort/parts: apicheck.pl apidoc.fnc embed.fnc ppport.fnc ppptools.pl gnu/usr.bin/perl/ext/Devel-PPPort/parts/base: 5004000 5004010 5004020 5004030 5004040 5004050 5005000 5005010 5005020 5005030 5005040 5006000 5006001 5006002 5007000 5007001 5007002 5007003 5008000 5008001 5008002 5008003 5008004 5008005 5008006 5008007 5008008 5009000 5009001 5009002 5009003 5009004 5009005 5010000 5011000 gnu/usr.bin/perl/ext/Devel-PPPort/parts/inc: HvNAME MY_CXT SvPV SvREFCNT Sv_set call cop exception format grok gv limits mPUSH magic memory misc newCONSTSUB newRV newSV_type newSVpv podtest ppphbin ppphdoc ppphtest