CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:22:49 Modified files: share/man/man4/man4.sparc64: power.4 Log message: this does not always power down, refer to rc.shutdown(8) ok jason CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/17 10:25:30 Modified files: sys/conf : newvers.sh Log message: moving to 4.1-current CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/09/17 10:31:27 Modified files: . : 40.html Log message: nit: it's -> its. CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:35:16 Modified files: share/man/man4/man4.sparc64: Makefile ebus.4 Log message: put power.4 back into build CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 10:45:22 Modified files: sys/dev/pci : if_bge.c Log message: defer establishing the interrupt until later during attach, to let the driver finish initializing. fixes a panic in bge_intr() upon bootup on some systems running non-MP kernels. Issue reported/fix tested by jolan@, also mentioned in PR 5114 though the issue is intermisttent on the IBM e326m. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/17 10:47:00 Modified files: . : 40.html Log message: bgpd bits CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:47:27 Modified files: sys/conf : newvers.sh Log message: 4.0-current. yes deraadt CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/17 10:48:04 Modified files: include : stdlib.h Log message: add lldiv prototype; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/09/17 10:55:13 Modified files: . : 40.html Log message: add nmeaattach and openntpd bits. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/09/17 10:57:22 Modified files: sbin/nmeaattach: nmeaattach.c Log message: correct mode for open(). CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/17 10:58:57 Modified files: . : 40.html Log message: urgs, apparently mblamer and I wrote the ntpd bits in parallel; merge 'em CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/09/17 11:00:38 Modified files: lib/libc/rpc : clnt_perror.c Log message: dont put two '\n' at the end of the string returnd by clnt_sperror() ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/09/17 11:03:56 Modified files: usr.sbin/rdate : ntp.c Log message: Make rdate ignore ntp responses with ALARM status. "yeah..." henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/17 11:07:16 Modified files: usr.bin/whois : whois.c Log message: when looking up ASNs (ASxxxx), select radb CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 11:20:42 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: - correct the firmware synchronization in bge_reset(), this eliminates firmware timeouts for the BCM5752 as the hw firmware was coming up too fast for the driver. - remove the redundant firmware check in bge_chipinit(). Tested by pedro la peu on an IBM ThinksPpad Z61m with a BCM5752, as well as the 5700/5703/5704 and 5750. The initial diff for bge_reset() and other information from David Christensen . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 11:51:01 Modified files: sys/dev/pci : if_em.c if_em.h Log message: revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/17 11:52:38 Log message: a raw converter. CVt: ---------------------------------------------------------------------- Status: Vendor Tag: mbalmer Release Tags: ufraw_20060915 N ports/graphics/ufraw/distinfo N ports/graphics/ufraw/Makefile N ports/graphics/ufraw/patches/patch-ufraw_developer_c N ports/graphics/ufraw/patches/patch-ufraw_preview_c N ports/graphics/ufraw/patches/patch-ufraw_c N ports/graphics/ufraw/patches/patch-ufraw-batch_c N ports/graphics/ufraw/patches/patch-nikon_curve_c N ports/graphics/ufraw/pkg/PLIST N ports/graphics/ufraw/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/17 11:54:59 Modified files: graphics : Makefile Log message: ufraw CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 12:03:06 Modified files: sys/dev/ic : dp8390.c Log message: set the IFCAP_VLAN_MTU flag. From bouyer@NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 12:18:57 Modified files: sys/dev/ic : re.c Log message: Re-add the link state check to re_start(), which was added in rev 1.31 and removed in rev 1.43 just before release, as a workaround for a link state issue found with the 8139C+ chips. Due to the different bit layout used by the 8139C+ chips rlphy(4) was not reporting the correct link status. Fix from yongary@FreeBSD Tested by maja@ CVSROOT: /cvs Module name: www Changes by: stevesk@cvs.openbsd.org 2006/09/17 12:23:04 Modified files: . : 40.html Log message: VQP dissector in tcpdump. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/17 12:28:34 Modified files: usr.sbin/syslogd: syslogd.c Log message: check that stdio file descriptors are actually closed before clobbering them, following an identical change in openssh CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 13:02:13 Modified files: regress/usr.bin/make: Makefile Added files: regress/usr.bin/make: mk24 Log message: fix badly named regress, and add suffixes rules. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 13:03:16 Modified files: usr.bin/make : suff.c Log message: on .SUFFIXES: also reset one-suffix rules. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 13:09:00 Modified files: infrastructure/mk: bsd.port.mk Log message: more generic protection against multiple locking: instead of one _MASTER_LOCK, we keep a list of _LOCKS_HELD by one port builder in an env variable, and we don't relock stuff that's already locked. This allows us to, e.g., have fake depend on regress without issue (even though, internally, it's more efficient to use the _internal-* targets to avoid testing locks). CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/09/17 13:09:20 Modified files: sys/dev : ipmi.c Log message: Move get ipmi id into the match function. This prevents attach from being called whenever there is no BMC and hence suppresses a ugly message when a bios lied that it had ipmi. tested beck@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 13:14:56 Modified files: devel/p5-Readonly: Makefile devel/p5-Readonly/pkg: DESCR Log message: flesh out description, explain why Readonly might be more useful than constant, and that there is a secundary package that can speed things up. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/17 13:21:46 Modified files: comms/malsync : Makefile Log message: kill dead mastersite/homepage bump pkgname ok espie CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/09/17 13:24:35 Modified files: . : 40.html Log message: Be more clear on VXT2000 support, and don't bother mentioning vax blinkenlichten. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 13:31:04 Modified files: sys/arch/mac68k/mac68k: clock.c Log message: Shorten the area where interrupts are enabled to calibrate delay(), and run this at splclock() instead of spl0(), so that potential spurious network or scsi interrupts on machines running in A/UX interrupt mode do not hang there. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 13:36:54 Modified files: sys/dev/mii : rgephy.c Log message: do not fill in the anar for the manual 1000baseT media setting case. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 13:50:00 Modified files: sys/dev/pci : Tag: OPENBSD_3_9 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/17 14:16:00 Modified files: misc/gnuwatch : Makefile distinfo misc/gnuwatch/patches: patch-watch_c Log message: update gnuwatch to 3.2.7 change my mail address ok bernd CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 14:26:14 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Overhaul RX path to recover from mbuf cluster allocation failure. - Create a spare DMA map for RX handler to recover from bus_dmamap_load() failure. - Make sure to update status bit in RX descriptors even if we failed to allocate a new buffer. - Don't blindly unload DMA map. Reuse loaded DMA map if received packet has errors. From yongari@FreeBSD Tested by myself and a number of end-users on i386/amd64/sparc64 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/17 15:02:58 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details ok bernd@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 15:35:58 Modified files: sys/dev/pci : if_em.c Log message: Try to reclaim the TX descriptors in the watchdog handler before actually issuing a watchdog reset of the interface. From yongari@FreeBSD CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 15:46:01 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in Log message: new version CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 16:02:47 Modified files: print/teTeX/base: Makefile Log message: zap ref to _internal-fake now that it works. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 16:08:19 Modified files: infrastructure/mk: bsd.port.mk Log message: somewhat big change: zap the package-link/package-unlink stuff, turn these into real targets. - now make package will create missing ftp/cdrom links when PERMIT says so. - PKG_ARCH=* packages get built into packages/no-arch, and linked from elsewhere. Everything gets based off PACKAGE_REPOSITORY, PKGREPOSITORYBASE and friends get ditched. All `package' targets go through the same routine: iterate through every subpackage with PACKAGING set. This includes describe, lib-depends-check, package, dump-vars, install-all, which will iterate through subdescribe, sublib-depends-check, subpackage, subdump-vars, and install. (names are subject to change). Much simpler logic, plus hey, you get an install-all target ! Might be some minor breakage, most stuff appear to work just fine... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 16:09:12 Modified files: share/man/man7 : ports.7 Log message: fix documentation CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 16:19:38 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Readd the Dell PHY LED setup workaround and the Jumbo capability flag. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:22:01 Removed files: sys/arch/sparc/include: remote-sl.h sys/arch/solbourne/include: remote-sl.h Log message: Time to leave the bus. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:23:40 Modified files: sys/arch/mac68k/include: vmparam.h Log message: Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the worst case, the Booter will happily feed us up to 8 ranges, so we have to get prepared. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:26:37 Modified files: sys/arch/sparc/dev: tctrl.c Log message: No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latter implies the former; no functional change. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 17:31:08 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add a flag to indicate which boards are only capable of 10/100 modes of operation. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/17 18:26:38 Modified files: . : 40.html Log message: Unfortunately there are still malloc misuses in the tree. ``sure, go for it'' djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/17 18:40:57 Modified files: share/man/man4 : uath.4 Log message: english CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:37:55 Modified files: sys/dev/usb : usbdevs Log message: More uath devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:38:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:42:30 Modified files: share/man/man4 : uath.4 sys/dev/usb : if_uath.c Log message: More uath devices, also properly mark some of the UB52/AR5005UX devices with the dual band flag. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 19:47:48 Modified files: sys/dev/pci : pcidevs Log message: - fix typo in Corollary vendor name - add the Silicom vendor id - add the Compaq Hotplug PCI host bridge id - add the Hint HB6 PCI bridge ids CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 19:52:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 20:03:50 Modified files: sys/dev/pci : pcidevs Log message: add entries for unknown Marvell SATA and ServerWorks IDE PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 20:08:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/09/17 20:39:56 Modified files: . : 40.html Log message: More 4.0 stuff. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/17 21:13:25 Modified files: sys/dev/ic : mpi.c Log message: There's no need to walk the list of devices to find the SCSI bus we should attach to, since config_found() already returns a pointer to it. Pointed out by Quentin Garnier, okay dlg@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 22:05:05 Modified files: sys/dev/pci : if_sk.c Log message: g/c unused SK_{SET,CLR}BIT macros From riz@NetBSD CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:04:28 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-Makefile_in patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc7 ok dlg@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:09:10 Modified files: mail/postfix/stable: Makefile distinfo Removed files: mail/postfix/stable/patches: patch-makedefs patch-src_util_sys_defs_h Log message: Postfix 2.3.3 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:25:40 Modified files: mail/postfix/snapshot: Makefile distinfo Removed files: mail/postfix/snapshot/patches: patch-makedefs patch-src_util_sys_defs_h Log message: Postfix 2.4 20060903 snapshot CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/17 23:41:10 Modified files: net/silc-client: Makefile Added files: net/silc-client/patches: patch-lib_silcutil_silcutf8_c Log message: Don't do a strlen(3) on non-NUL-terminated strings, especially since we are given a length, which can lead to a buffer overread and crash silc. OK brad@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/17 23:48:33 Modified files: sys/dev/pci : pcidevs Log message: Add some pci device types for Integrated Micro Solutions. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/17 23:51:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2006/09/18 01:03:35 Modified files: sys/net : pf.c Log message: fix tos (type-of-service) comparisons. for rules which use 'tos x', compare for equality (ip_tos == x). for priority queue assignment, compare AND-wise (ip_tos & IPTOS_LOWDELAY). this matters mostly for cases where the reserved bits in ip_tos are used (RFC791, 1349) and more than a single bit is set. from Steve Welham, closes PR5226 and PR5227. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 01:35:51 Modified files: www/firefox-i18n: Makefile distinfo Log message: update to 1.5.0.7 as well "seems fine" maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 02:16:19 Modified files: infrastructure/mk: bsd.port.mk Log message: fix describe/dump-vars CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/09/18 02:53:23 Modified files: . : 40.html Log message: tcpdump(8) understands LLDP, new loadbalance mode for trunk(4) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:02:39 Modified files: www/p5-HTML-Prototype: Makefile distinfo www/p5-HTML-Prototype/pkg: PLIST Log message: update to new scriptaculous (1.6.2) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:03:30 Modified files: audio/amarok : Makefile distinfo audio/amarok/pkg: PLIST Log message: new amarok, try to keep dependencies in check, though it's getting harder. Note that new amarok doesn't even try to support akode or gstreamer for now, so xine-engine it is ! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:04:03 Modified files: www/cssed : Makefile www/galeon : Makefile www/lighttpd : Makefile audio/madplay : Makefile audio/py-xmms : Makefile databases/sqsh : Makefile www/php4/extensions: Makefile www/php5/extensions: Makefile Log message: new style libs CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/09/18 03:17:44 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update to Net-DNS-0.58 CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/09/18 03:22:59 Modified files: . : 40.html Log message: list changes in hostapd(8) and the new ieee80211_radiotap(9) RSSI header CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:40:32 Modified files: x11/gentoo : Makefile x11/gnome/applets2: Makefile x11/gnome/bonobo: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/eel : Makefile x11/gnome/gail : Makefile x11/gnome/gedit: Makefile x11/gnome/keyring: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/menus: Makefile x11/gnome/nautilus: Makefile x11/gnome/oaf : Makefile x11/gnome/panel: Makefile x11/gnome/print: Makefile x11/gnome/session: Makefile x11/gnome/utils: Makefile x11/gnome/vfs : Makefile x11/gnomemm : Makefile Log message: new style lib specs CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/18 03:53:05 Modified files: sys/net : pf.c Log message: allow RST from TCP client, even if client does not send data after SYN; ok frantzen, dhartmei, henning CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:21:49 Modified files: x11/matchbox/libmatchbox: Makefile x11/qt4 : Makefile x11/wxWidgets : Makefile.inc x11/gtk+ : Makefile x11/gtk+2 : Makefile x11/gtk+extra : Makefile x11/gtk-engines: Makefile x11/gtk-engines2: Makefile x11/gtk-theme-switch: Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtkmm : Makefile x11/gtksourceview: Makefile x11/gtop : Makefile x11/icewm : Makefile x11/idesk : Makefile x11/kde/graphics3: Makefile x11/kde/multimedia3: Makefile x11/kde/office3: Makefile x11/kde/okle : Makefile x11/kdirstat : Makefile x11/kountdown : Makefile x11/lablgtk : Makefile x11/matchbox/matchbox-desktop: Makefile x11/matchbox/matchbox-keyboard: Makefile x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-window-manager: Makefile x11/mlterm : Makefile x11/mowitz : Makefile x11/obconf : Makefile x11/ogle : Makefile x11/ogle_gui : Makefile x11/olvwm : Makefile x11/openbox : Makefile x11/openmotif : Makefile x11/osd_clock : Makefile x11/p5-Gtk : Makefile x11/p5-Tk : Makefile x11/py-Gtk : Makefile x11/py-gtk2 : Makefile x11/qinx : Makefile x11/qt : Makefile x11/qt2 : Makefile x11/qt2-designer: Makefile x11/qt3 : Makefile x11/quadkonsole: Makefile x11/qvwm : Makefile x11/rox-filer : Makefile x11/ruby-gtk : Makefile x11/sawfish : Makefile x11/skippy : Makefile x11/tk/8.0 : Makefile x11/tk/8.3 : Makefile x11/windowmaker: Makefile x11/wmclockmon : Makefile x11/wmctrl : Makefile x11/wmfishtime : Makefile x11/wmtheme : Makefile x11/wmthemeinstall: Makefile x11/wxWidgets/gtk: Makefile x11/wxWidgets/gtkheaders: Makefile x11/xawtv : Makefile x11/xcursorgen : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile Log message: more new lib specs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:30:20 Modified files: net/mldonkey : Makefile Log message: unlink the snapshot dir, it's unlikely to come back for now... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:52:10 Modified files: x11/xfce4/libxfcegui4: Makefile x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-iconbox: Makefile x11/xfce4/xfce4-minicmd: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-showdesktop: Makefile x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systray: Makefile x11/xfce4/xfce4-taskbar: Makefile x11/xfce4/xfce4-toys: Makefile x11/xfce4/xfce4-trigger-launcher: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile x11/xfm : Makefile x11/xforms : Makefile x11/xloadimage : Makefile x11/xplanet : Makefile x11/xscreensaver: Makefile x11/xtraceroute: Makefile x11/xview/clients: Makefile x11/xvkbd : Makefile Log message: new lib specs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 04:55:51 Modified files: sys/dev/usb : usb.c usb_port.h Log message: get rid of the usb_port.h macros that wrap our kthread create functions. looks ok pascoe@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:20:15 Modified files: x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile Log message: last new lib specs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:27:47 Modified files: infrastructure/build: resolve-lib Log message: zap .n.m suffix, just keep .0.0 as a special case for now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:30:08 Modified files: infrastructure/build: resolve-lib Log message: also zap .n as a final. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:40:07 Modified files: audio/aumix : Makefile audio/bmp : Makefile audio/grip : Makefile audio/gtkpod : Makefile audio/libgpod : Makefile audio/ncmpc : Makefile audio/rhythmbox: Makefile audio/xhippo : Makefile cad/klogic : Makefile comms/gnokii : Makefile comms/jpilot : Makefile converters/wv2 : Makefile databases/evolution-data-server: Makefile databases/gq : Makefile databases/mdbtools/snapshot: Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile devel/ORBit2 : Makefile devel/desktop-file-utils: Makefile devel/eclipse/sdk: Makefile devel/gal2 : Makefile devel/gconf-editor: Makefile devel/gconf2 : Makefile devel/glib2mm : Makefile devel/gstreamer-plugins: Makefile Log message: remove `empty' version spec (.0.0) which is no longer needed to desambiguate library names. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:50:40 Modified files: devel/kdbg : Makefile devel/libIDL : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libgtop2 : Makefile devel/libsoup : Makefile devel/libwnck : Makefile devel/libzvt : Makefile devel/p5-Glib2 : Makefile devel/subversion: Makefile devel/vte : Makefile editors/abiword: Makefile editors/cooledit: Makefile editors/glimmer: Makefile editors/kxmleditor: Makefile editors/leafpad: Makefile editors/vim : Makefile education/drgeo: Makefile games/dopewars : Makefile games/freeciv : Makefile games/gtkballs : Makefile games/kbilliards: Makefile games/kslide : Makefile games/taxipilot: Makefile graphics/blender: Makefile graphics/dia : Makefile graphics/evince: Makefile graphics/gfract: Makefile graphics/gimp/stable: Makefile graphics/gqview: Makefile graphics/gtkam : Makefile graphics/kimdaba: Makefile graphics/py-matplotlib: Makefile graphics/sane-frontends: Makefile graphics/sodipodi: Makefile graphics/swfdec: Makefile graphics/ufraw : Makefile japanese/kanatest: Makefile lang/classpath : Makefile lang/kaffe : Makefile mail/evolution : Makefile mail/mail-notification: Makefile mail/mozilla-thunderbird: Makefile mail/sylpheed : Makefile mail/sylpheed-claws: Makefile math/calcoo : Makefile math/galculator: Makefile math/gnumeric : Makefile Log message: zap unneeded 0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:00:00 Modified files: sysutils/gkrellm/plugins: Makefile.inc misc/logjam : Makefile misc/shared-mime-info: Makefile misc/xcdroast : Makefile net/bitlbee : Makefile net/etherape : Makefile net/ettercap : Makefile net/gaim : Makefile net/gajim : Makefile net/gftp : Makefile net/gmudix : Makefile net/gnet : Makefile net/gtk-gnutella: Makefile net/honeyd : Makefile net/irssi : Makefile net/libtorrent : Makefile net/nmap : Makefile net/rtorrent : Makefile net/xchat : Makefile news/pan : Makefile plan9/wily : Makefile print/poppler : Makefile print/scribus : Makefile productivity/gnucash: Makefile security/hydra : Makefile security/nessus/core: Makefile sysutils/bubblemon: Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/hot-babe: Makefile textproc/gnome-spell: Makefile textproc/gpdf : Makefile textproc/gtkspell: Makefile www/bluefish : Makefile www/cssed : Makefile www/epiphany : Makefile www/galeon : Makefile www/gtkhtml3 : Makefile www/minimo : Makefile www/mozilla : Makefile www/mozilla-firefox: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:19:41 Modified files: x11/aewm : Makefile x11/devilspie : Makefile x11/gnome/applets2: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/desktop: Makefile x11/gnome/eel : Makefile x11/gnome/eog : Makefile x11/gnome/gail : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/ggv : Makefile x11/gnome/keyring: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/menus: Makefile x11/gnome/metacity: Makefile x11/gnome/nautilus: Makefile x11/gnome/panel: Makefile x11/gnome/session: Makefile x11/gnome/terminal: Makefile x11/gnome/utils: Makefile x11/gnome/vfs2 : Makefile x11/gnome/yelp : Makefile x11/gnome/zenity: Makefile x11/goggles : Makefile x11/gromit : Makefile x11/gtk-engines2: Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtk2-theme-switch: Makefile x11/gtk2mm : Makefile x11/gtkglext : Makefile x11/gtksourceview: Makefile x11/kde/accessibility3: Makefile x11/kde/addons3: Makefile x11/kde/arts3 : Makefile x11/kde/artwork3: Makefile x11/kde/base3 : Makefile x11/kde/games3 : Makefile x11/kde/libs3 : Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/office3: Makefile x11/kde/pim3 : Makefile x11/kde/utils3 : Makefile x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-window-manager: Makefile x11/mlterm : Makefile x11/mplayer : Makefile x11/obconf : Makefile x11/ogle_gui : Makefile x11/openbox : Makefile x11/p5-Gtk2 : Makefile x11/pbrowser : Makefile x11/py-gtk2 : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/sawfish : Makefile x11/wxWidgets/gtk2: Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-iconbox: Makefile x11/xfce4/xfce4-minicmd: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-showdesktop: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:23:06 Modified files: x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systray: Makefile x11/xfce4/xfce4-taskbar: Makefile x11/xfce4/xfce4-toys: Makefile x11/xfce4/xfce4-trigger-launcher: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile x11/xpad : Makefile x11/xplanet : Makefile x11/xscreensaver: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 06:37:29 Modified files: sys/dev/ic : mpireg.h Log message: tiny whitespace nit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:56:22 Modified files: infrastructure/build: resolve-lib Log message: remove hack to recognize .0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:00:05 Modified files: converters/p5-Convert-BinHex: Makefile Log message: Licensed under the GPL. Set PERMIT_* to "Yes" and bump PKGNAME. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/09/18 07:00:41 Modified files: . : 40.html Log message: document that pkg_add over ssh now works, and works fast. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 07:01:26 Modified files: sys/dev/ic : mpi.c mpireg.h Log message: macros and types for event notifications from the hardware. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/18 07:18:56 Modified files: mail/smtp-vilter: Makefile Added files: mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Log message: Make extended logging work again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 07:21:09 Modified files: devel/p5-Algorithm-Diff: Makefile Log message: obviously arch-independent. CVSROOT: /cvs Module name: www Changes by: stevesk@cvs.openbsd.org 2006/09/18 07:21:44 Modified files: . : 40.html Log message: typo CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/09/18 07:45:45 Modified files: sbin/ipsecctl : ike.c Log message: KNF and clean some trailing white spaces, no binary change. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:49:24 Modified files: mail/p5-MIME-tools: Makefile Log message: MIME::Base64 comes with the base perl. Remove dependency on converters/p5-MIME-Base64 and bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:53:15 Modified files: converters/p5-MIME-Base64: Makefile Log message: MIME::Base64 comes with the base perl. Add COMES_WITH=4.0. Reported by janus at errornet.de. Thanks! CVSROOT: /cvs Module name: www Changes by: dim@cvs.openbsd.org 2006/09/18 08:05:01 Modified files: . : 40.html Log message: Mention Intel 945G/GM chipsets support. CVSROOT: /cvs Module name: www Changes by: dim@cvs.openbsd.org 2006/09/18 08:16:00 Modified files: . : 40.html Log message: Mention new SpeedStep bits. CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2006/09/18 08:16:39 Modified files: mail/milter-regex: Makefile distinfo Log message: update to 1.6, adding sendmail quarantine support, fixes more state machine problems (multi-message connections), from Okan Demirmen. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 09:18:36 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/patches: patch-configure_in Log message: fix version so it shows in the "about" dialog. problem noticed by matthieu CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/18 09:21:44 Modified files: . : 40.html Log message: speed control in a subsection CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:20:20 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_wpi.c sys/dev/ic : rt2560.c rt2661.c sys/dev/usb : if_ral.c if_rum.c if_uath.c if_zyd.c Log message: don't use IF_PREPEND() on altq's. use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:30:17 Modified files: sys/dev/usb : if_uath.c Log message: cleanup the list of supported devices. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:34:23 Modified files: sys/dev/usb : if_uath.c if_uathreg.h Log message: better uath_set_rates(). CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/09/18 10:57:23 Modified files: sys/arch/macppc/include: vmparam.h Log message: Extend the .text and .data segments to 64MB. This allows programs with large .text segments, like xmame, to run. ok drahn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/18 12:05:04 Modified files: share/man/man4 : pppoe.4 Log message: change the example hostname.pppoe0 to match the format documented in hostname.if(5). although it is more complex, we at least document how and why it works; complaints on a postcard... ok reyk canacar CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 12:08:32 Modified files: sys/dev/usb : if_uath.c Log message: fix my 1.7 commit. in uath_reset(), return on error if tsleep() fails. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 12:17:30 Modified files: infrastructure/mk: bsd.port.mk Log message: typo, found by Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/18 12:18:17 Modified files: lib/libpcap : Makefile Log message: +MLINK pcap.3 pcap_get_selectable_fd.3 from okan demirmen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/18 12:53:32 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.7 and update my e-mail address while there. ok alek CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/09/18 14:25:51 Modified files: . : 40.html Log message: Add some bio and bioctl blurbs CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:02:57 Modified files: net/rtorrent : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:10:11 Modified files: net/trickle : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:11:50 Modified files: sys/lib/libsa : printf.c Log message: Add a hand rolled 64bit hex printf that can be used outside of LIBSA_LONGLONG_PRINTF which requires 64bit math support. With help from mickey@ Tested on i386, amd64 and on alpha by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/18 15:12:06 Modified files: . : 40.html Log message: New sysctls to check the system vendor, product, version, and UUID. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:12:57 Modified files: sys/lib/libsa : stand.h Added files: sys/lib/libsa : strtoll.c Log message: Import a slightly stripped down strtoll(3) from stdlib into libsa as it is needed for boot(8) > 4G support. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:13:38 Modified files: www/tinyproxy : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:14:15 Modified files: sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/libkern: Makefile sys/arch/i386/stand/libsa: Makefile cmd_i386.c libsa.h memprobe.c Log message: boot(8) ``machine memory'' support for > 4G. Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:15:33 Modified files: sys/arch/amd64/stand/boot: conf.c Makefile sys/arch/amd64/stand/libsa: cmd_i386.c libsa.h memprobe.c Log message: boot(8) ``machine memory'' support for > 4G. Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:18:37 Modified files: audio/tremor-tools: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2006/09/18 15:21:45 Modified files: . : 40.html Log message: mention com(4) pcmcia and cardbus support on macppc CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:22:19 Modified files: graphics/vcdimager: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/09/18 15:33:32 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : re.c revar.h Log message: Fix for re_stop() being called from re_cardbus_shutdown() with the wrong arguments, causing uvm_fault on halt/reboot, with a cardbus re inserted. While here, cleanup prototypes and use revar.h everywhere. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/18 18:20:17 Modified files: sys/arch/i386/pci: ichpcib.c Log message: add 82801GHM and 82801H CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/18 19:54:54 Modified files: graphics/gwenview: Makefile distinfo graphics/gwenview/patches: patch-src_gvcore_Makefile_in graphics/gwenview/pkg: PLIST Log message: upgrade to gwenview 1.4.0 CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/18 20:44:06 Modified files: archivers/p5-Archive-Tar: Makefile distinfo Log message: update to 1.30 ok kevlo@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/18 21:34:49 Modified files: sys/dev/pci : pciide.c Log message: add a missing space to a DMA load error printf. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/18 22:00:35 Modified files: www/p5-HTTP-Server-Simple: Makefile distinfo Log message: update to 0.20 ok maintainer CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/18 23:52:23 Modified files: usr.bin/grep : mmfile.c usr.bin/mg : fileio.c usr.bin/pkill : pkill.c usr.bin/rcs : rcsutil.c usr.bin/sdiff : sdiff.c usr.bin/ssh : sftp.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/19 01:23:02 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : revar.h Log message: no externs on protots ad no casts from void * CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 02:05:22 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: PLIST Log message: update to new version, okay maintainer CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/09/19 03:03:53 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: upgrade to p5-IO-Socket-SSL 1.01 ok jasper@ sturm@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/19 03:30:03 Modified files: sys/dev : ipmi.c Log message: fix all malloc()s to nowait|canfail and do not ignore errors reading sensor status; marco@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 03:57:58 Modified files: infrastructure/package: mksqlitedb Log message: split things exactly like make does, avoid a few spurious error messages from sqlite. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 04:00:09 Modified files: databases/sqlite3/patches: patch-Makefile_in Log message: remove patch obsoleted by USE_LIBTOOL, and add test to .PHONY targets, fixes multiple runs of make regress. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/19 04:48:41 Modified files: sbin/isakmpd : log.c ui.c x509.c bin/systrace : intercept.c policy.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which leads to surprising results. Spotted by/partly from Paul Stoeber, more to come. ok ho@ miod@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/19 05:06:34 Modified files: sys/arch/i386/eisa: eisa_machdep.c sys/arch/i386/i386: apic.c autoconf.c conf.c db_disasm.c db_interface.c db_trace.c disksubr.c freebsd_machdep.c i686_mem.c ipx_cksum.c kgdb_machdep.c linux_machdep.c lock_machdep.c machdep.c mem.c mpbios.c mtrr.c pctr.c pmap.c process_machdep.c rbus_machdep.c svr4_machdep.c sys_machdep.c trap.c vm86.c vm_machdep.c sys/arch/i386/isa: ahc_isa.c clock.c isa_machdep.c isapnp_machdep.c joy.c joy_isa.c joy_isapnp.c lms.c mms.c npx.c pccom.c sys/arch/i386/pci: amd756.c opti82c558.c opti82c700.c pchb.c pci_addr_fixup.c pci_intr_fixup.c pci_machdep.c pcib.c pcibios.c pcic_pci_machdep.c pciide_machdep.c piix.c sis85c503.c via8231.c via82c586.c Log message: ansi/deregister CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 05:25:17 Modified files: infrastructure/mk: bsd.port.mk Log message: fix update: now that we no longer recurse at the cookie level, we have to recurse higher. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 05:26:38 Modified files: databases/sqlite3: Makefile distinfo Log message: update to 3.3.7, talked to author, regression failures are known, but not really important. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:39:53 Modified files: mail/p5-Email-Address: Makefile distinfo Log message: update to 1.870 ok maintainer CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:44:34 Modified files: www/p5-CGI-Ajax: Makefile distinfo Log message: update to 0.697 ok espie@ steven@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:46:39 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: update to 1.17 ok maintainer CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 05:53:10 Modified files: usr.sbin/bgpd : parse.y Log message: kill useless debug code that somehow snuck in, some 2 years ago... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 06:15:29 Modified files: usr.sbin/bgpd : parse.y Log message: save the parser state in one big struct, and make it interchangable, aka make the parser restartable. with that implement "include" file support. makes life a _lot_ easier with filter generation tools. claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 07:02:24 Modified files: usr.sbin/bgpd : rde.c Log message: when the neighbor announced the restart capability, send the end-of-rib marker after a bulk transfer, claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 07:04:01 Modified files: usr.sbin/bgpd : buffer.c session.c Log message: make buffer_grow always return a valid struct buf; the contained buffer might be NULL on realloc failure tho. all users check buffer size before using the buffer, so this is not a problem. makes error handling much easier. ease the capabilities code big time. claudio ok CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:14:32 Modified files: sys/dev/ic : ar5211.c ar5212.c ar5xxx.c Log message: disable 11g mode for now CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:25:54 Modified files: sys/dev/ic : ath.c ar5212.c Log message: use the correct antenna mode settings and fix a bug in the tx descriptor setup. this will fix various issues including 11a mode with ar5212. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:37:11 Modified files: sys/dev/ic : ar5211.c Log message: fix 11a/b antenna mode setup CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 08:06:07 Modified files: sys/dev/pci : pcidevs Log message: add atheros AR2413 and AR5413 device ids CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 08:07:08 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2006/09/19 08:25:04 Modified files: usr.sbin/tcpdump: print-ip6.c print-ipsec.c Log message: enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:26:52 Modified files: editors/zile : Makefile distinfo Log message: maintenance update to 2.2.22 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:27:32 Modified files: net/ncftp : Makefile distinfo Log message: maintenance update to 3.2.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:33:13 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: update to 7.15.5: various bug fixes CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/19 08:41:55 Modified files: usr.bin/calendar/calendars: calendar.history Log message: more stuff for June "commitski now" mickey CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/09/19 09:33:41 Modified files: . : 40.html Log message: Equal cost multipath routing finally works in 4.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/19 09:40:43 Modified files: . : 40.html Log message: enough people thought sparc64 should be in the upper block CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/09/19 10:01:17 Modified files: . : 40.html Log message: More verbage on armish, mention prebind. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/09/19 10:30:34 Modified files: . : 40.html Log message: Add some blurb about new I2C chips supported by existing drivers. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 10:42:29 Modified files: sys/dev/ic : ar5211.c ar5212.c ar5xxx.h Log message: better mode setup in the ar5211 and ar5212 reset functions CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 10:46:40 Modified files: sys/dev/ic : ath.c Log message: "pure g" is a special, non-standard ofdm-only mode. use the standard dynamic cck/ofdm "11g" mode instead. CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/09/19 10:54:46 Modified files: . : donations.html Log message: Remove some donors whose ccard transactions failed CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/19 11:06:10 Modified files: usr.bin/calendar/calendars: calendar.history Log message: fill July ok mickey CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 11:08:01 Modified files: sys/dev/ic : ar5xxx.c ar5xxx.h ath.c Log message: detect the newer single chip generations AR2413, AR5413 and AR5224 but don't attach them, yet. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/19 11:38:39 Modified files: sys/dev/ic : pgt.c Log message: add missing sys/device.h. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 11:49:13 Modified files: sys/dev/ic : ath.c ar5212.c ar5xxx.h Log message: attach and enable the newer chipset generations AR2413, AR5413, and AR5424. unlike the previous chipset generations, these chipsets are single chip solutions. the AR5424 is a PCI Express chipset as found in various intel Macs. support is still incomplete- 11a mode works and 11b mode is rx-only. i need some more test reports, hardware donations (there are several different subrevisions) and time to finish it. thanks for help from kettenis@ "of course!" deraadt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/19 12:01:36 Modified files: sys/dev/acpi : acpibat.c Log message: Typo fixes. ok marco CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 12:10:14 Log message: D-Bus IPC, will be used by KDE4 Status: Vendor Tag: espie Release Tags: xorg N ports/x11/dbus/Makefile N ports/x11/dbus/distinfo N ports/x11/dbus/pkg/PLIST N ports/x11/dbus/pkg/DESCR N ports/x11/dbus/pkg/PFRAG.shared N ports/x11/dbus/patches/patch-test_Makefile_am N ports/x11/dbus/patches/patch-test_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 12:10:49 Modified files: x11 : Makefile Log message: +dbus CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/09/19 12:43:12 Modified files: . : 40.html Log message: By now we have a gdb that's heavily patched. CVSROOT: /cvs Module name: src Changes by: aanriot@cvs.openbsd.org 2006/09/19 13:33:04 Modified files: etc : changelist etc/mtree : special Log message: add chio.conf bits. ok beck@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 13:54:14 Modified files: infrastructure/mk: bsd.port.mk Log message: unset PACKAGING before iterating from PACKAGE_COOKIE. This forces BIN_PACKAGES=Yes always, probably a good thing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 14:10:40 Modified files: infrastructure/mk: bsd.port.mk Log message: readmes is yet another target that should recurse. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/19 15:14:08 Modified files: usr.bin/ssh : packet.c Log message: client NULL deref on protocol error; Tavis Ormandy, Google Security Team CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/19 15:29:47 Modified files: sbin/ipsecctl : ipsecctl.c pfkdump.c pfkey.h Log message: sort SAs by spi; ok hshoexer CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/19 15:43:13 Modified files: sys/kern : kern_watchdog.c Log message: A bit of microoptimisation that doesn't hurt readability: Don't do timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/19 16:11:19 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable pgt(4) on amd64. Missing entry spotted by brad@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/09/19 16:35:14 Modified files: regress/usr.bin/rcs: Makefile Log message: - bump ulimit -d value for EOF test case so that it works on amd64 and sparc64 (thanks to pedro@ for testing on his sparc64). - use ${.CURDIR} to make this work properly with an obj/ dir. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 16:46:12 Modified files: . : 40.html Log message: IPsec now supports road warrior setups, using hostnames as source identifiers instead of IP addresses. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/19 18:25:47 Modified files: . : 40.html Log message: ISBN from deraadt@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/19 18:28:47 Modified files: . : 40.html Log message: remove comments for things that have been done CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 18:39:00 Modified files: . : 40.html Log message: Many integer type safety cleanups with lint(1). CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 19:27:26 Modified files: . : 40.html Log message: ipsecctl now supports: - IPv6 support - AH support - Transport mode support - Roaming user scenarios - USER_FQDN id support OK msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 20:48:16 Modified files: . : 40.html Log message: Move ipsecctl stuff into new IPsec section and add isakmpd startup improvements. OK msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 21:29:28 Modified files: . : 40.html Log message: Improve wording: "Dynamic IKE support for roaming users" requested by and okay msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 23:26:19 Modified files: . : 40.html Log message: s/unlink/unlike/ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:16:50 Added files: share/man/man4 : acpibat.4 Log message: Add man page for acpibat(4) based on submission from Dmitri Alenitchev. Input from jmc, marco, and myself. yay jmc, ``get it in'' marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:19:11 Modified files: share/man/man4 : Makefile Log message: Add acpibat.4. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:41:21 Modified files: share/man/man4 : acpi.4 Log message: Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. Also .Xr acpihpet 4 in SEE ALSO. ok jmc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 02:04:04 Modified files: share/man/man4 : acpi.4 Log message: - no need to add Xrs to SEE ALSO when the body already lists them - remove non-standard .Sh CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 02:07:34 Modified files: share/man/man4 : acpibat.4 Log message: tweak; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/20 02:35:31 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 02:57:29 Modified files: audio/py-ogg : Makefile Log message: - new HOMEPAGE and MASTER_SITES - drop maintainership - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:00:16 Modified files: audio/py-ao : Makefile Log message: - new HOMEPAGE and MASTER_SITES - drop maintainership - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/20 03:06:20 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-sal_osl_unx_system_h patch-solenv_config_stand_lst patch-solenv_inc_unxobsdi_mk editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-portaudio_portaudio_v18_1_patch patch-readlicense_oo_util_makefile_pmk Removed files: editors/openoffice/patches: patch-cli_ure_version_makefile_mk patch-config_office_configure patch-desktop_source_pkgchk_unopkg_cmdenv_cxx patch-epm_epm-3_7_patch patch-scp2_source_writer_file_writer_scp patch-slideshow_source_engine_activities_continuouskeytimeactivitybase_cxx Log message: update to version 2.0.4m4; - more optimizations; - use autoconf; - remove hardcoded paths from unxobsdi.mk; - zap .0.0 from WANTLIB; - add a new MASTER_SITE; - enable sndfile support; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/20 03:11:47 Modified files: editors : Makefile Log message: add openoffice CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:13:18 Modified files: devel/py-tpg : Makefile distinfo devel/py-tpg/pkg: PLIST Log message: Update to TPG-3.1.0 CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/20 03:23:35 Modified files: fr : 40.html donations.html events.html sparc64.html nl : 39.html Added files: nl : 40.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:29:58 Modified files: converters/p5-Date-Tolkien-Shire: Makefile distinfo Log message: Update to Date-Tolkien-Shire-1.13 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 04:06:57 Modified files: devel/py-cheetah: Makefile distinfo devel/py-cheetah/pkg: PLIST Log message: Update to Cheetah-2.0rc7 and drop maintainership. See http://cheetahtemplate.org/docs/CHANGES for more information. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/20 05:03:01 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update to 1.5.0.7 from maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/20 06:22:07 Modified files: x11/dbus : Makefile Log message: Add missing WANTLIB and LIB_DEPENDS... CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 06:41:46 Modified files: net/py-irclib : Makefile distinfo net/py-irclib/pkg: PLIST Log message: Update to python-irclib-0.4.6 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 07:22:42 Modified files: audio/py-tagger: Makefile distinfo audio/py-tagger/patches: patch-setup_py audio/py-tagger/pkg: PLIST Log message: Update to pytagger-0.5 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 07:43:47 Modified files: sys/ufs/ffs : ffs_inode.c Log message: Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 compatible, adapted from FreeBSD, okay krw@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 07:44:06 Modified files: . : 40.html Log message: there is a new serial number sysctl as well CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 07:51:19 Modified files: sys/dev : vnd.c usr.sbin/vnconfig: vnconfig.c Log message: Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 08:08:47 Log message: LuaCrypto, a Lua binding for the OpenSSL crypto libraries Status: Vendor Tag: pedro Release Tags: pedro_20060920 N ports/security/luacrypto/Makefile N ports/security/luacrypto/distinfo N ports/security/luacrypto/patches/patch-config N ports/security/luacrypto/patches/patch-Makefile N ports/security/luacrypto/patches/patch-src_evp_c N ports/security/luacrypto/patches/patch-src_hmac_c N ports/security/luacrypto/pkg/DESCR N ports/security/luacrypto/pkg/PLIST N ports/security/luacrypto/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/09/20 08:09:15 Modified files: sys/arch/i386/i386: est.c Log message: Correct EST table for Pentium M 770, from NetBSD. Verified by shanejp netspace net au. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 08:14:20 Modified files: security : Makefile Log message: Add LuaCrypto CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/20 08:29:03 Modified files: usr.bin/grep : mmfile.c Log message: That should be S_ISREG, dunno why I committed this wrong version; spotted by hshoexer@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 08:29:52 Removed files: sbin/dumplfs : Makefile dumplfs.8 dumplfs.c extern.h misc.c Log message: Remove dumplfs, okay millert@ miod@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 08:35:33 Modified files: . : 40.html Log message: vnconfig can now use PKCS #5 PBKDF2 to create a more secure key; ok pedro@ CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 08:44:13 Modified files: www/pyblosxom : Makefile Log message: no need to redefine what's already in the python module. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 08:58:32 Modified files: usr.sbin : Makefile Removed files: usr.sbin/bad144: Makefile bad144.8 bad144.c Log message: Remove bad144, okay deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 09:08:49 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill August ok mickey CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 09:10:55 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: add md5 collision ok mickey CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/20 10:02:03 Modified files: net/BitTorrent : Makefile Added files: net/BitTorrent/patches: patch-BitTorrent_Storage_py Log message: fix resume so it won't always recheck the hash; pointed to by ckuethe@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 10:02:23 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: Add the Unix Billenium CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 10:06:55 Modified files: . : 40.html Log message: & -> & CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 10:08:08 Modified files: . : 40.html Log message: To be released... some fix on Nov 1, ok? CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/20 10:15:19 Modified files: www/opera-flashplugin: Makefile distinfo Log message: update to 7.0r68 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 10:49:07 Modified files: usr.bin/calendar/calendars: calendar.history Log message: add missing year, spotted by steven CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:25:33 Modified files: . : index.html items.html orders.html tshirts.html Added files: images : Pufferix.jpg cd40-s.gif cdaudio-s.gif cdaudio.gif openbsd40_cover.gif poster16-s.gif poster16.gif tshirt-26_back-s.gif tshirt-26_back.gif tshirt-26_front-s.gif tshirt-26_front.gif Log message: activate 4.0 pre-orders. this release, we also make available an audio compilation of all our previous songs (plus an extra special one) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:28:45 Modified files: . : orders.html Log message: fix tshirt image link CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/20 11:30:04 Log message: import xfce4-mixer 4.2.3, a volume control application for the Xfce Desktop Environment. This software package contains both a volume control plugin for the Xfce Panel and a standalone mixer application. Submitted by Antoine Jacoutot ok jolan Status: Vendor Tag: jasper Release Tags: jasper_2006-09-20 N ports/x11/xfce4/xfce4-mixer/distinfo N ports/x11/xfce4/xfce4-mixer/Makefile N ports/x11/xfce4/xfce4-mixer/patches/patch-lib_Makefile_in N ports/x11/xfce4/xfce4-mixer/pkg/DESCR N ports/x11/xfce4/xfce4-mixer/pkg/PFRAG.shared N ports/x11/xfce4/xfce4-mixer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/20 11:36:26 Modified files: x11/xfce4 : Makefile Log message: add xfce4-mixer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:39:32 Modified files: . : items.html orders.html Log message: fix direct audio cd ordering CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:20:45 Modified files: . : items.html lyrics.html Log message: tie lyrics.html and the new audio cd together CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:28:33 Modified files: . : items.html lyrics.html Added files: images : cdaudio-m.gif Log message: link lyrics.html even better to the cdaudio CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:30:12 Modified files: . : lyrics.html Log message: a pun or two is not bad CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/20 12:34:14 Modified files: de : bank-donation.html donations.html events.html ftp.html i386-laptop.html items.html press.html sparc64.html faq/de : upgrade40.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : bank-donation.html Log message: sync with steelix translation CVS, work as usual by Tobias Stoeckmann CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:34:25 Modified files: sys/dev/pci : pcidevs Log message: HPSA_6 -> HPSAE500 (Smart ARRAY E500) board model name from the Linux driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:34:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:45:16 Modified files: sys/dev/pci : ciss_pci.c Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/20 13:47:17 Modified files: sys/dev/usb : if_uath.c if_uathvar.h Log message: implement a zero-copy RX data path. instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 13:56:53 Modified files: . : tshirts.html Log message: typos CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:58:29 Modified files: share/man/man4 : ciss.4 Log message: mention SAS in the .Nd line and add the E500 model. CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2006/09/20 13:58:40 Modified files: kerberosV/src/lib/krb5: krb5_timeofday.3 krb5_get_init_creds.3 Log message: spelling & grammar help & ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 14:42:52 Modified files: sbin/newlfs : newlfs.8 Log message: -.Xr dumplfs 8 , CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/20 14:48:05 Modified files: www/mozilla-firefox: Tag: OPENBSD_3_9 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_3_9 patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 14:48:27 Modified files: sbin/badsect : badsect.8 share/man/man4/man4.vax: hp.4 share/man/man8/man8.vax: drtest.8 format.8 Log message: remove references to bad144(8) man page; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/20 14:48:48 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_3_9 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_3_9 patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/20 15:26:20 Modified files: usr.bin/top : machine.c Log message: Recommit memory leak fix. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/20 15:28:09 Modified files: libexec/login_radius: raddauth.c Log message: Recommit non-static array fix. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/09/20 15:56:21 Modified files: sys/nfs : nfs.h nfs_socket.c Log message: Fix the way delays between request retransmissions are calculated in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 15:56:57 Modified files: . : 40.html Log message: typos CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/20 16:06:36 Modified files: net/tor : Makefile net/tor/patches: patch-src_config_torrc_sample_in net/tor/pkg : PLIST Log message: Create data directory for tor. Also daemonize and log to syslog by default. OK maintainer Rui Reis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:16:04 Added files: sys/dev/microcode/bnx: Makefile bnx-license build.c Log message: build a bnx firmware file, for firmload CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:18:23 Modified files: sys/dev/pci : if_bnxreg.h Log message: export a structure for the firmware file header. Unfortunately this is one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 16:22:37 Modified files: share/man/man4 : bio.4 pci.4 Log message: update ciss.4 .Nd; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 16:38:28 Modified files: share/man/man4/man4.sparc64: power.4 Log message: - sort SEE ALSO - better macro CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:41:33 Modified files: distrib/sets/lists/base: md.i386 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 16:54:29 Modified files: sys/ufs/ffs : ffs_inode.c Log message: Use void * where void * is meant, spotted by tedu@ No binary change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 17:24:40 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 19:21:19 Modified files: devel/luacopas : Makefile distinfo devel/luacopas/files: init.lua devel/luacopas/pkg: PLIST Log message: Upgrade to LuaCopas 1.1.0 CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 20:46:00 Modified files: sbin/newlfs : Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Log message: Remove newlfs, okay weingart@ deraadt@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 23:39:59 Modified files: build : mirrors.dat Log message: remove ftp.nl.uu.net, requested by maintainers ftp-admins@eu.uu.net CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 23:40:59 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/09/21 00:14:46 Modified files: build : packages-3.9 Log message: firefox, thunderbird CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/09/21 00:14:58 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 01:33:16 Modified files: fr : 40.html index.html items.html nl : 40.html index.html items.html orders.html tshirts.html openntpd/fr : portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/21 02:20:28 Modified files: www/rawdog : Makefile distinfo www/rawdog/pkg : PLIST Log message: Update to Update to rawdog-2.10 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 02:35:39 Modified files: sys/dev/ic : mpireg.h Log message: event data for the sas phy and sas status change messages CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 02:42:11 Modified files: sys/scsi : scsiconf.c Log message: when we probe and find devices on the scsibus, we allocate a scsi_link struct for it and keep it in the midlayer. however, this struct was never free'd on detach. since we only do hotplugging of controllers (and the scsibus and devices get hotplugged as a matter of course), we now walk the list of scsi_link structs and free them on detach of scsibus. ok marco@ CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/21 02:57:02 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/pkg: PLIST Log message: Update to paramiko-1.6.2 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:05:28 Modified files: sys/dev/ic : mpi.c Log message: factor the common code out of mpi_intr and mpi_complete. they were basically identical apart from the conditions they looped on. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/21 03:20:11 Modified files: . : events.html Log message: will speak at hack.lu CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:42:27 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: wrap the hardware replies up in a structure called mpi_rcb which is similair to the one used for requests. take the reply bits out of the ccb, but point it at the rcb instead. this lets us defer processing of the reply some time after we reuse or free the ccb. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:44:05 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: add a debug flag type thing for event handling CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2006/09/21 03:52:45 Modified files: sys/dev/pci : azalia.c Log message: missing args for printf; some from Aurelien . CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:00:40 Modified files: sys/dev/ic : mpi.c Log message: start cleaning up the completion path for event notifications. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/21 04:03:40 Modified files: x11/idesk : Makefile distinfo Log message: update to 0.7.5; timeout from maintainer. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:52:30 Modified files: sys/dev/ic : mpi.c Log message: deref the right rcb by using i as the index, not 1 all the time. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:57:52 Modified files: sys/dev/ic : mpi.c Log message: code for acking event notifications that require acks. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/21 05:10:53 Modified files: sys/netinet : ip_esp.c Log message: ugly trailing ws; from bret dot lambert at gmail CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/21 05:31:33 Modified files: infrastructure/mk: bsd.port.mk Log message: Don't error out if 'unset PACKAGING' returns false. Unbreaks 'make install'. Noticed by many. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:41:11 Modified files: share/man/man4 : cardbus.4 Log message: do not use full stops at the end of the device lists: there's no need for it, and pasting will be easier without them CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:45:47 Modified files: share/man/man4 : eisa.4 Log message: drop full stops from device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:50:44 Modified files: share/man/man4 : ahb.4 ahc.4 bha.4 eisa.4 share/man/man4/man4.i386: uha.4 Log message: sync the eisa scsi devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:56:39 Modified files: share/man/man4 : isa.4 Log message: drop full stops from the device list; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/21 07:03:12 Modified files: mail/bogofilter: Makefile misc/cdrdao : Makefile Log message: Convert to new style libspecs. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:04:58 Modified files: share/man/man4 : aha.4 aic.4 isa.4 share/man/man4/man4.i386: sea.4 wds.4 Log message: sync isa scsi devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:10:26 Modified files: share/man/man4 : isapnp.4 Log message: drop full stops from device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:20:27 Modified files: share/man/man4 : isapnp.4 mpu.4 share/man/man4/man4.i386: sb.4 joy.4 Log message: isapnp devices sync; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:25:08 Modified files: share/man/man4 : isa.4 Log message: - put mpu(4) in the right place - sync mpu(4) and sb(4) entries CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/21 07:33:06 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: make the wsfb driver inform the X server that it doesn't require direct access to the hardware. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/21 07:44:51 Modified files: xc/extras/Xpm/lib: data.c Log message: make libXpm more robust when parsing XPM files with un-terminated comments in them. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 08:13:37 Modified files: share/man/man4/man4.i386: Makefile Added files: share/man/man4/man4.i386: pas.4 Log message: add a small page for proaudio spectrum; help/ok mickey CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 08:14:52 Modified files: share/man/man4 : isa.4 Log message: sync the pas.4 entry; CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/09/21 08:34:01 Modified files: . : events.html Log message: mention who is talking about what at NYCBSDCON. When beck/millert have topics nailed down, I'll add 'em. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/09/21 08:37:19 Modified files: . : events.html Log message: fix the peeps. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/21 08:41:50 Modified files: devel/py-psyco : Makefile distinfo devel/py-psyco/pkg: PLIST Removed files: devel/py-psyco/patches: patch-c_Objects_pobject_c patch-c_Objects_pobject_h patch-c_dispatcher_c Log message: update to 1.5.1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:01:50 Modified files: share/man/man4 : pci.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:10:38 Modified files: share/man/man4 : pci.4 adv.4 ahd.4 iha.4 isp.4 pcscp.4 siop.4 trm.4 Log message: sync the pci scsi entries; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:14:07 Modified files: bin/rm : rm.1 Log message: reword a sentence so we are not discussing lfs; help from pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:15:22 Modified files: usr.sbin/pstat : pstat.8 Log message: more lfs removal; ok pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:19:19 Modified files: share/man/man4 : adv.4 Log message: the drivers are called adv and adw, not advansys; CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/09/21 09:30:07 Modified files: usr.bin/rcs : ci.c diff.c diff.h diff3.c rcs.c rcsdiff.1 rcsdiff.c Log message: Add support to rcsdiff for all the other diff flags that are pertinent to files (not directories) and that do not conflict with rcsdiff-specific flags. OK xsa@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:37:44 Modified files: share/man/man4 : pcmcia.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:39:50 Modified files: share/man/man4 : pcmcia.4 Log message: sync com, aic, and wdc lines; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:43:37 Modified files: share/man/man4 : sbus.4 Log message: drop trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:47:34 Modified files: share/man/man4 : sbus.4 share/man/man4/man4.sparc: esp.4 share/man/man4/man4.sparc64: esp.4 Log message: sync sbus scsi device list; CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 09:48:10 Log message: gnash-20060919, flash player with firefox browser plugin, from deanna phillips with some tweaks by me. not really usable imho, but getting there Status: Vendor Tag: jolan Release Tags: jolan_20060921 N ports/www/gnash/Makefile N ports/www/gnash/distinfo N ports/www/gnash/pkg/DESCR N ports/www/gnash/pkg/PLIST N ports/www/gnash/patches/patch-plugin_Makefile_am N ports/www/gnash/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:50:49 Modified files: share/man/man4 : usb.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 09:51:32 Modified files: www : Makefile Log message: +gnash CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:53:37 Modified files: share/man/man4/man4.hppa: gsc.4 Log message: remove trailing full stops from device list; CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/09/21 09:55:13 Modified files: . : events.html Log message: move EurOScon to past CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:58:22 Modified files: share/man/man4/man4.mac68k: obio.4 esp.4 ncrscsi.4 Log message: mac scsi sync; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 10:29:03 Modified files: usr.bin/rcs : rcsdiff.1 Log message: nick a double space; CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/09/21 10:56:31 Modified files: . : events.html Log message: I'm going to nycbug 06, so add something here for me, and finalize later after talk topics are nailed down with the program weenies. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 11:10:49 Modified files: share/man/man4 : pci.4 Log message: trim the de.4 entry; CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 11:50:08 Modified files: fr : 40.html events.html pkg-stable.html nl : items.html orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/21 12:03:12 Modified files: . : robots.txt Log message: Some people of disrepute are sending us smallish donations, but then act towards us as if these not donations -- by firmly insisting that there is a deal, that we must we link to some site they are doing business for, which has a horrid page rank (because it is a bad business, generally). they are trying to use OpenBSD for advertising purposes. but a donation is a donation is a donation -- it is not a business transaction where we get paid to decrease our own page rank and increase theirs! So add /donations.html to robots.txt. Hopefully some search engines will now stop ranking those sites (because some might still be in the file) based on our file, and these people will realize that they are doing something totally futile. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 12:17:34 Modified files: de : items.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 13:05:00 Modified files: de : 40.html events.html ftp.html index.html items.html orders.html tshirts.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/21 13:43:21 Removed files: sbin/newlfs : Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Log message: Those were supposed to go away... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/21 13:56:26 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Log message: Update to libTorrent 0.9.3/rTorrent 0.5.3. From a submission by maintainer Henrik Enberg, IIRC. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/21 14:06:33 Modified files: bin/df : df.c Removed files: bin/df : lfs_df.c Log message: Remove LFS-related code, no binary change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/21 14:52:26 Log message: import pscan, a limited problem scanner for C source code from Steffen Wendzel Status: Vendor Tag: steven Release Tags: steven-20060921 N ports/devel/pscan/distinfo N ports/devel/pscan/Makefile N ports/devel/pscan/pkg/DESCR N ports/devel/pscan/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/21 14:53:36 Modified files: devel : Makefile Log message: +pscan CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:06:46 Modified files: build : groups.dat Log message: add OpenBSD-PA group in Brazil, from Joao Salvatti CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:07:33 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:25:14 Modified files: faq : faq13.html Log message: one may need to unmute the mixer's cd input. suggested by emmanuel.jarri at gmail CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/21 16:44:37 Modified files: fr : 40.html events.html faq/fr : faq13.html upgrade40.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 17:14:48 Modified files: www/gnash : Makefile Log message: add auto* to build_depends, noticed by steven@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/21 17:42:38 Modified files: build : groups.dat Log message: There's no 'Santa Fi' province in Argentina, nor people named 'Gastsn'. Okay fgsch@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/21 17:45:20 Modified files: . : groups.html Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 18:33:41 Modified files: sys/scsi : scsi_base.c scsiconf.c scsiconf.h Log message: implement a kernel thread that can be used by the midlayer or scsi drivers when they need a process context to do something. the most obvious task that springs to mind is attaches and detaches of devices on scsibus. ok krw@ marco@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:39:45 Added files: graphics/blender/patches: patch-intern_iksolver_intern_IK_QJacobianSolver_cpp Log message: fix build w/ gcc2 (missing prototype) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:42:48 ports/x11/devilspie/patches Update of /cvs/ports/x11/devilspie/patches In directory cvs.openbsd.org:/tmp/cvs-serv7819/patches Log Message: Directory /cvs/ports/x11/devilspie/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:43:03 Added files: x11/devilspie/patches: patch-src_actions_c Log message: compile w/ gcc2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 18:43:18 Modified files: sys/dev/ic : mpi.c Log message: add support for hotplugging devices on sas controllers. this is disabled for now until we deal more appropriately with events generated by other variants of mpi controllers. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:44:28 Added files: net/dnsmasq/patches: patch-src_rfc2131_c Log message: compile w/ gcc2 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 19:54:59 Added files: sysutils/ipmitool/patches: patch-lib_ipmi_firewall_c Log message: please gcc2 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 20:00:50 Added files: net/pptp/patches: patch-pptp_ctrl_c Log message: gcc2 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 20:16:17 Modified files: sys/dev/pci : pcidevs Log message: add the Corollary CCF and the PLX 8532 PCIE switch. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 20:16:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 20:23:14 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_access_ftp_c patch-modules_access_mms_mmsh_c Log message: use off_t/int64_t consistently (match prototype) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 21:18:57 Modified files: sys/dev/pci : if_vr.c Log message: put a few printf's in the interrupt handler under VR_DEBUG. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 21:42:57 Modified files: games/bzflag : Makefile distinfo games/bzflag/patches: patch-src_3D_FontManager_cxx games/bzflag/pkg: PLIST Added files: games/bzflag/patches: patch-configure_ac patch-src_bzflag_playing_cxx patch-src_c-ares_ares_expand_name_c patch-src_c-ares_ares_expand_string_c patch-src_c-ares_ares_gethostbyaddr_c patch-src_c-ares_ares_gethostbyname_c patch-src_c-ares_ares_init_c patch-src_c-ares_ares_mkquery_c patch-src_c-ares_ares_parse_a_reply_c patch-src_c-ares_ares_parse_ptr_reply_c patch-src_c-ares_ares_process_c patch-src_c-ares_ares_query_c patch-src_c-ares_ares_send_c Log message: Update to bzflag-2.0.8 and unbreak this port by switching it to use its own zlib (breaks with ours, someone should check) from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 21:57:38 Removed files: games/bzflag/patches: patch-configure Log message: zap unnecessary file (autoconf w/ configure.ac used) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 22:13:19 Modified files: www/dillo : Makefile distinfo www/dillo/patches: patch-Makefile_in patch-src_IO_dpi_c patch-src_cookies_c patch-src_dillo_c patch-src_dns_c www/dillo/pkg : PLIST Added files: www/dillo/patches: patch-dpi_datauri_c patch-dpi_file_c Log message: Update to new version (0.8.6) and unbreak. From new maintainer Jim Uhl CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 22:22:26 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Log message: Update to mercurial-0.9.1, from new maintainer Will Maier CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/21 22:50:58 Modified files: . : 40.html Log message: Change IPsec configuration section to IPsec section. Mention more sasyncd improvements, moved under new IPsec section. Help and feedback todd@ and hshoexer@. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/21 23:15:18 Modified files: . : events.html Log message: Mention that I will be a booth bunny for the very first time, so people will finally stop asking if I will be going. Guys, I live here. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/09/21 23:38:29 Modified files: usr.bin/rcs : rcsutil.c Log message: - handle deltatexts which don't end in a newline character. fixes PR #5241. ok ray@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/09/21 23:54:38 Modified files: games/prboom : Makefile distinfo games/prboom/patches: patch-configure patch-src_Makefile_in patch-src_r_draw_c Added files: games/prboom/patches: patch-Makefile_in patch-doc_Makefile_in Removed files: games/prboom/patches: patch-data_Makefile_in Log message: Update to 2.4.5 ok jolan@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 23:56:25 Added files: net/netatalk : distinfo net/netatalk/patches: patch-bin_afile_common_c patch-bin_afppasswd_afppasswd_c patch-bin_megatron_megatron_c patch-bin_megatron_nad_c patch-bin_nbp_nbplkup_c patch-bin_psorder_psorder_c patch-bin_uniconv_uniconv_c patch-etc_afpd_auth_c patch-etc_afpd_directory_c patch-etc_afpd_file_c patch-etc_afpd_mangle_c patch-etc_afpd_ofork_c patch-etc_afpd_unix_c patch-etc_afpd_volume_c patch-etc_atalkd_config_c patch-etc_atalkd_main_c patch-etc_cnid_dbd_cnid_metad_c patch-etc_cnid_dbd_db_param_c patch-etc_cnid_dbd_dbd_dbcheck_c patch-etc_cnid_dbd_dbd_delete_c patch-etc_cnid_dbd_dbd_get_c patch-etc_cnid_dbd_dbd_getstamp_c patch-etc_cnid_dbd_dbd_lookup_c patch-etc_cnid_dbd_dbd_resolve_c patch-etc_cnid_dbd_dbd_update_c patch-etc_cnid_dbd_pack_c patch-etc_papd_auth_c patch-etc_papd_lp_c patch-etc_papd_main_c patch-etc_papd_ppd_c patch-etc_papd_printcap_c patch-etc_papd_queries_c patch-libatalk_adouble_ad_open_c patch-libatalk_cnid_cdb_cnid_cdb_open_c patch-libatalk_cnid_cdb_cnid_cdb_private_h patch-libatalk_cnid_dbd_cnid_dbd_c patch-libatalk_nbp_nbp_util_c net/netatalk/pkg: DESCR MESSAGE PLIST Removed files: net/netatalk/stable: Makefile distinfo net/netatalk/stable/patches: patch-bin_adv1tov2_adv1tov2_c patch-bin_afppasswd_afppasswd_c patch-bin_megatron_asingle_c patch-bin_megatron_hqx_c patch-bin_megatron_macbin_c patch-bin_megatron_nad_c patch-config_Makefile_in patch-configure patch-etc_afpd_appl_c patch-etc_afpd_auth_c patch-etc_afpd_desktop_c patch-etc_afpd_file_c patch-etc_afpd_quota_c patch-etc_afpd_uam_c patch-etc_afpd_unix_c patch-etc_afpd_volume_c patch-etc_atalkd_config_c patch-etc_atalkd_main_c patch-etc_papd_auth_c patch-etc_papd_uam_c patch-etc_psf_etc2ps_sh patch-etc_uams_uams_randnum_c patch-include_atalk_paths_h patch-include_atalk_util_h patch-libatalk_adouble_ad_open_c patch-libatalk_cnid_cnid_get_c patch-libatalk_cnid_cnid_open_c patch-libatalk_cnid_cnid_private_h patch-libatalk_compat_getusershell_c patch-libatalk_dsi_dsi_stream_c net/netatalk/stable/pkg: DESCR MESSAGE PLIST Log message: Update to netatalk-2.0.3 and get rid of old directory structure. A long due update with important features such as long filenames, unicode, etc. From new maintainer "Arnaud Bergeron" CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/22 01:06:04 Modified files: faq : faq13.html Log message: rework the paragraph about the cdrom device and permissions. it may be convenient to add the user accessing the device to the operator group. looks good nick@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/22 01:44:09 Modified files: editors/openoffice: Makefile Log message: add a faster distfile mirror, ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/22 03:08:24 Modified files: mail/cyrus-imapd: Makefile Added files: mail/cyrus-imapd/patches: patch-imap_backend_c Log message: Fix a segfault. from maintainer Antoine Jacoutot ok alek CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/22 04:03:52 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill September ok mickey CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/09/22 04:22:49 Modified files: sbin/ipsecctl : parse.y Log message: typo in err(); from bret.lambert@gmail.com, thanks! CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/22 04:39:27 Modified files: textproc/py-xml: Makefile distinfo textproc/py-xml/pkg: PFRAG.pyexpat PLIST Log message: update to 0.8.4; gutenpy confirmed to work by its maintainer. thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/22 05:49:21 Modified files: devel/p5-Graph : Makefile distinfo Log message: update p5-Graph to 0.80 ok steven CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/22 05:55:03 Modified files: de : orders.html faq/nl : faq13.html nl : ftp.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/22 06:00:37 Modified files: sys/dev/pci : pcidevs Log message: add new nvidia graphics card ok mickey marco CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/22 06:01:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/22 06:08:56 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: - update to 1.7 . - drop maintainership. "looks okay" bernd@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/22 06:14:39 Modified files: faq/fr : faq13.html fr : 40.html events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:00:55 Modified files: sys/dev/pci : pcidevs Log message: - add the Marvell Yukon 88E8056 PCI id - YUKON_3 -> YUKON_8055 (Marvell Yukon 88E8055) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:01:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:06:15 Modified files: share/man/man4 : sk.4 sys/dev/pci : if_msk.c Log message: add the Marvell Yukon 88E8056 PCI id CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/22 07:12:13 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: - document which parts need to be packet filtered, and why - move example ruleset into a more logical order - correct the if-bound example (spotted by hshoexer) help/ok markus hshoexer CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 07:21:06 Removed files: libexec/lfs_cleanerd: Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c misc.c print.c sbin/mount_lfs : Makefile mount_lfs.8 mount_lfs.c pathnames.h Log message: Remove lfs_cleanerd and mount_lfs CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/22 07:33:00 Modified files: net/p5-Net-Amazon: Makefile distinfo net/p5-Net-Amazon/pkg: PLIST Log message: update to 0.35 from maintainer Sam Smith CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/22 07:42:43 Modified files: usr.bin/rcs : rcsdiff.1 rcsdiff.c Log message: - explain diff_options (which i renamed from "diff options") - sync usage() ok xsa CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:23:04 Modified files: sys/sys : mount.h sys/kern : vfs_conf.c Log message: Unplug LFS from VFS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:36:24 Modified files: sys/kern : syscalls.master Log message: Remove LFS system calls CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:36:56 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: regen CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/09/22 08:44:27 Modified files: usr.bin/tip : tip.c Log message: remove the :dc: is always set behavior (use cua devices or /etc/remote entries to override); ok deraadt awhile ago. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 09:29:57 Modified files: sys/compat/bsdos: syscalls.master sys/compat/freebsd: syscalls.master sys/compat/netbsd: syscalls.master Log message: Remove LFS system calls from here too CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 09:30:45 Modified files: sys/compat/bsdos: bsdos_syscall.h bsdos_syscallargs.h bsdos_syscalls.c bsdos_sysent.c sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h freebsd_syscalls.c freebsd_sysent.c sys/compat/netbsd: netbsd_syscall.h netbsd_syscallargs.h netbsd_syscalls.c netbsd_sysent.c Log message: regen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/22 09:46:28 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib_ioloop-notify-kqueue_c Log message: fix a kqueue bug with the filesystem notification mechanism that could potentially cause Dovecot to spin and chew up all of the available CPU time. From Dovecot CVS. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 10:20:35 Modified files: lib/libc/sys : makelintstub.sh Log message: Remove reference to LFS, okay deraadt@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/09/22 11:19:55 Modified files: . : donations.html Log message: Adding 150 donations -- balance of 3.9 donations. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/09/22 11:22:05 Modified files: lib/libc/stdlib: getopt_long.c Log message: Back out change in rev 1.15 of to allow whitespace to separate a flag from its optional argument if permutation is disabled. The idea was that since "r:" would match "-r foo" then "r::" should match "-r foo" too as long as we know that things have not been reshuffled. Unfortunately, this causes incompatibilities with GNU getopt_long when the POSIXLY_CORRECT environment variable is set. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 11:25:24 Modified files: . : donations.html Log message: make all donation href's nofollow, suggested by djm and stu@spacehopper.org CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 11:27:54 Modified files: . : donations.html Log message: balance CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 11:35:41 Modified files: sys/kern : syscalls.master Log message: Put the LFS syscall stubs back in, turns out libc is unable to build without those, even though they're currently not implemented CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 11:36:17 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 12:26:11 Modified files: sys/dev/pci : pcidevs Log message: add a few more Intel 5000 series and 6321ESB chipset PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 12:26:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:44 src/regress/lib/libpthread/blocked_close Update of /cvs/src/regress/lib/libpthread/blocked_close In directory cvs.openbsd.org:/tmp/cvs-serv25241/blocked_close Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_close added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:45 src/regress/lib/libpthread/blocked_dup2 Update of /cvs/src/regress/lib/libpthread/blocked_dup2 In directory cvs.openbsd.org:/tmp/cvs-serv25241/blocked_dup2 Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_dup2 added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:46 src/regress/lib/libpthread/close_race Update of /cvs/src/regress/lib/libpthread/close_race In directory cvs.openbsd.org:/tmp/cvs-serv25241/close_race Log Message: Directory /cvs/src/regress/lib/libpthread/close_race added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:47 src/regress/lib/libpthread/dup2_race Update of /cvs/src/regress/lib/libpthread/dup2_race In directory cvs.openbsd.org:/tmp/cvs-serv25241/dup2_race Log Message: Directory /cvs/src/regress/lib/libpthread/dup2_race added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:29:47 Added files: regress/lib/libpthread/blocked_close: Makefile blocked_close.c Log message: Test close() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:31:06 Added files: regress/lib/libpthread/blocked_dup2: Makefile blocked_dup2.c Log message: Test dup2() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:32:16 Added files: regress/lib/libpthread/close_race: Makefile close_race.c Log message: Test close() racing with other threads using the same file descriptor. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:33:18 Added files: regress/lib/libpthread/dup2_race: Makefile dup2_race.c Log message: Test dup2() racing with other threads using the same file descriptor. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:38:58 Modified files: regress/lib/libpthread: Makefile Log message: add blocked_close, blocked_dup2, close_race and dup2_race CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/22 12:42:04 Modified files: lib/libc/rpc : pmap_rmt.c Log message: Check return value of authunix_create_default(); from bret lambert with some guidance by me; ok jaredy@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 13:04:33 Modified files: lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_close.c uthread_closefrom.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fcntl.c uthread_fd.c uthread_fork.c uthread_ioctl.c uthread_kqueue.c uthread_open.c uthread_pipe.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c uthread_sig.c uthread_socket.c uthread_socketpair.c uthread_write.c uthread_writev.c Log message: Part 1 of file descriptor race and deadlock corrections. File status flags should be shared for dup'ed file descriptors. However fd_table_entry's should not be shared for dup'ed file descriptors so they can be independently be closed without interfering with dup'ed fd's. - split out file status flags into its own structure fs_flags to manage sharing of status flags between dup'ed file descriptors. - when duplicating a fd, initialize a new fd_table_entry for the new fd, but share the status flags via status_flags. - consolidate the code that sets the underlying system fd to be non-blocking to a new function _thread_fs_flags_init() - consolidate the code that sets the underlying system fd back to blocking into a new function _thread_fs_flags_replace() This change is needed as a prerequisite to the coming race and deadlock corrections. okay marc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/22 13:16:07 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: Dump memory above 4GB correctly. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 13:25:42 Modified files: sys/dev/pci : Tag: OPENBSD_3_8 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:22:28 Modified files: www/opera : Makefile distinfo www/opera/patches: patch-install_sh Log message: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/09/22 14:39:57 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST Log message: Apply the latest bunch of patches from vim.org Make the gtk2 flavor compile with -pthread to prevent a hang under gnome. ok sturm CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:42:05 Modified files: www/opera : Tag: OPENBSD_3_9 Makefile distinfo www/opera/patches: Tag: OPENBSD_3_9 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:45:52 Modified files: www/opera : Tag: OPENBSD_3_8 Makefile distinfo www/opera/patches: Tag: OPENBSD_3_8 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/22 16:15:19 Modified files: sys/arch/mac68k/include: cpu.h sys/arch/mac68k/mac68k: machdep.c Log message: Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2006/09/22 16:19:53 Modified files: sys/dev/pcmcia : if_ne_pcmcia.c Log message: variant of Socket 10/100 CF+ ethernet card. from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 17:03:52 Modified files: sys/sys : buf.h Log message: Remove B_GATHERED, okay thib@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/22 17:29:45 Modified files: sys/sys : buf.h Log message: missed B_GATHERED bits removal CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 18:54:15 Modified files: sys/isofs/cd9660: TODO.hibler Log message: typo, remove reference to lfs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 20:44:25 Modified files: . : events.html Log message: update bits the responsible people do not do CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/22 22:56:43 Modified files: lib/libc/net : res_init.c Log message: If fgetln() != NULL, len == 0 is impossible, so remove check. OK otto@ and jaredy@. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/23 02:45:04 Modified files: security/nessus: Makefile.inc security/nessus/core: distinfo security/nessus/core/patches: patch-Makefile security/nessus/core/pkg: PLIST security/nessus/libnasl: Makefile distinfo security/nessus/libnasl/patches: patch-libnasl_Makefile security/nessus/libraries: Makefile distinfo security/nessus/plugins: distinfo security/nessus/plugins/pkg: PLIST Removed files: security/nessus/libnasl/patches: patch-nasl_nasl_text_utils_c Log message: update to 2.2.8 . ok sturm@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/09/23 03:08:09 Modified files: . : events.html Log message: Location of OpenCON changed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 03:40:06 Modified files: infrastructure/mk: bsd.port.mk Log message: Fix install, as noticed by fgs: just do a partial depend on the package cookies, and also insist on running make package, which is necessary to make sure all MULTI_PACKAGES get built. Repair make clean=packages: make sure all packages get named using the same scheme as other multi-packages targets (that way, arch-indep subpackages get cleaned properly) CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/23 03:58:37 Removed files: es : items.html orders.html tshirts.html Log message: too old to survive, the rest is going soon, as well. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/23 04:14:34 Modified files: print/htmldoc : Makefile distinfo print/htmldoc/patches: patch-Makedefs_in patch-htmldoc_file_c print/htmldoc/pkg: PLIST Added files: print/htmldoc/patches: patch-htmldoc_http_h Log message: update to htmldoc 1.8.27 from maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:24:48 Modified files: graphics/gwenview: Makefile graphics/gwenview/pkg: DESCR Added files: graphics/gwenview/patches: patch-configure_in Log message: finish the update, remove no longer needed patch. Recognize (and use) libmng. Make sure we recognize the correct libexif, since old stuff would not work, and advertize the upcoming i18n package... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:25:35 Log message: i18n for gwenview Status: Vendor Tag: espie Release Tags: kde N ports/graphics/gwenview-i18n/Makefile N ports/graphics/gwenview-i18n/distinfo N ports/graphics/gwenview-i18n/pkg/DESCR N ports/graphics/gwenview-i18n/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/23 06:25:58 Modified files: lib/libpthread/uthread: uthread_fd.c Log message: fix a bug where the logic was reversed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:27:12 Modified files: graphics : Makefile Log message: +gwenview-i18n CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 07:29:58 Modified files: sys/dev/ic : pgt.c Log message: Update media state correctly. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/23 07:44:35 Modified files: databases/qdbm : Makefile distinfo databases/qdbm/patches: patch-Makefile_in databases/qdbm/pkg: PLIST Log message: Update to qdbm-1.8.70. Reminded by Jeremy Evans. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 07:44:42 Modified files: sys/dev/ic : pgt.c Log message: In pgt_media_status() also DPRINTF if the rate == 0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/23 07:48:28 Modified files: x11/kde/network3: Makefile Added files: x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_oscartypes_h Log message: Let the kopete icq plugin work with the latest ICQ protocol changes. From http://bugs.kde.org/show_bug.cgi?id=130630 'go ahead' espie@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/23 07:54:09 Modified files: games/bzflag/patches: patch-configure_ac Log message: unbreak build when ccache is installed by disabling it. from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/23 09:39:13 Log message: import p5-WWW-Wikipedia 1.9 WWW::Wikipedia provides an automated interface to the Wikipedia http://www.wikipedia.org, which is a free, collaborative, online encyclopedia. This module allows you to search for a topic and return the resulting entry. It also gives you access to related topics which are also available via the Wikipedia for that entry. ok steven Status: Vendor Tag: jasper Release Tags: jasper-23-09-2006 N ports/www/p5-WWW-Wikipedia/distinfo N ports/www/p5-WWW-Wikipedia/Makefile N ports/www/p5-WWW-Wikipedia/pkg/PLIST N ports/www/p5-WWW-Wikipedia/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/23 09:41:41 Modified files: www : Makefile Log message: p5-WWW-Wikipedia CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/23 09:44:04 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/pkg: PLIST Log message: upgrade to lighttpd 1.4.12 CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/09/23 09:49:36 Modified files: sysutils/wmmon : Makefile sysutils/wmmon/patches: patch-wmmon_wmmon_c Log message: When removable devices like USB disks are connected or disconnected, wmmon will spin and complain that it is unable to allocate memory for diskstats. This patch fixes that. ok steven CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 09:50:09 Added files: japanese/groff/patches: patch-devnippon_Makefile_sub Log message: fix breakage due to changes in make CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/23 10:51:04 Modified files: security/nikto : Makefile security/nikto/pkg: PLIST Log message: - make nikto -update work (problem reported by sebastian.rother@jpberlin.de) - no checksum on files that may be modified by -update - some cleanup and reordering - bump PKGNAME ok aanriot@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/23 12:05:31 Modified files: net/luasocket : Makefile distinfo net/luasocket/patches: patch-config patch-src_makefile net/luasocket/pkg: PFRAG.shared Log message: Update to LuaSocket 2.0.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 13:02:36 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 14:16:28 Modified files: sys/arch/sgi/conf: Makefile.sgi Log message: delete blank line; Paul Stoeber CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 14:35:46 Modified files: share/man/man4 : pgt.4 Log message: correct author chunk CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 16:28:43 Modified files: sys/dev/usb : if_zyd.c usbdevs Log message: Add TRENDnet TEW-429UB A. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 16:29:12 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/23 19:11:20 Modified files: . : events.html Log message: ryan speaking at AUUG slipped through the cracks. (bad ryan, bad bad bad) CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/23 19:22:52 Removed files: sys/ufs/lfs : README TODO lfs.h lfs_alloc.c lfs_balloc.c lfs_bio.c lfs_cksum.c lfs_debug.c lfs_extern.h lfs_inode.c lfs_segment.c lfs_subr.c lfs_syscalls.c lfs_vfsops.c lfs_vnops.c Log message: Zap LFS, okay deraadt@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/23 22:48:26 Modified files: . : events.html Log message: Slides to my talk in Coimbra are no more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/24 00:25:56 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/24 02:18:25 Modified files: share/man/man4 : pgt.4 Log message: use .Fx and .Ox; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/24 03:04:05 Modified files: usr.bin/make : suff.c Log message: revert for now, this breaks stuff elsewhere... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/24 03:10:10 Modified files: usr.bin/find : find.1 Log message: do not suggest that !expression and (expression) (without spaces) is valid; "from sander bos, with credit to peter bex" ok otto CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 08:14:03 Modified files: x11/ion : Makefile Log message: Location of tarball changed, noticed by Rui Reis CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 08:54:54 Modified files: sbin/dhclient : dhclient.c Log message: No point in checking for a NULL ifi after we've used it. Plus ifi is set once in main() and used everywhere without further checks. From Matthew R. Dempsky via tech@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 10:56:08 Modified files: devel/luafs : Makefile devel/luafs/patches: patch-Makefile patch-config Log message: Add regression test CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 11:18:16 Modified files: devel/luaalarm : Makefile devel/luaalarm/patches: patch-Makefile Added files: devel/luaalarm/patches: patch-test_lua Log message: Add regression test CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:23:07 Modified files: www/calamaris : Makefile distinfo Log message: Update to calamaris-2.59 and drop maintainership, I don't use this stuff anymore. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:25:22 Modified files: russian/xruskb : Makefile Log message: Drop maintainership, I don't need this stuff anymore since we now have proper LC_CTYPE support in libc. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:37:43 Modified files: net/ipcad : Makefile Log message: Drop maintainership, I don't use it anymore. The port is outdated, sorry, too much work to update it properly. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:40:30 Modified files: net/gabber : Makefile Log message: Drop maintainership, I don't use this stuff anymore. No update, sorry. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:41:31 Modified files: net/cnupm : Makefile Log message: Drop maintainership, the port is up-to-date. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:50:30 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: DESCR PLIST Log message: Update to gxemul-0.4.2. Tweak DESCR per author's suggestion. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/24 12:11:06 Modified files: xc/programs/xlock/xlock: xlock.man Log message: xautolock -> xidle CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:17:33 Modified files: emulators/fuse-utils: Makefile distinfo emulators/fuse-utils/patches: patch-configure emulators/fuse-utils/pkg: PLIST Log message: Update to 0.7.0 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/24 12:19:28 Modified files: sys/arch/alpha/conf: GENERIC Log message: add pgt(4). CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:23:25 Modified files: emulators/fuse : Makefile distinfo emulators/fuse/pkg: PLIST Log message: Update to 0.7.0 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:24:49 Modified files: emulators/BasiliskII: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:26:08 Modified files: devel/libspectrum: Makefile distinfo devel/libspectrum/patches: patch-configure Log message: Update to 0.2.2 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:30:58 Modified files: devel/libdsk : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:31:55 Modified files: devel/lib765 : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:32:46 Modified files: comms/openobex : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:33:44 Modified files: comms/obexftp : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:36:23 Modified files: comms/birda : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:42:32 Modified files: emulators/spectemu: Makefile Log message: Drop maintaintership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 13:02:46 Modified files: comms/birda : Makefile comms/obexftp : Makefile comms/openobex : Makefile devel/lib765 : Makefile devel/libdsk : Makefile emulators/BasiliskII: Makefile emulators/spectemu: Makefile net/cnupm : Makefile net/gabber : Makefile net/ipcad : Makefile russian/xruskb : Makefile Log message: Bump PKGNAME after the maintainership drop. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 14:29:52 Modified files: lib/libc/gen : disklabel.c sbin/disklabel : disklabel.c sys/arch/sparc/dev: presto.c sys/dev : ramdisk.c sys/sys : disklabel.h Log message: Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were not being used in the tree for anything obviously useful. Get it done early so we can find if there are non-obvious uses out there. ok deraadt@ beck@ CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/09/24 14:34:06 Modified files: net/tor : Makefile distinfo Log message: update to tor-0.1.1.23, from maintainer CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:37:14 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: update to 0.9.9 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:37:55 Modified files: security/prelude/manager: Makefile distinfo Log message: update to 0.9.6 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:38:52 Modified files: security/prelude/lml: Makefile distinfo security/prelude/lml/pkg: PLIST Log message: update to 0.9.7 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:39:40 Modified files: security/prelude/prewikka: Makefile distinfo security/prelude/prewikka/pkg: PLIST Log message: update to 0.9.7.1 . CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/24 15:09:26 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-asterisk_c patch-build_tools_make_defaults_h patch-cdr_Makefile patch-channels_Makefile patch-channels_chan_skinny_c patch-codecs_gsm_Makefile patch-db1-ast_Makefile patch-res_Makefile patch-utils_Makefile Log message: - update to 1.2.12.1 - be careful not to pick up odbc/popt if they happened to be installed from maintainer stuart henderson CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/24 15:52:49 Modified files: libexec/ld.so : loader.c Log message: Fill in the list of loaded segments for the main executable such that we can unprotect them if necessary for binaries that have TEXTREL set. ok drahn@, martin@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 16:43:00 Modified files: sys/arch/hp300/hp300: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c Log message: Bring hp300, mac68k and mvme68k disklabel initialization code into line with all other archs by initializing partitions up to RAWPART the same way. Should be no functional change. ok martin@ miod@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/24 17:07:48 Modified files: share/man/man4 : com.4 Log message: sgi synopsis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/24 17:16:48 Modified files: distrib/sets/lists/base: md.sparc distrib/sets/lists/comp: md.sparc Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/24 17:21:12 Modified files: . : events.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 18:00:20 Modified files: graphics/luagd : Makefile Log message: No need to link against Lua, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/24 18:01:59 Modified files: security/p0f : Makefile distinfo Log message: update to 2.0.8; from maintainer Rui Reis CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 20:39:06 Modified files: lang/lua : Makefile lang/lua/patches: patch-Makefile patch-src_Makefile lang/lua/pkg : PLIST Log message: Also provide a shared version of the Lua library Discussed with and okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 20:41:44 Modified files: x11/ion : Makefile Log message: Use shared flavor of the Lua library, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 21:01:46 Modified files: x11/xfce4 : Makefile.inc x11/xfce4/xfce4-lua-graph: Makefile x11/xfce4/xfce4-lua-graph/patches: patch-panel-plugin_Makefile_in patch-panel-plugin_luagraph_c Added files: x11/xfce4/xfce4-lua-graph/patches: patch-configure_ac Removed files: x11/xfce4/xfce4-lua-graph/patches: patch-configure Log message: Switch to Lua 5.1, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 21:16:35 Removed files: devel/luacopas/files: init.lua Log message: Zap unused file CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/24 22:41:10 Modified files: share/man/man4 : watchdog.4 share/man/man9 : wdog_register.9 Log message: Update my address. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/24 22:50:46 Modified files: share/man/man4 : uath.4 Log message: PLANET WDL-U357 should also work. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/24 22:51:20 Modified files: usr.bin/nc : socks.c Log message: Also accept "HTTP/1.1 200" as a success response. OK djm@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/24 22:55:38 Modified files: usr.bin/ssh : ssh-keyscan.1 ssh.1 Log message: Change "a SSH" to "an SSH". Hurray, I'm not the only one who pronounces "SSH" as "ess-ess-aich". OK jmc@ and stevesk@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/24 22:59:12 Modified files: . : want.html Log message: seems people receive, and then do not remove their requests! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/24 23:59:28 Modified files: usr.sbin/bind/bin/named/unix: os.c usr.sbin/bind/bin/rndc/unix: os.c usr.sbin/bind/lib/isc/unix: fsaccess.c usr.sbin/ppp/ppp: ether.c server.c tcp.c udp.c usr.sbin/ypserv/yppush: yppush.c usr.sbin/ypserv/ypserv: ypserv_proc.c usr.sbin/ypserv/ypxfr: ypxfr.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which leads to surprising results. Spotted by from Paul Stoeber, more to come. ok jaredy@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 00:03:29 Modified files: games/fortune/fortune: fortune.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 00:24:45 Modified files: . : donations.html Log message: insert period before new sentence CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 01:12:57 Modified files: sys/compat/hpux: hpux_file.c sys/compat/linux: linux_file.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come. ok miod@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 01:28:40 Modified files: build : mirrors.dat Log message: new: mirror.planetunix.net (ftp, http, rsync, anoncvs) from brian@planetunix.net CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 01:30:41 Modified files: . : ftp.html anoncvs.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/25 02:15:52 Modified files: fr : 40.html donations.html events.html want.html nl : 40.html donations.html tshirts.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 03:26:10 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: update p5-Module-CoreList to 2.08 ok steven CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/25 03:43:29 Modified files: fr : anoncvs.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/25 04:18:39 Modified files: usr.bin/ftp : fetch.c Log message: Support some additional HTTP redirect codes. "looks good" pedro, fgsch, ok otto CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 05:21:26 Modified files: emulators/simh : Makefile distinfo emulators/simh/pkg: PLIST Log message: update to 3.6.1. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 06:54:35 ports/textproc/py-xml/patches Update of /cvs/ports/textproc/py-xml/patches In directory cvs.openbsd.org:/tmp/cvs-serv11958/patches Log Message: Directory /cvs/ports/textproc/py-xml/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 06:55:30 Modified files: textproc/py-xml: Makefile textproc/py-xml/pkg: PLIST Added files: textproc/py-xml/patches: patch-test_regrtest_py Log message: some improvements from Will Maier (willmaier at ml1 dot net), brought to my attention by xsa@. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/25 08:14:16 Modified files: openbgpd : users.html Log message: more happy users in NL CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/25 08:25:56 Modified files: korean/hanterm-xf: Makefile distinfo korean/hanterm-xf/pkg: DESCR PLIST Added files: korean/hanterm-xf/patches: patch-Makefile_in patch-sinstall_sh Removed files: korean/hanterm-xf/patches: patch-Makefile Log message: update to hanterm 2.0.6-177. Submitted by Jung CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 10:08:53 Modified files: textproc/py-xml: Makefile Log message: make sure regress runs without any symlinks to the python interpreter. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/25 11:11:37 Modified files: x11/mplayer : Makefile Log message: convert to new lib specs. spotted by Matthias Kilian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 11:17:42 Modified files: devel/p5-Want : Makefile distinfo Log message: update p5-Want to 0.12 ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 11:18:26 Modified files: security/p5-GSSAPI: Makefile distinfo Log message: update p5-GSSAPI to 0.23 ok steven CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2006/09/25 12:31:14 Modified files: . : anoncvs.html cvsup.html cvsync.html build : mirrors.dat Log message: remove anoncvs.de.openbsd.org (grappa.unix-ag.uni-kl.de): offline due to hardware damage and lack of maintenance CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 12:32:07 Modified files: lib/libssl/src/apps: ca.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok djm@ CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/25 12:56:01 Log message: Import hydrogen-0.9.3. Hydrogen is an advanced drum machine. Its main goal is to bring professional yet simple and intuitive pattern-based drum programming. http://www.hydrogen-music.org/ Status: Vendor Tag: grange Release Tags: hydrogen_20060925 N ports/audio/hydrogen/Makefile N ports/audio/hydrogen/distinfo N ports/audio/hydrogen/patches/patch-src_lib_drivers_OssDriver_h N ports/audio/hydrogen/patches/patch-src_lib_drivers_OssDriver_cpp N ports/audio/hydrogen/patches/patch-configure N ports/audio/hydrogen/patches/patch-Makefile_in N ports/audio/hydrogen/patches/patch-plugins_wasp_Makefile_in N ports/audio/hydrogen/pkg/PLIST N ports/audio/hydrogen/pkg/DESCR N ports/audio/hydrogen/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/25 12:57:36 Modified files: audio : Makefile Log message: +hydrogen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/25 12:59:59 Modified files: usr.bin/ftp : fetch.c Log message: You forgot about -DSMALL and broke all the install media CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2006/09/25 13:14:29 Modified files: mail/sylpheed : Makefile distinfo mail/sylpheed/pkg: PLIST Log message: update to 2.2.9; new homepage ok couderc@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/25 13:20:03 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-configure Log message: monit-4.8.1; maintainer Ben Lovett CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/25 14:25:41 Modified files: lib/libm : Makefile Added files: lib/libm/arch/i387: s_llrint.S s_llrintf.S s_lrint.S s_lrintf.S lib/libm/src : s_llrint.c s_llrintf.c s_lrint.c s_lrintf.c Removed files: lib/libm/src : llrint.c llrintf.c lrint.c lrintf.c Log message: Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, s_lrint.c and s_lrintf.c, and add i387-specific assembler versions. ok deraadt@, otto@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 14:43:35 Modified files: gnu/usr.bin/binutils/gdb: remote-fileio.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/25 16:16:30 Modified files: games/bzflag : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/25 16:16:48 Modified files: lib/libm/src : s_llrintf.c Log message: Include s_llrint.c instead of ithe now removed llrint.c. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/25 16:28:11 Modified files: sys/arch/i386/i386: powernow-k8.c powernow-k7.c sys/arch/amd64/amd64: powernow-k8.c Log message: Martin Végiard has been kind enough to rescind the third clause of his license and strike the phrase "All rights reserved", so we can consolidate both license blocks into one. Thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/25 16:44:56 Modified files: sys/dev/pci : arc.c Log message: enabling interrupts isnt a bug, so dont put XXX next to it. only ack the interrupts we deal with in the interrupt handler. use the correct macros when setting the interrupt mask. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/25 16:49:28 Modified files: sys/dev/pci : arc.c Log message: well, this is embarrassing. it turns out a drivers detach code isnt called when the machine is shutting down, which meant my bits to stop bgrb and sync the cache werent being run. without those bits being run the filesystems on these controllers were never clean on reboot, so we'd always get an fsck. so now we provide a shutdown hook which does get run on shutdown to sync the cache properly. found by claudio@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/25 17:02:43 Modified files: lib/libc/net : getaddrinfo.3 getnameinfo.3 Log message: Remove unnecessary /* NOTREACHED */ comments because our lint is cool and recognizes __dead, and because shorter examples are clearer. OK otto@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:09:10 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for the DLink DGE-550SX and some unknown Marvell Yukon chipsets. From the Linux sky2 driver in the mm kernel tree. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:14:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/25 17:23:10 Modified files: devel/grcs : Makefile devel/grcs/patches: patch-src_conf_sh Log message: Use /usr/local/bin/g{co,merge} and /usr/bin/diff{,3} instead of the (possibly nonexistent) /usr/local/bin/{co,merge,diff,diff3} programs. OK jolan@ and pval@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:26:36 Modified files: sys/dev/pci : if_msk.c Log message: add the new PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:32:21 Modified files: share/man/man4 : sk.4 Log message: mention D-Link adapters. CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2006/09/25 17:48:47 Modified files: . : 40.html Log message: Flesh out the speed control section a little by mentioning p4tcc changes, and that powernow was added to the AMD64 arch. prodded by and ok ray@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/25 17:58:05 Modified files: usr.bin/rcs : rcsutil.c Log message: Remove debugging printf accidentally committed. OK joris@. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/25 18:00:38 Modified files: sys/arch/macppc/dev: mesh.c Log message: Make mesh compile again, it also works now too, from NetBSD with a lot of tweeks. Leave it commented out in GENERIC and files.macppc for now. ok kettenis@, brad@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/25 21:26:36 Modified files: usr.sbin/httpd/src/main: http_protocol.c Log message: escape error response to unsupported Expect: header, fixes CVE-2006-3918; ok cloder@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/25 23:33:20 Modified files: . : translation.html Log message: [it] is no longer maintained while [pl] is CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/26 00:11:42 Modified files: sys/arch/mac68k/mac68k: clock.c Log message: Go back to spl0, previous change broke Cuda adb; reported by Carl Bloomsburg. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 00:45:13 Modified files: sys/dev/pci : pciide.c Log message: Move some duplicated debug code into its own function. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 00:53:41 Modified files: sys/dev/pci : pciide.c Log message: Shrink the number of matches done in piixsata_chip_map, no functional change. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 03:26:36 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: fix races w/ getdirtybuf() usage that can violate normal softdep processing and temporarily create inconsistant on-disk ffs state and as well abuse kmem. pedro@ deraadt@ ok; tested by many CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/26 03:49:59 Modified files: faq/fr : faq8.html fr : 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 36.html 37.html 38.html 39.html 40.html alpha.html amd64.html anoncvs.html armish.html cats.html cvsup.html cvsync.html ftp.html hp300.html hppa.html i386.html index.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html plat.html ports.html sgi.html sparc.html sparc64.html stable.html vax.html zaurus.html openbgpd/fr : users.html openntpd/fr : portable.html openssh/fr : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 03:50:31 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: accidental extra %s in ddb printf CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/26 04:10:55 Modified files: . : press.html Log message: add interview with Bob on bsdtalk068 ok wvdputte@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/26 04:30:41 Modified files: usr.bin/rusers : rusers.c Log message: authunix_create_default() might return NULL; spotted by tbert; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/09/26 04:39:45 Modified files: . : orders.html Log message: Remove Linuxgrossen: they forgot to renew their domain so a domainbroker grabbed it. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/09/26 04:53:43 Modified files: usr.sbin/dvmrpd: in_cksum.c Log message: Simplify and make ISO chksum work on big endian machines. Found by me and corrected by claudio@ during the r2k6. ok claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/09/26 05:56:22 Modified files: usr.sbin/ospfd : in_cksum.c Log message: Sync in_cksum.c to the same version dvmrpd has. This fixes problems with odd packet lenght even though ospfd does not produce such packets. OK norby@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 06:23:40 Modified files: sys/dev/usb : usbdevs if_aue.c share/man/man4 : aue.4 Log message: Match ELECOM LD-USB20 From redzonemiata at yahoo.co.jp via FreeBSD PR 86195 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 06:24:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:26:21 Modified files: java/jlint : Makefile distinfo java/jlint/patches: patch-Makefile java/jlint/pkg : PLIST Removed files: java/jlint/patches: patch-jlint_cc Log message: upgrade to jlint 3.0 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:31:24 Modified files: devel/p5-IPC-Run3: Makefile distinfo Log message: upgrade to IPC-Run3 0.036 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:37:15 Modified files: archivers/p5-Compress-Zlib: Makefile distinfo Log message: update to 1.42 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:43:44 Modified files: devel/p5-Algorithm-Diff: Makefile distinfo Log message: upgrade to 1.1902 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:50:01 Modified files: devel/p5-Algorithm-Annotate: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 06:54:34 Modified files: sys/dev/ic : acx.c Log message: Get HostAP mode working and fix IBSS tweaks. From DragonFly driver. Tested by claudio and me so far. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:06:41 Modified files: devel/p5-Class-Autouse: Makefile distinfo Log message: upgrade to 1.27 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:08:47 Modified files: devel/p5-prefork: Makefile distinfo Log message: upgrade to 1.01 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 07:10:44 Modified files: sys/dev/pci : if_bge.c Log message: do not alloc jumbo buffers (3.5m per iface) and also do not allow card to receive large frames until mtu is set to higher value (later piece from brad); brad@ ok CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/26 07:11:38 Modified files: sys/net : if_tokensubr.c Log message: Fix compilation, okay henning@ mpf@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:46:27 Log message: Initial import of Taint-Runtime 0.02. This module aims to make using taint as painless as possible. Status: Vendor Tag: kevlo Release Tags: kevlo_2006-09-26 N ports/devel/p5-Taint-Runtime/Makefile N ports/devel/p5-Taint-Runtime/distinfo N ports/devel/p5-Taint-Runtime/pkg/DESCR N ports/devel/p5-Taint-Runtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:47:35 Modified files: devel : Makefile Log message: add p5-Taint-Runtime CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:48:46 Modified files: devel/p5-Clone : Makefile distinfo Log message: upgrade to 0.20 CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 08:18:28 Modified files: lib/libc/include: thread_private.h lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_close.c uthread_closefrom.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fcntl.c uthread_fd.c uthread_fork.c uthread_info_openbsd.c uthread_kqueue.c uthread_open.c uthread_pipe.c uthread_sig.c uthread_socket.c uthread_socketpair.c Log message: Part 2 of file descriptor race and deadlock corrections. Adjust design of file descriptor table to eliminate races with both opening and closing of file descriptor entries and eliminates one class of deadlocks. One nice side effect of this change in design should be better performance for applications that open and close many file descriptors due to reduced fd_table_lock contention and fd entry reuse. - Add entry states to manage use of entry and eliminate some closing races. fd entries are not deallocated upon close() now. - Call _thread_fd_table_init with one of five discreet modes to properly initialize an entry and manage the state transition to open. - When closing an entry hold the entry spinlock locked across the state transition and the _thread_sys_close call to close another race. - Introduce a new lock type FD_RDWR_CLOSE that transitions either a closed entry or an open entry into closing state and then waits for a RDWR lock so that the lock queue can unwind normally. All subsequent fd lock attempts for that entry are rejected with EBADF until the fd is fully closed, or reopened by dup2(). Once a thread holds the FD_RDWR_LOCK it is safe to close() it or dup2() on it. - When a thread creates a new fd there is a window of time when another thread could attempt to use the fd before the creating thread has initialized the entry for it. This can result in improper status_flags for the entry, so record the entries init mode, detect when this has happened and correct the status_flags when needed. reviewed by marc@ & brad@, tested by several, okay brad@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 08:50:37 Modified files: lib/libpthread/uthread: uthread_stack.c Log message: - Use mmap to allocate thread stacks instead of malloc. This prevents applications that install their own thread stack red-zones with mprotect PROT_NONE from entering the malloc pool when the pages are freed. - round up requested thread stack size to closest page boundary to simplify the red-zone calculations. okay brad@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 09:09:59 Modified files: lib/libpthread/uthread: uthread_fd.c Log message: style(9) extra space CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:25:49 Log message: port of Python setuptools-0.6c3: > setuptools is a collection of enhancements to the Python distutils > that allow you to more easily build and distribute Python packages, > especially ones that have dependencies on other packages. NB. this port requires support in python.port.mk that will be committed separately feedback and ok xsa@ Status: Vendor Tag: djm Release Tags: djm_20060926 N ports/devel/py-setuptools/Makefile N ports/devel/py-setuptools/distinfo N ports/devel/py-setuptools/pkg/DESCR N ports/devel/py-setuptools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:27:02 Modified files: lang/python : python.port.mk Log message: support bits for setuptools-style ports, activated using: MODPY_SETUPTOOLS = Yes feedback and ok xsa@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:27:39 Modified files: devel : Makefile Log message: +py-setuptools CVSROOT: /cvs Module name: src Changes by: jaredy@cvs.openbsd.org 2006/09/26 09:55:17 Modified files: usr.bin/grep : util.c grep.c Log message: Allow zero-length patterns with -x so $ grep -x "" matches empty lines as reported on misc@ by Martin Marusak . Initial diff by otto@ with tweaks by me. ok otto CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 11:48:19 Modified files: devel/jdk/1.5 : Makefile devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp Added files: devel/jdk/1.5/patches: patch-j2se_src_share_classes_java_util_TimeZone_java Log message: - Fix jdk build when timezone is GMT+0. Reported by Schöberle Dániel - Fix short Thread.sleep() issue. Reported by Mr David SH Rosenthal CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/26 12:20:50 Modified files: usr.bin/make : main.c Log message: It seems pointless to assign a variable the atoi() return value after the strtol() error checking block for the strtol() assignment for the same variable. ok brad mglocker CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/26 12:21:28 Modified files: usr.bin/find : find.1 Log message: clear up some confusion between operands and operators; with & ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/26 12:49:48 Modified files: share/man/man7 : ports.7 Log message: use .Pa for urls and avoid broken links; problem noticed by frederic culot (pr #5243) ok deraadt pval CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/26 13:07:22 Modified files: . : index.html Log message: update the "remote holes in default install phrase" info for OpenSSH bug from markus@, ok deraadt@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/26 13:13:10 Modified files: xc/programs/Xserver/os: log.c Log message: Reduce the number of unsafe (wrt signals) operations in the logging functions. They may be called from the SIGIO handler for mouse events. Problem reported by ray@, original patch by him with inputs from deraadt@ and tom@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 13:37:28 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: Set sk_jumbo_buf to NULL if malloc() fails in the for loop within [m]sk_alloc_jumbo_mem(). CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/26 13:59:25 Modified files: sys/dev/pci : pcidevs Log message: add GeForce 7300 GT, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/26 14:00:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 14:06:08 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gdk-pixbuf_Makefile_in Log message: link gdk-pixbuf-query-loaders with -pthread so that it can dlopen threaded shared libs such as x11/gnome/librsvg. based on a diff originally from Mikolaj Kucharski . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 14:55:06 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_3_9 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 15:07:43 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_3_8 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/26 15:10:53 Modified files: sys/netinet : in_pcb.h Log message: udp port 664 is sometimes also stolen on the wire by ipmi/asf balony. Did these vendors really really really not think? Absolute morons. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 15:32:49 Modified files: share/man/man4 : pgt.4 sys/dev/ic : pgt.c Log message: Start to get HostAP mode working for pgt(4). Works at the first try, but surely needs more testing and some more modifications. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 15:36:39 Modified files: graphics/gimp/stable: Makefile Added files: graphics/gimp/stable/patches: patch-app_Makefile_in Log message: link gimp with -pthread so it can dlopen threaded shlibs. fixes gimp when used under gnome. From Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/26 16:03:44 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: a better description of what our automatic keying example is up to; ok hshoexer CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/26 17:14:52 Modified files: distrib/sets/lists/comp: md.alpha distrib/sets/lists/base: md.alpha libexec/ld.so/alpha: Makefile.inc share/mk : bsd.own.mk sys/arch/alpha/stand: Makefile.inc Log message: switch alpha to gcc3; joint work with drahn@ and brad@ ok drahn@ brad@ mickey@ deraadt@ CVSROOT: /cvs Module name: XF4 Changes by: martin@cvs.openbsd.org 2006/09/26 17:17:26 Modified files: distrib/sets/lists/xbase: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/26 17:33:04 Modified files: lib/libc/gen : disklabel.c sys/arch/amd64/stand/libsa: diskprobe.c sys/arch/i386/stand/libsa: diskprobe.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c sys/dev/isa : fd.c mcd.c sys/scsi : cd.c sys/sys : disklabel.h sbin/disklabel : disklabel.c Log message: Zap D_REMOVABLE flag from disklabel. If you didn't already know that floppies and cd's were removable, displaying that fact in disklabel output was unlikely to help. And the display in disklabel was the only use of D_REMOVABLE in the tree. ok marco@ CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/26 17:40:40 Modified files: faq : current.html Log message: upgrade guide for the alpha gcc3 switch CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 17:48:56 Modified files: sys/dev/i2c : i2c_scan.c Log message: re-enable I2C_VERBOSE ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 17:57:16 Modified files: sys/dev/pci : if_bge.c Log message: update the comment for bge_chipinit(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/26 18:40:43 Modified files: sbin/disklabel : disklabel.c Log message: Oops. Missed a line. Fix so disklabel(8) compiles again. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/26 19:38:06 Modified files: . : index.html Log message: the extra words are not useful CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 20:27:04 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem(). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 22:34:36 Modified files: sys/dev/ic : acx100.c acx111.c Log message: add missing sys/device.h header. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 22:48:34 Modified files: sys/arch/alpha/conf: GENERIC Log message: add acx(4). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 23:44:47 Modified files: share/man/man4 : pgt.4 Log message: IBSS mode works so far, so mention it. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/27 00:25:46 Modified files: usr.bin/rcs : diff.c Log message: Plug memory leak. OK niallo@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/27 00:26:36 Modified files: usr.bin/rcs : ci.c Log message: Add and correct comments, spacing. OK niallo@. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 00:33:03 Modified files: sys/arch/alpha/conf: files.alpha sys/arch/amd64/conf: files.amd64 sys/arch/armish/conf: files.armish sys/arch/cats/conf: files.cats sys/arch/hppa/conf: files.hppa sys/arch/hppa64/conf: files.hppa64 sys/arch/macppc/conf: files.macppc sys/arch/sparc64/conf: files.sparc64 sys/arch/zaurus/conf: files.zaurus Log message: Add files.onewire to all our USB archs, it will be used soon. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 01:18:14 Modified files: sys/arch/sparc64/conf: GENERIC Log message: add pgt(4) and acx(4), work in progress. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/27 02:37:26 Modified files: de : anoncvs.html cvsup.html cvsync.html donations.html ftp.html items.html orders.html translation.html tshirts.html want.html faq/nl : current.html fr : 40.html ftp.html press.html translation.html nl : 40.html anoncvs.html cvsync.html index.html orders.html translation.html openbgpd/de : ftp.html users.html openbgpd/nl : ftp.html openntpd/de : ftp.html portable.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/27 02:38:58 Modified files: . : Makefile.cross Log message: alpha is gcc3 now CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/27 02:48:51 Modified files: sys/dev/mii : miidevs Log message: Add another two Vitesse PHYs, one from jmc's nfe(4), one from an axe(4) I have. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/27 02:49:17 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 02:54:44 Modified files: sys/dev/usb : files.usb sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/cats/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC share/man/man4 : Makefile onewire.4 usb.4 Added files: sys/dev/usb : uow.c uowreg.h share/man/man4 : uow.4 Log message: Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 03:13:31 Modified files: sys/arch/amd64 : Makefile sys/arch/luna88k: Makefile Log message: Fix tags file creating by removing unexisting paths. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/27 03:59:01 Modified files: faq : current.html Log message: better build new ld.so after new gcc was built CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/27 04:09:35 Modified files: infrastructure/mk: bsd.port.mk Log message: more fixes for new issues: let the update cookie depend on the `full' package cookie, so that an update will get all subpackages built. And a fix for an old issue: let make update proceed to update ALL subpackages, as seems the most natural. Create a subupdate target if one specifically wants to update a single package (and use it as dependency in the FORCE_UPDATE case). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/27 04:22:29 Modified files: share/man/man4 : uow.4 Log message: no need for a separate hardware section; CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/09/27 04:37:10 Modified files: . : errata.html errata36.html errata37.html errata38.html Log message: Remove repeated anchor (name="mvme88k") CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/27 04:45:55 Modified files: net/p5-POE-Component-IRC: Makefile net/p5-POE-Filter-IRCD: Makefile Log message: skip pkgspec for p5-POE, avoids trouble with annoying version numbers CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 06:13:10 Modified files: x11/Xdialog : Makefile distinfo Log message: update Xdialog to 2.3.1 ok steven CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 07:02:47 Modified files: sys/dev/usb : uow.c Log message: Add missing . CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/09/27 08:37:38 Modified files: usr.sbin/ospfd : interface.c ospfe.c ospfe.h packet.c Log message: Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use the source address and the interface index to find the corresponding struct interface which is less error prone. OK norby@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 08:40:55 Modified files: sys/dev/usb : uow.c Log message: Protect detach function with splusb. Call usbd_abort_pipe before closing pipe. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 09:02:45 Modified files: sys/dev/usb : uow.c Log message: Allocate xfer for bulk transfers only once on attach. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 09:15:07 Modified files: devel/p5-POE : Makefile distinfo devel/p5-POE/pkg: PLIST Log message: update p5-POE to 0.38 ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 09:19:14 Modified files: net/p5-POE-Filter-IRCD: Makefile distinfo Log message: update p5-POE-Filter-IRCD to 2.1 ok steven CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/09/27 09:30:11 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-src_stunnel_c patch-tools_Makefile_in patch-tools_stunnel_conf-sample_in Log message: stunnel v4.18 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 09:32:37 Modified files: sys/dev/usb : uow.c Log message: Move bulk-in transfer to the separate function. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 10:23:27 Modified files: distrib/sets/lists/base: md.alpha distrib/sets/lists/comp: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 10:29:56 Modified files: sys/dev/usb : uow.c uowreg.h Log message: Implement 1-wire byte read/write. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/27 11:56:11 Modified files: . : events.html Log message: fix CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 12:43:11 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable uath, works for me. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 13:26:54 Modified files: sys/dev/usb : uowreg.h Log message: Add remaining communication command codes and embedded parameter bits. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 13:35:17 Modified files: sys/dev/ic : pgt.c Log message: - do not bother printing the attach error message from the attach hook if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/27 13:54:37 Modified files: etc : rc rc.conf Log message: Add ifstated(8) startup bits. OK deraadt@, henning@, mcbride@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 13:57:54 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 14:12:14 Modified files: x11/ratpoison : Makefile distinfo x11/ratpoison/pkg: PLIST Added files: x11/ratpoison/patches: patch-configure_in patch-contrib_allwindows_sh Removed files: x11/ratpoison/patches: patch-configure patch-contrib_rpws patch-src_actions_c patch-src_editor_c Log message: - update ratpoison to 1.4.0 - enable history (from Matthias Kilian) ok naddy and MAINTAINER CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/27 14:43:41 Modified files: lib/libc/sys : wait.2 Log message: remove superfluous paranthesis from Matthew R. Dempsky ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 14:45:25 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: update p5-Net-Whois-Raw to 1.14 ok steven CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/09/27 15:05:08 Modified files: openssh : ftp.html index.html openbsd.html portable.html Added files: openssh/txt : release-4.4 Log message: web bits for OpenSSH-4.4/4.4p1 release CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/27 20:28:45 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Add Monsieur David Gwynne, okay jolan@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 21:43:21 Modified files: share/man/man4 : ath.4 Log message: remove the sentence mentioning the Prism GT chipset. in general man pages should only mention what hardware is supported. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 21:51:54 Modified files: sys/arch/alpha/conf: GENERIC Log message: - add a wireless section and move the existing PCI wireless drivers there. - add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 22:00:23 Modified files: sys/arch/sparc64/conf: GENERIC Log message: uath(4) works, kind of, sometimes... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 22:03:07 Modified files: sys/arch/alpha/conf: GENERIC Log message: add wb(4) in with the other network drivers and remove the UNTESTED section. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/27 23:02:33 Modified files: share/man/man4 : pgt.4 sys/dev/cardbus: files.cardbus Added files: sys/dev/cardbus: if_pgt_cardbus.c Log message: Add cardbus support for pgt(4). We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/27 23:08:18 Modified files: share/man/man4 : cardbus.4 Log message: Also add pgt(4) in here. CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/09/28 00:14:43 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: update Toby's coordinates; from weingart@ uncomment a few people that are active again now clean up whitespace CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/28 00:20:36 Modified files: openssh : ftp.html Log message: fix 4.4 release date. ok djm@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/28 01:36:20 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: I've moved to Budapest. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/28 04:20:26 Modified files: . : ftp.html Log message: my mirror is syncing from the master now CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:39:42 Modified files: build : mirrors.dat Log message: catai.net is now 2nd level FTP mirror, from martin@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:40:52 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:58:04 Modified files: build : mirrors.dat Log message: zap 11 entries that were commented out more than 2 months ago. No change in output, so no sync needed. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 09:11:46 Modified files: . : events.html Log message: write more details about who is at Systems 2006 in Munich ok wvdputte@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 10:55:15 Modified files: share/man/man4 : ppb.4 Log message: typo; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 10:57:23 Modified files: share/man/man4 : ppb.4 Log message: - kill useless .Tn - kill useless escaping CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/28 11:06:54 Modified files: usr.sbin/hostapd: parse.y Log message: fix the configuration parser for event rules: correct handling of multiple matches of the 'not' grammar rule and correct 'lladdr' address matching. figured out by Stephen Lewis (stephen at sock dot org dot uk), thanks! CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:13:33 Log message: ASN.1 library for Python. ok djm@. Status: Vendor Tag: xsa Release Tags: xsa_20060928 N ports/devel/py-asn1/Makefile N ports/devel/py-asn1/distinfo N ports/devel/py-asn1/pkg/DESCR N ports/devel/py-asn1/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:15:10 Modified files: devel : Makefile Log message: + py-asn1 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:19:13 Modified files: devel/py-asn1 : Makefile Log message: oops, fix CATEGORIES. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/28 11:43:42 Modified files: usr.sbin/hostapd: hostapd.c hostapd.h Log message: hostapd tree search speedup via inlined compare function suggested by Mike Belopuhov (mkb at crypt dot org dot ru) CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/28 12:19:14 Modified files: sys/dev/pci : amdiic.c amdpm.c ichiic.c piixpm.c Log message: Provide more info in error messages so we can see what's going on. And some cosmetics in debug messages while here. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 14:44:00 Modified files: share/man/man4 : acx.4 Log message: Bump firmware package to version 1.3, which includes an information file about the current firmware copyright / distribution condition now. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 14:56:09 Modified files: share/man/man4 : pgt.4 Log message: Bump firmware package to version 1.1, which includes an information file about the current firmware copyright / distribution condition now. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 15:24:11 Modified files: share/man/man4 : cardbus.4 pci.4 Log message: Update Connexant -> Conexant also in those files not just in pgt.4. Pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/28 16:00:40 Modified files: www/p5-HTML-Template: Makefile distinfo www/p5-HTML-Template/pkg: DESCR Log message: update to 2.8 from new maintainer Jim Dew after previous maintainer timeout arch independent, and extend DESCR while here CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/28 16:03:45 Modified files: www/p5-HTML-Template-Expr: Makefile distinfo Log message: update to 0.07, following HTML::Template from new maintainer Jim Dew also arch independent CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/28 17:42:45 Removed files: sys/arch/i386/i386: dkbad.c Log message: Remove an unused file. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 17:59:58 Modified files: share/man/man4 : pchb.4 Log message: better wording; ok mickey CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 18:34:05 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: openbsd.h Log message: garbage collect obsolete or unused macros - TARGET_ENDIAN_DEFAULT, PREFERRED_DEBUGGING_TYPE and ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL. ok kettenis@ martin@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 18:37:36 Modified files: libexec/spamd : spamd.8 Log message: typo; from sthen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 20:40:38 Modified files: sys/dev/ic : rtl81x9.c Log message: free the mbuf chain in rl_encap() if MGETHDR, MCLGET or bus_dmamap_load_mbuf() fail. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 22:56:31 Modified files: sys/dev/pci : pcidevs Log message: - add the Attansic Technology vendor id. - add the Attansic L1 Gig controller id. - add an unknown Marvell SATA controller id. - add the Matrox Millennium P650 PCIe adapter id. - add ids for the VIA Technologies VT3351 Host bridge. - add ids for the VIA Technologies VT8237A South bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 22:57:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 23:34:25 Modified files: sys/dev/pci : if_iwi.c Log message: add a missing format string to the beacon miss debug message. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/29 00:24:40 Modified files: de : 40.html errata.html errata36.html errata37.html errata38.html events.html ftp.html index.html press.html faq/de : current.html faq13.html faq/fr : current.html faq/nl : current.html fr : errata.html errata36.html errata37.html errata38.html events.html ftp.html index.html nl : ftp.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html openssh/de : ftp.html index.html openbsd.html portable.html openssh/fr : ftp.html index.html openbsd.html portable.html openssh/nl : ftp.html index.html openbsd.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/29 02:42:32 Modified files: sysutils/p5-Filesys-Virtual-Plain: Makefile distinfo Log message: update p5-Filesys-Virtual-Plain to 0.10 ok steven CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 02:43:07 Modified files: sys/dev/usb : usbdevs if_udav.c share/man/man4 : udav.4 Log message: Add support for HenTong WK-668, and match the generic DM9601 id while here. WK-668 id reported by mk at freeweb.ozi.nu CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 02:44:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/29 02:57:13 Modified files: textproc/p5-Font-TTF: Makefile distinfo textproc/p5-Font-TTF/pkg: PLIST Removed files: textproc/p5-Font-TTF/patches: patch-lib_Font_TTF_Table_pm Log message: - update p5-Font-TTF to 0.40 - remove NO_REGRESS - drop maintainership feedback and ok steven CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/29 04:04:17 Modified files: usr.sbin/afs/lib/libarla: Makefile Log message: remove an -O0 workaround for egcs/alpha; noone remembers why it was there and alpha is gcc3 now CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/09/29 04:29:13 Modified files: . : donations.html Log message: Donated a gfx card to matthieu, and a SCSI disk to miod, to keep him happy. ;-) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/29 04:51:27 Modified files: sbin/ipsecctl : ipsec.conf.5 ipsecctl.8 Log message: make it clearer what needs to be run, and how; push manual keying down the list; move the rc stuff from ipsecctl to ipsec.conf; ok hshoexer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/29 04:56:33 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: add a new section header, since DESCRIPTION is getting so large... CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 04:59:45 src/regress/lib/libc/strtod Update of /cvs/src/regress/lib/libc/strtod In directory cvs.openbsd.org:/tmp/cvs-serv6075/strtod Log Message: Directory /cvs/src/regress/lib/libc/strtod added to the repository CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 05:00:24 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/strtod: Makefile strtodtest.c Log message: add strtod() underflow test CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 08:35:29 Modified files: lib/libpthread/arch/powerpc: uthread_machdep.c Log message: powerpc stack needs a bit more headroom; needed because of mmap()ed stacks; report by Antoine Jacoutot; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/29 09:59:34 Modified files: devel/nspr : Makefile Log message: - add powerpc to ONLY_FOR_ARCHS. From Antoine Jacoutot - update MAINTAINER email while here CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 10:04:06 Modified files: sys/dev/ic : rtl81x9.c Log message: Discard packets in the receieve handler which are either too short or too large. From tsutsui@NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 10:59:59 Modified files: sys/dev/pci : if_em.c Log message: move the checksum stuff under EM_CSUM_OFFLOAD. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 11:35:45 Modified files: sys/dev/ic : re.c Log message: Only run the hardware diagnostic function re_diag() on adapters with the 8169 chipset, it is disabled by default anyway. Reset the TX interrupt mitigation counter in re_start() if no packets were queued and there are still TX descriptors in use. Write to the ISR and clear the link state in re_init(). From wpaul@FreeBSD CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 12:35:41 Modified files: sys/dev/usb : uowreg.h Log message: Add command and data FIFO size constants. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/29 13:31:23 Modified files: sys/arch/i386/pci: geodesc.c Log message: kill trailing some spaces CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 13:38:52 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Extend bus master interface so that block read/write operations can be offloaded to hardware. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 13:41:22 Modified files: sys/dev/usb : uow.c Log message: Implement block read/write operations. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/29 13:46:04 Modified files: sys/dev/ic : pcdisplay_subr.c pcdisplayvar.h vga.c sys/dev/isa : ega.c Log message: If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time we switch vt, so that the hardware cursor does not reappear after starting X11, and switching to a text vt. Spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/29 15:09:25 Modified files: sys/arch/i386/i386: powernow-k7.c Log message: If we don't find a matching CPU signature using the base CPUID call, try matching against the extended CPUID (0x80000001) signature. Problem found by, and patch based on work by jason@. ok jason@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/29 16:10:53 Modified files: lang/tcl/8.4 : Makefile Log message: INSTALL_DATA instead of cp to ensure correct file modes. from deanna@sdf.lonestar.org CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 16:22:33 Modified files: sys/dev/ic : rtl81x9.c Log message: cosmetic tweaking of the interrupt handler code. no functional change. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 21:02:45 Modified files: share/man/man4 : wpi.4 iwi.4 ipw.4 Log message: We have again tried to talk to Intel about being able to redistribute firmware and they are being totally unhelpful. If you'd like to tell Intel how screwed up this situation is, you should mail majid.awad@intel.com CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 22:06:51 Modified files: usr.bin/ssh : Tag: OPENBSD_3_9 OVERVIEW README atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c authfile.h bufaux.c buffer.c buffer.h canohost.c canohost.h channels.c channels.h cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c cipher.h cleanup.c clientloop.c clientloop.h compat.c compat.h compress.c compress.h crc32.c crc32.h deattack.c deattack.h dh.c dh.h dispatch.c dispatch.h dns.c dns.h fatal.c groupaccess.c groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c hostfile.h kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c key.h log.c log.h mac.c mac.h match.c match.h misc.c misc.h moduli.c monitor.c monitor.h monitor_fdpass.c monitor_fdpass.h monitor_mm.c monitor_mm.h monitor_wrap.c monitor_wrap.h msg.c msg.h myproposal.h nchan.c packet.c packet.h pathnames.h progressmeter.c progressmeter.h readconf.c readconf.h readpass.c rsa.c rsa.h scard.c scard.h scp.1 scp.c servconf.c servconf.h serverloop.c serverloop.h session.c session.h sftp-client.c sftp-common.c sftp-common.h sftp-glob.c sftp-server.8 sftp-server.c sftp.c sftp.h ssh-add.c ssh-agent.1 ssh-agent.c ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c ssh.1 ssh.c ssh.h ssh1.h ssh2.h ssh_config ssh_config.5 sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c ttymodes.h uidswap.c uidswap.h uuencode.c uuencode.h version.h xmalloc.c xmalloc.h usr.bin/ssh/lib: Tag: OPENBSD_3_9 Makefile usr.bin/ssh/sftp: Tag: OPENBSD_3_9 Makefile usr.bin/ssh/sftp-server: Tag: OPENBSD_3_9 Makefile Added files: usr.bin/ssh : Tag: OPENBSD_3_9 bufbn.c md-sha256.c Removed files: usr.bin/ssh : Tag: OPENBSD_3_9 README.dns README.tun bufaux.h getput.h includes.h Log message: upgrade to OpenSSH 4.4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 00:23:58 Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-Makefile_in patch-configure patch-subversion_bindings_swig_perl_native_Core_pm devel/subversion/pkg: PLIST Added files: devel/subversion/patches: patch-build-outputs_mk patch-subversion_bindings_swig_perl_native_Ra_pm Removed files: devel/subversion/patches: patch-subversion_clients_cmdline_main_c patch-subversion_svnadmin_main_c patch-subversion_svndumpfilter_main_c patch-subversion_svnlook_main_c patch-subversion_svnserve_main_c patch-subversion_svnversion_main_c Log message: update to subversion 1.4.0 for details, read http://subversion.tigris.org/svn_1.4_releasenotes.html from maintainer Sigfred Haversen go ahead pval CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/30 02:04:04 Modified files: share/man/man4 : rum.4 Log message: TP-LINK TL-WN321G should work as well. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 02:50:57 Modified files: sys/dev/onewire: onewire.c Log message: Convert from using lockmgr to rwlock. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:55:04 Removed files: faq/cs : faq1.html faq10.html faq11.html faq12.html faq13.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html index.html upgrade-minifaq.html Log message: not maintained anymore, time to go. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:57:25 Modified files: . : events.html Log message: missing mailto: Thanks to Antoine Jacoutot CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:57:54 Modified files: de : donations.html fr : donations.html events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/09/30 04:12:24 Modified files: build : support.dat Log message: - add Evolix, Marseille. - while there, zap a likely dead entry (discussed with saad) ok saad@ grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/09/30 04:14:52 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:26:17 Modified files: sys/dev/usb : uow.c Log message: Add new parameter to uow_cmd() to set command type. Create aliases uow_ctlcmd(), uow_commcmd() and uow_modecmd() for sending control, communication and mode commands. No functional changes. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:35:42 Modified files: sys/dev/usb : uow.c Log message: Reset device on attach. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:42:30 Modified files: sys/dev/usb : uow.c Log message: More useful error messages. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:54:55 Modified files: sys/dev/usb : uow.c Log message: Pretty. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:14:29 Modified files: devel/p5-IO-String: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 05:24:58 Modified files: sys/dev/usb : uow.c Log message: Reset device on errors. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:28:19 Modified files: devel/p5-File-Type: Makefile Log message: arch-independent CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:29:18 Modified files: devel/p5-Data-Hierarchy: Makefile distinfo Log message: update to 0.31 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:35:39 Modified files: devel/p5-Locale-Maketext-Simple: Makefile distinfo Log message: update to 0.18 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:44:30 Modified files: devel/p5-IO-Digest: Makefile devel/p5-IO-Pager: Makefile devel/p5-PerlIO-via-symlink: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:08:48 Modified files: devel/p5-Data-UUID: Makefile distinfo Log message: update to p5-Data-UUID 0.145 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:18:20 Modified files: devel/p5-Class-Date: Makefile distinfo Log message: upgrade to p5-Class-Date 1.1.9 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:19:51 Modified files: devel/p5-Data-Flow: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:26:13 Modified files: net/lftp : Makefile distinfo Log message: upgrade to lftp 3.5.4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 06:45:16 Modified files: games/bzflag : Makefile games/bzflag/patches: patch-configure_ac Added files: games/bzflag/patches: patch-src_bzflag_WorldBuilder_cxx patch-src_bzflag_clientCommands_cxx patch-src_bzfs_WorldInfo_cxx patch-src_mediafile_PNGImageFile_cxx Log message: make it use our libz instead of building its own. from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 07:45:21 Modified files: devel/p5-Class-Accessor: Makefile distinfo devel/p5-Class-Accessor/pkg: PLIST Log message: update to 0.27 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 07:53:33 Modified files: devel/p5-File-chdir: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 08:05:38 Modified files: www/p5-HTML-Tree: Makefile distinfo Log message: upgrade to 3.21 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/30 08:31:28 Modified files: sys/ddb : db_command.c sys/kern : kern_malloc.c sys/sys : malloc.h Log message: no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; miod@ ok CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/30 08:31:59 Modified files: share/man/man9 : mbuf_tags.9 Log message: Better description of PF mbuf tags, from Diego Casati Tweaks by jmc@, okay henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/30 08:34:13 Modified files: usr.bin/nm : elf.c elfuncs.h Log message: Some fixes for running nm on ELF binaries. - Fix printing the symbol type of undefined symbols. - Fall back onto the dynamic symbol table if the normal symbol table is not available (i.e. if the binary has been stripped). ok mickey@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 08:34:28 Modified files: devel/svk : Makefile distinfo devel/svk/patches: patch-Makefile_PL Log message: update to svk 1.08 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/30 08:47:52 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: simply getdirtybuf to take a plain buf* as there is no need otherwise; no functional change; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/30 09:12:00 Modified files: devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST Log message: use MODPY_SETUPTOOLS to pick up setuptools version metadata, needed by some things that I'm working on; ok xsa@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 09:52:21 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Allow to offload the match rom command to hardware. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 09:53:49 Modified files: sys/dev/usb : uow.c Log message: Implement match rom command. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/30 11:08:43 Modified files: sys/dev/pci : pcidevs Log message: yet another nVidia GeForce 6800GT id, from Sam Fourman Jr. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/30 11:09:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 11:45:32 Modified files: sys/dev/onewire: onewire.c Log message: Reduce max number of devices per bus to 16. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/30 11:48:23 Modified files: kerberosV/src/appl/login: limits_conf.c kerberosV/src/lib/hdb: hdb-ldap.c sbin/mount : getmntopts.c usr.bin/ssh : sftp.c Log message: Clear errno before calling the strtol functions. From Paul Stoeber . OK deraadt@. CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2006/09/30 12:36:41 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: update my location. what was here so far was a broad guess someone did for me long ago. now this is where my garden table is, according to this gps thingie CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/30 12:47:25 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-sdk_oo_util_makefile_pmk editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-epm_epm_3_7_patch patch-odk_source_unoapploader_unx_makefile_mk patch-odk_util_makefile_pmk Log message: enable odk, binfilter, qadevooo and use our malloc(3) instead of using OOo's own allocation system; add an OpenBSD ifdef to epm to use the correct tar(1) arguments; bump PKGNAME; CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/09/30 12:59:40 ports/devel/apr-util/patches Update of /cvs/ports/devel/apr-util/patches In directory cvs.openbsd.org:/tmp/cvs-serv2636/patches Log Message: Directory /cvs/ports/devel/apr-util/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/09/30 13:08:22 Modified files: devel/apr-util : Makefile Added files: devel/apr-util/patches: patch-test_Makefile_in Log message: - Fix RUN_DEPENDS; now libtool isn't run-time dependency (Noticed by Eric Faurot ) - Fix regression tests - Bump PKGNAME CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/30 13:12:43 Modified files: . : donations.html Log message: remove hrefs from donors where site is either used by domain grabber, no longer existant, or rendering a 403/404. Diff from Marcus Popp ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/09/30 14:40:10 Modified files: net/pptp : Makefile net/pptp/files : pptp_8 Log message: correct mentioning of ppp (instead of pppd, which is wrong) in pptp(8) man page supplied by the port itself. ok from maintainer and sturm@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 16:03:56 Modified files: net/net-snmp : Makefile net/net-snmp/patches: patch-agent_mibgroup_ucd_snmp_h Log message: make access to various memory bits like the enterprises.ucdavis.memory tree work again on OpenBSD 4. from Jim Dew CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 16:31:21 Modified files: infrastructure/db: systrace.filter Log message: permit semaphore related syscalls; this allows building dk-milter and dkim-milter with systrace. ok sturm@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/30 17:44:17 Modified files: sbin/ifconfig : ifconfig.c Log message: Don't use uninitialized variable. From Peter Philipp . OK deraadt@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:20:12 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. From the Linux tg3 driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:20:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:34:07 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. the BCM5906/BCM5906M ids are not enabled for now; these chips are quite a bit different from the others and are currently unsupported. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/30 22:46:19 Modified files: devel/libusb : Makefile devel/libusb/pkg: PLIST Removed files: devel/libusb/patches: patch-ltmain_sh Log message: - g/c the --enable-static option, libusb builds a static lib by default - g/c the unused libtool patch - sync the PLIST CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 01:38:55 Modified files: share/man/man4 : owtemp.4 Log message: Mention DS18S20 as supported. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 02:09:04 Modified files: sys/dev/onewire: owtemp.c Log message: Protect sensor_task_unregister() with some locking. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 04:42:18 Modified files: sys/scsi : safte.c ses.c Log message: Free sensors on detach. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/01 04:43:38 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-Makedefs_in patch-backend_betest_c patch-cgi-bin_admin_c patch-config-scripts_cups-sharedlibs_m4 patch-configure patch-cups_Makefile patch-filter_Makefile patch-filter_imagetops_c patch-filter_imagetoraster_c patch-scheduler_Makefile patch-systemv_lpadmin_c patch-test_run-stp-tests_sh print/cups/pkg : PLIST Added files: print/cups/patches: patch-init_cups_sh_in patch-scheduler_cups-driverd_c Removed files: print/cups/patches: patch-cups_sh_in patch-data_testprint_ps patch-doc_documentation_html patch-doc_sam_html patch-doc_sam_shtml patch-filter_image-png_c patch-pdftops_Catalog_cxx patch-pdftops_Stream_cxx patch-pdftops_Stream_h patch-pdftops_XRef_cxx patch-scheduler_dirsvc_c patch-scheduler_main_c patch-systemv_Makefile Log message: Update to CUPS 1.2.4, which has lots of improvements over the old version we had, like better support for foreign languages and the usual plethora of bugfixes. tested on various architectures and with various applications that use CUPS as their printing system. I verified that all ports that are depending on CUPS still build. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 04:52:11 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: fpu.h Log message: Switch fpu control word to the hardware default. This makes us use 64-bit precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/01 05:04:24 Modified files: openssh : portable.html Log message: Berlin was removed from main mirror lists some time ago, and ftp.de got re-assigned to Erlangen. So just drop this record. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/01 05:12:25 Modified files: . : events.html Log message: Add the talks that were submitted for OpenCON 2006 by David Gwynne, Gordon Klok, and Can Erin Acar. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/01 05:30:53 Modified files: usr.bin/find : find.1 Log message: rewrite the piece about separate arguments to not confuse jmc@. ok jmc@ kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/01 05:36:33 Modified files: lib/libc/stdlib: strtod.c Log message: Make a var volatile, which forces a mem write at the right spot, and detctecion of underflow where it would otherwise not happen for FPUs that have a larger register size than sizeof double (i386, m68k). ok deraadt@ weingart@ kettenis@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 05:43:40 Modified files: sys/dev/onewire: owtemp.c Log message: Don't reuse bus lock for locking sensor task thread. Use a separate lock. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/01 06:35:47 Modified files: www/dillo : Makefile Log message: add missing WANTLIB (stdc++) ok pvalchev CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/01 07:00:47 Modified files: sys/scsi : scsiconf.c Log message: whitespace tweaks CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:02:40 Modified files: sys/dev/mii : miidevs Log message: add a few new Marvell ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:03:01 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:17:25 Modified files: sys/dev/mii : eephy.c Log message: add a few new Marvell ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:47:03 Modified files: sys/dev/mii : eephy.c Log message: initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/01 10:02:24 Modified files: print/cups : Makefile print/cups/patches: patch-scheduler_Makefile Log message: Make this port build with USE_SYSTRACE=Yes. I forgot parts of a patch to scheduler/Makefile, sorry, guys! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 11:29:48 Modified files: sys/dev/mii : brgphy.c sys/dev/pci : if_bge.c if_bgereg.h Log message: pack several boolean fields into the existing bge_flags field. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:07:56 Modified files: sys/arch/i386/include: npx.h Log message: Switch fpu control word to the hardware default. This makes us use 64-bit precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:14:40 Modified files: sys/arch/i386/include: float.h Log message: Adjust for change of fpu control word. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:16:54 Modified files: sys/arch/amd64/include: float.h Log message: Adjust for change of fpu control word. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/01 12:47:08 Modified files: . : press.html Log message: Catch up a bit: Damien in Kerneltrap, Beck on spamd, Anil/Christop on Xen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 14:51:36 Modified files: sys/dev/isa : if_ec.c if_we.c Log message: fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg printing. reported/tested by and okay nick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:13:45 Modified files: sys/dev/ic : pgt.c Log message: Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t and mglocker@ and I both have seen values up to 240. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:26:22 Modified files: sys/dev/ic : pgt.c Log message: Kill some #if 0 code. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/01 15:46:34 Modified files: sys/dev/pci : maestro.c Removed files: sys/dev/pci : maestro_reg.h Log message: zap maestro_reg.h, since it's only used in the kernel. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/01 15:48:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: bye bye maestro_reg* CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:49:08 Modified files: sys/dev/ic : pgt.c pgtreg.h Log message: Get rid of this strange pgt_data_frame which is unused. Nice side-effect is an easier to read pgt_datarx_completion. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 16:03:25 Modified files: sys/dev/ic : pgt.c pgtreg.h Log message: Make monitor mode work by prepending the right kind headers and fixing the channel selection code. Joint work with mglocker@, OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/01 16:23:47 Modified files: mail/mozilla-thunderbird: Makefile math/octave : Makefile www/galeon : Makefile www/minimo : Makefile www/mozilla : Makefile www/mozilla-firefox: Makefile Log message: stop using the gcc3 module on the alpha architecture. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/01 16:34:51 Modified files: . : plat.html Log message: OpenBSD/cats was a nice stepping stone, however future ARM work will occur on other platforms. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/01 16:45:10 Modified files: . : cats.html Log message: OpenBSD/cats is no longer supported. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:02:12 Log message: import of spidermonkey 1.5 SpiderMonkey is the code-name for Mozilla's C implementation of JavaScript. from Antoine Jacoutot with some patches from FreeBSD. Status: Vendor Tag: steven Release Tags: steven-20061001 N ports/lang/spidermonkey/distinfo N ports/lang/spidermonkey/Makefile N ports/lang/spidermonkey/pkg/DESCR N ports/lang/spidermonkey/pkg/PLIST N ports/lang/spidermonkey/pkg/PFRAG.shared N ports/lang/spidermonkey/patches/patch-src_jsapi_c N ports/lang/spidermonkey/patches/patch-src_js_c N ports/lang/spidermonkey/patches/patch-src_jscntxt_c N ports/lang/spidermonkey/patches/patch-src_jstypes_h N ports/lang/spidermonkey/patches/patch-src_jsosdep_h N ports/lang/spidermonkey/patches/patch-src_jsprf_c N ports/lang/spidermonkey/patches/patch-src_Makefile_ref N ports/lang/spidermonkey/patches/patch-src_config_Linux_All_mk N ports/lang/spidermonkey/patches/patch-src_rules_mk N ports/lang/spidermonkey/patches/patch-src_config_mk N ports/lang/spidermonkey/patches/patch-src_jslock_c N ports/lang/spidermonkey/patches/patch-src_jsopcode_c N ports/lang/spidermonkey/patches/patch-src_jspubtd_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:03:24 Modified files: lang : Makefile Log message: +spidermonkey CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:18:07 Modified files: math/octave : Makefile Log message: skip MODGCC3, since it does not build on sparc anyway. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/01 17:18:15 Modified files: faq : upgrade40.html Log message: fill out the file lists. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 18:28:09 Modified files: sys/dev/pci : if_ixgb.c Log message: move the checksum stuff under IXGB_CSUM_OFFLOAD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:29:46 Modified files: sys/dev/pci : if_bnxreg.h Log message: new structure for the firmware blob; ok brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:30:13 Modified files: sys/dev/microcode/bnx: build.c Log message: actually put all the require firmware bits into the file CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:30:22 Modified files: sys/dev/microcode: Makefile Log message: enable bnx firmware builds CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:31:11 Modified files: distrib/sets/lists/base: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 21:44:18 Modified files: sys/dev/mii : eephy.c Log message: return EINVAL for the Gig manual media types when attached to a Fast Ethernet PHY. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 22:09:20 Modified files: sys/dev/mii : eephy.c Log message: do not bother to read the esr and isr registers in the status routine just to end up not using the information read. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/01 23:03:26 Modified files: share/man/man4 : pgt.4 Log message: Since monitor mode works now, mention it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 00:03:31 Modified files: sys/dev/microcode/bnx: build.c Log message: remove variable we do not need CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/02 01:30:27 Modified files: . : press.html Log message: oops CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/02 01:48:08 Modified files: lang/ruby : Makefile distinfo lang/ruby/patches: patch-configure lang/ruby/pkg : PLIST Removed files: lang/ruby/patches: patch-lib_webrick_httpservlet_filehandler_rb Log message: Update to ruby-1.8.5. See http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog for a summary of changes. tested by krw@ ok msf@, sturm@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/02 01:48:16 Modified files: . : events.html Log message: Correct canacar's name. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 01:50:25 Modified files: usr.bin/tail : tail.1 Log message: reword a clunky sentence; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 01:56:22 Modified files: usr.bin/tail : tail.1 Log message: - simplify a list item - use .Ex CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 02:05:33 Modified files: usr.bin/find : find.1 Log message: remove some unneccessary escaping; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/02 03:06:26 Modified files: sys/scsi : scsiconf.c scsiconf.h st.c Log message: get rid of a boolean typedef. this is c, we have ints, deal with it. ok marco@ krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 03:37:14 Modified files: infrastructure/mk: bsd.port.mk Log message: fix FETCH_PACKAGES: create a real target (packages/arch/cache/pkgname.tgz) and link to it from elsewhere. Fixes the no-arch case, and makes it ways easier to find out what was retrieved through the cache. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 03:59:05 Modified files: print/cups : Makefile print/cups/pkg : PLIST Log message: Add a missing directory. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 04:06:03 Modified files: print/cups : Makefile Log message: Remove unused left-overs. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 05:48:06 Modified files: print/cups : Makefile print/cups/pkg : DESCR Log message: Add an ldap FLAVOR to allow printer sharing via LDAP and mention the available FLAVORs in pkg/DESCR. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/02 06:01:40 Modified files: lib/libutil : readlabel.c Log message: Fix off by one comparison. FSMAXTYPES is the last valid index into fstypesnames[], but that entry is NULL. The last valid file system name is at fstypesnames[FSMAXTYPES-1]. Encountered and diagnosed by pedro@. ok pedro@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/02 07:08:12 Modified files: devel/p5-SVN-Mirror: Makefile distinfo Log message: upgrade to p5-SVN-Mirror 0.70 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/02 07:56:35 Modified files: www/p5-HTML-TableExtract: Makefile distinfo Log message: upgrade to 2.10 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/02 08:01:29 Added files: faq : upgrade40.patch Log message: Add the 3.9->4.0 patch file. Tested a number of times, but as always, look it over and test, don't blindly trust. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 08:22:31 Modified files: build : mirrors.dat Log message: ftp.fi.debian.org stops mirroring OpenBSD. Via www@ from maintainer Heikki Vatiainen , thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 08:23:22 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 08:32:54 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/patches: patch-libjbig_Makefile Log message: switch to -fPIC, required by alpha CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/02 08:47:20 Modified files: de : events.html faq/fr : upgrade40.html fr : cats.html donations.html events.html plat.html press.html openssh/fr : donations.html portable.html openssh/ja : ftp.html index.html openbsd.html portable.html windows.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 10:00:21 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/files: Makefile.config.OpenBSD Log message: - update to 10.26.31: bug fixes - drop no longer required workaround for alpha; from brad@ - switch to -fPIC, required by alpha CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 10:56:00 Modified files: sys/dev/pci : pcidevs Log message: add the ServerWorks PCIe bridge ids and correct an unknown ServerWorks SATA entry; it seems this id is the HT-1000 SATA controller but in an IDE compat mode depending on a BIOS setting. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:06:23 Modified files: sys/dev/pci : pcidevs Log message: gah. ensure the entries are unique. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:07:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 11:26:34 Modified files: infrastructure/mk: bsd.port.mk Log message: oops, do not unset SUBPACKAGE Move BULK_COOKIE for package to the redirector, so that we do not clean in subpackage cases, but instead wait for all the packages to be built. Also, introduce FORCE_UPDATE=hard: with signatures, -F installed is most often not necessary... CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/10/02 11:34:36 Modified files: devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST Log message: correct PKGNAME and zap extra file that crept in CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/02 11:45:33 Modified files: sys/arch/armish/include: exec.h sys/arch/cats/include: exec.h sys/arch/zaurus/include: exec.h Added files: sys/arch/arm/include: exec.h Log message: One to bind them all. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/02 11:47:09 Modified files: www/linkchecker: Makefile distinfo Log message: update linkchecker to 4.5 ok alek CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:52:24 Modified files: sys/dev/pci : pcidevs Log message: revert this change. after a little more digging I found some conflicting information. I'm not really sure if this is a compat mode id or not. so just revert back to SATA and label it with the chipset it comes from. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:52:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:56:41 Modified files: sys/dev/pci : pciide.c Log message: sync the ServerWorks ids. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/02 12:06:55 Modified files: sys/dev/ic : pgt.c pgtvar.h sys/dev/pci : if_pgt_pci.c sys/dev/cardbus: if_pgt_cardbus.c Log message: Simplify device attachment. From brad@ with a tiny correction. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/02 12:12:33 Modified files: x11/rdesktop : Makefile distinfo Log message: Trivial version bump. Update my email address while I'm there. ok pvalchev CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 12:48:01 Modified files: infrastructure/package: register-plist Log message: let register-plist show stuff in a format ready for copy-paste. Suggestion from alek@, took it one step further... CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/02 12:54:09 Modified files: lang/python : Makefile.inc Log message: Zap no_tests and no_tools flavors. Packages -tools and -tests don't depend on other packages besides main python package so there is no reason to not to build them by default. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:30:19 Modified files: sbin/atactl : atactl.8 atactl.c Log message: simplify SYNOPSIS and sync usage(); CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:36:46 Modified files: build : mirrors.dat Log message: silly me adjusted .de.openbsd.org entries and forgot to make the entry for Erlangen mirror reflect the new situation. So, move Erlangen from anoncvs2 to anoncvs now. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:38:33 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:38:51 Modified files: sbin/atactl : atactl.8 Log message: standard EXAMPLES; CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:39:54 Modified files: share/man/man4 : acpi.4 Log message: Merge the ACPI device man pages into acpi(4) after discussion with and input from jmc and marco. ok jmc marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:40:21 Removed files: share/man/man4 : acpibat.4 acpihpet.4 acpitimer.4 Log message: Remove old ACPI pages. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:42:58 Modified files: share/man/man4 : Makefile Log message: Remove old ACPI device page builds (reorder build order alphabetically while there). MLINKS+= the new acpi(4) page to the ACPI device page names. ok jmc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:47:13 Modified files: sbin/atactl : atactl.8 Log message: various tweaks to smarten this page up a bit; CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:56:26 Modified files: . : donations.html Log message: remove still more links to domain grabbers and plain ads sites, diff from Marcus Popp ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 14:21:24 Modified files: share/man/man4 : Makefile Log message: Fully sort MLINKS. ok jmc CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/02 14:29:41 Modified files: lang/python : Makefile.inc Log message: Set PKG_ARGS while setting NO64BIT CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 14:35:29 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20060930 snapshot CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/02 15:00:28 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill October ok mickey CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 15:42:27 Modified files: x11/qt2 : Makefile Log message: remove kludge for alpha gcc2 bug; prodded by brad@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/02 15:46:43 Modified files: sys/dev/ic : pgt.c Log message: Zap unused MLME routines. Probably they were just used in WPA mode. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/02 15:58:25 Log message: import CBLAS, a C interface to the BLAS library. port started by ckuethe Status: Vendor Tag: steven Release Tags: steven-20061002 N ports/math/cblas/Makefile N ports/math/cblas/distinfo N ports/math/cblas/files/Makefile N ports/math/cblas/pkg/DESCR N ports/math/cblas/pkg/PLIST N ports/math/cblas/pkg/PFRAG.shared N ports/math/cblas/patches/patch-testing_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/02 15:59:12 Modified files: math : Makefile Log message: +cblas CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/02 17:03:56 Modified files: usr.bin/vmstat : vmstat.c Log message: Fix error messages, okay ray@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 17:18:26 Modified files: x11/qt2 : Makefile Log message: bump CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/02 17:22:24 Modified files: build : mirrors.dat Log message: re-add ftp.duth.gr which is back up to date, reminded by maintainer CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/02 17:22:44 Modified files: openntpd : ftp.html portable.html openbgpd : ftp.html . : ftp.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/02 18:03:03 Log message: Initial import of qgo-1.5.1 qgo is a full featured SGF editor and Go Client for NNGS/IGS/etc. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061003 N ports/games/qgo/distinfo N ports/games/qgo/Makefile N ports/games/qgo/pkg/PLIST N ports/games/qgo/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/02 18:04:14 Modified files: games : Makefile Log message: +qgo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 18:49:09 Modified files: usr.sbin/ntpd : parse.y Log message: strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yves@spootnik.org CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/02 19:37:22 Modified files: sys/arch/aviion/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Don't load bad144 bad sector information into disklabels for archs that don't have wd* in GENERIC, since wd* is the only place such info is being used. First step of eliminating bad144 bad sector info from all disklabels. 'go go go' deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/02 20:29:14 Modified files: lib/libpthread/uthread: uthread_dup2.c Log message: upon success dup2() returns newfd so don't overwrite it with _thread_fd_table_init()'s return value and blow it away. fixes firefox plugin problem noticed by jolan@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/02 20:59:36 Modified files: lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_connect.c uthread_kern.c uthread_kevent.c uthread_poll.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_select.c uthread_sendmsg.c uthread_sendto.c uthread_write.c uthread_writev.c Log message: Last Part of file descriptor race and deadlock corrections. When a fd enters the closing state prevent any threads from polling the fd and reschedule the thread with the closing_fd flag set. This fixes a class of deadlocks where a thread is blocked waiting for data (that may never arrive) and a later thread calls close() or dup2() on the fd. okay brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 22:52:03 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-sql_mysqld_cc databases/mysql/pkg: PLIST-server PLIST-tests Added files: databases/mysql/patches: patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 23:00:49 Modified files: www/squid : Makefile distinfo www/squid/patches: gcc-patch-lib_Makefile_in patch-configure_in patch-errors_Makefile_in patch-helpers_basic_auth_MSNT_Makefile_in patch-icons_Makefile_in patch-src_Makefile_in patch-src_cf_data_pre patch-src_client_side_c www/squid/pkg : PLIST Added files: www/squid/patches: patch-tools_Makefile_in Log message: upgrade to 2.6.STABLE4 Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL, as well as many other improvements. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 23:05:42 Modified files: distrib/sets/lists/base: md.alpha md.hppa md.macppc md.sgi md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/02 23:17:29 Modified files: security/prelude/manager: Makefile security/prelude/manager/patches: patch-Makefile_in patch-prelude-manager_conf_in security/prelude/manager/pkg: PLIST Removed files: security/prelude/manager/patches: patch-configure Log message: - run by default as _prelude instead of root. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/03 00:00:03 Modified files: math/blas : Makefile Log message: Process manpages after compiling source. This makes it possible to interrupt and restart the build of this port. ok steven CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 00:17:57 Modified files: . : lyrics.html Added files: images : 33song.gif 34song.gif 35song.gif Removed files: images : Barbarian-song.gif Carp_song.gif PuffyHood_song.gif Log message: bit of prep & cleanup CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/03 00:28:22 Modified files: . : INDEX Log message: sync, 3689 unzels CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 03:16:16 Modified files: www/zope : Makefile distinfo www/zope/files : README.OpenBSD www/zope/pkg : PFRAG.shared PLIST Log message: Update to Zope-2.10.0. See http://www.zope.org/Products/Zope/2.10.0/Zope-2_10_0_released for the complete release notes. ok xsa CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 04:02:47 Modified files: www/plone : Makefile distinfo www/plone/pkg : PLIST Log message: Unbreak plone and update to Plone 2.1.4, tested with the new Zope-2.10.0 port. Diff mostly done by xsa. And, sorry for the breakage, it was caused by a different Plone port (that actually worked) I had lying around in a private CVS. ok xsa CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 04:26:49 Modified files: math/lapack : Makefile Log message: process man pages after build here as well. allows to continue the build without problems after an interruption. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/10/03 06:06:07 Modified files: lib/libc/hash : sha1.3 Log message: when using SHA1Data(), no CTX is needed, so zap that line in the example ok jmc@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:08:07 Modified files: build/mirrors : cvsync.html.head Log message: make cvsync.html more logical and use cvsync DNS names instead of anoncvs in the examples ok steven@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:09:58 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:11:32 Modified files: . : translation-explained.html Log message: Erlangen is now anoncvs.de.openbsd.org, so update here, too ok steven@ saad@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 06:24:49 Modified files: www/phpldapadmin: Makefile distinfo www/phpldapadmin/pkg: MESSAGE PLIST Removed files: www/phpldapadmin/patches: patch-copy_form_php patch-delete_form_php patch-login_php patch-rename_form_php Log message: Update to phpldapadmin-1.0.1 CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/10/03 06:53:50 Modified files: net/pptp : Makefile Added files: net/pptp/patches: patch-USING Log message: detailed explanation how to use pptp on OpenBSD, with example another fine input from Stefan Sperling maintainer timeout, ok sturm@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/03 07:36:28 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-j2se_src_share_bin_java_c patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c Log message: - remove disabling J malloc option now that pthreads stacks are mmap'ed this is no longer a concern upon forking. - use closefrom(2) after forking instead of less efficient heursitics approach. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:42:11 Log message: phplist is a dual opt-in mailing list manager that is web based (uses PHP5 and MySQL). Status: Vendor Tag: mbalmer Release Tags: phplist_20061003 N ports/www/phplist/Makefile N ports/www/phplist/distinfo N ports/www/phplist/pkg/DESCR N ports/www/phplist/pkg/PLIST N ports/www/phplist/pkg/MESSAGE N ports/www/phplist/patches/patch-public_html_lists_admin_lan_de_home_php N ports/www/phplist/patches/patch-public_html_lists_texts_german_inc N ports/www/phplist/patches/patch-public_html_lists_texts_swissgerman_inc N ports/www/phplist/patches/patch-public_html_lists_admin_connect_php N ports/www/phplist/patches/patch-public_html_lists_admin_lan_de_processqueue_php N ports/www/phplist/patches/patch-public_html_lists_admin_sendemaillib_php N ports/www/phplist/patches/patch-public_html_lists_config_config_php N ports/www/phplist/patches/patch-public_html_lists_texts_english_inc N ports/www/phplist/patches/patch-public_html_lists_admin_subscribelib2_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:43:46 Modified files: www : Makefile Log message: Add phplist. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:46:28 Modified files: www/zope-externaleditor: Makefile www/zope-externaleditor/pkg: PLIST Log message: zope-externaleditor now conflicts with plone-*. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:07:10 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile_in patch-configure_in patch-lib_smbrun_c patch-web_startstop_c net/samba/pkg : PLIST PLIST-docs Removed files: net/samba/patches: patch-smbd_service_c Log message: Update to Samba-3.0.23c. Tested on various platforms and also with local KDE clients (Konqueror). ok brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 08:19:34 Modified files: sbin/atactl : atactl.8 Log message: put the command list into some semblance of order; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:21:42 Log message: cups-pdf is a printing backend for print/cups that, instead of sending your print output to a real printer, converts it to a PDF file and places it in the filesystem. Status: Vendor Tag: mbalmer Release Tags: cups_pdf-20061003 N ports/print/cups-pdf/Makefile N ports/print/cups-pdf/distinfo N ports/print/cups-pdf/pkg/MESSAGE N ports/print/cups-pdf/pkg/DESCR N ports/print/cups-pdf/pkg/PLIST N ports/print/cups-pdf/patches/patch-src_cups-pdf_c N ports/print/cups-pdf/patches/patch-src_cups-pdf_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:23:31 Modified files: print : Makefile Log message: Adding cups-pdf. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 08:36:29 Modified files: sbin/atactl : atactl.8 Log message: provide a summary of the available commands, since there's a ton of them; CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/03 10:06:52 Modified files: regress/lib/libpthread/blocked_dup2: blocked_dup2.c regress/lib/libpthread/dup2_race: dup2_race.c Log message: correct check for proper return value of dup2 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 10:07:11 Modified files: . : lyrics.html Log message: oops CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:08:24 Log message: re-import p5-Proc-ProcessTable-0.41 This module provides a consistent interface to UNIX process table information. from William Yodlowsky ok jolan Status: Vendor Tag: jasper Release Tags: jasper_03102006 C ports/sysutils/p5-Proc-ProcessTable/Makefile C ports/sysutils/p5-Proc-ProcessTable/distinfo C ports/sysutils/p5-Proc-ProcessTable/pkg/DESCR C ports/sysutils/p5-Proc-ProcessTable/pkg/PLIST N ports/sysutils/p5-Proc-ProcessTable/pkg/PFRAG.shared 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jjasper:yesterday -jjasper ports/sysutils/p5-Proc-ProcessTable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:26:51 Added files: sysutils/p5-Proc-ProcessTable: Makefile distinfo sysutils/p5-Proc-ProcessTable/pkg: DESCR Log message: resolve the fuckup I created, sorry 'bout that. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:29:53 Modified files: sysutils : Makefile Log message: p5-Proc-ProcessTable CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/03 10:53:50 Modified files: textproc/py-xml: Makefile Log message: better regress target; OK fgsch@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/03 11:26:14 Modified files: sys/dev/ic : pgt.c Log message: Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should "fix" altq. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/03 11:37:31 Modified files: sys/dev/ic : acx.c Log message: Enable altq in acx(4) the tx path is already handling all cases correctly. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 12:12:22 Added files: sysutils/p5-Proc-ProcessTable/pkg: PLIST Log message: forgot PLIST spotted by jolan CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/03 12:32:44 Modified files: www/squid : Makefile www/squid/pkg : MESSAGE Log message: fix the MESSAGE file, s/2.5/2.6/ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/03 12:34:50 Modified files: net/silc-client: Makefile distinfo net/silc-client/patches: patch-lib_Makefile_in net/silc-client/pkg: PLIST Added files: net/silc-client/patches: patch-apps_irssi_docs_Makefile_in patch-apps_irssi_docs_help_Makefile_in patch-configure_ac patch-doc_Makefile_in patch-lib_silcmath_tma_c Removed files: net/silc-client/patches: patch-Makefile_in patch-configure_in patch-irssi_src_perl_Makefile_in patch-lib_silcclient_client_c patch-lib_silcclient_command_reply_c Log message: upgrade to silc-client 1.0.3 From nikns CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 12:39:44 Modified files: . : lyrics.html Added files: images : 40song.gif Log message: two songs arrive with 4.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 13:05:10 Modified files: sbin/atactl : atactl.8 Log message: move the advice about smart, readattr, and sec* to before the command list, since it doesn;t make sense to put these in any one single command description (nor indeed to repeat them for every command); ok grange CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/03 13:46:08 Modified files: devel/ORBit : Makefile devel/ORBit2 : Makefile x11/gnome/libs : Makefile x11/gnome/print: Makefile Removed files: devel/ORBit/patches: sup-alpha-src_orbit-idl-compiler_Makefile_in devel/ORBit2/patches: sup-alpha-src_idl-compiler_Makefile_in x11/gnome/libs/patches: sup-alpha-libgnorba_Makefile_in x11/gnome/print/patches: sup-alpha-installer_Makefile_in Log message: remove alpha workarounds as suggested by brad@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/03 13:46:08 Modified files: sys/dev/pci : if_vge.c sys/dev/usb : if_axe.c Log message: don't use IF_PREPEND() on altq's. use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). tested by jolan@ on macppc "diffs look ok" brad@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/03 13:48:21 Modified files: sys/dev/usb : if_uath.c Log message: make sure to call SLIST_INIT on sc->rx_freelist. sanity check length field in RX descriptors. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/03 13:49:06 Modified files: sys/dev : vnd.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : vfs_cluster.c vnode_if.src sys/msdosfs : fat.h msdosfs_fat.c msdosfs_lookup.c msdosfs_vnops.c sys/sys : buf.h types.h sys/ufs/ext2fs : ext2fs_bmap.c sys/ufs/ufs : ufs_bmap.c ufs_extern.h sys/uvm : uvm_swap.c Log message: Introduce daddr64_t and use it for physical block numbers Okay weingart@, "I'm game with putting my name on it" dlg@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/03 13:53:15 Modified files: sys/kern : vnode_if.c sys/sys : vnode_if.h Log message: regen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 13:53:52 Modified files: . : lyrics.html Log message: more text CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/03 14:06:21 Modified files: sys/dev/ic : dp8390.c Log message: Simplify the code dealing with the mbuf chain in dp8390_get(). From bad@ & mycroft@ NetBSD Tested by nick@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/03 14:36:10 Modified files: sys/dev/ic : dp8390.c Log message: add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init(). CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/03 14:37:41 Modified files: share/man/man4 : acpi.4 Log message: Document acpiac, acpiec, and acpitz. From Dmitri Alenitchev with tweaking from jmc and myself. ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/03 14:39:23 Modified files: share/man/man4 : Makefile Log message: MLINKS new acpi stuff. CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/03 14:52:49 Modified files: . : want.html Log message: I need an Atheros AR5005UX based 802.11 USB2.0 adapter to add 802.11a support in uath(4). CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:10:16 Log message: import of Enigmail 0.94.1 Enigmail is an extension to the mail client of Mozilla/Netscape and Mozilla Thunderbird which allows users to access the authentication and encryption features provided by GnuPG. go ahead espie@ Status: Vendor Tag: steven Release Tags: steven-20061003 N ports/mail/enigmail/Makefile N ports/mail/enigmail/distinfo N ports/mail/enigmail/pkg/PLIST N ports/mail/enigmail/pkg/DESCR N ports/mail/enigmail/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:10:50 Modified files: mail : Makefile Log message: +enigmail CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:34:19 Modified files: sysutils/p5-Proc-ProcessTable: Makefile sysutils/p5-Proc-ProcessTable/pkg: PLIST Removed files: sysutils/p5-Proc-ProcessTable/pkg: PFRAG.shared Log message: no PFRAG.shared needed. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/03 16:35:01 Modified files: sys/arch/i386/i386: mpbios.c Log message: Cease printing the mpbios vendor/version strings, smbios provides much more informative information. ok in principal deraadt@, krw@, mickey@ this change with newline fixes ok krw@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/03 16:39:40 Modified files: sys/arch/amd64/amd64: mpbios.c Log message: Cease printing mpbios vendor/version strings on AMD64 as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:05 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding a gigantic firmware into the kernel; checked by brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:20 Modified files: share/man/man4 : bnx.4 Log message: document /etc/firmware/bnx CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:31 Modified files: distrib/i386/ramdisk_cd: list.local Log message: bnx firmware CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:24:09 Modified files: distrib/amd64/ramdisk_cd: list.local Log message: needs bnx firmware too CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 18:52:55 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/dev/ata : ata_wdc.c wd.c Log message: Zap bad144 bad sector info in disklabels. Sparsely used if at all for a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 19:04:22 Modified files: etc/etc.i386 : disktab Log message: Remove the three instances of :sf:, since we no longer support bad144 sector forwarding on those ide/esdi disks. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 21:23:01 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/luna88k/include: disklabel.h sys/arch/luna88k/luna88k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/vax/vax: disksubr.c Log message: More tidying up after bad144. Remove references in comments and don't include dkbad.h when nothing in it is used. Missed arm/include/disklabel.h first time around. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 21:30:48 Modified files: sys/arch/arm/include: disklabel.h Log message: Try to nail elusive arm/include/disklabel.h at third attempt. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2006/10/03 22:43:20 Modified files: etc : daily Log message: Exit when asked to. OK by deraadt, spotted by lumpy. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/04 00:40:22 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.6.4 CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2006/10/04 01:10:32 Modified files: lib/libssl/src/crypto/asn1: tasn_dec.c lib/libssl/src/crypto/dh: dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: s2_clnt.c ssl_lib.c Log message: openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 02:44:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/04 03:30:01 Modified files: devel/apr : Makefile distinfo devel/apr-util : Makefile distinfo devel/apr-util/pkg: PLIST Log message: update to 1.2.7; mostly from dlg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/04 04:08:21 Modified files: . : 40.html Log message: lyrics are up CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/04 06:04:40 Modified files: sys/nfs : nfs_syscalls.c Log message: typo, from Bret Lambert CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/04 08:04:06 Modified files: share/man/man9 : VOP_LOOKUP.9 Log message: Match reality when describing VOP_BMAP(), bad pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:15:18 Modified files: sbin/atactl : atactl.8 Log message: DIAGNOSTICS -> CAVEATS because: 1) this section discusses caveats, not diagnostics 2) DIAGNOSTICS is not standard for section 1 ok grange CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:19:32 Modified files: sbin/atactl : atactl.8 Log message: sort the smartoffline subcommands; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/04 08:23:12 Modified files: sys/dev/ic : pgt.c Log message: Mini cleanup. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:25:31 Modified files: usr.bin/find : find.1 Log message: - bump latest posix version - note additional primaries which are not posix conformant and, conversely, one which was not previously conformant and now is this was prompted by a mail to either freebsd or netbsd lists, but i cannot for the life of me find it - thanks anyway! ok otto CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/04 10:29:15 Modified files: databases/mysql: Tag: OPENBSD_3_9 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_3_9 patch-configure_in patch-include_my_global_h patch-innobase_Makefile_in patch-mysql-test_Makefile_in patch-mysql-test_mysql-test-run_sh patch-scripts_Makefile_in patch-scripts_mysql_install_db_sh patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_3_9 PLIST-server PLIST-tests Added files: databases/mysql/patches: Tag: OPENBSD_3_9 patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: MFC: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 10:32:15 Added files: zh-cn : index.html joinus.html Log message: chinese translation back again. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 11:46:34 Modified files: etc : daily Log message: make code look better CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 11:56:50 Modified files: fr : 40.html anoncvs.html cvsync.html donations.html ftp.html want.html openntpd/fr : portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 11:58:43 Modified files: . : index.html Log message: link to chinese translation as well. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/04 12:13:37 Modified files: sys/dev/ic : pgt.c Log message: Merge pgt_start_body() into pgt_start(). ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 13:01:29 Modified files: sys/arch/alpha/alpha: disksubr.c Log message: unused variable CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 13:13:16 Modified files: databases/openldap: Makefile distinfo Log message: Update OpenLDAP to the current version. That's one small committ for a developer, one giant leap for the community. The giant leap, however, may come later. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/04 13:27:44 Modified files: sys/dev/pci : pci.c Log message: Do not assume that the pci(4) unit number matches the actual PCI bus number. Fixes cases where X would get really confused when they didn't match. ok drahn@ CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/04 13:45:00 Modified files: . : want.html donations.html Log message: Thanks to Sevan Janiyan for the AR5005UX 802.11 USB2.0 adapter. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/04 14:47:11 Modified files: . : want.html Log message: A LORAN-C device would be nice. But outdated. Concentrate on HW that is available. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 14:56:01 Modified files: devel/gconf-editor: Makefile Log message: Sorry guys, but I will no longer maintain this. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 15:00:53 Modified files: graphics/sodipodi: Makefile Log message: It ain't no fun maintaining unmaintained software. Maintainership dropped. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 15:13:42 Modified files: usr.bin/write : write.c Log message: if the utmp file is (mysteriously gone) do not assume that the user is on the specified tty; problem noted by ilja@suresec.org, ok various CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 15:29:04 Modified files: lib/libc/stdlib: getopt_long.c Log message: from wiz@netbsd: Switch from 4-clause to 2-clause BSD license. Ok dillo@, board@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/04 15:37:53 Modified files: . : events.html Log message: spaces CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 15:41:48 Modified files: www/zope : Makefile distinfo Log message: the zope darlings changed the distfile, I bumped the packagename and naddy gets the cookie for letting me know. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 16:15:06 Modified files: www/phpldapadmin: Makefile Log message: If we assign not much more than nothing to a variable, then we can skip the assignment as well. We bump the package name and we are done. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/04 16:20:32 Modified files: games/crimson : Makefile Log message: builds and seems to run on alpha now CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 16:28:28 Modified files: benchmarks/pear-Benchmark: Makefile distinfo benchmarks/pear-Benchmark/pkg: PLIST Log message: pear-Benchmark-1.2.3, since so many users requested it. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/04 17:58:12 Modified files: sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/mips64/mips64: disksubr.c Log message: More instances of the same now unused variable as in alpha's readdoslabel(). A bit of bad144 fallout. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/04 18:43:45 Modified files: lang/jikes/pkg : MESSAGE lang/jikes : Makefile Log message: Fix obvious typo in URL for license, from Matthew Clarke clamat in telus.net, bump pkg CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/04 19:36:41 Modified files: sys/arch/i386/i386: machdep.c Log message: only take in an account <4g memory for bufcache calculation as the upper part will not participate anyway; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/04 19:55:23 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20061002 snapshot CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/04 23:05:57 Modified files: lib/libc/sys : stat.2 Log message: Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 00:19:59 Modified files: sys/dev/usb : Tag: OPENBSD_3_9 ucom.c Log message: MFC: Fix by mbalmer@ Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using data already freed by ucom_close(). Problem reported and initial patch provided by Marc Winiger CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/05 00:25:34 Added files: sys/arch/macppc/dev: if_mc.c Log message: Add if_mc.c a driver for the AMD AM79C940 (MACE) ethernet chip found on board old world macintosh systems to macppc. From netbsd, mac68k and macppc specific tweaks modeled on if_bm.c. ok brad@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/05 00:48:57 Modified files: faq/nl : upgrade40.html fr : index.html nl : 40.html anoncvs.html cats.html cvsync.html ftp.html index.html plat.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html zh-cn : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/05 01:08:18 Modified files: lib/libc/sys : stat.2 Log message: supply -indent to another display, to make the page match; kill some trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/05 01:41:04 Modified files: usr.bin/find : find.1 Log message: document -depth and -xdev: although we have options which do the same, they are not included in posix; make the description of -follow match that of -depth and -xdev, especially since its option equivalent is preferred; ok otto CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/05 01:52:30 Modified files: usr.bin/find : find.1 Log message: -iname is a primary, not an option. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 02:35:45 Modified files: www/zope-ldapuserfolder: Makefile distinfo www/zope-ldapuserfolder/pkg: PLIST Log message: Update to Zope LDAPUserFolder 2.6. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 02:56:52 Modified files: sys/dev/ic : pgt.c Log message: Zap dead routine pgt_80211_set(). ok claudio@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/05 03:11:27 Modified files: sbin/isakmpd : isakmpd.8 Log message: Reword sentence to fix grammar nit. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 04:19:36 Modified files: www/zope : Makefile Log message: Record RUN_DEPENDS to lang/python,-expat. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 04:23:24 Modified files: www/zope-ldapuserfolder: Makefile distinfo www/zope-ldapuserfolder/pkg: PLIST Log message: Zope LDAPUserFolder 2.7, sorry for the noise with the 2.6 update ;) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 05:08:30 Modified files: sys/dev/ic : pgt.c Log message: Remove obsolete ioctl command. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 06:15:43 Modified files: sys/dev/ic : pgt.c Log message: Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some more dot1x stuff spreaded around which needs to be removed. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 08:22:54 Modified files: sys/dev/ic : pgt.c Log message: Zap more dead dot1x code. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/05 08:55:56 Modified files: infrastructure/templates: Makefile.template Log message: add SHARED_ONLY, MODULES and SHARED_LIBS latter one reminded by nikns at secure dot lv ok espie CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/05 08:58:12 Modified files: x11/xglobe : Makefile x11/xplanet : Makefile x11/xglobe/files: OpenBSD-markers Log message: this is my precise location, instead on the other side of town (which was a rough guess) CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 10:37:28 Modified files: . : press.html Log message: Ars Technica on Intel, from Ray Lai. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/05 10:44:04 Modified files: share/zoneinfo/datfiles: southamerica Log message: Brazilian summer time rules for 2007, from Eduardo Alvarenga, okay beck@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/05 11:31:14 Modified files: share/man/man4 : acpi.4 Log message: I somehow messed something up when I committed the previous change, so the acpiac entry was put in as acpiec but still talked about power state. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 11:36:24 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_9 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_3_9 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_3_9 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_3_9 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_3_9 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/05 12:05:57 Modified files: textproc/aspell/core: Makefile Log message: seems to work on alpha now CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/05 12:09:03 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe factory iso3166.tab leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh zone.tab Log message: Update to tzdata2006m from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/05 12:29:26 Modified files: sys/dev : vnd.c Log message: Always allow read-only opens on (s)vnd devices, despite the type of the first open (svnd vs vnd). ok pedro@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 12:42:22 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_8 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_3_8 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_3_8 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_3_8 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_3_8 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/05 18:40:27 Modified files: distrib/sets/lists/base: md.alpha md.armish md.cats md.hppa md.macppc md.sgi md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: syhnc CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/05 18:41:09 Modified files: sys/dev/pci : pcidevs Log message: a few hitachi products CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/05 18:41:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 19:41:19 Modified files: . : press.html Log message: Grimes in PC World.au CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 20:28:55 Modified files: sys/dev/pci : pcidevs Log message: move Hitachi to the right position (numerical order). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/05 20:29:19 Modified files: usr.bin/ssh : ssh.c ssh-agent.c ssh-keyscan.c Log message: sys/resource.h needs sys/time.h; prompted by brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 20:30:00 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 21:19:33 Modified files: usr.bin/ssh : Tag: OPENBSD_3_8 OVERVIEW README atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c authfile.h bufaux.c buffer.c buffer.h canohost.c canohost.h channels.c channels.h cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c cipher.h cleanup.c clientloop.c clientloop.h compat.c compat.h compress.c compress.h crc32.c crc32.h deattack.c deattack.h dh.c dh.h dispatch.c dispatch.h dns.c dns.h fatal.c groupaccess.c groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c hostfile.h kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c key.h log.c log.h mac.c mac.h match.c match.h misc.c misc.h moduli.c monitor.c monitor.h monitor_fdpass.c monitor_fdpass.h monitor_mm.c monitor_mm.h monitor_wrap.c monitor_wrap.h msg.c msg.h myproposal.h nchan.c packet.c packet.h pathnames.h progressmeter.c progressmeter.h readconf.c readconf.h readpass.c rsa.c rsa.h scard.c scard.h scp.1 scp.c servconf.c servconf.h serverloop.c serverloop.h session.c session.h sftp-client.c sftp-common.c sftp-common.h sftp-glob.c sftp-server.8 sftp-server.c sftp.1 sftp.c sftp.h ssh-add.c ssh-agent.1 ssh-agent.c ssh-dss.c ssh-gss.h ssh-keygen.1 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh-keysign.8 ssh-keysign.c ssh-rsa.c ssh.1 ssh.c ssh.h ssh1.h ssh2.h ssh_config ssh_config.5 sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c ttymodes.h uidswap.c uidswap.h uuencode.c uuencode.h version.h xmalloc.c xmalloc.h usr.bin/ssh/lib: Tag: OPENBSD_3_8 Makefile usr.bin/ssh/sftp: Tag: OPENBSD_3_8 Makefile usr.bin/ssh/sftp-server: Tag: OPENBSD_3_8 Makefile Added files: usr.bin/ssh : Tag: OPENBSD_3_8 bufbn.c md-sha256.c Removed files: usr.bin/ssh : Tag: OPENBSD_3_8 README.dns README.tun bufaux.h getput.h includes.h Log message: upgrade to OpenSSH 4.4 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 21:49:29 Modified files: . : press.html Log message: Undeadly on OLPC betrayal CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2006/10/05 22:50:31 Modified files: etc : weekly Log message: Exit when asked to here too. Spotted by Theo. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/10/05 23:44:23 Modified files: openssh : openbsd.html Log message: mention patch to allow OpenSSH-4.4 to compile on OpenBSD-3.8; from brad@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/05 23:47:27 Modified files: sys/dev : systrace.c systrace.h Log message: fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 23:51:12 Modified files: sys/dev : Tag: OPENBSD_3_9 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 23:53:38 Modified files: sys/dev : Tag: OPENBSD_3_8 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2006/10/06 01:09:10 Modified files: kerberosV/src/kadmin: random_password.c kerberosV/src/kdc: 524.c hprop.c mit_dump.c string2key.c kerberosV/src/kpasswd: kpasswdd.c kerberosV/src/lib/asn1: hash.c kerberosV/src/lib/kadm5: init_c.c log.c kerberosV/src/lib/krb5: addr_families.c build_auth.c crypto.c keytab_any.c keytab_file.c keytab_krb4.c log.c mk_req_ext.c principal.c rd_req.c store.c transited.c Log message: Coverity fixes backported from the heimdal cvs. ok beck@, No problem deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/06 01:19:58 Modified files: converters/xlhtml: Makefile Log message: new homepage; tobiasu@tmux.org add a working master site as well CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:49:43 ports/security/prelude/libpreludedb/files Update of /cvs/ports/security/prelude/libpreludedb/files In directory cvs.openbsd.org:/tmp/cvs-serv5921/files Log Message: Directory /cvs/ports/security/prelude/libpreludedb/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:50:36 Modified files: security/prelude/libpreludedb: Makefile security/prelude/libpreludedb/pkg: MESSAGE PLIST Added files: security/prelude/libpreludedb/files: README.OpenBSD Log message: - fix WANTLIB. - install a README.OpenBSD file. - bumpd PKGNAME / SHARED_LIBS. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:51:51 Modified files: security/prelude/lml: Makefile security/prelude/lml/pkg: MESSAGE PLIST Log message: - install a README.OpenBSD file. - bumpd PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:54:00 ports/security/prelude/manager/files Update of /cvs/ports/security/prelude/manager/files In directory cvs.openbsd.org:/tmp/cvs-serv3733/files Log Message: Directory /cvs/ports/security/prelude/manager/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:55:31 Modified files: security/prelude/manager: Makefile security/prelude/manager/patches: patch-prelude-manager_conf_in security/prelude/manager/pkg: MESSAGE PLIST Added files: security/prelude/manager/files: README.OpenBSD Log message: - install a README.OpenBSD file. - fix /var/prelude/ permissions for snort. - bumpd PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:56:16 ports/security/prelude/lml/files Update of /cvs/ports/security/prelude/lml/files In directory cvs.openbsd.org:/tmp/cvs-serv2413/files Log Message: Directory /cvs/ports/security/prelude/lml/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:56:48 Added files: security/prelude/lml/files: README.OpenBSD Log message: oops, forgotten chunk. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:58:47 ports/security/prelude/pflogger/files Update of /cvs/ports/security/prelude/pflogger/files In directory cvs.openbsd.org:/tmp/cvs-serv23210/files Log Message: Directory /cvs/ports/security/prelude/pflogger/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:59:55 Modified files: security/prelude/pflogger: Makefile security/prelude/pflogger/pkg: MESSAGE PLIST Added files: security/prelude/pflogger/files: README.OpenBSD Log message: - install a README.OpenBSD file. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:00:58 ports/security/prelude/prewikka/files Update of /cvs/ports/security/prelude/prewikka/files In directory cvs.openbsd.org:/tmp/cvs-serv19770/files Log Message: Directory /cvs/ports/security/prelude/prewikka/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:04:23 Modified files: security/prelude/prewikka: Makefile security/prelude/prewikka/patches: patch-prewikka_Database_py security/prelude/prewikka/pkg: DESCR MESSAGE PLIST Added files: security/prelude/prewikka/files: README.OpenBSD security/prelude/prewikka/patches: patch-database_mysql2sqlite_sh Removed files: security/prelude/prewikka/patches: patch-conf-prewikka_conf patch-prewikka_IDMEFDatabase_py Log message: - install a README.OpenBSD file (instructions for PostgreSQL, MySQL, SQLite). - get ride of deprecated patches. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:22:27 Modified files: security/prelude/manager: Makefile distinfo security/prelude/manager/pkg: PLIST Log message: update to 0.9.6.1 . CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 04:45:44 Modified files: sbin/pfctl : parse.y Log message: Make 'flags S/SA keep state' the implicit for filter rules, based on a suggestion from dhartmei@. Also add 'flags any' and 'no state' options to disable flag matching and stateful filtering respectively. IMPORTANT NOTE: Current rulesets will continue to load, but the behaviour may be slightly changed as these defaults are more restrictive. If you are purposefully filtering statelessly ('no state') or have a requirement to create states on intermediate packets ('flags any') you should update your ruleset to make use of the new keywords to explicitly request the behaviour. Note that creation of states from intermediate packets in a connection is not recommended, and will increasingly cause problems as more OSs enable window scaling and increase buffer sizes by default. ok dhartmei@ deraadt@ henning@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 04:48:46 Modified files: share/man/man5 : pf.conf.5 Log message: Document the fact that 'flags S/SA keep state' is now the implicit default, as well as 'no state' and 'flags any' options. ok jmc@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 05:05:30 Modified files: sbin/pfctl : parse.y Log message: Oops, flags S/SA doesn't work on fragments. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/06 06:42:43 Modified files: lang/gcc/4.1 : Makefile lang/gcc/4.2 : Makefile Added files: lang/gcc/4.0/patches: patch-gcc_config_i386_openbsdelf_h lang/gcc/4.1/patches: patch-gcc_config_i386_openbsdelf_h lang/gcc/4.2/patches: patch-gcc_config_i386_openbsdelf_h Log message: correct defines for SIZE_TYPE and PTRDIFF_TYPE which fixes this error: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28582 "error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter". help from kettenis@, okay espie@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/06 07:11:58 Modified files: regress/lib/libpthread/close_race: close_race.c regress/lib/libpthread/dup2_race: dup2_race.c regress/lib/libpthread/blocked_close: blocked_close.c regress/lib/libpthread/blocked_dup2: blocked_dup2.c Log message: eliminate warnings on 64bit archs CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/06 07:32:46 Modified files: fr : donations.html events.html want.html openssh/fr : openbsd.html openssh/ja : manual.html Log message: sync with steelix trnalsation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 07:51:06 Modified files: share/man/man5 : pf.conf.5 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 07:56:29 Modified files: share/man/man5 : pf.conf.5 Log message: missing fixes for STATEFUL INSPECTION; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/06 08:24:12 Modified files: devel/pygame : Makefile Log message: this builds on alpha now; ok pvalchev@ CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/10/06 09:20:53 Modified files: . : donations.html Log message: Paul and Kathy Zacharzewski - Panasonic Toughbooks (and Pizza!) Thanks! CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/06 09:23:16 Modified files: . : want.html Log message: got both gps and dcf77 receivers, many thanks CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 10:25:24 Modified files: share/man/man5 : pf.conf.5 Log message: these fixes got lost somehow; CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 10:27:49 Modified files: sbin/pfctl : pfctl_parser.c Log message: Print out 'no state' when the rule is not stateful. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 10:42:03 Modified files: sbin/pfctl : pfctl_parser.c Log message: 'no state' should only be printed on pass rules, though. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:04:53 Modified files: sbin/pfctl : pfctl_parser.c Log message: Print 'flags any' correctly and handle anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:09:41 Modified files: regress/sbin/pfctl: pf1.in pf1.loaded pf1.ok pf1.optimized pf10.loaded pf10.ok pf10.optimized pf11.loaded pf11.ok pf11.optimized pf12.in pf12.loaded pf12.ok pf12.optimized pf13.loaded pf13.ok pf13.optimized pf14.loaded pf14.ok pf14.optimized pf16.in pf16.loaded pf16.ok pf16.optimized pf2.loaded pf2.ok pf2.optimized pf24.loaded pf24.ok pf24.optimized pf3.in pf3.loaded pf3.ok pf3.optimized pf32.loaded pf32.ok pf32.optimized pf33.in pf33.ok pf34.loaded pf34.ok pf34.optimized pf35.ok pf38.loaded pf38.ok pf38.optimized pf39.loaded pf39.ok pf39.optimized pf40.in pf40.loaded pf40.ok pf40.optimized pf43.ok pf46.loaded pf46.ok pf46.optimized pf47.loaded pf47.ok pf47.optimized pf48.loaded pf48.ok pf48.optimized pf49.loaded pf49.ok pf49.optimized pf51.ok pf53.ok pf56.loaded pf56.ok pf56.optimized pf57.ok pf60.loaded pf60.ok pf60.optimized pf61.loaded pf61.ok pf61.optimized pf67.loaded pf67.ok pf67.optimized pf69.loaded pf69.ok pf69.optimized pf7.loaded pf7.ok pf7.optimized pf74.loaded pf74.ok pf74.optimized pf77.loaded pf77.ok pf77.optimized pf78.loaded pf78.ok pf78.optimized pf79.loaded pf79.ok pf79.optimized pf81.loaded pf81.ok pf81.optimized pf82.loaded pf82.ok pf82.optimized pf84.loaded pf84.ok pf84.optimized pf85.ok pf87.loaded pf87.ok pf87.optimized pf88.loaded pf88.ok pf88.optimized pfail1.ok pfail10.ok pfail11.ok pfail19.ok pfail44.ok pfail50.ok pfail9.ok pfopt5.ok Log message: Handle default 'flags S/SA keep state', 'no state' and 'flags any'. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:57:36 Modified files: faq : current.html Log message: 'flags S/SA keep state' implicit in pf.conf(5) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/06 12:14:20 Modified files: net/tor : Makefile distinfo Log message: tor-0.1.1.24; from maintainer Rui Reis CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/06 13:47:52 Modified files: mail/clamsmtp : Makefile distinfo Log message: update to clamsmtp 1.8 from Sigfred Haversen ok maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 14:19:47 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: md.armish md.cats md.zaurus mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 14:58:17 Modified files: . : Makefile.cross gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils/bfd: config.bfd gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gdb: configure.tgt sh-tdep.c gnu/usr.bin/binutils/ld: configure.tgt gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/sh: sh-protos.h sh.c sh.h share/mk : bsd.own.mk sys/sys : exec_aout.h exec_elf.h Added files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h t-openbsd Log message: Early bits for a 32-bit SuperH toolchain, currently for little-endian systems only; more work is necessary in ld land. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 15:02:55 Log message: Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with minor changes. Status: Vendor Tag: miod Release Tags: SH_20061006 N src/sys/arch/sh/sh/cache.c N src/sys/arch/sh/sh/cache_sh3.c N src/sys/arch/sh/sh/cache_sh4.c N src/sys/arch/sh/sh/clock.c N src/sys/arch/sh/sh/vectors.S N src/sys/arch/sh/sh/cpu.c N src/sys/arch/sh/sh/db_disasm.c N src/sys/arch/sh/sh/db_interface.c N src/sys/arch/sh/sh/db_memrw.c N src/sys/arch/sh/sh/db_trace.c N src/sys/arch/sh/sh/devreg.c N src/sys/arch/sh/sh/genassym.cf N src/sys/arch/sh/sh/trap.c N src/sys/arch/sh/sh/mem.c N src/sys/arch/sh/sh/pmap.c N src/sys/arch/sh/sh/in_cksum.S N src/sys/arch/sh/sh/interrupt.c N src/sys/arch/sh/sh/sh_machdep.c N src/sys/arch/sh/sh/locore_c.c N src/sys/arch/sh/sh/locore_subr.S N src/sys/arch/sh/sh/mmu.c N src/sys/arch/sh/sh/mmu_sh3.c N src/sys/arch/sh/sh/mmu_sh4.c N src/sys/arch/sh/sh/process_machdep.c N src/sys/arch/sh/sh/sys_machdep.c N src/sys/arch/sh/sh/vm_machdep.c N src/sys/arch/sh/conf/files.sh N src/sys/arch/sh/conf/files.shb N src/sys/arch/sh/conf/files.shpcic N src/sys/arch/sh/dev/scifreg.h N src/sys/arch/sh/dev/pcicreg.h N src/sys/arch/sh/dev/scif.c N src/sys/arch/sh/dev/shb.c N src/sys/arch/sh/dev/scireg.h N src/sys/arch/sh/dev/shpcic.c N src/sys/arch/sh/dev/shpcicvar.h N src/sys/arch/sh/include/_types.h N src/sys/arch/sh/include/cdefs.h N src/sys/arch/sh/include/asm.h N src/sys/arch/sh/include/exec.h N src/sys/arch/sh/include/profile.h N src/sys/arch/sh/include/cpu.h N src/sys/arch/sh/include/bscreg.h N src/sys/arch/sh/include/float.h N src/sys/arch/sh/include/param.h N src/sys/arch/sh/include/cputypes.h N src/sys/arch/sh/include/cache.h N src/sys/arch/sh/include/cache_sh3.h N src/sys/arch/sh/include/cache_sh4.h N src/sys/arch/sh/include/frame.h N src/sys/arch/sh/include/clock.h N src/sys/arch/sh/include/endian.h N src/sys/arch/sh/include/cpgreg.h N src/sys/arch/sh/include/ieeefp.h N src/sys/arch/sh/include/lock.h N src/sys/arch/sh/include/db_machdep.h N src/sys/arch/sh/include/devreg.h N src/sys/arch/sh/include/internal_types.h N src/sys/arch/sh/include/trap.h N src/sys/arch/sh/include/proc.h N src/sys/arch/sh/include/pcb.h N src/sys/arch/sh/include/limits.h N src/sys/arch/sh/include/intcreg.h N src/sys/arch/sh/include/intr.h N src/sys/arch/sh/include/mmu_sh3.h N src/sys/arch/sh/include/disklabel.h N src/sys/arch/sh/include/ieee.h N src/sys/arch/sh/include/signal.h N src/sys/arch/sh/include/userret.h N src/sys/arch/sh/include/mmu_sh4.h N src/sys/arch/sh/include/pmap.h N src/sys/arch/sh/include/rtcreg.h N src/sys/arch/sh/include/tmureg.h N src/sys/arch/sh/include/ubcreg.h N src/sys/arch/sh/include/locore.h N src/sys/arch/sh/include/vmparam.h N src/sys/arch/sh/include/stdarg.h N src/sys/arch/sh/include/spinlock.h N src/sys/arch/sh/include/mmu.h N src/sys/arch/sh/include/psl.h N src/sys/arch/sh/include/pte.h N src/sys/arch/sh/include/reg.h N src/sys/arch/sh/include/ptrace.h N src/sys/arch/sh/include/sh_opcode.h N src/sys/arch/sh/include/setjmp.h N src/sys/arch/sh/include/varargs.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 15:16:15 Log message: Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances, mickey@ has the other part. Status: Vendor Tag: miod Release Tags: LANDISK_20061006 N src/sys/arch/landisk/Makefile N src/sys/arch/landisk/conf/GENERIC N src/sys/arch/landisk/conf/files.landisk N src/sys/arch/landisk/conf/Makefile.landisk N src/sys/arch/landisk/include/cdefs.h N src/sys/arch/landisk/include/asm.h N src/sys/arch/landisk/include/exec.h N src/sys/arch/landisk/include/bus.h N src/sys/arch/landisk/include/autoconf.h N src/sys/arch/landisk/include/bootinfo.h N src/sys/arch/landisk/include/_types.h N src/sys/arch/landisk/include/param.h N src/sys/arch/landisk/include/cpu.h N src/sys/arch/landisk/include/cputypes.h N src/sys/arch/landisk/include/float.h N src/sys/arch/landisk/include/db_machdep.h N src/sys/arch/landisk/include/frame.h N src/sys/arch/landisk/include/ieee.h N src/sys/arch/landisk/include/disklabel.h N src/sys/arch/landisk/include/ieeefp.h N src/sys/arch/landisk/include/endian.h N src/sys/arch/landisk/include/intr.h N src/sys/arch/landisk/include/limits.h N src/sys/arch/landisk/include/lock.h N src/sys/arch/landisk/include/pcb.h N src/sys/arch/landisk/include/pmap.h N src/sys/arch/landisk/include/pci_machdep.h N src/sys/arch/landisk/include/proc.h N src/sys/arch/landisk/include/profile.h N src/sys/arch/landisk/include/psl.h N src/sys/arch/landisk/include/pte.h N src/sys/arch/landisk/include/ptrace.h N src/sys/arch/landisk/include/reg.h N src/sys/arch/landisk/include/setjmp.h N src/sys/arch/landisk/include/signal.h N src/sys/arch/landisk/include/stdarg.h N src/sys/arch/landisk/include/trap.h N src/sys/arch/landisk/include/types.h N src/sys/arch/landisk/include/varargs.h N src/sys/arch/landisk/include/vmparam.h N src/sys/arch/landisk/include/internal_types.h N src/sys/arch/landisk/include/spinlock.h N src/sys/arch/landisk/landisk/bus_dma.c N src/sys/arch/landisk/landisk/consinit.c N src/sys/arch/landisk/landisk/intr.c N src/sys/arch/landisk/landisk/disksubr.c N src/sys/arch/landisk/landisk/locore.S N src/sys/arch/landisk/landisk/machdep.c N src/sys/arch/landisk/landisk/mainbus.c N src/sys/arch/landisk/landisk/shpcic_machdep.c N src/sys/arch/landisk/landisk/landiskreg.h N src/sys/arch/landisk/compile/.cvsignore No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:16:57 Modified files: sys/arch/sh/include: db_machdep.h sys/arch/sh/sh : db_interface.c interrupt.c locore_subr.S pmap.c sh_machdep.c Log message: a few fixes to get thru the autoconf CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:17:31 src/sys/lib/libkern/arch/sh Update of /cvs/src/sys/lib/libkern/arch/sh In directory cvs.openbsd.org:/tmp/cvs-serv23398/sh Log Message: Directory /cvs/src/sys/lib/libkern/arch/sh added to the repository CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/06 15:18:56 Modified files: . : armish.html plat.html Added files: . : landisk.html images : usl5p.jpg Log message: landisk effort under way by miod and mickey CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:19:15 Added files: sys/lib/libkern/arch/sh: Makefile.inc ffs.S memcpy.S memset.S movstr_i4.S sdivsi3.S udivsi3.S Log message: import supah pieces from netbsd CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:34:50 src/sys/arch/landisk/stand Update of /cvs/src/sys/arch/landisk/stand In directory cvs.openbsd.org:/tmp/cvs-serv17801/stand Log Message: Directory /cvs/src/sys/arch/landisk/stand added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:06 src/sys/arch/landisk/stand/boot Update of /cvs/src/sys/arch/landisk/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv18310/boot Log Message: Directory /cvs/src/sys/arch/landisk/stand/boot added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:07 src/sys/arch/landisk/stand/bootxx Update of /cvs/src/sys/arch/landisk/stand/bootxx In directory cvs.openbsd.org:/tmp/cvs-serv18310/bootxx Log Message: Directory /cvs/src/sys/arch/landisk/stand/bootxx added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:08 src/sys/arch/landisk/stand/mbr Update of /cvs/src/sys/arch/landisk/stand/mbr In directory cvs.openbsd.org:/tmp/cvs-serv18310/mbr Log Message: Directory /cvs/src/sys/arch/landisk/stand/mbr added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:48:50 Modified files: sys/arch/landisk/conf: GENERIC Makefile.landisk sys/arch/landisk/landisk: machdep.c mainbus.c Added files: sys/arch/landisk/landisk: conf.c sys/arch/landisk/stand: Makefile Makefile.inc sys/arch/landisk/stand/boot: Makefile conf.c delay.c devs.c getsecs.c libsa.h scifcons.c srt0.S sys/arch/landisk/stand/bootxx: Makefile boot1.c bootxx.8 bootxx.S pbr.S sys/arch/landisk/stand/mbr: Makefile mbr.8 mbr.S Log message: w/ help of netbsd srcs and some mother unzel made it lift off CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 15:55:33 Modified files: sys/dev/cardbus: if_pgt_cardbus.c sys/dev/ic : pgt.c pgtvar.h Log message: Fix cardbus support for pgt(4). Tested with a Netgear WG511. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:06:46 Modified files: sys/arch/landisk/stand: Makefile sys/arch/landisk/stand/bootxx: Makefile sys/arch/landisk/stand/mbr: Makefile Log message: control how deep the tree can be entered (for man pages) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:08:42 Modified files: etc/mtree : 4.4BSD.dist Log message: add landisk subdirs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:11:30 Modified files: etc : Makefile Log message: enable landisk MAKEDEV building later CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 16:17:13 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable pgt cardbus. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:18:16 Modified files: sys : Makefile Log message: safe to enter landisk CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/06 16:22:31 Modified files: sys/arch/landisk/landisk: disksubr.c Log message: Sync with recent disksubr.c changes. Just some comments in this case. "Free commits" miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 16:25:17 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.h Log message: Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline settings for now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 16:26:10 Modified files: sys/arch/landisk/conf: Makefile.landisk Log message: Remove explicit -fno-stack-protector now that the compiler workaround is in place. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/06 16:26:29 Modified files: sys/arch/sh/include: disklabel.h Log message: Sync with recent disklabel.h changes. Zap dkbad. "Free commits" miod@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 16:30:26 Modified files: sys/arch/sh/include: cpu.h Added files: sys/arch/landisk/dev: obiovar.h rs5c313reg.h sys/arch/landisk/include: conf.h sys/arch/landisk/landisk: autoconf.c clock_machdep.c Log message: few more files CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 16:34:46 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable pgt cardbus. requested by brad@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 17:15:12 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: debugging delay off CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/06 17:27:54 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Remove lingering debug printf. Don't announce that mace_get was called. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/06 17:44:30 Modified files: usr.bin/head : head.c Log message: Convert strtol to strtonum, eliminating errno misusage. OK dhill@, jaredy@, and moritz@. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2006/10/06 17:51:53 Modified files: share/man/man4 : pgt.4 Log message: Soyo Aerielink works. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/06 17:56:18 Modified files: etc : crontab Log message: Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out. Unfortunately this does not fix existing file permissions. Spotted by Antti Harri . OK millert@. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2006/10/06 17:57:06 Modified files: share/man/man4 : pgt.4 Log message: The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 19:50:22 Modified files: etc : pf.conf Log message: 'keep state' is now default, and use 'no state' where intended. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2006/10/06 19:54:03 Modified files: openssh : report.html Log message: update pointer to tracking bug for current release CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/06 21:27:50 Modified files: . : landisk.html Log message: Mention Plextor PX-EH16L as well. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/06 21:39:18 Modified files: . : landisk.html Log message: Mention LAN Tank also. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 22:48:01 Modified files: share/pf : ackpri faq-example1 faq-example2 faq-example3 queue1 queue2 queue3 Log message: remove 'flags S/SA' and 'keep state' ok nick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/07 00:41:35 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/07 00:53:28 Modified files: share/man/man4 : nmea.4 Log message: Mention nmeaattach(8) in the SEE ALSO section. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/07 02:09:58 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: update p5-Module-CoreList to 2.09 ok steven CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/07 03:42:24 Modified files: . : orders.html Log message: msys.ch websites are HTTPS only. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/07 04:04:09 Modified files: infrastructure/install: make-plist Log message: minor cosmetic changes: do not strip packages twice. check for empty .info files. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/07 04:18:16 Modified files: devel/libdvdread: Makefile distinfo Log message: minor update; one new version (DVDFileStat) in the library -> bump SHARED_LIB minor. There's also a missing packed on a struct, but that's a minor bug-fix: no need for a major-bump IMO. No other visible changes for OpenBSD... CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/07 04:36:37 Modified files: www/phplist : Makefile distinfo www/phplist/patches: patch-public_html_lists_admin_sendemaillib_php patch-public_html_lists_admin_subscribelib2_php patch-public_html_lists_config_config_php www/phplist/pkg: PLIST Removed files: www/phplist/patches: patch-public_html_lists_admin_lan_de_home_php patch-public_html_lists_texts_german_inc patch-public_html_lists_texts_swissgerman_inc Log message: Update to PHPList 2.10.3, which contains some of my additions and patches. The full release information can be found on www.phplist.com. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/07 06:23:33 Modified files: devel/p5-DateTime: Makefile distinfo Log message: update to 0.34 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/07 06:24:25 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo devel/p5-DateTime-TimeZone/pkg: PLIST Log message: update to 0.49 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/07 08:03:09 Modified files: print/cups : Makefile Added files: print/cups/patches: patch-locale_cups_de_po Log message: They don't know C, they don't know german, as well. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/07 08:06:58 Modified files: build : support.dat Log message: zap two entries, because of an obvious lack of OpenBSD support. ok grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/07 08:07:47 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/07 08:11:56 Modified files: build : support.dat . : support.html Log message: www.msys.ch is https only. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/07 12:07:36 Modified files: . : errata.html errata38.html security.html Log message: add the httpd, OpenSSL and systrace issues. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/07 12:32:35 Modified files: . : errata.html errata38.html security.html Log message: mention the systrace(4) man page. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 14:28:48 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add and set PHY workaround flags depending on the ASIC revision or chip id. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/07 14:52:40 Modified files: sys/arch/landisk/conf: GENERIC files.landisk sys/arch/landisk/dev: obiovar.h sys/arch/landisk/include: bus.h sys/arch/landisk/landisk: shpcic_machdep.c sys/arch/sh/dev: shpcic.c shpcicvar.h sys/arch/sh/sh : clock.c sh_machdep.c Added files: sys/arch/landisk/dev: obio.c rs5c313.c wdc_obio.c Log message: More bits in progress, adapted from NetBSD. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/07 14:55:49 Modified files: build : packages-3.9 Log message: mysql CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/07 14:56:01 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/07 15:41:18 Modified files: faq : faq5.html Log message: add 5.11.13 - Can I cross-compile? CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 16:08:19 Modified files: sys/dev/ic : dp8390.c Log message: MGET/MGETHDR will return NULL upon failure, not 0. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 17:08:50 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add a no Ethernet@Wirespeed flag. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/10/07 17:40:08 Modified files: sys/scsi : cd.c ch.c scsiconf.c scsiconf.h sd.c ss.c st.c Log message: make cd-roms retry forever while the device indicates that it is "becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 17:44:51 Modified files: sys/dev/mii : ciphy.c rgephy.c xmphy.c Log message: g/c unused code. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 18:06:20 Modified files: sys/dev/mii : brgphy.c Log message: - g/c unused code. - only call PHY_RESET if trying to set a valid media type. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 18:28:35 Modified files: sys/dev/mii : brgphy.c Log message: refactor the code a bit, use the bge(4) PHY flags and add another PHY workaround from the Linux tg3 driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 19:01:06 Modified files: sys/dev/mii : brgphy.c Log message: set Jumbo frame settings for Jumbo capable bge(4) adapters. CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2006/10/07 20:01:02 Modified files: share/man/man4 : bktr.4 Log message: fix minor typo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/10/07 20:29:24 Modified files: sys/scsi : cd.c Log message: Something more closely resembling english in this comment. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/07 21:51:50 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Execute the Enforce in-order Execution of I/O (eieio) instruction in mc_dmaintr, its a little bit of voodoo, I dont understand why its necessary for mace versus the near identical dma isr in if_bm.c, but the system no longer panics under network load. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/07 22:06:32 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20061006 snapshot CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 22:54:36 Modified files: share/man/man4 : mpi.4 sys/dev/pci : mpi_pci.c Log message: Also attach to boards with the PCI Express Fibre Channel FC949E chipset. "go go go" dlg@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/08 07:18:31 Modified files: . : want.html Log message: Add some hardware I'd like to write drivers for. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/08 07:43:40 Modified files: faq : faq5.html Log message: typos. "yes, commit that" nick@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/08 09:20:04 Modified files: . : i386-laptop.html Log message: add Compaq Presario 700EA (dmesg/xorg.conf links will be working very soonish) from Wijnand Wiersma CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/08 10:32:55 Modified files: faq : faq7.html Log message: mac68k is also wscons. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/10/08 10:41:59 Modified files: audio/hydrogen : Makefile Added files: audio/hydrogen/patches: patch-src_lib_fx_LadspaFX_cpp Log message: Unbreak LADSPA plugins path searching, don't know what authors was smoking. Problem noticed by James Wright . Bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/08 10:57:08 Log message: import shapelib 1.2.10 The Shapefile C Library provides the ability to write simple C programs for reading, writing and updating (to a limited extent) ESRI Shapefiles, and the associated attribute file (.dbf). from jason@ Status: Vendor Tag: jasper Release Tags: jasper_20061008 N ports/devel/shapelib/Makefile N ports/devel/shapelib/distinfo N ports/devel/shapelib/patches/patch-Makefile N ports/devel/shapelib/patches/patch-shlib_version N ports/devel/shapelib/pkg/PLIST N ports/devel/shapelib/pkg/DESCR N ports/devel/shapelib/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/08 10:59:54 Modified files: devel : Makefile Log message: shapelib CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2006/10/08 13:49:57 Modified files: sys/compat/linux: linux_misc.c Log message: Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly check and translate options. from netbsd ok deraadt, kettenis CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/10/08 14:00:31 Modified files: . : want.html Log message: Add back some entries removed by deraadt@ (but rephrase them a bit). And since the card he sent me turns out to be a GEM, I need a real Cassini now. CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/10/08 14:03:47 Modified files: . : want.html Log message: Add my ongoing need for tape libraries. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 14:04:23 Modified files: sys/dev/usb : uowreg.h Log message: Add status register bits string for pretty %b printf. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/08 15:12:39 Modified files: gnu/usr.bin/binutils/bfd: config.bfd configure configure.in elf32-sh.c targets.c gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gas/config: tc-sh.h gnu/usr.bin/binutils/ld: Makefile.am Makefile.in configure.tgt gnu/usr.bin/gcc/gcc/config/sh: openbsd.h t-openbsd Added files: gnu/usr.bin/binutils/ld/emulparams: shelf_obsd.sh shlelf_obsd.sh Log message: Define superH obsd-specific emulations for ld, and use it by default. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 15:12:51 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Rework bus scanning code so that most of work could be offloaded the hardware. And fix another bug in the search algorithm. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 15:14:12 Modified files: sys/dev/usb : uow.c Log message: Implement bus searching. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/08 15:20:10 Modified files: . : want.html Log message: the battery of my Zaurus is dying. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:43:51 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-configure patch-mkspecs_openbsd-g++_qmake_conf patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_gui_dialogs_qprintdialog_unix_cpp patch-src_gui_kernel_qapplication_x11_cpp patch-src_plugins_sqldrivers_sqlite_sqlite_pro patch-src_qt3support_dialogs_q3filedialog_cpp patch-tools_assistant_lib_qassistantclient_cpp x11/qt4/pkg : PFRAG.shared PFRAG.shared-examples PLIST PLIST-examples PLIST-html Added files: x11/qt4/patches: patch-src_corelib_io_io_pri Log message: qt 4.2.0, lots of improvements. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:45:18 Removed files: x11/qt4/patches: patch-demos_arthurplugin_arthurplugin_pro patch-examples_designer_containerextension_containerextension_pro patch-examples_designer_customwidgetplugin_customwidgetplugin_pro patch-examples_designer_taskmenuextension_taskmenuextension_pro patch-examples_designer_worldtimeclockplugin_worldtimeclockplugin_pro patch-src_plugins_qpluginbase_pri patch-src_qbase_pri patch-tools_designer_src_components_component_pri patch-tools_designer_src_components_lib_lib_pro patch-tools_designer_src_lib_lib_pro patch-tools_designer_src_plugins_plugins_pri Log message: ... and ditch all patches that are no longer necessary, a sane build at last CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:54:15 Modified files: www/p5-HTML-Prototype: Makefile distinfo www/p5-HTML-Prototype/patches: patch-lib_HTML_Prototype_pm Log message: Newer HTML-Prototype, and new scriptaculous javascript. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/08 16:01:06 Modified files: devel/shapelib : Makefile devel/shapelib/patches: patch-Makefile Removed files: devel/shapelib/patches: patch-shlib_version Log message: honour SHARED_LIBS. use post-install where appropriate. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/10/08 16:53:33 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: use 'weight-value' vs. 'offset' for the weight argument; ok jmc@ henning@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:23:57 Modified files: usr.bin/sed : compile.c main.c misc.c process.c Log message: pretty. the comma operator should not be used to cram two statements into an if without braces, or worse, into a return. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:24:36 Modified files: usr.bin/head : head.c Log message: pretty CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/08 18:29:25 Modified files: sys/dev/mii : brgphy.c Log message: revert the last two changes. the changes were causing brgphy@gem to panic. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:31:11 Modified files: sys/kern : sched_bsd.c Log message: bret lambert sent a patch removing register. i made it ansi. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/08 23:21:50 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: Fix jump scroll glitch, reported by dim@ and Paul Stoeber. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/09 00:40:30 Modified files: . : want.html Log message: I could use a SGI Indy/Indigo(2) for to expand the list of hardware supported by OpenBSD/sgi. CVSROOT: /cvs Module name: www Changes by: grange@cvs.openbsd.org 2006/10/09 00:50:12 Modified files: . : want.html Log message: I need some spare PATA/SATA drives to resurrect ATA hacking. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/09 01:36:54 Modified files: . : want.html Log message: other ways to get things to grange CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/09 03:03:58 Modified files: de : 40.html anoncvs.html cvsync.html donations.html errata.html errata38.html events.html ftp.html index.html orders.html security.html want.html faq/de : upgrade40.html faq/fr : current.html faq5.html faq/nl : current.html fr : armish.html donations.html errata.html errata38.html pkg-stable.html plat.html security.html want.html nl : plat.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : openbsd.html portable.html report.html openssh/fr : report.html openssh/nl : openbsd.html Added files: fr : landisk.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:15:22 Modified files: sysutils/LPRng : Makefile sysutils/LPRng/pkg: PLIST Log message: explicitly tag setuid stuff that is. Someone should probably look at making lPRng work with setuid daemon, like the default stuff is... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:32:26 Modified files: korean/hanterm-xf: Makefile korean/hanterm-xf/pkg: PLIST Log message: explicitly tag hanterm as setgid utmp, so that console logging works. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:42:24 Modified files: net/bing : Makefile net/bing/patches: patch-Makefile net/bing/pkg : PLIST Log message: put bing in a more appropriate directory, and fix rights/ownership to match the rest of OpenBSD (e.g., ping). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:54:01 Modified files: news/trn : Makefile Log message: no files should belong to the user who just happened to extract the tarball... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:20:24 Log message: prolog interpreter that works, since gnu-prolog depends on a memory model that doesn't work well for us. Status: Vendor Tag: swi-prolog Release Tags: espie N ports/lang/swi-prolog/distinfo N ports/lang/swi-prolog/Makefile N ports/lang/swi-prolog/pkg/PLIST N ports/lang/swi-prolog/pkg/DESCR N ports/lang/swi-prolog/pkg/PFRAG.shared N ports/lang/swi-prolog/patches/patch-src_pl-tai_c N ports/lang/swi-prolog/patches/patch-src_configure_in N ports/lang/swi-prolog/patches/patch-src_test_memmodel_c N ports/lang/swi-prolog/patches/patch-Makefile_in N ports/lang/swi-prolog/patches/patch-packages_clib_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:21:05 Modified files: lang : Makefile Log message: +swi-prolog CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/09 04:21:52 Modified files: . : translation.html Log message: udpate the status of the translation and set the focus on OpenBSD.org and its FAQ. ok jufi@ saad@, "Kill off the old cruft" wvdputte@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/09 04:29:13 Modified files: sys/arch/landisk/stand/mbr: mbr.8 Log message: tweaks; ok mickey CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:33:02 Modified files: security/fwbuilder: Makefile Log message: fix ownership of bin files CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:41:27 Modified files: net/synergy : Makefile Log message: fix ownership of documentation. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/09 05:11:54 Modified files: share/tmac/mdoc: doc-common share/man/man7 : mdoc.samples.7 Log message: landisk bits; ok mickey CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/09 05:21:03 Modified files: devel/eclipse/plugins/wtp: Makefile Log message: Fix ownership problems. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/09 05:34:39 Modified files: lang/jamvm : Makefile Log message: Fix ownership problems. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 05:55:18 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: PLIST-server Removed files: databases/postgresql/pkg: INSTALL-server Log message: - remove "nohup" from the suggested rc script. - get ride of INSTALL-server and move database init to PLIST-server. - bump PKGNAME. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 06:22:53 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: put back "nohup", I should have read also this history. PostgreSQL runs fine without it but we are not sure if the signal race has been fixed or not, sorry. spotted by bernd@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 07:10:34 Log message: Import py-silc 0.4 PySilc is a near-complete set of Python bindings for creating SILC clients using the silc-toolkit. It allows developers to write simple bots and clients for connecting to SILC servers. From Martynas Venckus Status: Vendor Tag: alek Release Tags: alek_20061009 N ports/devel/py-silc/Makefile N ports/devel/py-silc/distinfo N ports/devel/py-silc/pkg/DESCR N ports/devel/py-silc/pkg/PLIST N ports/devel/py-silc/patches/patch-setup_py N ports/devel/py-silc/patches/patch-src_pysilc_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 07:32:16 Modified files: devel : Makefile Log message: Add py-silc CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 08:29:00 Modified files: www/phppgadmin : Makefile Log message: Fix ownership problems. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 08:29:54 Modified files: devel/mercurial: Makefile Log message: Fix ownership problems. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 09:15:18 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: update to 0.9.10 . CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 10:01:25 Log message: Import markdown 1.5 A text-to-HTML conversion tool. From Will Maier Status: Vendor Tag: alek_20061009 Release Tags: alek N ports/textproc/markdown/Makefile N ports/textproc/markdown/distinfo N ports/textproc/markdown/patches/patch-markdown_py N ports/textproc/markdown/pkg/DESCR N ports/textproc/markdown/pkg/PLIST N ports/textproc/markdown/files/setup.py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 10:12:07 Modified files: textproc : Makefile Log message: Add markdown CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 10:34:37 Modified files: math/p5-Set-IntSpan: Makefile distinfo Log message: upgrade to p5-Set-IntSpan 1.09 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 12:11:39 Modified files: infrastructure/mk: bsd.port.mk Log message: cheat a bit: make sure the right variables are used for MULTI_PACKAGES. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/09 12:46:44 Modified files: sys/dev/pci : if_bge.c Log message: The mickey (/brad) jumbo allocation avoidance patch triggers the same ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/09 13:26:53 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Removed files: mail/dovecot/patches: patch-src_lib_ioloop-notify-kqueue_c Log message: upgrade to Dovecot 1.0rc8 CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/10/09 13:35:34 Modified files: . : want.html Log message: ask for a DS20L, or alike CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 14:45:27 Modified files: sys/dev/cardbus: if_pgt_cardbus.c sys/dev/ic : pgt.c pgtvar.h Log message: Add powerhooks. Tested with a Netgear WG511v1 on my X40. ok claudio@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/09 14:56:35 Modified files: . : want.html Log message: Add the NeoClock from Leunig that can receive TDF signals (time de france..) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:01:55 Modified files: sys/dev/ic : pgt.c Log message: Change historical leftovers (tsleep "pftres" to "pgtres"). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:04:05 Modified files: sys/dev/ic : pgtvar.h Log message: Kill unused kthread struct. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:09:40 Modified files: sys/dev/ic : pgt.c Log message: Kill unused debug flag. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/09 17:36:11 Modified files: usr.bin/ssh : session.c Log message: xmalloc -> xcalloc that was missed previously, from portable CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/09 18:04:23 Modified files: www/lighttpd : Makefile distinfo Log message: upgrade to lighttpd 1.4.13 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/09 18:09:07 Modified files: sys/dev/ic : dp8390.c dp8390var.h ne2000.c Log message: Add bus_space_barrier. Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/09 21:17:45 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/09 21:19:15 Modified files: . : press.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 22:32:23 ports/mail/tnef/patches Update of /cvs/ports/mail/tnef/patches In directory cvs.openbsd.org:/tmp/cvs-serv19508/patches Log Message: Directory /cvs/ports/mail/tnef/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 22:33:09 Modified files: mail/tnef : Makefile distinfo Added files: mail/tnef/patches: patch-configure Log message: upgrade to tnef 1.4.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/09 23:26:54 Modified files: sys/arch/landisk/stand: Makefile sys/arch/landisk/stand/boot: Makefile getsecs.c scifcons.c sys/arch/landisk/stand/bootxx: pbr.S Added files: sys/arch/landisk/include: loadfile_machdep.h Log message: Minor tweaks. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 23:40:05 Modified files: net/p5-IO-Interface: Makefile distinfo net/p5-IO-Interface/pkg: PLIST Log message: upgrade to p5-IO-Interface 1.02 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 23:57:49 Modified files: graphics/p5-Image-Size: Makefile distinfo Removed files: graphics/p5-Image-Size/patches: patch-Makefile_PL Log message: upgrade to p5-Image-Size 3.01 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 00:17:14 Modified files: graphics/p5-Image-Info: Makefile distinfo graphics/p5-Image-Info/pkg: PLIST Log message: - upgrade to p5-Image-Info 1.23. - take as maintainer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/10 00:33:57 Modified files: . : lyrics.html Log message: typos in lyrics spotted by Paul Stoeber CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/10 02:34:22 Modified files: games/quake : Makefile Log message: Fix binfiles ownership. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/10 04:12:45 Modified files: usr.bin/ssh : sshconnect.c Log message: sleep before retrying (not after) since sleep changes errno; fixes pr 5250; rad@twig.com; ok dtucker djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 04:17:36 Modified files: usr.bin/find : find.1 Log message: add an example of -exec {} and remove a less useful example; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 04:55:05 Modified files: usr.bin/find : find.1 Log message: get the spacing right for -exec and -execdir; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 06:20:01 Modified files: usr.bin/find : find.1 Log message: get the spacing right for -ok too; i missed this in my previous commit. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:33:41 Modified files: etc : MAKEDEV.common Log message: 4 usb tty devices by default; ok msf@ marco@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:45:58 Modified files: etc : Makefile Log message: etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:58:03 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.cats : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.zaurus : MAKEDEV Log message: sync CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/10 07:33:17 Modified files: net/snort : Makefile distinfo net/snort/pkg : MESSAGE MESSAGE-prelude PLIST Added files: net/snort/patches: patch-etc_snort_conf patch-src_dynamic-plugins_sf_dynamic_plugins_c patch-src_dynamic-preprocessors_Makefile_in patch-src_dynamic-preprocessors_dns_Makefile_in patch-src_dynamic-preprocessors_ftptelnet_Makefile_in patch-src_dynamic-preprocessors_smtp_Makefile_in net/snort/pkg : PFRAG.shared Removed files: net/snort/patches: patch-configure Log message: - update to 2.6.0.2 . - enable dynamicplugin / dynamic preprocessors. - install documentation. - fix instructions. - USE_LIBTOOL. update from nikns with a few changes; feedback and ok msf@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:35:41 Log message: Initial import of p5-Net-Domain-TLD 1.65. The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and ccTLDs. Status: Vendor Tag: kevlo Release Tags: kevlo_20061010 N ports/net/p5-Net-Domain-TLD/Makefile N ports/net/p5-Net-Domain-TLD/distinfo N ports/net/p5-Net-Domain-TLD/pkg/PLIST N ports/net/p5-Net-Domain-TLD/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:36:44 Modified files: net : Makefile Log message: add p5-Net-Domain-TLD CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:38:52 Modified files: mail/p5-Email-Valid: Makefile distinfo Log message: - upgrade to p5-Email-Valid 0.176. - take as maintainer CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/10 07:53:33 Modified files: . : want.html Log message: Need a couple of drives. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/10 08:07:56 Modified files: share/man/man9 : sensor_add.9 Log message: state when the sensor api can be used, and that care must be taken with sensor_task_unregister. tweaks from jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:12:23 Modified files: lib/libpthread : shlib_version Log message: libc/shlib_version CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:13:32 Modified files: lib/libc : shlib_version Log message: system call changes (the file says "changes", leaving it purposely vague like that) REQUIRE a major crank. Yet it was not done for getcwd. Now a lot of people are going to get screwed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:17:56 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:18:17 Modified files: lib/libc/sys : Makefile.inc Log message: MLINKS to macros described in stat(2) CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/10 11:18:26 Modified files: security/prelude/libprelude: Makefile distinfo Log message: update to 0.9.11 . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 11:30:13 Modified files: sys/dev/pci : pcidevs Log message: add two Pericom PCI bridges. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 11:31:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 12:58:49 Modified files: share/man/man4 : xge.4 Log message: - add the Hitachi adapter - remove the BUGS section CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/10 13:08:06 Modified files: lang/python : Makefile.inc lang/python/2.3/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.mpz Setup.tkinter lang/python/2.4: Makefile lang/python/2.4/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.tkinter Log message: SHARED_ONLY, part one CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/10 13:08:18 Modified files: build : mirrors.dat Log message: new ftp/http/rsync mirror at the University of Belgrade, Serbia. from maintainer Marko Uskokovic CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/10 13:09:57 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/10 13:54:06 Modified files: usr.bin/less : tags.c Log message: Fix an instance of foo[strlen(foo) - 1] = something, which is dangerous because strlen(foo) could be 0. OK beck@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:21:10 Modified files: sys/arch/macppc/stand: Locore.c Log message: Typo in a comment. ok kettenis. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:34:23 Modified files: sys/dev/ic : aic79xx.c Log message: fix a small typo (in a comment). ok kettenis. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:45:38 Modified files: sys/dev/ic : acx.c Log message: bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting typos today... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 15:04:14 Modified files: sys/dev/pci : if_bge.c Log message: revert the firmware synchronization change in rev 1.178, this is the cause of the first port of a dual port MAC to not work. CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/10 15:38:16 Modified files: games/battlestar: getcom.c gnu/usr.bin/groff/psbb: psbb.c gnu/usr.bin/lynx/src: LYStrings.c lib/libcurses/tinfo: captoinfo.c make_keys.c sbin/scsi : scsi.c usr.bin/mail : edit.c usr.bin/tic : tic.c usr.bin/tset : tset.c usr.sbin/bind/bin/dig: dig.c Log message: fgets(3) returns NULL on error, not 0. No functional change, but it makes the code easier to read. OK deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:02:11 Modified files: sys/arch/sh/include: ieeefp.h Log message: Match the SH4 FPSCR bits. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:03:22 Modified files: lib/libc/rpc : xdr_float.c lib/libc/stdlib: strtod.c Log message: Teach'em about cpus in spandex CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:07:10 Log message: Preliminary userland bits for OpenBSD/landisk, many things coming from NetBSD. Status: Vendor Tag: miod Release Tags: SH4_LIBC_20061006 N src/lib/csu/sh/Makefile N src/lib/csu/sh/md_init.h N src/lib/csu/sh/crt0.c N src/lib/libc/arch/sh/Makefile.inc N src/lib/libc/arch/sh/SYS.h N src/lib/libc/arch/sh/gen/Makefile.inc N src/lib/libc/arch/sh/gen/_setjmp.S N src/lib/libc/arch/sh/gen/infinity.c N src/lib/libc/arch/sh/gen/isnan.c N src/lib/libc/arch/sh/gen/isinf.c N src/lib/libc/arch/sh/gen/fabs.c N src/lib/libc/arch/sh/gen/setjmp.S N src/lib/libc/arch/sh/gen/sigsetjmp.S N src/lib/libc/arch/sh/gen/fpsetround.c N src/lib/libc/arch/sh/gen/fpsetmask.c N src/lib/libc/arch/sh/gen/fpgetsticky.c N src/lib/libc/arch/sh/gen/fpgetround.c N src/lib/libc/arch/sh/gen/fpgetmask.c N src/lib/libc/arch/sh/gen/flt_rounds.c N src/lib/libc/arch/sh/gen/fpsetsticky.c N src/lib/libc/arch/sh/gen/modf.c N src/lib/libc/arch/sh/gen/ldexp.c N src/lib/libc/arch/sh/net/Makefile.inc N src/lib/libc/arch/sh/net/htonl.c N src/lib/libc/arch/sh/net/htons.c N src/lib/libc/arch/sh/net/ntohl.c N src/lib/libc/arch/sh/net/ntohs.c N src/lib/libc/arch/sh/string/Makefile.inc N src/lib/libc/arch/sh/string/bcopy.S N src/lib/libc/arch/sh/string/bzero.S N src/lib/libc/arch/sh/string/ffs.S N src/lib/libc/arch/sh/string/memcpy.S N src/lib/libc/arch/sh/string/memmove.S N src/lib/libc/arch/sh/string/memset.S N src/lib/libc/arch/sh/sys/Ovfork.S N src/lib/libc/arch/sh/sys/exect.S N src/lib/libc/arch/sh/sys/brk.S N src/lib/libc/arch/sh/sys/cerror.S N src/lib/libc/arch/sh/sys/fork.S N src/lib/libc/arch/sh/sys/sbrk.S N src/lib/libc/arch/sh/sys/rfork.S N src/lib/libc/arch/sh/sys/syscall.S N src/lib/libc/arch/sh/sys/sigpending.S N src/lib/libc/arch/sh/sys/sigreturn.S N src/lib/libc/arch/sh/sys/sigprocmask.S N src/lib/libc/arch/sh/sys/sigsuspend.S N src/lib/libpthread/arch/sh/uthread_machdep.h N src/lib/libpthread/arch/sh/_atomic_lock.c N src/lib/libkvm/kvm_sh.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 16:34:12 Modified files: sys/dev/acpi : acpireg.h Log message: add a few more ACPI device ids, as found on a Acer Aspire 1360. From Maxim Bourmistrov via marco@, ok marco@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/10 17:27:56 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: update my location CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 17:39:15 Modified files: sys/dev/pci : if_xge.c if_xgereg.h Log message: - Only use the MAC address workaround for the Xframe chipset. - For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 18:08:51 Modified files: sys/dev/pci : if_xge.c Log message: call xge_stop() at the top of xge_init(). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 18:56:35 Modified files: sys/arch/sh/include: ieeefp.h Log message: tsk, tsk CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 20:56:37 Modified files: lib/libc/arch//sh/gen: Makefile.inc Log message: build modf.c CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 21:20:30 Modified files: sys/dev/pci : pcidevs Log message: add the NetXen vendor id. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 21:20:56 Modified files: lib/libc/arch//sh/gen: Makefile.inc Log message: and I forgot ldexp.c CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 21:20:56 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 23:35:07 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Default to -m4. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/10 23:39:59 Modified files: net/p5-NetPacket: Makefile net/p5-NetPacket/patches: patch-NetPacket_PFLog_pm Log message: Sync PFLog.pm with version 1.12 of net/if_pflog.h Fix a typo in COMMENT bump PKGNAME This has been sitting forgotten in my tree for too long. thanks to Jean Raby for the heads up and a similar patch. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/11 02:42:31 Modified files: sys/net : pfvar.h pf.c sbin/pfctl : parse.y Log message: Allow the 'quick' keyword on an anchor. IFF there is a matching rule inside the anchor, terminate ruleset evaluation when stepping out of the anchor. This means that if you absolutely want the anchor to be terminal, you probably want to use a 'block all' or 'pass all' rule at the start of the anchor. ok dhartmei@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/11 02:44:39 Modified files: share/man/man5 : pf.conf.5 Log message: Document 'anchor "foo" quick'. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:29:20 Modified files: sys/netinet : in.h in_pcb.h ip_input.c ip_output.c Log message: implement IP_RECVTTL socket option. when set on raw or udp sockets, userland receives the incoming packet's TTL as ancillary data (cmsg shitz). modeled after the FreeBSD implementation. ok claudio djm deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:34:51 Modified files: sys/netinet : in.h in_pcb.h ip_output.c tcp_input.c Log message: implement IP_MINTTL socket option fo tcp sockets This is for RFC3682 aka the TTL security hack - sender sets TTL to 255, receiver checks no router on the way (or, no more than expected) reduced the TTL. carp uses that technique already. modeled after FreeBSD implementation. ok claudio djm deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:50:44 Modified files: share/man/man4 : ip.4 Log message: document IP_RECVTTL and IP_MINTTL CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 03:58:31 Modified files: lib/libc/sys : read.2 Log message: be specific about what we mean by a "slow device"; kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 04:03:28 Modified files: usr.bin/find : find.1 Log message: for -depth, -follow, and -xdev, note that they always evaluate to true; ok otto CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/11 04:20:31 Modified files: sys/dev/ic : pgt.c Log message: Use correct arguments in printfs. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/11 05:19:55 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-solenv_inc_unxobsdi_mk Log message: update to version 2.0.4rc3; use offical master sites and use -O2 optimizations istead of -Os CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 05:46:05 Modified files: usr.bin/find : find.1 Log message: in EXAMPLES: - make the first example positive (we have enough using `!') - remove second example (it is too similar to others) - remove `-print' from all examples - put the examples in a more logical order - no need to escape dot, as otto points out i have been escaping it needlessly for years ;( ok otto CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 06:08:57 Modified files: sys/arch/amd64/conf: GENERIC Log message: udcf works here, so add it, ok mblamer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/11 06:10:19 Modified files: sys/dev/ic : pgtreg.h Log message: Use __packed instead of __attribute__((packed)). OK mglocker@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/11 06:26:00 Modified files: usr.bin/find : find.1 Log message: Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 06:37:09 Modified files: lib/libc/compat-43: killpg.3 lib/libc/sys : kill.2 Log message: SIGCONT may be sent to any process with the same session ID as the caller, not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/11 06:38:03 Modified files: usr.bin/ssh : clientloop.c serverloop.c Log message: exit instead of doing a blocking tcp send if we detect a client/server timeout, since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:03:32 Modified files: usr.bin/find : find.1 Log message: a little macro cleanup; CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/11 07:06:35 Modified files: sys/dev/usb : udcf.c Log message: Make the timedelta sensor appear right when a device is plugged-in, with a status of SENSOR_S_UNKNOWN. Do not set the SENSOR_FINVALID bit, sysctl hw.sensors does not list sensors with this flags set and we want to the sensor when the device is present. ok henning CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/11 07:23:45 Modified files: share/man/man4 : udcf.4 Log message: Reflect recent changes in the driver. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 07:34:18 Added files: usr.bin/gprof : sh.c sh.h Log message: Extra files needed for 'sh' architecture, copied from arm. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:35:17 Modified files: share/man/man5 : pf.conf.5 Log message: fix mark up mistake; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:38:00 Modified files: share/man/man4 : ip.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/11 09:31:15 Added files: lib/libssl/crypto/arch/sh: opensslconf.h Log message: Initial config for sh, copied from arm. ok miod@ drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 10:10:32 Modified files: usr.bin/find : find.1 Log message: improve markup a wee bit; CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 11:18:11 Modified files: sys/arch/landisk/stand/bootxx: boot1.c Log message: define some functions to go here, quiet warnings CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 11:19:06 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/bootxx: Makefile Log message: Build after compiler changed to hardfloat, and link against libgcc. ok miod@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:28:27 Log message: mantis is a web based bug tacking system, using php5 and a mysql database. it is used by quite some projects now and fairly easy to use. thanks to xsa and aanriot for their feedback Status: Vendor Tag: mbalmer Release Tags: mantis_20061011 N ports/www/mantis/Makefile N ports/www/mantis/distinfo N ports/www/mantis/pkg/DESCR N ports/www/mantis/pkg/PLIST N ports/www/mantis/pkg/MESSAGE N ports/www/mantis/patches/patch-admin_install_php N ports/www/mantis/patches/patch-core_php N ports/www/mantis/patches/patch-login_page_php N ports/www/mantis/patches/patch-core_phpmailer_class_phpmailer_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:29:13 Modified files: www : Makefile Log message: Add mantis CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:58:51 Modified files: . : want.html Log message: Add GPS receivers which provide a PPS signal. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 13:16:27 Modified files: usr.bin/find : find.1 Log message: some important information about how find(1) works was tucked away under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 13:19:37 Modified files: usr.bin/find : find.1 Log message: hmm, slightly reword the previous to sound less like a susv3 cut/paste, thus also avoiding a line split that was annoying me; CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/11 13:20:46 Modified files: sys/dev/ic : pgt.c Log message: fix a potential null deref and a memleak (both in error path). ok mglocker@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/11 13:42:28 Modified files: sys/dev/ic : pgt.c Log message: more ether_sprintf()'s ok claudio@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/11 14:34:19 Modified files: sys/arch/landisk/dev: obio.c Log message: Oops, wrong size in struct cfattach. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 14:56:59 Modified files: distrib/common : elfrdsetroot.c games/hack : hack.save.c sys/lib/libsa : readdir.c usr.sbin/lpr/lpr: lpr.c usr.sbin/mopd/common: loop-bsd.c Log message: use SEEK_SET; chl@tuxfamily.org CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/11 15:03:24 Modified files: devel/luaposix : Makefile distinfo devel/luaposix/pkg: PLIST Removed files: devel/luaposix/files: init.lua posix.lua devel/luaposix/patches: patch-Makefile patch-lposix_c devel/luaposix/pkg: PFRAG.shared Log message: luaposix-20060408, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/11 15:55:47 Modified files: audio/speex : Makefile Log message: fix master site CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/11 16:00:22 Modified files: usr.bin/cvs : util.c Log message: check fgets(3) return value and also fix a buf[strlen(buf) - 1] = something; misuse. ok niallo@, cloder@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/10/11 16:25:49 Modified files: sys/dev/pci : pcidevs Log message: add my Radeon X800 ok brad CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/10/11 16:26:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regenerate. ok brad CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/10/11 16:39:46 Modified files: sys/kern : uipc_mbuf.c share/man/man9 : mbuf.9 Log message: Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 17:06:46 Modified files: sys/arch/landisk/stand/boot: devs.c libsa.h srt0.S Log message: flush the cache before jumping into the just loaded kernel. Now it succesfully gets into the kernel 100% CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 17:25:56 Modified files: sys/dev/mii : brgphy.c Log message: revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset; the link comes up, there is activity with tcpdump, but it doesn't work as expected. Issue reported by kettenis. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/11 18:25:20 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Since we no longer look in FreeBSD or NetBSD partitions for the disklabel, we shouldn't write the disklabel in such partitions either. Brings amd64, arm, i386, landisk, macppc, mvmeppc (which roll their own MBR search in writedisklabel()) into line with alpha, hppa, hppa64, mips64 (which use readdoslabel() in both reading and writing the disklabel). If all goes well, soon everyone will be using readdoslabel(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 18:27:47 Modified files: lib/libc/stdlib: strtod.c Log message: reorder #if tests because apparently on amd64 cpp proceeds to blow it's own brains out, and then takes lint down with it. To be investigated... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 18:30:12 Modified files: sys/dev/pci : pcidevs Log message: add another ServerWorks HT-2100 PCIe bridge. dmesg from marco@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 18:30:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 19:49:34 Modified files: lib/libc/stdlib: strtod.c Log message: use __amd64__ instead, until lint is fixed CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 21:32:32 Modified files: usr.bin/file/magdir: elf Log message: recognize 'sh' binaries. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 22:37:38 Modified files: sbin/disklabel : Makefile Log message: Should be correct for landisk. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/11 22:48:15 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_audio_sun_out_c patch-src_input_Makefile_in patch-src_input_input_dvb_c patch-src_input_input_vcd_c patch-src_input_libreal_real_c patch-src_input_vcd_libcdio_iso9660_fs_c patch-src_libreal_audio_decoder_c patch-src_libreal_xine_decoder_c patch-src_libw32dll_wine_Makefile_in 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 patch-src_xine-utils_utils_c multimedia/xine-lib/pkg: PLIST Removed files: multimedia/xine-lib/patches: patch-src_input_input_mms_c patch-src_input_input_pnm_c patch-src_input_input_rtsp_c Log message: upgrade to xine-lib 1.1.2 * Security fixes: - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * Add support for RealPlayer 10 codecs WANTLIB tweak from bernd@ testing by steven@ and bernd@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:22:58 Modified files: . : landisk.html Added files: images : usl5p-serial.gif Log message: landisk serial cable instructions and picture CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:25:59 Modified files: . : landisk.html Log message: better text CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:58:57 Modified files: lib/libc/stdlib: strtod.c Log message: sparc64 should be in the #ifdef CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/12 00:46:42 Modified files: net/netatalk : Makefile Log message: fix LIB_DEPENDS CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/12 01:05:21 Modified files: . : errata.html errata38.html security.html Log message: add the ssh issue. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/12 01:10:42 Modified files: . : errata.html errata38.html Log message: add the CVE entries to the ssh errata. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/12 01:24:31 Modified files: share/man/man9 : mbuf.9 Log message: - give smm/18.net a title - mark up `>' CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:00:19 Modified files: net/isc-dhcp : Makefile distinfo Added files: net/isc-dhcp/patches: patch-paranoia patch-paranoia_perms Log message: ISC dhcpd 3.0.4 with paranoia patches CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:22:37 Modified files: net/fping : Makefile distinfo net/fping/patches: patch-fping_8 patch-fping_c Log message: fping 2.4b2 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:23:25 Modified files: mail/c-client : Makefile distinfo mail/c-client/patches: patch-Makefile patch-src_c-client_mail_c patch-src_osdep_unix_Makefile patch-src_osdep_unix_env_unix_c Log message: c-client 4.64; from jerome loyet CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/12 02:24:27 Modified files: faq/fr : faq5.html faq7.html fr : errata.html errata38.html plat.html press.html translation.html want.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:36:16 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot/pkg: DESCR mail/postfix/stable/pkg: DESCR Log message: add db4 flavour; contributed by Wilbern Cobb CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/12 02:45:56 Modified files: infrastructure/mk: bsd.port.mk Log message: quick-fix for make install, as reported by stevens@ and naddy@. Need more thinking about... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/12 04:40:45 Modified files: usr.sbin/ntpd : sensors.c Log message: internally, ntpd doesn't work with absolute offsets to system time, but takes the offset it adjtime() is already correcting for into account when taking the offset from a sensor, we need to correct it by the offset between system time and ntpd view. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/12 04:41:51 Modified files: usr.sbin/ntpd : sensors.c Log message: need to call adjtime once in a while here too, otherwise sensor-only servers never update the system clock CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/12 05:08:28 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/pkg: PLIST Log message: maintenance update to gimp 2.2.13 testing and ok bernd@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2006/10/12 05:30:41 Modified files: multimedia/dvdbackup: Makefile multimedia/dvdbackup/patches: patch-src_dvdbackup_c Log message: Fix the DVDGetTitleName() function. The function tries to read the title from the DVD but does it in a way that does not work on OpenBSD. OpenBSD returns EINVAL for reads that are not a multiple of the blocksize for rcd0c. ok jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/12 05:36:11 Modified files: editors/kile : Makefile distinfo editors/kile/patches: patch-src_kile_kile_kcfg editors/kile/pkg: PLIST Log message: maintenance update to kile 1.9.2, several bugfixes CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 06:14:17 Modified files: sys/arch/amd64/stand/libsa: biosdev.c sys/arch/i386/stand/libsa: biosdev.c sys/arch/macppc/stand: ofdev.c sys/arch/mvmeppc/stand/libsa: bugdev.c Log message: Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR partition is found. Change error message to 'no OpenBSD partition'. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/10/12 06:18:36 Modified files: faq : current.html Log message: Mention modified treatment of FreeBSD and NetBSD MBR partitions when booting and when reading/storing disklabels. Prodded by nick@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 07:13:44 Modified files: news/newsfetch : Makefile Log message: NO_REGRESS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 07:59:51 Modified files: archivers/lha : Makefile Log message: - make use of MASTER_SITE_SOURCEFORGE_JP - remove unneeded PKGNAME line CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:05:55 ports/x11/wxWidgets/pkg Update of /cvs/ports/x11/wxWidgets/pkg In directory cvs.openbsd.org:/tmp/cvs-serv13493/pkg Log Message: Directory /cvs/ports/x11/wxWidgets/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:09:33 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in patch-src_common_db_cpp patch-src_common_dbtable_cpp Added files: x11/wxWidgets/patches: patch-configure_in patch-contrib_src_animate_Makefile_in patch-contrib_src_deprecated_Makefile_in patch-contrib_src_fl_Makefile_in patch-contrib_src_gizmos_Makefile_in patch-contrib_src_mmedia_Makefile_in patch-contrib_src_mmedia_sndoss_cpp patch-contrib_src_ogl_Makefile_in patch-contrib_src_plot_Makefile_in patch-contrib_src_stc_Makefile_in patch-contrib_src_svg_Makefile_in patch-include_wx_wxchar_h patch-src_unix_sound_cpp patch-tests_Makefile_in patch-utils_wxrc_Makefile_in patch-wx-config_in x11/wxWidgets/pkg: DESCR PLIST Removed files: x11/wxWidgets : Makefile.inc x11/wxWidgets/base: Makefile x11/wxWidgets/base/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtk: Makefile x11/wxWidgets/gtk/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtk2: Makefile x11/wxWidgets/gtk2/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtkheaders: Makefile x11/wxWidgets/gtkheaders/pkg: DESCR PLIST x11/wxWidgets/headers: Makefile x11/wxWidgets/headers/files: wx-config x11/wxWidgets/headers/pkg: DESCR MESSAGE PLIST x11/wxWidgets/lesstif: Makefile x11/wxWidgets/lesstif/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/motif: Makefile x11/wxWidgets/motif/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/patches: patch-configure patch-contrib_include_wx_stc_stc_h patch-contrib_src_ogl_drawn_cpp patch-contrib_src_ogl_oglmisc_cpp patch-contrib_src_stc_PlatWX_cpp patch-contrib_src_stc_scintilla_src_AutoComplete_cxx patch-contrib_src_stc_scintilla_src_PropSet_cxx patch-contrib_src_stc_stc_cpp patch-demos_configure patch-demos_poem_wxpoem_cpp patch-include_wx_time_h patch-samples_configure patch-samples_console_console_cpp patch-samples_newgrid_griddemo_cpp patch-src_common_appcmn_cpp patch-src_common_cmndata_cpp patch-src_common_dynlib_cpp patch-src_common_filefn_cpp patch-src_common_filename_cpp patch-src_common_log_cpp patch-src_common_odbc_cpp patch-src_common_resourc2_cpp patch-src_common_resource_cpp patch-src_common_string_cpp patch-src_common_utilscmn_cpp patch-src_common_xpmdecod_cpp patch-src_generic_gridg_cpp patch-src_gtk_menu_cpp patch-src_html_helpfrm_cpp patch-src_iodbc_connect_c patch-src_iodbc_herr_c patch-src_iodbc_info_c patch-src_iodbc_misc_c patch-src_motif_utils_cpp patch-src_motif_xmcombo_xmcombo_c patch-src_unix_gsocket_c patch-src_unix_utilsunx_cpp patch-src_unix_utilsx11_cpp x11/wxWidgets/x11univ: Makefile x11/wxWidgets/x11univ/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST Log message: Update to 2.6.3; now there is only one version -- gtk2 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:13:42 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Log message: Update to 1.9; mostly from bernd@ IIRC CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:18:53 Modified files: net/amule : Makefile distinfo net/amule/patches: patch-docs_Makefile_in net/amule/pkg : PLIST Added files: net/amule/patches: patch-src_FileLock_h Removed files: net/amule/patches: patch-src_OtherFunctions_cpp patch-src_SearchDlg_cpp patch-src_SearchList_cpp Log message: Update to 2.1.3; now it works fine with new wxWidgets CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:26:04 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-Makefile_in patch-configure patch-lib-src_allegro_Makefile_in patch-lib-src_expat_Makefile_in patch-lib-src_libresample_Makefile_in patch-lib-src_portmixer_px_unix_oss_Makefile patch-lib-src_soundtouch_configure patch-src_export_ExportMP3_cpp patch-tests_Makefile_in audio/audacity/pkg: PLIST Added files: audio/audacity/patches: patch-lib-src_portaudio_pa_unix_oss_Makefile_in patch-locale_Makefile_in Removed files: audio/audacity/patches: patch-lib-src_portaudio_pa_unix_oss_Makefile patch-src_FileFormats_cpp patch-src_Makefile_in patch-tests_SimpleBlockFileTest_cpp Log message: Update to 1.3.0b as previous version doesn't work with new wxWidgtes ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 09:16:44 Modified files: astro/xephem : Makefile Log message: replace mastersite with a working one. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 09:20:55 Modified files: astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile Log message: replace dead mastersites and homepages with working ones. ok wilfried CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 09:49:58 Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/pxeboot: conf.c sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c Log message: Bump versions to note behaviour change of no longer trying to boot from NetBSD partitions. Requested by tom@. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/12 10:35:52 Modified files: sys/dev/pci : pccbb.c pccbbvar.h sys/dev/cardbus: cardbus.c cardbusvar.h com_cardbus.c ehci_cardbus.c if_acx_cardbus.c if_ath_cardbus.c if_atw_cardbus.c if_dc_cardbus.c if_fxp_cardbus.c if_pgt_cardbus.c if_ral_cardbus.c if_re_cardbus.c if_rl_cardbus.c if_rtw_cardbus.c if_xl_cardbus.c ohci_cardbus.c puc_cardbus.c uhci_cardbus.c Log message: Add a symbolic name parameter to cardbus_intr_establish(). Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/12 10:38:21 Modified files: sys/dev/acpi : acpi.c acpiac.c acpibat.c acpibtn.c acpicpu.c acpidebug.c acpiec.c acpitz.c dsdt.c acpidev.h amltypes.h dsdt.h Log message: Massive ACPI changes Fixed ACPI leaks new ACPI API ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 10:54:01 Modified files: sys/dev/acpi : dsdt.c Log message: fix rcsid CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/10/12 11:20:12 Modified files: usr.bin/rcs : co.c rcsdiff.c rcsmerge.c rcsprog.c rcsutil.c rlog.c Log message: - convert some warnx() to warn(), which fixes a few stupidly un-informative error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/12 12:00:08 Modified files: de : errata.html errata38.html ftp.html i386-laptop.html plat.html security.html support.html translation.html faq/de : current.html faq5.html faq7.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/ja : openbsd.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:16:06 Modified files: share/man/man4 : acpi.4 Log message: Cleanup and additional verbiage in BUGS to delinate batteries that misbehave. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:20:39 Modified files: sys/dev/acpi : acpiec.c Log message: Remove debug print. Found by Peter Hessler. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 12:34:59 Modified files: education/dvorak7min: Makefile Log message: NO_REGRESS CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:45:17 Modified files: share/man/man4 : acpi.4 Log message: Add language for events. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:48:58 Modified files: share/man/man4 : acpi.4 Log message: One more tweat in authors. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 13:17:26 Modified files: sys/dev/acpi : acpireg.h Log message: Fix typo. Found by: Janek Richter CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/12 14:38:03 Modified files: usr.bin/cdio : cdio.1 Log message: document environment var CDROM; from ross l richardson (pr #5258) i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/12 15:21:52 Modified files: share/man/man4/man4.macppc: macobio.4 Added files: share/man/man4/man4.macppc: mc.4 mesh.4 Log message: Add manpages for mace and mesh, document them in macobio.4. ok jmc CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/12 16:22:12 Modified files: share/man/man4/man4.macppc: Makefile Log message: I forgot to add mc.4 and mesh.4 to the Makefile. Spotted by and ok deraadt. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/12 17:12:19 Modified files: x11/kde/accessibility3: Makefile distinfo x11/kde/addons3: Makefile distinfo x11/kde/admin3 : Makefile distinfo x11/kde/admin3/pkg: PLIST x11/kde/arts3 : Makefile distinfo x11/kde/artwork3: Makefile distinfo x11/kde/artwork3/pkg: PLIST x11/kde/base3 : Makefile distinfo x11/kde/base3/patches: patch-kdesu_kdesu_kdesu_cpp patch-kdm_kfrontend_Makefile_in patch-konsole_konsole_TEPty_cpp patch-startkde x11/kde/base3/pkg: PLIST x11/kde/bindings3: Makefile distinfo x11/kde/edu3 : Makefile distinfo x11/kde/edu3/pkg: PLIST x11/kde/games3 : Makefile distinfo x11/kde/graphics3: Makefile distinfo x11/kde/i18n3 : Makefile distinfo x11/kde/i18n3/pkg: PLIST-ca PLIST-da PLIST-de PLIST-es PLIST-et PLIST-fa PLIST-fi PLIST-fr PLIST-he PLIST-hr PLIST-it PLIST-kk PLIST-km PLIST-lv PLIST-mk PLIST-nds PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-ru PLIST-sv PLIST-zh_TW x11/kde/libs3 : Makefile distinfo x11/kde/libs3/patches: patch-configure_in patch-kdesu_process_cpp patch-kdeui_ksconfig_cpp x11/kde/libs3/pkg: PLIST x11/kde/multimedia3: Makefile distinfo x11/kde/multimedia3/patches: patch-configure_in x11/kde/network3: Makefile distinfo x11/kde/network3/pkg: PLIST x11/kde/office3: Makefile distinfo x11/kde/patches-3.5: patch-acinclude_m4 x11/kde/pim3 : Makefile distinfo x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile distinfo x11/kde/sdk3/patches: patch-kuiviewer_Makefile_in x11/kde/sdk3/pkg: PLIST x11/kde/toys3 : Makefile distinfo x11/kde/utils3 : Makefile distinfo x11/kde/utils3/patches: patch-superkaramba_src_misc_python_cpp x11/kde/webdev : Makefile distinfo x11/kde/webdev/pkg: PLIST Removed files: x11/kde/base3/patches: patch-kdesu_kdesu_sudlg_cpp patch-kdesu_kdesu_sudlg_h x11/kde/libs3/patches: patch-kdesu_configure_in_in patch-kdesu_defaults_h patch-kdesu_su_cpp patch-kdesu_su_h x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_oscartypes_h Log message: Update to 3.5.5 CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/12 17:16:11 Modified files: sys/dev/acpi : dsdt.h dsdt.c Log message: Added exportable aml_getpciaddr Added printing args for called functions ok marco@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 18:00:55 Modified files: sys/arch/zaurus/stand/zboot: diskprobe.c Log message: 'no BSD partition' -> 'no OpenBSD partition' for error message. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/12 18:30:08 Modified files: sys/dev/raidframe: rf_disks.c Log message: Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ... OK krw, deraadt CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/12 20:08:22 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST Removed files: x11/vlc/pkg : PFRAG.no-no_dvd PFRAG.shared Log message: - add back GUI support now that wxwidgets has been updated - nuke semi-pointless no_dvd flavor - mark as SHARED_ONLY CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/12 20:11:28 Modified files: sbin/scsi : scsi.c Log message: Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. OK krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/12 20:13:45 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/12 21:50:14 Modified files: lib/libc/stdlib: strtod.c Log message: __mips64__ handling too.. sigh CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:32 www/papers/auug2006 Update of /cvs/www/papers/auug2006 In directory cvs.openbsd.org:/tmp/cvs-serv27365/auug2006 Log Message: Directory /cvs/www/papers/auug2006 added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:55 www/papers/auug2006/network_randomness Update of /cvs/www/papers/auug2006/network_randomness In directory cvs.openbsd.org:/tmp/cvs-serv7310/network_randomness Log Message: Directory /cvs/www/papers/auug2006/network_randomness added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:56 www/papers/auug2006/pf_evolution Update of /cvs/www/papers/auug2006/pf_evolution In directory cvs.openbsd.org:/tmp/cvs-serv7310/pf_evolution Log Message: Directory /cvs/www/papers/auug2006/pf_evolution added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:07:32 Added files: papers/auug2006/network_randomness: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt mgp00026.html mgp00026.idx.png mgp00026.png mgp00026.txt mgp00027.html mgp00027.idx.png mgp00027.png mgp00027.txt mgp00028.html mgp00028.idx.png mgp00028.png mgp00028.txt mgp00029.html mgp00029.idx.png mgp00029.png mgp00029.txt mgp00030.html mgp00030.idx.png mgp00030.png mgp00030.txt mgp00031.html mgp00031.idx.png mgp00031.png mgp00031.txt mgp00032.html mgp00032.idx.png mgp00032.png mgp00032.txt mgp00033.html mgp00033.idx.png mgp00033.png mgp00033.txt mgp00034.html mgp00034.idx.png mgp00034.png mgp00034.txt mgp00035.html mgp00035.idx.png mgp00035.png mgp00035.txt mgp00036.html mgp00036.idx.png mgp00036.png mgp00036.txt mgp00037.html mgp00037.idx.png mgp00037.png mgp00037.txt mgp00038.html mgp00038.idx.png mgp00038.png mgp00038.txt papers/auug2006/pf_evolution: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt mgp00026.html mgp00026.idx.png mgp00026.png mgp00026.txt mgp00027.html mgp00027.idx.png mgp00027.png mgp00027.txt mgp00028.html mgp00028.idx.png mgp00028.png mgp00028.txt mgp00029.html mgp00029.idx.png mgp00029.png mgp00029.txt mgp00030.html mgp00030.idx.png mgp00030.png mgp00030.txt mgp00031.html mgp00031.idx.png mgp00031.png mgp00031.txt mgp00032.html mgp00032.idx.png mgp00032.png mgp00032.txt Log message: Slides from auug2006. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:15:36 Modified files: . : events.html Log message: Move auug2006 to past events, add links to slides. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 23:16:11 Modified files: papers/auug2006/network_randomness: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00002.html mgp00002.idx.png mgp00002.png mgp00003.html mgp00003.idx.png mgp00003.png mgp00004.html mgp00004.idx.png mgp00004.png mgp00005.html mgp00005.idx.png mgp00005.png mgp00006.html mgp00006.idx.png mgp00006.png mgp00007.html mgp00007.idx.png mgp00007.png mgp00008.html mgp00008.idx.png mgp00008.png mgp00009.html mgp00009.idx.png mgp00009.png mgp00010.html mgp00010.idx.png mgp00010.png mgp00011.html mgp00011.idx.png mgp00011.png mgp00012.html mgp00012.idx.png mgp00012.png mgp00013.html mgp00013.idx.png mgp00013.png mgp00014.html mgp00014.idx.png mgp00014.png mgp00015.html mgp00015.idx.png mgp00015.png mgp00016.html mgp00016.idx.png mgp00016.png mgp00017.html mgp00017.idx.png mgp00017.png mgp00018.html mgp00018.idx.png mgp00018.png mgp00019.html mgp00019.idx.png mgp00019.png mgp00020.html mgp00020.idx.png mgp00020.png mgp00021.html mgp00021.idx.png mgp00021.png mgp00022.html mgp00022.idx.png mgp00022.png mgp00023.html mgp00023.idx.png mgp00023.png mgp00024.html mgp00024.idx.png mgp00024.png mgp00025.html mgp00025.idx.png mgp00025.png mgp00026.html mgp00026.idx.png mgp00026.png mgp00027.html mgp00027.idx.png mgp00027.png mgp00028.html mgp00028.idx.png mgp00028.png mgp00029.html mgp00029.idx.png mgp00029.png mgp00030.html mgp00030.idx.png mgp00030.png mgp00031.html mgp00031.idx.png mgp00031.png mgp00032.html mgp00032.idx.png mgp00032.png mgp00033.html mgp00033.idx.png mgp00033.png mgp00034.html mgp00034.idx.png mgp00034.png mgp00035.html mgp00035.idx.png mgp00035.png mgp00036.html mgp00036.idx.png mgp00036.png mgp00037.html mgp00037.idx.png mgp00037.png mgp00038.html mgp00038.idx.png mgp00038.png papers/auug2006/pf_evolution: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00002.html mgp00002.idx.png mgp00002.png mgp00003.html mgp00003.idx.png mgp00003.png mgp00004.html mgp00004.idx.png mgp00004.png mgp00005.html mgp00005.idx.png mgp00005.png mgp00006.html mgp00006.idx.png mgp00006.png mgp00007.html mgp00007.idx.png mgp00007.png mgp00008.html mgp00008.idx.png mgp00008.png mgp00009.html mgp00009.idx.png mgp00009.png mgp00010.html mgp00010.idx.png mgp00010.png mgp00011.html mgp00011.idx.png mgp00011.png mgp00012.html mgp00012.idx.png mgp00012.png mgp00013.html mgp00013.idx.png mgp00013.png mgp00014.html mgp00014.idx.png mgp00014.png mgp00015.html mgp00015.idx.png mgp00015.png mgp00016.html mgp00016.idx.png mgp00016.png mgp00017.html mgp00017.idx.png mgp00017.png mgp00018.html mgp00018.idx.png mgp00018.png mgp00019.html mgp00019.idx.png mgp00019.png mgp00020.html mgp00020.idx.png mgp00020.png mgp00021.html mgp00021.idx.png mgp00021.png mgp00022.html mgp00022.idx.png mgp00022.png mgp00023.html mgp00023.idx.png mgp00023.png mgp00024.html mgp00024.idx.png mgp00024.png mgp00025.html mgp00025.idx.png mgp00025.png mgp00026.html mgp00026.idx.png mgp00026.png mgp00027.html mgp00027.idx.png mgp00027.png mgp00028.html mgp00028.idx.png mgp00028.png mgp00029.html mgp00029.idx.png mgp00029.png mgp00030.html mgp00030.idx.png mgp00030.png mgp00031.html mgp00031.idx.png mgp00031.png mgp00032.html mgp00032.idx.png mgp00032.png Log message: resize to 800x600 CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 23:56:19 Modified files: papers/auug2006/network_randomness: mgp00004.idx.png mgp00004.png mgp00005.idx.png mgp00005.png mgp00006.idx.png mgp00006.png mgp00007.idx.png mgp00007.png mgp00008.idx.png mgp00008.png mgp00009.idx.png mgp00009.png mgp00010.idx.png mgp00010.png mgp00011.idx.png mgp00011.png mgp00012.idx.png mgp00012.png mgp00013.idx.png mgp00013.png mgp00014.idx.png mgp00014.png mgp00015.idx.png mgp00015.png mgp00016.idx.png mgp00016.png mgp00017.idx.png mgp00017.png mgp00018.idx.png mgp00018.png mgp00019.idx.png mgp00019.png mgp00020.idx.png mgp00020.png mgp00021.idx.png mgp00021.png mgp00022.idx.png mgp00022.png mgp00023.idx.png mgp00023.png mgp00024.idx.png mgp00024.png mgp00025.idx.png mgp00025.png mgp00026.idx.png mgp00026.png mgp00027.idx.png mgp00027.png mgp00028.idx.png mgp00028.png mgp00029.idx.png mgp00029.png mgp00030.idx.png mgp00030.png mgp00031.idx.png mgp00031.png mgp00032.idx.png mgp00032.png mgp00033.idx.png mgp00033.png mgp00034.idx.png mgp00034.png mgp00035.idx.png mgp00035.png mgp00036.idx.png mgp00036.png mgp00037.idx.png mgp00037.png mgp00038.idx.png mgp00038.png Log message: recover from magicpoint design flaw / user error CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/13 01:19:28 Modified files: share/man/man4 : acpi.4 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/13 02:17:07 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: update to 6.42 from maintainer Patrick Keshishian CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/13 03:16:50 Modified files: net/quirc : Makefile Log message: update HOMEPAGE and MASTER_SITES CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/13 05:07:28 Modified files: usr.bin/systat : systat.1 Log message: vmstat memory stats are in kb, not number of pages; from jan srzednicki (freebsd pr #71690) ok mickey CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/13 06:06:28 Modified files: faq : faq4.html Log message: Clarify a bit about the install.site/upgrade.site scripts. ok nick@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/13 06:10:20 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: fix fortran man year CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2006/10/13 07:01:20 Modified files: . : translation.html Log message: update my email address as well as jasper's ok jasper@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 08:58:42 Log message: Import pecl-APC 3.0.12p2 APC is the Alternative PHP Cache. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Joint work with William Yodlowsky Status: Vendor Tag: alek Release Tags: alek_20061013 N ports/www/pecl-APC/Makefile N ports/www/pecl-APC/distinfo N ports/www/pecl-APC/pkg/DESCR N ports/www/pecl-APC/pkg/MESSAGE N ports/www/pecl-APC/pkg/PLIST N ports/www/pecl-APC/pkg/UNMESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 09:02:41 Modified files: www : Makefile Log message: Add pecl-APC CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 09:18:54 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-scripts_exim_install mail/exim/pkg : PLIST Log message: Update to 4.63 from Andreas Vgele CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/13 09:36:57 Modified files: usr.sbin/hostapd: parse.y Log message: check error condition of strtonum CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/13 09:57:26 Modified files: . : errata.html errata38.html Log message: fix minor typo CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/13 10:43:00 Modified files: . : press.html Log message: I was recently interviewed by bsdtalk.org about the upcoming OpenCON 2006 conference in Venice, Italy. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/13 11:02:02 Modified files: gnu/usr.bin/lynx/src: LYMain.c Log message: Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIR or TMP are set to nonexistent directories. Fixes PR 5247, reported by Marcus Popp OK millert@, jaredy@, and improvement by moritz@. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:01:18 src/regress/lib/libpthread/blocked_shutdown Update of /cvs/src/regress/lib/libpthread/blocked_shutdown In directory cvs.openbsd.org:/tmp/cvs-serv8000/blocked_shutdown Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_shutdown added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:02:52 Added files: regress/lib/libpthread/blocked_shutdown: Makefile blocked_shutdown.c Log message: Test shutdown() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:04:07 Modified files: regress/lib/libpthread: Makefile Log message: add blocked_shutdown CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/13 13:24:41 Modified files: math/mathomatic: Makefile distinfo math/mathomatic/patches: patch-globals_c patch-makefile math/mathomatic/pkg: PLIST Log message: update to mathomatic 12.6.5 CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/13 13:33:48 Modified files: fr : errata.html errata38.html events.html ftp.html landisk.html press.html security.html translation.html want.html ja : index.html security.html de : 40.html donations.html faq/fr : faq4.html openssh/ja : report.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/13 14:12:16 Modified files: etc : security Log message: changelist files are ascii, even if they contain a few funny chars. Encountered by henning@; ok millert@ robert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/10/13 16:12:44 Modified files: . : want.html Log message: Need a switch to do something useful with the 1000SX equipment I have now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/13 16:35:49 Modified files: sys/dev/ic : pgt.c Log message: Fix kernel page fault when the device gets detached after the firmware failed to load. Spotted by bernd@, aaron@ ok claudio@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/13 19:41:19 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc9 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/13 20:58:55 Modified files: . : plat.html Log message: mention SH4 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/13 21:01:53 Modified files: . : press.html Log message: Jem Report and Engadget on OLPC CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/13 23:04:54 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-innobase_Makefile_in patch-mysql-test_Makefile_in patch-scripts_Makefile_in patch-scripts_mysql_install_db_sh patch-scripts_mysqld_safe_sh patch-sql_mysqld_cc databases/mysql/pkg: PLIST-server PLIST-tests Removed files: databases/mysql/patches: patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: upgrade to MySQL 5.0.26 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/14 01:26:01 Modified files: . : want.html Log message: it seems my need for a SGI is taken care of CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/14 01:53:45 Modified files: . : translation.html Log message: use my openbsd e-mail address CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/14 03:03:23 Modified files: infrastructure/package: mksqlitedb Log message: oops, forgot to commit FULLPKGNAME. From Serge Basterot CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/14 03:54:04 Modified files: net/snort : Makefile Log message: use not hardcoded paths in the configuration file. inputs and ok alek@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/14 04:01:09 Modified files: games/nethack : Makefile Added files: games/nethack/patches: patch-sys_share_unixtty_c Log message: zap duplicate symbol that impairs static linking. This should fix build on vaxen (problem reported by Zachary Kline). CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 06:04:11 Modified files: textproc/markdown: Makefile distinfo textproc/markdown/pkg: PLIST Added files: textproc/markdown/files: markdown Removed files: textproc/markdown/files: setup.py textproc/markdown/patches: patch-markdown_py Log message: Update to 1.6a; from Will Maier CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/14 08:20:24 Modified files: lib/libc/sys : stat.2 Log message: sync with ; from simon barner (freebsd pr #57153); ok millert deraadt CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/14 08:27:25 Modified files: nl : ftp.html orders.html plat.html translation.html fr : plat.html press.html translation.html want.html openssh/nl : report.html faq/nl : faq4.html faq7.html openbgpd/nl : ftp.html users.html openntpd/nl : ftp.html portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/14 08:30:45 Modified files: lib/libc/sys : msgsnd.2 Log message: freebsd -r1.21: Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/14 10:16:18 Modified files: sys/dev/ic : ath.c Log message: fix the slightly different reset procedure of single chip variants. this should successfully initialize the ar5424 PCI-E chipset. figured out by kettenis@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 10:35:26 Log message: Import py-osd 0.2.14 PyOSD is a python module for displaying text on your X display, much like the "On Screen Displays" used on TVs and some monitors. Status: Vendor Tag: alek Release Tags: alek_20061014 N ports/x11/py-osd/Makefile N ports/x11/py-osd/distinfo N ports/x11/py-osd/patches/patch-setup_py N ports/x11/py-osd/pkg/PLIST N ports/x11/py-osd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 10:44:29 Modified files: x11 : Makefile Log message: Add py-osd CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/14 11:33:55 Modified files: editors/openoffice: Makefile distinfo Log message: update to 2.0.4 which is now the stable version of openoffice; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/14 12:03:10 Modified files: shells/bash : Makefile distinfo shells/bash/patches: patch-configure shells/bash/pkg: PLIST Added files: shells/bash/patches: patch-po_ru_po Log message: update to 3.2: miscellaneous bug fixes CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/14 12:13:44 Modified files: . : landisk.html Log message: looks like all SH4-based machines have the swapped Rx/Tx pins CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 12:26:55 Modified files: sbin/disklabel : disklabel.c editor.c Log message: Friends don't let friends look for disklabels in Free/NetBSD MBR partitions since the kernel doesn't put them or look for them there anymore. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 12:40:06 Modified files: sys/arch/sh/include: vmparam.h Log message: ps uses KERNBASE so define it to the correct value (pointed out by miod) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 12:40:32 Modified files: distrib/notes/armish: install xfer Log message: No need to tape about tape creation on armish. "kill" deraadt@ "probably not" drahn@ CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/14 12:50:32 Modified files: lib/libc/stdio : fgets.3 Log message: Make fgets description much clearer with respect to its exact behavior. OK and input from deraadt, jmc, millert. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/14 12:52:12 Log message: Import ecm-6.1.1 Integer factorization library and program using the Elliptic Curve Method (ECM), the P-1 or P+1 methods (which the ECM method can be viewed as a generalization of). Status: Vendor Tag: pvalchev Release Tags: pvalchev_20061014 N ports/math/ecm/Makefile N ports/math/ecm/distinfo N ports/math/ecm/pkg/PLIST N ports/math/ecm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/14 12:53:00 Modified files: math : Makefile Log message: +ecm CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 13:16:39 Modified files: sbin/disklabel : disklabel.c Log message: Friends don't let friends look for disklabels in Free/NetBSD MBR partitions since the kernel doesn't put them or look for them there anymore. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 13:43:57 Modified files: lib/libssl/crypto: Makefile Log message: architecture sh (landisk) is little endian. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/10/14 13:56:16 Modified files: . : landisk.html Log message: plextor models are also available on other continents CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/10/14 13:59:51 Modified files: sys/dev/acpi : acpiec.c Log message: Fix the checks broken during conversion to new code. The Embedded Controller is now detected correctly. ok marco@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 14:20:51 Modified files: usr.bin/less : Makefile.bsd-wrapper Log message: Allow less to build in Makefile.cross environment. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 14:23:29 Modified files: distrib/crunch/crunchgen: crunchgen.1 crunchgen.c Log message: Add a new option to crunchgen '-O objdir-name' which allow for a object directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 14:36:40 Modified files: usr.sbin/hotplugd: Makefile Log message: landisk will need this too CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/14 15:19:09 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: - Simplify the arguments to bnx_tx_encap. - Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/14 16:26:07 Modified files: . : events.html Log message: move JDLL 2006 to the past. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/14 16:41:21 Modified files: sys/dev/usb : udcf.c Log message: Apply some formatting. CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/14 17:57:39 Modified files: lib/libc/stdio : fgets.3 Log message: Add a CAVEAT section that describes how to properly trim a newline from a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/10/14 18:02:59 src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 Update of /cvs/src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 In directory cvs.openbsd.org:/tmp/cvs-serv18458/config/cpu/x86-64 Log Message: Directory /cvs/src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 18:26:31 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/14 18:33:31 Modified files: devel/p5-ExtUtils-ParseXS: Makefile distinfo Log message: update to 2.16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/14 19:45:10 Modified files: usr.bin/systat : systat.1 Log message: Talk about "memory" not "pages in kilobytes", it is less awkward that way. OK jmc@ deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 20:41:15 Modified files: sbin/fdisk : Makefile Log message: build fdisk on landisk CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/14 22:17:32 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: Enable bce. Sortof ok with grumblings deraadt@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/14 23:13:50 Modified files: . : want.html Log message: Add T42 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 23:17:31 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:12:32 Modified files: sys/dev/pci : pcidevs Log message: add a few Intel 82Q963 (Q963) chipset ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:13:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:25:44 Modified files: sys/dev/pci : pcidevs Log message: use the correct PCI id for the Broadcom BCM5756 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:26:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 00:39:23 Modified files: lib/libc/stdio : fgets.3 Log message: mark up `>'; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 00:44:13 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: tidy usage(); CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/15 00:44:58 Modified files: emulators/spim : Makefile distinfo Log message: use distfile with version number instead of spim.tar.gz which is the latest version. no more need for DIST_SUBDIR. checksums unchanged. noticed by Tobias Ulmer CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:47:40 Modified files: sys/dev/mii : miidevs Log message: add another OUI id for Broadcom and the BCM5787 PHY id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:47:51 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:49:19 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: recognize the BCM5787 A2 chipset. CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/10/15 01:30:01 Modified files: sys/dev/acpi : dsdt.c Log message: Remove extra increment of bitmask. ok jordan@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/15 02:29:26 Modified files: . : landisk.html Log message: clarify CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:20:53 Modified files: infrastructure/mk: bsd.port.mk Log message: also mention -n along -q on `print-plist' commands. I've started documenting it, and having -q do things on its own is quirky... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:22:49 Modified files: infrastructure/mk: bsd.port.mk Log message: -Q implies -q, anyways. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/15 03:32:52 Modified files: usr.sbin/pkg_add: pkg_create pkg_create.1 Log message: Normalize query options: make them not stop the package generation unless -n is also mentioned. Do some devious speed tricks in case -n && -[qQ] (forgetting to checksum files, for instance), so that it can be used for batch jobs. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:41:08 ports/databases/sqlports/files Update of /cvs/ports/databases/sqlports/files In directory cvs.openbsd.org:/tmp/cvs-serv203/files Log Message: Directory /cvs/ports/databases/sqlports/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:41:44 Modified files: databases/sqlports: Makefile Added files: databases/sqlports/files: mksqlitedb Log message: move mksqlitedb in the port that uses it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:42:17 Removed files: infrastructure/package: mksqlitedb Log message: moved to ports/databases/sqlports CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 03:44:25 Modified files: sbin/route : route.c Log message: Proper link state descriptions in print_rtmsg() RTM_IFINFO case. ok deraadt henning CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:48:05 Modified files: infrastructure/mk: bsd.port.subdir.mk Log message: Allows calling print-plist from main Makefile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/15 04:14:01 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Add my coordinates ok steven@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/15 04:43:05 Modified files: fr : events.html ftp.html landisk.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/15 05:18:59 Modified files: sys/dev/pci : pcidevs Log message: Add some Intel 965 devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/15 05:20:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/15 05:41:32 Modified files: . : want.html Log message: Something to breakout the internal serial on my ThinkPad would be really useful. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 08:45:03 Modified files: sys/dev/pci : if_gem_pci.c Log message: Get MAC address from VPD, just like we already do for hme(4). ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 08:46:13 Modified files: sys/dev/pci : if_hme_pci.c Log message: Fix indentation. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 09:22:17 Modified files: sys/dev/acpi : acpi.c acpivar.h Log message: Removed old GPE handler code remnants ok marco@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 09:28:32 Modified files: sys/dev/acpi : acpiec.c dsdt.c Log message: Fixed buggy if-else end scope Fixed multi-level deref/index for thinkpads Some KNF ok marco@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 09:31:06 Modified files: distrib/crunch/crunchgen: crunchgen.1 Log message: tweaks; ok drahn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 09:37:28 Modified files: usr.sbin/pkg_add: pkg_create pkg_create.1 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 10:00:11 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: PLIST-docs Log message: Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the same in most cases, I bumped the minor version just to be on the safe side. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/15 10:07:07 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE PLIST Log message: Workaround to remove mgetty/hylafax conflict. Update my email address while there. ok mbalmer@ kili@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 10:41:42 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Finally add myself. ok mbalmer CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 10:47:12 Modified files: sys/dev/acpi : dsdt.c Log message: fix broken scope braces added debug print to gasio ok marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 11:20:55 Modified files: sys/dev/pci : if_gem_pci.c Log message: Fix last commit. CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/10/15 12:23:44 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Close file descriptors before cleaning up the events, might cause a race otherwise. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/15 12:53:00 Modified files: print/fontforge: Makefile distinfo print/fontforge/patches: patch-configure_in patch-fontforge_fontview_c patch-gdraw_Makefile_dynamic_in print/fontforge/pkg: PLIST Log message: Update to 20060822; several bugfixes and improvements. Some help and "go ahead" by steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/15 13:06:38 Modified files: sys/dev/ic : rtl81x9.c Log message: Yet another example of a non-OK'd diff by brad breaking someone's machine. Brad's bullshit process stops NOW. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/15 13:20:20 Modified files: editors/kile : Makefile Log message: update maintainer's e-mail address CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 13:29:06 Modified files: infrastructure/mk: bsd.port.mk Removed files: infrastructure/mk: old-install.mk Log message: say goodbye for FAKE=no, for real. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 13:42:40 ports/security/outguess/patches Update of /cvs/ports/security/outguess/patches In directory cvs.openbsd.org:/tmp/cvs-serv13060/patches Log Message: Directory /cvs/ports/security/outguess/patches added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 13:55:47 Modified files: sys/conf : files sys/dev/cardbus: files.cardbus Added files: sys/dev/ic : malo.c malo.h sys/dev/cardbus: if_malo_cardbus.c Log message: First stubs for a new driver for the Marvell Libertas chips. The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 14:05:46 Modified files: sys/dev/cardbus: if_malo_cardbus.c Log message: Add $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 14:07:32 Modified files: sys/dev/ic : malo.c malo.h Log message: Add $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/15 14:09:14 Modified files: share/man/man4 : Makefile cardbus.4 pci.4 Added files: share/man/man4 : malo.4 Log message: initial man page for malo.4 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 14:26:33 Modified files: databases/openldap: Makefile Log message: Renove some stupid strays and fold a long line. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 14:30:55 Modified files: devel/gconf-editor: Makefile Log message: Remove a variable that is only used in one place. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/15 14:33:39 Modified files: sys/dev/ic : malo.c Log message: More serious firmware load error messages. ok claudio@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 15:12:41 Modified files: sys/dev/mii : brgphy.c Log message: attach to the Broadcom BCM5787 PHY. Tested by Benjamin Black CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 15:17:31 Modified files: sys/dev/mii : brgphy.c Log message: fix parent driver match in brgphy_reset(), simplify code a bit as well, don't need to bring in the bnx(4) softc. Tested on bge, bnx, gem, sk ok krw@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 15:45:02 Modified files: archivers/lha : Makefile Log message: PKGNAME *is* necessary CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 15:49:50 Modified files: www/mod_auth_kerb: Makefile distinfo Log message: version bump from 5.0rc7 to 5.0. ok mbalmer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 15:56:49 Modified files: sys/dev/ic : malo.c Log message: Place bus_dmamap_sync() around malo_send_cmd this should help porting to other archs later. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 16:10:49 Modified files: astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile Log message: bump PKGNAME after HOMEPAGE change CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 16:43:49 Modified files: audio/libgpod : Makefile distinfo audio/libgpod/pkg: PLIST Added files: audio/libgpod/patches: patch-src_itdb_itunesdb_c patch-tests_Makefile_in Log message: update to libgpod 0.4.0. prompted by fgsch, suggestions from Deanna Phillips ok mbalmer CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 16:44:35 Modified files: audio/gtkpod : Makefile distinfo Added files: audio/gtkpod/patches: patch-src_file_itunesdb_c patch-src_info_c Removed files: audio/gtkpod/patches: patch-src_file_export_c patch-src_misc_c patch-src_misc_confirm_c patch-src_mp3file_c Log message: update to gtkpod 0.99.8. Prompted by fgsch, suggestions from Deanna Phillips. ok mbalmer CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/15 17:00:43 Modified files: converters/libdvd: Makefile Added files: converters/libdvd/patches: patch-src_libdvd_c Log message: remove the silly type-your-OS-name requirement tested by niallo@ & johan lindman CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 18:01:05 Modified files: sys/dev/acpi : amltypes.h Log message: added amltypes.h stack mod ok marco@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:17:18 Modified files: sbin/sysctl : sysctl.8 Log message: Add multipath variables. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:46:16 Modified files: lib/libc/gen : sysctl.3 Log message: Document net.inet.ip.multipath and net.inet6.ip6.multipath. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:55:21 Modified files: lib/libc/gen : sysctl.3 Log message: s/ip/ip6/ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/16 00:37:26 Modified files: . : landisk.html Log message: IO-DATA HDL-AV and HDL-W series are also SH based landisks. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/16 01:03:42 Modified files: security/clamav: Makefile distinfo Log message: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 01:49:21 Modified files: security/p5-Digest-SHA: Makefile distinfo Log message: update p5-Digest-SHA to 5.44 ok steven CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 02:24:14 Modified files: sbin/sysctl : sysctl.8 Log message: tab needed instead of space to format this correctly; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 02:27:19 Modified files: www/gnash : Makefile Log message: use SETENV instead of env CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/16 02:44:56 Modified files: sbin/route : route.8 Log message: More details on multipath. ok henning + style suggestions from jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/16 04:01:55 Modified files: lang/icon/interp: Makefile distinfo lang/icon/interp/patches: patch-ipl_Makefile patch-src_common_Makefile lang/icon/lib : Makefile distinfo lang/icon/lib/pkg: PFRAG.no-no_x11 PLIST Added files: lang/icon/interp/patches: patch-config_bsd_Makedefs patch-config_bsd_custom_sh patch-config_bsd_define_h patch-config_setup_sh patch-src_iconc_ccomp_c patch-tests_general_Makefile patch-tests_general_Test-icon Removed files: lang/icon/interp/patches: patch-config_unix_Makefile patch-config_unix_openbsd_Makedefs Log message: finally update to 9.4.3, should have done this ages ago. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/16 04:39:40 Modified files: infrastructure/mk: bsd.port.mk Log message: protect against further bugs, refuse to build the _PACKAGE_COOKIE if we end up there with PACKAGING not set. We do not try to `fix it' ourselves, because PACKAGING not set may have some non obvious issues, like PKG_ARCH or PERMIT_PACKAGE_* not set correctly at all. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/16 05:27:53 Modified files: share/man/man9 : VOP_LOOKUP.9 buffercache.9 sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/kern : vfs_bio.c vfs_cluster.c vnode_if.src sys/miscfs/specfs: spec_vnops.c sys/msdosfs : msdosfs_vnops.c sys/sys : buf.h sys/ufs/ext2fs : ext2fs_readwrite.c sys/ufs/ufs : ufs_readwrite.c Log message: Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/16 05:29:51 Modified files: sys/kern : vnode_if.c sys/sys : vnode_if.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 05:42:05 Log message: initial import of agg 2.4 Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. from Deanna Phillips feedback and ok bernd@ Status: Vendor Tag: steven Release Tags: steven-20061016 N ports/graphics/agg/Makefile N ports/graphics/agg/distinfo N ports/graphics/agg/pkg/DESCR N ports/graphics/agg/pkg/PLIST N ports/graphics/agg/pkg/PFRAG.shared N ports/graphics/agg/patches/patch-autogen_sh N ports/graphics/agg/patches/patch-src_platform_X11_Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 05:42:42 Modified files: graphics : Makefile Log message: +agg CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/16 06:30:08 Modified files: sys/dev/cardbus: if_rl_cardbus.c sys/dev/pci : if_re_pci.c if_sk.c sys/dev/usb : if_wi_usb.c Log message: Fix some "is is"s. ok otto@. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 07:57:58 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: upgrade to phpMyAdmin 2.9.0.2 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 08:00:18 Modified files: www/moodle : Makefile distinfo www/moodle/pkg : PLIST Log message: upgrade to moodle 1.6.3. SECURITY fix: A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 08:05:09 Modified files: www/xoops : Makefile distinfo www/xoops/pkg : PLIST Log message: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier - drop maintainership CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 08:08:01 Modified files: infrastructure/templates: Makefile.template Log message: typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:46:05 Modified files: textproc/p5-XML-Writer: Makefile distinfo Log message: update p5-XML-Writer to 0.601 and update my address while there ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:48:37 Modified files: devel/p5-Class-Data-Inheritable: Makefile distinfo Log message: update p5-Class-Data-Inheritable to 0.06 and update my address while there ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:50:51 Modified files: net/p5-POE-Component-IRC: Makefile distinfo net/p5-POE-Component-IRC/pkg: PLIST Log message: update p5-POE-Component-IRC to 5.06 ok steven CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/16 09:00:10 Modified files: bin/ps : keyword.c ps.h Log message: The session field is a pointer and so should be 8 chars for 32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 09:45:09 Modified files: usr.bin/expand : expand.1 Log message: simplify SYNOPSIS, and do all the work in DESCRIPTION; ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/16 09:49:50 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE Log message: typo. spotted by steven@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/16 09:51:26 Modified files: sys/arch/amd64/include: pte.h sys/arch/i386/i386: mptramp.s sys/dev/wscons : wsdisplay_compat_usl.c sys/ufs/ffs : softdep.h Log message: Fix some more "is is"s. ok otto@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 09:52:11 Modified files: usr.bin/expand : expand.1 Log message: gove this page a proper options list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 11:54:50 Modified files: lib/libarch/amd64: amd64_get_ldt.2 lib/libarch/i386: i386_get_ldt.2 Log message: various improvements; based on -r1.22 from freebsd (i386 version anyway), submitted by andreas fuchs, improved by ru@freebsd, then again by myself and mickey ok mickey CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/16 14:37:25 Modified files: sys/dev/ic : re.c Log message: Fix for watchdog timeouts experienced with some Realtek adapters. From wpaul@FreeBSD ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/16 15:19:55 Modified files: kerberosV/src/kadmin: add-random-users.c kerberosV/src/kdc: string2key.c kerberosV/src/kpasswd: kpasswd-generator.c kerberosV/src/kuser: generate-requests.c kerberosV/src/lib/kadm5: ipropd_master.c kerberosV/src/lib/krb5: config_file.c kerberosV/src/lib/sl: sl.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK cloder@. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:21:00 Modified files: sys/arch/landisk/landisk: machdep.c Log message: Do not zero bss in the kernel, the bootloader does this for us and it causes a problem loading the kernel. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:22:59 Modified files: sys/arch/landisk/stand/boot: devs.c Log message: yes this looks like debug, however it allows the kernel to load. ??? CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:28:09 Modified files: sys/arch/sh/dev: shpcic.c Log message: busname should be set. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:46:02 Modified files: sys/arch/sh/conf: files.shpcic Added files: sys/arch/sh/dev: pciide_machdep.c Log message: pciide compat bits, stolen from armish. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/16 15:52:30 Modified files: sys/dev/pci : pcidevs Log message: add via VPX-64 chipset CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/16 15:55:05 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:55:18 Modified files: sys/arch/landisk/conf: GENERIC Log message: More devices (re which tries to attach and pciide) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/16 17:33:10 Modified files: net/quirc : Makefile Log message: bump PKGNAME after HOMEPAGE change CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/16 19:26:26 Modified files: sys/dev/sdmmc : sdmmc_scsi.c Log message: dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer. it triggered a panic on detach of the scsibus when it tried to use the adapters scsi_link struct that was no longer there. issue found by and this fix tested by pedro@ ok krw@ looks right deraadt@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/16 19:58:41 Modified files: games/prboom : Makefile distinfo games/prboom/patches: patch-src_Makefile_in Removed files: games/prboom/patches: patch-src_r_draw_c Log message: update to 2.4.6 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 21:33:39 Modified files: sys/arch/sh/sh : trap.c Log message: Dont clobber tf->tf_spc, we might want to print it in do_panic. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 22:20:08 Modified files: sys/arch/sh/sh : db_trace.c Log message: for now, we want traces. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/17 00:21:57 Modified files: mail/dkim-milter: Makefile distinfo Log message: version 0.5.2; minor fixes including a postfix compat fix CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/17 01:14:28 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: Don't automatically set 'flags S/SA' on stateless rules. pointed out by david@ ok mpf@ dhartmei@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/17 02:15:32 Modified files: regress/sbin/pfctl: pf1.loaded pf1.ok pf1.optimized pf12.loaded pf12.ok pf12.optimized pf16.loaded pf16.ok pf16.optimized pf3.loaded pf3.ok pf3.optimized pf40.loaded pf40.ok pf40.optimized Log message: 'flags S/SA' not implicit if the rule is stateless. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 04:04:17 Log message: Import py-wxPython 2.6.3.2 wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++. Status: Vendor Tag: alek Release Tags: alek_20061017 N ports/x11/py-wxPython/Makefile N ports/x11/py-wxPython/distinfo N ports/x11/py-wxPython/pkg/PLIST N ports/x11/py-wxPython/pkg/DESCR N ports/x11/py-wxPython/patches/patch-wxPython_config_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/17 04:14:52 Log message: Initial import of zope-zsyncer 0.7.1 ZSyncer is a Zope 2 product that allows you to synchronize and compare objects from one zope (source) to another (destination). It is a lot more convenient than the old manual export/transfer/import procedure. ZSyncer supports SSL as well as insecure HTTP. ZSyncer also allows you to view a diff against the destination object, for many types of objects. OK mbalmer@. Status: Vendor Tag: xsa Release Tags: xsa_20061017 N ports/www/zope-zsyncer/Makefile N ports/www/zope-zsyncer/distinfo N ports/www/zope-zsyncer/pkg/DESCR N ports/www/zope-zsyncer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/17 04:16:10 Modified files: www : Makefile Log message: + zope-zsyncer CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/17 04:29:50 Modified files: sys/kern : subr_evcount.c Log message: Kill unused code. ok art@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/17 04:31:26 Modified files: sys/dev/ic : malo.c malo.h Log message: Allocate and free RX DMA ring. Mostly form rt2661.c with adaption for malo. Seems to fit pretty well. Does not do anything useful right now. The bits in the interrupt handler and of course the TX ring are still missing. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 05:43:46 Modified files: x11 : Makefile Log message: Add py-wxPython; pointed out by bernd@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/17 05:45:59 Modified files: sys/dev/ic : aic79xx.c Log message: fix typo in comment ok jmc@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/17 06:14:50 Modified files: x11/windowmaker: Makefile Log message: build with xinerama by default (and remove the flavor) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/17 06:59:49 Modified files: usr.bin/calendar/calendars: calendar.history Log message: grammar correction; from matthew clarke CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/17 08:08:17 Modified files: sys/net : pfvar.h Log message: increase max pf tag name size from 16 to 64 characters. ok henning@ dhartmei@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/17 10:34:31 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/10/17 13:11:56 Modified files: libexec/spamd : spamd.8 Log message: Make this easier for people who aren't aware of what shell they are running. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/17 13:39:07 Modified files: sys/arch/i386/i386: autoconf.c sys/arch/amd64/amd64: autoconf.c Log message: swap is partition b, not partition after root (wherever root is defined to be); pr 5256 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/17 13:40:39 Modified files: sys/dev/ic : malo.c malo.h Log message: Allocate and free TX DMA rings additionally change some of the structures to match more the actual reality. Still unsure about it as we don't have any documentation to verify against. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 14:01:02 Modified files: graphics/libkexif: Makefile Added files: graphics/libkexif/patches: patch-libkexif_kexifutils_cpp Log message: Fix nasty bug on OpenBSD: we can't assume we can read/write to a QDataStream freely. Under qt3, there's no mechanism to make sure the underlying FILE * gets flushed between an fread() and an fwrite(), and so the data gets written at the wrong location. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 14:31:09 Modified files: graphics/libkexif: Makefile distinfo graphics/libkexif/pkg: PLIST Log message: update to 0.2.4 bump the minor, because the interface to one function was extended: it does something smart with empty parameters now. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/17 14:57:28 Modified files: lib/libpthread/uthread: uthread_shutdown.c Log message: Don't grab _FD_LOCK and queue up behind other threads as this can potentially block indefinitely. Instead just protect against fd state transitions and perform the _thread_sys_shutdown(). Fixes deadlock reported by Tero Koskinen . okay kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/17 15:23:32 Modified files: sys/dev/ic : malo.c Log message: Add first bits of a RX intr handler routine. Needs further clarification. Try to get bpf mtaps working soon to see what exactly happens there. Based on rt2661.c, your code is just nice to read damien ;) ok claudio@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/17 15:28:23 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/pci: geodesc.c Log message: Set the Geode SC1100-specific reset function in the geodesc driver, rather than when CPUID says we're on any Geode. Should avoid reset failure on Nokia IP110s and other non-SC1100 Geode-based systems. Reset should hopefully still work on Soekris Net4801s and PC Engines WRAP systems, but no-one bothered to test and report back in two days. "commit" deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/17 15:47:22 Modified files: usr.sbin/pkg_add: pkg_add pkg_add.1 Log message: add -F conflicts: force installation in the presence of registered conflicts, provided nothing else happens (like, huh, the presence of actual conflicts between files). Allows nikolay@ to work with redhat/base and fedora_core at the same time. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/17 16:08:31 Modified files: usr.sbin/pkg_add/OpenBSD: PackageName.pm Log message: add proper version handling, not really used yet. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/17 16:22:49 Modified files: sys/dev/ic : gem.c Log message: replace hand rolled code with LIST_FOREACH in gem_mediachange(). ok kettenis@ "Looks correct to me" krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/17 16:28:07 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: disable the firmware fastboot feature on 5752/5755 and 5787 ASICs, eliminates firmware timeouts. Tested by pedro la peu with a 5752 ASIC and Benjamin Black with a 5787 ASIC. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 16:32:45 Modified files: infrastructure/mk: bsd.port.mk Log message: let peek-ftp cd ${FULLDISTDIR} first. Add a message to that effect so that users don't get confused. (specifically, make itself does not change dirs, so if you do ^Z, you're not where you think you are...) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:33:51 Log message: Initial import of linux libraries based on fedora core 4. This is the last version of fedora core supporting the old linuxthreads, for the newer threading library we need some kernel support first. Status: Vendor Tag: sturm Release Tags: sturm_20061018 N ports/emulators/fedora/Makefile N ports/emulators/fedora/Makefile.inc N ports/emulators/fedora/base/Makefile N ports/emulators/fedora/base/distinfo N ports/emulators/fedora/base/files/fix-ldd.pl N ports/emulators/fedora/base/files/ld.so.conf N ports/emulators/fedora/base/files/ldconfig N ports/emulators/fedora/base/patches/patch-ldd N ports/emulators/fedora/base/pkg/PLIST N ports/emulators/fedora/base/pkg/DESCR N ports/emulators/fedora/motif/Makefile N ports/emulators/fedora/motif/distinfo N ports/emulators/fedora/motif/pkg/PLIST N ports/emulators/fedora/motif/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:34:27 Modified files: emulators : Makefile Log message: fedora CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:46:10 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/pkg: PLIST Log message: force creation of /emul/linux symlink CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 17:00:32 Modified files: emulators/redhat/base: Makefile emulators/redhat/base/pkg: PLIST Log message: force creation of /emul/linux CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/17 17:20:12 Modified files: sys/dev/ata : wd.c Log message: For non-CPU_BIOS architectures calculate the number of cylinders on a disk rather than accepting the cylinder count provided by the disk or controller. This cylinder count will be '16383' for any disk >8.4G according to the ATA spec. CPU_BIOS on i386/amd64 has magic to deal with this, but other archs do not need to be restricted by the needs of PC BIOS. Fixes the default MBR OpenBSD partition size and disklabel on non-CPU_BIOS archtitectures. No change to behaviour on i386/amd64 machines. Noted by Stuart Henderson on his Thecus. Testing by various, including 'old i386 machines' nick@ ok tom@ pedro@ weingart@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 17:31:12 Modified files: devel/pygame : Makefile distinfo devel/pygame/pkg: PLIST Added files: devel/pygame/patches: patch-Setup_in patch-examples_eventlist_py patch-examples_fastevents_py patch-examples_overlay_py Removed files: devel/pygame/patches: patch-config_unix_py patch-examples_arraydemo_py patch-examples_chimp_py patch-examples_fonty_py patch-examples_liquid_py patch-examples_uberball_py patch-src_draw_c Log message: Update to 1.7.1 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 17:41:58 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/pkg: PLIST emulators/fedora/motif: Makefile emulators/fedora/motif/pkg: PLIST Log message: no @pkgpath for now, noticed by bernd CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/17 17:42:37 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sh/include: disklabel.h Log message: The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/17 18:18:36 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST Log message: - install IAXy firmware in order to silence warning messages, prompted by jcs@ ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/17 23:12:35 Modified files: mail/dspam : Makefile mail/dspam/pkg : PFRAG.sqlite3 PLIST Log message: - install a config file in ${SYSCONFDIR} by default. - install /var/* directories with @sample. - bump PKGNAME. ok todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 02:09:43 Modified files: comms/hylafax : Makefile comms/hylafax/patches: patch-configure Log message: Set vgetty path to ${LOCALBASE}/libexec/vgetty instead of hardcoded /sbin/vgetty. Disable sysvinit support unconditionally since we don't need it and it causes the "make fake" stage to fail if a sysvinit startup directory exists (ie. /etc/init.d/) ok sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 02:20:25 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/files: setup comms/mgetty+sendfax/patches: patch-Makefile patch-policy_h_dist comms/mgetty+sendfax/pkg: PLIST Log message: Installs vgetty and mgetty into ${LOCALBASE}/libexec Regen patches. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/18 03:50:53 Modified files: mbone/imm : Makefile mbone/speak_freely: Makefile Log message: zap dead mastersites. ok bernd CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:03:50 Modified files: mail/imapproxy : Makefile mail/imapproxy/patches: patch-imapproxy_h Log message: NO_REGRESS; honour SYSCONFDIR CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 04:42:54 Modified files: infrastructure/templates: network.conf.template Log message: remove ftp.is.co.za, not up to date for months from Jim Razmus CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:45:59 Log message: Import p5-Net-Patricia This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. From dlg@ Status: Vendor Tag: alek Release Tags: alek_20061018 N ports/net/p5-Net-Patricia/Makefile N ports/net/p5-Net-Patricia/distinfo N ports/net/p5-Net-Patricia/pkg/DESCR N ports/net/p5-Net-Patricia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 04:51:39 Modified files: infrastructure/mk: bsd.port.mk Log message: put no-arch into a variable, so that people can override it. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:55:07 Modified files: net : Makefile Log message: Add p5-Net-Patricia CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 05:05:55 Modified files: databases/db : Makefile.inc databases/db/v3: Makefile databases/db/v4: Makefile Log message: homepage and master site moved to oracle.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 05:09:30 Modified files: infrastructure/mk: bsd.port.mk Log message: special case: if PKGPATH is the LIB_DEPENDS base, then it means we're building a subpackage, and then we definitely want the `current' stuff, not the stuff that's already installed. Allows shared libs updates in MULTI_PACKAGES to proceed gracefully without having to uninstall stuff. (we do not do this stuff in general, because in other cases, builds are `staggered', e.g., a port is built against the existing base, not the stuff in other WRKDIRS) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 05:10:31 Modified files: graphics/fxtv : Makefile graphics/fxtv/patches: patch-fxtv_cnvt_sh Log message: Use RAW format for the intermediate audio file; add graphics/netpbm to RUN_DEPENDS; take over maintainership. ok robi@ bernd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/18 06:45:59 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-nas_nas-1_6_patch Log message: - fix glaring startup deadlocks by properly setting PTHREAD_CFLAGS. The deadlocks were caused by the inconsistent detection of pthreads by the boost headers in different parts of the OOo build which resulted in an uninitialized mutex. - fix a few compile errors in the nas sub-project build. General testing and patches from the community are encouraged. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 07:10:37 Modified files: lang/tcl/8.0 : Makefile lang/tcl/8.0/patches: patch-Makefile_in patch-configure lang/tcl/8.3 : Makefile lang/tcl/8.3/patches: patch-Makefile_in patch-configure patch-tclConfig_sh_in lang/tcl/8.4 : Makefile lang/tcl/8.4/patches: patch-tcl_m4 Log message: unconditionally use -fPIC (over -fpic) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:32:53 Removed files: www/netscape : Makefile Makefile.inc www/netscape/communicator: Makefile distinfo systrace.policy www/netscape/communicator/files: netscape.i386 www/netscape/communicator/patches.i386: patch-ns-install www/netscape/communicator/pkg: DESCR MESSAGE PLIST.i386 www/netscape/communicator-linux: Makefile distinfo systrace.policy www/netscape/communicator-linux/files: netscape.i386 www/netscape/communicator-linux/patches: patch-ns-install www/netscape/communicator-linux/pkg: DESCR MESSAGE PFRAG.shared PLIST www/netscape/communicator-old: Makefile distinfo www/netscape/communicator-old/files: netscape.sparc www/netscape/communicator-old/patches.sparc: patch-ns-install www/netscape/communicator-old/pkg: DESCR MESSAGE PLIST.sparc REQ www/netscape/navigator: Makefile distinfo systrace.policy www/netscape/navigator/files: netscape.i386 www/netscape/navigator/patches.i386: patch-ns-install www/netscape/navigator/pkg: DESCR MESSAGE PLIST.i386 www/netscape/navigator-linux: Makefile distinfo systrace.policy www/netscape/navigator-linux/files: netscape.i386 www/netscape/navigator-linux/patches: patch-ns-install www/netscape/navigator-linux/pkg: DESCR MESSAGE PFRAG.shared PLIST www/netscape/navigator-old: Makefile distinfo www/netscape/navigator-old/files: netscape.sparc www/netscape/navigator-old/patches.sparc: patch-ns-install www/netscape/navigator-old/pkg: DESCR MESSAGE PLIST.sparc REQ Log message: as discussed on icb, remove ports too old to be useful use firefox instead CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:33:16 Modified files: www : Makefile Log message: -netscape CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 07:41:37 Modified files: lang/ruby : ruby.port.mk Log message: Add code that allows us to patch gem files. discussed with & ok sturm@ ok for an earlier version msf@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/10/18 07:47:36 Modified files: archivers/unshield: Makefile archivers/unshield/patches: patch-lib_Makefile_in patch-lib_component_c patch-lib_file_c patch-lib_file_group_c patch-lib_helper_c patch-lib_libunshield_c Removed files: archivers/unshield/patches: patch-lib_md5_Makefile_in Log message: Use libc md5 code rather than included broken md5 code. Makes unshield work properly on amd64 and probably other 64bit archs. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:52:34 Modified files: . : Makefile Removed files: mbone : Makefile mbone/common : Makefile distinfo mbone/common/patches: patch-aa patch-ab patch-ac mbone/common/pkg: DESCR PLIST mbone/imm : Makefile distinfo mbone/imm/files: Makefile.openbsd Makefile.work mbone/imm/patches: patch-aa patch-ab patch-ac patch-src_Makefile_openbsd patch-src_utils_c mbone/imm/pkg : DESCR PLIST mbone/nte : Makefile distinfo mbone/nte/files: Makefile.work configure mbone/nte/patches: patch-linux_Makefile_linux patch-src_Makefile_template patch-src_iohandler_c patch-src_nt_h patch-src_nt_help_c patch-src_www_fns_c mbone/nte/pkg : DESCR PLIST mbone/rat : Makefile distinfo mbone/rat/files: Makefile_OpenBSD mbone/rat/patches: patch-Makefile patch-src_auddev_sparc_c patch-src_audio_mix_h patch-src_bat_include_h patch-src_gsm_create_c patch-src_gsm_destroy_c patch-src_main_c patch-src_qfDES_c patch-src_rtcp_pckt_c patch-src_ui_c mbone/rat/pkg : DESCR PLIST mbone/relate : Makefile distinfo mbone/relate/patches: patch-relate mbone/relate/pkg: DESCR PLIST mbone/rtptools : Makefile distinfo mbone/rtptools/patches: patch-aa patch-ab patch-ac patch-ad patch-ae mbone/rtptools/pkg: DESCR PLIST mbone/sdr : Makefile distinfo mbone/sdr/files: Makefile.work configure image_directory.xbm sdr2.plugin.S50.directory sdr2.plugin.S51.directory.sap.sdp mbone/sdr/patches: patch-common_Makefile_in patch-common_config_unix_h patch-common_configure patch-sdr_freebsd_Makefile_freebsd patch-sdr_src_bitmaps_c patch-sdr_src_cache_crypt_tcl patch-sdr_src_cache_nocrypt_tcl patch-sdr_src_new_tcl patch-sdr_src_plugins_tcl patch-sdr_src_sap_crypt_tcl patch-sdr_src_sd_listen_c patch-sdr_src_sdr_h patch-sdr_src_sdr_tcl patch-sdr_src_sip_common_c mbone/sdr/pkg : DESCR PLIST mbone/speak_freely: Makefile distinfo mbone/speak_freely/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj mbone/speak_freely/pkg: DESCR PLIST mbone/vat : Makefile distinfo mbone/vat/patches: patch-Makefile_in patch-Tcl_cc patch-Tcl_h patch-audio-bsd_cc patch-audio-sun_cc patch-audio-voxware_cc patch-config_h patch-configure patch-configure_in patch-configure_in_tk patch-iohandler_cc patch-main_cc patch-net-ip_cc patch-net_cc patch-sitebox_cc patch-source_cc patch-tkStripchart_c patch-ui-resource_tcl mbone/vat/pkg : DESCR PLIST mbone/vic : Makefile distinfo mbone/vic/patches: patch-Makefile_in patch-config_h patch-configure_in patch-configure_in_tk patch-encoder-jpeg_cc patch-grabber-meteor_cc patch-grabber-x11_cc patch-h263_Util_h patch-h263_defs_h patch-net-ip_cc patch-net_cc patch-ntp-time_h patch-qfDES_c patch-qfDES_memory_c patch-tmn_Makefile patch-ui-grabber_tcl mbone/vic/pkg : DESCR PLIST mbone/wb : Makefile distinfo mbone/wb/pkg : DESCR PLIST mbone/wbd : Makefile distinfo mbone/wbd/patches: patch-aa patch-ab mbone/wbd/pkg : DESCR PLIST Log message: as discussed on icb, remove too old to be of much use and unmaintained mbone category CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 07:54:09 Modified files: emulators/fedora/base: Makefile Log message: small typo in comment CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/18 07:54:09 Log message: import pgadmin III, an administration and development platform for PostgreSQL. help from alek@ and bernd@, ok bernd@ Status: Vendor Tag: aanriot Release Tags: aanriot_20061018 N ports/databases/pgadmin3/distinfo N ports/databases/pgadmin3/Makefile N ports/databases/pgadmin3/pkg/PLIST N ports/databases/pgadmin3/pkg/DESCR N ports/databases/pgadmin3/patches/patch-Makefile_in N ports/databases/pgadmin3/patches/patch-src_base_appbase_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/18 07:54:22 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: MESSAGE-server PLIST-server Log message: Do not install a default database when installing the -server subpackage, instead give advice on how to install a dabase with proper protection. ok pvalchev, bernd, krw CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/18 07:56:25 Modified files: databases : Makefile Log message: add pgadmin3. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/18 08:02:17 Modified files: build : support.dat Log message: remove ArubaOn, as the website is empty and they didn't replied to our mail. ok grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/18 08:03:55 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:23:56 Modified files: devel/mysql-gui-common: Makefile distinfo devel/mysql-gui-common/pkg: DESCR PLIST Added files: devel/mysql-gui-common/patches: patch-library_utilities_include_myx_util_functions_h patch-library_utilities_source_myx_util_functions_c patch-source_linux_MGExecSU_cc Removed files: devel/mysql-gui-common/patches: patch-library_include_myx_aux_functions_h patch-library_source_myx_aux_functions_c Log message: update mysql-gui-common with the new bundle from mysqlt-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:25:11 Modified files: databases/mysql-query-browser: Makefile distinfo databases/mysql-query-browser/patches: patch-library_source_Makefile_in patch-source_linux_Makefile_in databases/mysql-query-browser/pkg: DESCR PLIST Added files: databases/mysql-query-browser/patches: patch-configure_in Removed files: databases/mysql-query-browser/patches: patch-configure patch-library_tests_test_query_analyze_Makefile_in patch-library_tests_test_query_composition_Makefile_in patch-library_tests_test_strip_sql_Makefile_in patch-source_linux_MGResultSetModel_cc patch-source_linux_MQBookmarkBrowser_cc patch-source_linux_MQResultSetView_cc Log message: update mysql-query-browser to 1.2.4 with the new bundle from mysqlt-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:25:58 Modified files: databases/mysql-administrator: Makefile distinfo databases/mysql-administrator/patches: patch-configure patch-library_source_Makefile_in patch-source_linux_MInstanceInfo_cc patch-source_linux_Makefile_in patch-source_util_Makefile_in databases/mysql-administrator/pkg: DESCR PLIST Removed files: databases/mysql-administrator/patches: patch-library_tests_test_get_all_cnf_sections_Makefile_in patch-library_tests_test_get_backup_content_Makefile_in patch-library_tests_test_get_cnf_value_Makefile_in patch-library_tests_test_make_backup_Makefile_in patch-library_tests_test_restore_backup_Makefile_in patch-library_tests_test_update_cnf_Makefile_in patch-library_tests_test_user_management_Makefile_in patch-library_tests_test_xml_Makefile_in Log message: update mysql-administrator to 1.2.4 with the new bundle from mysql-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 08:27:43 Modified files: x11/tk/8.3 : Makefile x11/tk/8.3/patches: patch-Makefile_in patch-configure x11/tk/8.4 : Makefile x11/tk/8.4/patches: patch-configure_in patch-tcl_m4 Log message: unconditionally use -fPIC; sync patches CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/18 08:43:25 Modified files: de : errata.html errata38.html events.html plat.html translation.html faq/de : faq4.html hu : index.html openssh/hu : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/18 08:43:45 Modified files: sys/kern : uipc_syscalls.c Log message: Return ECONNABORTED when a non-blocking socket has been shutdown() for receives. Previously a non-blocking socket would mask this error by returning EWOULDBLOCK and mislead applications to think accept() may eventually succeed. Corrects a pthreads deadlock reported by Tero Koskinen okay kettenis@, theo@, markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 08:58:31 Log message: Import mod_bandwidth, a bandwidth limiter for Apache. help & ok alek@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061018 N ports/www/mod_bandwidth/distinfo N ports/www/mod_bandwidth/Makefile N ports/www/mod_bandwidth/files/mod_bandwidth-enable N ports/www/mod_bandwidth/pkg/DESCR N ports/www/mod_bandwidth/pkg/MESSAGE N ports/www/mod_bandwidth/pkg/PLIST N ports/www/mod_bandwidth/pkg/UNMESSAGE N ports/www/mod_bandwidth/patches/patch-mod_bandwidth_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 09:02:16 Modified files: www : Makefile Log message: add mod_bandwidth. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 09:22:38 Modified files: . : INDEX Log message: sync, 3690 unzels CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 09:41:06 Modified files: audio/sox : Makefile distinfo audio/sox/patches: patch-src_dat_c patch-src_misc_c patch-src_smp_c patch-src_sndrtool_c Added files: audio/sox/patches: patch-src_stretch_c Removed files: audio/sox/patches: patch-src_noisered_c patch-src_st_h Log message: update to 12.18.2 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/18 09:48:01 Modified files: share/man/man4/man4.macppc: bm.4 Log message: comes with lxtphy(4) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:04:07 Modified files: emulators/fedora/base: Makefile distinfo emulators/fedora/base/pkg: PLIST Log message: add older libstc++ compat libraries, required by linux jdk-1.3 CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:08:00 src/usr.sbin/ripd Update of /cvs/src/usr.sbin/ripd In directory cvs.openbsd.org:/tmp/cvs-serv15517/ripd Log Message: Directory /cvs/src/usr.sbin/ripd added to the repository CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:08:16 src/usr.sbin/ripctl Update of /cvs/src/usr.sbin/ripctl In directory cvs.openbsd.org:/tmp/cvs-serv12413/ripctl Log Message: Directory /cvs/src/usr.sbin/ripctl added to the repository CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:11:58 Added files: usr.sbin/ripd : Makefile auth.c buffer.c control.c control.h imsg.c interface.c kroute.c log.c log.h message.c neighbor.c packet.c parse.y printconf.c rde.c rde.h rde_rib.c rip.h ripd.8 ripd.c ripd.conf.5 ripd.h ripe.c ripe.h Log message: Welcome ripd started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:15:26 Added files: usr.sbin/ripctl: Makefile parser.c parser.h ripctl.8 ripctl.c Log message: Controller for the ripd. All relevant information in the rip daemon can be displayed with this controller. Not connected to builds yet. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 10:17:21 Modified files: bin/df : df.1 Log message: - standard EXAMPLES section - use .Ex instead of an entire DIAGNOSTICS section CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/18 10:22:18 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: MESSAGE-server Log message: Typo in the MESSAGE-server file. Found by bernd, gracias! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 10:27:53 Modified files: bin/df : df.1 Log message: - update reference to posix to latest version - note that the flags [-hiln] are extensions CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:37:12 Modified files: x11/py-wxPython: Makefile x11/py-wxPython/pkg: PLIST Added files: x11/py-wxPython/patches: patch-wxPython_setup_py Log message: Instal wxversion module CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2006/10/18 10:40:40 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: symlinks marked @extra need special care for deletion ok bernd, espie CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:44:19 Log message: Import spe SPE -- Stani's Python Editor is a multi-platform, open-source Python IDE. Status: Vendor Tag: alek Release Tags: alek_20061018 N ports/devel/spe/Makefile N ports/devel/spe/distinfo N ports/devel/spe/pkg/DESCR N ports/devel/spe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:47:39 Modified files: devel : Makefile Log message: Add spe CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:53:04 Modified files: infrastructure/mk: bsd.port.mk Log message: don't throw an error in fetch, when no distinfo file exists but error out in _internal-checksum, when there should be one ok espie CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:57:33 Modified files: x11/qt4/pkg : PLIST Log message: some ${MACHINE_ARCH} are in fact i386 No need to bump PKGNAME, as this is a noop on i386. On other archs this port didn't package. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/18 11:05:57 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: pass filenames to program from front-end script, ok robert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 11:40:38 Modified files: math/fftw3 : Makefile math/fftw3/pkg : DESCR PFRAG.shared PLIST Added files: math/fftw3/pkg : PFRAG.double PFRAG.double-shared PFRAG.float PFRAG.float-shared PLIST-common Log message: add flavors for single and double precision. a bit complex, but doesn't work well with SUBST_VARS for now CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 11:41:47 Modified files: math : Makefile Log message: add fftw3's single precision flavor CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 11:42:28 Modified files: mail/postfix : Makefile.inc Log message: when you change the package, you HAVE to bump PKGNAME i don't understand why people fall into this trap again and again and again CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 11:43:01 Modified files: devel/libsigc++-2: Makefile distinfo devel/libsigc++-2/pkg: PLIST-docs Log message: update to 2.0.17 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 11:54:33 Modified files: devel/sdl/patches: patch-src_video_x11_SDL_x11gl_c devel/sdl/pkg : PLIST Added files: devel/sdl/patches: patch-sdl-config_in Removed files: devel/sdl/patches: patch-src_Makefile_in patch-src_SDL_fatal_c patch-src_audio_openbsd_SDL_openbsdaudio_c patch-src_joystick_bsd_SDL_sysjoystick_c patch-src_video_x11_SDL_x11modes_c Log message: update to sdl-1.2.11 sdl-config --libs is now fixed to pass just -lSDL and the needed deps get pulled implicitly as is proper feedback/testing by various and ports@ XXX stupid cvs botched half of this commit CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 11:55:19 Modified files: audio/tempest : Makefile audio/ksmp3play: Makefile Log message: sync w/ sdl update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 11:56:14 Modified files: lang/swi-prolog: Makefile lang/swi-prolog/pkg: PLIST Log message: variant part for 64 bit architectures. No pkg bump, since it doesn't affect the packages that were already building correctly. found out by nikolay. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/18 12:02:13 Modified files: audio/gtkpod : Makefile Added files: audio/gtkpod/patches: patch-src_file_export_c Log message: Fix file export ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 12:05:31 Modified files: x11/qt3 : Makefile Added files: x11/qt3/patches: patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:07:19 Modified files: devel/sdl-image: Makefile Log message: sdl wantlib CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/18 12:17:12 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: use exec here so the sh process isn't sitting around CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 12:19:50 Modified files: net/epic4 : Makefile distinfo Log message: update to 2.4; from Pierre-Yves Ritschard CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:22:56 Modified files: www/tidy : Makefile distinfo www/tidy/patches: patch-build_gmake_Makefile www/tidy/pkg : PLIST Added files: www/tidy/pkg : PFRAG.shared Log message: update to tidy-051026 build shared library (to be used by outside apps like php, etc) fix makefile to allow fake to work w/ that. based on diff from Dan Brosemer , thx CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 12:35:48 Modified files: databases/mysql: Makefile databases/mysql/pkg: PLIST-server Added files: databases/mysql/pkg: MESSAGE-server Removed files: databases/mysql/pkg: INSTALL-server Log message: Don't install a default database with an empty root password. From now on, the user has to create the initial database himself. Inspired by mbalmer@s change to postgresql-server. Additionally: Don't remove the databases when mysql-server is deinstalled via 'pkg_delete -c'. ok brad@, mbalmer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/18 12:36:55 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: alpha.c Log message: Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC. Instead, have both -fpic and -fPIC only select pic code generation, and use whatever memory mode is specified (with -mlarge-data being the implicit default). This means that -fpic and -fPIC will be equivalent by default under OpenBSD again, as was the case with gcc 2.x; this will help porter's lives. No consensus but a majority of developers in favour of this change (including martin@, pvalchev@, deraadt@ and I), so in it goes. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:40:27 Modified files: devel/gengameng: Makefile devel/gstreamer-plugins: Makefile devel/guilib : Makefile devel/libuta : Makefile devel/pygame : Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile Log message: sdl wantlib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 13:09:14 Modified files: sys/arch/i386/pci: geodesc.c Log message: do not enable watchdog functionality if small kernel CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/18 13:11:54 Modified files: sys/arch/sgi/conf: RAMDISK Log message: enable IPv6 on the RAMDISK image. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/18 13:48:32 Modified files: sys/arch/i386/isa: npx.c Log message: Short-circuit the detection of the FPU by checking the CPUID features, as done in FreeBSD. Fixes problems on AMD Geode LX-800 where our detection logic doesn't detect the FP exception. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/18 14:00:21 Modified files: sys/dev/pci : if_sis.c Log message: Simplify the logic of the for loops in the sis_ring_init() function. tested by ckuethe@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 14:09:39 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sh/include: disklabel.h Log message: back out disksubr changes ... since they violate strict alignment on some architectures (kaboom); that will be fixed in the next iteration hopefully! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 14:18:54 Modified files: usr.sbin/ripd : ripd.conf.5 Log message: uppercase for `RFC'; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/18 14:59:51 Modified files: sys/arch/i386/i386: mainbus.c Log message: Decide whether we need to attach the primary cpu by checking the CPUF_PRESENT flag. tested by ckuethe@, ok deraadt@, gwk@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/18 15:11:02 Modified files: sys/dev/ic : rt2661.c Log message: Fix packet length for RX bpf mtap. ok damien@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:14:45 ports/devel/glib2mm/patches Update of /cvs/ports/devel/glib2mm/patches In directory cvs.openbsd.org:/tmp/cvs-serv13008/patches Log Message: Directory /cvs/ports/devel/glib2mm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:14:54 ports/x11/gtk2mm/patches Update of /cvs/ports/x11/gtk2mm/patches In directory cvs.openbsd.org:/tmp/cvs-serv13460/patches Log Message: Directory /cvs/ports/x11/gtk2mm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:17:13 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST-docs Added files: devel/glib2mm/patches: patch-glib_glibmm_date_cc patch-glib_glibmm_date_h Log message: update to 2.10.7 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:18:30 Modified files: x11/gtk2mm : Makefile distinfo x11/gtk2mm/pkg : PLIST PLIST-docs Added files: x11/gtk2mm/patches: patch-Makefile_in Log message: update to 2.8.9 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:18:59 Modified files: usr.sbin/edquota: edquota.c usr.bin/tip : acu.c sbin/isakmpd : ui.c sbin/restore : symtab.c Log message: do not name FILE * variables "fd" since it is confusing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:20:39 Modified files: bin/csh : csh.c Log message: do not name file descriptors fp, either CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:23:11 Modified files: libexec/talkd : process.c Log message: do not name FILE * variables "fd" since it is confusing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:23:28 Modified files: libexec/ftpd : ftpd.c Log message: you do not call fclose() on a file descriptor; ok cloder CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/18 15:46:09 Modified files: libexec/ftpd : ftpd.c Log message: Avoid double fclose() of a file if we exceed retries. Coverity ID 2669. OK cloder@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:48:11 Removed files: misc/wmnetscapekiller: Makefile distinfo misc/wmnetscapekiller/patches: patch-Makefile patch-wmNetscapeKiller_c misc/wmnetscapekiller/pkg: DESCR PLIST Log message: retire CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:49:00 Modified files: misc : Makefile Log message: -wmnetscapekiller CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/18 15:58:55 Modified files: sbin/shutdown : shutdown.c Log message: Replace gcc __attribute with __dead. Recompile yields no binary change. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:02:39 Modified files: net/no-ip : Makefile distinfo net/no-ip/patches: patch-Makefile patch-noip2_c Log message: update to 2.1.3 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/18 16:07:32 Modified files: . : events.html Log message: theo will be giving a talk in calgary on oct 24 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:10:51 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update to 0.59 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:14:23 Modified files: net/p5-Net-MySQL: Makefile distinfo Log message: update to 0.09 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:19:08 Modified files: net/wmifinfo : Makefile distinfo Log message: update to 0.09 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:27:52 Modified files: sysutils/ipmitool: Makefile distinfo Removed files: sysutils/ipmitool/patches: patch-lib_ipmi_firewall_c Log message: update to 1.8.8 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:13:34 Log message: new category: input methods. Anthy is an input method for japanese, namely a state machine that converts between katakana/hiragana/kanji, mostly as a library usable by other software. It comes with some emacs stuff. Status: Vendor Tag: anthy Release Tags: jp N ports/inputmethods/anthy/Makefile N ports/inputmethods/anthy/distinfo N ports/inputmethods/anthy/pkg/DESCR N ports/inputmethods/anthy/pkg/PLIST N ports/inputmethods/anthy/pkg/PFRAG.shared N ports/inputmethods/anthy/pkg/DESCR-emacs N ports/inputmethods/anthy/pkg/PLIST-emacs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:16:27 Modified files: . : Makefile Added files: inputmethods : Makefile Log message: +inputmethods/anthy CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 17:18:02 Modified files: net/xorp : Makefile distinfo net/xorp/patches: patch-cli_libtecla_Makefile_in net/xorp/pkg : DESCR PLIST Log message: belatedly update to 1.3 as requested by upstream maintainer CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/18 17:30:43 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: Remove useless code that can cause a SEGV if a buffer is realloc()ed. Allocate buffers early and in one place instead of two. Fixes PR 5252; OK deraadt CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/18 17:46:12 Modified files: . : events.html Log message: Remove me from venice and add my talk to dlg. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:57:22 Log message: universal input method. tested for japanese stuff with anthy. works just fine with gtk+. not working with qt yet. Status: Vendor Tag: uim Release Tags: jp N ports/inputmethods/uim/distinfo N ports/inputmethods/uim/Makefile N ports/inputmethods/uim/pkg/DESCR N ports/inputmethods/uim/pkg/PLIST N ports/inputmethods/uim/pkg/PFRAG.shared N ports/inputmethods/uim/patches/patch-configure_ac N ports/inputmethods/uim/patches/patch-uim_uim-ipc_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:57:58 Modified files: inputmethods : Makefile inputmethods/anthy: Makefile Log message: +uim, and add $OpenBSD$ comment to anthy CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/18 18:07:27 Log message: luabitlib, library for bitwise operations in lua, okay sturm@ Status: Vendor Tag: pedro Release Tags: pedro_20061018 N ports/devel/luabitlib/distinfo N ports/devel/luabitlib/Makefile N ports/devel/luabitlib/pkg/PLIST N ports/devel/luabitlib/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/18 18:11:09 Modified files: devel : Makefile Log message: add luabitlib CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:14:00 Modified files: chinese/rxvt-big5: Makefile chinese/rxvt-big5/pkg: PLIST chinese/xcin25 : Makefile chinese/xcin25/pkg: PLIST Log message: switch to fedora_base and a little cleanup CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:15:36 Modified files: emulators/ines : Makefile emulators/mastergear: Makefile emulators/snes9x: Makefile emulators/vgb : Makefile emulators/vmware/3: Makefile systrace.policy Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:15:46 Modified files: infrastructure/package: register-plist Log message: Teach register-plist how to deal with the case where the recorded plist in PLIST_DB misses the last line. found & debugged by sturm@ ok sturm@, espie@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:16:58 Modified files: emulators/redhat: Makefile.inc Log message: permit PREFIX override CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:17:40 Modified files: emulators/redhat/libc5: Makefile emulators/redhat/libc5/pkg: PLIST Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:18:13 Modified files: games/adom : Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:19:39 Modified files: math/wingz : Makefile Log message: fix RUN_DEPENDS, uses fedora_base now CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:20:55 Modified files: print/acroread : Makefile distinfo print/acroread/files: acroread.diff print/acroread/patches: patch-INSTALL print/acroread/pkg: PLIST PLIST-plugins Log message: Security Update to Acroread 7.0.8 this needs fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:21:29 Modified files: www/opera : Makefile www/opera-flashplugin: Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 18:26:34 Modified files: devel/sdl : Makefile distinfo devel/sdl/patches: patch-src_video_x11_SDL_x11gl_c devel/sdl/pkg : PLIST Added files: devel/sdl/patches: patch-configure_in patch-src_Makefile_in patch-src_SDL_fatal_c patch-src_audio_openbsd_SDL_openbsdaudio_c patch-src_joystick_bsd_SDL_sysjoystick_c patch-src_video_x11_SDL_x11modes_c Removed files: devel/sdl/patches: patch-Makefile_in patch-sdl-config_in Log message: revert to sdl-1.2.9 for now as this causes some breakage with at least some macppc scenarios; discovered by ajacoutot since it's only a few hour window of breakage, be careful reverting things if you updated during that time CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:29:48 Log message: An engine to input japanese characters through handwriting Status: Vendor Tag: tomoe Release Tags: jp N ports/inputmethods/tomoe/Makefile N ports/inputmethods/tomoe/distinfo N ports/inputmethods/tomoe/pkg/DESCR N ports/inputmethods/tomoe/pkg/PLIST N ports/inputmethods/tomoe/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 18:35:04 Modified files: audio/tempest : Makefile audio/ksmp3play: Makefile devel/sdl-image: Makefile devel/gengameng: Makefile devel/gstreamer-plugins: Makefile devel/guilib : Makefile devel/libuta : Makefile devel/pygame : Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile Log message: revert sdl changes from here too CVSROOT: /cvs Module name: inputmethods Changes by: espie@cvs.openbsd.org 2006/10/18 18:39:33 Log message: gtk+ input widget using tomoe Status: Vendor Tag: libtomoe Release Tags: jp N inputmethods/libtomoe-gtk/Makefile cvs: ERROR: cannot write file /cvs/inputmethods/libtomoe-gtk/Makefile,v: No such file or directory N inputmethods/libtomoe-gtk/distinfo cvs: ERROR: cannot write file /cvs/inputmethods/libtomoe-gtk/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/inputmethods/libtomoe-gtk/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:40:15 Log message: gtk input widget using tomoe for handwritten japanese characters Status: Vendor Tag: libtomoe Release Tags: jp N ports/inputmethods/libtomoe-gtk/Makefile N ports/inputmethods/libtomoe-gtk/distinfo N ports/inputmethods/libtomoe-gtk/pkg/DESCR N ports/inputmethods/libtomoe-gtk/pkg/PLIST N ports/inputmethods/libtomoe-gtk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:44:31 ports/devel/ruby-gems/patches Update of /cvs/ports/devel/ruby-gems/patches In directory cvs.openbsd.org:/tmp/cvs-serv21286/patches Log Message: Directory /cvs/ports/devel/ruby-gems/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:53:12 Log message: final part of the tomoe software: a japanese handwriting input pad for uim. not as good as the zaurus native software, but much better than nothing. Status: Vendor Tag: uim-tomoe Release Tags: jp N ports/inputmethods/uim-tomoe-gtk/Makefile N ports/inputmethods/uim-tomoe-gtk/distinfo N ports/inputmethods/uim-tomoe-gtk/patches/patch-src_uim-tomoe-gtk_c N ports/inputmethods/uim-tomoe-gtk/pkg/DESCR N ports/inputmethods/uim-tomoe-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:53:55 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/pkg: PLIST Added files: devel/ruby-gems/patches: patch-lib_rubygems_installer_rb patch-post-install_rb Log message: Update to ruby-gems-0.9.0 and backport some code from the gems subversion repository to fix building of native extensions. (sigh!) A summary of changes can be found here: http://rubyforge.org/forum/forum.php?forum_id=7575 ok msf@, sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:55:34 Modified files: inputmethods : Makefile Log message: +*tomoe* stuff CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:03:17 Modified files: lang/ruby : Makefile Log message: - Clean up Makfile to make it more readable. - Better dependencies for the subpackages. Bump PKGNAMEs. ok msf@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 19:06:22 Log message: Import mimedefang 2.57 MIMEDefang is a framework for filtering e-mail. It uses Sendmail's "Milter" API, some C glue code, and some Perl code to let you write high-performance mail filters in Perl. Joint work with dlg@ Status: Vendor Tag: alek Release Tags: alek_20061019 N ports/mail/mimedefang/Makefile N ports/mail/mimedefang/distinfo N ports/mail/mimedefang/pkg/DESCR N ports/mail/mimedefang/pkg/PLIST N ports/mail/mimedefang/pkg/MESSAGE N ports/mail/mimedefang/pkg/UNMESSAGE N ports/mail/mimedefang/files/rc.mimedefang No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 19:06:54 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Merged target/terminal handling code Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:16:23 Modified files: devel/ruby-activesupport: Makefile devel/ruby-activesupport/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 19:16:56 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD Log message: geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tom CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 19:19:15 Modified files: sys/dev/acpi : acpitz.c Log message: Fixed acpitz match function ok marco@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:21:47 Modified files: devel/ruby-actionpack: Makefile devel/ruby-actionpack/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 19:22:01 Modified files: mail : Makefile Log message: Add mimedefang CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:26:39 Modified files: devel/ruby-ncurses: Makefile devel/ruby-ncurses/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:30:27 Modified files: devel/ruby-rake: Makefile devel/ruby-rake/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 21:24:46 Modified files: sys/dev/acpi : dsdt.c acpi.c Log message: Fixed GPE debug levels Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/18 21:36:38 Modified files: sys/arch/sh/conf: files.shpcic sys/arch/sh/dev: shpcic.c shpcicvar.h Added files: sys/arch/sh/dev: pci_addr_fixup.c Log message: pci_address_fixup code to do bus address allocation, 'firmware' appearently doesn't touch pci. ohci version and re mac address probe correctly. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/18 21:39:54 Modified files: sys/arch/landisk/landisk: shpcic_machdep.c Log message: Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/18 21:49:26 Modified files: sbin/sysctl : sysctl.c Log message: Add WATTHOUR and AMPHOUR ok jordan@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/18 22:00:53 Modified files: sys/dev/acpi : acpibat.c Log message: Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. ok jordan CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/19 01:02:20 Modified files: sys/dev/acpi : acpidebug.c amltypes.h dsdt.c dsdt.h Log message: Fixed AML debugger code to use new interface ok marco@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:16:32 Added files: databases/mysql-query-browser/patches: patch-Makefile_in Log message: forgot to add CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:27:34 Modified files: devel/p5-Term-ReadLine-Gnu: Makefile distinfo Log message: update to 1.16 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:35:02 Modified files: x11/wmbutton : Makefile distinfo x11/wmbutton/patches: patch-Makefile Added files: x11/wmbutton/patches: patch-wmbutton_h Removed files: x11/wmbutton/patches: patch-wmbutton_c Log message: update to 0.6.1 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 02:21:17 Modified files: x11/gnomemm : Makefile distinfo Log message: update to 1.2.4 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 02:41:19 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: note that all rules using enc0 should specify: keep state (if-bound) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 02:42:11 Added files: math/fftw3/pkg : DESCR-common Log message: forgot to commit a file; reminded by STeve Andre' CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 02:52:25 Modified files: share/man/man4 : enc.4 Log message: note that all rules using enc0 should specify: keep state (if-bound) CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 02:56:46 Modified files: sys/dev/acpi : acpi.c acpiac.c acpibat.c acpidev.h acpivar.h Log message: Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 03:16:32 Modified files: x11/fleditor : Makefile x11/fleditor/patches: patch-Makefile_in Log message: add -lz to LIBS, needed by regress to compile with libpng CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/19 03:35:16 Modified files: inputmethods/uim: Makefile inputmethods/uim/patches: patch-configure_ac inputmethods/uim/pkg: DESCR PLIST Added files: inputmethods/uim/pkg: DESCR-gtk DESCR-qt PLIST-gtk PLIST-qt Removed files: inputmethods/uim/pkg: PFRAG.shared Log message: activate the qt part, now that it works. Split stuff into subpackages, so that you don't need to have gtk if you don't need it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 03:39:58 Modified files: devel/jdk/1.3-linux: Makefile systrace.policy devel/jdk/1.4 : systrace.policy Log message: switch to fedora_base and adapt systrace.policy files accordingly CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 03:41:32 Modified files: x11/fltk : Makefile distinfo x11/fltk/patches: patch-Makefile patch-configure_in patch-makeinclude_in patch-src_Makefile x11/fltk/pkg : PLIST Log message: update to 1.1.7 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/19 03:49:53 Modified files: mail/sylpheed-claws: Makefile Log message: add back -dillo subpackage, no bump since nothing else changed CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 03:55:48 Modified files: sys/dev/pci : pciide.c Log message: Match the IDE controller in the AMD Geode companion device CS5536. The disk in the AMD Geode LX-800-based system now works much faster. hints grange@; ok jsg@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 03:56:17 Modified files: math/maple : Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/10/19 04:03:31 Modified files: . : want.html Log message: unusual request, but why not ? CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2006/10/19 04:04:47 Modified files: www/nostromo : Makefile distinfo Log message: Update to 1.8.2. For ChangeLog read http://www.nazgul.ch/dev/nostromo_cl.txt ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 04:30:43 Log message: Import Ri-li, an arcade game where drive a toy wood engine. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061019 N ports/games/ri-li/distinfo N ports/games/ri-li/Makefile N ports/games/ri-li/pkg/DESCR N ports/games/ri-li/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 04:34:48 Modified files: games : Makefile Log message: add ri-li. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 04:51:01 Log message: import matio 1.3.1 library for reading and writing Matlab MAT files Status: Vendor Tag: steven Release Tags: steven-20061019 N ports/math/matio/distinfo N ports/math/matio/Makefile N ports/math/matio/pkg/DESCR N ports/math/matio/pkg/PFRAG.shared N ports/math/matio/pkg/PLIST N ports/math/matio/patches/patch-test_test_mat_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 04:51:57 Modified files: math : Makefile Log message: +matio CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 04:55:56 Modified files: sys/arch/amd64/amd64: powernow-k8.c sys/arch/arm/xscale: pxa2x0_apm.c pxa2x0_apm_asm.S pxa2x0reg.h sys/arch/i386/i386: est.c powernow-k7.c powernow-k8.c sys/dev/sdmmc : sdhc.c sys/dev/ic : aic79xx.c ath.c sys/dev/pci : ahd_pci.c if_bgereg.h if_vge.c sys/net80211 : ieee80211_var.h Log message: s/Mhz/MHz/ in comments and printf() strings ok jsg@ CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 05:25:52 Modified files: . : donations.html Log message: Even out columns a bit CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 05:31:46 Modified files: . : donations.html Log message: Add AR Infotek, who kindly supplied the AMD Geode LX-800-based Teak 3011 that has enabled me to fix the LX-800 issues this week. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 05:46:51 Modified files: libexec/spamd : spamd.8 Log message: no need to escape "'"; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 05:50:14 Modified files: benchmarks/pear-Benchmark: Makefile benchmarks/pear-Benchmark/pkg: PLIST Log message: Comment out files left over by pear until pear is fixed. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/19 06:04:31 Modified files: sys/kern : vfs_bio.c sys/sys : buf.h Log message: some buffers (containing metadata) can only be written during the bdwrite call made on 'em due to otherwise pending softdeps and thus being deferred by the sybcer. promote bdwrite into bawrite for those cases. tested by many. pedro@ ok CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/19 06:29:58 Modified files: usr.sbin/ripd : auth.c packet.c ripe.c Log message: CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/19 07:12:37 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-lib_pj-gs_sh patch-lib_ps2epsi patch-lib_pv_sh patch-lib_sysvlp_sh patch-src_unix-dll_mak patch-src_unix-gcc_mak patch-src_unixinst_mak patch-src_zcolor2_c patch-src_zfile_c print/ghostscript/gnu/pkg: PFRAG.gtk PLIST Added files: print/ghostscript/gnu/patches: patch-src_gxfcopy_c Log message: Update to 8.54. Some help by steven@ and espie@. "commit" espie@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 07:22:06 Modified files: . : donations.html Log message: End tag. ok steven@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:26:40 Modified files: graphics/libungif: Makefile Added files: graphics/libungif/patches: patch-util_giftext_c Log message: Fix NULL dereference in giftext. From: William Yodlowsky CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:44:51 Modified files: shells/zsh : Makefile Added files: shells/zsh/patches: patch-Completion_Unix_Type__diff_options Log message: - fix diff(1) tab completion - provide a dummy PORTHOME to fix regression tests From: Will Maier CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/19 07:50:34 Removed files: print/ghostscript/gnu/patches: patch-lib_pj-gs_sh patch-lib_sysvlp_sh patch-src_unixinst_mak patch-src_zcolor2_c patch-src_zfile_c Log message: completely remove empty patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:53:48 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/patches: patch-libjbig_Makefile Log message: go back to -fpic now that alpha copes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/19 08:37:54 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: one more missing brelse() on bread() error; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 09:10:16 Modified files: security/clamav: Tag: OPENBSD_3_8 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 09:11:06 Modified files: security/clamav: Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/19 09:16:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_set_soenv_in patch-freetype_makefile_mk patch-instsetoo_native_inc_openoffice_unix_packagelist_txt patch-odk_source_unoapploader_unx_makefile_mk patch-odk_util_makefile_pmk patch-readlicense_oo_util_makefile_pmk patch-sal_osl_unx_system_h patch-scp2_source_ooo_file_library_ooo_scp patch-sdk_oo_util_makefile_pmk patch-shell_source_unix_misc_makefile_mk patch-solenv_config_ssolar_cmn patch-solenv_config_ssrc680_ini patch-solenv_config_stand_lst patch-solenv_inc_libs_mk patch-vcl_unx_source_app_saldisp_cxx Added files: editors/openoffice/patches: patch-epm_epm-3_7_patch Removed files: editors/openoffice/patches: patch-epm_epm_3_7_patch Log message: - sync patches - no need to patch and search and replace on packagelist.txt when a simple patch will do - fix name of the epm patch - disable parallel builds. Our user-land pthreads lib converts fd's to be non-blocking which causes intermittent build failures when a parallel process can't deal with non-blocking fd's. For example cat and stdout. parallel builds will need to wait for rthreads. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 09:21:20 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Log message: Update to 0.10.3/0.6.3. From Bruno Bigras, via maintainer. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/19 09:37:54 Added files: etc : ripd.conf Log message: Add a sample configuration file for the newly comitted RIP daemon. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/19 09:40:07 Modified files: graphics/gqview: Makefile distinfo graphics/gqview/pkg: PLIST Log message: gqview-2.0.2; only bugfix/translation changes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 10:05:19 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/files: Makefile.config.OpenBSD Log message: update to 10.26.32 (minor bug fixes) and revert to -fpic CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 10:19:55 Log message: import arpack96 library ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. Status: Vendor Tag: steven Release Tags: steven-20061019 N ports/math/arpack/distinfo N ports/math/arpack/Makefile N ports/math/arpack/pkg/DESCR N ports/math/arpack/pkg/PLIST N ports/math/arpack/pkg/PFRAG.shared N ports/math/arpack/files/Makefile N ports/math/arpack/files/LICENSE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 10:21:11 Modified files: math : Makefile Log message: +arpack CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 10:22:06 Log message: Import avidemux, a free video editor. ok pvalchev@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061019 N ports/multimedia/avidemux/distinfo N ports/multimedia/avidemux/Makefile N ports/multimedia/avidemux/pkg/PLIST N ports/multimedia/avidemux/pkg/DESCR N ports/multimedia/avidemux/patches/patch-configure N ports/multimedia/avidemux/patches/patch-adm_lavcodec_Makefile_in N ports/multimedia/avidemux/patches/patch-avidemux_ADM_toolkit_toolkit_hxx N ports/multimedia/avidemux/patches/patch-avidemux_MPlayer_pp_yuv2rgb_c N ports/multimedia/avidemux/patches/patch-avidemux_ADM_audiodevice_ADM_deviceoss_cpp N ports/multimedia/avidemux/patches/patch-avidemux_ADM_toolkit_toolkit_cpp N ports/multimedia/avidemux/patches/patch-addons_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 10:23:20 Modified files: multimedia : Makefile Log message: add avidemux. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 10:24:52 Log message: Palm OS Emulator ok pvalchev Status: Vendor Tag: mbalmer Release Tags: pose_20061019 N ports/palm/pose/distinfo N ports/palm/pose/Makefile N ports/palm/pose/patches/patch-BuildUnix_Makefile_in N ports/palm/pose/patches/patch-BuildUnix_configure N ports/palm/pose/patches/patch-BuildUnix_configure_in N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegs328_cpp N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegsEZ_cpp N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegsVZ_cpp N ports/palm/pose/patches/patch-SrcShared_omnithread_omnithread_h N ports/palm/pose/patches/patch-SrcShared_EmCommon_h N ports/palm/pose/patches/patch-SrcShared_Switches_h N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileBrowser_cxx N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileChooser2_cxx N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileIcon_cxx N ports/palm/pose/patches/patch-SrcUnix_EmDocumentUnix_cpp N ports/palm/pose/pkg/DESCR N ports/palm/pose/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 10:26:03 Modified files: palm : Makefile Log message: add pose CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 10:34:32 Modified files: . : press.html Log message: Fix colour CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 10:35:04 Modified files: databases/ruby-activerecord: Makefile databases/ruby-activerecord/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 10:52:01 Modified files: databases/ruby-postgres: Makefile databases/ruby-postgres/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 10:53:49 Modified files: sys/dev/usb : usbdevs if_rum.c share/man/man4 : rum.4 ral.4 Log message: Support later versions of the ASUS WL-167g which have switched from ural to rum. From Jason Crawford CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 10:54:48 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 11:00:59 Modified files: mail/ruby-actionmailer: Makefile mail/ruby-actionmailer/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/10/19 11:35:09 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: Fix hopefully the last wscons jump scrolling glitch, which can occur in case autowrapping is on, and control characters other than BS, CR, HT are encountered. Righto! miod@, also verified by Paul Stoeber. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 11:57:17 Modified files: sys/dev/acpi : acpibat.c Log message: KNF and some cleanup CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 12:02:19 Modified files: sys/dev/acpi : acpibat.c Log message: Reduce the scope of the locks. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 13:29:04 Modified files: sys/arch/i386/i386: powernow-k7.c powernow-k8.c Log message: Fix the spellings of Cool'n'Quiet and PowerNow! in a couple of places. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 13:35:06 Modified files: sys/dev/mii : brgphy.c Log message: Rearrange the code a bit, rename a few functions and make brgphy(4) use the bge(4) PHY flags, to ensure errata workarounds are being applied to the PHY on the appropriate chipsets. Tested on bnx/gem/sk and a wide range of bge's. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 13:46:06 Modified files: sys/dev/mii : brgphy.c Log message: add a PHY workaround for the 5787 ASIC based chipsets. Tested by Benjamin Black CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 14:36:20 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Overhaul the transmit path: - Eliminate the bnx_dmamap_arg structure. - Refactor the loop that fills the buffer descriptor so that it can be done with a single set of logic in a single loop instead of two sets of logic. - Eliminate the need to cache and pass descriptor indexes between the start loop and the encap function. - Change the start loop to always check the ifnet sendq for more work. From scottl@FreeBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/19 14:46:16 Modified files: sys/arch/i386/i386: apm.c Log message: indent CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 14:52:29 Modified files: sys/dev/pci : if_bnx.c Log message: make the exit label naming scheme match the current function names, removes a FreeBSD-ism from the original driver. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/19 15:16:54 Modified files: sys/arch/landisk/landisk: bus_dma.c Log message: Add missing TAILQ_INIT. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/19 15:19:07 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY: update to 1.2.13 which fixes a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 from maintainer CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/19 15:22:35 Modified files: telephony/asterisk-sounds: Makefile telephony/asterisk-sounds/pkg: PLIST Log message: @comment a few files which are now in the main asterisk package to remove a conflict, from maintainer stuart henderson CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/19 16:15:02 Modified files: sys/arch/landisk/landisk: machdep.c Log message: support boot -c CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/19 16:42:53 Modified files: sys/arch/sh/dev: pci_addr_fixup.c Log message: Hack around a problem found on px-eh systems where the SH IPL+g initializes part of the PCI addresses, but not to values reasonable for us. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/19 18:51:01 Log message: import xfce4-bglist-editor 4.2.0 This program uses a GUI to edit the backdrop list, created by Xfce, usually ~/.config/xfce4/desktop/backdrops.list This program is easy to use and creating a backdrop list is fastend up. ok jolan Status: Vendor Tag: jasper Release Tags: jasper-2006-10-20 N ports/x11/xfce4/xfce4-bglist-editor/distinfo N ports/x11/xfce4/xfce4-bglist-editor/Makefile N ports/x11/xfce4/xfce4-bglist-editor/pkg/DESCR N ports/x11/xfce4/xfce4-bglist-editor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/19 18:52:12 Modified files: x11/xfce4 : Makefile Log message: add xfce4-bglist-editor CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 18:55:32 Modified files: sys/arch/hp300/hp300: disksubr.c Log message: Declare loop variable so this compiles. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 19:08:24 Modified files: sys/dev/mii : brgphy.c Log message: move the Jumbo frame settings and Ethernet@Wirespeed code into separate functions. no-op change. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/19 20:24:25 Modified files: faq : faq6.html Log message: spello CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:27:54 Modified files: sys/dev/mii : miidevs Log message: add PHY id for the Broadcom BCM5755 ASIC based chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:28:06 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:30:24 Modified files: sys/dev/mii : brgphy.c Log message: attach for the Broadcom BCM5755 ASIC based chipsets as well. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:52:22 Modified files: sys/dev/mii : brgphy.c Log message: remove the IFM_100_T4 switch case for the manual media code, brgphy(4) does not actually support 100baseT4. CVSROOT: /cvs Module name: src Changes by: dhill@cvs.openbsd.org 2006/10/19 21:54:24 Modified files: sbin/fdisk : fdisk.8 Log message: OpenBSD no longer supports using an older FreeBSD MBR partition. ok krw@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 02:31:20 Modified files: x11/xfce4/xfce4-bglist-editor: Makefile x11/xfce4/xfce4-bglist-editor/pkg: DESCR Log message: english CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 03:45:21 Modified files: infrastructure : README Log message: sync a bit with reality.. ok espie CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/20 04:14:12 Modified files: benchmarks/pear-Benchmark: Makefile Log message: I accidentally changed the PKG_NAME, revert that. Sorry. found by nikolay CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 05:03:38 Modified files: lang/gcc/3.3 : Makefile distinfo lang/gcc/3.4 : Makefile distinfo lang/gcc/4.0 : Makefile distinfo lang/gcc/4.1 : Makefile distinfo lang/gcc/4.2 : Makefile distinfo Log message: bump ada bootstrap for libc changes CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/20 05:07:58 Modified files: x11/kde/office3: Makefile distinfo Log message: revert incomplete update accidentially committed by espie, ok w/ him CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 05:10:11 Modified files: telephony/asterisk: Tag: OPENBSD_3_8 Makefile distinfo Log message: SECURITY: update to 1.0.12 which fixes a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:10:15 Modified files: mail/ruby-actionmailer: Makefile Log message: Add PKG_ARCH=* here as well. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:16:18 Modified files: net/ruby-pcap : Makefile net/ruby-pcap/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:20:57 Modified files: www/ruby-actionwebservice: Makefile www/ruby-actionwebservice/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:24:35 Modified files: www/ruby-rails : Makefile Log message: PKG_ARCH=* too. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:28:05 Modified files: x11/ruby-gtk : Makefile x11/ruby-gtk/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:30:29 Modified files: graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-imlib/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:32:07 Log message: Import advchk, a tool for monitoring the security of installed softwares. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061020 N ports/security/advchk/distinfo N ports/security/advchk/Makefile N ports/security/advchk/patches/patch-advchk N ports/security/advchk/patches/patch-advchk_1 N ports/security/advchk/pkg/DESCR N ports/security/advchk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:32:53 Modified files: graphics/ruby-gdk-pixbuf: Makefile graphics/ruby-gdk-pixbuf/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:33:26 Modified files: security : Makefile Log message: add advchk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:48:06 Modified files: comms/pilot-link: Makefile distinfo comms/pilot-link/patches: patch-configure patch-libpisock_freebsdusb_c patch-libpisock_unixserial_c patch-src_Makefile_in comms/pilot-link/pkg: PFRAG.shared PLIST Added files: comms/pilot-link/patches: patch-bindings_Perl_Makefile_PL_in Removed files: comms/pilot-link/patches: patch-bindings_Makefile_in patch-src_read-todos_c Log message: Update to pilot-link-0.12.1. With some inputs from steven@ and espie@ ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:49:42 Modified files: comms/jpilot : Makefile distinfo comms/jpilot/patches: patch-Expense_Makefile_in patch-KeyRing_Makefile_in patch-SyncTime_Makefile_in patch-docs_Makefile_in patch-icons_Makefile_in patch-jpilot_c comms/jpilot/pkg: PLIST Removed files: comms/jpilot/patches: patch-jpilot-sync_c Log message: Update to jpilot-0.99.9. ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:51:58 Modified files: comms/malsync : Makefile distinfo comms/malsync/patches: patch-Makefile Added files: comms/malsync/patches: patch-mal_client_unix_MAL31DBConfig_c patch-malsync_c Log message: Update to malsync-2.2.0. Big big thank to pilot-link developper Florent Pillet for resolving a tricky bad pointer issue. ok steven@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/20 07:01:10 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: brelse() after failed bread(), from Christoph Egger, okay mickey@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/20 07:02:55 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: from freebsd rev1.128: If an error occurs while writing a buffer, then the data will not have hit the disk and the dependencies cannot be unrolled. In this case, the system will mark the buffer as dirty again so that the write can be retried in the future. When the write succeeds or the system gives up on the buffer and marks it as invalid (B_INVAL), the dependencies will be cleared. pedro@ ok CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/20 07:10:27 Modified files: sys/arch/macppc/dev: if_mc.c Log message: fix $OpenBSD$ tag. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 07:21:33 Modified files: net/samba : Makefile Log message: use in ${SYSCONFDIR} in post-install, not /etc no need to bump CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 07:23:53 Log message: Initial import of ruby-flexmock-0.4.3 FlexMock is a simple mock object for unit testing. The interface is simple, but still provides a good bit of flexibility. Status: Vendor Tag: bernd Release Tags: bernd_2006-10-20 N ports/devel/ruby-flexmock/Makefile N ports/devel/ruby-flexmock/distinfo N ports/devel/ruby-flexmock/pkg/PLIST N ports/devel/ruby-flexmock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 07:25:25 Modified files: devel : Makefile Log message: add ruby-flexmock CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/20 07:29:17 Modified files: www/xoops : Makefile www/xoops/pkg : PLIST Log message: - set permission to some directories. Pointed out by sturm@ - bump PKGNAME CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/20 07:39:21 Modified files: faq : current.html Log message: Specifically mention 'keep state (if-bound)' when filtering on enc0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 07:43:18 Modified files: lang/gcc/4.2 : Makefile distinfo lang/gcc/4.2/patches: patch-gcc_c-common_c patch-gcc_config_host patch-gcc_config_i386_driver-i386_c patch-gcc_cp_call_c patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_omp-low_c patch-gcc_tree-nested_c patch-gcc_tree_c patch-libgfortran_Makefile_in patch-libobjc_Makefile_in patch-libssp_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltconfig lang/gcc/4.2/pkg: PLIST PLIST-c++ PLIST-f95 Added files: lang/gcc/4.2/patches: patch-gcc_config_exec-stack_h patch-gcc_config_gcc patch-gcc_config_i386_openbsd64_h patch-gcc_config_openbsd-libpthread_h patch-gcc_config_openbsd_h lang/gcc/4.2/pkg: PFRAG.PIC PFRAG.PIC-c++ Log message: update to a recent snapshot, and fix some bullshit can probably compile on amd64 now CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 07:54:44 Modified files: telephony/asterisk: Tag: OPENBSD_3_9 Makefile telephony/asterisk/patches: Tag: OPENBSD_3_9 patch-channels_chan_skinny_c Log message: SECURITY: fix a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 08:05:43 Log message: import dwdiff 1.2 dwdiff is a front-end for the diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an optional list of characters that should be considered delimiters. Delimiters are single characters that are treated as if they are words, even when there is no whitespace separating them from preceding words or delimiters. dwdiff is mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported. feedback & ok steven Status: Vendor Tag: jasper Release Tags: jasper-20-10-2006 N ports/sysutils/dwdiff/distinfo N ports/sysutils/dwdiff/Makefile N ports/sysutils/dwdiff/pkg/DESCR N ports/sysutils/dwdiff/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 08:07:05 Modified files: sysutils : Makefile Log message: add dwdiff CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/20 08:15:24 Modified files: devel/gettext : Makefile distinfo gettext.port.mk Log message: update to 0.14.6: * Updated the meaning of 'gcc-internal-format' to match GCC 4.1. No other changes, no external changes. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/20 08:18:45 Modified files: build : packages-3.9 packages-3.8 Log message: asterisk, clamav CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/20 08:18:54 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 08:40:29 Modified files: infrastructure/package: check-newlib-depends Log message: sort information instead of putting it out in an haphazard way. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/20 08:59:26 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-solenv_inc_unxobsdi_mk Log message: - pass MAKE_ENV along in do-build target - respect CFLAGS - remove LIBS from CONFIGURE_ARGS and correct fall out in configure.in - move -I$(LOCALBASE)/include to end of include search dirs and move -L$(LOCALBASE)/lib to end of library search dirs to avoid build conflicts with other installed packages such as cppunit. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 09:09:24 Modified files: infrastructure/package: check-newlib-depends Log message: output a simple set of WANTLIB lines you can cut&paste, by popular demand... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:31:26 Modified files: x11/pwm : Makefile Log message: fix homepage (and bump pkgname) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:32:20 Modified files: x11/explorer : Makefile Log message: kill dead master site and add a working one ok pval CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 09:34:27 Modified files: print/ghostscript: Makefile Removed files: print/ghostscript/afpl: Makefile distinfo print/ghostscript/afpl/patches: patch-lib_gs_init_ps patch-lib_ps2epsi patch-lib_pv_sh patch-src_unix-dll_mak patch-src_unix-gcc_mak print/ghostscript/afpl/pkg: DESCR PFRAG.gtk PLIST Log message: remove afpl ghostscript, current code is licensed under gpl ok sturm, pval CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 09:34:34 Log message: Initial import of ruby-sqlite3-1.1.0. This module allows Ruby programs to interface with the SQLite3 database engine. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/databases/ruby-sqlite3/Makefile N ports/databases/ruby-sqlite3/distinfo N ports/databases/ruby-sqlite3/pkg/PLIST N ports/databases/ruby-sqlite3/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 09:35:25 Modified files: lang/gcc/4.2/pkg: PLIST-f95 Added files: lang/gcc/4.2/pkg: PFRAG.PIC-f95 PFRAG.PIC-objc Log message: tweaks for Fortran and objc on amd64 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 09:36:08 Modified files: databases : Makefile Log message: add ruby-sqlite3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/20 09:36:20 Modified files: print/ghostscript/gnu-fonts: Makefile distinfo print/ghostscript/gnu-fonts/pkg: PLIST Removed files: print/ghostscript/gnu-fonts/patches: patch-fonts_fonts_dir patch-fonts_fonts_scale Log message: Update to 8.11. requested by steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:37:45 Modified files: x11/xantfarm : Makefile distinfo Log message: - fix homepage and master sites - update distinfo with new distfile (no source code changed) - bump pkgname ok pval CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 09:46:49 Modified files: www/xoops : Makefile Log message: BROKEN="this port needs to be cleaned up by someone who cares" revert DISTNAME bump, duh! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 10:07:24 Modified files: www/konqueror-embedded: Makefile distinfo www/konqueror-embedded/patches: patch-configure_in www/konqueror-embedded/pkg: PLIST Added files: www/konqueror-embedded/files: kde-config www/konqueror-embedded/patches: patch-Makefile_in patch-acinclude_m4 patch-konq-embed_kdesrc_dcop_dcopidl2cpp_Makefile_in patch-konq-embed_kdesrc_dcop_dcopidl_Makefile_in patch-konq-embed_src_Makefile_in patch-konq-embed_src_mainwindow_x11_cc Log message: Update to a ways more recent snapshot, that uses QT3. Hack at it to compile without kdelibs installed. Quite a few nits to fix, including some bad issue with https... discussed with brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 10:08:39 Added files: www/konqueror-embedded/patches: patch-konq-embed_dropin_dcopclient_cpp Log message: ... and remove an assertion that fails, so we can compile it with FLAVOR=debug CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 10:45:58 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/pkg: PLIST Log message: add @pkgpath line to allow updating ghostscript/afpl packages reminded by henning@, help from espie@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/20 10:52:09 Modified files: www/konqueror-embedded: Makefile Log message: let this fetch properly CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 10:54:01 Modified files: sys/dev/ic : dp8390.c ne2000.c sys/dev/isa : if_ne_isa.c if_ne_isapnp.c if_ec.c if_we.c sys/dev/pci : if_ne_pci.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 10:56:45 Modified files: net/GeoIP : Makefile distinfo net/GeoIP/patches: patch-libGeoIP_GeoIP_c Log message: update to GeoIP 1.4.0 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:02:24 Modified files: sys/dev/ic : ne2000.c sys/dev/pci : if_ne_pci.c sys/dev/isa : if_ec.c if_ne_isa.c if_ne_isapnp.c if_we.c Log message: remove some NetBSD code. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:11:39 Modified files: sys/dev/ic : ne2000.c Log message: remove another chunk of unused NetBSD code. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 11:16:41 Log message: Initial import of ruby-daemons-1.0.2. daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. daemons can also run and control blocks of Ruby code in a daemon process. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/devel/ruby-daemons/Makefile N ports/devel/ruby-daemons/distinfo N ports/devel/ruby-daemons/pkg/DESCR N ports/devel/ruby-daemons/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 11:19:30 Modified files: devel : Makefile Log message: add ruby-daemons CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:28:10 Modified files: sys/dev/ic : dp8390.c Log message: sync some comments with the NetBSD driver. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/20 11:36:13 Modified files: x11/ion : Makefile distinfo x11/ion/patches: patch-etc_cfg_ioncore_lua x11/ion/pkg : PFRAG.shared PLIST Removed files: x11/ion/files : detach.lua nest-ws.lua x11/ion/patches: patch-etc_cfg_ion_lua patch-libmainloop_signal_h patch-libtu_locale_h Log message: ion-20061020, okay sturm@ jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 11:40:24 Modified files: lang : Makefile Log message: remove gcc 3.4 and 4.0 from build, welcome gcc 4.2. Should work on i386, amd64, sparc64 after this week... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 11:41:49 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update p5-POE-Component-IRC to 5.07 ok steven CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 11:54:45 Log message: Import xsane, a scanner frontend for SANE ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061020 N ports/graphics/xsane/distinfo N ports/graphics/xsane/Makefile N ports/graphics/xsane/patches/patch-doc_Makefile_in N ports/graphics/xsane/patches/patch-src_Makefile_in N ports/graphics/xsane/patches/patch-lib_Makefile_in N ports/graphics/xsane/patches/patch-po_Makefile_in N ports/graphics/xsane/pkg/PLIST N ports/graphics/xsane/pkg/PFRAG.gimp N ports/graphics/xsane/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 11:55:52 Modified files: graphics : Makefile Log message: add xsane. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:10:25 Modified files: infrastructure/package: check-newlib-depends Log message: Add libs which are reachable through dependencies to the cut&paste WANTLIB output as well. spotted by alek@, ok espie@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:12:50 Modified files: sys/dev/ic : dp8390var.h Log message: some new flags. From NetBSD CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:15:01 Log message: Initial import of ruby-gem_plugin-0.2.1. GemPlugin is a system that lets your users install gems and lets you load them as additional features to use in your software. It originated from the Mongrel project but proved useful enough to break out into a separate project. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/devel/ruby-gem_plugin/Makefile N ports/devel/ruby-gem_plugin/distinfo N ports/devel/ruby-gem_plugin/pkg/PLIST N ports/devel/ruby-gem_plugin/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:16:18 Modified files: devel : Makefile Log message: add ruby-gem_plugin CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:18:18 Modified files: sys/dev/ic : ax88190reg.h Log message: some defines for the ASIX AX88790 chipset. From NetBSD CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/10/20 12:23:38 Modified files: . : orders.html Log message: Delete Linux Mall (Brazil) as a reseller CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:27:25 Modified files: sys/dev/ic : ne2000.c ne2000reg.h Log message: use the ASIX AX88190 defines from ax88190reg.h and remove some AX88190 specific defines from ne2000reg.h From NetBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/20 13:45:02 Modified files: usr.sbin/dhcpd : pfutils.c Log message: indent CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/20 13:58:23 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/patches: patch-desktop_scripts_soffice_sh Log message: Remove use of Linux-specific "pagein" program (presumably worked around Linux paging issues) from startup script. Requested by & OK kurt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 16:32:40 Removed files: www/konqueror-embedded/patches: patch-aclocal_m4 patch-admin_libtool_m4_in patch-konq-embed_dropin_kio_krun_cpp patch-konq-embed_dropin_kio_mimehandler_cpp patch-konq-embed_dropin_klibloader_cpp patch-konq-embed_kdesrc_kdecore_netsupp_h patch-konq-embed_kdesrc_kio_http_http_h Log message: remove this for real, spotted by jolan CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/20 16:44:43 Modified files: . : INDEX Log message: sync, 300-400 changed/added unzels in the last 3-4 days CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/20 16:52:23 Modified files: x11/xosd : Makefile x11/xosd/pkg : DESCR Log message: Fix description, okay sturm@ jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/20 16:52:48 Modified files: print/scribus : Makefile distinfo print/scribus/patches: patch-configure print/scribus/pkg: PLIST Added files: print/scribus/patches: patch-scribus_Makefile_in patch-scribus_scribus_cpp Log message: Update to 1.3.3.4, with some patches o.k. from mbalmer (also new maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 17:35:17 Modified files: multimedia/avidemux: Makefile Added files: multimedia/avidemux/patches: patch-avidemux_ADM_audiofilter_audiodeng_buildfilters_cpp Log message: Fix a core dump when trying to configure the "copy" audio codec. Noticed by Olivier Cherrier , thanks! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/20 17:47:43 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/mvmeppc/include: disklabel.h sys/arch/sh/include: disklabel.h Log message: Try again with local variable to avoid alignment issues. "The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 18:00:36 ports/games/clines/patches Update of /cvs/ports/games/clines/patches In directory cvs.openbsd.org:/tmp/cvs-serv1618/patches Log Message: Directory /cvs/ports/games/clines/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 18:41:09 Modified files: www/konqueror-embedded: Makefile Added files: www/konqueror-embedded/patches: patch-konq-embed_dropin_kssl_kopenssl_cpp patch-konq-embed_kdesrc_khtml_khtmlview_cpp patch-konq-embed_kdesrc_kssl_kopenssl_cc Log message: enable printing. Fix some of the ssl stuff, not working yet though. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/20 20:18:00 Modified files: sys/kern : sched_bsd.c kern_synch.c uipc_syscalls.c Log message: tbert sent me a diff to change some 0 to NULL i got carried away and deleted a whole bunch of useless casts this is C, not C++. ok md5 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:18:57 Modified files: usr.sbin/ntpd : client.c Log message: EADDRNOTAVAIL after connect is one of the soft errors where we don't abort too. from amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:28:06 Modified files: usr.sbin/ntpd : client.c Log message: when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:30:58 Modified files: usr.sbin/ntpd : ntp.c Log message: Found that even if client fd (i.e to NTP source) is set to -1 because of error, it may still participate in poll() causing poll() to repeatedly wake up on error fd. so make sure w edon't add -1 fds to pollevents to avoid unnecessary wakeups From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:32:46 Modified files: usr.sbin/ntpd : client.c Log message: in client_nextaddr, check fd != -1 before close, just nicer this way From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/21 01:36:15 Modified files: sys/scsi : scsiconf.c scsiconf.h sys/dev/ic : mpi.c Log message: rework the bus scanning code by splitting it out into separate functions for walking the bus and targets, and probing the luns. this removes the need to use magic numbers to wildcard each of these, which in turn makes the code a lot easier to read. as a bonus we get some more space to work in (80 chars isnt that much somtimes). note that this code wont probe high luns if lun 0 doesnt exist. ok krw@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/21 03:42:32 Modified files: sysutils/colorls: Makefile lang/ezm3 : Makefile sysutils/mergemaster: Makefile lang/pm3 : Makefile Log message: move distfiles from dying machine CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/21 03:55:03 Modified files: lib/libc/net : base64.c Log message: remove calls to abort(3) that can't happen anyway; from ; ok millert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 04:58:24 Modified files: print/cups : Makefile distinfo print/cups/pkg : PLIST Removed files: print/cups/patches: patch-locale_cups_de_po Log message: Update to CUPS 1.2.5, this fixes a handful of bugs. Remove one patch that was applied upstream. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:20:36 Modified files: infrastructure/mk: bsd.port.mk Log message: define SHARED_LIBS_LOG for libtool (and other stuff) use CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:22:29 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: let build produce a SHARED_LIBS_LOG file which contain lines like SHARED_LIBS+= # Those lines you can put into a port's Makefile... and so notice more easily what the software people upstream change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 05:29:47 Modified files: comms/gnokii : Makefile distinfo comms/gnokii/pkg: PLIST Added files: comms/gnokii/patches: patch-include_gnokii_h Log message: update to version 0.6.14; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 05:44:10 Modified files: www/php5 : Makefile Makefile.inc distinfo www/php5/core : Makefile www/php5/core/pkg: DESCR PLIST PLIST-pear www/php5/extensions: Makefile www/php5/extensions/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-dbase PLIST-filepro PLIST-gd PLIST-gmp PLIST-imap PLIST-ldap PLIST-mbstring PLIST-mcrypt PLIST-mhash PLIST-mysql PLIST-mysqli PLIST-ncurses PLIST-odbc PLIST-pgsql PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite PLIST-sybase_ct PLIST-xmlrpc PLIST-xsl www/php5/patches: patch-main_php_open_temporary_file_c Log message: update to version 5.1.6 and replace the hardened patchset with the suhosin patchset; kill the hardened flavor because we are going to use suhosin patchet by default; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 05:47:42 Modified files: x11/artwiz-aleczapka: Makefile distinfo x11/artwiz-aleczapka/pkg: PLIST Added files: x11/artwiz-aleczapka/pkg: DESCR-de DESCR-se PLIST-de PLIST-se Log message: Add subpackages for german and swedish encodings. Original idea by Tobias Ulmer . Inputs & ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:50:48 Modified files: infrastructure/mk: bsd.port.mk Log message: move SHARED_LIBS_LOG into WRKBUILD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 06:04:18 Modified files: lib/libevent : event.3 Log message: bufferevent_write() return code misdocumented; ok jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:10:35 Modified files: infrastructure/mk: bsd.port.mk Log message: can not depend directly on PACKAGE_COOKIES. Found out by nikolay, fun to debug... CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 06:27:32 Log message: Authentication for pear/PHP5. Status: Vendor Tag: mbalmer Release Tags: pear-Auth_20061021 N ports/security/pear-Auth/Makefile N ports/security/pear-Auth/distinfo N ports/security/pear-Auth/pkg/DESCR N ports/security/pear-Auth/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 06:29:10 Modified files: security : Makefile Log message: Add pear-Auth CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:46:09 Modified files: infrastructure/mk: bsd.port.mk Log message: work-around for infinite recursion... gonna fix bulk stuff for real soon. thanks nikolay CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:59:36 Modified files: infrastructure/templates: Makefile.template Log message: hint at libtool stuff for SHARED_LIBS, so that people start with a nice basis. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/21 06:59:59 Modified files: bin/df : df.1 Log message: note that -hP and -iP are illegal; ok otto CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/21 07:06:23 Modified files: www/xoops : Tag: OPENBSD_3_9 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_3_9 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/21 07:06:47 Modified files: www/xoops : Tag: OPENBSD_3_8 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_3_8 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/21 07:14:10 Modified files: . : events.html Log message: move hacklu to past, I'll fly home in a few hours CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 07:31:51 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: much cleaner version of the shared libs log CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 07:51:15 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: oops, forgot to strip the `lib' part. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 08:02:11 Modified files: sys/net : if.c Log message: the create and destroy functions for clonable interfaces return 0 on success, not -1 on error. fix check in 2 cases. ok mpf mcbride CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 08:11:34 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: The comments make it not work, have to use SHARED_LIBS += CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 08:18:37 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/landisk/landisk: disksubr.c Log message: We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather than lp->d_partitions[8+n++]. All other cases already use the pointer. No functional change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 08:26:07 Added files: infrastructure/mk: gcc4.port.mk lang/gcc/4.2 : gcc4.port.mk Log message: Add MODGCC4 support and use gcc 4.2; ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/21 08:43:51 Modified files: sys/arch/landisk/dev: obio.c Log message: Do not pass down IOBASEUNK/MADDRUNK/IRQUNK. ok miod@, drahn@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:45:51 Modified files: share/man/man4 : acx.4 pgt.4 Log message: acx(4) and pgt(4) don't use rssadapt(9) for automatic rate control. acx(4) uses AMRR and automatic rate control is handled by the firmware for pgt(4). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:51:31 Modified files: sys/dev/pci : pcidevs Log message: Intel PRO/Wireless 3965ABG CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:54:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 10:01:54 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sparc/sparc: disksubr.c sys/arch/vax/vax: disksubr.c Log message: Some KNF cleanup. De-register. Move declaration to top of function for DOS MBR processing. Indent nit in macppc. No functional change. CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/21 10:06:25 Modified files: . : donations.html Log message: Remove duplicate entry. Pointed out by aanriot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 10:15:28 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: fix, again, sigh. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 10:51:34 Log message: Import xfe, an MS-Explorer like file manager for X. Based on an original port by bsdmaniak at daemon-tips dot org ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061021 N ports/x11/xfe/distinfo N ports/x11/xfe/Makefile N ports/x11/xfe/pkg/PLIST N ports/x11/xfe/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 10:55:10 Modified files: x11 : Makefile Log message: add xfe. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 10:58:00 Log message: import AMD-2.0 AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. A MATLAB interface is provided. Note that this software has nothing to do with AMD the company. Status: Vendor Tag: steven Release Tags: steven-20061021 N ports/math/amd/distinfo N ports/math/amd/Makefile N ports/math/amd/pkg/DESCR N ports/math/amd/pkg/PFRAG.shared N ports/math/amd/pkg/PLIST N ports/math/amd/patches/patch-Include_amd_internal_h N ports/math/amd/files/Makefile N ports/math/amd/files/Makefile.f77 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 10:58:41 Modified files: math : Makefile Log message: +amd CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 11:22:47 Log message: import UMFPACK 5.0.1 UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface. Appears as a built-in routine (for lu, backslash, and forward slash) in MATLAB. Includes a MATLAB interface, a C-callable interface, and a Fortran-callable interface. Status: Vendor Tag: steven Release Tags: steven-20061021 N ports/math/umfpack/distinfo N ports/math/umfpack/Makefile N ports/math/umfpack/pkg/DESCR N ports/math/umfpack/pkg/PFRAG.shared N ports/math/umfpack/pkg/PLIST N ports/math/umfpack/files/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 11:23:19 Modified files: math : Makefile Log message: +umfpack CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:31:18 Log message: import ruby-bdb 0.5.9 ruby-bdb is an interface for Ruby to Berkeley DB ok bernd Status: Vendor Tag: jasper Release Tags: jasper-21-10-2006 N ports/databases/ruby-bdb/Makefile N ports/databases/ruby-bdb/distinfo N ports/databases/ruby-bdb/pkg/DESCR N ports/databases/ruby-bdb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:32:39 Modified files: databases : Makefile Log message: add ruby-bdb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:56:48 Modified files: www/elinks : Makefile www/elinks/patches: patch-configure Added files: www/elinks/patches: patch-src_scripting_lua_core_c patch-src_scripting_lua_hooks_c Log message: make elinks work with lua 5.1 from James Prevatt ok sturm CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/21 12:09:52 Modified files: sys/sys : buf.h sys/kern : vfs_bio.c Log message: Retire B_LOCKED and BQ_LOCKED. The last real usage of the flag and the buffer queue went away when LFS was removed. ok, pedro@ "looks sane", deraadt@ testing: tybollt@solace.miun.se CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 12:18:50 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h share/man/man4 : zyd.4 Log message: huge diff to bring zyd(4) into a working state. should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 12:32:20 Modified files: sys/dev/usb : if_zyd.c Log message: some extra const disease damien was testing slipped in; ok damien CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 12:32:31 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: enable zyd CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 12:39:25 Modified files: share/man/man4 : zyd.4 Log message: remove IBSS and add monitor mode to the list of supported operating modes. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/21 13:26:14 Modified files: infrastructure/db: user.list mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/files: OpenBSD-SpamAssassin-mini-howto.html mail/p5-Mail-SpamAssassin/pkg: PLIST Log message: - remove 'noauto' and install _spamdaemon user by default. - bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 14:10:39 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/landisk/landisk: disksubr.c Log message: Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping partitions with 0 in the length field we don't need to test for and skip partitions that are all zeros. Eliminating that code allows elimination of a local pointer. "0 length partitions are definately dead" deraadt@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/10/21 16:09:32 Modified files: distrib/notes : mirrors Log message: sync w/ current mirrors.dat while there, create an extra section for 2nd lvl mirrors, easier to maintain ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/21 16:18:39 Modified files: sys/dev/pci : if_bnx.c Log message: - Ensure that at least 16 TX descriptors are kept unused in the ring. - Use more complete error handling for TX load problems. From scottl@FreeBSD CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/21 16:20:50 Modified files: editors/openoffice: Makefile Log message: kill "AC_CONFIG_HEADERS not found in configure.in" message with CONFIGURE_STYLE=autoconf no-autoheader. no pkg bump since no change in package. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 16:25:28 Modified files: x11/kde/arts3 : Makefile Log message: use libtool provided format for SHARED_LIBS, to get a feel about how it works... CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/21 17:16:34 Modified files: sys/dev/ic : malo.c malo.h Log message: Fix RX handling; the chip injects control data in front and between a 802.11 frame which needs to be cut off. Looks like we receive the first correct looking management frames now. Add first radio bpf mtap bits but don't activate them in the RX handler yet. Need first to find out which radio data the card delivers. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 17:45:51 Modified files: sys/dev/pci : if_bnx.c Log message: does not compile CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/21 18:18:42 Modified files: sys/dev/ic : malo.c Log message: Activate RX radiotap. We have RSSI for now. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/21 20:25:50 Modified files: usr.bin/ssh : sftp-client.c Log message: cancel progress meter when upload write fails; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 00:59:00 Modified files: sys/dev/ic : mpi.c Log message: oops, the eventnotify stuff was accidentally enabled with the scsiconf changes. its not ready yet, so disable it again. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/22 01:12:49 Modified files: share/man/man4 : usb.4 Log message: sync the zyd entry; CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 02:25:44 Modified files: sys/dev/pci : if_iwi.c Log message: Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates in iwi_auth_and_assoc() before copying the rate set. The firmware command allows a maximum of 12 rates to be defined while the ieee80211_rateset structure can contain up to 15 rates. Notice that this should not happen since the rate set is supposed to be negotiated at that time but Jeremie Le Hen sees some evidence of this happening in FreeBSD. In case it happens, print a diagnostic message and truncate the rate set. Pointed out by Jeremie Le Hen. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:27:41 Log message: Ivy is an agile dependency manager, primarily focused on managing java dependencies. Ivy has a lot of powerful features, the most popular and useful being its flexibily, integration with ant, and its strong transitive dependencies management engine. feedback, improvements, and ok by kurt Status: Vendor Tag: kili Release Tags: kili_20061022 N ports/devel/ivy/Makefile N ports/devel/ivy/distinfo N ports/devel/ivy/pkg/PLIST N ports/devel/ivy/pkg/DESCR N ports/devel/ivy/files/ivy.in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:28:20 Modified files: devel : Makefile Log message: add ivy CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 02:29:01 Modified files: share/man/man4 : rum.4 Log message: Add the Edimax EW-7318USG card to the list of supported devices. Reported to work by Pawel Krawczyk. CVSROOT: /cvs Module name: devel Changes by: kili@cvs.openbsd.org 2006/10/22 02:30:09 Log message: The IvyDE plugin integrates Ivy dependency management into the Eclipse IDE. It includes an Ivy XML editor and a class path container for automatic downloads and dependency resolution. ok, kurt Status: Vendor Tag: kili Release Tags: kili_20061022 N devel/eclipse/plugins/ivyde/Makefile cvs: ERROR: cannot write file /cvs/devel/eclipse/plugins/ivyde/Makefile,v: No such file or directory N devel/eclipse/plugins/ivyde/distinfo cvs: ERROR: cannot write file /cvs/devel/eclipse/plugins/ivyde/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/devel/eclipse/plugins/ivyde/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:30:58 Modified files: devel/eclipse/plugins: Makefile Log message: add ivyde CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:45:36 Log message: The IvyDE plugin integrates Ivy dependency management into the Eclipse IDE. It includes an Ivy XML editor and a class path container for automatic downloads and dependency resolution. ok, kurt (This time to the correct module... sorry for the noise) Status: Vendor Tag: kili Release Tags: kili_20061022 N ports/devel/eclipse/plugins/ivyde/Makefile N ports/devel/eclipse/plugins/ivyde/distinfo N ports/devel/eclipse/plugins/ivyde/pkg/PLIST N ports/devel/eclipse/plugins/ivyde/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/22 02:45:39 Modified files: lang/ruby : Makefile Log message: bump PKGNAME after some packaging changes earlier okay bernd CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 02:55:38 Log message: LDAP bases virtual hosts for Apache Status: Vendor Tag: mbalmer Release Tags: mod_ldapvhost_20061022 N ports/www/mod_ldapvhost/Makefile N ports/www/mod_ldapvhost/distinfo N ports/www/mod_ldapvhost/files/mod_ldapvhost-enable N ports/www/mod_ldapvhost/pkg/MESSAGE N ports/www/mod_ldapvhost/pkg/DESCR N ports/www/mod_ldapvhost/pkg/UNMESSAGE N ports/www/mod_ldapvhost/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 02:59:48 Modified files: www : Makefile Log message: add mod_ldapvhost CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/22 03:00:43 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.8 ok steven CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:04:03 Modified files: www/mod_ldapvhost: Makefile www/mod_ldapvhost/pkg: PLIST Log message: Install a sample configuration CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:24:41 Modified files: mail/smtp-vilter: Makefile distinfo mail/smtp-vilter/pkg: PFRAG.shared PLIST Removed files: mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Log message: smtp-vilter-1.3.3 CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/22 03:26:15 Modified files: etc : ripd.conf Log message: Remove unused line, from the author. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:40:23 Modified files: mail/smtp-vilter: Makefile Log message: sort SHARED_LIBS. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/22 03:54:14 Modified files: build : packages-3.9 packages-3.8 Log message: xoops CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/22 03:54:24 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 05:53:21 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: do per-node rate control. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:02:11 Log message: xpp is a printing panel for CUPS. Lets you select a printer, set options, etc. Status: Vendor Tag: mbalmer Release Tags: xpp_20061022 N ports/print/xpp/Makefile N ports/print/xpp/distinfo N ports/print/xpp/patches/patch-mainwindow_fl N ports/print/xpp/patches/patch-xpp_cxx N ports/print/xpp/pkg/DESCR N ports/print/xpp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:03:22 Modified files: print : Makefile Log message: add xpp CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:14:44 Modified files: share/man/man4 : ral.4 sys/dev/ic : rt2560.c rt2560var.h rt2661.c rt2661var.h sys/dev/pci : if_ral_pci.c sys/dev/cardbus: if_ral_cardbus.c Log message: replace rssadapt(9) with amrr for automatic rate control. as a side-effect, this should fix all the "bogus xmit rate" panics users have been complaining about for some time when operating in HostAP mode. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:17:47 Modified files: net/pear-HTTP : Makefile distinfo net/pear-HTTP/pkg: PLIST Log message: Update to version 1.3.6. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:21:01 Modified files: net/pear-HTTP-Request: Makefile Log message: Eliminate a variable. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:24:39 Modified files: net/pear-Net-Socket: Makefile distinfo Log message: Update and eliminate a version variable. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:27:56 Modified files: sys/dev/usb : if_rum.c if_ral.c Log message: make sure ni->ni_txrate is always initialized to a meaningful value by redefining ic->ic_newassoc. this should prevent "bogus xmit rate" panics when operating in HostAP mode. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:28:49 Modified files: net/pear-Net-IMAP: Makefile Log message: Eliminate a version variable. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:52:03 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: make data LED blink upon TX. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:05:41 Modified files: net/pear-Net-SMTP: Makefile Log message: Remove an unneeded variable and record a new RUN_DEPENDS, bump pkgname. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:11:14 Modified files: net/pear-Services-Weather: Makefile distinfo net/pear-Services-Weather/pkg: PLIST Log message: Eliminate a version variable and update. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:16:35 Log message: HTML for pear/php5. Status: Vendor Tag: mbalmer Release Tags: pear-HTML-Page2-20061022 N ports/www/pear-HTML-Page2/Makefile N ports/www/pear-HTML-Page2/distinfo N ports/www/pear-HTML-Page2/pkg/DESCR N ports/www/pear-HTML-Page2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:21:17 Modified files: www/pear-HTML-QuickForm: Makefile distinfo www/pear-HTML-QuickForm/pkg: PLIST Log message: Minor update, 3.2.4 -> 3.2.5 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:27:46 Modified files: textproc/pear-XML-Parser: Makefile distinfo textproc/pear-XML-Parser/pkg: PLIST Log message: Update to XML-Parser 1.2.6 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:36:54 Modified files: databases/pear-DB: Makefile distinfo databases/pear-DB/pkg: PLIST Log message: Update to DB 1.7.6 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:49:28 Modified files: mail/py-milter : Makefile mail/py-milter/pkg: PLIST Log message: Switch to python 2.4 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/22 08:34:07 Modified files: faq : faq4.html Log message: minimize size of 4.0 diff, by committing a lot of non-4.0 specific changes now, hopefully making life easier for translation team: * Improved wording * enlarge /usr partition * two NIC configuration (one static, one DHCP) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/22 08:50:07 Modified files: faq : faq4.html Log message: a couple more wording improvements from upcoming 4.0 version which have nothing to do with OpenBSD 4.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/22 09:09:38 Modified files: usr.sbin/ripd : ripd.conf.5 Log message: word fix; ok norby CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/22 12:36:52 Modified files: sys/arch/vax/vsa: gpx.c Log message: Fix colormap programming in 4bpp mode. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 14:27:41 Modified files: sys/dev/pci : if_bnx.c Log message: now with the right revision of this diff which compiles. ok pedro, mglocker. - Ensure that at least 16 TX descriptors are kept unused in the ring. - Use more complete error handling for TX load problems. From scottl@FreeBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:19:22 Modified files: sys/dev/ic : re.c Log message: DMA memory for the TX ring should be aligned at RL_RING_ALIGN, not RE_ETHER_ALIGN. From tsutsui@NetBSD Tested on alpha/amd64/armish/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:39:09 Modified files: sys/dev/pci : pcidevs Log message: add the ASPEED Technology vendor id, AST2000 product id and an NVIDIA MCP55 PCI-ISA bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:39:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:45:36 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: recognize the BCM5715 A3 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 16:33:49 Modified files: sys/dev/mii : brgphy.c Log message: Set Jumbo frame settings for Jumbo capable bge(4) adapters. Tested with BCM5700, BCM5703 and some BCM5704's. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 16:39:57 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: strncpy -> strlcpy CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/22 16:40:40 Modified files: share/man/man5 : pf.conf.5 Log message: Move the stateful content up to the FILTERING section and flesh it out somewhat to reflect the default 'keep state' behaviour of pf.conf. prodding by theo, ok jmc@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 16:43:21 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: fetch the name of the cd device attached to the atapiscsi scsibus by following the child device that attaches to us. this is cleaner than using the scsibus member of the adapters sc_link to look up the correct unit. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/22 16:46:41 Modified files: share/man/man4 : bridge.4 Log message: 'keep state' is now the default. ok jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/22 17:21:25 Modified files: sys/arch/i386/i386: apm.c Log message: more bits of cleanup before marco gets to play CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/22 20:05:26 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Change bandit as found in many old world macs to use configuration type 1. Alter range calculation to handle bandits dual non contiguous PCI memory spaces. Finally fix a bug whereby if the "AAPL,Interrupts" property is defined the variable intr isn't assigned a value and garbage may be written to the PCI interrupt register. tested by jolan, pedro, drahn and myself, and in snaps for a week. ok drahn, deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:22:32 Modified files: sys/dev/pci : pcidevs Log message: add the Sundance TC9021 PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:23:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:29:20 Modified files: sys/dev/pci : if_stge.c Log message: use the Sundance TC9021 ids. this was done so that stge(4) will attach properly with the sample boards and not have dmesg print unknown product. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/22 21:18:09 Modified files: databases/mysql: Makefile Log message: Use the Alpha BWX instruction set as a workaround for an alignment bug found in both gcc 2.x and gcc 3.x. This at least allows MySQL to work on EV56 and newer CPUs. Thanks to jason@ for tracking down the issue and recommending a workaround. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 00:58:35 Modified files: share/man/man5 : pf.conf.5 Log message: remove trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 01:01:35 Modified files: share/man/man4 : bridge.4 Log message: remove trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 01:05:49 Modified files: libexec/spamlogd: spamlogd.8 sbin/brconfig : brconfig.8 sbin/pfctl : pfctl.8 share/man/man4 : pfsync.4 usr.sbin/authpf: authpf.8 usr.sbin/ftp-proxy: ftp-proxy.8 Log message: no need to use "keep state" and "flags S/SA" in pf rules, now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/23 01:13:56 Modified files: sys/kern : uipc_syscalls.c Log message: fix control message length check, needs CMSG_ALIGN() reported by ryo@nerv.org to netbsd, noticed by miod, ok millert CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/23 03:57:07 Modified files: fr : donations.html events.html landisk.html pkg-stable.html pkg-stable38.html press.html want.html faq/fr : current.html faq4.html faq6.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 04:06:03 Modified files: databases/p5-DBD-SQLite: Makefile distinfo Removed files: databases/p5-DBD-SQLite/patches: patch-Makefile_PL Log message: minor update. okay robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 04:54:45 Modified files: infrastructure/package: check-newlib-depends Log message: -f: display a full listing of which binary uses what library. Useful for figuring out dependencies in a fine way for creating multi packages. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 05:19:35 Modified files: infrastructure/package: check-newlib-depends Log message: oops, fix. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 05:21:28 Modified files: archivers/unshield: Makefile Log message: stuff with CONFIGURE_STYLE=autoconf without any configure.in/aclocal patches makes NO sense. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/23 06:46:09 Modified files: sys/net : if_pflog.c if_pflog.h Log message: make the pflog interface clonable. for now, only allow pflog0 to be created. keep an array of ifps to the pflog interfaces with the unit # as index for fast access. if pflog0 does not exist, no logging is done (just like if it is down). on machines without pf enabled, this makes the pflog0 interface go away, on machines with pf, rc sets up pflog0 and starts pflogd, no change there. idea old (pf2k4 or c2k5?), hacked at the hack.lu 2006 conference, ryan ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:42:50 Modified files: infrastructure/mk: bsd.port.mk Log message: fix a bunch of issues: - make sure locks happen when they should, including for lib-depends-check. - make sure various targets set PACKAGING as they should. - let BULK=Yes be invoked only from make package. Fix for the BULK_COOKIE and UPDATE_COOKIE issue. They can no longer depend on PACKAGE_COOKIES, since this needs to get built with PACKAGING set. So instead, simply remove the cookies when we create a new package succesfully. By any kind of reasoning, both bulk and update are `reset' when a new package appears, so this seems to be the right semantics in most cases. Thanks for wilfried and nikolay for error spotting. Hoping this will be what's needed, finally. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:53:44 Modified files: www/p5-HTML-Mason: Makefile distinfo Log message: new version, fixes stack issues with deeply nested component calls, and better error reports. okay mjc@, sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:55:07 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: cosmetic change in shared_libs.log CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 08:33:01 Modified files: infrastructure/mk: bsd.port.mk Log message: generic BULK_DO fragment that can do anything, invoked right before clean. can be used to run targets that may fail without impacting further stuff, or to collect stats on anything. For instance BULK_DO= mkdir -p ${PORTSDIR}/config/${FULLPKGPATH}; \ cp -f ${WRKBUILD}/config.{log,status} ${PORTSDIR}/config/${FULLPKGPATH} || true; \ cd ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all && perl ${PORTSDIR}/infrastructure/package/check-modes ${PKGNAMES} || true CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/23 09:17:36 src/regress/sys/kern/getpeereid Update of /cvs/src/regress/sys/kern/getpeereid In directory cvs.openbsd.org:/tmp/cvs-serv31044/getpeereid Log Message: Directory /cvs/src/regress/sys/kern/getpeereid added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/23 09:18:47 Modified files: regress/sys/kern: Makefile Added files: regress/sys/kern/getpeereid: Makefile getpeereid_test.c Log message: regression test for getpeereid. okay claudio CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 11:44:15 Modified files: sys/dev/usb : if_zyd.c Log message: turn link led off when returning to the S_INIT state. implement fast channel switching for monitor mode. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:07:11 Modified files: share/man/man4 : zyd.4 Log message: add a DIAGNOSTICS section. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:08:34 Modified files: sys/dev/usb : if_zyd.c Log message: simplify zyd_read_eeprom(). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:16:56 Modified files: sys/dev/pci : if_wpi.c if_wpivar.h Log message: make sure wpi_iter_func() is called at splnet. simplify wpi_dma_contig_alloc(). various cosmetic tweaks while i'm here. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:19:26 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_wpi.c Log message: remove detach() function. this is not hotplug and this is dead code. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/23 12:23:12 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc10 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/23 13:39:38 Modified files: . : donations.html Log message: add Publieke Omroep for the SGI's, thanks! CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/23 13:44:54 Modified files: sys/arch/sh/include: intr.h sys/arch/sh/sh : interrupt.c Log message: Add interrupt name, however need to determine if the passed parameter is safe to store or might be on the stack. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 13:56:53 Modified files: sys/arch/sh/sh : trap.c Log message: Do not panic on a ddb invocation with curproc == NULL, and don't try to userret() either on return. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:15:50 Modified files: sys/arch/sh/dev: shpcic.c Log message: Do not match on non-shpcic config stanza. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:16:12 Modified files: sys/arch/landisk/landisk: mainbus.c Log message: Attach shb before shpcic, to get us a clock earlier. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/23 14:23:26 Modified files: sys/dev/acpi : dsdt.c Log message: Reduced memory allocations for temporary values CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:26:25 Modified files: sys/arch/landisk/dev: rs5c313.c Log message: Correctly invoke sh_clock_init() [merge error] CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:34:29 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Move towards winter. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/23 15:08:22 Modified files: sys/dev/pci : if_xge.c Log message: - remove the TODO comments at the top. - add the VLAN headers. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/23 21:29:54 Modified files: usr.sbin/afs/src/lib/cmd: cmd.c usr.sbin/afs/src/lib/sl: sl.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK cloder@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:35:30 Modified files: lib/libc/stdlib: malloc.c Log message: respond to ben hawkes's ruxcon presentation. create special allocators for pginfo and pgfree structs instead of imalloc. this keeps them separated from application memory. for chunks, to prevent deterministic reuse, keep a small array and swizzle the to be freed chunk with a random previously freed chunk. this last bit only for chunks because keeping arbitrarily large regions of pages around may cause out of memory issues (and pages are, to some extent, returned in random order). all changes enabled by default. thanks to ben for pointing out these issues. ok tech@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:40:59 Modified files: lib/libc : shlib_version lib/libc/sys : Makefile.inc Log message: add rthread syscalls and bump minor. rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:48:00 Modified files: gnu/usr.bin/binutils/gas: as.c Log message: fix a crash with --statistics. closing file in the wrong place. from dasn. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/10/23 22:51:24 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: i moved years ago, stop directing icbm's at my old house CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/23 23:22:46 Modified files: . : landisk.html Log message: There is at least one non Gigabit landisk that is not SuperH based, HDL-F. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/23 23:28:46 Modified files: . : landisk.html Log message: HDLM-U has very similiar hardware to other disk based landisks so mention it. http://wiki.nothing.sh/page/I-O%20Hack/HDLM-U http://www.iodata.jp/prod/network/fileserver/2004/hdlm-u/index.htm Confirmed by pulling apart a firmware update. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/24 00:21:38 Modified files: www : Makefile Log message: Forgot to add pear-HTML-Page2 to the SUBDIR list. Noticed by David Krause. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/24 00:22:53 Modified files: usr.bin/cvs : diff3.c usr.bin/rcs : diff3.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK xsa@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/24 00:25:10 Modified files: usr.bin/cvs : entries.c Log message: Reuse len instead of calling strlen again. OK xsa@. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/24 03:04:19 Log message: initial import of visitors-0.7 Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20060924 N ports/www/visitors/distinfo N ports/www/visitors/Makefile N ports/www/visitors/pkg/DESCR N ports/www/visitors/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/24 03:05:40 Modified files: www : Makefile Log message: +visitors CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/24 03:30:25 Modified files: www/php5 : Makefile.inc Log message: the suhosin patchset moved on the master site, ok robert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/24 05:46:53 Modified files: usr.bin/sed : sed.1 Log message: +.Ex -std sed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/24 05:57:05 Log message: Import ipcalc 1.1 ipcalc is a small tool that operates on IPv4 networks. It can operate in one of four modes: network describing, netmask describing, finding or splitting. From Pierre-Yves Ritschard ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061024 N ports/net/ipcalc/Makefile N ports/net/ipcalc/distinfo N ports/net/ipcalc/pkg/DESCR N ports/net/ipcalc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/24 05:58:11 Modified files: net : Makefile Log message: add ipcalc. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/24 06:23:39 Modified files: usr.sbin/ntpd : ntp.c ntpd.h sensors.c Log message: timedelta sensors are usually updated very often, but we used to query them only every 30 seconds. now query them every 5,and take the median value from 7 queries as sensor value. this takes outliers out of the equation and makes the overall result much better, especially for sensors with heavy jitter (like nmea for now) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/24 07:15:34 Modified files: usr.bin/cvs : getlog.c Log message: bring back support for -h, -N, -R, and -t. OK joris@. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:33:21 Modified files: etc : pf.conf ripd.conf Log message: kill extra spaces CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:35:19 Modified files: usr.sbin/ripctl: ripctl.8 usr.sbin/ripd : ripd.8 ripd.conf.5 Log message: first appeared in OpenBSD 4.1 not 4.0 CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:37:48 Modified files: usr.sbin/ripd : kroute.c message.c packet.c parse.y rde.c Log message: spelling and typo fixes CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/10/24 10:42:10 Modified files: infrastructure/plist: sparc64 Log message: fix comment: this is for sparc64, not sparc CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/10/24 10:47:27 Modified files: devel : Makefile inputmethods : Makefile net : Makefile sysutils : Makefile Log message: fix SUBDIR sorting CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/24 11:16:02 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:20:41 Modified files: games/hangman : getword.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/24 11:21:41 Modified files: lib/libc/sys : socket.2 Log message: evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:25:48 Modified files: lib/libcurses/tinfo: captoinfo.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:30:45 Modified files: sbin/fdisk : misc.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/24 11:56:22 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.6.5 CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/24 12:08:41 Modified files: build : mirrors.pl Log message: print ftplist in correct format: lines 72 chars max (else they'll wrap in install.sub), and replace umlauts and other scary stuff by normal characters ok steven@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 12:20:46 Modified files: sys/dev/usb : if_wi_usb.c Log message: Fix indentation to not imply, that USB_ATTACH_ERROR_RETURN is an argument of printf(). No binary change. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/24 13:01:48 Modified files: sys/dev/acpi : acpidebug.c acpidebug.h dsdt.c dsdt.h Log message: Added stack trace to aml_die+acpidebug ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:03:10 Modified files: sys/arch/amd64/amd64: db_interface.c sys/arch/i386/i386: db_interface.c Log message: Hook brand new trace function into ddb. Now users can send useful traces without enabling acpi debug. Usage "machine acpi trace". ok jordan CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/24 13:18:16 Modified files: openbgpd : users.html Log message: Red River Communications uses OpenBGPD on OpenBSD, and they're happy! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/24 13:20:01 Modified files: sys/dev/ic : malo.c malo.h Log message: Fix RX DMA handling; until now the card stopped receiving interrupts after it went one time through the RX ring (256 descriptors). Also reset RX rings correctly after ifconfig down / up. "COMMIT IT!!!" claudio@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 13:44:29 Modified files: sbin/routed : parms.c Log message: Ignore NUL lines returned by fgets(3), so we don't access one byte before the lbuf buffer. OK cloder@ henning@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:45:06 Modified files: sys/dev/acpi : amltypes.h Log message: Work around PR 5268 by printing "bad string" instead of panicing. There is no meanigful way of calling aml_die so we need to isolate these machines instead. ok jordan CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:58:04 Modified files: sys/dev/acpi : acpitz.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/24 14:14:43 Modified files: sys/dev/pci : if_xge.c Log message: remove useless chunks of code that do nothing, since endian adjustments only have to be made for little endian architectures. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 14:30:00 Modified files: sys/dev/acpi : acpitz.c Log message: Condense get functions into a single function. This is ahead of retrieving remaining threshold values. ok jordan CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/24 16:39:36 Modified files: x11/qt3 : Makefile qt3.port.mk Added files: x11/qt3/patches: patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: Add the security patches from qt 3.3.7 we'll update to qt 3.3.7 after the immodule patch has been merged, which should hopefully happen in the middle of november.... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:41:42 Modified files: sys/arch/landisk/conf: files.landisk Log message: make majors reflect reality. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:42:10 Added files: sys/arch/landisk/conf: RAMDISK Log message: Ramdisk kernel generated from GENERIC CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:42:37 src/etc/etc.landisk Update of /cvs/src/etc/etc.landisk In directory cvs.openbsd.org:/tmp/cvs-serv3867/etc.landisk Log Message: Directory /cvs/src/etc/etc.landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:47:41 Added files: etc/etc.landisk: MAKEDEV.md Makefile.inc disktab fbtab sysctl.conf ttys Log message: more landisk bits. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:48:35 Added files: etc/etc.landisk: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:48:59 src/share/man/man8/man8.landisk Update of /cvs/src/share/man/man8/man8.landisk In directory cvs.openbsd.org:/tmp/cvs-serv28088/man8.landisk Log Message: Directory /cvs/src/share/man/man8/man8.landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:49:57 Added files: share/man/man8/man8.landisk: MAKEDEV.8 Log message: sync (ok, so landisk isn't completely linked into the build yet...) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:51:04 Modified files: share/man/man8/man8.landisk: MAKEDEV.8 Log message: commit correctly generated version. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:53:19 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: -O objdir diff missed a piece. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/24 20:37:50 Modified files: sys/dev/pci : if_bge.c if_bnx.c if_lge.c if_nge.c if_wb.c Log message: replace a few more instances of hand rolled code with the LIST_FOREACH macro. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 21:59:59 Modified files: sys/arch/landisk/landisk: machdep.c Log message: Add ramdisk hooks portion. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:01:07 src/distrib/landisk Update of /cvs/src/distrib/landisk In directory cvs.openbsd.org:/tmp/cvs-serv22804/landisk Log Message: Directory /cvs/src/distrib/landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:02:33 src/distrib/landisk/ramdisk Update of /cvs/src/distrib/landisk/ramdisk In directory cvs.openbsd.org:/tmp/cvs-serv1809/ramdisk Log Message: Directory /cvs/src/distrib/landisk/ramdisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:04:16 Added files: distrib/landisk: Makefile distrib/landisk/ramdisk: Makefile Makefile.inc install.md list Log message: Bits to build ramdisk (bsd.rd) for landisk CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/25 01:40:56 Modified files: faq/fr : faq4.html faq/pl : current.html faq10.html faq11.html faq13.html faq4.html faq6.html faq7.html index.html fr : donations.html landisk.html pl : anoncvs.html cvsup.html i386.html index.html plat.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/25 01:51:58 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST Log message: - do not remove mail spool and db on pkg_delete -c - remove version variable - update my email address ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 03:09:23 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : idp.4 Log message: another hiding AF_NS leftover, spotted by jmc CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/25 05:20:58 Modified files: . : want.html Log message: Thanks to Bret Lambert for sending me some MosChip based gear CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:26:47 Modified files: sys/net : if_pflog.c pf_ioctl.c pfvar.h Log message: add a "u_int8_t logif" to struct pfrule to select to which pflog interface logs go. ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:27:01 Modified files: sys/net : if_pflog.h Log message: allow up to 16 pflog interfaces, ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:28:36 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: allow the log interface to be selected like pass log(to pflog5) block out log(to pflog2) input & ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:36:08 Modified files: share/man/man5 : pf.conf.5 Log message: document how ot send logs to alternate pflog interfaces CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:45:48 Modified files: sbin/pfctl : parse.y Log message: urgs, $$.quick needs to be set to 0 explicitely on log (without quick) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/25 05:52:57 Modified files: sbin/ifconfig : ifconfig.8 Log message: add pflog to list of clonable devices; ok henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:53:46 Modified files: sbin/pfctl : parse.y Log message: and another nit, $$.log should be set to 0 explicitely on quick without log CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/25 06:23:10 Modified files: usr.sbin/ospfd : parse.y Log message: Use strtonum(3) instead of the hand made atoul. This solves an issue with possible integer truncation because of the use of u_longs and u_int32_t in the code. Initial diff by Pierre-Yves Ritschard but slightly modified version commited. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/25 06:26:49 Modified files: usr.sbin/ospfd : parse.y Log message: Remove a parser debug functionality that was never used in ospfd. From Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/25 06:51:31 Modified files: share/man/man4 : pflog.4 Log message: note that multiple instances can be created, and adapt the example to show how... ok henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/25 07:06:58 Modified files: misc/mc : Makefile Log message: - enable samba VFS (original patch by Andreas Bihlmaier) - indentation cleanup ok robert@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2006/10/25 07:30:06 Modified files: faq : faq14.html Log message: partition -> filesystem where appropriate. with & ok steven@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/25 07:57:21 Modified files: sys/dev/cardbus: if_malo_cardbus.c Log message: Ooops, forgot to add radio mtap includes. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:15:24 Modified files: regress/sbin/pfctl: pfail37.in pfail37.ok pfail38.in pfail38.ok pfail39.in pfail39.ok Log message: tag names may be longer now, and someone didn't update regress tests accordingly CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/25 08:24:03 Log message: import itcl 3.3 [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult to maintain. This is because the building blocks of vanilla Tcl are procedures and global variables, and all of these building blocks must reside in a single global namespace. There is no support for protection or encapsulation. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061025 N ports/devel/itcl/Makefile N ports/devel/itcl/distinfo N ports/devel/itcl/patches/patch-Makefile_in N ports/devel/itcl/patches/patch-configure N ports/devel/itcl/patches/patch-generic_itcl_cmds_c N ports/devel/itcl/patches/patch-pkgIndex_tcl_in N ports/devel/itcl/pkg/DESCR N ports/devel/itcl/pkg/PLIST N ports/devel/itcl/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/25 08:24:19 Modified files: devel : Makefile Log message: +itcl CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:30:46 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf90.in pf90.loaded pf90.ok pf90.optimized Log message: test logging to alternate pflog interfaces CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/25 08:32:04 Modified files: lib/libpthread/uthread: uthread_kern.c uthread_poll.c uthread_select.c Log message: select() and poll() don't _FD_LOCK their file descriptors, so there's no need to bail from _thread_kern_poll() when a file descriptor is in closing state. corrects segfault reported by ckuethe@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:50:21 Modified files: sbin/pfctl : pfctl_optimize.c Log message: teach the optimizer about logif, with & ok frantzen CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:50:30 Modified files: sbin/pfctl : parse.y Log message: make absolutely sure logif is 0 unless set specifically, even if log is 0. logif is to be considered invalid unless log is set, but we need this to please the optimizer... CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/10/25 08:58:39 Modified files: . : plus.html Log message: a few more weeks of changes up to 08/03, by jan.johansson@it.su.se CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/25 09:10:25 Modified files: sys/crypto : cryptodev.c Log message: pr5274 fix localhost dos with oversized values ok deraadt CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/25 09:33:53 Modified files: faq/pf : carp.html Log message: fix ifconfig syntax for carp, adding the 'netmask' keyword. noticed by me at falz.net CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/25 10:03:45 Modified files: . : events.html Log message: rotate CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/25 10:27:04 Modified files: misc/screen : Makefile distinfo Log message: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. ok brad, robert, steven CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:10:19 Log message: import tomcat v4 & v5 in new home. previously located under www/jakarta-tomcat. Status: Vendor Tag: kurt Release Tags: kurt_20061025 N ports/www/tomcat/Makefile N ports/www/tomcat/v4/Makefile N ports/www/tomcat/v4/distinfo N ports/www/tomcat/v4/files/README.OpenBSD N ports/www/tomcat/v4/files/tomcat.rc N ports/www/tomcat/v4/patches/patch-bin_catalina_sh N ports/www/tomcat/v4/patches/patch-bin_setclasspath_sh N ports/www/tomcat/v4/patches/patch-conf_server_xml N ports/www/tomcat/v4/patches/patch-webapps_admin_xml N ports/www/tomcat/v4/patches/patch-webapps_manager_xml N ports/www/tomcat/v4/pkg/DESCR N ports/www/tomcat/v4/pkg/DESCR-examples N ports/www/tomcat/v4/pkg/MESSAGE N ports/www/tomcat/v4/pkg/PLIST N ports/www/tomcat/v4/pkg/PLIST-examples N ports/www/tomcat/v4/pkg/PLIST-admin N ports/www/tomcat/v4/pkg/DESCR-admin N ports/www/tomcat/v5/Makefile N ports/www/tomcat/v5/distinfo N ports/www/tomcat/v5/files/README.OpenBSD N ports/www/tomcat/v5/files/tomcat.rc N ports/www/tomcat/v5/patches/patch-bin_catalina_sh N ports/www/tomcat/v5/patches/patch-bin_setclasspath_sh N ports/www/tomcat/v5/patches/patch-conf_server_xml N ports/www/tomcat/v5/pkg/DESCR N ports/www/tomcat/v5/pkg/DESCR-examples N ports/www/tomcat/v5/pkg/MESSAGE N ports/www/tomcat/v5/pkg/PLIST N ports/www/tomcat/v5/pkg/PLIST-examples N ports/www/tomcat/v5/pkg/DESCR-admin N ports/www/tomcat/v5/pkg/PLIST-admin No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:12:44 Modified files: www : Makefile Log message: - jakarta-tomcat + tomcat CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:19:32 Removed files: www/jakarta-tomcat: Makefile www/jakarta-tomcat/v4: Makefile distinfo www/jakarta-tomcat/v4/files: README.OpenBSD tomcat.rc www/jakarta-tomcat/v4/patches: patch-bin_catalina_sh patch-bin_setclasspath_sh patch-conf_server_xml patch-webapps_admin_xml patch-webapps_manager_xml www/jakarta-tomcat/v4/pkg: DESCR DESCR-examples MESSAGE PLIST PLIST-examples www/jakarta-tomcat/v5: Makefile distinfo www/jakarta-tomcat/v5/files: README.OpenBSD tomcat.rc www/jakarta-tomcat/v5/patches: patch-bin_catalina_sh patch-bin_setclasspath_sh patch-conf_server_xml www/jakarta-tomcat/v5/pkg: DESCR DESCR-examples MESSAGE PLIST PLIST-examples Log message: replaced by www/tomcat CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:48:29 Modified files: usr.sbin/bgpd : parse.y Log message: use strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:52:13 Modified files: usr.sbin/dvmrpd: parse.y Log message: remove unused debug crap, that years ago accidently hit the tree with bgpd (2004 :)), and spread ;( CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:55:41 Modified files: usr.sbin/dvmrpd: parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:57:34 Modified files: usr.sbin/ifstated: parse.y Log message: same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yet somewhere else? CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:58:42 Modified files: usr.sbin/ifstated: parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/25 13:17:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 13:17:56 Modified files: libexec/spamlogd: spamlogd.8 spamlogd.c Log message: allow spamlogd to use an alternate pflog interface spamlogd was the #1 reason for me to implement the multiple pflog thing, so now you can finally have a nice seperation between logging and spamlogd tracking smtp connections joint work with djm, ok djm bob and kinda "Berk D. Demir" CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:01:02 Modified files: usr.sbin/ripd : parse.y Log message: geez, the anno 2004 bgpd debug shitz made it to ripd too Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:01:49 Modified files: usr.sbin/ripd : parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/25 14:15:59 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Make sure we actually flush the I-TLB on UltraSPARC-III by doing it from the primary context instead of the secondary context. ok miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:20:19 Modified files: sbin/pflogd : pflogd.8 pflogd.c Log message: allow pflogd to listen on alternate pflog interfaces "Berk D. Demir" sent a diff in private, and then it evolved quite a bit... ok djm canacar berk CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/25 14:42:57 Modified files: sys/dev/ic : malo.c Log message: Resort some functions, tiny cleanup. ok claudio@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/25 14:52:35 Modified files: usr.bin/cvs : file.c Log message: Check len to be > 0 before accessing buf[len-1] and check if the last character in the string returned by fgets(3) is '\n' before blindly overwriting it. OK and input from xsa@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/25 14:55:04 Modified files: sbin/pflogd : privsep.c Log message: Remove some unneeded externs. OK canacar@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/25 14:55:47 Modified files: sys/dev/acpi : dsdt.c Log message: added deref/index for integer types CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/25 15:23:19 Modified files: sys/dev/acpi : dsdt.c Log message: Don't convert buffer/field output to integer Caused problems with strings/index on some systems CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/25 16:44:09 Modified files: mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Removed files: mail/postfix : Makefile.inc Log message: repair respecting of SYSCONFDIR, SYSCONFDIR wasn't being set properly due to all the guts of the ports being in Makefile.inc CVSROOT: /cvs Module name: www Changes by: jolan@cvs.openbsd.org 2006/10/25 16:48:20 Modified files: . : want.html Log message: remove a few things that generous people were kind enough to send me (thanks again!) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 16:49:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-instsetoo_native_util_makefile_mk patch-solenv_config_stand_lst patch-stlport_STLport-4_5_patch patch-vcl_util_makefile_mk Added files: editors/openoffice/patches: patch-autodoc_source_display_idl_hi_ary_cxx patch-binfilter_inc_bf_starmath_rect_hxx patch-cppu_test_alignment_diagnose_h patch-instsetoo_native_inc_sdkoo_unix_packagelist_txt patch-instsetoo_native_inc_ure_unix_packagelist_txt patch-sal_typesconfig_typesconfig_c patch-solenv_bin_modules_installer_download_pm Log message: - protect against null pointer dereference in hi_ary.cxx - use new style C++ includes - clean up some patches - use __alignof__ for OpenBSD too - fix destpath in packagelist.txt for sdkoo and ure - don't generate core file on intentional segfault test in typesconfig.c - add missing unxobsdi section in stand.lst - num_put_float.cpp fix in STLport - add sysconfig.get_config_var('LIBS') to PYTHON_LIBS - don't hardcode Linux path to 'sum' let path find it All corrections submitted by or inspired by patches from Fritz Elfert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/25 18:05:07 Modified files: sys/dev/pci : if_bnx.c Log message: do the minimal initialization of the firmware so that ASF always works. From ambrisko@FreeBSD CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/25 18:40:47 Modified files: infrastructure/package: gen-package-pages Log message: update list of architectures CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/25 18:41:45 Modified files: infrastructure/package: gen-package-pages Log message: 4.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 21:39:09 Modified files: sys/dev/usb : usbdevs Log message: MosChip serial & Ethernet CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 21:41:37 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 22:14:09 Modified files: sys/dev/usb : files.usb share/man/man4 : usb.4 Makefile sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Added files: sys/dev/usb : moscom.c share/man/man4 : moscom.4 Log message: Driver for MosChip MCS7703 based USB Serial devices. Support for hardware flow control not yet implemented. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/25 22:19:39 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 22:26:00 Modified files: share/man/man4 : ucom.4 Log message: add moscom, reminded by deraadt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/26 00:02:43 Modified files: sys/dev/usb : moscom.c Log message: Move from a switch based baud rate selection to range checking based selection as hardware is not limited to fixed rates. Suggested by deraadt CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/10/26 00:10:01 Modified files: games/fire : Makefile Added files: games/fire/patches: patch-fire_c Log message: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. OK author, pval@. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/26 02:37:14 Modified files: sys/arch/i386/conf: GENERIC files.i386 share/man/man4/man4.i386: Makefile share/man/man4 : random.4 Added files: sys/arch/i386/pci: glxsb.c share/man/man4/man4.i386: glxsb.4 Log message: Driver for the AMD Geode LX series processor security block. Currently just uses the RNG; AES support to be added later. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:39:47 Modified files: . : lyrics.html Log message: cleanup goo at end CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:40:11 www/images/hackathons Update of /cvs/www/images/hackathons In directory cvs.openbsd.org:/var/www/www/images/hackathons Log Message: Directory /cvs/www/images/hackathons added to the repository CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:41:26 Added files: . : hackathons.html images/hackathons: c2k2-s.gif c2k2.gif c2k3-s.gif c2k3.gif c2k4-s.gif c2k4.gif c2k5-s.gif c2k5.gif c2k6-s.gif c2k6.gif k2k6-s.gif k2k6.gif p2k6-s.gif p2k6.gif pf2k4-s.gif pf2k4.gif r2k6-s.gif r2k6.gif v2k5-s.gif v2k5.gif Log message: make a page about our hackathon culture CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:42:29 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:48:11 Modified files: . : hackathons.html Log message: credits CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:57:42 Modified files: images/hackathons: p2k6-s.gif p2k6.gif Log message: found the final images.. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/26 04:26:03 Modified files: share/man/man5 : pf.conf.5 Log message: Document hostid. pointed out by Pierre-Yves Ritschard. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/26 04:29:43 Modified files: share/man/man5 : pf.conf.5 Log message: eep! unbreak. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2006/10/26 06:20:55 Modified files: etc : daily weekly monthly Log message: Force umask to 022 so we don't heritate 077 from root's crontab command (output logs are still umask 077) "i think this is right" deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:11:05 Modified files: share/man/man5 : pf.conf.5 Log message: tweaks; ok henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:15:16 Modified files: share/man/man5 : pf.conf.5 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/26 07:17:00 Modified files: usr.sbin/bgpd : pfkey.c session.h Log message: storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok claudio CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:18:24 Modified files: sys/sys : systm.h Log message: typos; from bret lambert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:27:57 Modified files: libexec/spamlogd: spamlogd.8 spamlogd.c Log message: - sort options - sync usage() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:34:47 Modified files: sbin/pflogd : pflogd.8 pflogd.c Log message: - sort options - sync usage() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:52:06 Modified files: lib/libc/gen : syslog.3 Log message: various fixes from wiz@netbsd CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/26 08:26:49 Modified files: usr.sbin/bgpd : pfkey.c session.h Log message: * make sure we keep copies of everything we need to * remove SAs and flows later again, even if the * configuration info changed due to reload. * We need: SPIs, method, local_addr, remote_addr. * remote_addr cannot change, so no copy. with this, I have just migrated a session from tcp md5sig to ipsec esp ike, just with bgpctl reload (both sides) followed by bgpctl neighbor $foo clear (just one side)! claudio ok CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2006/10/26 08:47:35 Modified files: . : i386.html Log message: add Sierra Wireless AC850 to the list, reported working by claudio@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/10/26 09:06:48 Modified files: . : plus.html Log message: 3 more weeks (08/20) from jan.johansson@it.su.se CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/26 09:29:37 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/26 10:34:26 Modified files: editors/vim : Makefile distinfo Log message: More patches from vim.org ok sturm CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 11:57:16 Modified files: lang/ruby : Makefile Log message: Fix LIB_DEPENDS for subpackages and bump PKGNAMEs. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 12:03:10 Modified files: share/man/man4 : bridge.4 Log message: no need to cause every reference to pf to be an Xr; on the other hand, referencing `PF' is not so helpful either; mutated from a diff from okan demirmen; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 12:15:24 Modified files: lang/ruby : Makefile Log message: Args, LIB_DEPENDS should be correct now... Sorry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 13:25:34 Modified files: sys/dev/ic : fxp.c Log message: fix fxp(4) so that it will reset the link when you change the speed... This will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/full, the switch will keep the autoselect/100/full negotiation... This will continue to work till someone resets the switch or unplugs the cable resulting in the switch failing to autoneg and falling back to 100/half, causing a hard to track down duplex mismatch.. From nCircle Network Security, Inc. via FreeBSD Tested by ckuethe@, pedro@, brad@, craig at creative dot com dot au CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:42:36 Modified files: share/man/man4 : moscom.4 uark.4 ubsa.4 ucycom.4 uftdi.4 uipaq.4 umct.4 umsm.4 uplcom.4 uslcom.4 uvscom.4 usb.4 Log message: tidy up the .Nd for some usb devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:45:25 Modified files: share/man/man4 : ucom.4 Log message: improve wording; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 13:45:58 Modified files: www/mod_ruby : Makefile distinfo www/mod_ruby/pkg: PLIST Log message: Update to mod_ruby-1.2.6. From maintainer Adam Montague. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:56:40 Modified files: share/man/man4 : usb.4 uvisor.4 Log message: poor, neglected, uvisor... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:59:00 Modified files: share/man/man4 : usb.4 Log message: oops, uvisor was hiding here all the time; i've moved it up into the serial/parallel section, since it attaches at ucom; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:02:34 Modified files: share/man/man4 : ucom.4 Log message: no need to list all devices in SEE ALSO; usb(4) does that already CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:13:13 Modified files: share/man/man4 : upl.4 uscanner.4 usscanner.4 usb.4 Log message: more Nd tidy up for usb devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:19:12 Modified files: usr.bin/sed : sed.1 Log message: - document that multiple commands may be newline or semicolon separated - refer to latest posix revision - note that -a and newline-separated multiple commands are non-portable - note which commands do not permit being specified separated by semicolons based around pr 5269, from tilo stritzky much help/ok otto CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 15:40:26 Modified files: x11/openbox : Makefile distinfo x11/openbox/pkg: DESCR PLIST Added files: x11/openbox/patches: patch-openbox-menuframe_c patch-render-font_c patch-render-gradient_c Log message: - update openbox to 3.3.1 - zap NO_REGRESS - re-format DESCR while there please note there are new themes introduced, so you may find your old theme removed. ok naddy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:18:50 Log message: import p5-Finance-Currency-Convert-XE 0.11 this module comes in handy when doing currency conversions ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/converters/p5-inance-Currency-Convert-XE/Makefile N ports/converters/p5-inance-Currency-Convert-XE/distinfo N ports/converters/p5-inance-Currency-Convert-XE/pkg/PLIST N ports/converters/p5-inance-Currency-Convert-XE/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:21:55 Removed files: converters/p5-inance-Currency-Convert-XE: Makefile distinfo converters/p5-inance-Currency-Convert-XE/pkg: DESCR PLIST Log message: sigh... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:23:01 Log message: import p5-Finance-Currency-Convert-XE 0.11 this module comes in handy when doing currency conversions ok steven (correct location this time) Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/converters/p5-Finance-Currency-Convert-XE/Makefile N ports/converters/p5-Finance-Currency-Convert-XE/distinfo N ports/converters/p5-Finance-Currency-Convert-XE/pkg/PLIST N ports/converters/p5-Finance-Currency-Convert-XE/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:24:28 Modified files: converters : Makefile Log message: add p5-Finance-Currency-Convert-XE CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/26 16:36:54 Modified files: usr.bin/xlint/lint1: tree.c Log message: Remove an unused variable spotted by lint. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 16:41:10 Modified files: sys/dev/pci : if_bge.c Log message: bge_encap(): - Move TX ring full sanity check further up and check the number of DMA segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested by brad@ sturm@ wilfried@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 16:57:17 Modified files: sys/dev/pci : if_bge.c Log message: Fix this by commiting the proper revision of the bge_encap() diff. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 17:15:16 Modified files: sys/dev/pci : if_stge.c Log message: Set Rx early threshold and Tx DMA thesholds. From Linux via FreeBSD CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/26 19:22:12 Modified files: faq : faq6.html Log message: Too many NONEs (there's a bad pun in there, and I can't think of it). Spotted by raff at brodewicz pl, thanks! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/26 20:41:24 Modified files: lib/librthread : rthread_libc.c rthread_stack.c Log message: two comment typos from tbert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 21:58:11 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA GeForce 6100 nForce 430 and some more MCP61 devices. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 21:58:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 00:05:00 Modified files: security/py-paramiko: Makefile security/py-paramiko/pkg: PLIST Log message: set MODPY_SETUPTOOLS=Yes, so it uses py-setuptools properly instead of detecting it and failing installation. bump PKGNAME. help and ok djm@, ok xsa@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 00:05:35 Modified files: mail/cyrus-imapd: Makefile Log message: bump ALL pkgnames after changing maintainer ! CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/27 01:04:45 Modified files: faq/fr : faq14.html faq/pf/fr : carp.html faq/pf/pt : carp.html fr : events.html want.html openbgpd/fr : users.html pt : art2.html index.html plat.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 01:14:24 Modified files: devel/libdvdread: Makefile distinfo Log message: Bug-fix update. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:16:25 Modified files: usr.bin/last : last.1 last.c Log message: - simplify and sort synopsis - sort options - some minor text tweaks - sync usage() CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 01:19:34 Log message: import itk 3.3 [incr Tk] is a framework for building mega-widgets using the [incr Tcl] object system. Mega-widgets are high-level widgets like a file browser or a tab notebook that act like ordinary Tk widgets but are constructed using Tk widgets as component parts, without having to write C code. In effect, a mega-widget looks and acts exactly like a Tk widget, but is considerably easier to implement. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061027 N ports/x11/itk/Makefile N ports/x11/itk/distinfo N ports/x11/itk/patches/patch-Makefile_in N ports/x11/itk/patches/patch-pkgIndex_tcl_in N ports/x11/itk/patches/patch-configure N ports/x11/itk/patches/patch-tests_interp_test N ports/x11/itk/pkg/DESCR N ports/x11/itk/pkg/PLIST N ports/x11/itk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 01:19:45 Modified files: x11 : Makefile Log message: +itk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:20:20 Modified files: usr.bin/last : last.1 Log message: - update Nd somewhat - missing comma CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 01:23:50 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in patch-config_configure_in net/mldonkey/stable/pkg: PLIST Log message: Update to 2.8.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:26:38 Modified files: usr.bin/last : last.1 Log message: expand the description of -d somewhat; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/27 03:10:00 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : ioapic.4 Log message: Add ioapic(4). ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:23:49 Log message: import p5-Task-Weaken 0.99 this module ensures that a platform has weaken support "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/devel/p5-Task-Weaken/Makefile N ports/devel/p5-Task-Weaken/distinfo N ports/devel/p5-Task-Weaken/pkg/PLIST N ports/devel/p5-Task-Weaken/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:28:11 Log message: import p5-Params-Util 0.21 Params::Util provides a basic set of functions that makes checking parameters easier. "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/devel/p5-Params-Util/Makefile N ports/devel/p5-Params-Util/distinfo N ports/devel/p5-Params-Util/pkg/DESCR N ports/devel/p5-Params-Util/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:30:45 Modified files: devel : Makefile Log message: add p5-Params-Util and p5-Task-Weaken CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:33:53 Log message: import p5-PPI 1.118 PPI is a package for parsing and manipulating Perl source/documents. "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/textproc/p5-PPI/Makefile N ports/textproc/p5-PPI/distinfo N ports/textproc/p5-PPI/pkg/PLIST N ports/textproc/p5-PPI/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:35:44 Modified files: textproc : Makefile Log message: add p5-PPI CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/27 03:44:21 Modified files: security/amap : Makefile Log message: - drop maintainership. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/27 03:49:27 Modified files: security/portsentry: Makefile distinfo security/portsentry/pkg: PLIST Added files: security/portsentry/patches: patch-portsentry_c patch-portsentry_conf Removed files: security/portsentry/patches: patch-portsentry.conf patch-portsentry_config.h Log message: - update to 1.2 . - honor CFLAGS. - install configuration under ${SYSCONFDIR}/portsentry/ - update license. Okay kevlo@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 04:01:37 Modified files: textproc/p5-PPI: Makefile Log message: fix RUN_DEPENDS, spotted by steven CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/27 04:12:44 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL patch-sa-update_raw mail/p5-Mail-SpamAssassin/pkg: PLIST Removed files: mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_pm patch-spamc_spamc_pod Log message: - update to version 3.1.7 (by Andreas Vögele, with some cleanings) - use /var/db/spamassassin as homedir for _spamdaemon user - does _not_ remove /var/db/spamassassin when using `pkg_delete -c` "go ahead" steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 04:24:43 Modified files: textproc : Makefile Log message: sort CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/27 04:42:39 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Partially revert 1.33 the range calculation change for bandit unfourtunately breaks some machines found the hard way by xsa@ and mbalmer@. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 05:28:40 Modified files: sys/dev/usb : udcf.c Log message: udcf(4) degraded the sensor status from OK to WARNING on the first receiption error, which is to fast as this does not give ntpd the opportunity to use the sensor value. If we decode a valid time information, it has to be available to applications for some minimal time. I choose a value of 5 minutes. If we do not receive any new valid time information during this period, the sensor will be degraded to WARNING, and after another fifteen minutes it will be further degraded to CRITICAL. "makes sense to me" henning@, "sure" deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 05:29:07 Modified files: share/man/man4 : udcf.4 Log message: Reflect recent changes in udcf(4). CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/27 06:22:41 Modified files: usr.sbin/ntpd : client.c ntp.c ntpd.h sensors.c util.c Log message: use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing time, and make ntpd use that to send the next uery to an ntp peer and the like. this has the advantage that changes to the clock do not interfere with the intervals. for example, when we start on machines without an RTC and the initial settime (-s) kicks in, intervals were strange. idea from amandal@entrisphere.com, this implementation by me tested ckuethe, phessler, mbalmer, ok mbalmer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/27 06:53:01 Modified files: audio/audacity : Makefile audio/libsamplerate: Makefile editors/ldapvi : Makefile editors/leafpad: Makefile games/spacehulk: Makefile graphics/sane-backends: Makefile graphics/sane-frontends: Makefile lang/spidermonkey: Makefile mail/drac : Makefile mail/kpoppassd : Makefile mail/thunderbird-i18n: Makefile net/gftp : Makefile print/htmldoc : Makefile www/cssed : Makefile www/firefox-i18n: Makefile x11/qrfcview : Makefile Log message: - update my email address - bump PKGNAME ok robert@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/27 07:32:07 Modified files: faq/nl : faq10.html faq15.html faq5.html faq6.html index.html upgrade-minifaq.html faq/pf/nl : carp.html fr : i386.html nl : i386.html orders.html porttest.html translation.html openbgpd/nl : users.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/27 07:56:51 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h Added files: sys/net : pf_ruleset.c Log message: Split ruleset manipulation functions out into pf_ruleset.c to allow them to be imported into pfctl. This is a precursor to separating ruleset parsing from loading in pfctl, and tons of good things will come from it. 2 minor changes aside from cut-n-paste and #define portability magic: - instead of defining the global pf_main_ruleset, define pf_main_anchor (which contains the pf_main_ruleset) - allow pf_find_or_create_ruleset() to return the pf_main_ruleset if it's passed an empty anchor name. ok henning dhartmei CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:08:02 Log message: import libmpd 0.12.0 libmpd is an abstraction around libmpdclient. It provides an easy and reliable callback based interface to mpd. ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/audio/libmpd/Makefile N ports/audio/libmpd/distinfo N ports/audio/libmpd/pkg/PLIST N ports/audio/libmpd/pkg/PFRAG.shared N ports/audio/libmpd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:11:16 Log message: import gmpc 0.13.0 GMPC is a frontend for the mpd (Music Player Daemon). It's focused on being fast and easy to use, while still making optimal use of all the functions in mpd. from Pierre-Yves Ritschard feedback and ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/audio/gmpc/Makefile N ports/audio/gmpc/distinfo N ports/audio/gmpc/pkg/PLIST N ports/audio/gmpc/pkg/DESCR N ports/audio/gmpc/patches/patch-src-misc_c N ports/audio/gmpc/patches/patch-src-player_c N ports/audio/gmpc/patches/patch-src-playlist3_c N ports/audio/gmpc/patches/patch-src-TreeSearchWidget_c N ports/audio/gmpc/patches/patch-src-main_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:14:08 Modified files: audio : Makefile Log message: add gmpc and libmpd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:24:21 Modified files: audio/gmpc : Makefile Log message: USE_LIBTOOL=Yes spotted by bernd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 09:26:25 Modified files: lib/libusbhid : usage.c Log message: actually the format strings do come from the usb_hid_usages file; from janus@errornet.de CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/27 10:02:02 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-config_office_set_soenv_in patch-odk_setsdkenv_unix_csh_in patch-odk_setsdkenv_unix_sh_in patch-portaudio_portaudio_v18_1_patch patch-sal_osl_unx_security_c patch-scp2_source_ooo_file_library_ooo_scp patch-solenv_inc_unxobsdi_mk patch-stlport_STLport-4_5_patch editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-psprint_source_printer_cupsmgr_cxx patch-shell_source_unix_misc_gnome-open-url_c patch-stlport_makefile_mk patch-vcl_unx_source_gdi_salogl_cxx Log message: - libxslt is a BUILD_DEPEND not a LIB_DEPEND - enable cairo support - enable portaudio/sendfile - audio not working yet, revisit later - adjust include and lib search order again. put /usr/local before /usr/X11R6 so we link to ports expat and not the one that comes with X11R6 - add -pthread to PTHREAD_CFLAGS in odk subproject - integrate audacity portaudio patches and link to ossaudio - strip Linux shlib major version numbers from dlopen()'ed lib names - link stlport with stdc++ to resolve some undefined symbols - remove getpwuid_r workaround in sal/osl/unx/security.c since a suitable one already exits in sal/osl/unx/system.c CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 10:05:27 Modified files: sbin/nmeaattach: nmeaattach.8 nmeaattach.c Log message: Fix a small typo in the manpage and while here add some space between functions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 10:34:02 Modified files: x11/wmii : Makefile Log message: - fix homepage - tidy "post-install" a bit - bump pkgname from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 10:34:52 Modified files: devel/p5-IO-Pager: Makefile Log message: interactive tests CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/27 11:06:12 Modified files: . : events.html Log message: The real title of my venice talk. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 11:10:48 Modified files: share/man/man4 : Makefile share/man/man4/man4.amd64: Makefile share/man/man4/man4.i386: Makefile Added files: share/man/man4/man4.amd64: ioapic.4 share/man/man4/man4.i386: ioapic.4 Removed files: share/man/man4 : ioapic.4 Log message: ioapic is md; after some discussion w/ miod CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 11:52:33 Modified files: x11/wmii : Makefile Log message: actually update the homepage now... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/27 11:52:39 Modified files: sys/arch/sparc/dev: tctrl.c Log message: If the lid is closed during boot, blank screen immediately. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 12:26:11 Modified files: sys/conf : files Log message: mcbride forgot to pull in the newly created pf_ruleset.c CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 12:46:53 Modified files: sbin/nmeaattach: nmeaattach.8 Log message: Sometimes a compromise is needed. After a discussion with jmc and ckuethe. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/27 13:26:13 Modified files: faq/pf : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html Log message: "tweaks and fixes" from Jeremy Reed, via Joel@. Committed at request of joel@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/27 13:50:55 Modified files: . : events.html Log message: Systems 2006 is over CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/27 13:59:14 Modified files: sys/arch/sparc64/include: ctlreg.h Log message: Add a few UltraSPARC-III ASI's. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/27 14:02:49 Modified files: sys/arch/vax/vsa: gpx.c Log message: Hide hardware cursor on 4bpp model. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:29:19 Modified files: misc/screen : Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:36:25 Modified files: misc/screen : Tag: OPENBSD_3_8 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 14:41:47 Modified files: textproc/catdoc: Makefile distinfo textproc/catdoc/pkg: DESCR PFRAG.tk PLIST Removed files: textproc/catdoc/patches: patch-src_Makefile_in Log message: update to catdoc 0.94.2 now also includes: * catppt (powerpoint -> ascii) * xls2csv (excel -> comma separated values) tested/ok kili@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:47:32 Modified files: games/fire : Tag: OPENBSD_3_8 Makefile Added files: games/fire/patches: Tag: OPENBSD_3_8 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:48:31 Modified files: games/fire : Tag: OPENBSD_3_9 Makefile Added files: games/fire/patches: Tag: OPENBSD_3_9 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 15:52:08 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mainbus.4 Log message: mainbus stub; help/ok miod CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/27 17:47:23 Modified files: misc/gpsd : Makefile distinfo misc/gpsd/patches: patch-gpsd_c misc/gpsd/pkg : PLIST PLIST-motif Added files: misc/gpsd/patches: patch-Makefile_in Removed files: misc/gpsd/patches: patch-gpsd_h patch-serial_c Log message: Update gpsd 2.29 -> 2.33 Suggestions and testing by jolan@ and steven@ - Thanks! ok jolan, steven CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 17:53:27 Modified files: sysutils/sec : Makefile distinfo Log message: update to sec 2.4.0 from maintainer Okan Demirmen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 18:57:08 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/27 21:30:31 Modified files: gnu/usr.bin/gcc/gcc/config/rs6000: openbsd.h rs6000.c Log message: Make stack executable when doing trampolines on macppc Okay espie@, kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/28 00:34:19 Modified files: sys/net : bpf_filter.c Log message: Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32; ok henning@ deraadt@ canacar@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 01:35:41 Modified files: mail/p5-Mail-SpamAssassin: Makefile Log message: Maintainer change. Bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 01:36:18 Modified files: share/man/man4/man4.amd64: Makefile Added files: share/man/man4/man4.amd64: cpu.4 Log message: edited cut of tedu's cpu(4) page for amd64; help/ok tedu CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/28 03:26:46 Modified files: sys/dev/usb : udcf.c Log message: - Use better names for the variables containing the timeouts in Hz instead of just t1-t10. - Remove some unused variables. - Restructure some functions to remove some levels of indentation. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 03:41:46 Modified files: share/man/man4/man4.amd64: Makefile Added files: share/man/man4/man4.amd64: bios.4 Log message: edited cut of mickey's i386 bios(4) page; help tom gwk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:15:10 Modified files: archivers/libmspack: Makefile archivers/lzma : Makefile archivers/lzo : Makefile archivers/ucl : Makefile archivers/unshield: Makefile archivers/zipios: Makefile Log message: replace SHARED_LIBS with libtool-generated entry, that shows the original number of the library no functional change CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 04:26:26 Modified files: lib/libarch/amd64: amd64_get_mtrr.2 sbin/iopctl : iopctl.8 share/man/man4 : ac97.4 ahc.4 iop.4 pchb.4 scsi.4 ehci.4 share/man/man4/man4.sgi: intro.4 share/man/man4/man4.alpha: intro.4 share/man/man4/man4.zaurus: intro.4 share/man/man4/man4.amd64: intro.4 share/man/man4/man4.cats: intro.4 share/man/man4/man4.hppa: intro.4 share/man/man4/man4.i386: intro.4 share/man/man4/man4.mac68k: mainbus.4 share/man/man4/man4.macppc: intro.4 share/man/man4/man4.sparc: qec.4 share/man/man4/man4.sparc64: intro.4 qec.4 share/man/man4/man4.armish: intro.4 share/man/man5 : files.conf.5 share/man/man9 : autoconf.9 bus_dma.9 bus_space.9 Log message: prefer `buses' to `busses' for the noun plural; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:30:41 Modified files: audio/akode : Makefile audio/amarok : Makefile audio/bmp : Makefile audio/esound : Makefile audio/faac : Makefile audio/faad : Makefile audio/flac : Makefile audio/id3lib : Makefile audio/lame : Makefile audio/liba52 : Makefile audio/libao : Makefile audio/libcdaudio: Makefile audio/libid3tag: Makefile audio/libmad : Makefile audio/libmikmod: Makefile audio/libmpcdec: Makefile audio/libogg : Makefile audio/libsamplerate: Makefile audio/libsidplay: Makefile audio/libsndfile: Makefile audio/libvorbis: Makefile audio/rioutil : Makefile audio/speex : Makefile audio/taglib : Makefile audio/tremor : Makefile Log message: re-format SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:50:56 ports/devel/lib765/patches Update of /cvs/ports/devel/lib765/patches In directory cvs.openbsd.org:/tmp/cvs-serv26886/patches Log Message: Directory /cvs/ports/devel/lib765/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:51:30 Modified files: devel/lib765 : Makefile Added files: devel/lib765/patches: patch-lib_Makefile_in Log message: zap MODGNU_*, new SHARED_LIBS format. no package change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:54:57 Removed files: devel/lib765/patches: patch-lib_Makefile_in Log message: zap CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 05:19:21 Modified files: chinese/libtabe: Makefile comms/gnokii : Makefile comms/obexftp : Makefile comms/openobex : Makefile comms/pilot-link: Makefile converters/libdvd: Makefile converters/libdvdcss: Makefile converters/libiconv: Makefile converters/recode: Makefile converters/wv2 : Makefile converters/xlhtml: Makefile databases/db/v3: Makefile databases/db/v4: Makefile databases/dbh : Makefile databases/evolution-data-server: Makefile databases/freetds: Makefile databases/gdbm : Makefile databases/iodbc: Makefile databases/libpqxx: Makefile databases/mdbtools/snapshot: Makefile databases/mysql: Makefile databases/openldap: Makefile databases/sqlite: Makefile databases/sqlite3: Makefile devel/ORBit : Makefile devel/ORBit2 : Makefile devel/apr-util : Makefile devel/apr : Makefile devel/argtable : Makefile devel/atk : Makefile devel/atlas : Makefile devel/autogen : Makefile devel/boehm-gc : Makefile devel/chmlib : Makefile devel/cppunit : Makefile devel/fox : Makefile devel/fribidi : Makefile devel/g-wrap : Makefile devel/gal : Makefile devel/gal2 : Makefile devel/gconf : Makefile devel/gconf2 : Makefile devel/gengameng: Makefile devel/gettext : Makefile devel/giblib : Makefile devel/glib : Makefile devel/glib2 : Makefile devel/glib2mm : Makefile devel/gmp : Makefile devel/gsl : Makefile devel/gstreamer: Makefile devel/guilib : Makefile devel/libIDL : Makefile devel/libJudy : Makefile devel/libast : Makefile devel/libaudiofile: Makefile devel/libdockapp: Makefile devel/libdsk : Makefile devel/libdvdplay: Makefile devel/libglade : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libgtop : Makefile devel/libgtop2 : Makefile Log message: a few more SHARED_LIBS reformat CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 05:52:13 Modified files: x11/kde/libs3 : Makefile x11/kde/base3 : Makefile Log message: new format for SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:35:11 Log message: pear-Cache is a Framework for caching of arbitrary data for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-Cache_20061028 N ports/devel/pear-Cache/distinfo N ports/devel/pear-Cache/Makefile N ports/devel/pear-Cache/pkg/DESCR N ports/devel/pear-Cache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:40:51 Modified files: devel/pear-Cache: Makefile Log message: Add a forgotten RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:41:24 Modified files: devel : Makefile Log message: Add pear-Cache CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:43:43 Log message: pear-XML-Serializer is a Swiss-army knife for reading and writing XML files for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-XML-Serializer_20061028 N ports/textproc/pear-XML-Serializer/Makefile N ports/textproc/pear-XML-Serializer/distinfo N ports/textproc/pear-XML-Serializer/pkg/DESCR N ports/textproc/pear-XML-Serializer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:45:17 Modified files: textproc : Makefile Log message: Add pear-XML-Serializer CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 07:54:47 Modified files: benchmarks/pear-Benchmark: Makefile distinfo benchmarks/pear-Benchmark/pkg: PLIST Log message: Maintenance update to version 1.2.6. The most notable change is that they switched to a BSD license, see http://www.opensource.org/licenses/bsd-license.php, since I last updated this port. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 08:23:18 Modified files: share/man/man4 : nsphyter.4 Log message: MACPHYTER -> MacPHYTER; from igor sobrado (pr #5276) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 08:27:26 Modified files: share/man/man4 : nsphyter.4 Log message: remove some useless .Tn; CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:29:05 Modified files: sbin/pfctl : Makefile parse.y pfctl.c pfctl_optimize.c pfctl_parser.c pfctl_parser.h Log message: Load all rules into memory before loading into the kernel, and add support for anchors loaded inline in pf.conf, enclosed in a brace-delimited block ("{" "}"). anchor on fxp0 { pass in proto tcp port 22 } The anchor name is optional on inline loaded anchors. testing ckuethe@ ok henning@ dhartmei@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:30:05 Modified files: regress/sbin/pfctl: pf31.ok pf51.ok pf80.ok pfail1.ok pfail10.ok pfail11.ok pfail19.ok pfail20.ok pfail25.ok pfail44.ok pfail49.ok pfail50.ok pfail9.ok pfopt4.ok Log message: Expected regress changes due to separation of parsing and kernel loading. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:31:01 Modified files: share/man/man5 : pf.conf.5 Log message: Document inline anchor loading with { } delimited blocks. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/28 09:28:36 Modified files: databases/mysql: Makefile Log message: argh! it turns out MySQL AB screwed up and made unintended API/ABI changes with 5.0.26 which will be reverted with the next release. bump the major version of the client shared libs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/28 09:51:33 Modified files: sys/arch/landisk/dev: wdc_obio.c Log message: Make this work. With help from drahn@ and mickey@. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/28 10:06:05 Modified files: libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c libexec/ld.so/powerpc: rtld_machine.c Log message: Only mprotect pages during relocation if the library is marked TEXTREL mips64 version still needs testing. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/28 10:20:04 Modified files: sys/arch/amd64/include: profile.h Log message: Make sure we call _mcount throught the PLT when generating PIC code. ok drahn@, miod@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 10:20:52 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST graphics/p5-PerlMagick: Makefile distinfo graphics/p5-PerlMagick/patches: patch-PerlMagick_Makefile_PL Added files: graphics/ImageMagick/patches: patch-Makefile_in Log message: update to ImageMagick 6.3.0.0 ok bernd@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 10:48:16 Modified files: graphics/ufraw : Makefile distinfo graphics/ufraw/patches: patch-nikon_curve_c patch-ufraw-batch_c patch-ufraw_c patch-ufraw_developer_c graphics/ufraw/pkg: PLIST Removed files: graphics/ufraw/patches: patch-ufraw_preview_c Log message: Update to ufraw-0.10. See http://ufraw.sourceforge.net/ for a complete list of changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:11:29 Log message: pear-File, common file and directory routines for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-File_20061028 N ports/textproc/pear-File/Makefile N ports/textproc/pear-File/distinfo N ports/textproc/pear-File/pkg/DESCR N ports/textproc/pear-File/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:12:14 Modified files: textproc : Makefile Log message: Add pear-File. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:21:03 Log message: OO LDAP access for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-Net-LDAP_20061028 N ports/net/pear-Net-LDAP/Makefile N ports/net/pear-Net-LDAP/distinfo N ports/net/pear-Net-LDAP/pkg/DESCR N ports/net/pear-Net-LDAP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:21:49 Modified files: net : Makefile Log message: Add pear-Net-LDAP. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:40:51 Modified files: devel/pear-Date: Makefile distinfo devel/pear-Date/pkg: PLIST Log message: Update to version 1.4.6. They changed the license to a BSD style license. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/28 11:44:09 Modified files: sysutils/dwdiff: Makefile distinfo sysutils/dwdiff/pkg: PLIST Log message: update dwdiff to 1.2.1 and install German language catalog This release fixes a bug in resetting the color on 64 bit platforms ok steven CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:49:11 Modified files: devel/pear-Log : Makefile distinfo devel/pear-Log/pkg: PLIST Log message: Update to pear-Log-1.9.9 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:50:19 Modified files: devel/pear-Date: Makefile Log message: Use correct PKG_NAME. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 11:52:18 Modified files: devel/itcl : Makefile devel/itcl/pkg : PLIST x11/itk : Makefile x11/itk/pkg : PLIST Removed files: devel/itcl/patches: patch-generic_itcl_cmds_c Log message: add the version numbers back into some directory names, this works out better for dependent ports. ok maintainer CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:54:37 Modified files: devel/pear-Config: Makefile distinfo devel/pear-Config/pkg: PLIST Log message: Bugfix update to version 1.10.7. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:58:48 Modified files: mail/pear-Mail : Makefile distinfo mail/pear-Mail/pkg: PLIST Log message: Maintenance update to 1.1.14. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 12:01:52 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: Maintenance/bugfix update to version 1.3.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/28 12:08:10 Modified files: usr.bin/ssh : ssh.1 Log message: correct/expand example of usage of -w; ok jmc@ stevesk@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 12:59:10 Modified files: infrastructure/db: config.site Log message: add various new functions and a few headers. tested in a full build. "go ahead" espie@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 13:53:06 Log message: import FreeMat 2.0 FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat includes several novel features such as a codeless interface to external C/C++/FORTRAN code, parallel/distributed algorithm development (via MPI), and plotting and visualization capabilities. Status: Vendor Tag: steven Release Tags: steven-20061028 N ports/math/freemat/distinfo N ports/math/freemat/Makefile N ports/math/freemat/pkg/PLIST N ports/math/freemat/pkg/DESCR N ports/math/freemat/patches/patch-configure N ports/math/freemat/patches/patch-libs_libFreeMat_WalkTree_cpp N ports/math/freemat/patches/patch-libs_libXP_KeyManager_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_QTTerm_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_Editor_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_PathTool_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_ToolDock_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_VariablesTool_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_highlighter_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_FileTool_moc_cpp N ports/math/freemat/patches/patch-libs_libFreeMat_Module_cpp N ports/math/freemat/patches/patch-libs_libXP_HistoryWidget_moc_cpp N ports/math/freemat/patches/patch-libs_libCore_IO_cpp N ports/math/freemat/patches/patch-libs_libCore_helpwidget_moc_cpp N ports/math/freemat/patches/patch-src_Makefile_in N ports/math/freemat/patches/patch-libs_libGraphics_HandleAxis_cpp N ports/math/freemat/patches/patch-libs_libCore_Makefile_in N ports/math/freemat/patches/patch-libs_libCore_Directory_cpp N ports/math/freemat/patches/patch-libs_libCore_Inspect_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 13:53:28 Modified files: math : Makefile Log message: +freemat CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/28 14:21:41 Modified files: net/pear-HTTP-Request: Makefile Log message: undo accidental downgrade of package revision CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 14:38:26 Log message: import Iwidgets 4.0.1 [incr Widgets] is an object-oriented mega-widget set which extends Tcl/Tk and is based on [incr Tcl] and [incr Tk]. This set of mega-widgets delivers many new, general purpose widgets like option menus, comboboxes, selection boxes, and various dialogs whose couterparts are found in Motif and Windows. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061028 N ports/x11/iwidgets/distinfo N ports/x11/iwidgets/Makefile N ports/x11/iwidgets/patches/patch-configure N ports/x11/iwidgets/patches/patch-Makefile_in N ports/x11/iwidgets/pkg/DESCR N ports/x11/iwidgets/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 14:38:59 Modified files: x11 : Makefile Log message: +iwidgets CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/28 14:56:46 Modified files: sys/nfs : nfs_socket.c Log message: Dont initialize the nm_srtt and nm_sdrtt arrays out of bounds. ok pedro@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2006/10/28 15:14:29 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: revert previous change; causes segfault when called from pkg_mklocatedb/locate.mklocatedb CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/28 15:15:03 Added files: papers : bio.pdf Log message: Add my slides from NYCBSDCon. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/28 15:17:54 Modified files: . : events.html Log message: Link to my slides for NYCBDCon. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/28 15:52:02 Modified files: lang/ruby : ruby.port.mk Log message: Remove REV and SUB. All ruby ports are using the new variables now. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/28 16:14:47 Modified files: sys/dev/pci : if_bge.c Log message: M_TRAILINGSPACE(m) returns 0 if M_READONLY(m) is true, so no need to call both. From tsutsui@NetBSD CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 16:19:00 Modified files: net/pear-HTTP-Request: Makefile distinfo net/pear-HTTP-Request/pkg: PLIST Log message: Maintenance update to 1.4.0. And I would be so happy if the pear port would get fixed... CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/28 16:30:50 Modified files: . : events.html Log message: Add Michele Marchettos talk on OpenRIPD. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2006/10/28 16:38:27 Modified files: . : events.html Log message: linuxexpo is past now. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/10/28 16:52:13 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-configure_in Log message: update to 2.1pre23; while i'm here remove myself as maintainer. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 17:23:29 Modified files: math/fftw3 : Makefile math/fftw3/pkg : PFRAG.double Log message: ensure that older packages get updated to the new default flavor "go ahead" bernd@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/28 17:26:05 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR extended partition except on alpha, hppa, hppa64 and mips64. So don't spoof extended partitions as 'a' and try to read a disklabel from them. Make all archs consistant. When we can boot from extended partitions we can change to reading and writing disklabels from them. This means the first OpenBSD ('A6') extended partition will now be ignored during spoofing, just as subsequent ones have always been. Feedback from tom@, weingart@ and deraadt@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/28 18:02:35 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Remove redundant if (msg) {} block around invocations of iso_disklabelspoof() and udf_disklabelspoof(). Use (msg && iso_disklabelspoof()) instead. Makes more arch's textually consistant. No functional change. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/28 18:53:37 Modified files: sys/ufs/ufs : inode.h ufsmount.h sys/ufs/ffs : ffs_vnops.c Removed files: sys/ufs/ufs : ufs_readwrite.c Log message: LFS and FFS shared the same read and write vnops, through the macro games in ufs_readwrite.c (LFS_READWRITE) now that LFS has gone, make these functions ffs specific and move them into ffs/ffs_vnops.c zapping ufs_readwrite.c in the process. Also, remove lfs fields from the inode and ufsmount structs. ok toby@,deraadt@,pedro@ testing and ok krw@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 01:27:05 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Add a section in the README file about the accounts involved in a PostgreSQL database and point to two administrative user interfaces (phppgadmin and pgadmin3). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 02:29:29 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Add a section on KerberosV support to the README.OpenBSD file. From Tom McLaughlin , thanks! CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 03:37:59 Modified files: databases/openldap: Makefile Log message: Bring back support for KerberosV, from Bjoern Sandell Thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 03:53:40 Log message: GraphicsMagick is a fork of ImageMagick intended to have a more stable API for 3rd party developers. This port is mostly a clone of the ImageMagick port. It's a prerequisite for koffice 1.6 Status: Vendor Tag: espie Release Tags: kde N ports/graphics/GraphicsMagick/distinfo N ports/graphics/GraphicsMagick/Makefile N ports/graphics/GraphicsMagick/pkg/PLIST N ports/graphics/GraphicsMagick/pkg/PFRAG.shared N ports/graphics/GraphicsMagick/pkg/DESCR N ports/graphics/GraphicsMagick/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 03:54:38 Modified files: graphics : Makefile Log message: +GraphicsMagick* CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/29 03:58:53 Modified files: de : donations.html goals.html hppa.html i386.html orders.html report.html support.html vax.html faq/de : current.html faq1.html faq14.html faq4.html faq6.html index.html faq/fr : faq6.html faq/pf/de : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html faq/pf/fr : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html fr : events.html openbgpd/de : users.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 04:03:26 Modified files: print/poppler : Makefile print/poppler/patches: patch-goo_Makefile_in Added files: print/poppler/pkg: DESCR-qt PFRAG.shared-qt PLIST-qt Log message: let poppler compile the qt wrapper stuff, as koffice needs it. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 04:03:30 Modified files: math/freemat : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/29 04:09:07 Modified files: x11/ion : Makefile distinfo Log message: ion-20061029, same diff provided by Simon Kuhnle CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 04:34:23 Log message: This is a simple tool to measure the throughput of an MTA. Status: Vendor Tag: mbalmer Release Tags: smtp-benchmark_20061029 N ports/benchmarks/smtp-benchmark/Makefile N ports/benchmarks/smtp-benchmark/distinfo N ports/benchmarks/smtp-benchmark/pkg/DESCR N ports/benchmarks/smtp-benchmark/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 04:35:09 Modified files: benchmarks : Makefile Log message: Add the smtp-benchmark. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/29 04:41:34 Modified files: sys/dev/cardbus: if_malo_cardbus.c sys/dev/ic : malo.c malo.h Log message: Add first TX path and active scan bits. Don't expect to much yet. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/29 05:18:45 Modified files: share/man/man4 : acpi.4 Log message: Add acpibtn based on initial submission from Dmitri Alenitchev and boiled down a bit by me after discussion with jmc. ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/29 05:21:37 Modified files: share/man/man4 : Makefile Log message: Add acpibtn.4. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 05:55:50 Modified files: net/samba : Makefile Log message: Enable logging to syslog. Requested by Jeff Ross a while ago. Why not. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/29 06:19:32 Modified files: share/misc : airport Log message: Remove a double (and misspelled) entry for VCE. ok jmc CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/29 06:41:10 Modified files: share/misc : inter.phone Log message: Correct some swiss entries and mispellings. ok claudio CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/29 07:12:21 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/hp300/hp300: disksubr.c Log message: Don't need to 'goto done;' when 'done:' is the next line. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 07:37:30 Log message: An LDAP enabled MDA to deliver email to mobile phones via SMS, using Hylafax's sendpage command. Status: Vendor Tag: mbalmer Release Tags: smsmail-20061029 N ports/mail/smsmail/Makefile N ports/mail/smsmail/distinfo N ports/mail/smsmail/pkg/DESCR N ports/mail/smsmail/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 07:38:34 Modified files: mail : Makefile Log message: Add smsmail CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 07:45:36 Log message: Import py-dnspython 1.4.0 Another DNS toolkit for Python From Will Maier Status: Vendor Tag: alek Release Tags: alek_20061029 N ports/net/py-dnspython/Makefile N ports/net/py-dnspython/distinfo N ports/net/py-dnspython/pkg/PLIST N ports/net/py-dnspython/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 07:47:48 Modified files: net : Makefile Log message: Add py-dnspython CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/29 07:47:59 Modified files: sys/arch/landisk/stand/boot: devs.c libsa.h srt0.S Log message: Disable cache before jumping into the kernel, makes bootloader more reliable. ok miod@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/29 07:53:45 Modified files: sys/arch/landisk/stand/boot: devs.c Log message: These printfs appear unnecessary now that the cache is disabled. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:00:49 Modified files: sys/dev/ic : malo.c Log message: Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplify the code a bit. Still impossible to correctly set a channel but it is no longer crashing. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:14:56 Modified files: sys/dev/ic : malo.c Log message: MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list. OK mglocker@ CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/29 09:15:26 Modified files: . : events.html Log message: link to my slides from NYCBSDCON 06 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/29 09:21:46 Modified files: . : events.html Log message: update past Linux Expo London entry CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:41:35 Modified files: sys/dev/ic : malo.c Log message: In malo_ioctl() if the returned error is ENETRESET reset the device. This is net80211 way of telling the driver that settings have changed. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:43:34 Modified files: sys/dev/ic : malo.c Log message: Reorganize malo_intr() a bit. Check for unhandled interrupt flags and do not call wakeup() for each and every command sent. I think more and more will not tsleep(). OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/29 10:42:54 Log message: Import p5-tkispell, a Perl/Tk graphical user interface to GNU ispell. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061029 N ports/textproc/p5-tkispell/Makefile N ports/textproc/p5-tkispell/distinfo N ports/textproc/p5-tkispell/pkg/DESCR N ports/textproc/p5-tkispell/pkg/PLIST N ports/textproc/p5-tkispell/patches/patch-tkispell No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/29 10:44:42 Modified files: textproc : Makefile Log message: Add p5-tkispell. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 10:48:55 Modified files: x11/qt3 : Tag: OPENBSD_3_9 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_3_9 patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: MFC: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 10:50:15 Modified files: x11/qt3 : Tag: OPENBSD_3_9 Makefile qt3.port.mk Added files: x11/qt3/patches: Tag: OPENBSD_3_9 patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 11:00:59 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:05:50 Modified files: math/matio : Makefile Log message: WANTLIB CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/29 11:06:07 Modified files: usr.sbin : Makefile Log message: Connect ripd and ripctl to the build. ok claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:08:24 Modified files: sysutils/p5-Proc-ProcessTable: Makefile Log message: missing WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:16:55 Modified files: x11/pekwm : Makefile Log message: missing WANTLIBs CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 11:18:47 Modified files: textproc/gtk-doc: Makefile textproc/gtk-doc/pkg: PLIST Added files: textproc/gtk-doc/patches: patch-help_manual_C_Makefile_in Log message: Fix for scrollkeeper-update writing outside fake area CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 11:19:07 Modified files: databases/postgresql: Tag: OPENBSD_3_9 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_3_9 patch-configure databases/postgresql/pkg: Tag: OPENBSD_3_9 PLIST-docs Log message: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/29 11:28:07 Modified files: sys/arch/amd64/amd64: autoconf.c Log message: The default for swap should be partition 'b' on the same unit as root is, not partition 'b' on unit 0. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 11:32:09 Removed files: x11/855resolution: Makefile distinfo x11/855resolution/patches: patch-855resolution_c patch-Makefile patch-plugins_plugin1_c patch-plugins_plugin2_c patch-plugins_plugin3_c patch-vbios_c x11/855resolution/pkg: DESCR MESSAGE PLIST Log message: IGNOREd for 5 month, remove it CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:34:25 Modified files: mail/mimedefang: Makefile mail/dk-milter : Makefile mail/dkim-milter: Makefile Log message: more WANTLIB fixes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 11:40:34 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: Remove useless code that can cause a SEGV if a buffer is realloc()ed. Allocate buffers early and in one place instead of two. Make bufend global so it can be updated along with buffer. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/29 11:42:06 Modified files: sbin/isakmpd : message.c Log message: Fix TAILQ usage, preventing crashes Okay henning@ krw@ millert@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 11:45:57 Modified files: lib/libc/stdio : vfprintf.c lib/libc/stdlib: ecvt.c gcvt.c strtod.c Log message: make __dtoa & strtod() thread-safe useing the same method as newer gdtoa codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa() CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/29 11:46:52 Modified files: sys/arch/i386/i386: autoconf.c Log message: The default for swap should be partition 'b' on the same unit as root is, not partition 'b' on unit 0. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:48:24 Modified files: www/mod_ldapvhost: Makefile Log message: LIB_DEPENDS, not RUN_DEPENDS ok alek CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/29 11:58:57 Modified files: etc : Makefile changelist ftpusers group master.passwd rc rc.conf etc/mail : aliases etc/mtree : special Log message: Add the _ripd user and startup stuff. ok claudio@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/29 12:20:01 Modified files: bin/df : df.c Log message: like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 12:23:28 Modified files: infrastructure/db: systrace.filter Log message: permit symlinks to non-existing files (might happen when extracting an archive) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 12:25:29 Modified files: infrastructure/db: systrace.filter Log message: match sockaddr for sendmsg() CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:27:15 Log message: LilyPond -- music notation and typesetting software. ok, mbalmer@ Status: Vendor Tag: kili Release Tags: kili_20061029 N ports/print/lilypond/distinfo N ports/print/lilypond/Makefile N ports/print/lilypond/patches/patch-GNUmakefile_in N ports/print/lilypond/patches/patch-stepmake_aclocal_m4 N ports/print/lilypond/patches/patch-mf_GNUmakefile N ports/print/lilypond/pkg/PLIST N ports/print/lilypond/pkg/DESCR N ports/print/lilypond/pkg/PLIST-docs N ports/print/lilypond/pkg/DESCR-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:28:55 Modified files: print : Makefile Log message: Add lilypond CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 12:29:09 Modified files: usr.sbin/ospfd : parse.y Log message: Allow braces to fit on a single line if only one or no argument is used. This allows construct like these: area 0.0.0.1 { interface lo0 interface em1 { passive } } From Pierre-Yves Ritschard CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:39:22 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: Add my location. ok, robert@ bernd@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/29 12:45:54 Modified files: lang/lua : Makefile lang/lua/pkg : PLIST Added files: lang/lua/patches: patch-etc_lua_pc Log message: Install lua.pc, okay jolan@ fgsch@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/29 13:02:41 Modified files: games/backgammon/backgammon: backgammon.6 main.c move.c games/backgammon/common_source: back.h init.c subs.c Log message: -d: make it possible playing without doubling as it is not commonly played everywhere in the world ok todd@ otto@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/29 13:28:24 Modified files: databases/mysql: Makefile distinfo Log message: upgrade to MySQL 5.0.27 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/29 13:34:57 Modified files: sys/arch/vax/vsa: gpx.c Log message: Fix Bt458 programming; screen burner now works on 8bpp flavour. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/29 14:53:37 Modified files: . : events.html Log message: move NYCBSDCON06 to the past and add bob's other talk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 14:55:41 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: henning@cvs.openbsd.org 2006/10/29 15:06:28 Modified files: libexec/spamd : spamd.c Log message: use setresuid/gid and check for failure, ok bob CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/29 15:18:32 Modified files: usr.bin/talk : get_names.c Log message: Plug a mem leak. Found in one of my trees. Forgat where it came from; most likely from a NetBSD Coverity fix. ok ray@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 15:21:33 Modified files: share/zoneinfo/datfiles: northamerica Log message: Uncomment changes made for the Energy Policy Act of 2005; it looks like they will actually happen. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 15:25:43 Modified files: share/zoneinfo/datfiles: asia europe iso3166.tab northamerica southamerica zone.tab Log message: Update to tzdata2006n from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/29 15:42:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-sal_osl_unx_security_c patch-sal_osl_unx_thread_c Log message: - enable cups support - increase thread stack size to accommodate stupid 32k stack buffer in cups - disable building odk - saves 15% build time and we're not packaging it now anyway. - remove duplicate python config arg noted by Mikolaj Kucharski - disable crashdump in debug FLAVOR (I haven't found this useful - maybe I'm missing something) CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/29 15:51:09 Modified files: usr.bin/cal : cal.c Log message: Optimise a couple of printf()s; originally from Han Boetes. Reminded by, and ok, otto@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 15:55:57 Modified files: x11/kde/office3: Makefile distinfo x11/kde/office3/patches: patch-acinclude_m4 patch-configure_in patch-kspread_plugins_calculator_Makefile_in x11/kde/office3/pkg: PLIST Log message: koffice 1.6.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 15:58:47 Modified files: x11/kde : Makefile x11/kde/office-i18n3: Makefile distinfo x11/kde/office-i18n3/pkg: PLIST-ca PLIST-de PLIST-es PLIST-et PLIST-fi PLIST-fr PLIST-it PLIST-pt PLIST-pt_BR Added files: x11/kde/office-i18n3/pkg: PLIST-lv PLIST-ms PLIST-sk PLIST-zh_TW Log message: koffice i18n 1.6.0 CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/29 16:14:43 Modified files: math/hoc : Makefile Added files: math/hoc/patches: patch-hoc_y patch-makefile patch-symbol_c Removed files: math/hoc/patches: patch-aa patch-ab Log message: strcpy->strlcpy; add minimal regress and remove NO_REGRESS; rename old patches to new naming convention; bump pkg. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 16:30:50 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure Log message: fix libiconv/libintl detection. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 16:36:39 Modified files: multimedia/kaffeine: Makefile distinfo multimedia/kaffeine/pkg: PLIST Added files: multimedia/kaffeine/patches: patch-kaffeine_src_input_disc_paranoia_cpp patch-kaffeine_src_instwizard_cpp patch-kaffeine_src_instwizard_h Removed files: multimedia/kaffeine/patches: patch-kaffeine_src_wizarddialog_cpp Log message: update to kaffeine 0.8.2 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/29 17:23:26 Modified files: . : events.html Log message: Dates for BSDCan 2007 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/29 17:34:01 Modified files: sys/kern : vfs_subr.c Log message: use vp->v_type to index into vtypes rather then vp->v_tag, fixing odd output in the 'show vnode' ddb code. ok mickey@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 17:45:00 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/29 18:58:40 Modified files: . : events.html Log message: Oops, no OpenBSD speakers signed up, delist event until that changes CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/29 19:00:56 Modified files: sys/dev/pci : pcidevs Log message: add an ALI PCI-ISA bridge and an NEC PCIe to PCI-X bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/29 19:01:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 00:28:21 Modified files: devel/ruby-gems: Makefile Log message: missing REV -> MODRUBY_REV conversion CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/30 01:17:30 Log message: Import gocr, an OCR (Optical Character Recognition) program. Based on an original submission by William Yodlowsky . help and ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061030 N ports/graphics/gocr/Makefile N ports/graphics/gocr/distinfo N ports/graphics/gocr/patches/patch-src_pgm2asc_c N ports/graphics/gocr/patches/patch-bin_gocr_tcl N ports/graphics/gocr/patches/patch-man_man1_gocr_1 N ports/graphics/gocr/pkg/DESCR-gui N ports/graphics/gocr/pkg/DESCR N ports/graphics/gocr/pkg/PLIST-gui N ports/graphics/gocr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/30 01:18:48 Modified files: graphics : Makefile Log message: Add gocr. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/30 01:28:26 Modified files: print/poppler : Makefile Log message: fix dependency CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 01:34:14 Modified files: sys/dev/pci : if_em.c Log message: removed unused variable. ok brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/30 02:25:10 Modified files: graphics/GraphicsMagick: Makefile Log message: add sourceforge mirrors. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 02:45:41 Modified files: graphics/ImageMagick: Makefile Log message: - disable freetype in the no_x11 flavor - disable rsvg which gets pulled in if it is installed looks good bernd@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 02:57:20 Modified files: math/freemat : Makefile Log message: add a few missing qt4 libraries spotted by Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/30 03:45:57 Modified files: devel/py-parsing: Makefile distinfo devel/py-parsing/pkg: PLIST Log message: - update to pyparsing-1.4.4. - drop maintainership. CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/30 03:47:28 Modified files: graphics/py-dot: Makefile distinfo Log message: - update to pydot-0.9.10 (graphs can now be pickled). - drop maintainership. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:00:47 Modified files: textproc : Makefile Log message: Don't build libxml twice. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:10:11 Modified files: textproc/libxml/pkg: PLIST-python Added files: textproc/libxml/pkg: PFRAG.shared-python Log message: Something is wrong with one patchfile. Here goes the rest of the libxml commit: Replace the python PSEUDO_FLAVOR with a no_python PSEUDO_FLAVOR which is disabled by default. Build a stub py-libxml package on non shared architectures to avoid building libxml twice during bulk builds. Don't intall this weird TODO file for py-libxml. Based on a diff from espie@. ok steven@, espie@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:20:08 Added files: textproc/libxml/patches: patch-python_Makefile_in Log message: Missing patchfile. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:21:53 Modified files: x11/gnome/doc-utils: Makefile Log message: Adjust *_DEPENDS after latest libxml changes. Bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 06:48:22 Modified files: net : Makefile Log message: remove cidr CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 06:49:21 Removed files: net/cidr : Makefile distinfo net/cidr/patches: patch-cidr_c net/cidr/pkg : DESCR PLIST Log message: Since we have a new BSD licensed network calculator in net/ipcalc, we don't need this outdated and unmaintained software anymore. discussed on ports@ ok jcs@, ckuethe@, mbalmer@, xsa@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/30 07:20:20 Modified files: faq/de : faq7.html faq/pf/fr : example1.html scrub.html faq/pf/pl : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html faq/pl : faq5.html fr : events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2006/10/30 07:32:27 Modified files: sys/arch/luna88k/luna88k: m8820x.c Log message: Changed CMMU probing method. On the luna88k, badaddr() returns 'good' on unpopulated slots, so we check the CMMU type value for each CMMU register address. ok miod@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2006/10/30 07:46:35 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Now the primary CPU starts the CMMUs which tied to the secondary CPUs. Without this, the performance is not good on multi-CPU machine with non-MULTIPROCESSOR kernel, because the secondary CPUs run on the never-ending loop without cache. ok miod@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/30 08:34:04 Modified files: zh-cn : index.html Added files: zh-cn : anoncvs.html books.html orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/30 08:58:59 Modified files: lib/libc/stdio : fgets.3 Log message: suceed -> succeed; from chad dougherty CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/30 09:12:20 Modified files: papers : index.html Log message: Link to bio & sensors presentation. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/30 09:18:42 Modified files: build : mirrors.dat Log message: new HTTP mirror in Munich, via openbsd-mirrors@list.rt.fm by Marcus Popp CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/30 09:19:45 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:42:37 ports/geo Update of /cvs/ports/geo In directory cvs.openbsd.org:/tmp/cvs-serv15829/geo Log Message: Directory /cvs/ports/geo added to the repository CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:44:57 Log message: GPSBabel - gps data format translator Status: Vendor Tag: ckuethe Release Tags: ckuethe_2006-10-30 N ports/geo/gpsbabel/distinfo N ports/geo/gpsbabel/Makefile N ports/geo/gpsbabel/pkg/DESCR N ports/geo/gpsbabel/pkg/PLIST N ports/geo/gpsbabel/pkg/DESCR-gui N ports/geo/gpsbabel/pkg/PLIST-gui N ports/geo/gpsbabel/patches/patch-easygps_c N ports/geo/gpsbabel/patches/patch-text_c N ports/geo/gpsbabel/patches/patch-html_c N ports/geo/gpsbabel/patches/patch-palmdoc_c N ports/geo/gpsbabel/patches/patch-igc_c N ports/geo/gpsbabel/patches/patch-vcf_c N ports/geo/gpsbabel/patches/patch-lowranceusr_c N ports/geo/gpsbabel/patches/patch-Makefile_in N ports/geo/gpsbabel/patches/patch-configure_in N ports/geo/gpsbabel/patches/patch-guibabel N ports/geo/gpsbabel/patches/patch-tools_mkcapabilities N ports/geo/gpsbabel/patches/patch-testo N ports/geo/gpsbabel/patches/patch-hsa_ndv_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:48:01 Added files: geo : Makefile Log message: creating "geo" - where geodesy, geomatics, geology, gps and related ports go ok pval, ian CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:49:04 Modified files: . : Makefile Log message: add "geo" ok pval, ian CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 10:56:09 Modified files: databases/postgresql: Tag: OPENBSD_3_8 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_3_8 patch-configure databases/postgresql/pkg: Tag: OPENBSD_3_8 PLIST-docs Log message: update to postgresql 8.0.9, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/30 11:17:32 Modified files: x11/qt4 : Makefile distinfo x11/qt4/pkg : PFRAG.shared PFRAG.shared-examples PLIST-examples Log message: update to 4.2.1. Add a no_examples pseudo-flavor, by popular demand. Move some stuff that is built only in examples in the proper package. And mark it as conflicting with old qt4. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/30 11:28:52 Modified files: . : want.html Log message: Eric Paumerat sent me a battery, thanks a lot. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/30 11:28:57 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/hppa/stand/boot: Makefile sys/arch/hppa64/stand/boot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/zaurus/stand/zboot: Makefile Log message: install boot.conf as a section 5 page, not section 8; from mikolaj kucharski; ok mk deraadt krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/30 11:30:52 Modified files: lib/libc/stdlib: strtod.c Log message: must pull in sys/types.h unconditionaly, because it is needed my pthreads includes used a bit later (for instance on the vax) CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/30 11:37:08 Modified files: sys/dev/acpi : dsdt.c Log message: Fix nameref -> objref for forward definition evaluator ok marco@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/30 13:15:22 Modified files: sys/dev/ic : rt2661.c Log message: Fix dynamic tuning of the radio sensitivity I broke when moving from rssadapt(9) to AMRR. pointed out by Erki Malling on misc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/30 13:19:33 Modified files: sys/kern : kern_tc.c kern_time.c sys/sys : timetc.h Log message: Timecounter based implementation of adjfreq(2). Largely from art@ Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/30 13:25:48 Modified files: usr.sbin/config: Makefile Log message: Now that we have smarter lex and yacc rules, remove redundant lines from Makefile. ok millert@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:50:54 Modified files: . : plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html 40.html Added files: . : plus40.html Log message: rotate plus pages CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 13:51:00 Modified files: sys/dev/pci : pcidevs Log message: fix a typo in the comment above the SNI entries, SNC -> SNI. From Igor Sobrado CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 13:51:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/10/30 13:54:27 Modified files: mail/exim : Makefile Log message: take over maintainership as discussed on ports@ ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 13:59:12 Modified files: x11/qt3 : Tag: OPENBSD_3_8 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_3_8 patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:59:25 Modified files: . : 39.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html Log message: first part of errata roll CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:59:45 Added files: . : errata39.html Log message: and we can have the errata39 page now too CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 14:06:20 Modified files: . : goals.html Log message: link to hackathons.html from an obvious place CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 14:11:21 Modified files: . : security.html Log message: can link to errata39.html now CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 14:51:06 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for newer Intel PRO/1000 chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 14:51:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/30 16:26:47 Modified files: math/galculator: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:31:37 Modified files: audio/openal : Makefile distinfo audio/openal/pkg: PLIST Added files: audio/openal/patches: patch-configure patch-src_al_mixer_h patch-src_al_mixfunc_c patch-src_arch_i386_x86_cpu_caps_prk_c patch-src_arch_i386_x86_floatmul_c patch-src_backends_alc_backend_bsd_c patch-src_mixaudio16_h Removed files: audio/openal/patches: patch-linux_Makefile_in patch-linux_src_Makefile_in patch-linux_src_arch_bsd_bsd_dsp_c Log message: update to OpenAL 0.0.8 ok jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:37:24 Log message: import freealut 1.1.0 freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). ok jolan@ Status: Vendor Tag: steven Release Tags: steven-20061030 N ports/audio/freealut/Makefile N ports/audio/freealut/distinfo N ports/audio/freealut/patches/patch-src_alutInputStream_c N ports/audio/freealut/pkg/PLIST N ports/audio/freealut/pkg/PFRAG.shared N ports/audio/freealut/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:38:19 Modified files: audio : Makefile Log message: +freealut CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 17:15:28 Modified files: . : plus.html plus39.html Log message: repair links CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/30 17:59:42 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/30 18:15:13 Modified files: usr.sbin/acpidump/aml: aml_parse.c Log message: Remove dead code; len is always >= 1. Convert a strncpy() to strlcpy() since it is followed by strlcat(). OK marco@ mk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 18:38:22 Modified files: etc : security Log message: generate diffs for files listed in /etc/changelist as they are created and deleted. previously this script only generated diffs for existing files. ok lots of people including millert@ msf@ mcbride@ todd@ and probably more. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 23:04:15 Modified files: sys/dev/pci : if_vic.c if_vicreg.h Removed files: sys/dev/pci : if_vicvar.h Log message: absolutely huge reworking on this driver (sorry reyk). so far attach, resource mapping, mem allocation, init, and rx is working. the tx path needs work, but that can happen in tree. overall it's closer to working than the old code. if_vicvar.h goes away since nothing else uses it. im getting this in so other people can play with it too. ok brad@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/30 23:10:34 Modified files: games/backgammon/backgammon: backgammon.6 Log message: Add new -d flag to SYNOPSIS and remove optional and unfunctional [-] flag, which, according to FreeBSD logs, is supposed to print the usage. Sort flags in SYNOPSIS and DESCRIPTION. OK martin@, jmc@. Detective work and ok to kill [-] otto@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/30 23:50:24 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Give slightly better advice on KerberosV usage. From Bioern Sandell, , thanks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 00:01:08 Modified files: sys/dev/pci : if_vic.c Log message: we're passing physical addresses to the adapter, so say so. add some magic that lets me see packets coming out of the box. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 00:02:35 Modified files: sbin/pfctl : parse.y pfctl.c Log message: - don't allow anchors with _* names to be cleared or loaded from the command line (but they can still be viewed) - don't allow users to specify _* as an anchor name in the ruleset - don't print _* anchor names with pfctl -sA unless -v is specified 'looks sensible' deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/31 00:04:25 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Make DMA descripter members volatile - Remove usage of BUS_DMA_ALLOCNOW with bus_dmamap_create - Use BUS_DMA_COHERENT on mapping DMA memory for TX/RX descriptors - Adjust m_data and m_len directly rather than calling m_adj - Proper use of bus_dmamap_sync against DMA descriptors From tsutsui@NetBSD Tested by kettenis@ brad@ otto@ Tested on armish/amd64/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 00:16:45 Modified files: usr.sbin/ripd : auth.c ripd.h Log message: Time is not a secret. Modulate the timer with an MD5 hash of the key to generate the sequence number. Ensure that the most significant bit of the modulated value is 0 to prevent wrapping of the sequence number. ok michele@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 00:18:59 Modified files: faq/pf : scrub.html Log message: missing word CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 00:22:22 Modified files: faq/pf : tables.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 00:35:23 Modified files: zh-cn : orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 00:48:52 Modified files: faq/pf/nl : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html fr : events.html nl : 40.html goals.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/31 01:41:54 Modified files: devel/libgtop : Makefile Log message: bad espie and sort SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/31 02:33:35 Modified files: editors/openoffice: Makefile Removed files: editors/openoffice/patches: patch-bridges_source_cpp_uno_shared_vtablefactory_cxx patch-sal_rtl_source_alloc_arena_c Log message: use sysconf(_SC_PAGESIZE) instead of getpagesize() and fix the lib dependency for db4 to avoid the pickup of db3 in some cases; both problems were noticed by espie@ CVSROOT: /cvs Module name: src Changes by: wilfried@cvs.openbsd.org 2006/10/31 02:38:29 Modified files: gnu/usr.bin/gcc/gcc/config/i386: i386.c Log message: Fix infinite loop when passing object with 3+ base classes by value: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18300 Needed by openoffice and boost on amd64 ok espie@ miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/31 03:07:43 Modified files: devel/libgtop : Makefile Log message: unsort CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/31 03:27:55 Modified files: share/man/man8 : security.8 Log message: note that additions/removals of files in changelist will be reported too; ok dlg CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/31 04:29:54 Modified files: sys/arch/i386/stand/cdboot: cdboot.8 sys/arch/amd64/stand/cdboot: cdboot.8 Log message: Mention that cdboot won't find boot.conf if you create the CD with 8.3-style filenames. Issue raised by Mikolaj Kucharski, eth0 (at) o2.pl. Jointly written with, and ok, jmc@. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/10/31 05:49:45 Modified files: sys/netinet6 : in6.c Log message: Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. OK mcbride@, henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/31 05:54:23 Modified files: x11/qrfcview : Makefile Log message: - add missing WANTLIB after qt4 update - bump PKGNAME spotted by steven@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/31 06:49:44 Modified files: sys/dev/acpi : dsdt.c Log message: add missing prototype for aml_evalinteger() ok macro@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/31 07:09:28 www/papers/nycbsdcon06_bio Update of /cvs/www/papers/nycbsdcon06_bio In directory cvs.openbsd.org:/tmp/cvs-serv389/nycbsdcon06_bio Log Message: Directory /cvs/www/papers/nycbsdcon06_bio added to the repository CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 07:12:44 Modified files: . : events.html Log message: link to the audio of the nycbsdcon06 talks... except for the google talk that hasn't been approved by google. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:17:45 Modified files: sbin/pfctl : parse.y pfctl.c pfctl_optimize.c pfctl_parser.h Log message: Allow pfctl ruleset optimizer to be controlled from the ruleset. "set" "ruleset-optimization" [ "none" | "basic" | "profile" ] You can optionally control ruleset optimization with these keywords on the command line with the -o option; the command line setting will override the pf.conf setting. The existing -o/-oo flags continue to work as expected. cleanup and ok henning@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/10/31 07:28:29 Modified files: sys/net : if.h if_ethersubr.c Log message: ether_input_mbuf() isn't necessary, turn it into a macro and deal with it's "special" case in ether_input(). Based on similiar idea in FreeBSD. ok brad CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/10/31 07:38:17 Log message: eRuby -- interprets Ruby code embedded in a text file much help and ok from bernd@ Status: Vendor Tag: dhill Release Tags: dhill_2006-Oct-31 N ports/textproc/eruby/Makefile N ports/textproc/eruby/distinfo N ports/textproc/eruby/pkg/PLIST N ports/textproc/eruby/pkg/DESCR N ports/textproc/eruby/patches/patch-Makefile_in N ports/textproc/eruby/patches/patch-configure_rb No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/10/31 07:39:53 Modified files: regress/sbin/ipsecctl: Makefile Added files: regress/sbin/ipsecctl: ikefail10.in ikefail10.ok ikefail11.in ikefail11.ok ikefail12.in ikefail12.ok ikefail8.in ikefail8.ok ikefail9.in ikefail9.ok Log message: Add some regression tests for odd ipsecctl behaviour noticed by Prabhu Gurumurt. Test ikefail10 should fail, but does not and needs to be fixed. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/10/31 07:41:13 Modified files: textproc : Makefile Log message: +eruby CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:41:25 Modified files: sbin/pfctl : pfctl.8 Log message: Document new behaviour of the -o (ruleset optimization) flag. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/31 07:47:24 Modified files: papers : index.html Added files: papers : nycbsdcon06_bio.tgz papers/nycbsdcon06_bio: bio.001-001.png bio.001-001.png.html bio.002-001.png bio.002-001.png.html bio.003-001.png bio.003-001.png.html bio.004-001.png bio.004-001.png.html bio.005-001.png bio.005-001.png.html bio.006-001.png bio.006-001.png.html bio.007-001.png bio.007-001.png.html bio.008-001.png bio.008-001.png.html bio.009-001.png bio.009-001.png.html bio.010-001.png bio.010-001.png.html bio.011-001.png bio.011-001.png.html bio.012-001.png bio.012-001.png.html bio.013-001.png bio.013-001.png.html bio.014-001.png bio.014-001.png.html bio.015-001.png bio.015-001.png.html bio.016-001.png bio.016-001.png.html bio.017-001.png bio.017-001.png.html bio.018-001.png bio.018-001.png.html bio.019-001.png bio.019-001.png.html bio.020-001.png bio.020-001.png.html bio.021-001.png bio.021-001.png.html bio.022-001.png bio.022-001.png.html bio.023-001.png bio.023-001.png.html bio.024-001.png bio.024-001.png.html bio.025-001.png bio.025-001.png.html bio.026-001.png bio.026-001.png.html bio.027-001.png bio.027-001.png.html bio.028-001.png bio.028-001.png.html bio.029-001.png bio.029-001.png.html bio.030-001.png bio.030-001.png.html bio.031-001.png bio.031-001.png.html index.html thumb-bio.001-001.png.jpg thumb-bio.002-001.png.jpg thumb-bio.003-001.png.jpg thumb-bio.004-001.png.jpg thumb-bio.005-001.png.jpg thumb-bio.006-001.png.jpg thumb-bio.007-001.png.jpg thumb-bio.008-001.png.jpg thumb-bio.009-001.png.jpg thumb-bio.010-001.png.jpg thumb-bio.011-001.png.jpg thumb-bio.012-001.png.jpg thumb-bio.013-001.png.jpg thumb-bio.014-001.png.jpg thumb-bio.015-001.png.jpg thumb-bio.016-001.png.jpg thumb-bio.017-001.png.jpg thumb-bio.018-001.png.jpg thumb-bio.019-001.png.jpg thumb-bio.020-001.png.jpg thumb-bio.021-001.png.jpg thumb-bio.022-001.png.jpg thumb-bio.023-001.png.jpg thumb-bio.024-001.png.jpg thumb-bio.025-001.png.jpg thumb-bio.026-001.png.jpg thumb-bio.027-001.png.jpg thumb-bio.028-001.png.jpg thumb-bio.029-001.png.jpg thumb-bio.030-001.png.jpg thumb-bio.031-001.png.jpg Log message: Add html and tarball version of bio presentation CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 07:49:01 Modified files: sys/net : if_pfsync.c if_pfsync.h pf.c Log message: make pfsync a clonable too, but prevent more than one instance from beeing created for now - much more work would be required to change that input & ok ryan CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:53:44 Modified files: share/man/man5 : pf.conf.5 Log message: Document set ruleset-optimization [ none | basic | profile ]. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/31 07:58:46 Modified files: net/pdnsd : Makefile distinfo net/pdnsd/patches: patch-Makefile_in patch-doc_Makefile_in Removed files: net/pdnsd/pkg : MESSAGE Log message: - update to 1.2.5 . - remove PORTNAME variable which is ambiguous. - remove stuff outside fake. - remove MESSAGE (specific runtime options, no gain). from Simon Lundström with slight changes; inputs and ok bernd@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/31 08:03:05 Modified files: lib/libc/sys : getfh.2 Log message: +.Xr fhstat 2 from mjf@netbsd -r.1.21 ok otto CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 08:09:58 Modified files: de : 39.html 40.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html ftp.html goals.html plus29.html plus30.html security.html faq/de : faq10.html faq/pf/de : scrub.html tables.html fr : 39.html 40.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html ftp.html goals.html security.html want.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html Added files: de : errata39.html fr : errata39.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/31 08:16:46 Modified files: games/mille : mille.c Log message: usage information goes to stderr CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/10/31 08:23:21 Modified files: sys/dev/pci : arc.c Log message: first cut at sensors help from & ok dlg@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/31 08:23:40 Modified files: usr.bin/cvs : add.c client.c cvs.h remote.h remove.c server.c Log message: a step ahead in opencvs add|remove remote support. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/10/31 08:49:55 Modified files: regress/sbin/ipsecctl: ikefail11.in ikefail11.ok Log message: Remove bogus input line. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:12:15 Modified files: . : ftp.html Log message: swap mirror hostnames to new machine from 4.0 release on CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:22:25 Modified files: sys/netinet : tcp_input.c Log message: do not re-generate the timestamp modulation offset for SYN-ACK retransmits; this unbreaks TCP for high RTT (~3s); ok mcbride@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:24:55 Modified files: sys/kern : uipc_usrreq.c Log message: undo unp_internalize in case of errors; report Christian Biere; ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:33:12 Modified files: usr.bin/ssh : kexdhc.c kexdhs.c kexgexc.c kexgexs.c Log message: check DH_compute_key() for -1 even if it should not happen because of earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:41:01 Modified files: build/mirrors : ftp.html.end Log message: bump 3.8 and 3.9 to 3.9 and 4.0 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:41:51 Modified files: build : Makefile Log message: Bump 3.8 and 3.9 to 3.9 and 4.0 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:43:15 Modified files: build : mirrors.dat Log message: Correct my previous mistake "don't commit to ftp.html" Change ftp.kd85.com into spargel.kd85.com CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:57:38 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: update for 4.0 release also list new mirror spargel.kd85.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 10:37:11 Modified files: sys/net : if_pfsync.c Log message: hard to believe people still manage to commit non-compiling code once in a while CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/31 11:01:01 Modified files: misc/screen : Makefile Added files: misc/screen/patches: patch-configure Log message: Massage an unportable autoconf test so it won't erroneously fail on alpha; fixes crashes on alpha down the road. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 11:06:27 Modified files: usr.bin/file : apprentice.c Log message: Don't blindly truncate buf[strlen(buf) - 1] without checking for newline. Initial patch from Charles Longeau , fix inspired by comment by Anonymous Coward on undeadly. OK moritz@, ian@. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/31 11:11:54 Modified files: usr.bin/calendar/calendars: calendar.space Log message: other galaxies exist! CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 11:15:15 Modified files: games/backgammon/backgammon: backgammon.6 games/backgammon/common_source: subs.c Log message: Remove -h flag and simplify usage output to one line, like most other programs. Vote to simplify usage jmc@, OK martin@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 11:23:46 Modified files: . : donations.html Log message: put a robots nofollow meta here too; eth0@o2.pl CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 11:48:04 Modified files: . : want.html Log message: I could use a few mini-GBIC CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 11:57:39 Log message: import p5-File-HomeDir 0.58 File::HomeDir is a module for dealing with issues relating to the location of directories for various purposes that are "owned" by a user, and to solve these problems consistently across a wide variety of platforms. ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061031 N ports/devel/p5-File-HomeDir/Makefile N ports/devel/p5-File-HomeDir/distinfo N ports/devel/p5-File-HomeDir/pkg/DESCR N ports/devel/p5-File-HomeDir/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 12:01:47 Modified files: devel : Makefile Log message: add p5-File-HomeDir CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/31 12:04:21 Modified files: usr.bin/calendar/calendars: calendar.history Log message: fill november and december; now every date has an event. ok mickey CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/31 12:20:55 Modified files: build : packages-3.9 packages-3.8 Log message: fire, postgresql, screen CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/31 12:21:13 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 12:22:20 Modified files: devel/p5-AppConfig: Makefile distinfo Log message: - update to 1.63 - fix license - update my email address while there ok steven CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/31 12:32:51 Modified files: net/gaim : Makefile distinfo net/gaim/files : ssl-openssl.c net/gaim/patches: patch-config_h_in net/gaim/pkg : DESCR PLIST Added files: net/gaim/patches: patch-configure_ac patch-console_gntdebug_c patch-console_libgnt_Makefile_am patch-console_libgnt_Makefile_in patch-console_plugins_Makefile_am patch-console_plugins_Makefile_in patch-gtk_Makefile_in patch-gtk_gtkdialogs_c patch-gtk_gtkmain_c patch-gtk_gtknotify_c patch-libgaim_plugins_ssl_Makefile_am patch-libgaim_plugins_ssl_Makefile_in patch-libgaim_protocols_gg_Makefile_am patch-libgaim_protocols_gg_Makefile_in Removed files: net/gaim/patches: patch-configure patch-plugins_ssl_Makefile_am patch-plugins_ssl_Makefile_in patch-src_Makefile_in patch-src_gtknotify_c patch-src_main_c patch-src_privacy_c patch-src_proxy_c patch-src_util_c Log message: upgrade to gaim 2.0.0beta4 the audio flavor has been removed for now as 2.x now requires gstreamer and the gstreamer version we have in-tree is not new enough. tested by ckuethe@ alek@ brad@ and a few others. ok alek@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/31 12:37:06 Modified files: net : Makefile Log message: comment out the gaim packages using the audio flavor for now CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 12:43:48 Modified files: net/gaim-icb : Makefile distinfo net/gaim-icb/pkg: PLIST Log message: Versiom 20061028 that works with gaim2beta4 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/31 12:48:12 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.4/patches: patch-j2se_make_common_Defs-bsd_gmk Added files: devel/jdk/1.4/patches: patch-j2se_make_java_zip_FILES_c_gmk patch-j2se_make_java_zip_Makefile patch-j2se_src_solaris_native_java_net_net_util_md_c Log message: Back-port some jdk/1.5 changes: - use system libz instead of internal one. internal libz conflicts with system libz, for example apps using JNI & libz will fail (OOo). - enable parallel hotspot compiles on mp systems (one per cpu). no pthreads involved so its safe to do here. - socket option corrections. may help Active MQ work. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/31 12:52:36 Modified files: editors/scintilla: Makefile editors/scite : Makefile Log message: zap MAINTAINER, at his request. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 12:54:22 Modified files: security/libotr: Makefile security/libotr/pkg: PLIST Added files: security/libotr/patches: patch-src_auth_c patch-src_context_h patch-src_message_c patch-src_privkey_c patch-src_privkey_h patch-src_proto_h patch-src_tests_c Log message: Add some changes from CVS; required by new gaim-otr plugin CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 13:15:30 Modified files: security/gaim-otr: Makefile Added files: security/gaim-otr/patches: patch-gtk-dialog_c patch-otr-plugin_c Log message: With some patches and recent changes made to libotr, it now works with gaim2beta4 CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 13:40:52 Modified files: . : events.html Log message: link directly to audio for each talk CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/31 13:41:40 Modified files: mail/amavisd-new: Makefile mail/amavisd-new/patches: patch-amavisd Log message: fix so sa-update's rulesets get parsed and used under amavisd-new from bsd@openbsd.rutgers.edu, ok maintainer CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/31 13:56:43 Modified files: productivity/taskjuggler: Makefile distinfo productivity/taskjuggler/pkg: PLIST Added files: productivity/taskjuggler/patches: patch-taskjuggler_ProjectFile_cpp patch-taskjuggler_Project_cpp patch-taskjuggler_Project_h Removed files: productivity/taskjuggler/patches: patch-Examples_BigProject_Common_Makefile_in patch-Examples_BigProject_Makefile_in patch-Examples_BigProject_Project1_Makefile_in patch-Examples_BigProject_Project2_Makefile_in patch-Examples_FirstProject_Makefile_in patch-Examples_ShiftSchedule_Makefile_in patch-docs_en_Makefile_in patch-taskjuggler_TaskScenario_cpp Log message: update to taskjuggler 2.3.0 CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/10/31 14:32:58 Modified files: faq/pf : example1.html Log message: Add back a sentence that was accidentally removed in last commit. Pointed out by steven@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 15:00:38 Modified files: sys/net : if_pfsync.c Log message: in pfsync_update_tdb, when there is no pfsync interface, we must return without trying to free the (in that case nonexistant) tdb mbuf found out the hard way by pedro CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 15:01:56 Modified files: sys/net : if_pfsync.c Log message: slightly improve consustency and readability, no functional change CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/31 15:45:16 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Rename a variable to clarify meaning of index. - Rename RL_[TR]X_DESC_INC() macro to RL_NEXT_[TR]X_DESC() and change them to return rvalues to avoid possible side effects. - Also define RL_NEXT_TXQ() for rl_txq index and use it as well. From tsutsui@NetBSD CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 15:56:13 Modified files: . : errata.html index.html Added files: images : puffy40.gif Log message: 4.0 goes up CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/31 16:25:57 Modified files: sys/arch/landisk/dev: obio.c Log message: Do not map obio mappings twice. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/10/31 16:43:11 Modified files: usr.sbin/ripd : log.c message.c neighbor.c packet.c ripd.h ripe.c ripe.h Log message: create a temporary neighbor instead of a permanent one when a request is received CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 16:46:25 Modified files: sbin/pfctl : pfctl.c pfctl_parser.c pfctl_parser.h Log message: Allow a user to recursively print anchors including those without reserved names, if a trailing * is specified in the anchor name. e.g. recursively print the main ruleset: pfctl -a '*' -sr Recursively print the spam anchor: pfctl -a 'spam*' pfctl -a 'spam/*' Also fix a bug which prevented the contents of inline anchors with explicit names from being loaded into the kernel. ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 17:02:14 Modified files: sys/net : if_pfsync.c Log message: remove redundant null check, ok ryan CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/31 17:12:35 Modified files: sys/nfs : nfs_bio.c nfs_subs.c Log message: move the declaration of nfsstats from nfs_bio.c to nfs_subs.c so it gets pulled in for NFSSERVER only kernels. ok deraadt@,krw@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 17:23:48 Modified files: sbin/pfctl : pfctl.8 Log message: Document recursive printing of anchors via -a '*' or -a 'anchor/*'. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 18:02:31 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:41:18 Modified files: faq : faq1.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq9.html Log message: Updates for OpenBSD v4.0 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:43:27 Modified files: faq : upgrade-old.html current.html Log message: move 3.9->4.0 stuff to old CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:44:10 Modified files: faq : upgrade39.html Log message: Link in upgrade40.html CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:45:35 Modified files: faq : index.html Log message: welcome OpenBSD 4.0 CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/10/31 18:56:01 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html shortcuts.html tables.html tagging.html Log message: Updates for OpenBSD 4.0. uRPF, tftp-proxy, more ftp-proxy, etc. Thanks to mcbride for the bits about interface groups CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 18:59:26 Log message: Import gaim-tlen 20061101 gaim-tlen is Tlen.pl protocol plugin for GAIM. Status: Vendor Tag: alek Release Tags: alek_20061101 N ports/net/gaim-tlen/distinfo N ports/net/gaim-tlen/Makefile N ports/net/gaim-tlen/pkg/DESCR N ports/net/gaim-tlen/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 19:02:25 Modified files: net : Makefile Log message: Add gaim-tlen CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/31 19:29:58 Modified files: papers/auug2006/network_randomness: mgp00003.idx.png mgp00003.png mgp00003.txt mgp00007.idx.png mgp00007.png mgp00007.txt mgp00014.idx.png mgp00014.png mgp00014.txt Log message: Spelling fixes from cloder@ CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/31 19:33:51 Modified files: papers/auug2006/pf_evolution: mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.idx.png mgp00006.png mgp00006.txt mgp00021.idx.png mgp00021.png mgp00021.txt mgp00031.idx.png mgp00031.png mgp00031.txt Log message: More spelling fixes from cloder@ CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:00:13 Modified files: inputmethods/libtomoe-gtk: Makefile Log message: Add BUILD_DEPENDS=::devel/pkgconfig ok msf espie CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 20:07:32 Modified files: faq : faq10.html faq12.html Log message: oops. link in faq11.html. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:10:02 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 ipsecctl.c ipsecctl.h parse.y Log message: Add support for aggressive mode (from the k2k6 IPsec hackathon). ok hshoexer CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 20:10:07 Modified files: faq : index.html Log message: sync with title of X article ("The X Window System"). CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:12:14 Modified files: sbin/ipsecctl : ike.c ipsecctl.c Log message: KNF unrelated to previous commit. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:24:21 Modified files: regress/sbin/ipsecctl: ikedel1.ok ikedel10.ok ikedel11.ok ikedel12.ok ikedel13.ok ikedel14.ok ikedel15.ok ikedel16.ok ikedel17.ok ikedel18.ok ikedel19.ok ikedel2.ok ikedel20.ok ikedel21.ok ikedel22.ok ikedel23.ok ikedel29.ok ikedel3.ok ikedel30.ok ikedel31.ok ikedel32.ok ikedel33.ok ikedel34.ok ikedel35.ok ikedel36.ok ikedel37.ok ikedel38.ok ikedel39.ok ikedel4.ok ikedel40.ok ikedel41.ok ikedel42.ok ikedel43.ok ikedel46.ok ikedel5.ok ikedel6.ok ikedel7.ok ikedel8.ok ikedel9.ok Log message: Adjust existing ikedel tests for aggressive mode support (we now delete both mainmode and aggressive mode phase 1 transforms) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/31 20:37:24 Modified files: sys/dev : audio.c cons.c midi.c sys/dev/usb : ugen.c uhid.c usb.c uscanner.c sys/dev/wscons : wsdisplay.c wsmouse.c wsmux.c sys/net : if_tun.c Log message: poll errors should be POLLERR, not some random E value from alexandre ratchov. ok claudio CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:39:24 Modified files: sbin/pfctl : pfctl.c Log message: Don't recures ALL the time. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 20:57:53 Modified files: . : events.html Log message: correct a couple of audio links to NYCBUG meetings (thanks nikolai) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 21:34:23 Modified files: sys/dev/pci : if_vic.c Log message: fix the barriers in setlladdr. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 22:06:03 Modified files: faq : faq13.html faq15.html faq8.html Log message: updates for 4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 22:06:26 Modified files: sys/dev/pci : if_vic.c Log message: vmware frames are slightly short, but that is ok. done with clues from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 22:45:15 Modified files: sys/dev/pci : if_vic.c Log message: let the tx completion path clean up by recording which mbuf we're sending in the tx forward path. gotta love one line fixes... committed over vic CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 22:46:20 Modified files: bin/dd : args.c Log message: Fix range checking for in.dbsz and out.dbsz. Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 22:49:14 Modified files: faq : index.html Log message: upgrade40.html CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 23:02:29 Modified files: usr.bin/mg : dired.c Log message: Don't overwrite line[strlen(line) - 1] when line is zero-length. Initial patch by Charles Longeau . OK kjell@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:04:26 Modified files: faq : faq6.html Log message: typo, tweak CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 23:07:12 Modified files: sys/dev/pci : pcidevs Log message: amd 8111 has an ethernet, but we have never seen anyone use it yet CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 23:07:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:24:30 Modified files: faq : faq5.html Log message: plural CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:29:55 Modified files: . : stable.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:33:00 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:34:14 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:51:40 Modified files: faq : faq1.html Log message: typo CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/01 00:00:11 Modified files: faq : faq1.html Log message: more typos CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/01 00:08:50 Modified files: sys/dev/usb : usbdevs Log message: BWCT serial CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/01 00:09:41 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/11/01 00:25:54 Modified files: . : 40.html Log message: to be released -> released CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/01 01:27:50 Modified files: . : errata.html Log message: crank stable name; x0001@x.de1.cc CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/01 01:30:16 Modified files: . : errata.html Log message: fix duplicate link CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 01:39:43 Modified files: faq/nl : faq1.html faq14.html faq2.html faq3.html faq5.html faq6.html faq9.html upgrade39.html nl : ftp.html index.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/01 01:50:34 Modified files: . : want.html Log message: I could use serially attached GPS receivers that provide a PPS signal. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 01:54:16 Modified files: build : pkg-stable.html.head pkg-stable.prev.html.head Added files: build : packages-4.0 Log message: 3.9 and 4.0 are maintained now CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 01:55:29 Modified files: . : pkg-stable.html Added files: . : pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 01:58:56 Modified files: games/backgammon/backgammon: backgammon.6 Log message: Sort flags and commands. Use correct capitalization and punctuation in flag descriptions. Mark up -n flag in description. Help and OK jmc@. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 01:59:09 Modified files: x11/qt3 : Tag: OPENBSD_4_0 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_4_0 patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: MFC: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:03:00 Modified files: sbin/pfctl : pfctl.8 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 02:07:11 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_0 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_4_0 patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 02:14:32 Modified files: www/firefox-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: update to 1.5.0.7 as well CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:19:48 Modified files: share/man/man5 : pf.conf.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:26:37 Modified files: games/backgammon/backgammon: backgammon.6 Log message: tidy up the quick reference section; CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:42:20 Modified files: build : pkg-stable.html.head Log message: ups CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:42:32 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:47:21 Modified files: build : pkgstable.pl Log message: link to amd64 packages for 4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 03:21:57 Modified files: sys/dev/pci : if_vic.c Log message: fix the tx path so it can use more than one scatter gather entry when sending the packet. this makes it less likely that we'll have to repack fragmented packets for transmission. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:47:47 Modified files: devel/horde : Makefile distinfo devel/horde/pkg: PLIST Log message: Update to Horde 3.1.3. This also fixes some security problems with the previous version. Horde now has a dependency on PostgreSQL, which is the default database. If you want to use MySQL instead, then use the mysql FLAVOR. If you want to use LDAP in addition to an SQL database, use the ldap FLAVOR. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:48:30 Modified files: mail/imp : Makefile distinfo mail/imp/pkg : PLIST Log message: Update to Imp, the Horde Webmail prgram, 4.1.3 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:49:00 Modified files: mail/ingo : Makefile distinfo mail/ingo/pkg : PLIST Log message: Filters for imp, update to version 1.1.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:49:41 Modified files: www/turba : Makefile distinfo www/turba/pkg : PLIST Log message: Update to turba 2.1.2, the Imp addressbook. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:50:34 Modified files: www/nag : Makefile distinfo www/nag/pkg : PLIST Log message: Update to versio 2.1.1 of nag, the taks list manager for Horde. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:51:19 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Log message: The imp addressbook, update to version 2.1.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:51:55 Modified files: databases/mnemo: Makefile distinfo databases/mnemo/pkg: PLIST Log message: Update to version 2.1. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 04:15:52 Modified files: net/pear-Services-Weather: Makefile distinfo net/pear-Services-Weather/pkg: PLIST Log message: Update and add RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/01 04:25:01 Modified files: sys/dev/pci : if_wpi.c Log message: fix firmware fatal errors on re-associations. reported and tested by Marc Winiger and dhartmei@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 04:30:45 Modified files: de : 40.html anoncvs.html donations.html errata.html ftp.html index.html security.html stable.html translation.html faq/de : current.html faq1.html faq10.html faq12.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade-old.html upgrade39.html faq/pf/de : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/01 04:52:24 Modified files: sys/dev/usb : if_zyd.c Log message: abort bulk-in and bulk-out pipes in zyd_stop() before freeing the Rx/Tx xfer lists. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 04:53:30 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_4_0 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_4_0 patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/11/01 04:55:34 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: finally add my coordinates. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 05:12:32 Modified files: sys/dev/pci : arc.c Log message: whitespace fixes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 05:21:51 Modified files: sys/dev/pci : arc.c Log message: dont walk the device list looking for our scsibus, it is stashed when we attach it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:25:47 Modified files: x11/qt3 : Tag: OPENBSD_4_0 Makefile qt3.port.mk Added files: x11/qt3/patches: Tag: OPENBSD_4_0 patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 05:27:26 Modified files: sbin/pfctl : pfctl.c Log message: sync usage(); ok mcbride CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:31:25 Modified files: mail/thunderbird-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: update to 1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:39:13 Modified files: www/opera : Tag: OPENBSD_4_0 Makefile distinfo www/opera/patches: Tag: OPENBSD_4_0 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/01 05:41:35 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk Log message: zap a few non relevant lines, make _ALL_VARIABLES* internal. Use TMPDIR in pkgpath.mk CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:03:06 Modified files: databases/mysql: Tag: OPENBSD_4_0 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_4_0 patch-configure_in patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_4_0 PLIST-server PLIST-tests Added files: databases/mysql/patches: Tag: OPENBSD_4_0 patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: MFC: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/01 06:06:48 Modified files: share/man/man7 : ports.7 packages.7 Log message: be more directive, assume people really want binary packages, and will resort to ports as a last resort. Also, unconfuse the part about sudo and make install. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 06:09:23 Modified files: nl : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:12:28 Modified files: openbgpd : index.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:13:03 Modified files: multimedia/xine-lib: Tag: OPENBSD_4_0 Makefile distinfo multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-configure patch-src_audio_out_audio_sun_out_c patch-src_input_Makefile_in patch-src_input_input_dvb_c patch-src_input_input_vcd_c patch-src_input_libreal_real_c patch-src_input_vcd_libcdio_iso9660_fs_c patch-src_libreal_audio_decoder_c patch-src_libreal_xine_decoder_c patch-src_libw32dll_wine_Makefile_in 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 patch-src_xine-utils_utils_c multimedia/xine-lib/pkg: Tag: OPENBSD_4_0 PLIST Removed files: multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-src_input_input_mms_c patch-src_input_input_pnm_c patch-src_input_input_rtsp_c Log message: MFC: upgrade to xine-lib 1.1.2 * Security fixes: - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * Add support for RealPlayer 10 codecs WANTLIB tweak from bernd@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:14:59 Modified files: build/mirrors : openbgpd-ftp.html.head Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:16:38 Modified files: build : Makefile Log message: OpenBGPD 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:17:28 Modified files: security/clamav: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:18:38 Modified files: openbgpd : ftp.html Log message: 4.0 here too CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 06:20:18 Modified files: usr.sbin/ospfd : ospfd.c Log message: Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice. Spotted by janus errornet.de CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 06:23:06 Modified files: sys/dev/pci : if_vic.c Log message: Use correct error message as return value. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:30:00 Modified files: www/moodle : Tag: OPENBSD_4_0 Makefile distinfo www/moodle/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: upgrade to moodle 1.6.3. SECURITY fix: A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/11/01 06:45:15 Modified files: . : alpha.html amd64.html armish.html cats.html hp300.html hppa.html i386.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:45:32 Modified files: telephony/asterisk: Tag: OPENBSD_4_0 Makefile telephony/asterisk/patches: Tag: OPENBSD_4_0 patch-Makefile patch-asterisk_c patch-build_tools_make_defaults_h patch-cdr_Makefile patch-channels_Makefile patch-channels_chan_skinny_c patch-codecs_gsm_Makefile patch-db1-ast_Makefile Log message: sync patches and fix a vulnerability in the chan_skinny module for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 07:56:58 Modified files: infrastructure/db: user.list Log message: Add _mdefang user and group CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:41:22 Log message: Import mpfr 2.2.0 (which was split off from gmp) The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. Joint work with espie@ Status: Vendor Tag: naddy Release Tags: naddy_20061101 N ports/devel/mpfr/Makefile N ports/devel/mpfr/distinfo N ports/devel/mpfr/pkg/PLIST N ports/devel/mpfr/pkg/PFRAG.shared N ports/devel/mpfr/pkg/DESCR N ports/devel/mpfr/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:42:32 Modified files: devel : Makefile Log message: +mpfr CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:43:09 Modified files: devel/gmp : Makefile distinfo devel/gmp/pkg : DESCR PLIST Removed files: devel/gmp/patches: patch-configure Log message: update to 4.2.1; joint work with espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 11:48:09 Modified files: share/man/man7 : ports.7 packages.7 Log message: tweaks; CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 11:57:50 Modified files: de : events.html press.html fr : 40.html anoncvs.html donations.html errata.html events.html ftp.html index.html pkg-stable.html pkg-stable38.html stable.html want.html Added files: fr : pkg-stable39.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:07:18 Modified files: bin/ps : ps.1 ps.c Log message: simplify synopsis and sync usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:09:25 Modified files: bin/ps : ps.1 Log message: note that -L may not be specified with other options; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:11:24 Modified files: bin/ps : ps.1 Log message: give FILES a bit of space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:14:48 Modified files: bin/ps : ps.1 Log message: - no need for double markup - prefer .Sq for single letters CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 12:52:32 Modified files: de : alpha.html hp300.html hppa.html i386.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html faq/fr : current.html openbgpd/de : ftp.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/01 12:53:40 Modified files: share/man/man4/man4.vax: lkkbd.4 sys/arch/vax/dec: wskbdmap_lk201.c Log message: German LK-[24]01 keyboard layout; contributed by Sigi Rudzio (sigirudzio ; gmail . com) CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:02:06 Modified files: lang/python/2.3: Makefile lang/python/2.3/patches: patch-Lib_test_regrtest_py patch-Lib_test_test_fcntl_py patch-Modules_socketmodule_c patch-configure_in patch-setup_py lang/python/2.3/pkg: PLIST PLIST-gdbm PLIST-mpz PLIST-tkinter Added files: lang/python/2.3/pkg: DESCR-bz2 PFRAG.mm PLIST-bz2 Removed files: lang/python/2.3/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.mpz Setup.tkinter lang/python/2.3/pkg: PFRAG.mm-shared PFRAG.no-shared-tkinter PFRAG.shared PFRAG.tkinter Log message: Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 13:03:35 Modified files: sys/dev : Tag: OPENBSD_4_0 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:12:58 Added files: lang/python/2.3/pkg: MESSAGE MESSAGE-idle UNMESSAGE UNMESSAGE-idle Removed files: lang/python/2.3/pkg: DEINSTALL DEINSTALL-idle INSTALL INSTALL-idle Log message: Replace (DE)INSTALL with (UN)MESSAGE CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 13:34:24 Modified files: devel/jdk : java.port.mk Log message: adjust depends so that 1.3+, 1.4 & 1.4+ level ports must use libz free jdk/1.4 from now on. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:38:37 Modified files: lang/python/2.4: Makefile distinfo lang/python/2.4/patches: patch-Lib_test_regrtest_py patch-Lib_test_test_tempfile_py patch-Lib_test_test_timeout_py patch-Makefile_pre_in patch-Modules_posixmodule_c patch-Modules_socketmodule_c patch-configure_in patch-setup_py lang/python/2.4/pkg: PLIST PLIST-bsddb PLIST-gdbm PLIST-tests PLIST-tkinter PLIST-tools Added files: lang/python/2.4/pkg: DESCR-bz2 PFRAG.mm PLIST-bz2 Removed files: lang/python/2.4/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.tkinter lang/python/2.4/pkg: PFRAG.mm-shared PFRAG.no-shared-tkinter PFRAG.shared PFRAG.shared-bsddb PFRAG.shared-gdbm PFRAG.shared-tkinter Log message: Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:40:16 ports/lang/python/2.5 Update of /cvs/ports/lang/python/2.5 In directory cvs.openbsd.org:/tmp/cvs-serv23371/2.5 Log Message: Directory /cvs/ports/lang/python/2.5 added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:17 ports/lang/python/2.5/files Update of /cvs/ports/lang/python/2.5/files In directory cvs.openbsd.org:/tmp/cvs-serv11155/files Log Message: Directory /cvs/ports/lang/python/2.5/files added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:18 ports/lang/python/2.5/patches Update of /cvs/ports/lang/python/2.5/patches In directory cvs.openbsd.org:/tmp/cvs-serv11155/patches Log Message: Directory /cvs/ports/lang/python/2.5/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:19 ports/lang/python/2.5/pkg Update of /cvs/ports/lang/python/2.5/pkg In directory cvs.openbsd.org:/tmp/cvs-serv11155/pkg Log Message: Directory /cvs/ports/lang/python/2.5/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 13:47:41 Modified files: devel/apache-ant: Makefile devel/jakarta-servletapi: Makefile devel/ivy : Makefile devel/maven : Makefile java/junit : Makefile print/ppower4 : Makefile textproc/xerces: Makefile www/tomcat/v4 : Makefile Log message: pkg bump due to depends change in java.port.mk CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 13:55:40 Modified files: usr.sbin/ripd : neighbor.c Log message: Stop the running timer in case a neighbor is deleted. This fixes a crash found by Martin Boehme. ok michele@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:59:18 Added files: lang/python/2.5: Makefile distinfo lang/python/2.5/files: CHANGES.OpenBSD idle lang/python/2.5/patches: patch-Lib_distutils_command_build_ext_py patch-Lib_tempfile_py patch-Lib_test_regrtest_py patch-Lib_test_test_dl_py patch-Lib_test_test_tempfile_py patch-Lib_test_test_timeout_py patch-Makefile_pre_in patch-Modules_makesetup patch-Modules_nismodule_c patch-Modules_socketmodule_c patch-Tools_scripts_pydoc patch-configure_in patch-setup_py sup64-Lib_test_regrtest_py lang/python/2.5/pkg: DESCR DESCR-bsddb DESCR-bz2 DESCR-db DESCR-expat DESCR-gdbm DESCR-idle DESCR-sqlite DESCR-tests DESCR-tkinter DESCR-tools MESSAGE MESSAGE-idle PFRAG.mm PLIST PLIST-bsddb PLIST-bz2 PLIST-expat PLIST-gdbm PLIST-idle PLIST-sqlite PLIST-tests PLIST-tkinter PLIST-tools UNMESSAGE UNMESSAGE-idle Log message: Python 2.5 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/01 14:06:12 Modified files: devel/p5-version: Makefile distinfo Log message: update to 0.68, and unbreak, it's not arch independent CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 14:11:55 Modified files: lang/python : Makefile.inc Log message: Switch from Setup files to setup.py; add new subpackages CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/01 14:13:20 Modified files: net/kismet : Makefile distinfo net/kismet/patches: patch-Makefile_in patch-conf_kismet_conf_in patch-configure_in patch-gpsmap_cc patch-man_gpsmap_1 patch-panelfront_cc patch-pcapsource_cc patch-scripts_kismet_in net/kismet/pkg : MESSAGE-gpsmap Added files: net/kismet/patches: patch-configfile_cc patch-expat_cc patch-frontend_cc patch-gpsmap_cache_cc patch-ifcontrol_cc patch-kismet_server_cc patch-macaddr_h patch-manuf_cc patch-packet_cc patch-packet_h patch-packetracker_cc patch-packetsource_h patch-packetstream_h patch-panelfront_display_cc patch-pcapsource_h patch-prism2source_cc patch-prism2source_h patch-tcpclient_cc patch-util_cc patch-util_h Log message: Update to 2006-04-R1, with some patches from the upstream kismet SVN. While here, update my mail address and comment most of the patch files. Some WANTLIB spanking and ok, sturm@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/11/01 14:16:57 Modified files: faq : faq11.html Log message: X11 bits for vax with lcg(4) and lcspx(4) ok miod nick CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 14:18:38 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_4_0 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 14:20:04 Modified files: lang/python : Makefile Log message: Add 2.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:25:52 Modified files: bin/ps : ps.1 Log message: +.Ex -std ps CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:34:41 Modified files: bin/ps : ps.1 Log message: some minor adjustments to the options list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:40:17 Modified files: bin/ps : ps.1 Log message: -.Xr sh 1 , CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/01 15:24:20 Modified files: sys/dev/i2c : i2c_scan.c Log message: lm75 scoring should not show up in verbose CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 15:26:28 Modified files: databases/db : Makefile.inc databases/db/v4: Makefile databases/db/v4/patches: patch-dist_Makefile_in patch-dist_configure databases/db/v4/pkg: PLIST Added files: databases/db/v4/patches: patch-java_src_com_sleepycat_db_db_javaJNI_java patch-libdb_java_java_util_i databases/db/v4/pkg: DESCR-java PFRAG.shared-java PLIST-java Log message: enable java bindings for v4 and place into subpackage. with help and okay from steven@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 16:25:18 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Put common data for each RX DMA descriptor into a new rxsoft structure. From tsutsui@NetBSD Tested by brad@ otto@ Tested on amd64/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/01 16:39:34 Modified files: sys/net : if_pfsync.c if_pflog.c Log message: Attach pfsync0 and pflog0 by default like they used to, /etc/rc depends on them being there. diff & ok deraadt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 16:57:24 Modified files: lang/gcc/4.0 : Makefile lang/gcc/4.1 : Makefile lang/gcc/4.2 : Makefile Log message: switch -f95 gmp dependency to gmp and mpfr CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/11/01 17:38:34 Modified files: sys/dev/pci : if_vic.c Log message: whitespaces cleanup, no functional change ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:27:34 Modified files: sys/dev/mii : rlphy.c Log message: simplify parent driver matching code a bit. no-op change. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 18:43:01 Modified files: usr.bin/ftp : cmds.c util.c Log message: Add checks for fgets and properly overwrite newline. Initial patch from Charles Longeau . OK moritz@ and jaredy@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:49:04 Modified files: sys/conf : Tag: OPENBSD_4_0 newvers.sh Log message: -stable CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 18:51:33 Modified files: usr.bin/ftp : cmds.c util.c Log message: Pass full buffer size to fgets. OK moritz@ and jaredy@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:52:08 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 arc.c Log message: MFC: Fix by dlg@ well, this is embarassing. it turns out a drivers detach code isnt called when the machine is shutting down which meant my bits to stop bgrb and sync the cache werent being run. without those bits being run the filesystems on these controllers were never clean on reboot, so we'd always get an fsck. so now we provide a shutdown hook which does get run on shutdown to sync the cache properly. found by claudio@ ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 18:54:13 Modified files: sys/dev/pci : if_vic.c Log message: rewrite the tx path so it doesnt feel so lopsided. now i can have coffee! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:56:59 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:01:36 Modified files: sys/dev/pci : if_vic.c Log message: more whitespace fixes CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 19:06:05 Modified files: games/atc : main.c Log message: Check for valid character before truncating string. Initial patch from Charles Longeau . OK moritz@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:08:18 Modified files: sys/dev/pci : if_vic.c Log message: VIC_DEBUG is useless, so it goes away CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:10:12 Modified files: sys/dev/pci : if_vic.c Log message: we sync regions in the dma area anymore, we just sync the whole thing. this means the insane macro used to calculate the offset for syncing can go away. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 19:17:22 Modified files: sys/dev/pci : if_vic.c Log message: set the proper maximum queue length. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 21:32:59 Modified files: sys/dev/pci : if_vic.c Log message: split the initialisation of the dma area up between the attach path and the interface init path. the init path now does the allocation of the dmamaps for both tx and rx, and allocates the mbufs for the rx ring. the interface stop is now uncommented. it waits for the hardware to stop working, and cleans up the bits allocated in the init path. ifconfig vic0 up and ifconfig vic0 down both work now. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 21:56:04 Modified files: sys/dev/pci : if_vic.c Log message: remove cruft CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 21:56:13 Modified files: sys/dev/acpi : acpitz.c Log message: Add active cooling support mostly by me with jordan help. Add initial passive cooling trending formulas by jordan. ok jordan@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 21:58:20 Modified files: sys/dev/acpi : acpitz.c Log message: Ooops, forgot a debug printf. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 22:10:10 Modified files: sys/dev/pci : if_vic.c Log message: set up a tick to check the link state every second. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 22:52:24 Modified files: sys/dev/acpi : acpi.c Log message: Fix comments to reflect reality. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 22:53:57 Modified files: share/man/man4 : vic.4 pci.4 Log message: fix up vic a bit and add it to the pci man page. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 22:58:49 Modified files: sys/dev/acpi : acpi.c Log message: Kill acpiec attach function and add its functionality to the generic _HID device attach prodded and ok jordan CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/02 00:03:29 Modified files: graphics/gmt : Makefile net/GeoIP : Makefile net/p5-Geo-IP : Makefile www/mod_geoip : Makefile misc/gpsd : Makefile misc/garmin-utils: Makefile x11/xglobe : Makefile x11/xplanet : Makefile Log message: add 'geo' to categories for these. ok ckuethe@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/11/02 00:20:36 Modified files: share/man/man4 : vic.4 Log message: add an example on how to add the virtual nic to a virtual machine. discussed with and ok'ed by jmc@ and dlg@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/02 00:33:47 Modified files: . : plat.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/02 00:39:17 Modified files: . : vax-simh.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/11/02 00:48:59 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-engines_simon_simon_cpp Removed files: games/scummvm/patches: patch-tools_convbdf_c Log message: Update to 0.9.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 01:21:23 Modified files: share/man/man4 : vic.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 01:24:48 Modified files: usr.bin/ftp : ftp.1 Log message: ftp(1) sends EPSV by default, not PASV; from daniel wade ok deraadt CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/02 02:42:44 Modified files: . : INDEX Log message: sync, 3750 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 02:57:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document the new package repository structure, mark BIN_PACKAGES as obsolete, explain update and subupdate. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 02:58:09 Modified files: share/man/man7 : ports.7 Log message: say goodbye to BIN_PACKAGES CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 03:12:17 Modified files: share/man/man5 : bsd.port.mk.5 Log message: partially document the sub* stuff CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 03:18:07 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document print-plist/print-plist-contents CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:54:15 Modified files: games/xjewel : Makefile Removed files: games/xjewel/scripts: configure Log message: Replace configure `script' with equivalent MAKE_FLAGS/FAKE_FLAGS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:56:56 Modified files: games/xdeblock : Makefile Removed files: games/xdeblock/scripts: configure Log message: zap configure script CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:57:21 ports/devel/eclipse/sdk/files Update of /cvs/ports/devel/eclipse/sdk/files In directory cvs.openbsd.org:/tmp/cvs-serv7457/files Log Message: Directory /cvs/ports/devel/eclipse/sdk/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:59:17 Modified files: devel/eclipse/sdk: Makefile Added files: devel/eclipse/sdk/files: prepatch.sh Removed files: devel/eclipse/sdk/scripts: prepatch.sh Log message: move script prior to zapping SCRIPTDIR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:07:13 Modified files: audio/rplay : Makefile Removed files: audio/rplay/scripts: configure Log message: say goodbye to configure, integrate it in Makefile. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:09:01 Modified files: lang/unicon : Makefile Added files: lang/unicon/files: mk_icont Removed files: lang/unicon/scripts: mk_icont Log message: mv from SCRIPTDIR to FILESDIR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:18:27 ports/lang/smlnj/files Update of /cvs/ports/lang/smlnj/files In directory cvs.openbsd.org:/tmp/cvs-serv7353/files Log Message: Directory /cvs/ports/lang/smlnj/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:22:15 Modified files: lang/smlnj : Makefile Added files: lang/smlnj/files: get-cm Removed files: lang/smlnj/scripts: get-cm Log message: move SCRIPTDIR to FILESDIR CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/02 04:25:13 Modified files: openbgpd : users.html Log message: easyspeedy uses openbgpd CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/02 05:26:37 Modified files: databases/db : Makefile.inc databases/db/v4: Makefile Log message: Provide a no_java FLAVOR as discussed on icb. ok robert@, msf@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 05:34:19 Modified files: bin/ps : ps.1 Log message: overhaul the keywords section; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 05:39:12 Modified files: mail/exmh2 : Makefile Added files: mail/exmh2/files: configure Removed files: mail/exmh2/scripts: configure Log message: zap SCRIPTSDIR CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 05:45:07 Modified files: build : mirrors.dat Log message: I did wrong indentation for new munich HTTP mirror, noticed by Marcus Popp no output change, so no sync needed CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/02 05:46:13 Modified files: lang/ruby : Makefile Added files: lang/ruby/patches: patch-lib_cgi_rb Log message: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info ok msf@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 08:04:39 Modified files: databases/db/v4: Makefile databases/db/v4/pkg: PLIST-java Log message: fix stupid mistake. the java subpackage has shared libs, so lets install them. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 09:48:11 Modified files: share/man/man7 : ports.7 Log message: kill trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 09:54:16 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/02 10:53:03 Modified files: x11/icewm : Makefile distinfo x11/icewm/pkg : PLIST Log message: - update to 1.2.28 (from Mike Belopuhov ) - take over maintainership. "Go ahead, commit" bernd@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/02 10:54:59 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Log message: Update to version 2.1.3, bugfixes and a slovenian translation. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:00:03 Modified files: usr.bin/grep : grep.c Log message: Check length before checking index of len - 1. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:02:16 Modified files: usr.bin/encrypt: encrypt.c Log message: There is no need to trim an empty string any further, just return it. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:07:03 Modified files: sbin/raidctl : raidctl.c Log message: Error out on empty string passed as device name. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:07:56 Modified files: sbin/raidctl : rf_configure.c Log message: Check for newline before truncating. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:10:40 Modified files: kerberosV/src/appl/login: limits_conf.c Log message: Report to syslog strings that start with NUL; prevents negative index array access. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:13:03 Modified files: games/trek : out.c Log message: Don't access buf[strlen(buf) - 1] on empty strings. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:15:02 Modified files: games/sail : pl_main.c Log message: Check fgets failure and clarify character checks. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:19:30 Modified files: games/quiz : quiz.c Log message: Don't check buf[strlen(buf) - 1] on empty strings. OK moritz@. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/02 11:19:59 Modified files: lib/libc/stdlib: strtol.3 Log message: columns for underflow and overflow were swapped, noticed by Mathieu Olivier ok jmc@ mickey@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:21:20 Modified files: bin/ksh : main.c Log message: Only check if last three letters are "/sh" if string is at least three characters long. OK moritz@. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/02 11:23:22 Modified files: faq/fr : faq7.html faq/pf/fr : anchors.html authpf.html config.html example1.html logging.html macros.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html fr : mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html openbgpd/fr : index.html openntpd/fr : portable.html pt : index.html stable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:27:29 Modified files: usr.sbin/ppp/ppp: auth.c Log message: Check that last character is a newline before truncating; prevents negative index array access. OK moritz@. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 11:45:01 Modified files: build : mirrors.dat Log message: disable 3 ftp mirrors who fail to update and don't answer mails footwork and diff by Marcus Popp, thanks! CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 11:45:57 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 12:56:23 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_4_0 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_4_0 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_4_0 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_4_0 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_4_0 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 13:45:17 Modified files: sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: enable vic(4) now that it works. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/02 14:11:07 Modified files: devel/ivy : Makefile Log message: Don't blindly reference PKGNAME in other variables and/or targets, since it breaks pkg bumps. noticed and ok, naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/02 14:30:57 Modified files: astro/jday : Makefile distinfo astro/jday/pkg : DESCR PLIST Added files: astro/jday/pkg : PFRAG.shared Removed files: astro/jday/patches: patch-jday_c Log message: update to 2.4 (three years of miscellaneous changes) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 15:16:22 Modified files: sys/arch/sh/include: db_machdep.h Log message: proper brkpt detection so continue does restart proper CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/02 16:00:28 Modified files: sys/arch/sh/sh : locore_subr.S Log message: Remove unused code and move the knowledge of struct switchframe to a single place. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:28:04 Modified files: sys/dev/pci : if_vic.c Removed files: sys/dev/pci : if_vicreg.h Log message: merge the register description into the c file. nothing else will ever use the reg descriptions, so why pollute the tree with it? CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:29:04 Modified files: sys/dev/pci : if_vic.c Log message: reyk said i can put my copyright on this file too. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:32:16 Modified files: sys/dev/pci : if_vic.c Log message: pointers in hardware structures are stupid. shame on you vmware. this should have a chance at running on amd64 now. can anyone test? CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:35:16 Modified files: sys/dev/pci : if_vic.c Log message: dont set tx_stopped when we actually want to do tx. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:39:23 Modified files: sys/dev/pci : if_vic.c Log message: comments like "schedule timeout" before going timeout_add are dumb. learn to read the code. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:43:35 Modified files: sys/dev/pci : if_vic.c Log message: if the hardware doesnt say it can do scatter gather lists for tx, then limit it to one dma segment so it only fills one scatter gather entry. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 19:23:23 Modified files: share/man/man4 : vic.4 Log message: vmware can also emulate em these days, not just pcn. remove some verbosity that describes features we dont use or care about. im an author too. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 19:52:02 Modified files: sys/arch/sh/sh : trap.c Log message: step and stuff works in ddb now too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/02 20:23:07 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 20:35:42 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: mdproc has to be initialised CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 20:38:08 Modified files: sys/arch/sh/sh : pmap.c Log message: must steal pages from the end of the physseg CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/02 21:39:23 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Use __start (the symbol we provide) not start. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 21:50:39 Modified files: databases/db/v4: Makefile Log message: set MODJAVA_VER=1.3+ and MODJAVA_JRERUN=Yes for java subpackage CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 22:11:09 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh editors/openoffice/patches: patch-config_office_configure_in patch-config_office_set_soenv_in editors/openoffice/pkg: PLIST Added files: editors/openoffice/pkg: DESCR-java DESCR-kde PFRAG.shared-java PFRAG.shared-kde PLIST-java PLIST-kde Removed files: editors/openoffice/patches: patch-readlicense_oo_util_makefile_pmk Log message: - enable KDE integration and add openoffice-kde subpackge for this optional feature - enable building with java and add openoffice-java subpackage for this optional feature. this corrects the "save as" problem and provides help files in the base package. so now java is needed to build OOo but not to run it. some OOo features require java to run, so install the openoffice-java subpackage for that. - make sbase, smath, setofficelang and spadmin applications available via wrapper script. - tweak configure to find versioned Qt shared libs. - adjust include and lib search order again - sigh. put /usr/local before jdk but after OOo dirs. this allows system libjpeg to be used over jdk libjpeg and still avoids build conflicts with things like cppunit. - remove extra patch to readlicense_oo/util/makefile.pmk some testing and input ian@ okay robert@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/02 22:55:50 Modified files: mail/postfix/stable: Makefile distinfo Log message: Postfix 2.3.4 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:32:39 Modified files: sys/dev/pci : pcidevs Log message: correct the Intel 108e id, its not a Gig MAC PCI id but an IPMI interface for the NIC and add 108f which is an AMT interface for the NIC. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:33:22 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:39:10 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: the 8257E KCS PCI id is not the MAC but an IPMI interface being provided from the chipset, so remove it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 00:18:31 Modified files: benchmarks/pear-Benchmark: Makefile Log message: CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/03 00:59:06 Modified files: faq/nl : faq13.html faq15.html faq8.html faq/pf/pl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pl : faq1.html faq10.html faq12.html faq13.html faq14.html faq15.html faq9.html upgrade39.html fr : alpha.html amd64.html armish.html cats.html hp300.html hppa.html i386.html luna88k.html nl : 39.html 40.html anoncvs.html i386.html plat.html stable.html openbgpd/nl : ftp.html index.html pl : index.html Added files: faq/pl : upgrade40.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/03 01:29:00 Modified files: math/amd : Makefile math/blas : Makefile distinfo math/cblas : Makefile math/lapack : Makefile math/umfpack : Makefile Log message: do not reference PKGNAME in other vars pointed out by naddy CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 01:47:12 Modified files: share/man/man4 : vic.4 pci.4 Log message: vmxnet -> VMXnet ethernet -> Ethernet ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 02:41:40 Modified files: share/man/man4 : vic.4 Log message: move the hardware info to a more relevant part of the doc; no need for a separate HARDWARE section; ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 02:45:35 Modified files: share/man/man4 : vic.4 Log message: no need to capitalise "virtual"; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 03:08:06 Modified files: share/man/man4 : vic.4 Log message: improve EXAMPLES somewhat; from dlg and myself CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/03 03:56:44 Modified files: devel/apr : Makefile devel/apr-util : Makefile Log message: Use MASTER_SITE_APACHE CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 04:45:31 Log message: Authentication libraries for courier. New versions of maildrop, courier-imap and friends use these for authentication purposes. port made with help from bernd, thanks. Status: Vendor Tag: mbalmer Release Tags: courier-authlib_20061103 N ports/mail/courier-authlib/Makefile N ports/mail/courier-authlib/distinfo N ports/mail/courier-authlib/patches/patch-liblock_locktest_c N ports/mail/courier-authlib/patches/patch-authdaemond_in N ports/mail/courier-authlib/patches/patch-authldap_h N ports/mail/courier-authlib/patches/patch-authpipelib_c N ports/mail/courier-authlib/patches/patch-configure N ports/mail/courier-authlib/patches/patch-userdb_pw2userdb_in N ports/mail/courier-authlib/pkg/DESCR-ldap N ports/mail/courier-authlib/pkg/DESCR N ports/mail/courier-authlib/pkg/DESCR-userdb N ports/mail/courier-authlib/pkg/DESCR-mysql N ports/mail/courier-authlib/pkg/DESCR-pgsql N ports/mail/courier-authlib/pkg/PFRAG.shared N ports/mail/courier-authlib/pkg/MESSAGE N ports/mail/courier-authlib/pkg/PFRAG.shared-ldap N ports/mail/courier-authlib/pkg/PFRAG.shared-mysql N ports/mail/courier-authlib/pkg/PFRAG.shared-pgsql N ports/mail/courier-authlib/pkg/PFRAG.shared-userdb N ports/mail/courier-authlib/pkg/PLIST N ports/mail/courier-authlib/pkg/PLIST-ldap N ports/mail/courier-authlib/pkg/PLIST-mysql N ports/mail/courier-authlib/pkg/PLIST-pgsql N ports/mail/courier-authlib/pkg/PLIST-userdb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 04:47:30 Modified files: mail : Makefile Log message: Add courier-authlib CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 05:59:52 Modified files: sbin/restore : restore.8 Log message: correctify example; from a mail posted to misc@ from uwe dippel; ok otto CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 06:25:02 Log message: Initial import of gnugetopt-1.1.4. GNU getopt(1) is a program to help shell scripts parse command-line parameters. Port started by msf@ and finished by me. ok msf@ Status: Vendor Tag: bernd Release Tags: bernd_2006-nov-3 N ports/misc/gnugetopt/Makefile N ports/misc/gnugetopt/distinfo N ports/misc/gnugetopt/patches/patch-Makefile N ports/misc/gnugetopt/patches/patch-getopt_1 N ports/misc/gnugetopt/patches/patch-getopt-parse_bash N ports/misc/gnugetopt/patches/patch-getopt-parse_tcsh N ports/misc/gnugetopt/patches/patch-getopt_c N ports/misc/gnugetopt/pkg/PLIST N ports/misc/gnugetopt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 06:26:12 Modified files: misc : Makefile Log message: Add gnugetopt CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:50:54 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/pkg: DESCR-utils MESSAGE PLIST PLIST-utils Removed files: mail/maildrop/pkg: PFRAG.ldap PFRAG.mysql SECURITY Log message: Part one of the update to maildrop-2.0.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:51:11 ports/mail/maildrop/patches Update of /cvs/ports/mail/maildrop/patches In directory cvs.openbsd.org:/tmp/cvs-serv5751/patches Log Message: Directory /cvs/ports/mail/maildrop/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:52:19 Added files: mail/maildrop/files: SECURITY mail/maildrop/patches: patch-liblock_locktest_c patch-maildir_Makefile_am patch-maildir_Makefile_in patch-maildrop_Makefile_in patch-maildrop_configure patch-maildrop_maildrop_1_in patch-maildrop_maildropfilter_7_in Log message: Part 2 and end of the update to maildrop-2.0.2. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/03 07:00:22 Log message: initial import of xmlto-0.0.18 xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061003 N ports/textproc/xmlto/distinfo N ports/textproc/xmlto/Makefile N ports/textproc/xmlto/pkg/PLIST N ports/textproc/xmlto/pkg/DESCR N ports/textproc/xmlto/patches/patch-xmlto_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/03 07:03:39 Modified files: textproc : Makefile Log message: +xmlto CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/03 07:23:31 Modified files: faq/fr : faq1.html faq10.html faq11.html faq12.html faq13.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade39.html fr : ftp.html plat.html vax-simh.html openbgpd/fr : users.html openntpd/fr : portable.html pt : goals.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/03 07:29:12 Modified files: audio/xmms-shn : Makefile audio/xmms-sid : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:13:46 Modified files: infrastructure/db: user.list Log message: Add a userid, _courier, for the courier mailsystem. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:15:02 Modified files: mail/maildrop : Makefile mail/maildrop/pkg: PLIST PLIST-utils Log message: Fix user id. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/03 08:15:07 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-include_vlc_threads_funcs_h patch-m4_vlc_m4 patch-modules_access_ftp_c patch-modules_access_mms_mmsh_c patch-modules_gui_ncurses_c patch-modules_gui_pda_pda_callbacks_c patch-src_misc_modules_c x11/vlc/pkg : PLIST Log message: update to 0.8.5 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:16:41 Modified files: mail/courier-authlib: Makefile mail/courier-authlib/pkg: PLIST Log message: Fix user id. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/03 08:21:25 Modified files: usr.sbin/ripd : message.c Log message: if the nexthop is not reachable through outgoing interface set it to INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/03 08:38:38 Modified files: sbin/mount_nfs : mount_nfs.c Log message: storing return value of strtol() in int variable was not safe, also strtol() result was not checked for under/overflow thus, rewrite getopt switch/cases with strtonum() and sensible bounds help from mickey@ millert@, ok millert@, no objections otto@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 09:19:56 Modified files: mail/courier-imap: Makefile distinfo mail/courier-imap/patches: patch-imap_imapd-ssl_dist_in patch-imap_mkimapdcert_in patch-imap_mkpop3dcert_in patch-imap_pop3d-ssl_dist_in mail/courier-imap/pkg: DESCR DESCR-pop3 MESSAGE MESSAGE-pop3 PLIST PLIST-pop3 Added files: mail/courier-imap/patches: patch-imap_imaplogin_c patch-imap_pop3login_c patch-liblock_locktest_c patch-tcpd_libcouriertls_c Removed files: mail/courier-imap/patches: patch-Makefile_in mail/courier-imap/pkg: DESCR-ldap DESCR-mysql DESCR-pgsql PLIST-ldap PLIST-mysql PLIST-pgsql Log message: Update to courier-imap 4.1.1. If you used courier-imap before, you should now also use courier-authlib (which is new) as the authentication stuff has been moved there. This should make our courier system again faily complete, we have been running this code for almost a year. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 09:20:58 Modified files: mail/courier-imap/pkg: PLIST-pop3 Log message: user id... CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/03 09:27:52 Modified files: usr.bin/xlint/lint1: Makefile Log message: ouT makefile rules are smarter now, kill a redundant CLEANFILES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 10:01:10 Modified files: lang/icon/interp: Makefile lang/unicon : Makefile mail/elm : Makefile x11/enlightenment: Makefile Log message: Remove traces of SCRIPTS_ENV CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 10:03:28 Modified files: infrastructure/templates: Makefile.template infrastructure/mk: bsd.port.mk Log message: bye, bye SCRIPTS_ENV, bye, bye SCRIPTDIR CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:12:16 Modified files: www/xoops : Tag: OPENBSD_4_0 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/03 10:14:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: SCRIPTDIR and SCRIPTS_ENV are obsolete now. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/11/03 10:15:43 Modified files: . : press.html Log message: Some 4.0 stuff: Biancuzzi and Matzem CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 10:28:01 Modified files: sys/arch/sh/include: param.h Log message: For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. I suspect this is really a bug in the P1_STACK code path. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:34:38 Modified files: databases/postgresql: Tag: OPENBSD_4_0 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_4_0 patch-configure databases/postgresql/pkg: Tag: OPENBSD_4_0 PLIST-docs Log message: MFC: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:35:00 Modified files: misc/screen : Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:38:53 Modified files: games/fire : Tag: OPENBSD_4_0 Makefile Added files: games/fire/patches: Tag: OPENBSD_4_0 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 10:52:27 Modified files: sys/arch/sh/sh : trap.c Log message: Return address is way too useful to not print here. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 10:55:07 Modified files: net/micq : Makefile Added files: net/micq/patches: patch-src_oscar_roster_c Log message: Fix icq login problem. Backported from micq CVS. ok david@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 11:00:59 Modified files: x11/kde/network3: Makefile Added files: x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_client_cpp patch-kopete_protocols_oscar_oscaraccount_cpp Log message: Backport a fix for kopete/icq from the kde subversion repository. Fix bug 136566: Connecting to ICQ doesn't work anymore. ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/03 11:02:13 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_cfg Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_h Log message: Add support for amd64, from NetBSD ok sturm@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/03 12:02:08 Modified files: sys/net80211 : ieee80211_output.c ieee80211_proto.h Log message: Add two new functions: - ieee80211_get_rts - ieee80211_get_cts_to_self that can be use by drivers for chipsets that don't offer hardware assisted RTS/CTS protection (like ral/ural/rum). "no objections here" jsg@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:27:23 src/usr.sbin/acpiscan Update of /cvs/src/usr.sbin/acpiscan In directory cvs.openbsd.org:/tmp/cvs-serv18683/acpiscan Log Message: Directory /cvs/src/usr.sbin/acpiscan added to the repository CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:33:56 Modified files: usr.sbin : Makefile Added files: usr.sbin/acpiscan: Makefile acpiscan.8 acpiscan.c oslib.c oslib.h Log message: Add Jordan's acpiscan acpi table dump tool. The current tool, acpidump, does not dump all relevant tables and will eventually be deprecated by this. It needs some more cleanup but we need to start getting acpi dumps from the field using this instead of acpidump. Code written by jordan, cleanup by me. ok jordan@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/03 12:34:56 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: add new code to handle the AL7230B radios. code written by Florian Stoehr. not tested due to lack of hardware. if you happen to have an adapter with this radio please report success/ failure. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/03 12:38:18 Modified files: usr.sbin : Makefile Log message: delete marco bullshit CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/03 12:39:33 Modified files: libexec/spamlogd: Makefile spamlogd.8 spamlogd.c Log message: donot for tcpdump, use libpcap directly. joint work with Berk D. Demir, ok beck deraadt CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:49:38 Removed files: usr.sbin/acpiscan: Makefile acpiscan.8 acpiscan.c oslib.c oslib.h Log message: Revert acpiscan commit. This should have replaced acpidump instead of being a new tool. My bad. prompted by deraadt. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 12:54:02 Modified files: sys/arch/landisk/landisk: conf.c Log message: need an entry for scif CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 13:08:35 Modified files: sys/arch/landisk/include: conf.h Log message: add scif CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 13:16:12 Modified files: devel/mpfr : Makefile Log message: build with gmp build so that sparc64 gets correct defines and passes its regression tests. Until the mpfr guys fix their build for real... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 13:21:23 Modified files: sys/arch/sh/dev: scif.c sys/arch/landisk/include: conf.h sys/arch/landisk/landisk: conf.c Log message: cleanup some devices CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/03 13:56:23 Modified files: devel/nspr : Makefile Log message: - add sparc64 to ONLY_FOR_ARCHS - take over maintainership - bump PKGNAME ok kurt@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2006/11/03 14:01:28 Modified files: . : i386-laptop.html Log message: update my msi s270 entry. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 14:23:22 Modified files: lib/libc/arch//sh/sys: fork.S Log message: Dont double fork, and since the assembles the same, use -1, instead of 0xff to subtract one. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 14:28:15 Modified files: distrib/landisk/ramdisk: Makefile Log message: build the right kernel... CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/03 15:02:21 Modified files: faq : faq8.html Log message: mention a few more hints in the JDK section. looks good kurt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/03 15:18:41 Modified files: productivity/devtodo: Makefile graphics/dia : Makefile graphics/sodipodi: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 15:32:27 Modified files: sys/dev/pci : if_vr.c Log message: vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost" printf which will never be reached. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 15:44:02 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure patch-hacks_deco_c x11/xscreensaver/pkg: DESCR PLIST Removed files: x11/xscreensaver/pkg: PFRAG.no-no_gle Log message: update xscreensaver to 5.01 ok kili mbalmer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:03:09 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: use DROP IF EXISTS (from Martynas Venckus) fix WANTLIB, regexp to strip version was totally wrong... (more to come) CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 16:03:41 Modified files: databases/mnemo: Makefile distinfo databases/mnemo/pkg: PLIST Log message: The major changes compared to the Mnemo H3 (2.1) version are: * Small bug fixes and improvements. * Added Slovenian translation and updated Brazilian Portuguese, Dutch, French, German, Greek, Italian, and Traditional Chinese translations. The full list of changes (from version H3 (2.1)) can be viewed here: http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.31&r2=1.63.2.37&ty=h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:19:42 Modified files: infrastructure/mk: pkgpath.mk Log message: revert. called from bsd.port.subdir.mk as well, which doesn't define TMPDIR. Noticed by steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:26:41 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: optimize table structure, idea from Martynas Venckus CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 16:45:27 Modified files: sys/dev/pci : if_vr.c Log message: vr_rxeof(): stick receive error messages under VR_DEBUG. vr_init(): add debug printfs for some error conditions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 16:54:55 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update to 5.11 ok steven CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 17:01:24 Modified files: sys/arch/sh/sh : db_trace.c Log message: make stack trace look as other flavoured stack traces look like CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 17:10:23 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: update to 1.12 and update my address while there ok steven CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:14:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:15:26 Modified files: share/man/man5 : bsd.port.mk.5 Log message: oops - forgot to kill trailing spaces; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:19:44 Modified files: libexec/spamlogd: spamlogd.8 Log message: remove misplaced -l stuff; henning needs more caffeine... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 17:35:48 Modified files: faq : faq15.html Log message: http://www.openbsd.org/4.0_packages/ still doesn't exist. Remove reference until/unless it arrives. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/03 17:51:18 Modified files: www/elinks : Makefile Log message: disable spidermonkey, otherwise the build picks it up. ok maintainer James Prevatt CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 17:59:14 Modified files: faq : faq4.html Log message: Get my tags straight... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:02:44 Modified files: faq : faq1.html Log message: Validation. At least one really counted. Oops. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:03:37 Modified files: faq : index.html Log message: missing CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/03 18:05:08 Modified files: faq : faq4.html Log message: fix partition size. ok nick@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:33:06 Modified files: faq : faq4.html Log message: this section is describing where the install kernel is coming from, not what the kernel name is. Oddity spotted by steven@, who also helped me refine the wording a bit. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 19:08:25 Modified files: sys/arch/sh/sh : clock.c Log message: make compile w/ debug CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/03 20:02:28 Modified files: . : errata.html security.html Log message: add the httpd, openssl and systrace issues for 4.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/03 20:47:00 Modified files: share/man/man4 : arc.4 mpi.4 Log message: new devices and some sorting CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/11/03 21:07:38 Modified files: . : press.html Log message: Tectonic and Ars Technica mention the 4.0 release CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 22:19:06 Modified files: usr.sbin/bgpd : Tag: OPENBSD_4_0 pfkey.c session.h Log message: MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to remove SAs and flows later again, even if the configuration info changed due to reload. rev 1.34 storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/03 23:03:51 Modified files: sys/scsi : scsi_base.c Log message: kthread_create returns an int, not a pointer. compare the return value to 0, not NULL. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/04 01:11:18 Modified files: www/nag : Makefile distinfo www/nag/pkg : PLIST Log message: Maintenance update to 2.1.2. Adds slovenian translation. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 01:47:34 Modified files: sys/dev/pci : pcidevs Log message: add the Broadcom BCM5825 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 01:49:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 02:23:01 Modified files: devel/jdk/1.5 : Tag: OPENBSD_4_0 Makefile devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-hotspot_src_os_bsd_vm_os_bsd_cpp Added files: devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-j2se_src_share_classes_java_util_TimeZone_java Log message: MFC: - Fix jdk build when timezone is GMT+0. Reported by Schvberle Daniel - Fix short Thread.sleep() issue. Reported by Mr David SH Rosenthal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/04 03:14:36 Modified files: devel/p5-Event : Makefile distinfo Log message: update to 1.08 and update my address while there. ok steven CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 03:53:37 Modified files: . : checklist.html porting.html porting : libraries.html Added files: porting : update.html Log message: add placeholders linking to porting/update.html, to be fleshed out a bit later. document the libtool changes with respect to shared libraries. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 04:09:24 Modified files: lang/ruby : Tag: OPENBSD_4_0 Makefile Added files: lang/ruby/patches: Tag: OPENBSD_4_0 patch-lib_cgi_rb Log message: MFC: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 04:23:25 Modified files: porting : update.html Log message: Document outline to be filled in later, plus a start at an update checklist. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 04:24:49 Modified files: xc/programs/Xserver/hw/xfree86/drivers/ati: Imakefile atiident.c atimodule.c atimodule.h atiprobe.c radeon_chipset.h radeon_driver.c radeon_probe.c Removed files: xc/programs/Xserver/hw/xfree86/drivers/ati: rm6.h rm6.man rm6_accel.c rm6_accelfuncs.c rm6_bios.c rm6_chipset.h rm6_cursor.c rm6_dga.c rm6_driver.c rm6_macros.h rm6_mergedfb.c rm6_mergedfb.h rm6_misc.c rm6_probe.c rm6_probe.h rm6_render.c rm6_version.h rm6_video.c Log message: Fix video playback in the radeon driver for mobility M6 chips and remove the rm6 driver hack. ok todd@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 04:46:17 Modified files: lang/ruby : Tag: OPENBSD_3_9 Makefile Added files: lang/ruby/patches: Tag: OPENBSD_3_9 patch-lib_cgi_rb Log message: MFC: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 04:57:04 Modified files: porting : update.html Log message: intro to update concepts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:00:03 Modified files: www/p5-libwww : Makefile distinfo www/p5-libwww/pkg: PLIST Log message: update to 5.805, okay msf@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:11:53 Log message: The exiv2 library is a C++ library to allow access to exif and other meta-data in an image. Status: Vendor Tag: espie Release Tags: e N ports/graphics/exiv2/distinfo N ports/graphics/exiv2/Makefile N ports/graphics/exiv2/pkg/PLIST N ports/graphics/exiv2/pkg/DESCR N ports/graphics/exiv2/pkg/PFRAG.shared N ports/graphics/exiv2/patches/patch-src_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:27:19 Modified files: databases/db/v4: Makefile Log message: instead of building with java by default and a no_java pseudo flavor, go with a a java pseudo flavor to enable the java build and subpackage. no pkg bumps. as discussed with naddy@, pval@ & nikolay@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:29:20 Modified files: editors/openoffice: Makefile Log message: need to use the java pseudo flavor to enable the db4 java subpackage now. no pkg bumps. as discussed with naddy@, pval@ & nikolay@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:34:18 Modified files: editors/openoffice: Makefile Log message: actually since the RUN_DEPEND changed a pkg bump is needed for at least the java subpackage. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:44:27 Modified files: databases/db : Makefile Log message: insist on java for bulk-builds on i386, and for description. Avoid re-building the same packages twice on i386... CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/04 05:46:48 Modified files: sys/dev/pci : pcidevs Log message: Add Radeon X1300 Pro (with secondary). input and ok brad CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/04 05:48:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 05:49:11 ports/lang/open-cobol/patches Update of /cvs/ports/lang/open-cobol/patches In directory cvs.openbsd.org:/tmp/cvs-serv16280/patches Log Message: Directory /cvs/ports/lang/open-cobol/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 05:52:06 Modified files: lang/open-cobol: Makefile distinfo Added files: lang/open-cobol/patches: patch-configure_ac Log message: Fix the autoconf tests for our new gmp (from upstream) and update to 0.32. some corrections and ok, steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:30:43 Modified files: graphics : Makefile graphics/kimdaba: Makefile Log message: add exiv2 and activate it in kphotoalbum CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:42:02 Log message: recursive copy from perl. current version, prerequisite for catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-File-Copy-Recursive/distinfo N ports/devel/p5-File-Copy-Recursive/Makefile N ports/devel/p5-File-Copy-Recursive/pkg/DESCR N ports/devel/p5-File-Copy-Recursive/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:45:29 Log message: lightweight oo exceptions in perl. prerequisite for catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Class-Throwable/distinfo N ports/devel/p5-Class-Throwable/Makefile N ports/devel/p5-Class-Throwable/pkg/DESCR N ports/devel/p5-Class-Throwable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:54:35 Log message: `plugins' oo mechanism for perl modules. Prerequisite for Catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Pluggable/distinfo N ports/devel/p5-Module-Pluggable/Makefile N ports/devel/p5-Module-Pluggable/pkg/DESCR N ports/devel/p5-Module-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:40:48 Modified files: distrib/sets/lists/xserv: md.alpha md.amd64 md.cats md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:41:41 Modified files: distrib/sets/lists/xserv: md.hppa Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:43:11 Log message: Config::General is a configuration parser using a format similar to Apache. It is a regression depend for some module needed for catalyst. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Config-General/Makefile N ports/devel/p5-Config-General/distinfo N ports/devel/p5-Config-General/pkg/PLIST N ports/devel/p5-Config-General/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:45:56 Log message: pluggable configuration file reader. Prerequisite for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Config-Any/distinfo N ports/devel/p5-Config-Any/Makefile N ports/devel/p5-Config-Any/pkg/DESCR N ports/devel/p5-Config-Any/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:48:42 Removed files: distrib/notes : README.cats distrib/sets/lists/xbase: md.cats distrib/sets/lists/xetc: md.cats distrib/sets/lists/xserv: md.cats distrib/sets/lists/xshare: md.cats Log message: remove cats bits CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:49:59 Log message: pretty-print Data, catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-Dump/distinfo N ports/devel/p5-Data-Dump/Makefile N ports/devel/p5-Data-Dump/pkg/DESCR N ports/devel/p5-Data-Dump/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:04:03 Log message: alternative to Test::more::use_ok prereq for regression tests for catalyst. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Test-use-ok/Makefile N ports/devel/p5-Test-use-ok/distinfo N ports/devel/p5-Test-use-ok/pkg/PLIST N ports/devel/p5-Test-use-ok/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:14:59 Log message: another piece of catalyst, this one is a prerequisite for updating Test::MockObject Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Universal-isa/distinfo N ports/devel/p5-Universal-isa/Makefile N ports/devel/p5-Universal-isa/pkg/DESCR N ports/devel/p5-Universal-isa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:19:38 Log message: yet another dependency for updating Test::MockObject Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Universal-can/Makefile N ports/devel/p5-Universal-can/distinfo N ports/devel/p5-Universal-can/pkg/PLIST N ports/devel/p5-Universal-can/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:22:46 Modified files: devel/p5-Test-MockObject: Makefile distinfo Log message: update Test-MockObject to a version that can handle catalyst tests... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:26:25 Log message: Visitor pattern in perl. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-Visitor/distinfo N ports/devel/p5-Data-Visitor/Makefile N ports/devel/p5-Data-Visitor/pkg/DESCR N ports/devel/p5-Data-Visitor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:33:38 Log message: yet another catalyst dependency Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-File-Modified/distinfo N ports/devel/p5-File-Modified/Makefile N ports/devel/p5-File-Modified/pkg/DESCR N ports/devel/p5-File-Modified/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:39:10 Modified files: devel : Makefile Log message: synch with 1st phase of imported catalyst CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/04 08:47:48 Modified files: sysutils/p5-UPS-Nut: Makefile Log message: use MASTER_SITE_PERL_CPAN. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:16:41 Log message: IO::File with locking thru flock Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-IO-LockedFile/distinfo N ports/devel/p5-IO-LockedFile/Makefile N ports/devel/p5-IO-LockedFile/pkg/DESCR N ports/devel/p5-IO-LockedFile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:25:02 Log message: yet another catalyst dependency Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Path-Class/distinfo N ports/devel/p5-Path-Class/Makefile N ports/devel/p5-Path-Class/pkg/DESCR N ports/devel/p5-Path-Class/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:25:51 www/opencvs/ro Update of /cvs/www/opencvs/ro In directory cvs.openbsd.org:/tmp/cvs-serv16984/ro Log Message: Directory /cvs/www/opencvs/ro added to the repository CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:28:57 Modified files: opencvs : index.html Log message: remove link to outdated [it] translation and add a link to the [ro] one. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:31:49 Log message: yet another catalyst dep Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Text-Textile/distinfo N ports/textproc/p5-Text-Textile/Makefile N ports/textproc/p5-Text-Textile/pkg/DESCR N ports/textproc/p5-Text-Textile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:38:45 Modified files: ro : donations.html index.html nl : 40.html pl : goals.html plat.html stable.html ja : porting.html papers/de : index.html papers/fr : index.html openntpd/ro : ftp.html papers.html portable.html faq/fr : upgrade40.html faq/nl : faq10.html faq12.html faq/pl : faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html index.html openssh/nl : openbsd.html faq/pf/nl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pf/pl : nat.html perf.html Added files: opencvs/ro : goals.html index.html manual.html press.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:43:58 Log message: yet another catalyst dep Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Text-SimpleTable/distinfo N ports/textproc/p5-Text-SimpleTable/Makefile N ports/textproc/p5-Text-SimpleTable/pkg/DESCR N ports/textproc/p5-Text-SimpleTable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:57:17 Log message: yet another prereq for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Object-Signature/distinfo N ports/devel/p5-Object-Signature/Makefile N ports/devel/p5-Object-Signature/pkg/DESCR N ports/devel/p5-Object-Signature/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/04 10:59:19 Modified files: x11/icewm : Makefile x11/icewm/patches: patch-configure patch-src_default_h Added files: x11/icewm/patches: patch-src_aapm_cc patch-src_aapm_h Log message: add support for apm. while i'm here regenerate patches. bump pkgname. maintainer ok. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 11:19:08 Log message: prereq for some catalyst regression tests. This package provides a simple perl interface to the usual md5-based password mechanisms for Unix. Status: Vendor Tag: catalyst Release Tags: espie N ports/security/p5-Crypt-PasswdM5/Makefile N ports/security/p5-Crypt-PasswdM5/distinfo N ports/security/p5-Crypt-PasswdM5/pkg/PLIST N ports/security/p5-Crypt-PasswdM5/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 11:24:37 Log message: perl support for apache htpasswd format. Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Authen-Htpasswd/distinfo N ports/security/p5-Authen-Htpasswd/Makefile N ports/security/p5-Authen-Htpasswd/pkg/DESCR N ports/security/p5-Authen-Htpasswd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 11:45:58 Modified files: . : press.html Log message: typos and better wording CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:03:02 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Tree-Simple-VisitorFactory/distinfo N ports/devel/p5-Tree-Simple-VisitorFactory/Makefile N ports/devel/p5-Tree-Simple-VisitorFactory/pkg/DESCR N ports/devel/p5-Tree-Simple-VisitorFactory/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:09:24 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-CGI-Simple/distinfo N ports/www/p5-CGI-Simple/Makefile N ports/www/p5-CGI-Simple/pkg/PLIST N ports/www/p5-CGI-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/04 12:10:15 Modified files: usr.bin/awk : tran.c Log message: from ru@freebsd: Fix a bug converting a variable from the numeric type to a string. ok otto deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:18:03 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTTP-Body/distinfo N ports/www/p5-HTTP-Body/Makefile N ports/www/p5-HTTP-Body/pkg/DESCR N ports/www/p5-HTTP-Body/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 12:19:15 Modified files: audio/abcde : Makefile audio/py-cddb : Makefile distinfo devel/pscan : Makefile benchmarks/netpipe: Makefile cad/qcad : Makefile editors/nedit : Makefile emulators/spim : Makefile games/fotaq : Makefile graphics/povray: Makefile graphics/dcraw : Makefile graphics/gmt : Makefile distinfo java/jlint : Makefile lang/mawk : Makefile mail/wmpop3 : Makefile misc/impress : Makefile net/nsping : Makefile net/ntop : Makefile print/cups-pdf : Makefile security/lxnb : Makefile sysutils/upsd : Makefile sysutils/xuvmstat: Makefile www/mod_bandwidth: Makefile x11/blast : Makefile Log message: Avoid references to PKGNAME. Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}. Drop DIST_SUBDIR where appropriate. Problem mentioned by naddy. Some simplifications and ok, steven. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:22:26 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTTP-Request-AsCGI/distinfo N ports/www/p5-HTTP-Request-AsCGI/Makefile N ports/www/p5-HTTP-Request-AsCGI/pkg/DESCR N ports/www/p5-HTTP-Request-AsCGI/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:29:07 Modified files: devel : Makefile security : Makefile textproc : Makefile www : Makefile Log message: +some catalyst modules CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:41:59 Modified files: sys/dev/pci : pcidevs Log message: add a few more TI and O2 Micro devices. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:43:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:51:57 Log message: grumble, reimport in the right location Status: Vendor Tag: catalyst Release Tags: espie N ports/security/p5-Crypt-PasswdMD5/Makefile N ports/security/p5-Crypt-PasswdMD5/distinfo N ports/security/p5-Crypt-PasswdMD5/pkg/PLIST N ports/security/p5-Crypt-PasswdMD5/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:53:37 Modified files: usr.sbin/bgpd : Tag: OPENBSD_3_9 pfkey.c session.h Log message: MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to remove SAs and flows later again, even if the configuration info changed due to reload. rev 1.34 storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:54:06 Removed files: security/p5-Crypt-PasswdM5: Makefile distinfo security/p5-Crypt-PasswdM5/pkg: DESCR PLIST Log message: zap badly named stuff CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:12:34 Log message: runtime for catalyst, now that all prereq are in. note that quite a few useful plugins, and the devel package, are not imported yet... Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Runtime/distinfo N ports/www/p5-Catalyst-Runtime/Makefile N ports/www/p5-Catalyst-Runtime/pkg/DESCR N ports/www/p5-Catalyst-Runtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:19:23 Log message: default view forwarder for catalyst does not pass a few of its pod regression tests at the moment. Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Action-RenderView/distinfo N ports/www/p5-Catalyst-Action-RenderView/Makefile N ports/www/p5-Catalyst-Action-RenderView/pkg/DESCR N ports/www/p5-Catalyst-Action-RenderView/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:21:43 Modified files: www/p5-Catalyst-Runtime: Makefile www/p5-Catalyst-Action-RenderView: Makefile Log message: forgot to tag PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:34:21 Log message: catalyst plugin to Config::Any. Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-ConfigLoader/distinfo N ports/www/p5-Catalyst-Plugin-ConfigLoader/Makefile N ports/www/p5-Catalyst-Plugin-ConfigLoader/pkg/DESCR N ports/www/p5-Catalyst-Plugin-ConfigLoader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/04 14:28:18 Modified files: . : errata.html security.html Log message: saying october is wrong, these went out nov 4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/04 15:14:33 Modified files: misc/gnugetopt : Makefile Log message: remove .orig files so they don't end up in fake area CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:10:06 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 IDE PCI id. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:10:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/04 16:11:31 Modified files: sys/dev/pci : arc.c Log message: query the firmware for the number of volumes, and then iterate through them to get the right names for sensor creation. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:19:25 Log message: subrequest action mapper for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-SubRequest/distinfo N ports/www/p5-Catalyst-Plugin-SubRequest/Makefile N ports/www/p5-Catalyst-Plugin-SubRequest/pkg/DESCR N ports/www/p5-Catalyst-Plugin-SubRequest/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:23:46 Log message: serving static pages with catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Static-Simple/distinfo N ports/www/p5-Catalyst-Plugin-Static-Simple/Makefile N ports/www/p5-Catalyst-Plugin-Static-Simple/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Static-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:29:18 Log message: prereq for Catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-PAR-Dist/distinfo N ports/devel/p5-PAR-Dist/Makefile N ports/devel/p5-PAR-Dist/pkg/DESCR N ports/devel/p5-PAR-Dist/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:30:26 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 SATA PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:31:11 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:38:49 Log message: more catalyst prereqs Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-ScanDeps/distinfo N ports/devel/p5-Module-ScanDeps/Makefile N ports/devel/p5-Module-ScanDeps/pkg/DESCR N ports/devel/p5-Module-ScanDeps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:50:21 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Install/distinfo N ports/devel/p5-Module-Install/Makefile N ports/devel/p5-Module-Install/pkg/DESCR N ports/devel/p5-Module-Install/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:58:11 Modified files: x11/kde/toys3 : Makefile x11/kde/toys3/pkg: PLIST Log message: make it work again... reported by Uwe who said Brad told him. Why did you wait for so long to tell me, guys ? CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:04:58 Log message: devel module for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Devel/distinfo N ports/www/p5-Catalyst-Devel/Makefile N ports/www/p5-Catalyst-Devel/pkg/DESCR N ports/www/p5-Catalyst-Devel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:16:31 Log message: mod_perl support for Catalyst. Only Apache 1.3 is concerned, since OpenBSD doesn't include apache2 Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Engine-Apache/distinfo N ports/www/p5-Catalyst-Engine-Apache/Makefile N ports/www/p5-Catalyst-Engine-Apache/pkg/DESCR N ports/www/p5-Catalyst-Engine-Apache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:22:23 Modified files: devel : Makefile www : Makefile Log message: +catalyst pieces CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 17:59:55 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 AHCI and HD Audio PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 18:01:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 19:47:01 Modified files: sys/dev/ic : fxp.c sys/dev/pci : if_fxp_pci.c Log message: ANSI CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 20:39:40 Modified files: lib/libevent : event.c Log message: fix a potential memory leak in event_once(). From Niels Provos via the libevent SVN repo, by Scott Lamb tested by niallo@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/04 22:02:38 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Added files: mail/dovecot/patches: patch-src_lib_mountpoint_c Log message: upgrade to Dovecot 1.0rc11 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/04 22:38:18 Modified files: sys/arch/sh/include: psl.h Log message: define the bit that sh4 uses for FPU disable. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/05 00:19:30 Modified files: sbin/pfctl : pfctl.c Log message: Don't open a transaction for a ruleset unless it's a brace ruleset that contains rules. Fixes DIOCXCOMMIT: Device busy when multiple anchors with the same name are specified. reported by ckuethe@ and mkb@crypt.org.ru CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:40:03 Log message: prereq for catalyst output plugins Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Template-Timer/distinfo N ports/textproc/p5-Template-Timer/Makefile N ports/textproc/p5-Template-Timer/pkg/DESCR N ports/textproc/p5-Template-Timer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:47:27 Log message: catalyst views based on template toolkit Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Catalyst-View-TT/distinfo N ports/textproc/p5-Catalyst-View-TT/Makefile N ports/textproc/p5-Catalyst-View-TT/pkg/DESCR N ports/textproc/p5-Catalyst-View-TT/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:50:13 Log message: using Textile with catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Catalyst-Plugin-Textile/distinfo N ports/textproc/p5-Catalyst-Plugin-Textile/Makefile N ports/textproc/p5-Catalyst-Plugin-Textile/pkg/DESCR N ports/textproc/p5-Catalyst-Plugin-Textile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:59:04 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile Log message: fix build style, no package change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:00:41 Log message: interface to mason components for catalyst views Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-View-Mason/Makefile N ports/www/p5-Catalyst-View-Mason/distinfo N ports/www/p5-Catalyst-View-Mason/pkg/PLIST N ports/www/p5-Catalyst-View-Mason/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/05 03:02:14 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE Log message: - warn people about mgetty/vgetty path change - bump PKGNAME patch from and ok kili@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:31:49 Modified files: devel/p5-Test-MockObject: Makefile devel/p5-Universal-can: Makefile devel/p5-Universal-isa: Makefile security/p5-Authen-Htpasswd: Makefile Log message: modbuild, not build. no package changes CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:37:20 Log message: extends require to avoid eval in user-visible code. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Universal-require/Makefile N ports/devel/p5-Universal-require/distinfo N ports/devel/p5-Universal-require/pkg/PLIST N ports/devel/p5-Universal-require/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:54:33 Modified files: devel/p5-Universal-require: Makefile devel/p5-Universal-require/pkg: PLIST Log message: conflicts with old universal exports CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 04:12:15 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/databases/p5-DBIx-Class-Schema-Loader/distinfo N ports/databases/p5-DBIx-Class-Schema-Loader/Makefile N ports/databases/p5-DBIx-Class-Schema-Loader/pkg/DESCR N ports/databases/p5-DBIx-Class-Schema-Loader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/05 04:41:46 Modified files: usr.sbin/pkg_add: pkg_create Log message: warn for any weird stuff in packages. Namely: - anything that doesn't belong to owner root/bin, group bin/wheel must be annotated in the packing-list. - any file setuid, setgid, writable by others must be annotated in the packing-list. These warnings must be fixed. They will become errors in the near futur. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 04:53:23 Log message: catalyst model to DBIC Status: Vendor Tag: catalyst Release Tags: simon N ports/databases/p5-Catalyst-Model-DBIC-Schema/distinfo N ports/databases/p5-Catalyst-Model-DBIC-Schema/Makefile N ports/databases/p5-Catalyst-Model-DBIC-Schema/pkg/DESCR N ports/databases/p5-Catalyst-Model-DBIC-Schema/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 05:32:33 Modified files: databases : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: +catalyst stuff CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:02:30 Modified files: x11/kde/accessibility3: Makefile x11/kde/bindings3: Makefile x11/kde/edu3 : Makefile x11/kde/games3 : Makefile x11/kde/graphics3: Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/patches-3.5: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_ltmain_sh x11/kde/pim3 : Makefile x11/kde/sdk3 : Makefile x11/kde/utils3 : Makefile x11/kde/webdev : Makefile Log message: SHARED_LIBS reformat CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:39:24 Log message: test framework for running catalyst stuff outside a webserver Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile N ports/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo N ports/devel/p5-Test-WWW-Mechanize-Catalyst/pkg/PLIST N ports/devel/p5-Test-WWW-Mechanize-Catalyst/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:45:25 Log message: catalyst test prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-Tester/distinfo N ports/devel/p5-Test-Tester/Makefile N ports/devel/p5-Test-Tester/pkg/DESCR N ports/devel/p5-Test-Tester/pkg/PLIST N ports/devel/p5-Test-Tester/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:47:47 Log message: catalyst test prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-NoWarnings/distinfo N ports/devel/p5-Test-NoWarnings/Makefile N ports/devel/p5-Test-NoWarnings/pkg/DESCR N ports/devel/p5-Test-NoWarnings/pkg/PLIST N ports/devel/p5-Test-NoWarnings/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:52:43 Log message: catalyst test prereqs Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-Deep/distinfo N ports/devel/p5-Test-Deep/Makefile N ports/devel/p5-Test-Deep/pkg/DESCR N ports/devel/p5-Test-Deep/pkg/PLIST N ports/devel/p5-Test-Deep/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:01:21 Log message: catalyst session plugin based on cookies Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:04:04 Log message: basic plugin framework for session mechanims in catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session/distinfo N ports/www/p5-Catalyst-Plugin-Session/Makefile N ports/www/p5-Catalyst-Plugin-Session/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:12:03 Log message: authentication framework for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication/distinfo N ports/security/p5-Catalyst-Plugin-Authentication/Makefile N ports/security/p5-Catalyst-Plugin-Authentication/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:17:05 Modified files: misc/gnugetopt : Makefile Log message: Don't remove all *.orig files but be more specific about which files to install. This will help 'update-patches'. discussed with steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:28:03 Log message: better debug info from catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Catalyst-Plugin-StackTrace/distinfo N ports/devel/p5-Catalyst-Plugin-StackTrace/Makefile N ports/devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR N ports/devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:34:51 Modified files: databases/p5-DBD-mysql: Makefile distinfo Log message: Update to DBD::mysql 3.0008. The problems with the previous 3.x versions should be fixed. Thanks to Kyle George for testing! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:39:32 Modified files: sys/dev/hil : hil.c hilvar.h Log message: Handle loop reconfiguration in a kernel thread, instead of doing it from interrupt context. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:40:33 Modified files: sys/arch/vax/vsa: ncr.c Log message: Wait two seconds after reset before probing devices, lets RX23 get detected again. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:41:18 Modified files: sys/arch/vax/vsa: gpx.c Log message: Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as well (it would only appear when booting after an UNJAM). CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:42:56 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-configure patch-doc_mpdconf_example audio/mpd/pkg : MESSAGE PLIST Added files: audio/mpd/patches: patch-doc_Makefile_in Removed files: audio/mpd/patches: patch-src_volume_c Log message: Update to mpd-0.12.1. From maintainer Tobias Ulmer. ChangeLog: https://svn.musicpd.org/mpd/tags/release-0.12.1/ChangeLog CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:53:43 Log message: a set implementation in perl, fast. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Set-Object/distinfo N ports/devel/p5-Set-Object/Makefile N ports/devel/p5-Set-Object/pkg/PLIST N ports/devel/p5-Set-Object/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/05 08:10:46 Modified files: sys/arch/i386/i386: est.c Log message: Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. Tested & confirmed by Greg Mortensen, thevision at pobox.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 08:23:46 Log message: flesh out catalyst authentication/authorization, roles-based model Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authorization-Roles/distinfo N ports/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile N ports/security/p5-Catalyst-Plugin-Authorization-Roles/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authorization-Roles/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 08:46:51 Modified files: infrastructure/mk: bsd.port.subdir.mk bsd.port.mk Log message: add regress-dir-depends/full-regress-depends, similar mechanism to run-depends, only the basic test changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/05 08:53:25 Modified files: www/turba : Makefile distinfo www/turba/pkg : PLIST Log message: Update to Turba H3 (2.13). Major changes compared to the Turba H3 (2.1.2) version are: * Remember the lastly selected address book during the session. * Updated Brazilian Portuguese, Dutch, German, and Traditional Chinese translations. * Small bugfixes and improvements. The full list of changes (from version H3 (2.1.2)) can be viewed here: http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.89&r2=1.181.2.97&ty=h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:05:24 Log message: needed for Catalyst::Plugin::Session::PerUser Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Hash-Merge/Makefile N ports/devel/p5-Hash-Merge/distinfo N ports/devel/p5-Hash-Merge/pkg/PLIST N ports/devel/p5-Hash-Merge/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/05 09:07:30 Modified files: mail/dovecot : Makefile distinfo Removed files: mail/dovecot/patches: patch-src_lib_mountpoint_c Log message: upgrade to Dovecot 1.0rc12 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/05 09:10:03 Log message: import supybot, a cross-platform irc bot written in python; with help and ok from alek@ Status: Vendor Tag: fgsch Release Tags: fgsch_20061105 N ports/net/supybot/Makefile N ports/net/supybot/distinfo N ports/net/supybot/pkg/PLIST N ports/net/supybot/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:11:31 Log message: per user sessions for catalyst Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile N ports/www/p5-Catalyst-Plugin-Session-PerUser/distinfo N ports/www/p5-Catalyst-Plugin-Session-PerUser/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-PerUser/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/05 09:13:31 Modified files: www/lighttpd : Makefile www/lighttpd/pkg: DESCR Log message: enable lua by default so mod_magnet and mod_cml can use it. bump package. discussed and ok by jolan@ and brad@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:19:51 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Sub-Override/distinfo N ports/devel/p5-Sub-Override/Makefile N ports/devel/p5-Sub-Override/pkg/DESCR N ports/devel/p5-Sub-Override/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:32:14 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTML-TokeParser-Simple/distinfo N ports/www/p5-HTML-TokeParser-Simple/Makefile N ports/www/p5-HTML-TokeParser-Simple/pkg/DESCR N ports/www/p5-HTML-TokeParser-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:40:39 Log message: embed session ids as URI for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-State-URI/distinfo N ports/www/p5-Catalyst-Plugin-Session-State-URI/Makefile N ports/www/p5-Catalyst-Plugin-Session-State-URI/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-State-URI/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:04:47 Log message: back-end plugin to store session info in dbi Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:05:42 Modified files: devel : Makefile security : Makefile www : Makefile Log message: link in some catalyst modules CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 10:07:07 Modified files: lib/libevent : kqueue.c Log message: typo in kqueue delete. From Niels Provos via the libevent SVN repo, by Bert JW. Regeer ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:12:02 Modified files: devel/p5-PAR-Dist: Makefile Log message: +archivers CATEGORY CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/11/05 10:18:14 Modified files: sys/dev/puc : com_puc.c Log message: kill leftover debug printf ok mickey CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/05 11:19:20 Modified files: porting : update.html Log message: minor correction, from Matthew L. Shobe. Thanks ! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:57:22 Modified files: sys/arch/sh/sh : trap.c Added files: sys/arch/sh/include: fpu.h Log message: Some basic fpu trap handling. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:57:45 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: Fix a couple of comments. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:58:50 Modified files: sys/arch/sh/sh : interrupt.c Log message: Correctly release resources in intc_free_ih(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:59:58 Modified files: sys/arch/sh/include: locore.h Log message: Use TF_SPC instead of hardcoding its value. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 12:04:00 Log message: another authorization module for catalyst, this one is needed to do the tutorial Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authorization-ACL/distinfo N ports/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile N ports/security/p5-Catalyst-Plugin-Authorization-ACL/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authorization-ACL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/05 12:20:44 Log message: Import boost 1.33.1 Free peer-reviewed portable C++ source libraries From Deanna Phillips with work from me, robert@ and kurt@ Status: Vendor Tag: wilfried Release Tags: wilfried_20061105 N ports/devel/boost/Makefile N ports/devel/boost/distinfo N ports/devel/boost/pkg/PLIST N ports/devel/boost/pkg/PFRAG.shared N ports/devel/boost/pkg/DESCR N ports/devel/boost/patches/patch-libs_serialization_build_Jamfile N ports/devel/boost/patches/patch-libs_serialization_src_stl_port_cpp N ports/devel/boost/patches/patch-Jamfile N ports/devel/boost/patches/patch-boost_config_suffix_hpp N ports/devel/boost/patches/patch-configure N ports/devel/boost/patches/patch-libs_config_configure N ports/devel/boost/patches/patch-libs_config_test_boost_has_clock_gettime_ipp N ports/devel/boost/patches/patch-libs_config_test_boost_has_pthread_yield_ipp N ports/devel/boost/patches/patch-libs_regex_src_wc_regex_traits_cpp N ports/devel/boost/patches/patch-tools_build_v1_gcc-tools_jam N ports/devel/boost/patches/patch-boost_config_stdlib_libstdcpp3_hpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/05 12:21:11 Modified files: devel : Makefile Log message: +boost CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 12:23:02 Modified files: devel/p5-Hash-Merge: Makefile Log message: missed dependency, noticed by Simon CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:29:54 Modified files: build : packages-3.9 Log message: ruby CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:30:18 Modified files: . : pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:32:06 Modified files: build : packages-4.0 Log message: asterisk, clamav, fire, firefox-i18n, moodle, mozilla-firefox, mozilla-thunderbird, mysql, postgresql, qt3, ruby, screen, thunderbird-i18n, xine-lib, xoops CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:32:17 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 12:42:51 Modified files: devel/horde : Tag: OPENBSD_4_0 Makefile distinfo devel/horde/pkg: Tag: OPENBSD_4_0 PLIST Log message: security update to horde 3.0.12 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 12:47:38 Modified files: net/net-snmp : Tag: OPENBSD_4_0 Makefile net/net-snmp/patches: Tag: OPENBSD_4_0 patch-agent_mibgroup_ucd_snmp_h Log message: MFC: make access to various memory bits like the enterprises.ucdavis.memory tree work again on OpenBSD 4 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:08:07 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 LAN PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 13:08:08 Modified files: devel/horde : Tag: OPENBSD_3_9 Makefile distinfo devel/horde/pkg: Tag: OPENBSD_3_9 PLIST Log message: security update to horde 3.0.12 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:08:20 Log message: a second way to handle plugins, different semantics. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Pluggable-Fast/distinfo N ports/devel/p5-Module-Pluggable-Fast/Makefile N ports/devel/p5-Module-Pluggable-Fast/pkg/DESCR N ports/devel/p5-Module-Pluggable-Fast/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:08:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:15:37 Modified files: sys/dev/pci : if_nfe.c Log message: add the NVIDIA MCP67 LAN PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:17:36 Modified files: share/man/man4 : nfe.4 Log message: add the MCP67 chipset. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:20:28 Modified files: infrastructure/mk: bsd.port.mk Log message: have _internal-regress depend on the _BUILD_COOKIE, so that build is performed before regress dependencies. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:25:32 Log message: HTML form widgets framework, including validation Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTML-Widget/distinfo N ports/www/p5-HTML-Widget/Makefile N ports/www/p5-HTML-Widget/patches/patch-Makefile_PL N ports/www/p5-HTML-Widget/pkg/DESCR N ports/www/p5-HTML-Widget/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:27:42 Modified files: sys/dev/pci : pciide.c Log message: add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() to set the proper UDMA capability for MCP61 and MCP65 chipsets. ok jsg@ CVSROOT: /cvs Module name: www Changes by: norby@cvs.openbsd.org 2006/11/05 13:36:43 Modified files: faq : current.html Log message: The new RIP daemon ripd(8) needs the user and group _ripd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:40:19 Modified files: www/p5-HTML-Widget: Makefile www/p5-HTML-Widget/pkg: PLIST Log message: don't forget to update the packing-list after updating the modules, tests work better. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:43:50 Log message: interface to HTML::Widget for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-HTML-Widget/distinfo N ports/www/p5-Catalyst-Plugin-HTML-Widget/Makefile N ports/www/p5-Catalyst-Plugin-HTML-Widget/patches/patch-Makefile_PL N ports/www/p5-Catalyst-Plugin-HTML-Widget/pkg/PLIST N ports/www/p5-Catalyst-Plugin-HTML-Widget/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:56:24 Log message: save catalyst sessions using Cache::FastMmap Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-FastMmap/distinfo N ports/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile N ports/www/p5-Catalyst-Plugin-Session-FastMmap/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-FastMmap/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:59:55 Log message: bundle of packages required to go through the catalyst tutorial Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/catalyst-tutorial/Makefile N ports/devel/catalyst-tutorial/pkg/DESCR N ports/devel/catalyst-tutorial/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 14:05:32 Modified files: devel : Makefile security : Makefile www : Makefile Log message: add catalyst tutorial components CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/05 14:27:59 Modified files: net : Makefile Log message: add dir federico forgot CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 14:52:26 Modified files: build : packages-4.0 packages-3.9 Log message: horde, net-snmp CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 14:52:38 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/05 15:17:28 Modified files: security/clamav: Makefile distinfo Log message: Update to ClamAV 0.88.6. Changes in this release include better handling of network problems in freshclam and other minor bugfixes. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/05 17:57:40 Modified files: infrastructure/db: user.list Log message: Add _dbus user & group that will be used by x11/dbus port CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 18:20:55 Log message: Bad Session storage, I need Storage-FastMmap for the tutorial Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 18:21:49 Modified files: www : Makefile devel/catalyst-tutorial: Makefile Log message: fix tutorial CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/05 20:13:10 Modified files: faq : faq10.html Log message: ftp -> ftpd. From Marcus Popp, marcus dot popp at paranoidbsd dot org. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/05 20:14:38 Modified files: usr.sbin/httpd/src/modules/proxy: mod_proxy.h Log message: fix proxying on big-endian 64-bit machines, u_long is not the size of an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/05 20:25:15 Modified files: faq/pf : options.html Log message: Quotes are needed. Pointed out by xsappyx at gmail dot com. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/05 20:34:59 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: add gem and gentbi; why not CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:52:37 Modified files: sys/dev/pci : if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log message: Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support for a few newer Intel PCIe boards, some code removal and cleaning and a few bug fixes. From: Jack Vogel@Intel Tested by mk@ wilfried@ brad@ dlg@, Marc Winiger, Gabriel Kihlman, Jason Dixon, Johan Mson Lindman, and a few other end users. Tested with 82543, 82544, 82540, 82545, 82541, 82547, 82546 and 82573. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:55:35 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 SMBus controller PCI id. From Peer Chen @ NVIDIA CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:58:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:00:15 Modified files: sys/dev/pci : nviic.c Log message: add the NVIDIA MCP67 SMBus controller. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:01:15 Modified files: share/man/man4 : nviic.4 Log message: add the MCP67 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:03:19 Modified files: share/man/man4 : pciide.4 Log message: add the NVIDIA MCP chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 22:07:36 Modified files: share/man/man4 : em.4 Log message: add two newer Intel quad port adapters. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/05 22:24:55 Log message: nssl-005, netcat-like program with transparent Secure Socket Layer support from will maier Status: Vendor Tag: jolan Release Tags: jolan_20061105 N ports/net/nssl/Makefile N ports/net/nssl/distinfo N ports/net/nssl/pkg/PLIST N ports/net/nssl/pkg/DESCR N ports/net/nssl/patches/patch-Makefile N ports/net/nssl/patches/patch-utils_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/05 22:26:30 Modified files: net : Makefile Log message: +nssl CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/06 00:03:42 Modified files: . : INDEX Log message: sync, 3822 unzels CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 00:31:54 Modified files: sys/dev/pci : if_vic.c Log message: set the rx filters after setting the shared data address. this fixes a crash of old vmware versions (like workstation 4.5.2) when bringing the interface up. it didn't crash the openbsd kernel running as a guest system, it did crash the complete vmware host application. that's why i dislike VMs, they're so buggy and insecure... ok dlg@ fkr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 01:35:58 Modified files: share/man/man4 : vic.4 Log message: add a note that there a tons of BUGS in VMware and the underlying host operating systems and that you should consider that the security of the OpenBSD guest can be circumvented by attacking the host environment. ok deraadt@ dlg@ fkr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 01:48:49 Modified files: sys/dev/ic : ath.c ar5xxx.c Log message: figured out by tdeval@: >During factorization in 1.57, the switch block was moved too early. >Hence it's updating an uninitialized ah structure. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/06 02:27:43 Modified files: regress/usr.bin/ssh: cfgmatch.sh Log message: fix quoting for non-(c)sh login shells. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/06 03:18:40 Modified files: de : errata.html security.html faq/de : faq8.html faq/fr : faq1.html faq4.html faq8.html index.html faq/nl : faq1.html faq15.html faq4.html faq8.html index.html fr : checklist.html errata.html errata39.html press.html security.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 03:44:35 Modified files: www/fcgi : Makefile www/fcgi/pkg : PFRAG.shared PLIST Log message: add perl support. from maintainer with input by mbalmer CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 03:49:01 Modified files: sys/dev/ic : if_wi.c Log message: Don't advertise USB wi adapters as supported hostap devices, the code would need to be largely overhauled if the hardware actually supports it. Fixes a panic when trying to set hostap on a usb wi, PR 5154. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/06 03:57:38 Log message: initial import of vanessa Vanessa is a collection of libraries that have been developed while working on a number of projects including perdition. initial work by dlg@ and with input from bernd@ ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061006 N ports/devel/vanessa/Makefile N ports/devel/vanessa/Makefile.inc N ports/devel/vanessa/adt/Makefile N ports/devel/vanessa/adt/distinfo N ports/devel/vanessa/adt/pkg/DESCR N ports/devel/vanessa/adt/pkg/PLIST N ports/devel/vanessa/adt/pkg/PFRAG.shared N ports/devel/vanessa/logger/Makefile N ports/devel/vanessa/logger/distinfo N ports/devel/vanessa/logger/pkg/DESCR N ports/devel/vanessa/logger/pkg/PLIST N ports/devel/vanessa/logger/pkg/PFRAG.shared N ports/devel/vanessa/socket/Makefile N ports/devel/vanessa/socket/distinfo N ports/devel/vanessa/socket/pkg/DESCR N ports/devel/vanessa/socket/pkg/PLIST N ports/devel/vanessa/socket/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/06 03:58:28 Modified files: devel : Makefile Log message: +vanessa CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/06 04:12:56 Modified files: usr.bin/cvs : remove.c Log message: - handle global -n flag in conjunction with remove -f. - better error message. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:25:09 Log message: simple forwarder for catalyst, can be used for scaffolding, for instance Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-DefaultEnd/distinfo N ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile N ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg/DESCR N ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:26:41 Log message: plugin to the Prototype library for catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Prototype/Makefile N ports/www/p5-Catalyst-Plugin-Prototype/distinfo N ports/www/p5-Catalyst-Plugin-Prototype/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Prototype/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/06 04:35:15 Modified files: sys/kern : kern_sensors.c Log message: force a new sensor task to be run as soon as possible. previously it used to have to wait its timeout before the first run, which led to some weird values or states being visible after boot, but before the first update. for jolan@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:53:51 Log message: catalyst prereq for CRUD scaffolding Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-FormValidator/distinfo N ports/devel/p5-Data-FormValidator/Makefile N ports/devel/p5-Data-FormValidator/pkg/DESCR N ports/devel/p5-Data-FormValidator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:00:11 Log message: form validation from catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-FormValidator/Makefile N ports/www/p5-Catalyst-Plugin-FormValidator/distinfo N ports/www/p5-Catalyst-Plugin-FormValidator/pkg/DESCR N ports/www/p5-Catalyst-Plugin-FormValidator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:15:30 Log message: simple glue for Class::DBI and form validators Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-Class-DBI-FromForm/Makefile N ports/databases/p5-Class-DBI-FromForm/distinfo N ports/databases/p5-Class-DBI-FromForm/pkg/PLIST N ports/databases/p5-Class-DBI-FromForm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:24:21 Log message: p5-Template extension to facilitate the use of Class::DBI Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Template-Plugin-Class/Makefile N ports/textproc/p5-Template-Plugin-Class/distinfo N ports/textproc/p5-Template-Plugin-Class/pkg/PLIST N ports/textproc/p5-Template-Plugin-Class/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:35:31 Log message: catalyst helper script for CRUD scaffolding. If I'm not mistaken, this takes catalyst to a similar level of functionality to ruby-on-rails. Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile N ports/www/p5-Catalyst-Helper-Controller-Scaffold/distinfo N ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg/PLIST N ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:37:45 Modified files: databases : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: add catalyst crud scaffolding pieces and interface to prototype CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/06 05:38:17 Modified files: graphics/libcaca: Makefile Log message: new homepage and master site ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/06 05:40:19 Modified files: x11/kde/artwork3: Makefile x11/kde/artwork3/pkg: PLIST Log message: regen plist after xscreensaver update bump pkgname noticed by viq ok espie CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:50:04 Log message: simpler syntax for context access in catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Singleton/distinfo N ports/www/p5-Catalyst-Plugin-Singleton/Makefile N ports/www/p5-Catalyst-Plugin-Singleton/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Singleton/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:00:43 Log message: shorter syntax to method calls in catalyst tt views Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/distinfo N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg/PLIST N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:07:22 Log message: RFC 3066 langtags support in perl Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-I18N-LangTags/distinfo N ports/devel/p5-I18N-LangTags/Makefile N ports/devel/p5-I18N-LangTags/pkg/DESCR N ports/devel/p5-I18N-LangTags/pkg/PLIST N ports/devel/p5-I18N-LangTags/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:15:00 Log message: RFC3066 langtag support in catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-I18N/distinfo N ports/www/p5-Catalyst-Plugin-I18N/Makefile N ports/www/p5-Catalyst-Plugin-I18N/pkg/DESCR N ports/www/p5-Catalyst-Plugin-I18N/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:27:13 Log message: yet another catalyst authentication plugin Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/distinfo N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/06 06:34:21 Removed files: faq/nl : current.html Log message: no longer maintained, request by steven mestdagh CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:39:03 Log message: another catalyst session storage backend Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-Store-File/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-File/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-File/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-Store-File/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:42:41 Modified files: devel : Makefile security : Makefile textproc : Makefile www : Makefile Log message: a few more catalyst pieces CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:56:29 Log message: perl implementation of XML RPC Status: Vendor Tag: catalyst Release Tags: sean N ports/net/p5-RPC-XML/distinfo N ports/net/p5-RPC-XML/Makefile N ports/net/p5-RPC-XML/pkg/DESCR N ports/net/p5-RPC-XML/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:02:45 Log message: allows XML-RPC calls from catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-XMLRPC/distinfo N ports/www/p5-Catalyst-Plugin-XMLRPC/Makefile N ports/www/p5-Catalyst-Plugin-XMLRPC/patches/patch-Makefile_PL N ports/www/p5-Catalyst-Plugin-XMLRPC/pkg/DESCR N ports/www/p5-Catalyst-Plugin-XMLRPC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/06 07:07:35 Modified files: usr.sbin/bgpd : session.c Log message: fix pasto; only announce restart capability when announcing the restart capability is enabled, not when annoucing the refresh capability is enabled... Alex Hunsaker ran into that issue CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:12:11 Log message: universal forwarder plugin for catalyst. Probably the worst name and the worst initial description I've ever seen... Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Pluggable/distinfo N ports/www/p5-Catalyst-Plugin-Pluggable/Makefile N ports/www/p5-Catalyst-Plugin-Pluggable/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:15:15 Log message: logging from catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Log-Log4perl/distinfo N ports/www/p5-Catalyst-Log-Log4perl/Makefile N ports/www/p5-Catalyst-Log-Log4perl/pkg/DESCR N ports/www/p5-Catalyst-Log-Log4perl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:28:43 Log message: the `official' catalyst development bundle. renamed to catalyst, as we do not use CPAN terminology there... Status: Vendor Tag: catalyst Release Tags: sean N ports/devel/catalyst/distinfo N ports/devel/catalyst/Makefile N ports/devel/catalyst/patches/patch-Makefile_PL N ports/devel/catalyst/pkg/DESCR N ports/devel/catalyst/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:32:18 Modified files: devel : Makefile net : Makefile www : Makefile Log message: catalyst basic bundle and deps CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/06 07:33:59 ports/devel/nspr/files Update of /cvs/ports/devel/nspr/files In directory cvs.openbsd.org:/tmp/cvs-serv6658/files Log Message: Directory /cvs/ports/devel/nspr/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/06 07:35:45 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk patch-mozilla_nsprpub_configure_in patch-mozilla_nsprpub_pr_include_md__openbsd_h patch-mozilla_nsprpub_pr_include_private_primpl_h patch-mozilla_nsprpub_pr_src_misc_prinit_c patch-mozilla_nsprpub_pr_src_misc_prnetdb_c devel/nspr/pkg : DESCR PLIST Added files: devel/nspr/files: nspr.pc.in devel/nspr/patches: patch-mozilla_nsprpub_pr_src_misc_prdtoa_c patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Removed files: devel/nspr/patches: patch-mozilla_nsprpub_lib_ds_Makefile_in patch-mozilla_nsprpub_lib_libc_src_Makefile_in patch-mozilla_nsprpub_pr_include_md__openbsd_cfg patch-mozilla_nsprpub_pr_include_md__pth_h patch-mozilla_nsprpub_pr_src_Makefile_in patch-mozilla_nsprpub_pr_src_io_prprf_c patch-mozilla_nsprpub_pr_src_linking_prlink_c Log message: - update to latest stable version (4.6.3) - 3 years worth of changes! - use patches from www/mozilla-firefox (should now work on all supported Firefox platforms) - replaced internal strtod and dtoa implementations (patch from kurt@) - create and install nspr.pc (from FreeBSD) - change MASTER_SITES, remove USE_X11, update pkg/DESCR ok mbalmer@ kurt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:10:32 src/lib/libc/softfloat Update of /cvs/src/lib/libc/softfloat In directory cvs.openbsd.org:/tmp/cvs-serv9090/softfloat Log Message: Directory /cvs/src/lib/libc/softfloat added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:11:37 Added files: lib/libc/softfloat: eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c milieu.h nedf2.c negdf2.c negsf2.c nesf2.c softfloat-for-gcc.h softfloat-macros.h softfloat-specialize.h softfloat.c softfloat.h timesoftfloat.c unorddf2.c unordsf2.c Log message: Copy MI softfloat bits from arm to here, so that they can be shared. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:14:50 Modified files: lib/libc/arch/sh: Makefile.inc lib/libc/arch/sh/gen: Makefile.inc fabs.c Log message: Move (back) to softfloat on sh for now. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:15:26 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Move back to softfloat for now. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/06 08:34:52 Modified files: share/man/man4 : vic.4 Log message: missing word; CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/06 08:47:58 Modified files: fr : errata.html pkg-stable.html pkg-stable39.html security.html faq/fr : current.html index.html opencvs/fr : index.html Added files: ro : plus.html vax.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:01:27 Modified files: faq : faq15.html Log message: 4.0_packages is now up CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:01:59 Modified files: . : ports.html Log message: link to 4.0 pkg index CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:18:42 Modified files: . : plus40.html Log message: a month more bringing 4.0 plus to completion! thx to jan.johansson@it.su.se CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:21:36 Modified files: . : plus40.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:35:20 Modified files: infrastructure/install: make-plist Log message: Stripping dir: shorter diagnostic when package is not found. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:38:27 Log message: support for explicit encoding in template toolkit Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Template-Provider-Encoding/Makefile N ports/textproc/p5-Template-Provider-Encoding/distinfo N ports/textproc/p5-Template-Provider-Encoding/pkg/PLIST N ports/textproc/p5-Template-Provider-Encoding/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:44:48 Log message: enforce UTF8 in catalyst TT views Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/distinfo N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/pkg/PLIST N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 11:21:30 Modified files: textproc : Makefile Log message: + utf8 stuff for catalyst CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/06 12:00:49 Modified files: sys/dev/ic : malo.c Log message: Enable TX of management frames. Fix/add firmware commands, add more debug informations, minor cleanup. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:05:31 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Root device machinery. Boot device is still not known yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:12:13 Modified files: sys/arch/landisk/landisk: machdep.c Removed files: sys/arch/landisk/include: bootinfo.h Log message: No bootinfo stuff. We'll use something different to pass device information from the boot blocks to the kernel. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/06 12:14:18 Modified files: . : landisk.html Log message: and dale too CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/06 12:37:21 Modified files: usr.bin/tip : cu.c tip.h Log message: Replace -### with -s### pre-getopt() and use strtonum() instead of strtol() when parsing the speed string. Closes PR 5222. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 12:40:32 Modified files: astro/sattrack : Makefile Log message: packaging fix: make sure stuff belongs to the right owner CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:42:52 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Don't ask for root device if boot device is not known but root configuration has been specified in the kernel configuration file. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:43:05 Modified files: sys/arch/landisk/conf: GENERIC Log message: root on wd0a for now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 13:01:06 Modified files: audio/teknap : Makefile Log message: fix modes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 13:10:58 Modified files: sys/dev/pci : if_re_pci.c Log message: noone needs to know about the D0 state change; ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 13:28:23 Modified files: sys/arch/vax/conf: GENERIC RAMDISK sys/arch/vax/vax: rootfil.c sys/arch/vax/vsa: hdc9224.c hdc9224.h Log message: Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, and enable it in GENERIC and RAMDISK. Completely untested due to lack of hardware (both my VS3100 are dual-SCSI), but it hopefully can't hurt. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 14:16:01 Modified files: lib/libkvm : kvm_hppa.c Log message: Minimal lip service for savecore to be happy. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/06 14:25:28 Modified files: usr.bin/ssh : auth-rsa.c bufbn.c dh.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c rsa.c scard.c ssh-dss.c ssh-keygen.c sshconnect1.c sshd.c Log message: add missing checks for openssl return codes; with & ok djm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/06 14:27:36 Modified files: devel/catalyst-tutorial: Makefile Log message: typo in RUN_DEPENDS ok dopey CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 14:31:37 Modified files: sys/arch/vax/include: macros.h sys/arch/vax/vax: subr.s Log message: Let CISCoholic memset() do not behave as bzero for a length over 64KB. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 14:32:15 Modified files: games/trek : setup.c trek.h Log message: signed char fixes need to avoid infinite loops; pr5284 from smallm@panix.com a very well written pr, very detailed... well worth reading CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 14:55:52 Modified files: etc : rc Log message: duh -- on first boot, do not build the host.random file twice; ok djm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 15:16:28 Modified files: sys/arch/vax/vsa: hdc9224.h Log message: Oops, bootblocks need this. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/06 15:47:46 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/patches: patch-configure Log message: update to msmtp 1.4.9 from new maintainer Simon Kuhnle CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/06 16:03:45 Modified files: sys/dev/ic : malo.c Log message: Also reset the TX ring if the card gets stopped. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 18:12:01 Modified files: sbin/pfctl : parse.y pfctl.c Log message: Unbreak authpf by handling non-inline anchors separately from the { } anchors as pf_find_or_create_ruleset() will mangle relative anchor names and wildcards. Also fixes some nits with nesting and printing inline anchors. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 18:14:17 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf91.in pf91.loaded pf91.ok pf91.optimized pf92.in pf92.loaded pf92.ok pf92.optimized Log message: Add regress tests for inline anchors. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 18:47:00 Modified files: sys/dev/ic : ne2000.c ne2000var.h Log message: - The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem to have "remote DMA complete bit" is ISR. So, don't wait for ISR.RDC bit after writing a packet. From bsh@NetBSD - Figure out whether the shared memory region is word-accessible in the same place we figure out its size, and store this in the softc, rather than using a series of comparisons later. From mycroft@NetBSD - support for the NE2000 type AX88790. From Yong-Jhen Hong via NetBSD Tested by deraadt@ and Adriaan ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:01:26 Modified files: share/man/man4 : ne.4 Log message: add acphy(4). From deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:06:34 Modified files: share/man/man4 : xl.4 Log message: remove a sentence mentioning a particular 3Com adapter and where to look for support. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:17:49 Modified files: share/man/man4 : ef.4 Log message: replace the sentence mentioning nsphy(4) with the autoconf entry at the top. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:31:14 Modified files: share/man/man4 : fxp.4 Log message: remove the sentence mentioning the supported PHY in the body of the man page as the PHY are already mentioned at the top and referenced at the bottom of the page. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 19:40:52 Modified files: sys/dev/pci : pcidevs Log message: Add VIA K8M890 ids from a submitted dmesg. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 19:42:23 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 20:00:31 Modified files: share/man/man4 : ef.4 Log message: mention supported media types. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 20:52:59 Modified files: games/atc : input.c Log message: make delayed turn commands not become immediate when there is a request to go to the same altitude as already at. pr 3448 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 22:31:26 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pfopt6.in pfopt6.ok pfopt6.opts Log message: Add test for -a with nested anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 23:16:56 Modified files: sbin/pfctl : pfctl.c Log message: Only try to recursively print rules if they are actually anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 23:18:10 Modified files: regress/sbin/pfctl: Makefile Log message: Use anchor recursion when printing loaded ruleset (make certain that recursion works and catch some other potential anchor weirdnesses). Non recursive printing still tested in pfopt6. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/06 23:42:56 Modified files: x11/lablgtk : Makefile Log message: fix ownership of installed files CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 00:10:24 Modified files: bin/dd : position.c Log message: fix skipping when reading from a tty; reported by Karel Kulhavy ; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/07 00:10:59 Modified files: share/man/man4 : re.4 Log message: Add another device using the 8169S ok jmc CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/07 00:16:15 Modified files: usr.bin/tip : cu.c Log message: Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can be safely called later. Add check for asprintf. Use _PATH_DEV, suggested by jaredy@. OK jaredy@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/07 00:20:16 Modified files: usr.sbin/rtsold: rtsold.c Log message: Don't check buf[strlen(buf) - 1] for zero length strings. OK jaredy@. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 01:55:18 Added files: x11/qt4/patches: patch-config_tests_unix_compile_test Log message: Pass -pthread flag to linker; in preparation for new dbus port CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 02:09:43 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/conf: Makefile.amd64 sys/arch/amd64/include: _types.h cpu.h sys/arch/amd64/isa: clock.c Removed files: sys/arch/amd64/amd64: microtime.S Log message: Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 02:27:37 Modified files: x11/qt4 : Makefile Log message: -examples subpackage needs QtDesigner as a LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 02:28:55 Modified files: usr.sbin/pkg_add: pkg_create Log message: zap the stat part related to file type, only keeping the usual modes. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/07 03:31:31 Modified files: usr.bin/ssh : monitor.c version.h Log message: correctly check for bad signatures in the monitor, otherwise the monitor and the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/07 03:39:17 Modified files: . : index.html Log message: zap three out-of-date www mirrors, from Marcus Popp CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 03:40:19 Modified files: x11/dbus : Makefile distinfo x11/dbus/pkg : PLIST Added files: x11/dbus/patches: patch-bus_bus_c patch-dbus-1_pc_in x11/dbus/pkg : MESSAGE UNMESSAGE Removed files: x11/dbus/patches: patch-test_Makefile_am patch-test_Makefile_in Log message: Update to 0.94 and make it work. Sessionwide dbus tested with gaim; systemwide bus untested but at least it starts up without dumping core. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 03:55:43 Modified files: devel/boost : Makefile Log message: zap SCRIPTS_ENV, make sure include files belong to data owner, zap old SH variable. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/07 04:20:49 Modified files: print/cups : Makefile Added files: print/cups/patches: patch-systemv_Makefile Log message: Don't install files with weird ownership, don't install lppasswd setuid root. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:22:25 Log message: simple glue that's needed for catalyst email support Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Class-ISA/Makefile N ports/devel/p5-Class-ISA/distinfo N ports/devel/p5-Class-ISA/pkg/PLIST N ports/devel/p5-Class-ISA/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:40:50 Log message: abstract interface class to various email packages Status: Vendor Tag: catalyst Release Tags: simon N ports/mail/p5-Email-Abstract/distinfo N ports/mail/p5-Email-Abstract/Makefile N ports/mail/p5-Email-Abstract/pkg/PLIST N ports/mail/p5-Email-Abstract/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/07 04:51:46 Modified files: net/tor : Makefile distinfo Log message: update to tor 0.1.1.25 from rui reis CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:54:54 Log message: introduces DBIx::Class to HTML::Widget for Catalyst's needs Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-DBIx-Class-HTMLWidget/Makefile N ports/databases/p5-DBIx-Class-HTMLWidget/distinfo N ports/databases/p5-DBIx-Class-HTMLWidget/pkg/PLIST N ports/databases/p5-DBIx-Class-HTMLWidget/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 05:03:57 Modified files: databases : Makefile devel : Makefile mail : Makefile devel/catalyst-tutorial: Makefile Log message: add a few catalyst modules. update the tutorial so everything in it runs out of the box. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 05:29:20 Log message: interface to japanese character sets in catalyst Status: Vendor Tag: catalyst Release Tags: espie N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/07 05:29:45 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: a fix derived from freebsd 1.196 revision. due to ffs_sync not be able to sync some buffers here is another instance of softdep code that must ensure proper syncing. try harder to flush MKDIR_BODY dependancy if such still exists during pagedep flush (that is by syncing first block of the dir). pedro@ ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/07 06:02:07 Modified files: usr.bin/ssh : dh.c Log message: BN_hex2bn returns int; from dtucker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 06:56:42 Modified files: www/p5-HTML-Widget/patches: patch-Makefile_PL Log message: fix build, no pkgname bump needed CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:06:30 src/lib/libc/arch/sh/softfloat Update of /cvs/src/lib/libc/arch/sh/softfloat In directory cvs.openbsd.org:/tmp/cvs-serv18260/softfloat Log Message: Directory /cvs/src/lib/libc/arch/sh/softfloat added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:07:13 Added files: lib/libc/arch/sh/softfloat: Makefile.inc milieu.h sh-gcc.h Log message: forgot to commit the new files for sh softfloat support. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 07:09:56 Modified files: net/BitTorrent : Makefile Log message: master site changed; from Bruno Bigras CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:32:37 Modified files: sys/arch/landisk/conf: RAMDISK Log message: remove wdc debug CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 08:14:31 Modified files: games/dopewars : Makefile games/dopewars/patches: patch-src_Makefile_in patch-src_dopewars_c Removed files: games/dopewars/patches: patch-config_h_in Log message: fix scorefile access CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 08:31:37 Modified files: editors : Makefile editors/nano : Makefile editors/nano/pkg: DESCR PLIST Removed files: editors/nano/patches: patch-configure_ac Log message: kill nano's slang flavor CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/11/07 08:37:43 Modified files: . : events.html Log message: Conisli 2006 is now past. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/07 09:01:36 Modified files: share/man/man4 : akbd.4 hilkbd.4 pckbd.4 ukbd.4 share/man/man4/man4.hp300: dnkbd.4 share/man/man4/man4.hppa: gsckbd.4 share/man/man4/man4.sparc: zs.4 share/man/man4/man4.sparc64: zs.4 share/man/man4/man4.vax: lkkbd.4 Log message: sort out the mess of Dq/Po/Pc running amok the keyboard pages... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/07 09:22:06 Modified files: devel/nspr : Makefile Added files: devel/nspr/patches: patch-mozilla_nsprpub_lib_tests_Makefile_in patch-mozilla_nsprpub_pr_tests_runtests_ksh Log message: - bump SHARED_LIBS version up to 16.0 (one more than the highest mozilla.org app uses now and should prevent any library issues for the transition to devel/nspr) ; from kurt@ (asked by kili@ and steven@) - add regression tests ; the following tests are disabled as they need more work: nameshm1, sema, semaerr, semaping, socket - bump PKGNAME ok kurt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 09:33:29 Log message: catalyst model class for Class::DBI Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-Catalyst-Model-CDBI/Makefile N ports/databases/p5-Catalyst-Model-CDBI/distinfo N ports/databases/p5-Catalyst-Model-CDBI/pkg/PLIST N ports/databases/p5-Catalyst-Model-CDBI/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/07 09:46:45 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: remove some irrelevant references; spotted by stevesk ok henning stevesk CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 10:38:49 Modified files: lib/libc/arch//sh: Makefile.inc Log message: Build the correct arch softfloat code. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 11:03:36 Modified files: gnu/lib/libstdc++/libstdc++/include/c_std: std_cwctype.h Log message: activate *trans functions, noticed by robert/wilfried, tested by various people. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 11:04:07 Added files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk distrib/sets/lists/etc: md.landisk distrib/sets/lists/game: md.landisk distrib/sets/lists/man: md.landisk distrib/sets/lists/misc: md.landisk Log message: likely very broken sets files for this new arch (which isn't quite there yet). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 11:07:23 Modified files: distrib/landisk/ramdisk: Makefile Log message: remove nasty ugly horrid hack that was for armish but was copied... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 11:09:46 Modified files: distrib/sets/lists/comp: md.landisk Log message: some files landisk will not have CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 11:10:47 Modified files: distrib/sets/lists/comp: md.landisk Log message: more junk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:16:02 Modified files: textproc/p5-XML-LibXML: Makefile distinfo textproc/p5-XML-LibXML/patches: patch-Makefile_PL textproc/p5-XML-LibXML/pkg: PLIST textproc/p5-XML-LibXSLT: Makefile distinfo textproc/p5-XML-SAX: Makefile distinfo textproc/p5-XML-SAX/patches: patch-Makefile_PL Removed files: textproc/p5-XML-LibXML/patches: patch-LibXML_xs Log message: update to a newer version, needed for the catalyst xslt view plugin. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:19:25 Log message: catalyst xslt view Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-XSLT/Makefile N ports/textproc/p5-Catalyst-View-XSLT/distinfo N ports/textproc/p5-Catalyst-View-XSLT/pkg/PLIST N ports/textproc/p5-Catalyst-View-XSLT/pkg/DESCR N ports/textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:22:29 Modified files: converters : Makefile databases : Makefile textproc : Makefile Log message: add a few more catalyst plugins CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/11/07 11:36:12 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-4.5 Log message: openssh-4.5/4.5p1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 11:39:51 Modified files: gnu/lib/libstdc++: Makefile.bsd-wrapper Log message: remove sudo around includes, since that's already done by the toplevel. Requested by Mr T. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 11:47:46 Modified files: bin/dd : position.c Log message: It is better to use isatty() to see if a dev is seekable, because skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 12:37:57 Modified files: databases/db : Makefile Log message: belt and suspenders, best of both worlds. bulk-builds will first try to build stuff with the java pseudo-flavor. If that fails (because java is currently broken, or because it's not supported on that arch), then it will build through the second line. If the packages already exist, the infrastructure will notice, and the second build line will do nothing. consensus reached after discussion with nikolay, kurt, pval... CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/11/07 13:09:19 Modified files: openssh : openbsd.html Log message: no patch is required for 3.8; pointed out by brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/07 13:47:10 Modified files: sys/arch/macppc/conf: GENERIC Log message: Add xmphy(4). ok drahn@, brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 13:51:07 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 if_em.h Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64 Thanks to Ivan M Makarenko for pointing out that I missed commiting this part of the fix. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/07 13:53:35 Modified files: sys/arch/macppc/conf: RAMDISK Log message: Add xmphy(4) here too. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 14:05:56 Modified files: sys/dev/pci : if_em.c Log message: em_get_buf(): - Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). em_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by em_free_receive_structures() now. em_free_receive_structures(): - A few changes here to allow this function to be called from em_stop() as well as em_allocate_receive_structures(). Tested on i386/amd64/sparc64. ok reyk@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 14:30:36 Modified files: lib/libc/arch/arm: SYS.h Log message: Load the syscall number into the scratch register (r12) so that we dont need the copyin. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 14:32:47 Modified files: x11/openmotif : Makefile Log message: prevent recursive builds. It's a wonder it worked until now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/07 14:39:32 Modified files: sys/dev/ic : malo.c malo.h Log message: Add TX done cleanup. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/07 15:22:28 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST Log message: mode/owner/group annotations CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/07 16:02:23 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86fbman.c Log message: Fix granularity handling in framebuffer manager. From tsi@. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/11/07 16:35:54 Modified files: . : products.html Log message: add .vantronix ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:52:45 Modified files: sys/dev/microcode/atmel: Makefile sys/dev/microcode/kue: Makefile sys/dev/microcode/rum: Makefile sys/dev/microcode/uyap: Makefile sys/dev/microcode/zydas: Makefile Log message: landisk has usb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:53:20 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:54:01 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:56:20 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:17:14 Modified files: usr.bin/ssh : Tag: OPENBSD_3_9 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:42:11 Modified files: usr.bin/ssh : Tag: OPENBSD_4_0 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:44:05 Modified files: usr.bin/ssh : Tag: OPENBSD_3_8 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 18:32:00 Modified files: sys/dev/pci : if_bce.c if_bcereg.h Log message: Clean up some of the "magic" constants in the driver, based on the documentation for the Broadcom 43xx wireless chips that share the same basic hardware. From Jon Simola CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 18:45:35 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sets getting closer. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 20:56:52 Modified files: share/man/man4/man4.alpha: le.4 share/man/man4/man4.aviion: le.4 share/man/man4/man4.hp300: le.4 share/man/man4/man4.hppa: ie.4 share/man/man4/man4.luna88k: le.4 share/man/man4/man4.mac68k: ae.4 mc.4 sn.4 share/man/man4/man4.macppc: mc.4 share/man/man4/man4.mvme68k: ie.4 le.4 share/man/man4/man4.mvme88k: ie.4 le.4 share/man/man4/man4.sparc: be.4 ie.4 le.4 qe.4 share/man/man4/man4.sparc64: be.4 le.4 qe.4 share/man/man4/man4.vax: de.4 qe.4 Log message: remove mention of the SIOCSIFADDR ioctl or the use of arp in individual Ethernet driver man pages. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/07 21:00:18 Modified files: . : errata.html Log message: add the arc issue. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:35:37 Modified files: . : ports.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:53:26 Modified files: build : support.dat Log message: add SystemNet, Oslo, Norway. from Pete Vickers CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:57:02 Modified files: build : support.dat Log message: add Hamburgnet, Germany. from sebastian.schmitzdorff at hamburgnet.de CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:12:39 Modified files: build : support.dat Log message: update Ironkeep Technologies entry. from Zachary Schneider CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:30:34 Modified files: build : support.dat Log message: add Valdo Alvarez, London. from info at unixconsulting.info CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:43:09 Modified files: build : support.dat Log message: add The Citadel Collective, Perth, Australia. from jesterhoax at hotmail.com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:48:11 Modified files: build : support.dat Log message: add ShieldWolf Technologies, Virginia, USA. from Randy Caldejon CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:58:02 Modified files: build : support.dat Log message: add Infotech Tonga. from tongas at tbu.to CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:59:53 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/08 01:23:33 Modified files: share/man/man9 : file.9 Log message: getvnode requires vnode.h; from bret lambert ok pedro CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/08 02:34:03 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-bridges_prj_build_lst patch-config_office_set_soenv_in patch-solenv_inc_unx_mk patch-stlport_STLport-4_5_patch Added files: editors/openoffice/patches: patch-bean_native_unix_makefile_mk patch-icu_makefile_mk patch-jvmfwk_sunmajor_pluginlib_sunjre_cxx patch-solenv_inc_settings_mk patch-solenv_inc_unxobsd_mk patch-svx_source_customshapes_makefile_mk Removed files: editors/openoffice/patches: patch-solenv_inc_unxobsdi_mk Log message: - add amd64 support - use unxobsd.mk instead of different makefiles for every architecture - use devel/boost now that we have it instead of the bundled one. (this is also needed to build openoffice on amd64) - start using some patches from http://go-ooo.org/. (disable the startup wizard and some online registration menu points) (the patch is generated by my after applying the patches that's why i provide the mirror for it.) - allow the openoffice build infrastructure to override our CFLAGS in some cases. this is needed because some of the files have to be compiled with -O0 instead of -02 which we use by default. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/08 03:53:59 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: fix sigmask handling bug that caused SIGCHLD to be almost always masked. DOH! miod@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/08 08:49:20 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: remove another irrelevant reference; ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:10:13 src/sys/arch/landisk/stand/xxboot Update of /cvs/src/sys/arch/landisk/stand/xxboot In directory cvs.openbsd.org:/usr/src/sys/arch/landisk/stand/xxboot Log Message: Directory /cvs/src/sys/arch/landisk/stand/xxboot added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:35:45 Modified files: distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:39:23 Modified files: sys/dev/pci : pcidevs Log message: Add Decision Computer Inc and device ids for their PCCOM serial cards. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:42:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:46:54 Modified files: sys/dev/pci : pucdata.c Log message: Add support for Decision Computer multiport serial cards. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:46:56 Modified files: sys/arch/landisk/stand: Makefile Added files: sys/arch/landisk/stand/xxboot: Makefile boot1.c pbr.S xxboot.8 xxboot.S Removed files: sys/arch/landisk/stand/bootxx: Makefile boot1.c bootxx.8 bootxx.S pbr.S Log message: this is actually a primary bootblock (xxboot) not a secondary bootblock (bootxx) thus disklabel -B will automatically pick it up now; ok drahn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:47:39 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 11:05:30 Modified files: sys/arch/landisk/stand/xxboot: Makefile Log message: fix LINKS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 11:08:16 Modified files: distrib/landisk/ramdisk: install.md Log message: attempt to make disk bootable CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 11:34:34 Modified files: share/man/man4 : puc.4 Log message: Add Decision Computer Inc 2/4/8 port serial cards. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/11/08 11:59:38 Modified files: lang/python/2.5/files: CHANGES.OpenBSD Log message: refer to 2.5, not 2.4 here CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/11/08 12:00:19 Modified files: lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.5/pkg: PLIST Log message: fix compilation on ARM, where the ctypes module is not supported by moving it into a new PFRAG; feedback and ok alek@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/08 12:05:50 Modified files: . : donations.html Log message: OpenBEER, the italian OpenBSD user group, helped us with the v2k5 ports hackathon, thanks! ok wvdputte CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 12:42:28 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 13:03:32 Modified files: sys/arch/landisk/stand/xxboot: Makefile Log message: OBJCOPY should default to objcopy. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/08 13:20:42 Modified files: usr.bin/cvs : client.c Log message: bring back support for CVS_CLIENT_LOG that was removed with the proto.c removal a while ago.... OK ray@ joris@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 13:22:45 Modified files: distrib/landisk/ramdisk: list Log message: we want the mbr on the install media CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/08 14:04:41 Modified files: sys/dev/pci : if_sk.c Log message: Make XMAC work on on big-endian systems. help & ok jason@, ok brad@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 14:06:57 Modified files: sys/arch/landisk/landisk: intr.c Log message: Implement interrupt counters (better) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/08 14:48:20 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: @mode CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/08 15:05:52 Modified files: usr.bin/cvs : getlog.c Log message: [-s states] and [-w logins] bits. CVSROOT: /cvs Module name: ports Changes by: dim@cvs.openbsd.org 2006/11/08 15:16:06 Modified files: x11/xscreensaver/pkg: PLIST Log message: Fix packaging xscreensaver port when using empty FLAVOR. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/08 15:44:30 Modified files: x11 : Makefile Log message: someone probably wanted to build xscreensaver with an empty FLAVOR CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:08:08 src/distrib/landisk/miniroot Update of /cvs/src/distrib/landisk/miniroot In directory cvs.openbsd.org:/tmp/cvs-serv4552/miniroot Log Message: Directory /cvs/src/distrib/landisk/miniroot added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:08:46 Added files: distrib/landisk/miniroot: Makefile Log message: Build miniroot filesystem (for dding onto CF) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:09:34 Modified files: distrib/landisk: Makefile Log message: build miniroot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/08 16:17:33 Modified files: lang/spidermonkey: Makefile Log message: - build thread safe spidermonkey corrections & ok steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:22:26 Modified files: sbin/fdisk : fdisk.8 fdisk.c misc.c Log message: add a -y flag, for non-interactive use CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:26:16 Modified files: distrib/landisk/miniroot: Makefile Log message: verbose disklabel -B, and fdisk -u and -y CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:45:17 Modified files: distrib/landisk/miniroot: Makefile Log message: For now, -i and -u need to be different invocations. ie fix bug in fdisk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:52:30 Modified files: distrib/landisk/miniroot: Makefile Log message: install the landisk mbr, not the builtin i386 mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:55:05 Modified files: distrib/landisk/ramdisk: install.md Log message: always point fdisk at the mbr we want CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:57:05 Modified files: sbin/fdisk : fdisk.c Log message: sh machines also have a /usr/mdec/mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:58:03 Modified files: distrib/landisk/miniroot: Makefile distrib/landisk/ramdisk: install.md Log message: now that fdisk knows landisk machines have a /usr/mdec/mbr, no need to use -f CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/08 16:59:30 Modified files: x11/kde/multimedia3: Makefile Log message: WTF. noticed by nikolay CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:01:10 Modified files: sbin/fdisk : fdisk.c Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:12:12 Modified files: sys/arch/sh/sh : sh_machdep.c sys/arch/landisk/landisk: machdep.c Log message: no newline at end of cpu_model CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 17:36:41 Modified files: distrib/landisk/miniroot: Makefile Log message: fdisk/disklabel jig to make the label come out right. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 17:37:17 Modified files: etc/etc.landisk: disktab Log message: new miniroot partition table entries. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:43:54 src/distrib/notes/landisk Update of /cvs/src/distrib/notes/landisk In directory cvs.openbsd.org:/usr/src/distrib/notes/landisk Log Message: Directory /cvs/src/distrib/notes/landisk added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:45:38 Added files: distrib/notes/landisk: contents hardware install prep upgrade whatis xfer Log message: start at landisk (mostly copied from armish) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:10:56 Modified files: distrib/notes/landisk: hardware whatis Log message: update CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:13:11 Modified files: . : landisk.html Log message: landisk is kind of arriving.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:16:02 Modified files: distrib/sets/lists/man: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:24:19 Modified files: share/man/man4 : lmenv.4 Log message: update the example sensors output so it matches the current output from the driver. From Jason Dixon CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:31:28 Modified files: sys/netinet6 : Tag: OPENBSD_3_9 in6.c Log message: MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. ok mcbride@ deraadt@ mpf@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/08 19:31:30 Modified files: geo/gpsbabel : Makefile distinfo geo/gpsbabel/patches: patch-Makefile_in patch-configure_in geo/gpsbabel/pkg: PLIST Added files: geo/gpsbabel/patches: patch-tools_mkcapabilities_in Removed files: geo/gpsbabel/patches: patch-easygps_c patch-hsa_ndv_c patch-html_c patch-palmdoc_c patch-testo patch-text_c patch-tools_mkcapabilities patch-vcf_c Log message: trivial version bump. a number of patches have been accepted upstream. ok naddy. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:35:47 Modified files: sys/netinet6 : Tag: OPENBSD_4_0 in6.c Log message: MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. ok mcbride@ deraadt@ mpf@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/08 20:14:46 Modified files: faq : faq14.html Log message: >128G disks actually DO work on older machines, though there still can be "issues". Elaborate a bit more on the 1M RAM/1G disk guideline. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 20:34:35 Modified files: sys/lib/libkern/arch/sh: udivsi3.S Log message: typo CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/08 20:36:59 Modified files: faq : faq14.html Log message: since 3.5, /boot only cares about the inode, not the disk geometry. This article is also directly applicable to amd64. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/08 20:59:54 Modified files: usr.sbin/ospfd : printconf.c Log message: Properly indicate the state of "fib-update" ok claudio@ CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/08 21:06:09 Modified files: usr.sbin/ripd : printconf.c Log message: Properly indicate status of "fib-update" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 21:25:38 Modified files: sys/arch/sh/dev: scif.c Log message: landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome hack, otherwise the console tty is not quite right. Solve better someday. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 22:00:09 Modified files: sys/dev/pci : pcidevs Log message: add a HiNT Corp. PCI bridge and some additional Marvell SATA ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 22:00:38 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/11/09 00:01:47 Modified files: emulators/spim : Makefile distinfo emulators/spim/patches: patch-spim_Makefile patch-xspim_Imakefile Log message: upgrade to spim 7.3 CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/11/09 00:13:01 Modified files: mail/exim : Makefile mail/exim/pkg : PLIST Log message: note in the PLIST that bin/exim-4.63 is installed suid root. from sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/09 01:16:22 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: remove the dependency of make-plist on dependent packages: instead, go directly use `make print-plist' to find these lists in the ports tree. CVSROOT: /cvs Module name: ports Changes by: dim@cvs.openbsd.org 2006/11/09 01:27:51 Modified files: x11/xscreensaver: Makefile x11/xscreensaver/pkg: PLIST Added files: x11/xscreensaver/pkg: PFRAG.no-no_gle Log message: Add missed `extrusion' hack when building with empty FLAVOR, and add required @mode annotation. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/09 01:29:47 Modified files: infrastructure/mk: bsd.port.mk Log message: zap uses of ${SH} CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/09 01:31:29 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_set_soenv_in patch-pyuno_source_module_makefile_mk Removed files: editors/openoffice/patches: patch-bean_native_unix_makefile_mk Log message: - use the jdk server vm on amd64 because it does not have a client - re-enable the library check for bean now that the server vm is used - fix an if statement (OPEBBSD->OPENBSD) jdk problem noticed by kurt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 02:24:28 Modified files: usr.bin/cvs : client.c remote.h server.c tag.c Log message: remote tag command support joins the party! CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/09 02:43:35 Modified files: sbin/isakmpd : ike_auth.c Log message: support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY) ok ho, hshoexer CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/09 02:45:17 Modified files: lib/libssl/man : Makefile Log message: add openssl PEM_* manpages; ok deraadt, hshoexer, djm CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 03:08:33 Modified files: usr.bin/cvs : cvs.h server.c tag.c Log message: fix pasto.. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/09 03:25:12 Modified files: sys/dev/ic : malo.c Log message: Fix a bug in the firmware command function and check if the main firmware has been loaded by polling for the firmware response instead just waiting a static amount of time. ok claudio@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/11/09 03:48:36 Modified files: . : events.html Log message: We are not attending this years Linux Expo in Koln, somebody mixed up the paperwork so there is no booth. I'm not going to share space with the FSF no matter how interesting that sounds... besides I like Frankfurt a lot more so this is not worth it. And I get to stay at home and move boxes, doesn't that sound more interesting? CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 04:14:56 Modified files: usr.bin/cvs : diff3.c Log message: respect TMPDIR here too, changes pulled in from usr.bin/rcs. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 04:19:21 Modified files: share/man/man4 : vic.4 Log message: - add VMware Workstation 4.5 and newer to the list of supported products now that it works and doesn't segfault the VM anymore... - intial work has been done on ESX server 2.x, we still need to test it with ESX server 3.x! any volunteers? ok dlg@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 05:51:23 Modified files: usr.bin/cvs : tag.c Log message: add support for -c (Check that working files are not modified). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 06:08:34 Modified files: sys/arch/landisk/stand/xxboot: xxboot.8 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 06:18:56 Modified files: sbin/fdisk : fdisk.8 share/man/man5 : pf.conf.5 Log message: desireable -> desirable; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 07:00:15 Modified files: usr.bin/cvs : client.c cvs.h init.c remote.h server.c Log message: cvs init remote bits. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 07:25:23 Modified files: sys/dev/pci : if_pcn.c Removed files: sys/dev/pci : if_pcnreg.h Log message: remove another useless header and move the 12 register definitions to the driver itself. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 07:30:25 Modified files: share/man/man4 : vic.4 Log message: take out a word which was just not helpful; CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/09 07:35:56 Modified files: sys/dev/pci : pcidevs Log message: Add ATI Radeon X700 SE with secondary; ok mk@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/09 07:40:19 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/09 07:59:35 Modified files: usr.bin/calendar/calendars/de_DE.ISO_8859-1: calendar.geschichte Log message: mr.wolf CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/09 08:00:43 Modified files: usr.bin/calendar/calendars/de_DE.ISO_8859-1: calendar.geschichte Log message: auf deutsch! CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/09 08:18:01 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-bridges_prj_build_lst patch-config_office_configure_in patch-config_office_set_soenv_in patch-icu_makefile_mk patch-jvmfwk_sunmajor_pluginlib_sunjre_cxx patch-solenv_inc_settings_mk patch-svx_source_customshapes_makefile_mk Log message: - apply go-ooo patch build-java-target.diff (adjusted to apply cleanly). this patch enables javac arguments -source & -target which will allow us to build with 1.5 but run with 1.4 or 1.5. building with 1.5 will be enabled in java.port.mk later. - sync patches (line numbers/-p) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 08:19:18 Modified files: lib/csu : Makefile Log message: build obj in sh CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 08:36:03 Modified files: distrib/landisk/miniroot: Makefile Log message: build something by default. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 08:55:55 Modified files: usr.bin/cvs : date.y Log message: sync with usr.bin/rcs version. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 09:08:20 Modified files: sbin/ifconfig : ifconfig.8 Log message: trim SEE ALSO: there is no need to list every pseudo-device CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 10:16:22 Modified files: distrib/landisk/ramdisk: install.md Log message: XXX work around to force disk size forgetting; ok drahn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 10:31:09 Modified files: gnu/usr.bin/perl/hints: openbsd.sh Log message: no shlibs on sh yet CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/09 10:36:29 Added files: lang/python/2.5/pkg: PFRAG.ctypes Log message: PFRAG file missed in previous commit CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:29:19 Modified files: sys/dev/pci : if_vic.c Log message: add multicast filter support instead of using ALLMULTI all the time CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:31:25 Modified files: sys/dev/pci : if_vic.c Log message: knf CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:50:30 Modified files: sys/dev/pci : if_vic.c Log message: no need to check for IFF_ALLMULTI when we just removed the flag... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/09 12:00:39 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_tests_runtests_ksh Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_tests_socket_c Log message: - re-add socket regression test (but do not run IPv4->IPv6 mapping tests under OpenBSD) - bump so version to 17 as Firefox 1.5.0.8 will use 16 (from wilfried@) - bump PKGNAME go ahead steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 12:26:45 Modified files: gnu/usr.bin/binutils/gdb: configure.host Log message: grok sh-*-openbsd* CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/09 12:38:34 Modified files: gnu/usr.bin/binutils/gdb: configure.tgt configure.host Added files: gnu/usr.bin/binutils/gdb/config/sh: obsd.mh obsd.mt Log message: Initial stab at OpenBSD/sh support. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 14:05:20 Modified files: gnu/usr.bin/gcc/gcc/config/sh: t-openbsd Log message: Dont build all of the extra libgcc.a files, they are not needed for native OpenBSD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 14:11:31 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: add a solid compliment of usb devices CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/09 14:31:12 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: Don't build profiled libperl; requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 14:43:35 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/09 14:47:52 Modified files: usr.bin/rcs : ci.c co.c rcsutil.c rcsutil.h Log message: Simplify stripping of write bits from file mode. Add support for reusing the checkin message for multiple files, ala GNU Fix the message when you abort a checkout and the file was not writable. OK joris@ niallo@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:17:56 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:25:28 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:29:40 Modified files: distrib/landisk/ramdisk: list Log message: put some tasty firmwares there CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:31:41 Modified files: distrib/landisk/ramdisk: install.md Log message: must use -b to tell it to look in /mnt CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 15:34:07 Modified files: distrib/landisk/ramdisk: Makefile Log message: PID isn't used. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:43:30 Modified files: distrib/landisk/ramdisk: list Log message: +rum, -ral, until jsg explains to me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:00:29 Modified files: distrib/landisk/ramdisk: install.md Log message: silence disk dd splat job CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:00:45 Modified files: distrib/landisk/ramdisk: list Log message: xxboot on main ramdisk in mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:01:06 Modified files: distrib/landisk/ramdisk: install.md Log message: no need for -b on disklabel -B, since files on ramdisk now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:01:35 Modified files: distrib/landisk/ramdisk: list Log message: support rum, not clear about ral and need to talk to jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:04:02 Modified files: distrib/landisk/ramdisk: list Log message: skip ral files for now CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/09 16:15:54 Modified files: sys/dev/ic : acx.c Log message: Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:22:53 Modified files: distrib/landisk/ramdisk: install.md Log message: typo CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/09 16:24:00 Modified files: x11/kde/multimedia3: Makefile Log message: zap duplicates in SHARED_LIBS, noticed by sturm@. ok espie@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/09 16:36:42 Modified files: share/man/man4 : ral.4 Log message: clarify firmware requirements CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/09 16:39:26 Modified files: sys/dev/microcode/ral: ral-license Log message: Clarify what hardware firmware is for. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 17:54:59 Modified files: usr.bin/xlint/xlint: xlint.c Log message: fix usage message CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 18:39:00 Modified files: distrib : Makefile Log message: make a landisk obj CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 19:19:18 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Yes, openbsd does not support shared libraries on sh yet, but why make it hard? CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 19:39:47 Added files: sys/arch/sh/include: reloc.h Log message: Will be needed at some point. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/09 23:07:11 Modified files: sbin/pfctl : pfctl_altq.c Log message: Print the interface that each queue is bound to in the pfctl -sq output ok henning@ CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/09 23:13:39 Modified files: faq : faq6.html index.html Log message: New subsection: 6.14 - How can I do equal-cost multipath routing? Constructive criticism from Nick, thank you :) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 00:02:55 Modified files: sys/arch/sh/sh : locore_subr.S Log message: Enforce correct userspace bounds in copy{in,out}str(). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 00:39:37 src/libexec/ld.so/sh Update of /cvs/src/libexec/ld.so/sh In directory cvs.openbsd.org:/tmp/cvs-serv22150/sh Log Message: Directory /cvs/src/libexec/ld.so/sh added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 00:44:58 Modified files: libexec/ld.so : loader.c Added files: libexec/ld.so/sh: Makefile.inc archdep.h ldasm.S rtld_machine.c sdivsi3.S syscall.h udivsi3.S Log message: Not quite working ld.so support for sh CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 00:46:25 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Log message: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog from Maintainer, Ben Lovett CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 01:32:37 Modified files: usr.bin/cvs : diff3.c Log message: sync with usr.bin/rcs/diff3.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 02:31:28 Modified files: x11/icewm : Makefile Added files: x11/icewm/patches: apm-patch-src_aapm_cc apm-patch-src_aapm_h Removed files: x11/icewm/patches: patch-src_aapm_cc patch-src_aapm_h Log message: - add apm support _only_ for archs supporting it ; no need to bump PKGNAME as for apm capable archs, nothing changes and for the others, it didn't build noticed by sturm@, thanks! ok sturm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/10 02:34:39 Modified files: sys/net : if_tun.c Log message: Fix an mbuf leak in an error path. OK brad@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 02:41:54 Modified files: www/trac : Tag: OPENBSD_4_0 Makefile distinfo www/trac/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 03:28:18 Modified files: usr.sbin/ripd : message.c neighbor.c ripe.h Log message: clear lists before deleting neighbor OK claudio@ henning@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/10 03:44:45 Modified files: de : donations.html errata.html events.html ftp.html i386-laptop.html index.html plat.html porting.html ports.html faq/de : current.html faq1.html faq10.html faq11.html faq15.html faq4.html index.html faq/fr : faq10.html faq/nl : faq10.html faq15.html faq4.html index.html faq/pf/de : options.html faq/pf/nl : options.html faq/pf/pl : options.html faq/pl : faq1.html faq10.html faq11.html faq15.html faq4.html faq8.html index.html fr : donations.html errata.html events.html index.html landisk.html ports.html products.html nl : 40.html cats.html donations.html hp300.html hppa.html i386-laptop.html index.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html ports.html sgi.html sparc.html vax-simh.html vax.html zaurus.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html index.html openbsd.html openssh/fr : ftp.html index.html openbsd.html openssh/nl : ftp.html index.html openbsd.html porting/de : libraries.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 03:45:05 Modified files: devel/catalyst : Makefile Log message: adjust address, since it's now available in the right cpan location CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 03:53:06 Modified files: usr.bin/cvs : client.c Log message: send Global options -n -Q -r to the server. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 03:59:37 Log message: newer catalyst splits documentation into separate packages Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Catalyst-Manual/Makefile N ports/devel/p5-Catalyst-Manual/distinfo N ports/devel/p5-Catalyst-Manual/pkg/PLIST N ports/devel/p5-Catalyst-Manual/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:00:43 Modified files: devel : Makefile Log message: +catalyst manual CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:01:32 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: DESCR PLIST Log message: update to 5.7005, documentation moved. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 04:02:05 Modified files: usr.bin/cvs : client.c Log message: do not forget to send -l and -q Global options too. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 04:09:56 Modified files: usr.sbin/dvmrpd: dvmrpe.h neighbor.c report.c Log message: introduce reference count for struct route_report so it can be shared and freed correctly. OK norby@ henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:11:07 ports/devel/catalyst-tutorial/patches Update of /cvs/ports/devel/catalyst-tutorial/patches In directory cvs.openbsd.org:/tmp/cvs-serv13642/patches Log Message: Directory /cvs/ports/devel/catalyst-tutorial/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:12:00 Modified files: devel/catalyst-tutorial: Makefile devel/catalyst-tutorial/pkg: DESCR PLIST Added files: devel/catalyst-tutorial: distinfo devel/catalyst-tutorial/patches: patch-Makefile_PL Log message: the catalyst tutorial is now available on CPAN, so redo the package with the actual sample code, along with new dependencies. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/10 04:13:00 Log message: import of libwpd-0.8.7; libwpd is a library for reading and writing WordPerfect(tm) documents. This package also includes utilities for converting to HTML and plain text. Status: Vendor Tag: robert Release Tags: robert_20061110 N ports/textproc/libwpd/distinfo N ports/textproc/libwpd/Makefile N ports/textproc/libwpd/pkg/DESCR N ports/textproc/libwpd/pkg/PLIST N ports/textproc/libwpd/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/10 04:15:05 Modified files: textproc : Makefile Log message: +libwpd CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 04:15:32 Modified files: usr.sbin/dvmrpd: report.c Log message: In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0. OK norby@ henning@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 05:41:26 Modified files: textproc/libwpd: Makefile Log message: you forgot LIB_DEPENDS and WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 06:50:06 Log message: Import libglademm-2.6.3, C++ bindings for libglade. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061110 N ports/devel/libglademm/Makefile N ports/devel/libglademm/distinfo N ports/devel/libglademm/pkg/DESCR-docs N ports/devel/libglademm/pkg/DESCR N ports/devel/libglademm/pkg/PFRAG.shared N ports/devel/libglademm/pkg/PLIST N ports/devel/libglademm/pkg/PLIST-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:14:49 Modified files: devel/horde : Makefile Log message: Don't hardcode username/groupname, use ${BINOWN}:${BINGRP}, bump package name as I changed group from wheel to bin. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/10 07:15:49 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/10 07:16:41 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 07:26:57 Modified files: devel : Makefile Log message: add libglademm CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 07:32:44 Modified files: usr.bin/cvs : repository.c Log message: no magic, "Attic" -> CVS_PATH_ATTIC CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:42:19 Modified files: sbin/ipsecctl : parse.y Log message: Do not count sa, ike and tcpmd5 rules twice. Fixes PR 5263. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:42:38 Modified files: devel/horde : Makefile devel/horde/pkg: PLIST Log message: Fix file ownerships. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/10 07:46:46 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: cast to (long long) for %lld printfs apparently from Jeff Rizzo via "Thomas E. Spanjaard" , with changes from me (as far as I remember, this is kinda old stuff). claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/10 07:47:32 Modified files: usr.sbin/bgpd : rde.c rde.h rde_update.c Log message: char -> u_char in a few places apparently from Jeff Rizzo via "Thomas E. Spanjaard" , ok claudio CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:47:52 Modified files: sbin/ipsecctl : pfkey.c Log message: Fix grouping for SAs. Now all combinations of SAs are possible, not only ESP+AH (ie. ESP inside AH). CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:49:49 Modified files: sbin/ipsecctl : ipsecctl.c Log message: When using -vv, also show grouped SAs. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:53:22 Modified files: devel/horde : Makefile Log message: Remove a leftover, no package change. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 07:54:04 Modified files: gnu/usr.bin/binutils/gdb: shnbsd-tdep.c Log message: Handle OpenBSD as well. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:54:50 Modified files: databases/mnemo: Makefile Log message: Explicitely set file ownership after extraction. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 07:58:18 Modified files: gnu/usr.bin/binutils/gdb: configure.tgt shnbsd-nat.c Log message: Convert to use inf-ptrace.c. CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/11/10 08:01:31 Modified files: sbin/ipsecctl : parse.y Log message: check both rule sourace and destination when grouping sa's fixes PR5262 ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/10 08:03:44 Modified files: bin/md5 : md5.c Log message: Accept upper and lower case letters in a checksum, since this doesn't alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 08:28:25 Modified files: www/moodle : Makefile Log message: fix owner/group, no need to extract into wrkdir discussed with nikolay CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/10 08:34:11 Modified files: net/curl : Makefile distinfo Log message: update to 7.16.0 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 08:49:03 Modified files: usr.bin/cvs : getlog.c Log message: fix -w CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 09:01:29 Modified files: devel/nspr : Makefile distinfo Added files: devel/nspr/pkg : DESCR-docs PLIST-docs Log message: - add a -doc subpackage with complete HTML documentation reference "looks good" steven@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/10 09:05:19 Modified files: build : packages-4.0 Log message: trac CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/10 09:05:31 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/10 09:31:29 Modified files: usr.bin/rcs : co.c Log message: Unlike GNU rcs, our co will not overwrite an existing file, even if the existing file is not writable. While safer, this can be annoying. I've changed things to compare the version of the file being checked out with its current contents and, if they are the same, to allow the checkout without user intervention. The behavior when there is a writable version of the file is unchanged. OK xsa@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/11/10 09:37:51 Modified files: . : want.html Log message: Got these now. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 10:04:54 Log message: Initial import of bricolage 1.10.2 Bricolage is a full-featured, enterprise-class content management system. It offers a browser-based interface for ease-of use, full-fledged templating systems with complete programming language support for flexibility, and many other features. It operates in an Apache/mod_perl environment, and uses the PostgreSQL RDBMS for its repository. WWW: http://www.bricolage.cc/ Status: Vendor Tag: sturm Release Tags: sturm_20061110 N ports/www/bricolage/Makefile N ports/www/bricolage/distinfo N ports/www/bricolage/patches/patch-Makefile N ports/www/bricolage/patches/patch-inst_apache_pl N ports/www/bricolage/patches/patch-INSTALL N ports/www/bricolage/patches/patch-inst_files_pl N ports/www/bricolage/patches/patch-lib_Makefile_PL N ports/www/bricolage/patches/patch-bin_bric_apachectl N ports/www/bricolage/patches/patch-bin_bric_clean_tmp N ports/www/bricolage/patches/patch-bin_bric_dist_mon N ports/www/bricolage/patches/patch-bin_bric_ftpd N ports/www/bricolage/patches/patch-bin_bric_pgimport N ports/www/bricolage/patches/patch-bin_bric_queued N ports/www/bricolage/patches/patch-bin_bric_republish N ports/www/bricolage/patches/patch-inst_config_pl N ports/www/bricolage/patches/patch-conf_httpd_conf N ports/www/bricolage/pkg/DESCR N ports/www/bricolage/pkg/PLIST N ports/www/bricolage/pkg/MESSAGE N ports/www/bricolage/files/openbsd No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 10:06:05 Modified files: www : Makefile Log message: bricolage CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 10:07:18 Modified files: games/xbat : Makefile games/xbat/pkg : PLIST Added files: games/xbat/patches: patch-Imakefile Removed files: games/xbat/patches: patch-aa Log message: write scores in /var/games/Xbat, with appropriate modes regen patches while here. discussed with nikolay CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/10 10:16:15 Modified files: faq/pf : tagging.html Log message: Clarify an explanation for one of the examples CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 10:17:30 Modified files: print/scribus : Makefile distinfo print/scribus/pkg: PLIST Removed files: print/scribus/patches: patch-scribus_scribus_cpp Log message: Maintenance update to scribus-1.3.3.5. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/10 10:29:31 Modified files: include/rpc : auth.h lib/libc/rpc : Makefile.inc auth_unix.c rpcauth.3 Log message: add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g working again. help from millert@, ok deraadt@ pedro@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 10:29:38 Modified files: infrastructure/db: config.site Log message: add more functions, headers, and errno values (tested in a bulk build) okay espie@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/10 10:29:58 Modified files: lib/libc : shlib_version Log message: bump minor, for void set_rpc_maxgrouplist(int); ok deraadt@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/10 10:30:34 Modified files: sbin/mount_nfs : mount_nfs.c Log message: enable -g again help from millert@, ok deraadt@ pedro@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 10:33:05 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 10:48:52 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_0 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_4_0 patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: MFC: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 11:24:13 Modified files: editors/ldapvi : Makefile distinfo editors/ldapvi/patches: patch-configure editors/ldapvi/pkg: PLIST Log message: - update to version 1.6 - install html doc ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 11:46:10 Log message: Import dbus-glib 0.71 GLib bindings for the D-BUS interprocess messaging system. Status: Vendor Tag: alek Release Tags: alek_20061110 N ports/x11/dbus-glib/distinfo N ports/x11/dbus-glib/Makefile N ports/x11/dbus-glib/pkg/DESCR N ports/x11/dbus-glib/pkg/PLIST N ports/x11/dbus-glib/pkg/PFRAG.shared N ports/x11/dbus-glib/files/dbus-bus-introspect.xml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 11:48:19 Modified files: x11 : Makefile Log message: Add dbus-glib CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/10 11:50:47 Modified files: net/p5-POE-Filter-IRCD: Makefile distinfo Log message: update POE::Filter::IRCD to 2.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 12:11:22 Log message: Import enchant-1.3.0, a generic spell checking library/wrapper. ok alek@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061110 N ports/textproc/enchant/Makefile N ports/textproc/enchant/distinfo N ports/textproc/enchant/patches/patch-configure N ports/textproc/enchant/pkg/PFRAG.shared N ports/textproc/enchant/pkg/DESCR N ports/textproc/enchant/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 12:14:00 Modified files: textproc : Makefile Log message: add enchant CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 12:19:50 Modified files: sys/arch/m88k/m88k: trap.c Log message: Fetch syscall arguments beyond r9 with copyin() from the userland stack, instead of having the userland syscall code put the first three locations from the stack in r10-r12. This will speed-up most of the system calls (but mmap) once these fetches are removed, in a few weeks from now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 12:20:29 Modified files: sys/arch/m88k/m88k: subr.S Log message: Avoid an unnecessary branch for byte-by-byte copyin() and copyout(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 12:23:15 Modified files: sys/arch/landisk/dev: obio.c Log message: Remove unnecessary failure printf. That's what nonzero return codes are for. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 12:23:35 Modified files: sys/arch/sh/sh : in_cksum.S Log message: Remove debug code. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/10 12:34:26 Modified files: sys/dev/pci : pcidevs Log message: add vendor id for Quicknet Technologies. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 12:37:19 Modified files: distrib/special: Makefile Log message: fake no-op install target CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 12:37:51 Modified files: distrib : Makefile Log message: try to be more clever about when to enter SUBDIRS, so that we don't do it double for the native arch CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/10 12:45:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/10 13:04:24 Modified files: sbin/ifconfig : ifconfig.8 ifconfig.c Log message: Add -nwid command to allow wireless interfaces to not prefer a specific access point. Does the same as nwid "" but since we have -nwkey for nwkey etc. this is nice for consistency. ok mbalmer reyk man stuff also ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/10 13:06:58 Modified files: share/man/man4 : acx.4 an.4 ath.4 atu.4 atw.4 awi.4 ipw.4 iwi.4 malo.4 pgt.4 ral.4 ray.4 rtw.4 rum.4 uath.4 wi.4tbl wpi.4 zyd.4 Log message: Mention -nwid here too, reminded by reyk. Having to edit all these files makes me realise how many wireless drivers we actually have. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/10 13:15:47 Modified files: share/man/man9 : rssadapt.9 Log message: ral(4) no longer contains a reference implementation of rssadapt(9). refer to ath(4) instead. CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/11/10 13:16:49 Modified files: . : events.html Log message: Add link to slides of talk given at CONISLI, okay krw@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/10 13:20:04 Modified files: sys/dev/pci : if_pgt_pci.c if_acx_pci.c sys/dev/cardbus: if_acx_cardbus.c if_pgt_cardbus.c Log message: acx(4) doesn't use rssadapt(9). pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/10 13:29:36 Modified files: sys/arch/sh/include: ieee.h Log message: Correct order of the bitfields of float and double. Fixes ldexp() (and some more), which fixeds drand48(), which fixes perl build. ok miod@ drahn@ deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 13:34:06 Modified files: sys/arch/sh/include: exec.h Log message: relocations belong in reloc.h CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 13:43:39 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_4_0 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_4_0 patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: MFC: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/10 13:44:07 Modified files: libexec/identd : openbsd.c usr.sbin/ypserv/makedbm: makedbm.c usr.sbin/ypserv/mkalias: mkalias.c Log message: `elminate' etc. is not really the right way to spell `eliminate'. ok brad CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/10 13:46:58 Modified files: sys/dev/pci : if_nfe.c Log message: Defer setting of the valid bit in the first TX descriptor after all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok deraadt@ jsg@ wim@ tested by many CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 13:55:30 Modified files: www/firefox-i18n: Makefile distinfo Log message: - update for firefox 1.5.0.8 ok sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 13:57:45 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: - update for thunderbird 1.5.0.8 ok sturm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 14:09:25 Modified files: www/firefox-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: - update for firefox 1.5.0.8 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 14:10:33 Modified files: mail/thunderbird-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: - update for thunderbird 1.5.0.8 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/10 14:15:56 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Pre-allocate the TX DMA maps intead of creating and destroying a DMA map per packet sent. Tested by brad@, ckuethe@, Gabriel Kihlman and Tim Wiess . Tested with amd64/i386/sparc64. ok damien@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 14:19:54 Modified files: libexec/ld.so : loader.c libexec/ld.so/sh: ldasm.S rtld_machine.c Log message: Getting much closer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 14:22:30 Modified files: etc : Makefile Log message: landisk has no wsconsctl.conf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 14:22:44 Modified files: sbin/kbd : Makefile Log message: landisk has no kbd(8) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 14:23:31 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/etc: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 14:36:22 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: steps closer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 14:41:34 Modified files: distrib/sets/lists/comp: md.landisk Log message: and cloder yet CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 15:02:33 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: better... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 15:26:40 Modified files: libexec/ld.so/sh: ldasm.S Log message: dont want to know where this stack corruption is coming from. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/10 15:29:44 Modified files: sys/dev/ic : malo.c Log message: Fix DMA firmware command interface (poll for command response), and get the card to associate successfully with an AP. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 15:34:14 Modified files: sysutils/tcplist: Makefile Log message: use INSTALL_* to fix file modes/ownership CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/10 15:47:45 Log message: display the currently lighted face of Earth in ASCII ok, mbalmer (and maybe others) Status: Vendor Tag: kili Release Tags: kili-20061110 N ports/geo/globe/Makefile N ports/geo/globe/distinfo N ports/geo/globe/pkg/DESCR N ports/geo/globe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 15:51:34 Modified files: games/toppler : Makefile games/toppler/pkg: PLIST Log message: mode/group annotation CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/10 15:51:41 Modified files: geo : Makefile Log message: Add globe. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/10 16:02:08 Modified files: usr.sbin/mopd/common: rc.c Log message: Check the correct bits in the control byte. Found by Alexey Dobriyan (adobriyan at gmail dot com) -moj CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 16:10:15 Modified files: games/wanderer : Makefile Log message: fix group for some files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 16:11:50 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 16:20:19 Modified files: www/webcollab : Makefile Log message: fix group, don't extract in wrkdir CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 16:24:36 Modified files: www/wordpress : Makefile Log message: fix group, don't extract CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 16:51:20 Modified files: www/xmhtml : Makefile Log message: owner/group fixes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 16:56:36 Modified files: sys/dev/ic : gem.c Log message: Add support for Sun 1000baseSX cards. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 16:58:48 Modified files: sys/dev/ic : gem.c Log message: Fix typo. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 17:17:30 Modified files: www/mozilla-firefox: Tag: OPENBSD_3_9 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_3_9 patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: MFC: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/10 17:23:21 Modified files: sys/dev/ic : gem.c Log message: be silent CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 17:25:06 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_3_9 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_3_9 patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: MFC: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/10 18:44:54 Modified files: lang/ezm3 : Makefile Added files: lang/ezm3/patches: patch-libs_m3core_src_Csupport_OpenBSD_386_dtoa_c Log message: fix strtod/__dtoa conflicts. okay pvalchev@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/10 18:50:29 Modified files: . : landisk.html Log message: mention supported hardware CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/10 19:10:54 Modified files: . : landisk.html Log message: order right CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 19:38:31 Modified files: libexec/ld.so/sh: ldasm.S Log message: Working? CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 21:13:36 Log message: Import py-xmpp 1.0.0 Python XMPP and Jabber implementation Status: Vendor Tag: alek Release Tags: alek_20061111 N ports/net/py-xmpp/Makefile N ports/net/py-xmpp/distinfo N ports/net/py-xmpp/pkg/PLIST N ports/net/py-xmpp/pkg/PFRAG.shared N ports/net/py-xmpp/pkg/DESCR N ports/net/py-xmpp/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 21:21:28 Modified files: net/py-xmpp : Makefile Log message: Fix post-install target CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 21:28:18 Log message: Import cjc 1.0.0 Jabber client for text terminals. From Will Maier Status: Vendor Tag: alek Release Tags: alek_20061111 N ports/net/cjc/Makefile N ports/net/cjc/distinfo N ports/net/cjc/pkg/PLIST N ports/net/cjc/pkg/DESCR N ports/net/cjc/files/setup.py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/10 21:37:51 Modified files: net : Makefile Log message: Add py-xmpp and cjc CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/10 22:35:20 Modified files: share/man/man4 : stge.4 Log message: mention gentbi(4) here. CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/10 22:47:54 Modified files: faq : faq4.html Log message: Correct filename for the site40-hostname.tgz example CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/10 23:16:27 Modified files: share/man/man4 : gem.4 Log message: update the page to mention fibre support. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/10 23:25:40 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc13 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/11 00:49:45 Modified files: net/gaim : Makefile distinfo net/gaim/patches: patch-configure_ac patch-console_libgnt_Makefile_in patch-console_plugins_Makefile_in patch-gtk_gtkdialogs_c patch-libgaim_plugins_ssl_Makefile_in patch-libgaim_protocols_gg_Makefile_in net/gaim/pkg : PLIST Removed files: net/gaim/patches: patch-console_gntdebug_c Log message: upgrade to gaim 2.0.0beta5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/11 01:08:10 Modified files: sbin/ifconfig : ifconfig.8 Log message: EXAMPLES was getting too lengthy, so trim some of the ones that were either obscure, bordering on the duplicate, or referring to pseudo devices; if you want examples for pseudo devices, put them in their specific man page, please. ok jcs CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/11 01:16:30 Modified files: textproc : Makefile Log message: there is no aspell FLAVOR of enchant CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/11 02:16:37 Modified files: net/p5-POE-Filter-IRCD: Makefile Log message: no need to depend on Module::Install switch build/run depends bump pkgname noticed by steven, thanks! CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/11 02:40:17 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: Add the bgpd control socket to FILES and use the same .Bl -width as in bgpd(8). ok (and fixing my mistakes because I was sleepy when I mailed out the diff) jmc CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 03:28:20 Modified files: sys/dev/cardbus: if_pgt_cardbus.c Log message: Add support for 3Com 3CRWE154G72. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 03:35:01 Modified files: share/man/man4 : pgt.4 Log message: 3COM 3CRWE154G72 is CardBus. -moj CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 03:40:30 Modified files: devel/catalyst-tutorial: Makefile devel/catalyst-tutorial/pkg: PLIST www/p5-Catalyst-Runtime: Makefile www/p5-Catalyst-Runtime/pkg: PLIST Log message: fix collisions CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 04:01:59 Modified files: devel/libJudy : Makefile distinfo Removed files: devel/libJudy/patches: patch-test_Judy1LCheck_c patch-test_Judy1LHCheck_c patch-test_Judy1LHTime_c patch-test_Judy1LTime_c Log message: Update to Judy 1.0.3, the existing API did not change, but bugs in the test programs were fixed. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/11/11 04:34:32 Modified files: sbin/fsck_msdos: fat.c Log message: Fix memory leak, from Charles Longeau, many okays CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/11 04:56:38 Modified files: share/man/man4 : gem.4 Log message: add a touch of indent; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 05:44:26 Modified files: infrastructure/package: check-newlib-depends Log message: rename function for future change. avoid re-reading the same plist for getting the same info (which doesn't work anyways, so this avoids looking up a package for nothing). let depwalk stash the pkgpath away for future use. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 06:11:45 Modified files: infrastructure/package: check-newlib-depends Log message: allows grabbing the packing-list from the ports tree. suggestion from bernd CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 06:16:58 Modified files: net/freeradius : Makefile Log message: Fix WANTLIB for the -ldap subpackage after changes in databases/openldap. Problem found by steven@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 06:18:39 Modified files: mail/courier-authlib: Makefile Log message: Fix WANTLIB for -ldap subpackage. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 06:28:00 Log message: embed XML directly into perl Status: Vendor Tag: cpan Release Tags: audrey N ports/textproc/p5-XML-Literal/Makefile N ports/textproc/p5-XML-Literal/distinfo N ports/textproc/p5-XML-Literal/pkg/PLIST N ports/textproc/p5-XML-Literal/pkg/DESCR N ports/textproc/p5-XML-Literal/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 06:31:07 Modified files: mail/dovecot : Makefile Log message: Fix WANTLIB after openldap changes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 06:31:42 Modified files: textproc : Makefile Log message: +p5-XML-Literal CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/11 06:34:27 Modified files: net/gaim-icb : Makefile distinfo Log message: New version that works with gaim2beta5 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 06:36:30 Modified files: mail/dspam : Makefile Log message: Fix WANTLIB in ldap FLAVOR. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/11 07:09:04 Modified files: print/fontforge: Makefile Log message: USE_X11 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 07:16:23 Modified files: net/nagios/plugins: Makefile Log message: Fix WANTLIB after openldap changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 07:26:03 Modified files: www/lighttpd : Makefile Log message: Fix WANTLIB after openldap changes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/11 07:34:35 Log message: Import angrydd "Angry, Drunken Dwarves", a falling blocks puzzle game. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061111 N ports/games/angrydd/distinfo N ports/games/angrydd/Makefile N ports/games/angrydd/pkg/DESCR N ports/games/angrydd/pkg/PLIST N ports/games/angrydd/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/11 07:35:29 ports/textproc/libwpd/patches Update of /cvs/ports/textproc/libwpd/patches In directory cvs.openbsd.org:/tmp/cvs-serv7059/patches Log Message: Directory /cvs/ports/textproc/libwpd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/11 07:35:44 Modified files: games : Makefile Log message: Add angrydd. CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/11 07:38:13 Modified files: sys/dev/usb : usbdevs Log message: usb missile launcher CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 07:38:23 Modified files: net/jabberd : Makefile Log message: Fix WANTLIB after openldap changes. CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/11 07:38:36 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/11 07:39:10 Modified files: textproc/libwpd: Makefile textproc/libwpd/pkg: PFRAG.shared PLIST Added files: textproc/libwpd/patches: patch-Makefile_in patch-configure patch-libwpd-0_8_pc_in patch-libwpd-stream-0_8_pc_in patch-libwpd_spec patch-src_conv_html_Makefile_in patch-src_conv_raw_Makefile_in patch-src_conv_text_Makefile_in patch-src_lib_Makefile_in Log message: remove the version number from the library and the include directory; bump PKGNAME CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/11 07:39:22 Modified files: sys/dev/usb : usb_quirks.c Log message: add quirk for the usb missile launcher CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 07:48:00 Modified files: mail/evolution : Makefile Log message: Add missing WANTLIB parts. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/11 08:01:19 Modified files: infrastructure/db: config.site Log message: take out X11 related stuff, to be included in new file CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/11 08:10:22 Added files: infrastructure/db: config.x11.site Log message: start at a config site file for X11 stuff, to be enabled later CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 08:16:24 Modified files: net/samba : Makefile Log message: Fix some WANTLIB entries. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/11 08:55:52 Modified files: usr.sbin/ripd : message.c Log message: pass the right size of the message OK henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 09:10:36 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk Log message: shorten dependency names, so that regress and run can share. add print-plist-all, for better introspection (to be used by pkg_mklocatedb). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/11 09:13:43 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: -P option: prepend pkgpath instead of pkgname. -p option: use the continuation code from OpenBSD::PackingList in a sneaky way, so that we can read all packing-list contents in one go from a make print-plist-contents in /usr/ports. Allows building a located database from the ports tree without needing to build any packages. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/11 09:20:10 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: simpler/better progress print CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 09:24:41 Modified files: x11/kde/base3 : Makefile Log message: Add missing WANTLIB pieces from an openldap change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 09:32:12 Modified files: infrastructure/mk: bsd.port.mk Log message: Top-level redirectors which recurse for multi-packages should display where they are. This does unconfuse pkg_mklocatedb CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/11 10:17:43 Modified files: net/nagios/plugins: Makefile distinfo net/nagios/plugins/patches: patch-configure net/nagios/plugins/pkg: PLIST PLIST-fping PLIST-game PLIST-ldap PLIST-mysql PLIST-ntp PLIST-pgsql PLIST-samba PLIST-snmp Added files: net/nagios/plugins/patches: patch-lib_regex_internal_h Removed files: net/nagios/plugins/patches: patch-plugins_check_disk_c patch-plugins_check_snmp_c Log message: update to nagios-plugins 1.4.5 CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/11 11:11:09 Modified files: net/darkstat : Makefile distinfo net/darkstat/patches: patch-cap_c Added files: net/darkstat/patches: patch-cap_h patch-configure_ac patch-decode_c Removed files: net/darkstat/patches: patch-dns_c Log message: update to darkstat 3.0.540, plus the 3.0.553 patches. ok jasper CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:12:58 Log message: app dispatcher, jifty prereq Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-App-CLI/Makefile N ports/devel/p5-App-CLI/distinfo N ports/devel/p5-App-CLI/pkg/PLIST N ports/devel/p5-App-CLI/pkg/DESCR N ports/devel/p5-App-CLI/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:13:35 Log message: calendar month, jifty prereq Status: Vendor Tag: jifty Release Tags: espie N ports/converters/p5-Calendar-Simple/Makefile N ports/converters/p5-Calendar-Simple/distinfo N ports/converters/p5-Calendar-Simple/pkg/PLIST N ports/converters/p5-Calendar-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/11 11:14:18 Log message: cut big cookies into small pieces, jifty prereq Status: Vendor Tag: jifty Release Tags: espie N www/p5-CGI-Cookie-Splitter/Makefile N www/p5-CGI-Cookie-Splitter/distinfo N www/p5-CGI-Cookie-Splitter/pkg/PLIST N www/p5-CGI-Cookie-Splitter/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:15:43 Log message: reimport in the correct location Status: Vendor Tag: jifty Release Tags: espie N ports/www/p5-CGI-Cookie-Spliter/Makefile N ports/www/p5-CGI-Cookie-Spliter/distinfo N ports/www/p5-CGI-Cookie-Spliter/pkg/PLIST N ports/www/p5-CGI-Cookie-Spliter/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/11 11:16:40 Removed files: p5-CGI-Cookie-Splitter: Makefile distinfo p5-CGI-Cookie-Splitter/pkg: DESCR PLIST Log message: oops CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 11:17:21 Modified files: sys/dev/usb : usbdevs Log message: Add some USR Wlan adapters. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 11:18:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen -moj CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:19:41 Log message: squish css imports together, jifty prereq Status: Vendor Tag: jifty Release Tags: espie N ports/www/p5-CSS-Squish/Makefile N ports/www/p5-CSS-Squish/distinfo N ports/www/p5-CSS-Squish/pkg/PLIST N ports/www/p5-CSS-Squish/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/11 11:20:43 Modified files: editors/nvi-m17n: Makefile Added files: editors/nvi-m17n/pkg: PLIST Removed files: editors/nvi-m17n/files: PLIST Log message: regular PLIST handling CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:25:20 Log message: object declarator syntax, jifty prereq. Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Object-Declare/Makefile N ports/devel/p5-Object-Declare/distinfo N ports/devel/p5-Object-Declare/patches/patch-Makefile_PL N ports/devel/p5-Object-Declare/pkg/PLIST N ports/devel/p5-Object-Declare/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/11 11:29:39 Modified files: devel : Makefile converters : Makefile www : Makefile Log message: +p5-* CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/11 11:38:02 Modified files: x11/kmplayer : Makefile x11/kmplayer/pkg: PFRAG.shared Log message: SHARED_LIBS to silence pkg_mklocatedb, still BROKEN CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/11 11:52:12 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure patch-src_main_CommandLineArgs_c patch-src_main_Rdynload_c patch-src_main_Renviron_c patch-src_main_connections_c patch-src_main_gram_y patch-src_modules_lapack_Makefile_in math/R/pkg : PLIST Log message: Update to R 2.4.0, a clone of S. Written in C. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/11 12:09:11 Modified files: games/angrydd : Makefile Log message: - add math/py-Numeric to RUN_DEPENDS noticed by steven@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/11/11 12:13:48 Modified files: . : plus40.html plus39.html Log message: update titles with release dates. "Yes, do that" deraadt@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/11 12:26:01 Modified files: sys/dev/acpi : dsdt.c Log message: Add acpi_sleep and acpi_stall functions. ok jordan CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/11 12:26:48 Modified files: security/prelude/lml: Makefile security/prelude/lml/files: README.OpenBSD security/prelude/lml/patches: patch-Makefile_in patch-configure patch-plugins_pcre_ruleset_Makefile_in patch-prelude-lml_conf_in Log message: - add an advised rc.local entry in README.OpenBSD. - also check maillog, secure, and error_log by default. - regen patches. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/11 12:29:29 Modified files: security/prelude/manager: Makefile security/prelude/manager/files: README.OpenBSD security/prelude/manager/patches: patch-Makefile_in patch-prelude-manager_conf_in security/prelude/manager/pkg: PLIST Log message: - add an advised rc.local entry in README.OpenBSD. - fix /var/run/prelude-manager/ creation. - fix logfiles paths (still disabled by default). - regen patches. - bump PKGNAME. "looks ok" alek@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/11 12:30:24 Modified files: security/prelude/pflogger: Makefile security/prelude/pflogger/files: README.OpenBSD Log message: - add an advised rc.local entry in README.OpenBSD. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/11 12:33:57 Modified files: security/prelude/prewikka: Makefile security/prelude/prewikka/files: README.OpenBSD security/prelude/prewikka/patches: patch-database_mysql2sqlite_sh Added files: security/prelude/prewikka/patches: patch-conf_prewikka_conf Log message: - add an advised rc.local entry in README.OpenBSD. - disable default logging on STDERR, in order to run prewikka-httpd in the background. - sync regexp in mysql2sqlite.sh with upstream fix. - bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 13:21:22 Modified files: sys/dev/pci : pcidevs Log message: Some ATI and NVIDIA devices. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/11/11 13:22:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen. -moj CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/11 13:47:14 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: OpenBSD defaults to dynamic linker of /usr/libexec/ld.so CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/11 13:47:57 Modified files: gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm Log message: Provide size and type of symbols so that it doesn't confuse ld when building shared binaries/libraries. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/11 14:04:28 Modified files: audio/faad : Makefile audio/gmpc : Makefile audio/gqmpeg : Makefile audio/grip : Makefile audio/ksmp3play: Makefile audio/lame : Makefile audio/xmms-flac: Makefile audio/xmms-fmradio: Makefile audio/xmms-mad : Makefile audio/xmms-shn : Makefile audio/xmms-sid : Makefile audio/xmms-tremor: Makefile audio/xmms-xf86audio: Makefile comms/gnokii : Makefile converters/wv : Makefile databases/gq : Makefile databases/mdbtools/snapshot: Makefile devel/ddd : Makefile devel/fox : Makefile devel/gconf : Makefile devel/jdk/1.3 : Makefile devel/jdk/1.4 : Makefile devel/jdk/1.5 : Makefile devel/libgtop : Makefile devel/libzvt : Makefile devel/pygame : Makefile devel/sdl-sound: Makefile devel/vte : Makefile editors/abiword: Makefile editors/beaver : Makefile editors/nedit : Makefile editors/ted : Makefile editors/vim : Makefile editors/xwpe : Makefile emulators/generator: Makefile emulators/spim : Makefile emulators/stella: Makefile emulators/x48 : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/11 14:09:22 Modified files: distrib : Makefile Log message: sucks to be missing an arch CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/11 14:29:34 Added files: sys/arch/landisk/include: reloc.h Log message: reloc.h is included via machine/reloc.h so it should be accessable here. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/11 14:47:52 Modified files: sys/arch/i386/i386: mpbios.c sys/arch/i386/include: mpbiosvar.h sys/arch/i386/isa: isa_machdep.c sys/arch/i386/pci: pci_machdep.c Log message: Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for alternative sources for interrupt information. ok gwk@, brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/11 15:21:40 Modified files: distrib : Makefile Log message: simplify CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/11 15:57:41 Modified files: infrastructure/db: config.x11.site Log message: some more CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/11 16:04:50 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: remove '#if 0' block. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/11 16:05:23 Modified files: libexec/ld.so/sh: ldasm.S Log message: when calculating envp, skip over the NULL between argv and envp. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/11/11 18:55:04 Modified files: . : press.html Log message: Stephen Shankland in CNET News.com, November 3, 2006 UnDeadly on Parallels support for OSX, Linux and Windows. Jason Wright on BSDTalk082. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/12 02:02:03 Modified files: mail/cyrus-imapd: Tag: OPENBSD_4_0 Makefile Added files: mail/cyrus-imapd/patches: Tag: OPENBSD_4_0 patch-imap_backend_c Log message: MFC: fix a segfault CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/11/12 03:10:09 Modified files: net/pptp : Makefile distinfo net/pptp/files : pptp_8 net/pptp/patches: patch-USING net/pptp/pkg : MESSAGE PLIST Removed files: net/pptp/files : pptp_reconnect Log message: Update to version 1.7.1, from new maintainer Stefan Sperling. He also fixed wrong facts in the port's man page, updated MESSAGE accordingly, removed an obsolete script, and improved the example configuration. Thanks go to former maintainer Benoit LECOCQ, for having cared about the port the time before. ok sturm@ and me CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 03:29:15 Added files: infrastructure/mk: cpan.port.mk Log message: a small cpan module that takes care of most common things there CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 03:45:40 Modified files: infrastructure/mk: cpan.port.mk Log message: tweaks so it works CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 03:48:17 Modified files: infrastructure/mk: cpan.port.mk Log message: more tweaks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 03:52:59 Modified files: infrastructure/mk: bsd.port.mk Log message: move PKG_ARCH after MODULES CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/12 05:09:14 Modified files: mail/smtp-vilter: Makefile distinfo mail/smtp-vilter/pkg: PLIST Removed files: mail/smtp-vilter/pkg: PFRAG.shared Log message: Update to smtp-vilter 1.3.4. - The scanning backends are now treated as internal modules, not shared libraries for general use. - This adds support for Postfix. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/12 05:17:33 Modified files: infrastructure/db: config.x11.site Log message: remove/comment freetype and Xaw related items for now; suggestion from espie CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/12 05:21:21 Modified files: mail/smtp-vilter: Makefile distinfo Log message: Had ro re-roll the tarball. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/12 05:57:28 Modified files: infrastructure/db: config.x11.site Log message: forgot to comment one CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/12 06:40:20 Modified files: www/php5/extensions: Makefile Added files: www/php5/extensions/patches: patch-ext_curl_interface_c Log message: unbreak the curl extension by removing references to deprecated constants removed from curl.h; noticed and patch provided by Marc Wirth CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 07:00:36 Log message: Import libassetml-1.2.1, a library to share image and audio files between projects. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061112 N ports/devel/libassetml/distinfo N ports/devel/libassetml/Makefile N ports/devel/libassetml/patches/patch-po_Makefile_in_in N ports/devel/libassetml/patches/patch-src_libassetml_pc_in N ports/devel/libassetml/patches/patch-src_Makefile_in N ports/devel/libassetml/patches/patch-configure N ports/devel/libassetml/pkg/DESCR N ports/devel/libassetml/pkg/PFRAG.shared N ports/devel/libassetml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 07:02:15 Modified files: devel : Makefile Log message: Add libassetml. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/12 07:18:29 Modified files: sys/dev/ic : malo.c Log message: Simplify code and remove a delay() by actually waiting for the command to finish. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/12 07:26:04 Modified files: sys/dev/ic : malo.c Log message: Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. This is still ugly beyond any help but what do you expect from HW that needs to insert unused fields between header and data? OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/12 07:39:18 Log message: p5-CGI-Cookie-Splitter, accidentally imported under a different name. Status: Vendor Tag: mbalmer Release Tags: p5-CGI-Cookie-Splitter_20061112 N ports/www/p5-CGI-Cookie-Splitter/Makefile N ports/www/p5-CGI-Cookie-Splitter/distinfo N ports/www/p5-CGI-Cookie-Splitter/pkg/DESCR N ports/www/p5-CGI-Cookie-Splitter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/12 07:42:42 Removed files: www/p5-CGI-Cookie-Spliter: Makefile distinfo www/p5-CGI-Cookie-Spliter/pkg: DESCR PLIST Log message: I moved this to p5-CGI-Cookie-Splitter, obviously committed to the wrong dir. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/12 07:54:58 Modified files: sys/dev/ic : malo.c Log message: In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delay to 100. Even the slowest command take only about half of the time so this should be enough. Discussed with mglocker@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/12 08:13:24 Modified files: usr.sbin/pppd : pppd.8 Log message: remove reference to PPP_FILTER: - there is no PPP_FILTER kernel option - pppd is compiled with -DPPP_FILTER by default ok jmc@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/12 08:59:06 Log message: git 1.4.3.4 - Tree History Storage Tool, the SCM used by the Linux kernel and X.Org (among others). Joint work with aanriot@. Ok mbalmer@. Status: Vendor Tag: matthieu Release Tags: git-1_4_3_4 N ports/devel/git/Makefile N ports/devel/git/distinfo N ports/devel/git/patches/patch-Makefile N ports/devel/git/patches/patch-gitk N ports/devel/git/pkg/DESCR N ports/devel/git/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/12 09:01:03 Modified files: devel : Makefile Log message: +git CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/12 09:09:22 Modified files: de : donations.html events.html faq/de : faq4.html faq/fr : faq14.html faq4.html index.html faq/nl : faq4.html faq/pl : current.html faq14.html faq15.html faq6.html index.html fr : donations.html events.html landisk.html pkg-stable.html want.html pl : anoncvs.html i386-laptop.html i386.html index.html porting.html ports.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/12 09:18:27 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: print stuff to the correct file handle CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/12 09:21:28 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: completely uniform setup CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:27:26 Log message: perlio interface to gzip Status: Vendor Tag: jifty Release Tags: espie N ports/archivers/p5-PerlIO-gzip/Makefile N ports/archivers/p5-PerlIO-gzip/distinfo N ports/archivers/p5-PerlIO-gzip/pkg/PLIST N ports/archivers/p5-PerlIO-gzip/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:27:47 Log message: simple inside-out class layout Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Class-InsideOut/Makefile N ports/devel/p5-Class-InsideOut/distinfo N ports/devel/p5-Class-InsideOut/pkg/PLIST N ports/devel/p5-Class-InsideOut/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:28:11 Log message: find info related to a module easily Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-File-ShareDir/Makefile N ports/devel/p5-File-ShareDir/distinfo N ports/devel/p5-File-ShareDir/pkg/PLIST N ports/devel/p5-File-ShareDir/pkg/DESCR N ports/devel/p5-File-ShareDir/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:28:36 Log message: IO class to tee to multiple handles Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-IO-Tee/Makefile N ports/devel/p5-IO-Tee/distinfo N ports/devel/p5-IO-Tee/pkg/PLIST N ports/devel/p5-IO-Tee/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:28:53 Log message: deferred and lazy values Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Scalar-Defer/Makefile N ports/devel/p5-Scalar-Defer/distinfo N ports/devel/p5-Scalar-Defer/pkg/PLIST N ports/devel/p5-Scalar-Defer/pkg/DESCR N ports/devel/p5-Scalar-Defer/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:29:19 Log message: simpler syntax to ExtUtils::Command Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Shell-Command/Makefile N ports/devel/p5-Shell-Command/distinfo N ports/devel/p5-Shell-Command/pkg/PLIST N ports/devel/p5-Shell-Command/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:29:53 Log message: gabuzomeu as mnemo Status: Vendor Tag: jifty Release Tags: espie N ports/textproc/p5-String-Koremutake/Makefile N ports/textproc/p5-String-Koremutake/distinfo N ports/textproc/p5-String-Koremutake/pkg/PLIST N ports/textproc/p5-String-Koremutake/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:30:25 Log message: record stuff happening in an HTTP::Simple::Server-derived class Status: Vendor Tag: jifty Release Tags: espie N ports/www/p5-HTTP-Server-Simple-Recorder/Makefile N ports/www/p5-HTTP-Server-Simple-Recorder/distinfo N ports/www/p5-HTTP-Server-Simple-Recorder/pkg/PLIST N ports/www/p5-HTTP-Server-Simple-Recorder/pkg/DESCR N ports/www/p5-HTTP-Server-Simple-Recorder/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:30:48 Log message: mini test framework for HTTP::Server::Simple Status: Vendor Tag: jifty Release Tags: espie N ports/www/p5-Test-HTTP-Server-Simple/Makefile N ports/www/p5-Test-HTTP-Server-Simple/distinfo N ports/www/p5-Test-HTTP-Server-Simple/pkg/PLIST N ports/www/p5-Test-HTTP-Server-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:31:06 Log message: perl client interface to memcached Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Cache-Memcached/Makefile N ports/devel/p5-Cache-Memcached/distinfo N ports/devel/p5-Cache-Memcached/pkg/PLIST N ports/devel/p5-Cache-Memcached/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:31:20 Log message: factory pattern helper Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Class-Factory/Makefile N ports/devel/p5-Class-Factory/distinfo N ports/devel/p5-Class-Factory/pkg/PLIST N ports/devel/p5-Class-Factory/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:31:32 Log message: factory pattern helper Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Class-Factory-Util/Makefile N ports/devel/p5-Class-Factory-Util/distinfo N ports/devel/p5-Class-Factory-Util/pkg/PLIST N ports/devel/p5-Class-Factory-Util/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 09:34:33 Modified files: archivers : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: link in some cpan ports CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/12 09:51:05 Modified files: devel/libIDL : Makefile distinfo Log message: Update to 0.8.7 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/12 10:31:17 Modified files: devel/ORBit2 : Makefile distinfo devel/ORBit2/pkg: PLIST Log message: Update to 2.13.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:00:56 Log message: DateTime parser framework Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-DateTime-Format-Builder/Makefile N ports/devel/p5-DateTime-Format-Builder/distinfo N ports/devel/p5-DateTime-Format-Builder/pkg/PLIST N ports/devel/p5-DateTime-Format-Builder/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:01:29 Log message: parses HTTP dates Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-DateTime-Format-HTTP/Makefile N ports/devel/p5-DateTime-Format-HTTP/distinfo N ports/devel/p5-DateTime-Format-HTTP/pkg/PLIST N ports/devel/p5-DateTime-Format-HTTP/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:01:47 Log message: parses ISO8601 dates Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-DateTime-Format-ISO8601/Makefile N ports/devel/p5-DateTime-Format-ISO8601/distinfo N ports/devel/p5-DateTime-Format-ISO8601/pkg/PLIST N ports/devel/p5-DateTime-Format-ISO8601/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:02:04 Log message: parses Mail dates Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-DateTime-Format-Mail/Makefile N ports/devel/p5-DateTime-Format-Mail/distinfo N ports/devel/p5-DateTime-Format-Mail/pkg/PLIST N ports/devel/p5-DateTime-Format-Mail/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:02:23 Log message: yet another DBI schema loader, prereq of jifty Status: Vendor Tag: jifty Release Tags: espie N ports/databases/p5-Jifty-DBI/Makefile N ports/databases/p5-Jifty-DBI/distinfo N ports/databases/p5-Jifty-DBI/pkg/PLIST N ports/databases/p5-Jifty-DBI/pkg/DESCR N ports/databases/p5-Jifty-DBI/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 11:05:00 Modified files: devel : Makefile databases : Makefile Log message: +Jifty-DBI CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/12 11:11:25 Log message: pyusb-0.3.5, python interface to libusb Status: Vendor Tag: jolan Release Tags: jolan_20061112 N ports/devel/pyusb/Makefile N ports/devel/pyusb/distinfo N ports/devel/pyusb/pkg/PLIST N ports/devel/pyusb/pkg/DESCR N ports/devel/pyusb/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/12 11:13:32 Log message: urwid-0.9.7.1, console user interface library for python Status: Vendor Tag: jolan Release Tags: jolan_20061112 N ports/devel/py-urwid/Makefile N ports/devel/py-urwid/distinfo N ports/devel/py-urwid/pkg/PLIST N ports/devel/py-urwid/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/12 11:16:03 Modified files: devel : Makefile Log message: +py-urwid,pyusb CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/12 11:17:53 Log message: pymissile-20061111, usb missile launcher control script Status: Vendor Tag: jolan Release Tags: jolan_20061112 N ports/misc/pymissile/Makefile N ports/misc/pymissile/distinfo N ports/misc/pymissile/pkg/PLIST N ports/misc/pymissile/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/12 11:19:01 Modified files: misc : Makefile Log message: +pymissile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 11:43:56 Log message: Import childsplay, a suite of educational games for young children. ok steven@ mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061112 N ports/games/childsplay/distinfo N ports/games/childsplay/Makefile N ports/games/childsplay/patches/patch-INSTALL_sh N ports/games/childsplay/pkg/DESCR N ports/games/childsplay/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 11:45:10 Modified files: games : Makefile Log message: Add childsplay. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/12 12:24:16 Modified files: build : packages-4.0 packages-3.9 Log message: firefox, thunderbird, cyrus-imap CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/12 12:24:29 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/12 12:27:40 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in Log message: - use system sablotron and libwpd instead of the bundled ones - mark myself as the MAINTAINER - bump PKGNAMEs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 12:37:01 Modified files: sys/arch/landisk/stand/boot: Makefile Log message: $OBJCOPY is not defined by sys.mk yet CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/12 12:38:15 Modified files: net/gaim-icb : Makefile distinfo Log message: Update to 20061112 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/12 12:38:56 Modified files: net/gaim-tlen : Makefile distinfo Log message: New version 20061112 that works with gaim2beta5 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/12 13:57:03 Modified files: mail/dovecot : Makefile distinfo Log message: upgrade to Dovecot 1.0rc14 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/12 14:18:28 Modified files: lib/libc/arch/sh/gen: infinity.c Log message: fix infinity, taking into account endianess. ok drahn@ miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 14:32:03 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: closer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 14:43:05 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: pretty clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 14:45:19 Modified files: etc/etc.landisk: Makefile.inc Log message: names have changed CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/11/12 16:28:42 Modified files: www/mod_auth_radius: Makefile security/p5-Authen-Radius: Makefile mail/grepmail : Makefile databases/sqsh : Makefile databases/p5-sybperl: Makefile databases/freetds: Makefile sysutils/p5-Quota: Makefile Log message: remove myself as maintainer for ports i no longer use and/or cannot test bump pkgname's accordingly CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:09:36 Log message: trivial module, expands user names in paths Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-File-Path-Expand/Makefile N ports/devel/p5-File-Path-Expand/distinfo N ports/devel/p5-File-Path-Expand/pkg/PLIST N ports/devel/p5-File-Path-Expand/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:09:50 Log message: IO bag-of-tricks Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-IO-All/Makefile N ports/devel/p5-IO-All/distinfo N ports/devel/p5-IO-All/pkg/PLIST N ports/devel/p5-IO-All/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:10:03 Log message: return polymorphic values Status: Vendor Tag: jifty Release Tags: espie N ports/devel/p5-Return-Value/Makefile N ports/devel/p5-Return-Value/distinfo N ports/devel/p5-Return-Value/pkg/PLIST N ports/devel/p5-Return-Value/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:10:15 Log message: handle emails in catalyst Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Catalyst-Plugin-Email/distinfo N ports/mail/p5-Catalyst-Plugin-Email/Makefile N ports/mail/p5-Catalyst-Plugin-Email/pkg/DESCR N ports/mail/p5-Catalyst-Plugin-Email/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:10:32 Log message: find and format date headers Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-Date/distinfo N ports/mail/p5-Email-Date/Makefile N ports/mail/p5-Email-Date/pkg/PLIST N ports/mail/p5-Email-Date/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:10:44 Log message: create mime emails Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-MIME-Creator/distinfo N ports/mail/p5-Email-MIME-Creator/Makefile N ports/mail/p5-Email-MIME-Creator/pkg/PLIST N ports/mail/p5-Email-MIME-Creator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:10:54 Log message: send emails Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-Send/distinfo N ports/mail/p5-Email-Send/Makefile N ports/mail/p5-Email-Send/pkg/PLIST N ports/mail/p5-Email-Send/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:11:11 Log message: create simple emails Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-Simple-Creator/distinfo N ports/mail/p5-Email-Simple-Creator/Makefile N ports/mail/p5-Email-Simple-Creator/pkg/DESCR N ports/mail/p5-Email-Simple-Creator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:11:23 Log message: determine mail foldertype Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-FolderType/Makefile N ports/mail/p5-Email-FolderType/distinfo N ports/mail/p5-Email-FolderType/pkg/PLIST N ports/mail/p5-Email-FolderType/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:11:37 Log message: parse email folders Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-Folder/Makefile N ports/mail/p5-Email-Folder/distinfo N ports/mail/p5-Email-Folder/pkg/PLIST N ports/mail/p5-Email-Folder/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:11:49 Log message: deliver email locally Status: Vendor Tag: jifty Release Tags: espie N ports/mail/p5-Email-LocalDelivery/Makefile N ports/mail/p5-Email-LocalDelivery/distinfo N ports/mail/p5-Email-LocalDelivery/pkg/PLIST N ports/mail/p5-Email-LocalDelivery/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 17:13:55 Modified files: devel : Makefile mail : Makefile Log message: +p5 pieces CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/12 19:11:39 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_in patch-errors_Makefile_in patch-helpers_basic_auth_MSNT_Makefile_in patch-icons_Makefile_in patch-src_Makefile_in patch-src_client_side_c Log message: upgrade to 2.6.STABLE5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/12 19:41:34 Modified files: . : INDEX Log message: synch, 3906 unzels CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/12 19:52:46 Modified files: sys/dev/microcode/zydas: Makefile build.c microcode.h Log message: Add zd1211b firmware. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 19:57:23 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hppa md.hppa64 md.i386 md.landisk md.macppc md.mvmeppc md.sgi md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/12 20:01:55 Modified files: share/man/man4 : zyd.4 Log message: Mention zd1211b firmware. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/12 20:12:34 Modified files: sys/dev/microcode/zydas: zd1211-licence Log message: add the zd1211b firmware. ok jsg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/12 22:08:42 Modified files: distrib/landisk/ramdisk: Makefile Log message: remove a wee bit of dale's early cross-build goo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 23:20:17 Log message: Import childsplay_plugins, some additional games modules for childsplay. "go ahead" steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061113 N ports/games/childsplay-plugins/distinfo N ports/games/childsplay-plugins/Makefile N ports/games/childsplay-plugins/patches/patch-install_sh N ports/games/childsplay-plugins/pkg/DESCR N ports/games/childsplay-plugins/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/12 23:21:48 Modified files: games : Makefile Log message: - Add childsplay-plugins. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/13 00:00:59 Modified files: lib/libc/arch/sh/gen: infinity.c Log message: missing ; CVSROOT: /cvs Module name: www Changes by: jolan@cvs.openbsd.org 2006/11/13 00:16:17 Modified files: . : donations.html Log message: add Bryan Vyhmeister who was kind enough to send me an ibm z50 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/13 00:45:05 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/stable: Makefile Added files: mail/postfix : Makefile.inc Log message: reintroduce common Makefile (previously removed by approved commit) upgrade snapshot version bump package version for stable version CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/13 00:55:51 Modified files: net/nsd : Makefile distinfo Log message: nsd v2.3.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/13 01:42:06 Modified files: distrib/landisk/ramdisk: Makefile Log message: bit overzealous of dale to skip rdsetroot! CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/13 01:51:51 Modified files: . : landisk.html Log message: current task list CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 02:43:25 Modified files: archivers/p5-Archive-Zip: Makefile Log message: switch to cpan module, bump PKGNAME since this is arch-independent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 02:53:21 Modified files: archivers/p5-IO-Zlib: Makefile Log message: switch to cpan module, arch-indep. bump pkgname CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 03:08:13 Modified files: astro/xearth : Makefile astro/xephem : Makefile astro/xphoon : Makefile audio/amarok : Makefile audio/workman : Makefile audio/xmcd : Makefile audio/xmix : Makefile audio/xmmix : Makefile benchmarks/xengine: Makefile cad/qcad : Makefile comms/seyon : Makefile devel/kdbg : Makefile editors/axe : Makefile editors/textedit: Makefile games/cgoban : Makefile games/circuit : Makefile games/corewars : Makefile games/dopewars : Makefile games/freeciv : Makefile games/glutton : Makefile games/kbilliards: Makefile games/life : Makefile games/spatial : Makefile games/wesnoth : Makefile games/xasteroids: Makefile games/xbat : Makefile games/xbattle : Makefile games/xbill : Makefile games/xchomp : Makefile games/xcubes : Makefile games/xdeblock : Makefile games/xdino : Makefile games/xgolgo : Makefile games/xinvaders: Makefile games/xjewel : Makefile games/xkobo : Makefile games/xlife : Makefile games/xmine : Makefile games/xminesweep: Makefile games/xmj : Makefile games/xmris : Makefile games/xonix : Makefile games/xripple : Makefile games/xscrabble: Makefile games/xskat : Makefile games/xsol : Makefile games/xteddy : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 03:24:30 Added files: usr.bin/cvs : admin.c Log message: bring back basic admin command, mostly based on OpenRCS rcs(1). not linked to build yet. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 03:42:28 Modified files: usr.bin/cvs : admin.c Log message: Add support for [-a users] and [-o rev]. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 03:43:11 Modified files: devel/p5-Class-InsideOut: Makefile Log message: oops, class isa is part of perl 5.8.8 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 03:44:18 Modified files: devel : Makefile Removed files: devel/p5-Class-ISA: Makefile distinfo devel/p5-Class-ISA/pkg: DESCR PLIST Log message: zap stuff that shouldn't be there CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/13 04:04:05 Modified files: sbin/ipsecctl : parse.y Log message: Handle rules with addresses from mismatched address families correctly. ok msf@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 04:04:19 Modified files: usr.bin/cvs : admin.c Log message: Write rcs file when finished. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/13 04:15:24 Modified files: regress/sbin/ipsecctl: ikefail1.ok ikefail4.ok ikefail5.ok ikefail7.ok ipsecfail1.ok safail2.ok Log message: Update to match improved address family check. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 04:20:25 Modified files: graphics/dia : Makefile graphics/digikam: Makefile graphics/digikam-image-plugins: Makefile graphics/fnlib : Makefile graphics/gdk-pixbuf: Makefile graphics/gphoto: Makefile graphics/gphoto2: Makefile graphics/gqview: Makefile graphics/gtkam : Makefile graphics/gtksee: Makefile graphics/kimdaba: Makefile graphics/kipi-plugins: Makefile graphics/libkexif: Makefile graphics/libkipi: Makefile graphics/mpeg_play: Makefile graphics/openexr: Makefile graphics/p5-Image-Imlib2: Makefile graphics/py-matplotlib: Makefile graphics/qiv : Makefile graphics/sane-frontends: Makefile graphics/swfdec: Makefile graphics/tgif : Makefile graphics/xanim : Makefile graphics/xbmbrowser: Makefile graphics/xfig : Makefile graphics/xmedcon: Makefile graphics/xmms-kj: Makefile graphics/xpaint: Makefile graphics/xv : Makefile graphics/xzgv : Makefile inputmethods/libtomoe-gtk: Makefile inputmethods/uim-tomoe-gtk: Makefile japanese/kanatest: Makefile japanese/kanjipad: Makefile japanese/kinput2: Makefile japanese/kterm : Makefile lang/classpath : Makefile lang/eltclsh : Makefile lang/hugs : Makefile lang/kaffe : Makefile lang/ocaml : Makefile lang/otcl : Makefile lang/python : Makefile.inc lang/scm : Makefile lang/swi-prolog: Makefile mail/mail-notification: Makefile mail/sylpheed : Makefile mail/sylpheed-claws: Makefile mail/xfaces : Makefile mail/xlbiff : Makefile misc/cdrchive : Makefile misc/gacc : Makefile misc/gpsd : Makefile misc/plan : Makefile misc/xgas : Makefile misc/xless : Makefile misc/xtar : Makefile misc/xtimer : Makefile multimedia/dvdauthor: Makefile multimedia/kaffeine: Makefile multimedia/libquicktime: Makefile multimedia/mjpegtools: Makefile multimedia/transcode: Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 04:22:57 Modified files: usr.bin/rcs : rcsprog.c Log message: no magic, use defined RCS_LOCK_INVAL variable. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 04:50:11 Modified files: usr.bin/cvs : admin.c Log message: fix check on required arguments. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 05:06:27 Modified files: usr.bin/cvs : Makefile cvs.h Log message: Build admin command. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 05:51:15 Modified files: net/dc_gui : Makefile net/gftp : Makefile net/gtk-gnutella: Makefile net/kismet : Makefile net/mbrowse : Makefile net/mldonkey/stable: Makefile net/nam : Makefile net/netdude/netdude: Makefile net/ns : Makefile net/pavuk : Makefile net/transmission: Makefile net/wmnet : Makefile net/xarchie : Makefile net/ytalk : Makefile news/pan : Makefile plan9/9wm : Makefile plan9/larswm : Makefile plan9/w9wm : Makefile print/ghostview: Makefile print/gv : Makefile print/lilypond : Makefile print/lyx : Makefile print/scribus : Makefile print/transfig : Makefile print/xpp : Makefile productivity/gnucash: Makefile productivity/taskjuggler: Makefile productivity/xinvest: Makefile security/crank : Makefile security/fwbuilder: Makefile security/otpcalc: Makefile security/pwsafe: Makefile sysutils/contool: Makefile sysutils/findlib: Makefile sysutils/gkrellm/plugins: Makefile.inc sysutils/wmwlmon: Makefile sysutils/xbatt : Makefile textproc/gnome-spell: Makefile textproc/gpdf : Makefile textproc/mgdiff: Makefile textproc/xxdiff: Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 05:51:58 Modified files: usr.bin/cvs : admin.c Log message: Run cvs_file_classify() so local mode works... CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 05:53:08 Modified files: math/kst : Makefile math/galculator: Makefile math/graphviz : Makefile math/grpn : Makefile math/calcoo : Makefile www/amaya/browser: Makefile www/cssed : Makefile www/dillo : Makefile www/epiphany : Makefile www/konqueror-embedded: Makefile www/nscache : Makefile www/w3m : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 05:57:03 Modified files: usr.bin/cvs : client.c cmd.c remote.h server.c Log message: Add server-side bits for admin command. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 06:01:38 Modified files: x11/abclock : Makefile x11/cwm : Makefile x11/dbus : Makefile x11/gentoo : Makefile x11/goggles : Makefile x11/gromit : Makefile x11/gtk+extra : Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtk2-theme-switch: Makefile x11/idesk : Makefile x11/lablgtk : Makefile x11/netwmpager : Makefile x11/ogle_gui : Makefile x11/pbrowser : Makefile x11/py-gtk2 : Makefile x11/ratmen : Makefile x11/ruby-gtk : Makefile x11/wmi : Makefile x11/wmtheme : Makefile x11/xawtv : Makefile x11/xplanet : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/13 06:13:14 Modified files: libexec/ld.so/ldconfig: prebind.c Log message: Let this build on landisk. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/13 06:16:42 Modified files: net/ysmv7 : Makefile distinfo Log message: update to 2.9.9. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/13 06:30:51 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: fix a macro mistake; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/13 06:46:32 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: previous was not quite right; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 06:55:10 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk Log message: avoid ignoring ports while running a `describe' target. triggered by setting DESCRIBE_TARGET=Yes in bsd.port.subdir.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 07:14:57 Modified files: infrastructure/mk: bsd.port.mk Log message: index PKG_ARCH, PERMIT_PACKAGE_FTP, PERMIT_PACKAGE_CDROM on SUBPACKAGE name. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/13 07:42:28 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: briefly describe phases 1 and 2, and use these terms more consistently in the rest of the page; help/ok hshoexer CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 07:53:54 Log message: initial import of DBD::LDAP 0.09 DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. requested by robert@ Status: Vendor Tag: msf Release Tags: msf_20061013 N ports/databases/p5-DBI-LDAP/distinfo N ports/databases/p5-DBI-LDAP/Makefile N ports/databases/p5-DBI-LDAP/pkg/DESCR N ports/databases/p5-DBI-LDAP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 07:56:06 Removed files: databases/p5-DBI-LDAP: Makefile distinfo databases/p5-DBI-LDAP/pkg: DESCR PLIST Log message: sigh... wrong name CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 07:57:55 Log message: import this with the right name DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. requested by robert@ Status: Vendor Tag: msf Release Tags: msf_20061013 N ports/databases/p5-DBD-LDAP/distinfo N ports/databases/p5-DBD-LDAP/Makefile N ports/databases/p5-DBD-LDAP/pkg/DESCR N ports/databases/p5-DBD-LDAP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 07:59:21 Modified files: databases : Makefile Log message: +p5-DBD-LDAP CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:18:26 Log message: bigger brother of IPC-Run3 Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-IPC-Run/Makefile N ports/devel/p5-IPC-Run/distinfo N ports/devel/p5-IPC-Run/pkg/PLIST N ports/devel/p5-IPC-Run/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:18:40 Log message: syntactic sugar around Bit::Vector Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-Set-IntRange/Makefile N ports/devel/p5-Set-IntRange/distinfo N ports/devel/p5-Set-IntRange/pkg/PLIST N ports/devel/p5-Set-IntRange/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/11/13 08:18:58 Modified files: . : want.html Log message: Drives recieved, thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:19:02 Log message: OO extension, prereq for some tests Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-Spiffy/Makefile N ports/devel/p5-Spiffy/distinfo N ports/devel/p5-Spiffy/pkg/PLIST N ports/devel/p5-Spiffy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:19:19 Log message: simple interface for prompting user Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-Term-Prompt/Makefile N ports/devel/p5-Term-Prompt/distinfo N ports/devel/p5-Term-Prompt/pkg/PLIST N ports/devel/p5-Term-Prompt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:19:32 Log message: needed by some tests Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-Test-Base/Makefile N ports/devel/p5-Test-Base/distinfo N ports/devel/p5-Test-Base/pkg/PLIST N ports/devel/p5-Test-Base/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:19:51 Log message: hack to recolor gifs on the fly Status: Vendor Tag: krang Release Tags: espie N ports/graphics/p5-Image-BioChrome/Makefile N ports/graphics/p5-Image-BioChrome/distinfo N ports/graphics/p5-Image-BioChrome/pkg/PLIST N ports/graphics/p5-Image-BioChrome/pkg/DESCR N ports/graphics/p5-Image-BioChrome/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:20:08 Log message: send email with attachments through smtp Status: Vendor Tag: krang Release Tags: espie N ports/mail/p5-Mail-Sender/Makefile N ports/mail/p5-Mail-Sender/distinfo N ports/mail/p5-Mail-Sender/pkg/PLIST N ports/mail/p5-Mail-Sender/pkg/DESCR N ports/mail/p5-Mail-Sender/patches/patch-Config_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:20:26 Log message: yet another MVC web framework, base package Status: Vendor Tag: krang Release Tags: espie N ports/www/p5-CGI-Application/Makefile N ports/www/p5-CGI-Application/distinfo N ports/www/p5-CGI-Application/pkg/PLIST N ports/www/p5-CGI-Application/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:20:45 Log message: generate CGI::Application skeleton easily Status: Vendor Tag: krang Release Tags: espie N ports/www/p5-CGI-Application-Generator/Makefile N ports/www/p5-CGI-Application-Generator/distinfo N ports/www/p5-CGI-Application-Generator/pkg/PLIST N ports/www/p5-CGI-Application-Generator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:21:04 Log message: parse apache config format files Status: Vendor Tag: krang Release Tags: espie N ports/www/p5-Config-ApacheFormat/Makefile N ports/www/p5-Config-ApacheFormat/distinfo N ports/www/p5-Config-ApacheFormat/pkg/PLIST N ports/www/p5-Config-ApacheFormat/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:21:28 Log message: html/javascript widget to select trees Status: Vendor Tag: krang Release Tags: espie N ports/www/p5-HTML-PopupTreeSelect/Makefile N ports/www/p5-HTML-PopupTreeSelect/distinfo N ports/www/p5-HTML-PopupTreeSelect/pkg/PLIST N ports/www/p5-HTML-PopupTreeSelect/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/13 08:25:16 Modified files: devel : Makefile graphics : Makefile mail : Makefile www : Makefile Log message: +p5 ports CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 08:55:54 Modified files: usr.bin/cvs : client.c Log message: Add missing server-side bits for init... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/13 09:25:10 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure patch-lib_Makefile_in archivers/gtar/pkg: PLIST Added files: archivers/gtar/patches: patch-tests_shortrec_at Removed files: archivers/gtar/patches: patch-src_sparse_c patch-src_tar_c patch-src_xheader_c Log message: update to 1.16 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/13 09:31:08 Modified files: chinese/ttfm : Makefile graphics/py-Imaging: Makefile graphics/py-cairo: Makefile net/nagios/nagios: Makefile x11/mplayer-fontmaker: Makefile Log message: USE_X11 (freetype) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/13 10:12:12 Modified files: net/BitTorrent : Makefile Log message: drop maintainership, I don't use this any longer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/13 10:39:15 Log message: import p5-DateTime-Format-W3CDTF 0.04 this module parses and format W3CDTF datetime strings ok espie Status: Vendor Tag: jasper Release Tags: jasper_13112006 N ports/devel/p5-DateTime-Format-W3CDTF/Makefile N ports/devel/p5-DateTime-Format-W3CDTF/distinfo N ports/devel/p5-DateTime-Format-W3CDTF/pkg/PLIST N ports/devel/p5-DateTime-Format-W3CDTF/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/13 10:42:12 Modified files: devel : Makefile Log message: add p5-DateTime-Format-W3CDTF CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/13 10:44:37 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: update p5-XML-RSS to 1.20 and switch to MODULES=cpan feedback and ok espie CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/13 11:42:40 Modified files: usr.bin/cvs : rcsnum.c Log message: Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/13 12:03:51 Modified files: usr.bin/systat : vmstat.c Log message: fix macro abuse leading to stray numbers in the vm display. ok a whole lot of devs@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/13 13:06:38 Modified files: sys/dev/ic : rt2560.c rt2560reg.h rt2661.c sys/dev/pci : if_wpi.c if_wpireg.h sys/dev/usb : if_rum.c if_rumreg.h if_rumvar.h if_zyd.c if_ral.c if_ralreg.h if_ralvar.h Log message: first round of commits for proper 11b/g protection support: - use the newly introduced ieee80211_get_rts() and ieee80211_get_cts_to_self() functions. - use CTS-to-self instead of RTS/CTS to protect OFDM frames in a mixed 11b/g BSS. - make sure multicast frames are sent using CCK modulation. remove support for 5GHz radios in ral(4) RT2560 and ural(4). i'm not aware of any such adapters on the market and 11a code is known to be broken. some cleanup while i'm here. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/13 13:32:45 Modified files: sys/net80211 : ieee80211_node.c Log message: fix a possible NULL deref. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/13 13:36:21 Modified files: distrib/landisk/miniroot: Makefile Log message: link bsd to bsd.rd to make it autoboot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/13 14:00:31 Modified files: usr.sbin/hostapd: Makefile Log message: properly use LDADD and DPADD CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/13 14:02:26 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile Log message: update to 1.4.3.5 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/13 14:52:52 Modified files: devel/boost : Makefile devel/boost/pkg: DESCR PLIST Added files: devel/boost/pkg: DESCR-libs PFRAG.shared-libs PLIST-libs Removed files: devel/boost/pkg: PFRAG.shared Log message: split into two subpackages, headers and libs, from maintainer CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/13 16:12:20 Modified files: sys/netinet : Tag: OPENBSD_3_9 tcp_input.c Log message: MFC: Fix by markus@ mbuf use-after-free ok markus@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/13 16:41:38 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 if_nfe.c Log message: MFC: Fix by damien@ Defer setting of the valid bit in the first TX descriptor after all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok jsg@ damien@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 16:59:36 Log message: initial import of sazanami ttf fonts Free Japanese TrueType fonts named 'Sazanami Mincho' and 'Sazanami Gothic'. ok espie@ Status: Vendor Tag: msf Release Tags: msf_20061014 N ports/japanese/sazanami-ttf/distinfo N ports/japanese/sazanami-ttf/Makefile N ports/japanese/sazanami-ttf/pkg/PLIST N ports/japanese/sazanami-ttf/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 17:00:43 Log message: initial import of mplus truetype fonts This port provides several high quality japanese TrueType fonts. IPAGothic IPAMincho IPAPGothic IPAPMincho IPAUIGothic M+1P+IPAG M+1P+IPAG circle M+1VM+IPAG circle M+2P+IPAG M+2P+IPAG circle M+2VM+IPAG circle ok espie@ Status: Vendor Tag: msf Release Tags: msf_20061014 N ports/japanese/mplus-ttf/distinfo N ports/japanese/mplus-ttf/Makefile N ports/japanese/mplus-ttf/pkg/PLIST N ports/japanese/mplus-ttf/pkg/DESCR N ports/japanese/mplus-ttf/pkg/.DESCR.swp No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/13 17:01:53 Modified files: sys/dev/pci : Tag: OPENBSD_3_9 if_nfe.c Log message: MFC: Fix by damien@ Defer setting of the valid bit in the first TX descriptor after all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok jsg@ damien@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 17:02:14 Removed files: japanese/mplus-ttf/pkg: .DESCR.swp Log message: oops CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/13 17:03:09 Modified files: japanese : Makefile Log message: +mplus-ttf +sazanami-ttf CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/13 19:18:05 Modified files: faq : faq4.html Log message: siteXX*.tgz files mean you got to update index.txt. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/13 20:59:00 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Rework the transmit register handling. In em_encap() store the index of the EOP descriptor in the first descriptor of the packet. In em_txeof() search for the DD bit set only in the EOP descriptors, embedding the cleanup of all packet's descriptors into the inner loop. This change is important for future chips, where the DD bit is going to be set only in the EOP descriptors. From Jack Vogel@Intel Tested by brad@, mk@, reyk@, Gabriel Kihlman , Johan Mson Lindman , Jason Dixon and a few others. Tested on i386/amd64/sparc64. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/13 21:44:22 Modified files: sys/netinet6 : in6.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 00:53:26 Modified files: converters/p5-IDNA-Punycode: Makefile distinfo Log message: update to 0.03 convert to MODULE=cpan drop MAINTAINERSHIP CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/14 02:16:55 Modified files: sys/kern : kern_ktrace.c Log message: properly check for native emulation binaries, so that the correct sysctl mib numbers are appended to the syscall record; broken by niklas in 1.39 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 02:28:02 Log message: initial import of String::Format 1.14 String::Format lets you define arbitrary printf-like format sequences to be expanded. This module would be most useful in configuration files and reporting tools, where the results of a query need to be formatted in a particular way Status: Vendor Tag: msf Release Tags: msf_20061114 N ports/devel/p5-String-Format/distinfo N ports/devel/p5-String-Format/Makefile N ports/devel/p5-String-Format/pkg/PLIST N ports/devel/p5-String-Format/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 02:33:13 Log message: initial import of Test::Object 0.05 "Test::Object" is a testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call. Status: Vendor Tag: msf Release Tags: msf_20061114 N ports/devel/p5-Test-Object/distinfo N ports/devel/p5-Test-Object/Makefile N ports/devel/p5-Test-Object/pkg/PLIST N ports/devel/p5-Test-Object/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 02:39:07 Modified files: devel : Makefile Log message: +p5-String-Format +p5-Test-Object CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 02:40:22 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: update to 1.104 convert to MODULES=cpan CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 02:47:52 Modified files: usr.bin/cvs : Makefile client.c cmd.c remote.h server.c Added files: usr.bin/cvs : version.c Log message: Bring back version command. Still needs tweaks to make the gnu cvs client<->opencvs server setup work. Rest works fine. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 02:49:52 Modified files: usr.bin/cvs : cvs.h Log message: add this, so version compiles... CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/14 02:51:26 Modified files: lib/libc/arch/sh/gen: flt_rounds.c Log message: Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round regress test; ok miod@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 02:55:38 Modified files: devel/p5-Devel-Symdump: Makefile distinfo Log message: update to 2.0604 convert to MODULES=cpan CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 02:59:54 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: dummy support for Argumentx request. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/14 03:02:39 Modified files: devel/p5-YAML : Makefile distinfo Log message: update to 0.62 convert to MODULES=cpan CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/14 03:03:05 Modified files: audio/ncmpc : Makefile Log message: Add devel/pkgconfig to BUILD_DEPENDS. From maintainer Tobias Ulmer. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 03:10:19 Modified files: usr.bin/cvs : client.c Log message: add rlog and rannotate commands requests, and sort them all while there so we get the same client/server output as GNU CVS; easier to debug. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 03:22:12 Modified files: www/p5-Catalyst-Action-RenderView: Makefile www/p5-Catalyst-Devel: Makefile www/p5-Catalyst-Engine-Apache: Makefile www/p5-Catalyst-Helper-Controller-Scaffold: Makefile www/p5-Catalyst-Log-Log4perl: Makefile www/p5-Catalyst-Plugin-ConfigLoader: Makefile www/p5-Catalyst-Plugin-DefaultEnd: Makefile www/p5-Catalyst-Plugin-FormValidator: Makefile www/p5-Catalyst-Plugin-HTML-Widget: Makefile www/p5-Catalyst-Plugin-I18N: Makefile www/p5-Catalyst-Plugin-Pluggable: Makefile www/p5-Catalyst-Plugin-Prototype: Makefile www/p5-Catalyst-Plugin-Session-FastMmap: Makefile www/p5-Catalyst-Plugin-Session-PerUser: Makefile www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile www/p5-Catalyst-Plugin-Session-State-URI: Makefile www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile www/p5-Catalyst-Plugin-Session-Store-File: Makefile www/p5-Catalyst-Plugin-Session: Makefile www/p5-Catalyst-Plugin-Singleton: Makefile www/p5-Catalyst-Plugin-Static-Simple: Makefile www/p5-Catalyst-Plugin-SubRequest: Makefile www/p5-Catalyst-Plugin-XMLRPC: Makefile www/p5-Catalyst-Runtime: Makefile www/p5-Catalyst-View-Mason: Makefile Log message: switch to cpan module CVSROOT: /cvs Module name: src Changes by: aanriot@cvs.openbsd.org 2006/11/14 03:25:03 Modified files: usr.bin/calendar/calendars/fr_FR.ISO8859-1: calendar.fetes Log message: add another date (02/11). ok miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/14 03:28:11 Modified files: sbin/newfs : newfs.8 Log message: memory requirements are relevant only for mount_mfs; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 03:32:37 Modified files: devel/p5-Time-Piece: Makefile Log message: switch to cpan CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/11/14 04:28:05 Modified files: lib/libc/sys : ktrace.2 Log message: Adjust ktrace(2) man page to recent changes in struct ktr_header. OK tedu@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/14 04:39:37 Modified files: net/p5-Net-MySQL: Makefile Log message: Add missing RUN_DEPENDS and switch to cpan CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/14 05:01:41 Modified files: net/p5-Net-MySQL: Makefile Log message: Doh, remove unnecessary BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/14 07:20:03 Modified files: japanese : Makefile Log message: typo CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 07:45:31 Modified files: usr.bin/cvs : server.c Log message: Handle global -l, -Q, and -r on the server side too. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 08:23:50 Modified files: usr.bin/cvs : cvs.c Log message: Simplify in cvs_read_rcfile() by using cvs_path_cat(); CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/14 08:39:42 Modified files: usr.bin/cvs : client.c cvs.c cvs.h remote.h server.c Log message: Add support for the "Set" request. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/14 10:00:26 Modified files: libexec/ld.so/sh: ldasm.S Log message: cleanup pointed out by miod@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/14 10:08:24 Modified files: sys/dev/pci : if_vge.c Log message: don't always leave the mbuf on the if_snd queue if vge_encap() fails. if the mbuf is coalesced in vge_encap(), the mbuf reference is no longer valid. drop the mbuf in this case. bug introduced in r1.28 tested by Frank Denis fixes kernel/5291 "go for it" deraadt@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/14 10:20:02 Modified files: . : plus.html Log message: a start at -current from Janne Johansson CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/14 10:35:19 Modified files: libexec/spamd : spamd.8 Log message: clarify "maxcon" somewhat, particularly its upper limit; from jared rr spiegel (pr #5292), tweaked somewhat; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/14 10:37:47 Modified files: libexec/spamd : spamd.8 Log message: improve previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/14 11:00:27 Modified files: sys/kern : exec_elf.c exec_script.c init_main.c exec_subr.c clock_subr.c kern_acct.c kern_descrip.c Log message: grammar, spelling, and style fixes from bret lambert; kern_descrip.c change ok deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:07:18 Log message: mysql-specific extension to Time::Piece Status: Vendor Tag: krang Release Tags: espie N ports/devel/p5-Time-Piece-MySQL/Makefile N ports/devel/p5-Time-Piece-MySQL/distinfo N ports/devel/p5-Time-Piece-MySQL/pkg/PLIST N ports/devel/p5-Time-Piece-MySQL/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:08:18 Log message: collate text events in a SAX parser Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-Filter-BufferText/Makefile N ports/textproc/p5-XML-Filter-BufferText/distinfo N ports/textproc/p5-XML-Filter-BufferText/pkg/PLIST N ports/textproc/p5-XML-Filter-BufferText/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:08:35 Log message: add line pos to XML events Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-Filter-ExceptionLocator/Makefile N ports/textproc/p5-XML-Filter-ExceptionLocator/distinfo N ports/textproc/p5-XML-Filter-ExceptionLocator/pkg/PLIST N ports/textproc/p5-XML-Filter-ExceptionLocator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:09:03 Log message: SAX parser based on the perl interface to expat Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-SAX-Expat/Makefile N ports/textproc/p5-XML-SAX-Expat/distinfo N ports/textproc/p5-XML-SAX-Expat/pkg/PLIST N ports/textproc/p5-XML-SAX-Expat/pkg/DESCR N ports/textproc/p5-XML-SAX-Expat/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:09:21 Log message: SAX parser directly based on expat Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-SAX-ExpatXS/Makefile N ports/textproc/p5-XML-SAX-ExpatXS/distinfo N ports/textproc/p5-XML-SAX-ExpatXS/pkg/PLIST N ports/textproc/p5-XML-SAX-ExpatXS/pkg/DESCR N ports/textproc/p5-XML-SAX-ExpatXS/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:09:32 Log message: SAX2 writer Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-SAX-Writer/Makefile N ports/textproc/p5-XML-SAX-Writer/distinfo N ports/textproc/p5-XML-SAX-Writer/pkg/PLIST N ports/textproc/p5-XML-SAX-Writer/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:09:46 Log message: validate SAX2 schemas Status: Vendor Tag: krang Release Tags: espie N ports/textproc/p5-XML-Validator-Schema/Makefile N ports/textproc/p5-XML-Validator-Schema/distinfo N ports/textproc/p5-XML-Validator-Schema/pkg/PLIST N ports/textproc/p5-XML-Validator-Schema/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:10:06 Log message: perl API to create/update bugzilla reports Status: Vendor Tag: krang Release Tags: espie N ports/www/p5-WWW-Bugzilla/Makefile N ports/www/p5-WWW-Bugzilla/distinfo N ports/www/p5-WWW-Bugzilla/pkg/PLIST N ports/www/p5-WWW-Bugzilla/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 12:16:03 Modified files: devel : Makefile textproc : Makefile www : Makefile Log message: add more p5-* CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/14 12:16:52 Modified files: de : donations.html products.html ja : 39.html index.html security.html ko : index.html nl : donations.html openbgpd/nl : users.html openssh/ja : ftp.html index.html manual.html openbsd.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/14 12:32:53 Modified files: sys/arch/sh/include: spinlock.h Log message: match other architectures: _spinlock_lock_t is not volatile itself, but code that uses it declares a volatile form CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/14 12:41:04 Modified files: usr.bin/ssh : ssh-keygen.c Log message: use argc and argv not some made up short form CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/14 12:47:50 Modified files: libexec/ld.so/sh: ldasm.S Log message: stack corruption was fixed a while ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/14 12:48:59 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h sh.h Log message: Do not align jump targets to cache line boundaries at -O2 on OpenBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/14 12:49:48 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: A less awkward pagemove() implementation. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/11/14 13:18:51 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: fix a comment (wording from mark) ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/14 13:26:01 Modified files: sys/dev/i2c : w83l784r.c Log message: Fix typos. From Pierre Riteau . CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/14 14:19:35 Log message: Import py-orbit, ORBit2 Python bindings. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061114 N ports/devel/py-orbit/distinfo N ports/devel/py-orbit/Makefile N ports/devel/py-orbit/pkg/DESCR N ports/devel/py-orbit/pkg/PLIST N ports/devel/py-orbit/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/14 14:20:57 Modified files: devel : Makefile Log message: Add py-orbit. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/14 15:05:37 Modified files: sys/dev/pci : pcidevs Log message: add a handful of NVIDIA MCP51 and MCP55 PCI-ISA bridges. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/14 15:06:12 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/14 16:00:56 Modified files: mail/p5-Email-Abstract: Makefile Log message: fix dep (thx sturm@) and move to cpan CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/14 16:24:00 Modified files: net/libtorrent : Makefile distinfo net/rtorrent : Makefile distinfo Log message: Update to libtorrent 0.10.4 and rtorrent 0.6.4. This is a fairly critical update as 0.6.3 had a bug that caused it to report lower than actual uploads, which is bad for people who use trackers with ratios. From: maintainer Henrik Enberg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/14 17:17:13 Modified files: usr.sbin/afs/lib/libarla: Makefile.lwp.inc Log message: when process.sh.S shows up, have the Makefile grok it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/14 17:22:39 Added files: usr.sbin/afs/src/lwp: process.sh.S Log message: a start at a sh4 context switcher (what a bizzare architecture...) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/14 18:53:01 Modified files: sbin/ifconfig : Makefile ifconfig.c Log message: remove KAME_SCOPEID #ifdef. __KAME__ should suffice (__KAME__ should be nuked too?) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/14 19:24:37 Modified files: sys/dev/pci : if_nfe.c if_nfereg.h Log message: Correct the WOL magic value and rename NFE_WOL_MAGIC to NFE_WOL_ENABLE. WOL magic value from Peer Chen@NVIDIA via FreeBSD. ok jsg@ damien@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2006/11/14 19:27:48 Modified files: misc/dialog : Makefile editors/xwpe : Makefile Log message: remove maintainer per maintainer request (Yannick) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/14 20:06:15 Modified files: sys/arch/i386/isa: Tag: OPENBSD_4_0 npx.c Log message: MFC: Fix by tom@ Short-circuit the detection of the FPU by checking the CPUID features, as done in FreeBSD. Fixes problems on AMD Geode LX-800 where our detection logic doesen't detect the FP exception. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/14 20:07:44 Modified files: sys/netinet6 : icmp6.c in6.c in6_ifattach.c nd6_rtr.c Log message: unifdef -USCOPEDROUTING CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/14 22:59:09 Modified files: lib/libpthread/man: flockfile.3 Log message: typo; from daniel matic CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/14 23:21:32 Modified files: x11/icewm : Makefile Log message: - fix PATCH_LIST for APM capable archs from dimitry at andric dot com, thanks! CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/14 23:28:33 Modified files: etc : netstart Log message: reject multicast packet without scope identifier specified. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/14 23:42:16 Modified files: www/plans : Makefile www/plans/pkg : PLIST Log message: no need to have world writable files. "agreed" sturm@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/15 00:10:14 Modified files: sys/dev/usb : udcf.c Log message: Fix an integer type promotion that can lead to wrong offsets on 64 bit arches. Problem and solution found by Christian "Naddy" Weisgerber , thanks! CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/15 00:32:44 Modified files: usr.sbin/route6d: route6d.c Log message: validate response packet more carefully. kame revision 1.109->1.111 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/15 02:05:36 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_h patch-mozilla_nsprpub_pr_tests_runtests_ksh Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_cfg patch-mozilla_nsprpub_pr_tests_nameshm1_c patch-mozilla_nsprpub_pr_tests_prpollml_c Log message: - add arm support (from kili@) - increase soft limits for regression tests and make sure the prpollml test works (from kili@ and kurt@) - enable nameshm1 regression test (disable ClientServerTest function) ok kurt@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/15 04:26:18 Modified files: ko : index.html Log message: repair links CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/15 06:18:26 Modified files: sys/dev/ic : malo.c Log message: Fix the loop in malo_tx_intr(). This fixes a infinit loop that happend after resetting the card. OK mglocker@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/15 06:46:59 Modified files: ko : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/15 07:12:19 Modified files: security/smurflog: Makefile security/smurflog/pkg: PLIST Log message: - install doc in ${PREFIX}/share/doc/smurflog/ . - bump PKGNAME. ok todd@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/15 07:40:50 Modified files: sys/arch/i386/i386: apicvec.s Log message: do not go processing normal interrupts after ipi. this is to avoid spins at high spl especialy on cpu0. other local interrupts (timer and softint) still do also pending interrupts processing. niklas@ ok CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/15 07:58:14 Modified files: usr.sbin/afs/src/lwp: process.sh.S Log message: closer to correct, maybe CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/15 09:18:38 Added files: usr.bin/cvs : annotate.c Log message: Bring back basic annotate command. Needs more work. Not linked to build yet. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/15 09:27:37 Modified files: sys/dev/ic : malo.c Log message: Enable data packet transmission. Diff done in co-operation with claudio, commited via malo(4). ok claudio@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/15 09:43:43 Modified files: gnu/usr.bin/perl/lib/Pod: Man.pm PlainText.pm Text.pm Log message: make sure pod parsers are in a sane state at beginning of parse. pod2text and pod2man re-use the same parser on a list of files, and will lose some information if some intermediate documents produce unbalanced calls to begin_cmd/end_cmd. okay millert@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/15 10:23:27 Modified files: databases/db/v4: Makefile databases/db/v4/patches: patch-dist_configure Log message: Allow this port to be built with a 1.4 or 1.5 jdk too by including javac arguments -target 1.3 and -source 1.3 (if javac supports it). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/15 10:25:40 Modified files: sys/kern : kern_event.c kern_exec.c kern_lkm.c kern_physio.c kern_tc.c sched_bsd.c Log message: typos; from bret lambert CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/15 10:27:40 Modified files: devel/jdk/1.3 : Makefile devel/jdk/1.3/patches: patch-j2sdk1_3_1_make_common_Defs-bsd_gmk Added files: devel/jdk/1.3/patches: patch-j2sdk1_3_1_make_java_zip_Makefile patch-j2sdk1_3_1_make_minclude_java_zip_cmk Log message: use system libz instead of internal libz CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/15 10:42:24 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_configure_in Log message: link in libc since we are using libc strtod and __dtoa CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/15 11:34:13 Modified files: devel/libusb : Makefile distinfo devel/libusb/patches: patch-Makefile_in patch-bsd_c patch-libusb-config_in patch-usbpp_cpp devel/libusb/pkg: PLIST Removed files: devel/libusb/patches: patch-configure Log message: libusb-0.1.12, latest stable; ok ian CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/15 11:59:38 Modified files: sys/net80211 : ieee80211_node.c ieee80211_var.h Log message: s/roundup/howmany/ where it makes sense. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/15 12:14:21 Modified files: libexec/ld.so : loader.c Log message: failed to purge doubled up environment variables; found by Mark Dowd ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/15 12:48:29 Modified files: sys/arch/arm/arm: copystr.S Log message: Move tests for curpcb being NULL in copy{in,out}str() from DIAGNOSTIC to DEBUG - this never happens anyway. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/15 13:21:46 Modified files: usr.sbin/ripd : ripd.h Log message: remove double define; dunceor@gmail.com CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/15 13:22:37 Log message: import Fortran::Format 0.90 read and write data according to a standard Fortran 77 FORMAT Status: Vendor Tag: steven Release Tags: steven-20061115 N ports/devel/p5-Fortran-Format/Makefile N ports/devel/p5-Fortran-Format/distinfo N ports/devel/p5-Fortran-Format/pkg/DESCR N ports/devel/p5-Fortran-Format/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/15 13:23:13 Modified files: devel : Makefile Log message: +p5-Fortran-Format CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/15 14:11:04 Modified files: net/samba : Makefile distinfo Log message: Update to Samba 3.0.23d. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/15 14:39:06 Modified files: sys/dev/acpi : files.acpi Added files: sys/dev/acpi : acpimadt.c acpiprt.c Log message: dd pseudo-devices to handle acpi apic interrupt routing. ok jordan@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/15 14:41:51 Modified files: sys/dev/acpi : acpi.c Log message: Hook up acpi apic interrupt routing support to generic acpi code. ok jordan@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/15 14:44:04 Modified files: sys/dev/ic : malo.c Log message: Quiet down debug output by default. Improve cmd response/result handling. discussed with claudio@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/15 14:44:21 Modified files: build : mirrors.dat Log message: comment out several outdated/non-working FTP mirrors. Again, good work from Marcus Popp, thanks. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/15 14:48:03 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/15 14:48:17 Modified files: sys/arch/i386/conf: GENERIC Log message: Add commented out entries for acpimadt(4) and acpiprt(4). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/15 15:11:29 Log message: import mrxvt 0.5.2 (on behalf of ajacoutot@ who is to drunk to do so) Mrxvt (previously named materm) is a lightweight, powerful multi-tabbed terminal emulator for the X window system. mrxvt is based on rxvt version 2.7.11 CVS and aterm. It implements many useful features seen in some modern X terminal emulators (like gnome-terminal and konsole) but aims to be fast, lightweight and independent of standard toolkits or desktop environments (e.g. Gnome / KDE). Original port from maxim at student.chalmers dot se ok steven@ ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20061115 N ports/x11/mrxvt/Makefile N ports/x11/mrxvt/distinfo N ports/x11/mrxvt/patches/patch-share_Makefile_in N ports/x11/mrxvt/patches/patch-Makefile_in N ports/x11/mrxvt/pkg/DESCR N ports/x11/mrxvt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/15 15:14:56 Modified files: x11 : Makefile Log message: add mrxvt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/15 15:23:11 Modified files: bin/rmail : rmail.c usr.bin/lndir : lndir.c Log message: err(..., strerror(errno)) is redundant. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 16:04:36 Modified files: libexec/ld.so : Tag: OPENBSD_4_0 loader.c Log message: MFC: Fix by deraadt@ failed to purge doubled up environment variables; found by Mark Dowd ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 16:12:40 Modified files: libexec/ld.so : Tag: OPENBSD_3_9 loader.c Log message: MFC: Fix by deraadt@ failed to purge doubled up environment variables; found by Mark Dowd ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 16:25:51 Modified files: usr.sbin/route6d: Tag: OPENBSD_4_0 route6d.c Log message: MFC: Fix by itojun@ validate response packet more carefully. kame revision 1.109->1.111 ok itojun@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 16:35:02 Modified files: usr.sbin/route6d: Tag: OPENBSD_3_9 route6d.c Log message: MFC: Fix by itojun@ validate response packet more carefully. kame revision 1.109->1.111 ok itojun@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/15 17:12:19 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: backout pagemove() diff; does not work CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/15 17:14:34 Modified files: usr.bin/sort : init.c Log message: Fix undefined behavior (var = ++var). From Alexey Dobriyan . OK otto@, moritz@, and jaredy@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/15 17:16:29 Modified files: usr.bin/mail : fio.c Log message: Fix undefined behavior (var = --var). From Alexey Dobriyan . OK moritz@ and jaredy@. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/15 18:09:38 Log message: Import pyrex 0.9.4.1 Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. Status: Vendor Tag: alek Release Tags: alek_20061116 N ports/devel/pyrex/Makefile N ports/devel/pyrex/distinfo N ports/devel/pyrex/pkg/PLIST N ports/devel/pyrex/pkg/DESCR N ports/devel/pyrex/patches/patch-Demos_callback_Makefile N ports/devel/pyrex/patches/patch-Demos_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/15 18:12:38 Modified files: devel : Makefile Log message: Add pyrex CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 18:27:52 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: add a few more PHY necessary for the USB Ethernet interfaces. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/15 19:19:12 Modified files: sbin/ping6 : ping6.c Log message: make RFC2292/3542 selection automagically happen. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/15 19:20:50 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: make RFC2292 -> 3542 transition to automagically happen. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 20:05:29 Modified files: sys/dev/pci : if_sk.c Log message: remove the small amount of code for Yukon-2 chipsets now that there is msk(4). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 20:25:45 Modified files: sys/dev/pci : if_msk.c Log message: when checking for an appropriate revision of chipset use SK_IS_YUKON2 instead of SK_IS_YUKON. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/15 20:27:46 Modified files: sys/dev/pci : if_skreg.h Log message: have SK_IS_YUKON only match for first generation Yukon chipsets. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/15 21:00:51 Modified files: usr.sbin/afs/src/lwp: process.sh.S Log message: more symmetric add support for fpu. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/15 22:19:53 Modified files: usr.sbin/afs/src/lwp: process.sh.S Log message: only do the sp swap if requested (the tests now appear to work) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 00:29:59 Modified files: lang/otcl : Makefile Log message: explicitly pass X includes/libraries location to an old configure script (otherwise it breaks with config.x11.site) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/16 00:58:43 Modified files: sys/net : if_gif.c Log message: knf CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/16 01:29:34 Modified files: sysutils/idled : Makefile Log message: remove dead mirror, from rui reis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/16 01:50:54 Modified files: misc/gutenpy : Makefile textproc/xmlcatmgr: Makefile Log message: sigh...fix my own name... bump pkgname CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/16 02:01:24 Modified files: security/advchk: Makefile distinfo Removed files: security/advchk/patches: patch-advchk Log message: - update to version 1.02 ok jasper@ steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 02:13:27 Modified files: games/xsoldier : Makefile education/drgeo: Makefile education/drgeo-doc: Makefile Log message: drop maintainership for these CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 02:15:01 Modified files: print/psdim : Makefile Log message: use my openbsd.org address CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/16 02:23:23 Modified files: gnu/usr.bin/gcc/gcc/f: Make-lang.in Removed files: gnu/usr.bin/gcc/gcc/f: BUGS NEWS intdoc.texi Log message: hack at build process some more, so that files are not rebuilt under src, especially since we have the tools. problem reported by Ryan McBride, okay deraadt@, mcbride@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/16 03:09:56 Modified files: databases/py-ldap: Makefile distinfo databases/py-ldap/patches: patch-setup_cfg databases/py-ldap/pkg: PLIST Log message: Update to python-ldap 2.2.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/16 04:24:20 Modified files: share/man/man8 : netstart.8 Log message: better text layout; CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/16 04:33:58 Modified files: regress/sbin/ipsecctl: Makefile Log message: add comment on how to update the *.ok files; ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/16 04:39:48 Modified files: share/man/man4 : multicast.4 Log message: mention net.inet.ip6.mforwarding; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/16 05:22:21 Modified files: share/man/man8 : netstart.8 Log message: document multicast sysctls; ok mcbride CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/16 05:27:44 Modified files: share/man/man8 : netstart.8 Log message: trim SEE ALSO; CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 06:07:11 Modified files: etc : rc Log message: when pf and pflogd are enabled, do a "ifconfig pflog0 create" early. rc checks pflog0 existance before starting pflogd0, pbly to not print an error message on pflog-less kernels... ugh. ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 06:09:28 Modified files: sys/net : if.c if.h Log message: introduce if_creategroup() to create an empty interface group. code factored out from if_addgroup(), previously a group always had to have members. ok mpf mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 06:12:43 Modified files: sys/netinet : ip_carp.c Log message: in carp_attach, create the "carp" interface group, so that it is always and early in the boot process existant. needed by the rc scripts for carp demotion on the "carp" group. this used to work because pfsync0 was always there and member of said group; it has been broken on pfsync-less kernels for quite some time. ok mpf mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 06:13:38 Modified files: sys/net : if_pfsync.c Log message: no need to always attach pfsync0 any more. ok mpf mcbride CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/16 06:16:08 Modified files: security/prelude/prewikka: Makefile Log message: - devel/py-cheetah has to be also in RUN_DEPENDS. - bump PKGNAME. spotted by geek001 and nikns, thanks; "looks ok" bernd@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 06:17:16 Modified files: sys/net : pf.c Log message: conditional for appending the pf mbuf tag in pf_test/pf_test6 was wrong, we need to do so whenever we do have a (pf) tag != 0 on the state OR (that part was missing) when rtableid on the rule is nonzero. problem noticed by Andreas Lundin testing the multiple routing tables enabling diff, ok mcbride CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/16 08:06:18 Modified files: devel/jdk/1.3-linux: Makefile Log message: fix ownership. okay steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/16 08:06:27 Log message: import pympd 0.07 Pymp'd is a frontend for mpd in the style of rhythmbox and itunes, written in python, with pygtk. Pymp'd itself is not a music player, but is actually a frontend to mpd, a daemon for playing and managing music. feedback and "go ahead" bernd@ Status: Vendor Tag: jasper Release Tags: jasper_16112006 N ports/audio/pympd/Makefile N ports/audio/pympd/distinfo N ports/audio/pympd/pkg/DESCR N ports/audio/pympd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/16 08:08:02 Modified files: audio : Makefile Log message: add pympd CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/16 08:11:01 Modified files: sys/dev/ic : malo.c Log message: Minor cleanup; reactivate malo_cmd_reset() which seems to work now, remove some dead code, protect ieee80211_next_scan() from network interrupts, fix some comments. ok claudio@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 08:54:49 Modified files: usr.sbin/bgpd : kroute.c Log message: for now, make bgpd work with routing table 0 (main one) and ignore routing messages for any other tables. real multi-table support is more adventurous (will come tho) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 08:55:29 Modified files: usr.sbin/ospfd : kroute.c Log message: ignore routing messages for alternate tables for now, from bgpd CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 08:56:26 Modified files: usr.sbin/ripd : kroute.c Log message: ignore messages for alternate routing tables for now; from bgpd CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/16 08:56:37 Modified files: faq/de : faq14.html faq/pf/pt : anchors.html authpf.html pt : donations.html index.html plat.html translation.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 09:00:48 Modified files: sbin/routed : table.c Log message: only look at routing table 0 (main one) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/16 09:08:15 Modified files: usr.sbin/rtadvd: if.c Log message: ignore messages for routing tables other than the main one CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/16 09:43:39 Added files: audio/tremor-tools/patches: patch-ogg123_http_transport_c audio/vorbis-tools/patches: patch-ogg123_http_transport_c Log message: fix build with recent curl; from kili@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/16 10:06:21 Added files: net/icecast/patches: patch-src_auth_url_c Log message: fix build with recent libcurl CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/16 10:43:24 Modified files: net/py-curl : Makefile distinfo net/py-curl/patches: patch-setup_py net/py-curl/pkg: PLIST Added files: net/py-curl/patches: patch-src_pycurl_c Log message: - update to 7.15.5.1 - add patch from upstream CVS for curl 7.16.0 compatibility CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/16 11:09:34 Modified files: textproc/p5-XML-Writer: Makefile distinfo Log message: update p5-XML-Writer to 0.602 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/16 11:18:10 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update p5-POE-Component-IRC to 5.12 and convert to MODULES=cpan CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/16 12:28:53 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile devel/git/pkg : PLIST Log message: - update to git 1.4.4 - add manual pages. ok aanriot@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/16 12:43:53 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2 untested because of lack of hardware. if you have a ZD1211 adapter with one of these radios, please drop us a mail. code written by Florian Stoehr CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 14:06:02 ports/x11/wmi/patches Update of /cvs/ports/x11/wmi/patches In directory cvs.openbsd.org:/tmp/cvs-serv21445/patches Log Message: Directory /cvs/ports/x11/wmi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 14:09:46 Modified files: x11/wmi : Makefile Added files: x11/wmi/patches: patch-configure Log message: new homepage and master site, remove -Os from Tobias Ulmer ok maintainer CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/16 14:18:42 Modified files: sys/dev/ic : malo.c Log message: Drop malo_reset() for now and do ENETRESET and media changes using malo_stop() / malo_init(). ok claudio@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/11/16 14:18:52 Modified files: . : donations.html Log message: Add more email addresses for donor inquiries. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/16 14:48:22 Modified files: mail/maildrop : Makefile mail/maildrop/pkg: PLIST Log message: Fix some file ownership. Problem found and reported by steven@, thanks! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/16 14:56:24 Modified files: gnu/usr.bin/perl/lib/Pod: Man.pm Log message: let E be recognized for man documents as well. Noticed by jasper@, work by millert@ and me, okay millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 15:18:18 Modified files: share/man/man4 : cardbus.4 pci.4 pcmcia.4 usb.4 Log message: split wired and wired devices on man pages that warrant it; discussed with jmc CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 15:25:58 Modified files: devel/avr/gcc : Makefile devel/avr/gcc/pkg: PLIST Log message: fix group for some files. add version to SUBST_VARS and regen plist while here. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/16 15:27:53 Modified files: sbin/ipsecctl : Tag: OPENBSD_4_0 parse.y Log message: MFC: Fix by msf@ check both rule source and destination when grouping sa's fixes PR5262 ok msg@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/16 15:27:58 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: pagemove() this time without an accidental line removal CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/16 15:32:56 Log message: interfaces DateTime objects and MySQL databases Status: Vendor Tag: espie Release Tags: DBIx N ports/devel/p5-DateTime-Format-MySQL/Makefile N ports/devel/p5-DateTime-Format-MySQL/distinfo N ports/devel/p5-DateTime-Format-MySQL/pkg/PLIST N ports/devel/p5-DateTime-Format-MySQL/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/16 15:34:23 Modified files: devel : Makefile Log message: +p5-DateTime-Format-MySQL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/16 15:39:02 Modified files: databases/py-psycopg: Makefile Log message: fix group. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/11/16 15:41:10 Modified files: . : want.html Log message: I seek semi-recent toys for a change. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/16 15:47:27 Log message: Import libcroco 0.6.1 The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by applications in need of CSS support. Status: Vendor Tag: alek Release Tags: alek_20061116 N ports/www/libcroco/Makefile N ports/www/libcroco/distinfo N ports/www/libcroco/pkg/PFRAG.shared N ports/www/libcroco/pkg/DESCR N ports/www/libcroco/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/16 16:00:57 Modified files: www : Makefile Log message: Add libcroco CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/16 16:08:45 Log message: check for bizarre jp email addresses, prereq of some more stuff. Status: Vendor Tag: valid Release Tags: espie N ports/mail/p5-Email-Valid-Loose/Makefile N ports/mail/p5-Email-Valid-Loose/distinfo N ports/mail/p5-Email-Valid-Loose/pkg/PLIST N ports/mail/p5-Email-Valid-Loose/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/16 16:11:34 Modified files: mail : Makefile mail/p5-Email-Valid: Makefile Log message: +p5-Email-Valid-Loose, switch email-valid to cpan, pkg_arch=* => bump pkgname CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 16:12:56 Modified files: sys/arch/landisk/stand/boot: devs.c Log message: initialize tick timer CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/16 16:21:57 Modified files: distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k distrib/sets/lists/comp: md.aviion md.luna88k md.mvme88k sys/arch/aviion/dev: syscon.c sys/arch/mvme88k/dev: memc.c vme.c Removed files: sys/arch/aviion/include: frame.h sys/arch/luna88k/include: frame.h sys/arch/m88k/include: frame.h sys/arch/mvme88k/include: frame.h Log message: Ratibibugle struct frame and CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/16 16:26:00 Log message: initial import of perdition 1.17 Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to handle both SSL and non-SSL connections and redirect users to a real-server based on a database lookup. Perdition supports modular based database access. ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression and NIS modules ship with the distribution. The API for modules is open allowing arbitrary modules to be written to allow access to any data store. Perdition has many uses. Including, creating large mail systems where an end-user's mailbox may be stored on one of several hosts, integrating different mail systems together, migrating between different email infrastructures, and bridging plain-text, SSL and TLS services. It can also be used as part of a firewall. based off initial work from dlg@ ok sturm@ bernd@ Status: Vendor Tag: msf Release Tags: msf_20061117 N ports/mail/perdition/distinfo N ports/mail/perdition/Makefile N ports/mail/perdition/pkg/DESCR N ports/mail/perdition/pkg/PLIST N ports/mail/perdition/pkg/PFRAG.shared N ports/mail/perdition/pkg/DESCR-ldap N ports/mail/perdition/pkg/PLIST-mysql N ports/mail/perdition/pkg/PLIST-ldap N ports/mail/perdition/pkg/DESCR-mysql N ports/mail/perdition/pkg/PLIST-pgsql N ports/mail/perdition/pkg/DESCR-pgsql N ports/mail/perdition/pkg/PFRAG.shared-ldap N ports/mail/perdition/pkg/PFRAG.shared-mysql N ports/mail/perdition/pkg/PFRAG.shared-pgsql N ports/mail/perdition/patches/patch-etc_perdition_perdition_conf N ports/mail/perdition/patches/patch-perdition_db_daemon_perditiondb_daemon_c N ports/mail/perdition/patches/patch-perdition_db_daemon_client_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 16:27:32 Modified files: sys/arch/landisk/stand/boot: getsecs.c Log message: use teeny little delays as we clock the rtc, makes the boot code notice that time is ticking, so it can timeout properly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 16:27:52 Modified files: sys/arch/landisk/stand/boot: conf.c Log message: crank version CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/16 16:27:55 Modified files: mail : Makefile Log message: +perdition CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 16:50:16 Modified files: sys/dev/usb : if_cdce.c usbdevs Log message: another cdce CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 16:50:20 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/16 16:53:41 Modified files: bin/md5 : cksum.1 md5.1 md5.c rmd160.1 sha1.1 Log message: Add -r and -q options similar to what is supported by FreeBSD's md5 OK deraadt@ ckuethe@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/16 17:07:42 Log message: Import icon-naming-utils 0.8.1 This package contains the perl script for maintaining backwards compatibility between various releases of the Tango project. Status: Vendor Tag: alek Release Tags: alek_20061117 N ports/x11/icon-naming-utils/Makefile N ports/x11/icon-naming-utils/distinfo N ports/x11/icon-naming-utils/pkg/DESCR N ports/x11/icon-naming-utils/pkg/PLIST N ports/x11/icon-naming-utils/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/16 17:12:38 Modified files: x11 : Makefile Log message: Add icon-naming-utils CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/16 18:04:01 Modified files: . : landisk.html Log message: current task list CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/16 18:11:23 Modified files: sys/netinet6 : icmp6.c in6.c in6.h in6_cksum.c in6_src.c ip6_forward.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6_nbr.c lib/libc/net : getaddrinfo.c getnameinfo.c sbin/route : route.c show.c usr.bin/netstat: if.c inet6.c route.c show.c Log message: change semantics of ff01::/16 to interface local multicast (to sync up with more recent IPv6 spec) ok from: deraadt mcbride CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/16 19:00:21 Modified files: sys/netinet6 : in6.h Log message: move comment to a line where it makes more sense CVSROOT: /cvs Module name: src Changes by: jaredy@cvs.openbsd.org 2006/11/16 19:01:29 Modified files: usr.bin/grep : util.c Log message: Reset the number of lines of tail context left to print before processing each file to avoid printing lines intended from the previous file. Reported and fix by Charles Longeau via tech@. ok otto millert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/16 19:03:32 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Add a lower TX threshold value and use this when checking the number of available TX descriptors in the case that em_encap() has tried to reclaim descriptors. From Jack Vogel@Intel Tested by brad@, mk@, Gabriel Kihlman , Johan Mson Lindman Tested on amd64/i386/sparc64 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/16 19:16:42 Log message: initial import of Perl::Critic 0.21 Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policy modules are based on Damian Conway's book Perl Best Practices. However, Perl::Critic is not limited to PBP and will even support Policies that contradict Conway. You can enable, disable, and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes. Status: Vendor Tag: msf Release Tags: msf_20061117 N ports/devel/p5-Perl-Critic/distinfo N ports/devel/p5-Perl-Critic/Makefile N ports/devel/p5-Perl-Critic/pkg/PLIST N ports/devel/p5-Perl-Critic/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/16 19:53:22 Modified files: share/man/man4 : malo.4 Log message: clarify the situation CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/16 20:24:31 Modified files: usr.bin/mg : search.c Log message: fix a segfault on isearch. Using ^W to add more than NPAT chars to the search pattern had an off-by-one. Fix this and one other irritating behavior with long search patterns. Noted (similar diff proposed) and tested by deanna phillips CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/16 21:03:35 Modified files: sys/netinet : Tag: OPENBSD_3_9 tcp_input.c Log message: MFC: Fix by markus@ do not re-generate the timestamp modulation offset for SYN-ACK retransmits; this unbreaks TCP for high RTT (~3s); ok markus@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/16 21:14:38 Modified files: sys/netinet : Tag: OPENBSD_4_0 tcp_input.c Log message: MFC: Fix by markus@ do not re-generate the timestamp modulation offset for SYN-ACK retransmits; this unbreaks TCP for high RTT (~3s); ok markus@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/16 23:48:12 Modified files: sys/arch/i386/i386: via.c Log message: Make sure we copy the IV back into the session structure, not the softc. Fortunately this branch (when neither CRYPTO_F_IMBUF nor CRYPTO_F_IOV is specified) is not currently used. ok hshoexer@ jason@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/17 00:47:56 Modified files: sys/arch/i386/i386: via.c Log message: Fix typo to let this compile. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 01:27:08 Modified files: sys/dev/usb : usbdevs Log message: usb hub found on ibm x3455; Srebrenko Sehic CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 01:27:11 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/17 01:33:20 Modified files: sys/kern : uipc_usrreq.c sys/sys : unpcb.h Log message: Make getpeereid() work on both sides of a connection. The client can now get the euid/egid of the server it connects to. The euid and egid are captured in the bind() call -- this is the equivalent of the client behaviour where the same thing is done in connect(). tested and ok espie@, ok henning@, go for it deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 01:35:43 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: sorry miod, but this version locks the machine up rather fast CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/17 01:38:04 Modified files: bin/pax : ar_subs.c extern.h options.c tables.c Log message: Fix extracting and setting permissions for tar archives when (multiple) -C options are present and/or (multiple) file selections args are used. Based on a diff in NetBSD PR 22995. Tested by ckuethe@ and jaredy@; ok jaredy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 01:41:42 Modified files: share/man/man4 : cardbus.4 malo.4 pci.4 Log message: er, as far as i know malo is only b/g, not a/b/g CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/17 01:45:31 Modified files: usr.bin/mg : def.h file.c line.c paragraph.c random.c undo.c yank.c Log message: Fix a needless inversion of flag names; i.e. change them from the negative to the positive. undo_boundary_enable(TRUE) makes a LOT more sense than undo_no_boundary(FALSE). While here, whack a global, and fix a bug noted by otto: undoing a file insertion sometimes left stray characters around. ok beck@, otto@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/17 01:55:31 Modified files: usr.sbin/ospfd : interface.c kroute.c ospfd.h ospfe.c ospfe.h packet.c parse.y Log message: Support for multiple networks on one interface. Until now only the main address of a interface could be used. Now it is possible to specify a interface more than once if multiple networks are configured. An alternative network can be specified via e.g. interface em0:10.0.5.1. The old interface syntax without the IP still works and uses the main/first configured IP address. ospfd now needs to include the IP header on outgoing messages as it is not possible to specifiy the source address in sendto(2). Additionally all multicast joins and leaves have to be tracked. OK norby@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 02:21:52 Modified files: sys/kern : subr_prf.c sys_pipe.c Log message: missing punctuation in comments; from bret lambert CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2006/11/17 02:58:20 Modified files: usr.sbin/pkg_add/OpenBSD: Interactive.pm Log message: Handle EOF in interactive mode. Report and initial diff from Antti Harri via tech@. Thanks! ok espie@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/11/17 04:09:00 Modified files: sys/ufs/ufs : ufs_lookup.c Log message: There is no need to set IN_CHANGE or IN_UPDATE when no on-disk data is being touched, fixes PR 3634, okay mickey@, thib@ and beck@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 04:50:10 Modified files: sys/kern : subr_pool.c Log message: typos from bret lambert; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/17 06:37:06 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: PLIST Log message: - fix faxq-helper owner/mode in PLIST Noticed by and ok steven@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 07:08:40 Modified files: editors/openoffice: Makefile Log message: build with python MODULE and use MODPY_VERSION (2.4). fixes breakage caused by recent python 2.3 update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/17 07:38:49 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 08:08:16 Modified files: archivers/p5-Archive-Tar: Makefile archivers/p5-Compress-Zlib: Makefile archivers/p5-PerlIO-gzip: Makefile devel/p5-Readonly: Makefile devel/p5-Readonly-XS: Makefile mail/p5-Mail-Tools: Makefile distinfo mail/p5-Mail-Tools/pkg: PLIST Log message: cpan, update Mail-Tools (prompted by David Hill) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/17 08:34:15 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: Dependencies.pm Interactive.pm PackageLocation.pm PackageRepository.pm PackageRepositoryList.pm PackingElement.pm PackingList.pm Replace.pm Ustar.pm Log message: don't return undef, use plain return. (return undef is only false in a scalar context) found my perlcritic, one of the few issues I agree with... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 09:02:18 Modified files: bin/md5 : cksum.1 md5.1 md5.c rmd160.1 sha1.1 Log message: simplify synopsis and usage(); ok millert CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 09:02:48 Modified files: databases/p5-Jifty-DBI: Makefile devel/p5-Module-Pluggable-Fast: Makefile www/p5-CGI-Untaint: Makefile www/p5-Maypole : Makefile www/p5-PHP-Session: Makefile devel/p5-Universal-exports: Makefile distinfo devel/p5-Universal-exports/pkg: PLIST Log message: update p5-Universal-exports, UNIVERSAL::require no longer included. Update all dependencies accordingly, switch affected modules to cpan. (after discussion with maintainers) CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/17 09:06:16 Modified files: sys/arch/i386/pci: glxsb.c Log message: Add code for AES acceleration. This is currently disabled with `#undef CRYPTO' since it doesn't work properly yet. Committing in order to get it into the tree. "get it in" deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 09:14:45 Log message: another way to validate data before stuffing it in a database. dep for some DBIx::Class:*, requires newer Class::Data::Accessor Status: Vendor Tag: v Release Tags: espie N ports/devel/p5-FormValidator-Simple/Makefile N ports/devel/p5-FormValidator-Simple/distinfo N ports/devel/p5-FormValidator-Simple/pkg/PLIST N ports/devel/p5-FormValidator-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 09:22:21 Log message: in DBIx::Class updates, the ::Validation module has been split. Status: Vendor Tag: dbix Release Tags: espie N ports/databases/p5-DBIx-Class-Validation/Makefile N ports/databases/p5-DBIx-Class-Validation/distinfo N ports/databases/p5-DBIx-Class-Validation/pkg/PLIST N ports/databases/p5-DBIx-Class-Validation/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 09:34:09 Modified files: usr.sbin/afs/src/lwp: process.sparc.S Log message: typo introduced last time; sparc support works again CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 10:01:51 Modified files: devel/p5-Data-UUID: Makefile Log message: switch to cpan CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 10:12:22 Log message: unique id component for DBIx::Class Status: Vendor Tag: dbix Release Tags: espie N ports/databases/p5-DBIx-Class-UUIDColumns/Makefile N ports/databases/p5-DBIx-Class-UUIDColumns/distinfo N ports/databases/p5-DBIx-Class-UUIDColumns/pkg/PLIST N ports/databases/p5-DBIx-Class-UUIDColumns/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 10:16:16 Modified files: infrastructure/mk: bsd.port.mk Log message: allows one to short-circuit PKG_ARCH=* in the build process by setting NO_ARCH to MACHINE_ARCH/all CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/17 11:16:03 Added files: net/nepenthes/patches: patch-modules_download-curl_download-curl_cpp Log message: fix build with libcurl 7.16.0 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/17 11:58:31 Modified files: sys/conf : files sys/dev/pci : files.pci share/man/man4 : Makefile Added files: sys/dev/pci : if_bcw_pci.c sys/dev/ic : bcw.c bcwreg.h bcwvar.h share/man/man4 : bcw.4 Log message: This is a very initial import for a driver which supports the IEEE 802.11 Broadcom BCM43xx chipset. Device attaches, but has no further functionality yet. The work has been done by Jon Simola , based on the existing bce(4) code. He will continue to work on the driver and try to make further progress. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:03:14 Modified files: www/minimo : Makefile www/minimo/patches: patch-security_coreconf_OpenBSD_mk www/minimo/pkg : PLIST Added files: www/minimo/patches: patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk Removed files: www/minimo/patches: patch-nsprpub_config_rules_mk patch-nsprpub_configure_in patch-nsprpub_pr_include_md__openbsd_cfg patch-nsprpub_pr_include_md__openbsd_h patch-nsprpub_pr_include_private_primpl_h patch-nsprpub_pr_src_misc_prdtoa_c patch-nsprpub_pr_src_misc_prinit_c patch-nsprpub_pr_src_misc_prnetdb_c patch-nsprpub_pr_src_pthreads_ptthread_c Log message: use devel/nspr instead of internal nspr. now using libc strtod and __dtoa via devel/nspr. okay pvalchev@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/17 12:12:34 Modified files: security/gaim-otr: Makefile Log message: Seems to work fine with gaim2beta5 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:14:51 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-security_coreconf_OpenBSD_mk www/mozilla-firefox/pkg: PFRAG.shared Added files: www/mozilla-firefox/patches: patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk Removed files: www/mozilla-firefox/patches: patch-nsprpub_config_rules_mk patch-nsprpub_configure_in patch-nsprpub_pr_include_md__openbsd_h patch-nsprpub_pr_include_private_primpl_h patch-nsprpub_pr_src_misc_prdtoa_c patch-nsprpub_pr_src_misc_prinit_c patch-nsprpub_pr_src_misc_prnetdb_c patch-nsprpub_pr_src_pthreads_ptthread_c Log message: use devel/nspr instead of internal nspr. now using libc strtod and __dtoa via devel/nspr. okay pvalchev@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/17 12:15:36 Modified files: print/cups : Makefile distinfo print/cups/pkg : PLIST Log message: Update to CUP 1.2.7. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:20:19 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/patches: patch-security_coreconf_OpenBSD_mk mail/mozilla-thunderbird/pkg: PFRAG.shared Added files: mail/mozilla-thunderbird/patches: patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk Removed files: mail/mozilla-thunderbird/patches: patch-nsprpub_config_rules_mk patch-nsprpub_configure_in patch-nsprpub_pr_include_md__openbsd_h patch-nsprpub_pr_include_private_primpl_h patch-nsprpub_pr_src_misc_prdtoa_c patch-nsprpub_pr_src_misc_prinit_c patch-nsprpub_pr_src_misc_prnetdb_c patch-nsprpub_pr_src_pthreads_ptthread_c Log message: use devel/nspr instead of internal nspr. now using libc strtod and __dtoa via devel/nspr. okay pvalchev@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/11/17 12:20:34 Log message: Import JeoIP, Java access to GeoIP, ok kurt@ Status: Vendor Tag: ian Release Tags: ian_2006-Nov-17 N ports/geo/jeoip/Makefile N ports/geo/jeoip/distinfo N ports/geo/jeoip/pkg/PLIST N ports/geo/jeoip/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/11/17 12:30:46 Modified files: geo : Makefile Log message: += jeoip CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:33:19 Modified files: www/mozilla : Makefile www/mozilla/patches: patch-security_coreconf_OpenBSD_mk www/mozilla/pkg: PFRAG.shared PFRAG.shared-devel PLIST PLIST-devel Added files: www/mozilla/patches: patch-build_unix_mozilla-js_pc_in patch-build_unix_mozilla-nss_pc_in patch-build_unix_mozilla-xpcom_pc_in patch-directory_c-sdk_ldap_include_Makefile_in patch-directory_c-sdk_ldap_libraries_libprldap_Makefile_in patch-gfx_src_gtk_Makefile_in patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk Removed files: www/mozilla/patches: patch-nsprpub_config_rules_mk patch-nsprpub_configure_in patch-nsprpub_pr_include_md__openbsd_h patch-nsprpub_pr_include_private_primpl_h patch-nsprpub_pr_src_io_prprf_c patch-nsprpub_pr_src_misc_prdtoa_c patch-nsprpub_pr_src_misc_prinit_c patch-nsprpub_pr_src_misc_prnetdb_c patch-nsprpub_pr_src_pthreads_ptthread_c Log message: use devel/nspr instead of internal nspr. now using libc strtod and __dtoa via devel/nspr. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/17 12:34:34 Modified files: sys/dev/pci : if_msk.c if_mskvar.h Log message: Remove code that deals with sk(4) specific phy's that breaks certain msk(4) variants. tested by jsg@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:35:07 Modified files: www/epiphany : Makefile Log message: adjust depends due to www/mozilla conversion to devel/nspr CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:41:58 Modified files: www/galeon : Makefile Log message: adjust depends due to www/mozilla conversion to devel/nspr CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 12:44:11 Modified files: devel/eclipse/sdk: Makefile Log message: adjust depends due to www/mozilla conversion to devel/nspr CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/17 13:04:52 Modified files: sys/dev/ic : bcw.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 13:19:33 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-j2se_src_share_native_java_io_io_util_h patch-j2se_src_share_native_sun_awt_cmm_thread_c patch-j2se_src_share_transport_socket_socketTransport_c patch-j2se_src_solaris_hpi_native_threads_src_threads_md_c Log message: - attempt to fully send/receive packets in socketTransport.c by handling EINTR and continue to send/receive the rest of the packet. corrects: "ERROR: transport error 202: recv error: Interrupted system call ["transport.c",L41]" seen while debugging large projects in eclipse. from niklas@ - Prevent problems opening RandomAccessFile with "rws" as the mode by defining O_SYNC and O_DSYNC if they aren't defined. In particular we were previously defining O_SYNC bogusly to the same value as O_EXCL. from FreeBSD - close two more pthread_addr leaks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 13:21:08 Modified files: databases/p5-DBI: Makefile Log message: cpan CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/17 13:46:32 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: PLIST Log message: Update to Mediawiki 1.8.2 and take maintainership. kevlo ok. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 13:49:16 Modified files: share/man/man4 : bcw.4 Log message: bad job of first import CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/17 13:49:27 Modified files: sys/dev/ic : bcwreg.h bcwvar.h Log message: Minor cleanup. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 13:54:47 Modified files: usr.sbin/afs/src/lwp: preempt.c preempt.h process.aix22.S process.arm.S process.hpux.S process.ibm032.S process.m68k.S process.m88k.S process.mips.S process.ppc.S process.rios.S process.s390.S process.sh.S process.sparc.S process.vax.S Log message: change PRE_Block to an int, which architectures like alpha can access atomically. Adapt all the others (except s390 which is not fixed yet). mips and hppa still do not work for some other reason. testing by beck, ckuethe, todd, asm proofreading by miod CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/17 13:55:47 Modified files: sys/arch/amd64/amd64: mainbus.c Log message: Decide whether we need to attach the primary cpu by checking the CPUF_PRESENT flag just like we do on i386. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 14:13:16 Modified files: bin/md5 : cksum.1 md5.1 rmd160.1 sha1.1 Log message: .Ex these pages; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 14:16:54 Modified files: bin/md5 : cksum.1 Log message: discourage .Tn; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 14:19:12 Modified files: bin/md5 : cksum.1 Log message: `<' -> \*(Lt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 14:25:36 Modified files: share/man/man4 : malo.4 Log message: more `a' (as in `a/b/g') removal; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/17 14:27:57 Modified files: share/man/man5 : myname.5 Log message: fix my bad wording; CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/17 15:05:02 Modified files: net/netatalk : Makefile net/netatalk/pkg: PLIST Log message: - use ${SYSCONFDIR} in PLIST. - remove two deprecated CONFIGURE_ARGS (spotted by steven). - bin/afppasswd is SUID root. maintainer is too busy; ok steven@, "looks ok" pvalchev@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/17 15:32:38 Modified files: sys/arch/m88k/m88k: subr.S sys/lib/libkern/arch/m88k: Makefile.inc Added files: sys/lib/libkern/arch/m88k: bcopy.S bzero.S copy_subr.S memcpy.S memmove.S ovbcopy.S Log message: Move m88k memory copy and fill functions to libkern. The copy functions will no longer share the same code, but will be instead be duplicated from the same source, so that bcopy() and memcpy() do not need to check for overlap, and memcpy() and memmove() are shorter. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/17 15:46:13 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/17 16:31:45 Modified files: math/freemat : Makefile Added files: math/freemat/patches: patch-libs_libXP_KeyManager_cpp Log message: prevent an out of bounds access when pasting text. problem hunted down and fix suggested by Deanna Phillips, thanks! CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/17 17:04:26 Log message: import Event::Lib 1.00 Perl wrapper around event(3). from Okan Demirmen Status: Vendor Tag: steven Release Tags: steven-20061117 N ports/devel/p5-Event-Lib/Makefile N ports/devel/p5-Event-Lib/distinfo N ports/devel/p5-Event-Lib/pkg/PFRAG.shared N ports/devel/p5-Event-Lib/pkg/DESCR N ports/devel/p5-Event-Lib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/17 17:07:13 Modified files: devel/p5-Event-Lib/pkg: PLIST Removed files: devel/p5-Event-Lib/pkg: PFRAG.shared Log message: oops, no PFRAG.shared needed CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/17 17:08:10 Modified files: devel : Makefile Log message: +p5-Event-Lib CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/17 17:15:33 Modified files: infrastructure/mk: bsd.port.mk Log message: start of multi-packages simplification: if MULTI_PACKAGES contains -main, consider it to be the main package, and do some equal treatment for each package. (to do: add subpackage where needed to WANTLIB, RUN_DEPENDS, LIB_DEPENDS and act on them accordingly). Also define _DONE_FILES for _fetch-makefile to avoid blocking if it's not invoked from a higher level target. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/17 20:54:54 Modified files: editors/openoffice: Makefile Log message: remove tcsh as a build depend since it has been a source of build instability and its not needed. no pkg bump. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/17 22:23:39 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: PLIST Log message: upgrade to gxemul 0.4.3 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/18 00:59:44 Modified files: graphics/png : Tag: OPENBSD_3_9 Makefile Added files: graphics/png/patches: Tag: OPENBSD_3_9 patch-pngset_c Log message: security fix Libpng versions 1.0.6 through 1.2.12 can crash while decoding the sPLT chunk. This is due to an incorrect calculation of the buffer size for storing the palette entries. This bug has been given the identifier CVE-2006-3334. from libpng via bernd@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/18 01:12:52 Modified files: share/man/man4 : bcw.4 Log message: remove the `a' stuff from here too; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/18 01:20:51 Modified files: sys/kern : tty_nmea.c uipc_mbuf2.c vfs_conf.c Log message: typos; from bret lambert CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/18 01:22:23 Modified files: devel/py-urwid : Makefile Log message: MODPY_SETUPTOOLS, otherwise build breaks with py-setuptools installed. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/18 01:24:30 Modified files: editors/xwpe : Makefile Log message: maintainer change = PKGNAME bump ! CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/18 02:20:13 Modified files: build : support.dat Log message: add StrandNetworks, in Grand Rapids, MI, USA. from admin at strandnetworks dot com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/18 02:20:33 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/18 03:19:59 Modified files: sys/kern : vfs_sync.c Log message: more fixes from bret lambert; ok pedro CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/18 03:34:10 Modified files: build : support.dat Log message: add nihonsoft, Yokohama, Japan. from fchoong at netbeans.jp CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/18 03:34:33 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/18 03:46:19 Modified files: . : index.html Log message: www mirror in ukraine is back online. from Sergey Smitienko , thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/18 04:23:43 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: - update to 1.18 - use MODULES=cpan - drop maintainership CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/18 04:42:26 Modified files: net/samba : Makefile Log message: misc/libutf8 is a build dependency for the ldap flavor. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 05:04:57 Modified files: sys/arch/mvme88k/dev: syscon.c Log message: Do not include (forgotten when the former was removed). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/18 05:59:26 Modified files: share/man/man4 : malo.4 Log message: Fix table alignment in the hardware section. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/18 08:54:29 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - set descriptor DMA addresses before enabling TX and RX - set RL_EARLY_TX_THRESH before starting TX and RX - clear a TX timeout only if all queued packets are handled - declare struct rl_txq separately - minor style tweaks in re_txeof() From tsutsui@NetBSD Tested by brad@, maja@ and kettenis@ Tested on amd64/armish/i386/sparc64 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/18 09:06:26 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Log message: Security update to libpng-1.2.13. (CVE-2006-3334) Libpng versions 1.0.6 through 1.2.12 can crash while decoding the sPLT chunk. This is due to an incorrect calculation of the buffer size for storing the palette entries. ok steven@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/18 09:11:10 Modified files: share/man/man4 : ral.4 Log message: Add Digiconnect WL591C. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/18 09:11:33 Modified files: editors/openoffice: Makefile Log message: revert. more is needed to do this right. noticed by robert@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/18 09:30:39 Modified files: graphics/png : Tag: OPENBSD_4_0 Makefile Added files: graphics/png/patches: Tag: OPENBSD_4_0 patch-pngset_c Log message: security fix Libpng versions 1.0.6 through 1.2.12 can crash while decoding the sPLT chunk. This is due to an incorrect calculation of the buffer size for storing the palette entries. This bug has been given the identifier CVE-2006-3334. from libpng via bernd@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/18 09:38:17 Log message: Import gaim-guifications 2.13beta3 Guifications is a Gaim plugin that displays msn style "toaster" popups in a user defined corner of the screen. It's highly configurable, easy to use, and has theme support. From Thomas Wood Status: Vendor Tag: alek Release Tags: alek_20061118 N ports/x11/gaim-guifications/Makefile N ports/x11/gaim-guifications/distinfo N ports/x11/gaim-guifications/pkg/DESCR N ports/x11/gaim-guifications/pkg/PLIST N ports/x11/gaim-guifications/pkg/MESSAGE N ports/x11/gaim-guifications/patches/patch-src_gf_action_c N ports/x11/gaim-guifications/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/18 09:51:27 Modified files: x11 : Makefile Log message: Add gaim-guifications CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/18 10:32:55 Modified files: comms/malsync : Makefile Log message: - remove VERSION variable - change MASTER_SITES - while here, do some indentation cleaning ok steven@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/18 10:49:40 Modified files: devel/smarty : Makefile distinfo devel/smarty/pkg: PLIST PLIST-docs Log message: Update to 2.6.14 Fixes CVE-2005-0913 among other things CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/18 11:39:14 Modified files: sys/dev/pci : if_em.c if_em.h Log message: fix comments CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/18 11:46:20 Modified files: sys/dev/pci : if_ixgb.c if_ixgb.h Log message: add a few comments CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/18 12:16:26 Added files: www/php4/extensions/patches: patch-ext_curl_curl_c Log message: fix building with libcurl 7.16.0 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/18 12:20:17 Modified files: sys/dev/pci : if_ixgb.c Log message: ixgb_get_buf(): - Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). ixgb_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by ixgb_free_receive_structures() now. ixgb_free_receive_structures(): - A few changes here to allow this function to be called from ixgb_stop() as well as ixgb_allocate_receive_structures(). CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/18 12:27:27 Modified files: usr.bin/mg : buffer.c Log message: Fix line number bug (actually, dot-mark bug). to reproduce: -split window into two -open a file, set the mark -switch windows, open same file, exchange point-and-mark from peter de wachter (Debian bug#391827) CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/11/18 13:18:28 Modified files: usr.bin/rcs : ci.c Log message: - update comment CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/18 13:20:00 Modified files: . : want.html Log message: want a PCI-e SATA raid card for a replacement infrastucture machine in Calgary CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/18 13:36:50 Modified files: usr.bin/mg : basic.c Log message: Due to a thinko on my part, (and a badly named structure member), line numbers were horribly broken with pgup, pgdn. From peter de wachter, via debian bug#391827 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/18 13:44:40 Modified files: sys/dev/pci : if_acx_pci.c if_pgt_pci.c if_ral_pci.c Log message: Remove some useless variables/code dealing with cardbus BARs reprogramming. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/18 14:09:46 Modified files: mail/p5-Email-Abstract: Makefile Log message: changed RUN_DEPENDS, so bump PKGNAME CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/18 14:41:00 Modified files: . : want.html Log message: old CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/18 15:05:20 Modified files: x11/gnome/libxklavier: Makefile distinfo Removed files: x11/gnome/libxklavier/patches: patch-Makefile_in patch-libxklavier_xklavier_c patch-libxklavier_xklavier_xmm_c patch-ltmain_sh Log message: Update to 2.2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:45:41 Modified files: sys/arch/mvme88k/dev: dartreg.h Log message: A better and shorter wait sequence between writes to the command register (spec wants 3 X1 clock cycles, thus 0.82 microsecond on mvme188) CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/18 15:46:16 Modified files: usr.bin/mg : search.c Log message: 1. Fix line numbering/mark line bug in isearch. To reproduce, set mark, move, isearch, then swap mark and point. 2. store mark in save structure (to reproduce search on a pattern twice, then backspace to back up the search stack) Both from Peter De Wachter (debian bug#391827) Thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:47:13 Modified files: sys/arch/m88k/include: lock.h Log message: No need to use xmem when unlocking a simple_lock. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:48:15 Modified files: sys/arch/m88k/m88k: mutex.S Log message: In mtx_leave(), jump to the leaf splx() instead of building a frame and calling it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:48:44 Modified files: sys/arch/m88k/m88k: subr.S Log message: Unwaste two delay slots in kcopy(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:49:43 Modified files: sys/arch/m88k/include: pcb.h sys/arch/m88k/m88k: genassym.cf process.S Log message: Stop saving and restoring the current ipl in the pcb when switching processes, since we know we are at splsched(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:53:11 Modified files: sys/arch/m88k/m88k: eh_common.S sys/arch/mvme88k/include: mvme187.h mvme188.h sys/arch/mvme88k/mvme88k: eh.S m8820x.c Log message: Rework the PFSR register analysis code on mvme88k: split it into four independent subfunctions, turn PFSR_SAVE into a couple of NOP, and replace them early at runtime with a branch to the selected routine, which will return to pfsr_save. This is really better for 188 systems. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/18 15:58:28 Modified files: sys/arch/luna88k/luna88k: machdep.c sys/arch/m88k/include: m88100.h sys/arch/m88k/m88k: m88100_machdep.c sys/arch/mvme88k/mvme88k: machdep.c Log message: On 88100 systems which do not need the xxx.usr instruction workaround, override the DAE helper routines with workaroundless code while the kernel text is still writable. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/11/18 16:05:24 Modified files: usr.bin/mg : buffer.c Log message: Move buffer name allocation into bnew() where it belongs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/18 17:40:23 Modified files: mail/dovecot : Makefile distinfo Log message: upgrade to Dovecot 1.0rc15 CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/11/18 18:21:39 Modified files: . : donations.html Log message: Eliminate a fraudulent donation: Meenakshi CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/18 19:08:10 Modified files: sys/arch/i386/pci: glxsb.c Log message: Improve the AES acceleration, by allocating a contiguous DMA-able buffer on attach, and using it for encrypt/decrypt operations. Still disabled, since the driver cannot currently handle an operation larger than supported by this buffer. (Interactive ssh does work with this code, however.) "commit, of course" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/18 20:18:36 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/18 20:32:09 Modified files: usr.bin/pmdb : Makefile Log message: always build man page, that is the way we do things CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/18 20:34:03 Modified files: usr.bin/pmdb : Makefile Log message: always make a man CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/19 00:12:10 Modified files: misc/dialog : Makefile Log message: bump PKGNAME after maintainer change... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/19 02:27:21 Modified files: usr.bin/pmdb/arch/m88k: m88k.c Log message: Cope with removal. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/11/19 03:03:02 Modified files: emulators/gxemul: Makefile Log message: Tweak COMMENT so that it mentions SuperH per author's suggestion. Bump PKGNAME. CVSROOT: /cvs Module name: www Changes by: grange@cvs.openbsd.org 2006/11/19 03:09:38 Modified files: . : donations.html Log message: Thanks to PuceBaboon guys who sent me their cool 1-wire stuff. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/19 04:08:55 Modified files: sys/arch/mvme88k/mvme88k: eh.S Log message: I completely broke pfsr_188_save_double when introducing per-cpuinfo pfsr pointers seven months ago. This would work, but not in all fault cases; now it does the right thing. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/19 04:54:44 Modified files: lang/ruby : Makefile Log message: unbreak no_x11 flavor. spotted by Jason LaRiviere. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 05:05:10 Modified files: infrastructure/mk: bsd.port.mk Log message: rename some internal variables: _DEPlib_COOKIES -> _DEPLIB_COOKIES. simplify some .if defined(A) . for i in $A ... . endfor .endfor into .for i in $A ... . endfor .endfor since empty loops work just fine. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 05:11:30 Modified files: infrastructure/mk: bsd.port.mk Log message: rename more internal stuff to make it less visually confusing: _DEPlibs_COOKIE => _DEPWANTLIB_COOKIE _DEPlibs_COOKIES => _DEPLIBSPECS_COOKIES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 05:32:53 Modified files: infrastructure/mk: bsd.port.mk Log message: add an extra level of indirection for dependency lists: _xxx_DEPLIST. allows us to get rid of some NO_DEPENDS tests later, also allows for RUN_DEPENDS to become indexed on SUBPACKAGE. LIB_DEPENDS and WANTLIB are going to need more surgery, since they need to be checked during build and packaging... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 05:37:55 Modified files: infrastructure/mk: bsd.port.mk Log message: also use RUN_DEPENDS${SUBPACKAGE} in the simple parts. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/19 06:41:27 Modified files: sys/arch/i386/pci: glxsb.c Log message: Handle operations larger than will fit in the buffer we allocate, by processing in a loop. And bump the size of this buffer (32KB taken by the driver shouldn't be a problem). Also reduce the places we hard-code the AES block size of 16. Still disabled (doing more testing), but I want to commit before the aged hard disk I have in the system here dies. (This commit from the Geode system with the AES enabled.) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/19 07:20:55 Modified files: sys/dev/pci : files.pci share/man/man4 : malo.4 Added files: sys/dev/pci : if_malo_pci.c Log message: Add PCI hookup for malo(4). Tested by Stephane Chausson with a Netgear WG311v3. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/19 07:28:38 Modified files: sys/arch/sh/sh : db_disasm.c Log message: Use symbol information, when available, to display branch destinations. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/19 07:29:22 Log message: Import aqsis-1.0.1. Aqsis is a high quality, photorealistic, 3D rendering solution. It complies with the RenderMan interface standard defined by Pixar. Aqsis comprises a command line rendering tool, a tool for compiling shaders in the RSL language, a tool for preparing textures for optimal use, and various developer libraries to enable integration with third party tools. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061119 N ports/graphics/aqsis/Makefile N ports/graphics/aqsis/distinfo N ports/graphics/aqsis/patches/patch-aqsis_aqsis_cpp N ports/graphics/aqsis/patches/patch-Makefile_in N ports/graphics/aqsis/patches/patch-libddmanager_ddmanager_cpp N ports/graphics/aqsis/patches/patch-libaqsistypes_plugins_cpp N ports/graphics/aqsis/patches/patch-display_Makefile_in N ports/graphics/aqsis/pkg/PFRAG.shared N ports/graphics/aqsis/pkg/DESCR N ports/graphics/aqsis/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/19 07:30:28 Modified files: graphics : Makefile Log message: Add aqsis. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/19 09:16:22 Modified files: sys/dev/i2c : i2c_scan.c Log message: Probe for Myson MTP008. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 09:39:41 Modified files: infrastructure/mk: bsd.port.mk Log message: start making a big distinction between lib depends evaluated at build time and at `run(packaging)' time. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/19 09:40:02 Modified files: sys/dev/i2c : i2c_scan.c Log message: Probe for National Semiconductor LM63. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/19 09:44:36 Modified files: sys/dev/usb : if_ral.c if_rum.c Log message: restore the workaround for rate==0 bug. i removed it in my last commit because i thought it was gone. looks like it's not the case. pointed out by niallo@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/19 09:49:22 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: In sigreturn, report the correct error if copyin() fails; spotted by Alexey Dobriyan, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/19 09:51:19 Modified files: usr.bin/mg : buffer.c def.h display.c fileio.c grep.c main.c undo.c yank.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/19 10:09:15 Modified files: bin/md5 : cksum.1 md5.1 Log message: WARNING/BUGS -> CAVEATS; ok millert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/19 10:16:44 Modified files: sys/dev/pci : pcidevs Log message: add the Broadcom BCM4312 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/19 10:17:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/19 10:35:46 Modified files: sys/dev/pci : if_bnx.c Log message: In bnx_start, check the used_tx_bd count rather than the descriptors mbuf pointer to see if the transmit ring is full. The mbuf pointer is set only in the last descriptor of a multi-descriptor packet. By relying on the mbuf pointers of the earlier descriptors, the driver would sometimes overwrite a descriptor belonging to a packet that wasn't completed yet. Also, tx_chain_prod wasn't updated inside the loop, causing the wrong descriptor to be checked after the first iteration. The upshot of all this was the loss of some transmitted packets at medium to high packet rates. In bnx_tx_encap, remove a couple of old statements that shuffled around the tx_mbuf_map pointers. These now correspond 1-to-1 with the transmit descriptors, and they are not supposed to be changed. Correct a couple of inaccurate comments. From jdp@FreeBSD CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 10:39:15 Modified files: infrastructure/mk: bsd.port.mk Log message: oops typo. make sure lib depends are done CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 10:40:35 Modified files: infrastructure/mk: bsd.port.mk Log message: also defaults to stem-* for build depends, thus simplifying code a bit... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 10:48:14 Modified files: infrastructure/mk: bsd.port.mk Log message: simplify dep cookies names. Since we no longer use the dep part, let it vanish completely. Also, stop converting . to -, as it's useless and makes for less readable names. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 10:52:32 Modified files: infrastructure/mk: bsd.port.mk Log message: avoid redefining the same dependency cookie twice CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/19 10:54:44 Modified files: usr.sbin/tcpdump: print-stp.c Log message: add support for displaying Rapid Spanning Tree Protocol frames, as specified in IEEE 802.1d-2004/802.1w. ok mcbride@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 11:01:44 Modified files: infrastructure/mk: bsd.port.mk Log message: remove confusing FAKE=lib scaffolding that's not finished, and that won't work in that way in any case... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 11:07:39 Modified files: infrastructure/mk: bsd.port.mk Log message: Now that all dependencies are evaluated in the same way, build the cookies in one single loop, based on _DEPLIST. Extract dependencies off the loop. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/19 11:20:02 Modified files: infrastructure/mk: bsd.port.mk Log message: rephrase dependency evaluation without $$dep. Also, more error checking, check specifically for which dependency targets are allowed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/19 11:43:30 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: - update to 1.20 - use MODULES=cpan CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/19 12:00:03 Modified files: . : events.html Log message: Add a list of developer that will be present at OpenCON. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/19 12:24:22 Modified files: . : events.html Log message: another link CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/19 12:36:40 Modified files: sys/arch/m88k/m88k: eh_common.S Log message: You know you're getting too old to code when you're finding stupid bugs months later. Here, we would service ast based on p != NULL, instead of p->p_md.md_astpending != 0... CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/19 12:36:55 Modified files: faq/pf : filter.html Log message: Warn about urpf on enc0 and lo0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/19 12:52:03 Modified files: infrastructure/mk: bsd.port.mk Log message: add sh to NO_SHARED_ARCHS for now CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/19 13:09:59 Modified files: sys/dev/pci : pciide_i31244_reg.h Log message: some additional registers for the Artisea chipset operating in DPA mode. From rearnsha@NetBSD CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/11/19 13:17:12 Modified files: sbin/fdisk : disk.c Log message: Try DIOCGPDINFO before DIOCGDINFO when trying to determine the 'label' geometry for a unit. DIOCGPDINFO avoids using the on-disk label or the cached copy of it and returns a 'spoofed' label that retains the geometry info placed in the label by the driver. Unfortunately DIOCGPDINFO is not universally implemented, though sd and wd do. This is what disklabel(8) does when it wants geometry so this makes fdisk a bit more consistant with disklabel. This fixes 'fdisk -i' and 'reinit' when trying to install from a miniroot on, e.g., landisk. i.e. no need to zero out the disklabel before doing 'fdisk -i'. 'get it in snaps' deraadt@ CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/19 14:00:06 Modified files: faq/pf : filter.html Log message: Overzealous; urpf on lo0 is a-ok CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/19 14:05:47 Modified files: . : events.html Log message: Start a list of developers that will attend the "Berlinale". Discussed with Wim. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/19 14:17:45 Modified files: mail/postfix : Makefile.inc Log message: fix PKGNAME for snapshots CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/19 14:40:58 Modified files: sysutils/p5-UPS-Nut: Makefile Log message: - MODULES=cpan. - drop maintainership. - bump PKGNAME. "sure" espie@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/19 14:41:16 Modified files: . : events.html Log message: sturm will be in berlin at CCC, too. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/19 14:45:49 Modified files: sys/dev/pci : pciide.c Log message: Re-enable the Intel i31244 support now that real hardware actually exists. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/11/19 15:08:41 Modified files: . : events.html Log message: more openbsd hackers for the 23c3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/19 15:13:47 Modified files: sys/crypto : criov.c Log message: typo; from bret lambert ok pedro CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/19 15:30:24 Modified files: sbin/pflogd : pflogd.8 Log message: Default snaplen has been 116 for a while now. CVSROOT: /cvs Module name: ports Changes by: niallo@cvs.openbsd.org 2006/11/19 18:14:11 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: - update to version 2.2 tested on i386, amd64 and sparc64. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/19 18:22:48 Modified files: . : errata.html errata39.html security.html Log message: add the ldso issue. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/19 18:35:19 Modified files: . : errata.html errata39.html security.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/11/19 19:01:49 Modified files: distrib/landisk/ramdisk: install.md Log message: Don't need the dd/disklabel dance now that fdisk reinit works from miniroot. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/19 20:15:36 Modified files: games/prboom : Makefile distinfo games/prboom/patches: patch-configure patch-src_Makefile_in Log message: update to 2.4.7 CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/19 21:06:41 Modified files: www/gnash : Makefile distinfo www/gnash/pkg : PLIST Added files: www/gnash/patches: patch-server_sprite_instance_cpp Removed files: www/gnash/patches: patch-configure_ac patch-plugin_Makefile_am Log message: update to 0.7.2, from maintainer CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/19 23:51:26 Modified files: devel : Makefile Log message: +p5-Perl-Critic CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/20 00:40:16 Modified files: build : mirrors.dat Log message: add ftp.gamma.ru, from Igor Timkin CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/20 00:41:55 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/20 01:07:00 Modified files: sbin/ping6 : ping6.c Log message: knf: sizeof x -> sizeof(x) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/20 01:07:41 Modified files: games/spider : Makefile databases/sqlitebrowser: Makefile x11/gnome/desktop: Makefile x11/gnome/keyring: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/terminal: Makefile x11/gnome/vfs : Makefile x11/gnome/zenity: Makefile x11/kde/accessibility3: Makefile x11/kde/addons3: Makefile x11/kde/admin3 : Makefile x11/kde/arts3 : Makefile x11/kde/artwork3: Makefile x11/kde/base3 : Makefile x11/kde/bindings3: Makefile x11/kde/edu3 : Makefile x11/kde/games3 : Makefile x11/kde/graphics3: Makefile x11/kde/libs3 : Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/office3: Makefile x11/kde/okle : Makefile x11/kde/pim3 : Makefile x11/kde/sdk3 : Makefile x11/kde/toys3 : Makefile x11/kde/utils3 : Makefile x11/kde/webdev : Makefile sysutils/hot-babe: Makefile Log message: USE_X11 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/20 01:27:20 Modified files: . : errata.html Log message: ld.so only applies to ELF systems CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 02:21:09 Modified files: graphics/imlib2: Makefile distinfo graphics/imlib2/pkg: PFRAG.shared PLIST Added files: graphics/imlib2/patches: patch-src_modules_loaders_loader_argb_c patch-src_modules_loaders_loader_gif_c patch-src_modules_loaders_loader_jpeg_c patch-src_modules_loaders_loader_lbm_c patch-src_modules_loaders_loader_png_c patch-src_modules_loaders_loader_pnm_c patch-src_modules_loaders_loader_tga_c patch-src_modules_loaders_loader_tiff_c patch-src_modules_loaders_loader_xpm_c Removed files: graphics/imlib2/patches: patch-configure_in patch-loaders_Makefile_in patch-src_Makefile_in patch-src_rgba_c Log message: Update to imlib2-1.3.0. Initial diffs from 'bsdmaniak at daemon-tips dot org' and brad@. This contains security fixes from the imlib2 cvs repository for CVE-2006-4806, CVE-2006-4807, CVE-2006-4808 and CVE-2006-4809. ok brad@, steven@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 02:21:59 Modified files: devel/giblib : Makefile Log message: Fix build with updated imlib2. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 02:22:24 Modified files: graphics/digikam: Makefile Log message: Fix build with latest imlib2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/20 02:33:02 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/patches: patch-postprocess_prj_build_lst editors/openoffice/pkg: DESCR-i18n-bg DESCR-i18n-de DESCR-i18n-es DESCR-i18n-fi DESCR-i18n-fr DESCR-i18n-hu DESCR-i18n-it DESCR-i18n-ja DESCR-i18n-ko DESCR-i18n-pl DESCR-i18n-ru PLIST-i18n-bg PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-ja PLIST-i18n-ko PLIST-i18n-pl PLIST-i18n-ru Log message: - add i18n support including 11 languages for now (if you need more, tell us) - add a pseudo flavor called cleanobj that reduces the disk space needed to build openoffice by cleaning up all unneeded object directories. (idea from kurt@) - do not run checkdeliver.pl because it will fail if we use the cleanobj flavor because it can't check the object dirs that we remove. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/20 02:34:56 Modified files: editors : Makefile Log message: build the cleanobj flavor of openoffice by default to reduce the disk space needed for the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/20 02:35:48 Log message: Import glpng-1.45. This is a library for OpenGL to load PNG graphics files as an OpenGL texture as easily as possible. It also has a number of options for generating the alpha channel and mipmaps. help and ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061120 N ports/graphics/glpng/Makefile N ports/graphics/glpng/distinfo N ports/graphics/glpng/pkg/DESCR N ports/graphics/glpng/pkg/PLIST N ports/graphics/glpng/pkg/PFRAG.shared N ports/graphics/glpng/files/Makefile N ports/graphics/glpng/patches/patch-src_glpng_c N ports/graphics/glpng/patches/patch-Example_Test_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/20 02:37:25 Modified files: graphics : Makefile Log message: Add glpng. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 02:46:56 Modified files: infrastructure/mk: bsd.port.mk Log message: remove extra subpackage that crept in CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 02:59:11 Modified files: infrastructure/mk: bsd.port.mk Log message: simplify xxx-dir-depends: only rely on _BUILD_DEP/_RUN_DEP. Fold _ALWAYS_DEP. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 03:36:13 Modified files: infrastructure/mk: bsd.port.mk Log message: distinguish between _BUILDLIB_DEPENDS and LIB_DEPENDS, and _BUILDWANTLIB and WANTLIB. Get the rules for the LIBSPECS_COOKIES out of the loop that dictates their usage. Introduce *DEP3 variables, to keep *-depends-list compatible with old stuff. Use _BUILDLIB_DEPENDS and _BUILDWANTLIB everywhere this makes sense. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 03:38:31 Modified files: infrastructure/mk: bsd.port.mk Log message: forgot one DEPRUNLIBS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 03:49:22 Modified files: infrastructure/mk: bsd.port.mk Log message: let LIB_DEPENDS and WANTLIB depend on the SUBPACKAGE. Build a special list of _BUILDLIB_DEPENDS, so that separate subpackages can depend on each other without making an infinite loop... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 04:11:38 Modified files: infrastructure/mk: bsd.port.mk Log message: clone LIB_DEPENDS${SUBPACKAGE}/WANTLIB${SUBPACKAGE} as expected. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 04:15:39 Modified files: infrastructure/mk: bsd.port.mk Log message: fix NO_SHARED_LIBS case, found out by bernd@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/20 04:31:28 Modified files: . : events.html Log message: mickey is coming to 23c3, too. while there, sort people alphabetically CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:02:29 Modified files: x11/qt2 : Makefile qt2.port.mk Added files: x11/qt2/pkg : DESCR-main MESSAGE-main PFRAG.no-shared-main PFRAG.shared-main PLIST-main Removed files: x11/qt2/pkg : DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST Log message: convert to the new MULTI_PACKAGES setup CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:04:40 Modified files: infrastructure/mk: bsd.port.mk Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:13:43 Modified files: infrastructure/build: resolve-lib Log message: zap duplicate specs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:21:04 Modified files: lang/icon/interp: Makefile Added files: lang/icon/interp/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: lang/icon/interp/pkg: DESCR PFRAG.shared PLIST Log message: convert to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:28:48 Modified files: x11/msttcorefonts: Makefile Log message: zap obsolete construct CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 05:34:52 Modified files: infrastructure/mk: bsd.port.mk Log message: re-allow BUILD_DEPENDS=nasm::devel/nasm temporarily. until this gets killed... we haven't used the front part of : for a very long time now ! CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 05:41:40 Modified files: converters/libiconv: libiconv.port.mk Log message: Provide MODLIBICONV_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES. ok espie@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/20 05:52:54 Modified files: sys/sys : vnode.h sys/kern : vfs_subr.c Log message: vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (and original diff from) Jake < antipsychic (at) hotmail.com >. Discussed with Mickey and Miod. ok miod@ pedro@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 06:07:20 Modified files: audio/lame : Makefile databases/openldap: Makefile devel/alex : Makefile devel/c2hs : Makefile devel/cpphs : Makefile devel/g-wrap : Makefile devel/haddock : Makefile devel/happy : Makefile devel/hs-ports : Makefile devel/idoc : Makefile editors/kile : Makefile emulators/xmame: Makefile misc/migrationtools: Makefile net/coccinella : Makefile net/nagios/nrpe: Makefile security/hs-crypto: Makefile www/mod_auth_mysql: Makefile www/p5-Catalyst-Runtime: Makefile x11/cwm : Makefile x11/gromit : Makefile x11/gtkglarea : Makefile lang/ghc : ghc.port.mk Log message: fix a few obviously wrong dependencies, and remove extra shells in ghc. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 06:37:00 Modified files: devel/gettext : gettext.port.mk Log message: Provide MODGETTEXT_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 06:50:17 Modified files: infrastructure/mk: bsd.port.mk Log message: allows PREFIX and CATEGORIES to be subpackage dependent CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 06:50:58 Modified files: japanese/Wnn : Makefile Added files: japanese/Wnn/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: japanese/Wnn/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 06:56:37 Modified files: infrastructure/install: make-plist Log message: kludge make-plist to work with new multi packages CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/20 07:25:11 Modified files: sys/net : pfvar.h pf_ioctl.c Log message: ioctl to explicitly remove source tracking nodes, diff from Berk D. Demir ok henning dhartmei CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/20 07:31:17 Modified files: sbin/pfctl : pfctl.8 pfctl.c Log message: -K argument to kill source tracking nodes explicitly, behaves like the -k argument for killing states; From Berk D. Demir ok dhartmei henning CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 09:23:22 Modified files: x11/kde/graphics3: Makefile Added files: x11/kde/graphics3/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: x11/kde/graphics3/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES framework CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/20 09:54:25 Modified files: geo/gpsbabel : Makefile Log message: Catch up with recent changes to ports infrastructure. ok espie CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 10:13:12 Modified files: devel/gstreamer-plugins: Makefile Added files: devel/gstreamer-plugins/pkg: DESCR-main PLIST-main Removed files: devel/gstreamer-plugins/pkg: DESCR PLIST Log message: Use new MULTI_PACKAGES framework. verified by espie@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/20 10:53:16 Modified files: sys/arch/sh/dev: scif.c Log message: serial drivers should use spltty, not splserial. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/20 10:54:05 Modified files: sys/arch/landisk/include: intr.h Log message: goodbye splserial, hello splaudio. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/20 10:56:03 Modified files: sys/arch/landisk/conf: GENERIC files.landisk Log message: Enable support for audio on landisk. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/20 11:27:45 Modified files: . : orders.html Log message: remove someone who does not carry it CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 11:31:53 Modified files: games/childsplay-plugins: Makefile Log message: Fix wrong RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 11:32:38 Modified files: databases/sqlite: Makefile Log message: Fix wrong BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 11:33:48 Modified files: devel/libbio : Makefile devel/libregexp9: Makefile devel/mk : Makefile devel/tcllib : Makefile Log message: Fix wrong BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 11:41:42 Modified files: graphics/aqsis : Makefile graphics/glpng : Makefile Log message: Fix BUILD_DEPENDS and REGRESS_DEPENDS. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/20 11:51:07 Modified files: sys/dev/i2c : maxim6690.c Log message: Add support for LM63. tested by niklas@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/20 12:14:23 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: KNF (no space before '['); ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 12:15:09 Modified files: audio/xmp : Makefile Added files: audio/xmp/pkg : DESCR-main PLIST-main Removed files: audio/xmp/pkg : DESCR PLIST Log message: new MULTI_PACKAGES style CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 12:28:18 Modified files: devel/jdk : java.port.mk Log message: tweak for new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 12:49:51 Modified files: graphics/gocr : Makefile Added files: graphics/gocr/pkg: DESCR-main PLIST-main Removed files: graphics/gocr/pkg: DESCR PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/20 12:57:34 Modified files: mail/postfix : Makefile.inc Log message: finally(?) fix PKGNAME without patchlevel CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 12:58:26 Modified files: net/dictd : Makefile Added files: net/dictd/pkg : DESCR-main PLIST-main Removed files: net/dictd/pkg : DESCR PLIST Log message: switch to new style MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:00:05 Modified files: net/libshout : Makefile net/p5-flowd : Makefile net/pear-Net-LDAP: Makefile net/py-flowd : Makefile net/samba : Makefile Log message: Fix {BUILD,RUN}_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:18:38 Modified files: palm/pose : Makefile Log message: Fix BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:21:22 Modified files: productivity/gnucash: Makefile Log message: Fix BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:24:03 Modified files: security/qca-tls: Makefile Log message: Fix RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 13:27:34 Modified files: devel/uuid : Makefile Added files: devel/uuid/pkg : DESCR-main PLIST-main Removed files: devel/uuid/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:28:03 Modified files: sysutils/gkrellm/plugins/mss: Makefile Log message: Fix BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/20 13:29:52 Modified files: graphics/imlib2: Tag: OPENBSD_4_0 Makefile Added files: graphics/imlib2/patches: Tag: OPENBSD_4_0 patch-loaders_loader_argb_c patch-loaders_loader_gif_c patch-loaders_loader_jpeg_c patch-loaders_loader_lbm_c patch-loaders_loader_png_c patch-loaders_loader_pnm_c patch-loaders_loader_tga_c patch-loaders_loader_tiff_c patch-loaders_loader_xpm_c Log message: Fix for CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809. from bernd CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:37:51 Modified files: www/gnash : Makefile www/mantis : Makefile www/zope : Makefile Log message: Fix BUILD_DEPENDS and RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 13:41:01 Modified files: x11/qt3 : Makefile qt3.port.mk Added files: x11/qt3/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/qt3/pkg : DESCR PFRAG.shared PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/20 13:44:57 Modified files: graphics/imlib2: Tag: OPENBSD_3_9 Makefile Added files: graphics/imlib2/patches: Tag: OPENBSD_3_9 patch-loaders_loader_argb_c patch-loaders_loader_gif_c patch-loaders_loader_jpeg_c patch-loaders_loader_lbm_c patch-loaders_loader_png_c patch-loaders_loader_pnm_c patch-loaders_loader_tga_c patch-loaders_loader_tiff_c patch-loaders_loader_xpm_c Log message: Fix for CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809. from bernd CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:49:34 Modified files: x11/aterm : Makefile Log message: Fix RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 13:52:28 Modified files: infrastructure/mk: gnu.port.mk Log message: make sure the right version of autoconf/automake is installed. bug-report from jolan@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 13:54:08 Modified files: net/kismet : Makefile Added files: net/kismet/pkg : DESCR-main MESSAGE-main PLIST-main Removed files: net/kismet/pkg : DESCR MESSAGE PLIST Log message: Convert to new MULTI_PACKAGES framework. ok kili@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/20 13:54:10 Modified files: devel/smarty : Tag: OPENBSD_3_9 Makefile distinfo devel/smarty/pkg: Tag: OPENBSD_3_9 PLIST PLIST-docs Log message: MFC: Update to 2.6.14 Fixes CVE-2005-0913 among other things CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/20 13:57:22 Modified files: www/php5/extensions: Makefile Log message: the no_x11 flavor of the gd package should not depend on freetype as it comes with X11; bump PKGNAME CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/20 13:58:47 Modified files: usr.sbin/ntpd : ntpd.h sensors.c Log message: with usig the meadian offset froma number of measurements the recording of the last sensor update time got broken, doesn't show up with gps since it updates often (more often than we read), but naddy ran into it with dcf. record time of last sensor datum seperately. ok naddy balmer CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/20 14:02:15 Modified files: devel/smarty : Tag: OPENBSD_4_0 Makefile distinfo devel/smarty/pkg: Tag: OPENBSD_4_0 PLIST PLIST-docs Log message: MFC: Update to 2.6.14 Fixes CVE-2005-0913 among other things CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/20 14:18:15 Modified files: net/nagios/nagios: Makefile net/nagios/plugins: Makefile Log message: Fix BUILD_DEPENDS and RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/20 14:25:15 Modified files: sys/arch/mvme88k/mvme88k: m188_machdep.c Log message: Directly invoke m188_setipl() instead of setipl() in the external interrupt handler. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 14:26:28 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Due to an incorrect macro, it appears that the driver has always been accidentally truncating off the VLAN tag field in the TX descriptor. Fix this by splitting up the vlan_tag and flags fields into separate fields, and handling them appropriately. From scottl@FreeBSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/20 14:48:31 Modified files: sys/arch/m88k/m88k: trap.c Log message: In syscall handlers, fix copyin() failure path wrt locking macros. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/20 14:51:33 Modified files: sys/arch/mvme88k/mvme88k: m188_machdep.c Log message: Hold the kernel lock when processing low IPL interrupts; one more step towards stable MULTIPROCESSOR kernels. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 14:52:15 Modified files: sys/dev/pci : if_bnx.c Log message: only try to do HW checksum offload for TCP and UDP. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/20 14:53:02 Modified files: sys/dev/i2c : maxim6690.c Log message: Fix register number definitions. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/20 14:53:39 Modified files: bin/ksh : c_ulimit.c Log message: Compute user-given ulimit value times ulimit unit as an rlim_t value, not a long value; catches some 32 bit overflows on 32 bit platforms. Found by drahn@, ok otto@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/20 14:55:23 Modified files: sys/dev/acpi : acpimadt.c Log message: Added 2nd pass for interrupt override scanning ok kettenis@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 15:40:39 Modified files: sys/dev/pci : if_bge.c Log message: set the IFCAP_VLAN_HWTAGGING capabilities flag. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 15:49:32 Modified files: sys/dev/pci : if_ti.c Log message: Re-enable HW VLAN tagging. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/20 16:17:12 Modified files: net/ns : Makefile net/nam : Makefile Log message: pass X include/library locations explicitly to broken configure script, so it still works with the new config.x11.site. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/20 16:18:25 Modified files: infrastructure/mk: bsd.port.mk gnu.port.mk Log message: enable config.x11.site if USE_X11 is set. ok espie@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/20 16:21:38 Modified files: infrastructure/db: config.x11.site Log message: a few small additions, which were tested but not in tree yet CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 16:48:04 Modified files: x11/kde/libs3 : Makefile Added files: x11/kde/libs3/pkg: DESCR-main PLIST-main Removed files: x11/kde/libs3/pkg: DESCR PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/20 17:10:06 Modified files: sbin/dhclient : dhcpd.h usr.sbin/dhcpd : dhcpd.h Log message: re-order includes and eliminate duplicates, no binary change; ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 17:12:40 Modified files: inputmethods/anthy: Makefile Added files: inputmethods/anthy/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: inputmethods/anthy/pkg: DESCR PFRAG.shared PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/20 17:47:28 Modified files: inputmethods/uim: Makefile Added files: inputmethods/uim/pkg: DESCR-main PLIST-main Removed files: inputmethods/uim/pkg: DESCR PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 19:30:37 Modified files: sys/dev/pci : if_em.c Log message: style changes. no op. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/20 19:42:28 Modified files: sys/dev/pci : if_em.c Log message: Remove watchdog handler workaround introduced in rev 1.149 which is no longer necessary. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/20 20:19:34 Modified files: . : errata39.html Log message: add additional ld.so info from 4.0 errata page. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/20 20:24:58 Modified files: gnu/usr.bin/lynx/src: LYEdit.c Log message: Use appropriate wait(2) macros to test for editor failure. This also fixes an `&&' that was supposed to be an `&'. Reported by Alexey Dobriyan . ``I like it'' otto@. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/20 21:04:39 Modified files: sysutils/monit : Makefile distinfo Log message: update to monit-4.8.2; maintainer Ben Lovett CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/20 21:05:18 Modified files: www/trac : Makefile distinfo Log message: update to trac-0.10.2; maintainer Ben Lovett CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/20 21:07:00 Modified files: misc/py-memcached: Makefile distinfo Log message: update to python-memcached-1.34; maintainer Ben Lovett CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/20 21:39:08 Modified files: usr.sbin/dhcrelay: dhcpd.h Log message: remove duplicate #include (same change as dhclient) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/11/20 22:37:32 Modified files: sys/netinet6 : in6.h in6_proto.c ip6_mroute.c ip6_var.h sbin/sysctl : sysctl.8 lib/libc/gen : sysctl.3 Log message: introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). deraadt ok. manpage nit by jmc. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/21 00:24:47 Modified files: net/nsd : Makefile distinfo net/nsd/pkg : DESCR PLIST Log message: upgrade to NSD version 3.0.2. caution: this is a major upgrade and people should read the documentation carefully before upgrading. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/21 01:17:00 Modified files: usr.sbin/afs/include: config.h usr.sbin/afs/src/lwp: process.hpux.S Log message: make this work; todd@ deraadt@ ok CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/21 01:24:01 Modified files: build : packages-4.0 packages-3.9 Log message: imlib2, png, smarty CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/21 01:24:14 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 01:27:42 Modified files: x11/kde/base3 : Makefile Added files: x11/kde/base3/pkg: DESCR-main PLIST-main Removed files: x11/kde/base3/pkg: DESCR PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/21 01:59:44 Modified files: lang/erlang : Makefile distinfo lang/erlang/patches: patch-Makefile_in patch-erts_configure patch-erts_emulator_Makefile_in patch-erts_emulator_sys_unix_sys_float_c patch-erts_emulator_zlib_Makefile_in patch-erts_lib_src_Makefile_in patch-lib_dialyzer_src_Makefile patch-lib_tools_c_src_Makefile_in lang/erlang/pkg: PLIST Added files: lang/erlang/patches: patch-lib_crypto_src_crypto_server_erl Removed files: lang/erlang/patches: patch-erts_emulator_sys_unix_sys_c patch-erts_emulator_utils_beam_makeops patch-lib_dialyzer_src_dialyzer_hrl_src patch-lib_ssh_src_ssh_sftp_erl Log message: update to erlang R11B-2 from maintainer Jon Olsson looks good sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 02:20:27 Modified files: x11/artwiz-aleczapka: Makefile Added files: x11/artwiz-aleczapka/pkg: DESCR-main PLIST-main Removed files: x11/artwiz-aleczapka/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 03:07:26 Modified files: print/freetype : Makefile Added files: print/freetype/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: print/freetype/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 03:10:01 Modified files: print/poppler : Makefile Added files: print/poppler/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: print/poppler/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 03:23:48 Modified files: net/tightvnc : Makefile Added files: net/tightvnc/pkg: DESCR-main PLIST-main Removed files: net/tightvnc/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 03:32:38 Modified files: databases/mdbtools/snapshot: Makefile Added files: databases/mdbtools/snapshot/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/mdbtools/snapshot/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/21 03:32:51 Modified files: infrastructure/mk: bsd.port.mk Log message: Disallow "nasm::devel/nasm" pkgspecs for BUILD, RUN and REGRESS_DEPENDS again. All _DEPENDS should be correct now. 'go for it' espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:03:35 Modified files: games/quake : Makefile Removed files: games/quake/pkg: DESCR PLIST PLIST-ggi PLIST-sdl Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:04:18 Added files: games/quake/pkg: DESCR-main PLIST-main Log message: forgotten CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/21 04:13:09 Modified files: math/plplot : Makefile Added files: math/plplot/pkg: DESCR-main PLIST-main Removed files: math/plplot/pkg: DESCR PLIST Log message: new MULTI_PACKAGES looks correct bernd@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:18:34 Modified files: infrastructure/build: update-patches Log message: avoid weird error if we run this without patches CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:25:03 Modified files: editors/vim : Makefile Added files: editors/vim/pkg: DESCR-main PFRAG.gtk2-main PFRAG.no-no_x11-main PLIST-main Removed files: editors/vim/pkg: DESCR PFRAG.gtk2 PFRAG.no-no_x11 PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:31:39 Modified files: devel/libtool : Makefile Added files: devel/libtool/pkg: DESCR-main PLIST-main Removed files: devel/libtool/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/21 04:41:14 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h sys/dev/pci : if_bcw_pci.c Log message: From Jon Simola : Lots of help from Jonathan Gray. bcw_regs has been removed, and DMA/descriptor style changes that look more normal. Tested, no loss in current unfunctionality. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 04:54:02 Modified files: x11/qt : Makefile qt.port.mk Added files: x11/qt/pkg : DESCR-main MESSAGE-main PFRAG.no-shared-main PFRAG.shared-main PLIST-main Removed files: x11/qt/pkg : DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/21 05:43:56 Modified files: usr.sbin/tcpdump: print-stp.c Log message: in octal, eight looks like 10... fix the STP_FLAGS_BITS definition introduced with my previous commit. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/21 06:41:03 Modified files: usr.sbin/tcpdump: print-udp.c Log message: try udpencap before ike; ok hshoexer CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/21 06:51:17 Modified files: sbin/ipsecctl : ike.c Log message: do not delete sections that might be shared with other connections however, this workaround might leak config entries in isakmpd; ok (for now) hshoexer CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/21 07:11:16 Modified files: regress/sbin/ipsecctl: ikedel1.ok ikedel10.ok ikedel11.ok ikedel12.ok ikedel13.ok ikedel14.ok ikedel15.ok ikedel16.ok ikedel17.ok ikedel18.ok ikedel19.ok ikedel2.ok ikedel20.ok ikedel21.ok ikedel22.ok ikedel23.ok ikedel29.ok ikedel3.ok ikedel30.ok ikedel31.ok ikedel32.ok ikedel33.ok ikedel34.ok ikedel35.ok ikedel36.ok ikedel37.ok ikedel38.ok ikedel39.ok ikedel4.ok ikedel40.ok ikedel41.ok ikedel42.ok ikedel43.ok ikedel46.ok ikedel47.ok ikedel5.ok ikedel6.ok ikedel7.ok ikedel8.ok ikedel9.ok Log message: sync CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/21 07:57:00 Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: no "\n" needed here; ok henning@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/21 08:04:59 Modified files: sbin/dhclient : dhcpd.h usr.sbin/dhcrelay: dhcpd.h Log message: remove unused #defines, no binary change; ok henning@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/21 08:47:07 Modified files: share/man/man4 : bnx.4 Log message: VLAN tagging CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 09:00:01 Log message: import p5-File-Rotate-Backup 0.10 This module will make backups and rotate them according to your specification. It creates a backup directory based on the file_prefix you specify and the current time. It then copies the directories you specified in the call to new() to that backup directory. Then a tar'd and compressed file is created from that directory. By default, bzip2 is used for compression. based on submission by Matthew Elmore Status: Vendor Tag: jasper Release Tags: jasper_21112006 N ports/misc/p5-File-Rotate-Backup/distinfo N ports/misc/p5-File-Rotate-Backup/Makefile N ports/misc/p5-File-Rotate-Backup/pkg/DESCR N ports/misc/p5-File-Rotate-Backup/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 09:01:13 Modified files: misc : Makefile Log message: add p5-File-Rotate-Backup CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 09:06:39 Log message: import wApua 0.06 wApua is WAP WML browser based on libwww and Perl/Tk. ok ajacoutot Status: Vendor Tag: jasper Release Tags: jasper_21112006 N ports/www/wApua/distinfo N ports/www/wApua/Makefile N ports/www/wApua/pkg/DESCR N ports/www/wApua/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 09:09:36 Modified files: www : Makefile Log message: add wApua CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/21 09:26:56 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: remove unused #defines; remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/11/21 09:47:00 Modified files: editors/openoffice/files: soffice.sh Log message: Repair shell script's handling of arguments (e.g., filenames with spaces). Noticed independently by jolan@, and by James Wright who is jamesw at bsdhosting.co.za CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/11/21 10:11:52 Modified files: editors/openoffice: Makefile Log message: ... and bump pkgname, thx bernd CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/21 10:25:48 Modified files: . : products.html Log message: GeNUA got its OpenBSD-based firewall certified with CC EAL4+ this year. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/21 10:29:27 Modified files: sbin/dhclient : parse.c Log message: remove spurious ; after bracket, no binary change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 11:30:56 ports/archivers/p5-Archive-Zip/patches Update of /cvs/ports/archivers/p5-Archive-Zip/patches In directory cvs.openbsd.org:/tmp/cvs-serv14508/patches Log Message: Directory /cvs/ports/archivers/p5-Archive-Zip/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/21 11:33:09 Modified files: archivers/p5-Archive-Zip: Makefile distinfo archivers/p5-Archive-Zip/pkg: PLIST Added files: archivers/p5-Archive-Zip/patches: patch-Makefile_PL patch-t-common_pl Log message: update p5-Archive-Zip to 1.18 feedback and ok steven CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/21 11:38:09 Log message: Import animorph 0.2 Animorph is a morphing engine responsible for calculating and then executing all the real time changes to the MakeHuman basemesh, as required by the user's morph target selections and those target's value settings. Naturally, it also loads and saves character body setting (.bs) files. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061121 N ports/graphics/animorph/Makefile N ports/graphics/animorph/distinfo N ports/graphics/animorph/pkg/PFRAG.shared N ports/graphics/animorph/pkg/DESCR N ports/graphics/animorph/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/21 11:38:48 Log message: Import mhgui 0.1 MHGUI is the GUI widget library used in the C++ version of MakeHuman. The main idea is to have a small and easy toolkit with a set of special widgets. Some of this widgets are very special and not available in other toolkits. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061121 N ports/graphics/mhgui/Makefile N ports/graphics/mhgui/distinfo N ports/graphics/mhgui/pkg/DESCR N ports/graphics/mhgui/pkg/PLIST N ports/graphics/mhgui/pkg/PFRAG.shared N ports/graphics/mhgui/patches/patch-include_mhgui_ImageData_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/21 11:39:37 Log message: Import makehuman 0.9 MakeHuman is an open-source, open graphics library, stand-alone, multi-platform, software program, which is completely written in C++ language. Its purpose is to provide a versatile, professional and extremely specialized application for parametrical modeling of three-dimensional humanoid characters. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061121 N ports/graphics/makehuman/Makefile N ports/graphics/makehuman/distinfo N ports/graphics/makehuman/pkg/DESCR N ports/graphics/makehuman/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/21 11:41:52 Modified files: graphics : Makefile Log message: Add animorph, mhgui and makehuman. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/21 12:07:11 Modified files: archivers/p5-Archive-Zip: Makefile Log message: no BUILD_DEPENDS needed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 12:25:47 Modified files: x11/qt4 : Makefile Added files: x11/qt4/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/qt4/pkg : DESCR PFRAG.shared PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/21 13:15:55 Modified files: libexec/ld.so : loader.c Log message: Fill in load/end address for binary. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 13:39:03 Modified files: x11/xkbset : Makefile Added files: x11/xkbset/pkg : DESCR-main PLIST-main Removed files: x11/xkbset/pkg : DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/21 13:42:30 Modified files: math/fftw3 : Makefile Added files: math/fftw3/pkg : DESCR-main PFRAG.double-main PFRAG.double-shared-main PFRAG.float-main PFRAG.float-shared-main PFRAG.shared-main PLIST-main Removed files: math/fftw3/pkg : DESCR PFRAG.double PFRAG.double-shared PFRAG.float PFRAG.float-shared PFRAG.shared PLIST Log message: new MULTI_PACKAGES looks good espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 13:58:51 Modified files: x11/p5-Tk : Makefile Added files: x11/p5-Tk/pkg : DESCR-main PLIST-main Removed files: x11/p5-Tk/pkg : DESCR PLIST Log message: new MULTI_PACKAGES, cpan module CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/21 14:00:57 Modified files: sys/arch/landisk/landisk: intr.c Log message: Use _cpu_intr_resume() instead of splx() for consistency. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/21 14:01:35 Modified files: sys/arch/landisk/include: intr.h Log message: Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/21 14:01:52 Modified files: sys/arch/landisk/include: intr.h sys/arch/landisk/landisk: intr.c Log message: splassert support. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/21 14:04:46 Modified files: sys/arch/landisk/include: intr.h Log message: Define IPL_SCHED. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 14:04:56 Modified files: x11/rxvt : Makefile Added files: x11/rxvt/pkg : DESCR-main MESSAGE-main PLIST-main Removed files: x11/rxvt/pkg : DESCR MESSAGE PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 14:17:31 Modified files: japanese/canna : Makefile Added files: japanese/canna/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: japanese/canna/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/21 14:48:54 Modified files: sys/dev/pci : pciide.c Log message: fix dmesg printing for the artisea chipset. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/21 15:06:26 Modified files: sys/dev/ic : malo.c Log message: Free allocated mbufs at TX done. While there also reset some TX descriptor values. Fixes "WARNING: mclpool limit reached; increase kern.maxclusters" ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 15:07:07 Modified files: x11/windowmaker: Makefile Added files: x11/windowmaker/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/windowmaker/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 15:19:01 Modified files: misc/amanda : Makefile Added files: misc/amanda/pkg: DESCR-main MESSAGE-main PFRAG.gpg-main PLIST-main UNMESSAGE-main Removed files: misc/amanda/pkg: DESCR MESSAGE PFRAG.gpg PLIST UNMESSAGE Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 15:40:31 Modified files: x11/qt4 : Makefile x11/qt4/pkg : PLIST-main Log message: forgotten pkgpath, reminded by kurt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/21 16:00:17 Modified files: sys/dev/ic : if_wi.c Log message: Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them. ok mickey@ jsg@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/11/21 16:04:15 Modified files: . : want.html Log message: This has been taken care of, thank you Stuart Henderson and Paul de Weerd. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/21 18:17:45 Modified files: lang/gcc/3.3 : Makefile Added files: lang/gcc/3.3/pkg: PFRAG.PIC-main PFRAG.PPC-main PLIST-main Removed files: lang/gcc/3.3/pkg: PFRAG.PIC PFRAG.PPC PLIST Log message: new MULTI_PACKAGES fix ownership of a few files turn MAKE_xxx into PSEUDO_FLAVORS CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/21 19:56:26 Modified files: usr.sbin/afs/src/lwp: process.hpux.S Log message: also save gp for them dynamic executables; todd@ ok CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/21 21:08:35 Modified files: usr.bin/ftp : cmds.c Log message: Mark signal race. ``OK!'' deraadt@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/22 00:36:01 Modified files: usr.sbin/ypserv/revnetgroup: Makefile revnetgroup.c Log message: Outsource fgets line reading, newline continuation, and comment handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/22 00:40:24 Modified files: www/firefox-i18n: Makefile Added files: www/firefox-i18n/pkg: DESCR-ar DESCR-bg DESCR-ca DESCR-cs DESCR-da DESCR-de DESCR-el DESCR-es-AR DESCR-es-ES DESCR-eu DESCR-fi DESCR-fr DESCR-ga-IE DESCR-gu-IN DESCR-he DESCR-hu DESCR-it DESCR-ja DESCR-main DESCR-nb-NO DESCR-nl DESCR-pl DESCR-pt-BR DESCR-ro DESCR-ru DESCR-sk DESCR-sl DESCR-sv-SE DESCR-tr DESCR-zh-CN DESCR-zh-TW PLIST-main Removed files: www/firefox-i18n/pkg: DESCR PLIST Log message: convert to new MULTI_PACKAGES. use static DESCR-sub files... "should be okay" bernd@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/22 00:54:11 Modified files: mail/thunderbird-i18n: Makefile Added files: mail/thunderbird-i18n/pkg: DESCR-bg DESCR-ca DESCR-cs DESCR-da DESCR-de DESCR-el DESCR-es-AR DESCR-es-ES DESCR-eu DESCR-fi DESCR-fr DESCR-gu-IN DESCR-he DESCR-hu DESCR-it DESCR-ja DESCR-main DESCR-nb-NO DESCR-nl DESCR-pl DESCR-pt-BR DESCR-ru DESCR-sk DESCR-sl DESCR-sv-SE DESCR-tr DESCR-zh-CN PLIST-main Removed files: mail/thunderbird-i18n/pkg: DESCR PLIST Log message: convert to new MULTI_PACKAGES. use static DESCR-sub files. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/22 01:20:20 Modified files: infrastructure/mk: bsd.port.mk Log message: filter out the current PKGPATH in fetch_makefile, prevents infinite recursion. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/22 01:29:56 Modified files: net/libdnet : Makefile Added files: net/libdnet/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: net/libdnet/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 02:35:01 Modified files: textproc/rxp : Makefile distinfo Log message: upgrade to RXP v1.4.8 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 02:40:10 Modified files: net/arpwatch : Makefile distinfo Log message: arpwatch 2.1a15 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 02:46:28 Modified files: net/libbind : Makefile distinfo Removed files: net/libbind/patches: patch-lib_bind_make_rules_in Log message: libbind from BIND 9.3.2 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 03:09:22 Modified files: net/ser : Makefile Log message: drop MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 03:10:21 Modified files: net/mtr : Makefile distinfo Log message: mtr 0.72 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 03:18:32 Modified files: net/smokeping : Makefile distinfo net/smokeping/patches: patch-bin_smokeping_dist patch-htdocs_smokeping_cgi_dist Log message: smokeping 2.0.9 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 03:22:50 Modified files: net/fping : Makefile Log message: add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/22 05:40:50 Modified files: infrastructure/mk: bsd.port.mk Log message: no need to generate an intermediate mtree.spec CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/22 06:34:29 Modified files: devel/p5-Config-Tiny: Makefile distinfo Log message: - update p5-Config-Tiny to 2.10 - MODULES=cpan based on update by Simon Dassow CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/22 06:38:54 Log message: import WordGenerator 1.5 WordGenerator generates hypothetical words from specifications of their syllable structure. You specify the maximum length of the words in syllables, the abstract structure of syllables in the language (in terms of such units as consonants and vowels or onsets and rhymes), and the actual sounds that comprise each abstract class (e.g. the list of vowels in the language) and WordGenerator then generates the words that conform to this specification. "looks good" steven Status: Vendor Tag: jasper Release Tags: jasper_22112006 N ports/misc/WordGenerator/distinfo N ports/misc/WordGenerator/Makefile N ports/misc/WordGenerator/pkg/DESCR N ports/misc/WordGenerator/pkg/PLIST N ports/misc/WordGenerator/patches/patch-WordGenerator_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/22 06:44:06 Modified files: misc : Makefile Log message: add WordGenerator CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 06:47:07 Modified files: mail/dk-milter : Makefile mail/dkim-milter: Makefile Log message: add missing MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 06:50:44 Modified files: mail/milter-greylist: Makefile Log message: add missing MAINTAINER CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/22 07:58:03 Modified files: devel/jdk/1.3 : Makefile devel/jdk/1.3/pkg: DESCR-jre PLIST-jre Added files: devel/jdk/1.3/pkg: DESCR-main PLIST-main Removed files: devel/jdk/1.3/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/22 08:02:07 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.4/pkg: PLIST-jre Added files: devel/jdk/1.4/pkg: DESCR-main MESSAGE-main PFRAG.no-no_plugin-main PFRAG.no-no_webstart-main PLIST-main Removed files: devel/jdk/1.4/pkg: DESCR MESSAGE PFRAG.no-no_plugin PFRAG.no-no_webstart PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/22 08:12:50 Modified files: sys/dev/cardbus: files.cardbus sys/dev/ic : bcw.c bcwvar.h Added files: sys/dev/cardbus: if_bcw_cardbus.c Log message: From Jon Simola : Attach to cardbus based bcw cards, and more cleanup. This should help with a few of the card lockup reports I've received. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/22 08:14:07 Modified files: fr : docum.html donations.html errata.html errata39.html events.html ftp.html index.html landisk.html pkg-stable.html pkg-stable39.html press.html products.html security.html want.html de : errata.html errata39.html security.html pl : index.html pt : index.html ja : 39.html index.html security.html faq/pl : faq4.html faq/fr : faq14.html faq4.html faq6.html faq/pf/pt : config.html index.html macros.html options.html perf.html pools.html queueing.html rdr.html shortcuts.html faq/pf/fr : carp.html index.html nat.html options.html tagging.html faq/pf/pl : filter.html tagging.html openntpd/fr : portable.html opencvs/de : index.html opencvs/pt : index.html opencvs/nl : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/22 08:20:07 Modified files: sys/dev/pci : if_bcw_pci.c Log message: Some more minor cleanup in the PCI hookup. From Jon Simola . CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 08:36:29 Modified files: net/libbind : Makefile net/libbind/pkg: PLIST Log message: move libbind include files to include/bind CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/22 08:42:40 Modified files: devel/eclipse/sdk: Makefile Added files: devel/eclipse/sdk/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/eclipse/sdk/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 09:36:30 Modified files: share/man/man4 : bge.4 Log message: mention only VLAN tag insertion. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 09:39:26 Modified files: share/man/man4 : ti.4 Log message: only mention VLAN tag insertion. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 09:44:21 Modified files: share/man/man4 : bnx.4 Log message: tagging -> tag insertion CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/22 10:40:43 Modified files: lang/gcc : Makefile.inc Log message: Add missing COMMENT-main. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/22 10:56:45 Modified files: devel/libast : Makefile Log message: Fix LIB_DEPENDS after imlib2 update. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/22 11:07:52 Modified files: sbin/dhclient : parse.c usr.sbin/dhcpd : parse.c Log message: fix some warning messages and comments in parse_date(); ok henning@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/22 11:20:40 Modified files: net/cvsup : Makefile Added files: net/cvsup/pkg : DESCR-main PLIST-main Removed files: net/cvsup/pkg : DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/22 11:43:49 Modified files: graphics/digikam-image-plugins: Makefile Log message: Fix WANTLIB after imlib2 update. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/11/22 11:59:50 Modified files: sys/kern : kern_malloc.c Log message: If M_CANFAIL is set and the malloc() size is to big return NULL instead of panic()'ing. ok pedro@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/22 12:02:03 Modified files: graphics/kipi-plugins: Makefile Log message: Fix WANTLIB after imlib2 update. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/22 12:10:39 Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h Log message: small header cleanup: remove uneeded header use not "foo.h" for system include no binary change; ok henning@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/22 12:18:49 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper gnu/usr.bin/gcc/gcc: Makefile.in toplev.c gnu/usr.bin/gcc/gcc/config: openbsd.h Log message: Improved cross build support for gcc on OpenBSD. allows the cross built compiler to have the same default options as native. The changes to cross build a native compiler is not quite complete. "Get this in" miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/22 12:31:39 Modified files: games/banner : banner.c Log message: Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/22 12:42:54 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/pkg: DESCR-main MESSAGE-main PFRAG.client_vm-main PFRAG.no-no_web-main PLIST-main Removed files: devel/jdk/1.5/pkg: DESCR MESSAGE PFRAG.client_vm PFRAG.no-no_web PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: www Changes by: niallo@cvs.openbsd.org 2006/11/22 12:48:40 Modified files: . : want.html Log message: - zaurus serial cable CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/22 13:54:56 Modified files: sys/dev/ic : rt2560.c Log message: don't write to BBP before it is ready and fully initialized -> move rt2560_set{tx,rx}antenna() after rt2560_bbp_init(). from CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/22 14:35:56 Modified files: sbin/dhclient : parse.c usr.sbin/dhcpd : parse.c Log message: sync dhclient and dhcpd parse.c areas where we can. mainly formatting, whitespace; ok henning@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/22 14:58:24 Modified files: net/BitTorrent : Makefile net/transmission: Makefile Added files: net/BitTorrent/pkg: DESCR-main PLIST-main net/transmission/pkg: DESCR-main PLIST-main Removed files: net/BitTorrent/pkg: DESCR PLIST net/transmission/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/22 15:06:48 Modified files: sys/dev/ic : malo.c Log message: Remove rssadapt(9) bits; Firmware supports rate adaption. Also, remove unused arguments in the TX descriptor setup routine. ok claudio@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/22 15:20:34 Modified files: sys/dev/ic : bcw.c sys/dev/cardbus: if_bcw_cardbus.c Log message: style(9): remove variables names from prototypes. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/22 15:26:06 Modified files: share/man/man4 : malo.4 Log message: malo(4) doesn't use rssadapt(9). firmware supports rate adaptation. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/11/22 15:26:31 Modified files: mail/milter-greylist: Makefile distinfo mail/milter-greylist/patches: patch-greylist_conf Log message: greylist milter v3.0 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/22 15:29:25 Modified files: x11/fluxbox : Makefile Log message: remove unneeded (and unreachable) lib from WANTLIB after imlib2 update CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/22 15:47:46 Modified files: sys/arch/m88k/m88k: m88k_machdep.c Log message: The softintr lock needs to be an __mp_lock, not a __cpu_simple_lock. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/22 15:49:02 Modified files: sys/arch/m88k/m88k: process.S Log message: Be more generous with interrupt disabling in the scheduler. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/22 15:56:50 Modified files: gnu/egcs/gcc/config/m88k: m88k.c m88k.md Log message: Definitions for the fast block move routines were missing registers in their clobbered list. Still not enabled by default, there are still bugs in their usage (perl does not build), but it's much better. No functional change yet. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 16:46:49 Modified files: sys/dev/pci : if_bcw_pci.c sys/dev/cardbus: if_bcw_cardbus.c Log message: add the BCM4312 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 18:28:51 Modified files: share/man/man4 : txp.4 Log message: only HW VLAN tag insertion. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/22 18:35:11 Modified files: usr.bin/ssh : misc.c sftp.c Log message: Don't access buf[strlen(buf) - 1] for zero-length strings. ``ok by me'' djm@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/22 19:00:54 Modified files: sys/dev/pci : if_vge.c Log message: OpenBSD-ify the HW VLAN tag insertion code. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/22 21:56:58 Modified files: . : want.html Log message: More hardware is necessary.. An Intel PRO/10GbE CX4 Server Adapter An Intel PRO/10GbE SR Server Adapter Two 1000baseSX SFP's Three Seagate SATA-II 320GB drives An LSI Logic MegaRAID SATA 300-4XLP RAID adapter CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/23 00:52:15 Modified files: misc/gpsd : Makefile Added files: misc/gpsd/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: misc/gpsd/pkg : DESCR PFRAG.shared PLIST Log message: use new MULTI_PACKAGES style CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 01:49:13 ports/graphics/animorph/patches Update of /cvs/ports/graphics/animorph/patches In directory cvs.openbsd.org:/tmp/cvs-serv18689/patches Log Message: Directory /cvs/ports/graphics/animorph/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 01:51:10 Modified files: graphics/animorph: Makefile graphics/animorph/pkg: PLIST Added files: graphics/animorph/patches: patch-Makefile_in Log message: - remove useless doc directory and its content - bump PKGNAME asked by and ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 01:52:45 Modified files: graphics/mhgui : Makefile graphics/mhgui/pkg: PLIST Added files: graphics/mhgui/patches: patch-Makefile_in Log message: - remove useless doc directory and its content - pthread is not needed - bump PKGNAME asked by and ok steven@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/23 01:52:58 Modified files: de : events.html ftp.html index.html orders.html faq/de : faq4.html faq8.html faq/pf/de : filter.html tagging.html openbgpd/de : ftp.html users.html openntpd/de : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 01:53:24 ports/graphics/makehuman/patches Update of /cvs/ports/graphics/makehuman/patches In directory cvs.openbsd.org:/tmp/cvs-serv604/patches Log Message: Directory /cvs/ports/graphics/makehuman/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 01:54:02 Modified files: graphics/makehuman: Makefile graphics/makehuman/pkg: PLIST Added files: graphics/makehuman/patches: patch-Makefile_in Log message: - remove useless doc directory and its content - pthread is not needed - bump PKGNAME asked by and ok steven@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/23 02:34:37 Modified files: build : mirrors.dat Log message: relist ftp.das.ufsc.br, from maintainer CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/23 02:35:52 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-i18n-br-pt PLIST-i18n-br-pt Log message: add br-pt (Brasilian Portugese) support; requested by Eduardo Alvarenga CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 02:36:03 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_pr_src_misc_prnetdb_c Added files: devel/nspr/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/nspr/pkg : DESCR PFRAG.shared PLIST Log message: - update to 4.6.4 from Martynas Venckus , thanks! ok jolan@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/23 02:40:29 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/23 03:13:33 Modified files: devel/nspr : Makefile devel/nspr/pkg : PLIST-main Log message: - add @pkgpath to PLIST-main (oops) - bump PKGNAME spotted by steven@ CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2006/11/23 05:01:36 Modified files: . : want.html Log message: I am in a need for a SATA drive to do bulk builds. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/23 09:31:46 Modified files: infrastructure/mk: gnu.port.mk Log message: Fix dependency checks for automake. "go for it", espie@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/23 10:29:58 Modified files: x11/enlightenment: Makefile Added files: x11/enlightenment/patches: patch-configure patch-misc_Makefile_in Log message: - Fix WANTLIBs. - Fix linking with libiconv and libintl. - Don't install stuff to /etc 'looks good' steven@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/23 11:06:34 Modified files: net/rsync : Makefile distinfo Log message: Update to rsync-2.6.9. ok espie@, naddy@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 11:46:27 Modified files: databases : Makefile devel : Makefile databases/p5-DBIx-Class: Makefile distinfo databases/p5-DBIx-Class/pkg: PLIST devel/p5-Algorithm-C3: Makefile distinfo devel/p5-Class-C3: Makefile distinfo devel/p5-Class-Data-Accessor: Makefile distinfo Log message: update DBIx-Class, and pull in some needed changes for dependent packages. activate the related stuff that needs new Algorithm::C3 too. Note that new Algorithm::C3 and its cache is ways faster than the old one. DBIx::Class comes somewhat of age: some of its subclasses have been split into other packages accordingly. asked maintainer, no answer yet... and no breakage... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 12:31:35 Modified files: print/teTeX/base: Makefile print/teTeX/texmf: Makefile Added files: print/teTeX/base/pkg: DESCR-main MESSAGE-main PFRAG.no-no_x11-main PFRAG.no_x11-main PLIST-main print/teTeX/texmf/pkg: DESCR-main PLIST-main Removed files: print/teTeX/base/pkg: DESCR MESSAGE PFRAG.no-no_x11 PLIST print/teTeX/texmf/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 12:41:40 Modified files: textproc/ispell: Makefile Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 12:42:45 Added files: textproc/ispell/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: textproc/ispell/pkg: DESCR MESSAGE PLIST Log message: ... and pkg/ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/23 12:49:23 Modified files: geo/gpsbabel : Makefile Added files: geo/gpsbabel/pkg: DESCR-main PLIST-main Removed files: geo/gpsbabel/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 12:52:51 Modified files: shells/zsh : Makefile Added files: shells/zsh/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: shells/zsh/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/23 13:02:26 Modified files: faq : faq9.html Log message: fdisk isn't just for i386 anymore... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 13:08:33 Modified files: www/php4/core : Makefile www/php4/core/pkg: PLIST-pear Added files: www/php4/core/pkg: DESCR-main MESSAGE-main PLIST-main UNMESSAGE-main Removed files: www/php4/core/pkg: DESCR MESSAGE PLIST UNMESSAGE Log message: new MULTI_PACKAGES. mark pear files as belonging to daemon since they live under www (quickest fix for now) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/23 13:19:19 Modified files: sys/dev/ic : malo.c Log message: The duration field is calculated by the firmware. Remove malo_txtime() therefore. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/23 14:16:08 Modified files: share/man/man4 : malo.4 Log message: Add the 88W8310 chip which is for cardbus devices. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/23 14:21:54 Modified files: databases/postgresql: Makefile Added files: databases/postgresql/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/postgresql/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/23 14:56:32 Modified files: sys/dev/pci : if_skreg.h if_msk.c Log message: Set some more power management bits; makes Yukon-2 XL work somewhat. ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/23 15:02:57 Modified files: sys/dev/pci : if_msk.c Log message: Do not attach second port on dual port cards for now. This makes the first port work. ok brad@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/23 15:03:07 Modified files: sys/dev/ic : malo.c Log message: Remove 802.11a stuff. There is one RF chip (88W8030) which supports 5GHz, but it seems rarely used and we don't know in connecton with which chip. 88W8335/88W8310 uses 88W8000G RF (2.4GHz). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/23 16:19:27 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-i18n-sl PLIST-i18n-sl Log message: add slovenian language pack; requested by Mitja Mu¾eniè CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/23 16:30:06 Modified files: x11/openmotif : Makefile Added files: x11/openmotif/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/openmotif/pkg: DESCR PFRAG.shared PLIST Log message: MULTI_PACKAGES ok, espie@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/11/23 16:37:05 Modified files: share/man/man9 : ratecheck.9 Log message: Fix example code, okay dlg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/23 17:10:01 Modified files: infrastructure/mk: bsd.port.mk Log message: let PLIST, DESCR, MESSAGE, UNMESSAGE be subpackage-dependent. careful: they do not get defined to a default value unless the `main' variable is defined, because they get set later otherwise... remove the .if defined(MULTI_PACKAGES) guards as they don't serve any purpose. Simplify the PLIST tests to make them more uniform. Move SED_PLIST to the list of obsolete variables instead of giving it special treatment. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/23 17:15:11 Modified files: games/uqm : Makefile Added files: games/uqm/pkg : DESCR-content DESCR-main PLIST-content PLIST-main Removed files: games/uqm/pkg : DESCR PLIST Log message: - switch to new MULTI_PACKAGES format - split out the content into -content and mark it arch independent help / tips from espie@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/23 18:14:08 Modified files: sys/dev/usb : usbdevs Log message: add the DLink DWL-G120 product id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/23 18:15:24 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/23 21:27:17 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: replace a magic number (reserved TX descs?) with macro From tsutsui@NetBSD CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/23 21:58:59 Modified files: lib/libpthread/arch/arm: uthread_machdep.c Log message: Use correct define to detect soft fpu on arm, dont complain on lint so much. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/23 22:02:05 Modified files: databases : Makefile Log message: p5-DBIx-Class-Validator -> p5-DBIx-Class-Validation CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 00:21:27 Modified files: devel/uuid : Makefile devel/uuid/pkg : PLIST-main games/quake : Makefile games/quake/pkg: PLIST-main inputmethods/anthy: Makefile inputmethods/anthy/pkg: PLIST-main Log message: add forgotten @pkgpath annotations CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/24 00:24:55 Modified files: de : index.html Log message: missing
, found by Henrik Hellerstedt, thanks! CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/24 01:07:18 Modified files: sbin/ipsecctl : ike.c regress/sbin/ipsecctl: ike43.ok Log message: fix typo for remote port; from Brian Candler CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 01:29:12 Modified files: databases : Makefile graphics : Makefile Log message: sort CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 01:39:03 Modified files: www/php4/extensions: Makefile Added files: www/php4/extensions/pkg: DESCR-main PLIST-main Removed files: www/php4/extensions/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 02:27:33 Modified files: www/php5/extensions: Makefile Log message: broken depends CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/24 02:41:09 Modified files: mail/perdition : Makefile Added files: mail/perdition/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: mail/perdition/pkg: DESCR PFRAG.shared PLIST Log message: convert to new MULTI_PACKAGES ok bernd@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 02:45:08 Modified files: lang/ruby : Makefile Added files: lang/ruby/pkg : DESCR-main PLIST-main Removed files: lang/ruby/pkg : DESCR PLIST Log message: Switch to new MULTI_PACKAGES. ok espie@, msf@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 02:46:55 Modified files: mail/bogofilter: Makefile distinfo Log message: Update to bogofilter-1.0.3. ok espie@, tested by sturm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 02:47:52 Modified files: mail : Makefile Log message: + bogofilter,qdbm + bogofilter,sqlite3 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 03:09:50 Modified files: devel/ruby-daemons: Makefile distinfo Log message: Update to ruby-daemons-1.0.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 03:35:16 Log message: Initial import of mongrel-0.3.13.4. Mongrel is a fast HTTP library and server for Ruby that is intended for hosting Ruby web applications of any kind using plain HTTP rather than FastCGI or SCGI. It is framework agnostic and already supports Ruby On Rails, Og+Nitro, and Camping frameworks. From Jason LaRiviere , some cleanup by me. Status: Vendor Tag: bernd Release Tags: bernd_2006-nov-24 N ports/www/ruby-mongrel/Makefile N ports/www/ruby-mongrel/distinfo N ports/www/ruby-mongrel/pkg/PLIST N ports/www/ruby-mongrel/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/24 03:36:47 Modified files: www : Makefile Log message: + ruby-mongrel CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/24 03:52:33 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-i18n-nl PLIST-i18n-nl Log message: add Dutch (nl) support; requested by Joachim Schipper CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/24 04:50:32 Modified files: sys/net : bridgestp.c Log message: never call an ioctl without process context! this diffs checks the ifp->if_link_state instead of calling the ifmedia ioctl. this is safe in timeouts without process context and allows to use bridge stp with usb ethernet devices now. figured out and tested by Stuart Henderson, closes pr 5304. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/24 06:16:44 Modified files: build : mirrors.dat Log message: add ftp.roothell.org, Nuernberg, Germany. from maintainer Christian Ney CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/24 06:17:44 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/24 06:52:14 Modified files: sbin/ipsecctl : ipsec.conf.5 ike.c ipsecctl.h parse.y pfkdump.c sbin/isakmpd : ike_auth.c ipsec.c isakmpd.conf.5 pf_key_v2.c sa.c sa.h util.c util.h sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c pfkeyv2_parsemessage.c sys/netinet : ipsec_input.c ipsec_output.c ip_ipsp.h ip_ipsp.c Log message: add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 traffic. this allows policy-based filtering of encrypted and unencrypted ipsec traffic with pf(4). see ipsec.conf(5) and isakmpd.conf(5) for details and examples. this is work in progress and still needs some testing and feedback, but it is safe to put it in now. ok hshoexer@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/24 09:22:21 Modified files: audio/libao : Makefile Added files: audio/libao/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: audio/libao/pkg: DESCR PFRAG.shared PLIST Log message: switch to new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 09:49:37 Modified files: infrastructure/mk: bsd.port.mk Log message: repair update-plist CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 09:50:10 Modified files: devel/glib2 : Makefile Added files: devel/glib2/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/glib2/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2006/11/24 10:04:20 Modified files: sys/kern : vfs_syscalls.c Log message: When copying out struct statfs to userland, we need to zero out the fsid field unless it's root that's asking. This far, this has been done by putting a struct statfs on the stack and modifying it. struct statfs is large. Large things on the stack are bad. Create copyout_statfs() that copies out a struct statfs to userland, does the necessary root check and gives userland what it needs withtout wasting stack space. pedro@, deraadt@ ok. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 10:25:21 Modified files: x11/gtkmm : Makefile Added files: x11/gtkmm/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/gtkmm/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/24 10:28:20 Modified files: x11/gtkglarea : Makefile Log message: fix LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 10:28:41 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/gtk+2/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/24 10:35:32 Modified files: devel/automake/1.8: Makefile devel/automake/1.9: Makefile Log message: bump PKGNAME after dependency changes from gnu.port.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 10:46:21 Log message: an intriguing little critter, object orientation without classes in perl, as exists in some highly dynamic oo languages. Status: Vendor Tag: espie Release Tags: oo N ports/devel/p5-Class-Classless/Makefile N ports/devel/p5-Class-Classless/distinfo N ports/devel/p5-Class-Classless/pkg/PLIST N ports/devel/p5-Class-Classless/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 10:47:19 Modified files: devel : Makefile Log message: +p5-Class-Classless CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 10:52:52 Modified files: devel/glib2mm : Makefile Added files: devel/glib2mm/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/glib2mm/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/24 11:16:48 Modified files: faq : faq6.html Log message: Wording and style improvements from saad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 11:42:20 Modified files: x11/gtk2mm : Makefile Added files: x11/gtk2mm/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/gtk2mm/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 11:46:23 Modified files: sys/dev/pci : pcidevs Log message: add the Broadcom BCM5709 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 11:46:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 11:46:58 Modified files: devel/boost : Makefile Added files: devel/boost/pkg: DESCR-main PLIST-main Removed files: devel/boost/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/24 11:58:02 Log message: luapack-20061124, library for packing and unpacking binary data ok pedro@ Status: Vendor Tag: jolan Release Tags: jolan_20061124 N ports/devel/luapack/Makefile N ports/devel/luapack/distinfo N ports/devel/luapack/pkg/PLIST N ports/devel/luapack/pkg/DESCR N ports/devel/luapack/patches/patch-test_lua No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/24 11:59:55 Modified files: devel : Makefile Log message: +luapack CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 12:25:13 Log message: Damien Conway's stuff. Status: Vendor Tag: espie Release Tags: dc N ports/devel/p5-Class-Std-Utils/Makefile N ports/devel/p5-Class-Std-Utils/distinfo N ports/devel/p5-Class-Std-Utils/pkg/PLIST N ports/devel/p5-Class-Std-Utils/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 12:25:55 Log message: more of Damien Conway's stuff Status: Vendor Tag: espie Release Tags: dc N ports/devel/p5-Class-Std/Makefile N ports/devel/p5-Class-Std/distinfo N ports/devel/p5-Class-Std/pkg/PLIST N ports/devel/p5-Class-Std/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 12:27:21 Modified files: devel : Makefile Log message: +p5-Class-Std* CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 12:52:53 Modified files: devel/subversion: Makefile Added files: devel/subversion/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/subversion/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 13:00:06 Modified files: misc/fileutils : Makefile Added files: misc/fileutils/pkg: DESCR-main PLIST-main Removed files: misc/fileutils/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/24 13:27:41 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: From Jon Simola : Completely rewrote bcw_reset() based on new specs, this cleared up the random attach warning I occasionally had during warm boots. Also change the license, as nearly nothing is left of the original bce code. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/24 13:45:33 Modified files: sys/dev/ic : malo.c malo.h Log message: Enable automatic rate adapation (done by firmware and hardware). ok claudio@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 13:48:23 Modified files: lang/python : Makefile.inc lang/python/2.3: Makefile lang/python/2.4: Makefile lang/python/2.5: Makefile Added files: lang/python/2.3/pkg: DESCR-main MESSAGE-main PFRAG.mm-main PLIST-main UNMESSAGE-main lang/python/2.4/pkg: DESCR-main MESSAGE-main PFRAG.mm-main PLIST-main UNMESSAGE-main lang/python/2.5/pkg: DESCR-main MESSAGE-main PFRAG.ctypes-main PFRAG.mm-main PLIST-main UNMESSAGE-main Removed files: lang/python/2.3/pkg: DESCR MESSAGE PFRAG.mm PLIST UNMESSAGE lang/python/2.4/pkg: DESCR MESSAGE PFRAG.mm PLIST UNMESSAGE lang/python/2.5/pkg: DESCR MESSAGE PFRAG.ctypes PFRAG.mm PLIST UNMESSAGE Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/11/24 13:57:46 Modified files: sys/net : if.c Log message: Check the reference count for interface addresses when detaching an interface. Fixes a double free panic. ok claudio@, looks fine henning@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 14:14:29 Modified files: net/net-snmp : Makefile Added files: net/net-snmp/pkg: DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main Removed files: net/net-snmp/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 14:23:20 Modified files: net/ntp : Makefile Added files: net/ntp/pkg : DESCR-main MESSAGE-main PLIST-main UNMESSAGE-main Removed files: net/ntp/pkg : DESCR MESSAGE PLIST UNMESSAGE Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 14:30:13 Modified files: devel/jdk/1.5 : Makefile devel/jdk/1.5/pkg: PLIST-main Log message: take flavors into account in @pkgpath ok espie@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 14:35:29 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.4/pkg: PLIST-main Log message: take flavors into account in @pkgpath CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 14:46:18 Modified files: net/pfstat : Makefile Added files: net/pfstat/pkg : DESCR-main PLIST-main Removed files: net/pfstat/pkg : DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 15:14:42 Modified files: editors/emacs21: Makefile Added files: editors/emacs21/pkg: DESCR-main PLIST-main Removed files: editors/emacs21/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/24 15:20:29 Modified files: print/lout : Makefile Added files: print/lout/pkg : DESCR-main PLIST-main Removed files: print/lout/pkg : DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 15:21:48 Modified files: astro/sunclock : Makefile Added files: astro/sunclock/pkg: DESCR-main PLIST-main Removed files: astro/sunclock/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/24 15:27:32 Modified files: print/pkfonts : Makefile Added files: print/pkfonts/pkg: DESCR-main PLIST-main Removed files: print/pkfonts/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 15:53:04 Modified files: databases/sqlite3: Makefile Added files: databases/sqlite3/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/sqlite3/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/24 16:09:54 Modified files: graphics/openexr: Makefile Added files: graphics/openexr/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: graphics/openexr/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/24 16:28:25 Modified files: sys/dev/ic : malo.c Log message: Enable setting of fixed rates. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/24 16:29:39 Modified files: sys/dev/ic : malo.c Log message: Small KNF fix. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 17:26:07 Modified files: sys/dev/ic : gem.c Log message: Fix a copy and pasto. From martin@NetBSD CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/24 17:39:41 Modified files: geo/gpsbabel : Makefile Added files: geo/gpsbabel/patches: patch-util_c Log message: Fix a crash in the kml converter. Tested on amd64, i386, sparc64 and zaurus. A similar fix was applied to gpsbabel cvs. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 18:26:37 Modified files: sys/dev/ic : gemreg.h Log message: additional registers and some comment fixes. From NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 19:12:04 Modified files: sys/dev/ic : gem.c gemvar.h sys/dev/pci : if_gem_pci.c Log message: Split the GEM registers into two halfs and provide a bus_space_handle_t for each. While there, fix a typo in gem_bitwait(). From martin@NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/24 21:52:49 Modified files: sys/dev/ic : gem.c Log message: fix use of gem_bitwait(). CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/24 22:33:28 Modified files: net/snort : Makefile Added files: net/snort/patches: patch-src_event_h patch-src_output-plugins_spo_unified_c patch-src_snort_packet_header_h Log message: Differentiate between struct timeval and bpf_timeval.. fixes logging/alerting on 64-bit platforms. From nikns@secure.lv CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/24 22:40:31 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure Log message: fix altivec test on powerpc, -force_cpusubtype_ALL appears to be a darwin-specific gcc4 option; from ole@grummel.net CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 00:42:58 Modified files: www/tomcat/v4 : Makefile www/tomcat/v5 : Makefile Added files: www/tomcat/v4/pkg: DESCR-main MESSAGE-main PLIST-main www/tomcat/v5/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: www/tomcat/v4/pkg: DESCR MESSAGE PLIST www/tomcat/v5/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES while here, remove explicit dependency of -examples and -admin packages on java, since they depend on the main package which already has this dep. also tighten pkgspec in dependencies to v4/5. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 00:55:25 Modified files: x11/fvwm2 : Makefile Added files: x11/fvwm2/pkg : DESCR-main MESSAGE-main PLIST-main Removed files: x11/fvwm2/pkg : DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 01:14:06 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: textproc/libxml/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 01:17:18 Modified files: security/xmlsec: Makefile Added files: security/xmlsec/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: security/xmlsec/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/25 01:22:27 Modified files: graphics/agg : Makefile Log message: fix automake build dependency no PKGNAME bump needed CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 01:30:21 Modified files: devel/libsigc++-2: Makefile Added files: devel/libsigc++-2/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/libsigc++-2/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 01:41:04 Modified files: sysutils/symon : Makefile Added files: sysutils/symon/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: sysutils/symon/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 01:55:18 Modified files: security/hydra : Makefile Added files: security/hydra/pkg: DESCR-main PLIST-main Removed files: security/hydra/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/25 03:03:32 Modified files: lang/ruby : ruby.port.mk Log message: Change to SUBST_VARS+= discussed and ok bernd@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/25 03:23:12 Modified files: . : hackathons.html Added files: images/hackathons: h2k6-s.gif h2k6.gif Log message: tshirt artwork from hardware hackathon in portugal CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 03:30:59 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main Removed files: editors/openoffice/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/25 03:39:18 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update to 5.13 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/25 03:52:46 Modified files: sys/dev/ic : malo.c Log message: If no TX rate has been calculated yet, set rate value to autoselect instead DS1. Add 'mode' informations to malo_media_status(). Some KNF. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/25 04:00:38 Modified files: mail/perdition : Makefile mail/perdition/pkg: PLIST-main Log message: fix conflicting uid and gid. bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/25 04:01:19 Modified files: infrastructure/db: user.list Log message: +_perdition CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 04:09:04 Modified files: www/php5/core : Makefile www/php5/core/pkg: PLIST PLIST-pear Log message: new MULTI_PACKAGES. give pear to daemon, explicitly CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 04:09:43 Added files: www/php5/core/pkg: DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main UNMESSAGE-main Removed files: www/php5/core/pkg: DESCR MESSAGE PFRAG.shared PLIST UNMESSAGE Log message: and relevant packing-lists CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 04:45:58 Modified files: www/php5/extensions: Makefile Added files: www/php5/extensions/pkg: DESCR-main PLIST-main Removed files: www/php5/extensions/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 05:10:40 Log message: Smart::Comments, by damian conway, is a very useful debugging aid, that doesn't need to be removed once you're done with it. Status: Vendor Tag: espie Release Tags: dc N ports/devel/p5-Smart-Comments/Makefile N ports/devel/p5-Smart-Comments/distinfo N ports/devel/p5-Smart-Comments/pkg/PLIST N ports/devel/p5-Smart-Comments/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 05:11:26 Modified files: devel : Makefile Log message: +p5-Smart-Comments CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/25 05:40:14 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-i18n-lt PLIST-i18n-lt Log message: - add PKGNAME because of the new MULTI_PACKAGES; - add Litvanian (lt) language support; requested by Martynas Venckus CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/25 05:41:58 Modified files: editors/openoffice/pkg: DESCR-i18n-lt Log message: it is Lithuanian and not Litvanian CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 05:45:13 Modified files: textproc/rxp : Makefile Log message: This is GPL'ed stuff, so we're free to mirror it. Just get rid of the stupid FETCH_MANUALLY shit, and be done with it. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 05:58:18 Modified files: devel/gettext : gettext.port.mk Log message: tighten build dependency to current version ok bernd@ espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 06:00:41 Modified files: net/samba : Makefile Added files: net/samba/pkg : DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main Removed files: net/samba/pkg : DESCR MESSAGE PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 06:11:02 Modified files: print/pkfonts : Makefile mail/thunderbird-i18n: Makefile www/firefox-i18n: Makefile Log message: don't derive one PKGNAME from the other; requested by espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 06:14:40 Modified files: infrastructure/mk: cpan.port.mk Log message: add new define, CPAN_AUTHOR, to allow grabbing modules from the author's nickname. occasionally used, a few modules don't have an explicit subdirectory, and need to be grabbed by author nick. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/25 06:23:29 Modified files: databases/qdbm : Makefile distinfo databases/qdbm/patches: patch-Makefile_in Added files: databases/qdbm/patches: patch-configure Log message: Update to qdbm-1.8.74. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/25 07:20:48 Modified files: sys/dev/ic : malo.c Log message: Cleanup obsolete rate bits and pass right value to the TX rate descriptor. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 07:24:47 Modified files: www/mozilla : Makefile Added files: www/mozilla/pkg: DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main Removed files: www/mozilla/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/25 07:32:00 Modified files: sys/arch/zaurus/conf: GENERIC files.zaurus sys/conf : files Added files: sys/arch/zaurus/dev: zaurus_flash.c sys/dev : flash.c flashvar.h Log message: Initial NAND flash support for Zaurus, not enabled yet; prodded by many. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/11/25 07:52:34 Modified files: share/mk : Makefile Added files: share/mk : bsd.xorg.mk Log message: Hooks needed by modular X builds. ok espie@ dim@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 07:56:32 Log message: Makefile rules to help the build of the modular X.Org. Status: Vendor Tag: xenocara Release Tags: v0_1 N xenocara/share/mk/Makefile N xenocara/share/mk/bsd.xorg.mk No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 07:57:28 Log message: mtree specification for modular X.Org Status: Vendor Tag: xenocara Release Tags: v0_1 N xenocara/etc/mtree/BSD.x11.dist No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:42:02 Log message: Import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/proto/bigreqsproto/missing N xenocara/proto/bigreqsproto/COPYING N xenocara/proto/bigreqsproto/bigreqstr.h N xenocara/proto/bigreqsproto/Makefile.am N xenocara/proto/bigreqsproto/ChangeLog N xenocara/proto/bigreqsproto/bigreqsproto.pc.in N xenocara/proto/bigreqsproto/install-sh N xenocara/proto/bigreqsproto/configure N xenocara/proto/bigreqsproto/aclocal.m4 N xenocara/proto/bigreqsproto/autogen.sh N xenocara/proto/bigreqsproto/mkinstalldirs N xenocara/proto/bigreqsproto/Makefile.in N xenocara/proto/bigreqsproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:43:21 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v0_3_1 N xenocara/proto/compositeproto/COPYING N xenocara/proto/compositeproto/Makefile.in N xenocara/proto/compositeproto/missing N xenocara/proto/compositeproto/Makefile.am N xenocara/proto/compositeproto/install-sh N xenocara/proto/compositeproto/compositeproto.h N xenocara/proto/compositeproto/autogen.sh N xenocara/proto/compositeproto/compositeproto.pc.in N xenocara/proto/compositeproto/configure.ac N xenocara/proto/compositeproto/ChangeLog N xenocara/proto/compositeproto/configure N xenocara/proto/compositeproto/composite.h N xenocara/proto/compositeproto/aclocal.m4 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:44:47 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/proto/damageproto/missing N xenocara/proto/damageproto/damagewire.h N xenocara/proto/damageproto/damageproto.pc.in N xenocara/proto/damageproto/COPYING N xenocara/proto/damageproto/Makefile.am N xenocara/proto/damageproto/ChangeLog N xenocara/proto/damageproto/damageproto.h N xenocara/proto/damageproto/install-sh N xenocara/proto/damageproto/configure N xenocara/proto/damageproto/aclocal.m4 N xenocara/proto/damageproto/autogen.sh N xenocara/proto/damageproto/mkinstalldirs N xenocara/proto/damageproto/Makefile.in N xenocara/proto/damageproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:45:48 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_2_2 N xenocara/proto/dmxproto/missing N xenocara/proto/dmxproto/dmxproto.pc.in N xenocara/proto/dmxproto/COPYING N xenocara/proto/dmxproto/Makefile.am N xenocara/proto/dmxproto/ChangeLog N xenocara/proto/dmxproto/dmxproto.h N xenocara/proto/dmxproto/install-sh N xenocara/proto/dmxproto/configure N xenocara/proto/dmxproto/dmxext.h N xenocara/proto/dmxproto/aclocal.m4 N xenocara/proto/dmxproto/autogen.sh N xenocara/proto/dmxproto/mkinstalldirs N xenocara/proto/dmxproto/Makefile.in N xenocara/proto/dmxproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:48:44 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/proto/evieproto/missing N xenocara/proto/evieproto/COPYING N xenocara/proto/evieproto/Makefile.am N xenocara/proto/evieproto/ChangeLog N xenocara/proto/evieproto/Xeviestr.h N xenocara/proto/evieproto/install-sh N xenocara/proto/evieproto/evieproto.pc.in N xenocara/proto/evieproto/configure N xenocara/proto/evieproto/aclocal.m4 N xenocara/proto/evieproto/autogen.sh N xenocara/proto/evieproto/mkinstalldirs N xenocara/proto/evieproto/Makefile.in N xenocara/proto/evieproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:49:39 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v4_0 N xenocara/proto/fixesproto/COPYING N xenocara/proto/fixesproto/fixesproto.pc.in N xenocara/proto/fixesproto/Makefile.in N xenocara/proto/fixesproto/missing N xenocara/proto/fixesproto/Makefile.am N xenocara/proto/fixesproto/install-sh N xenocara/proto/fixesproto/autogen.sh N xenocara/proto/fixesproto/xfixesproto.h N xenocara/proto/fixesproto/configure.ac N xenocara/proto/fixesproto/ChangeLog N xenocara/proto/fixesproto/configure N xenocara/proto/fixesproto/aclocal.m4 N xenocara/proto/fixesproto/xfixeswire.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:50:27 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v0_1_2 N xenocara/proto/fontcacheproto/fontcacheP.h N xenocara/proto/fontcacheproto/missing N xenocara/proto/fontcacheproto/COPYING N xenocara/proto/fontcacheproto/Makefile.am N xenocara/proto/fontcacheproto/fontcache.h N xenocara/proto/fontcacheproto/ChangeLog N xenocara/proto/fontcacheproto/install-sh N xenocara/proto/fontcacheproto/fontcachstr.h N xenocara/proto/fontcacheproto/fontcacheproto.pc.in N xenocara/proto/fontcacheproto/configure N xenocara/proto/fontcacheproto/aclocal.m4 N xenocara/proto/fontcacheproto/autogen.sh N xenocara/proto/fontcacheproto/mkinstalldirs N xenocara/proto/fontcacheproto/Makefile.in N xenocara/proto/fontcacheproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:51:06 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_0_2 N xenocara/proto/fontsproto/missing N xenocara/proto/fontsproto/COPYING N xenocara/proto/fontsproto/fsmasks.h N xenocara/proto/fontsproto/Makefile.am N xenocara/proto/fontsproto/ChangeLog N xenocara/proto/fontsproto/install-sh N xenocara/proto/fontsproto/configure N xenocara/proto/fontsproto/aclocal.m4 N xenocara/proto/fontsproto/fontproto.h N xenocara/proto/fontsproto/font.h N xenocara/proto/fontsproto/fontstruct.h N xenocara/proto/fontsproto/FSproto.h N xenocara/proto/fontsproto/autogen.sh N xenocara/proto/fontsproto/fontsproto.pc.in N xenocara/proto/fontsproto/mkinstalldirs N xenocara/proto/fontsproto/Makefile.in N xenocara/proto/fontsproto/FS.h N xenocara/proto/fontsproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:52:04 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_4_7 N xenocara/proto/glproto/COPYING N xenocara/proto/glproto/glproto.pc.in N xenocara/proto/glproto/glxint.h N xenocara/proto/glproto/glcore.h N xenocara/proto/glproto/Makefile.in N xenocara/proto/glproto/glxmd.h N xenocara/proto/glproto/missing N xenocara/proto/glproto/Makefile.am N xenocara/proto/glproto/install-sh N xenocara/proto/glproto/autogen.sh N xenocara/proto/glproto/glxproto.h N xenocara/proto/glproto/glxtokens.h N xenocara/proto/glproto/configure.ac N xenocara/proto/glproto/ChangeLog N xenocara/proto/glproto/configure N xenocara/proto/glproto/aclocal.m4 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:52:49 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_3_2 N xenocara/proto/inputproto/XI.h N xenocara/proto/inputproto/missing N xenocara/proto/inputproto/XInput.h N xenocara/proto/inputproto/COPYING N xenocara/proto/inputproto/Makefile.am N xenocara/proto/inputproto/inputproto.pc.in N xenocara/proto/inputproto/ChangeLog N xenocara/proto/inputproto/install-sh N xenocara/proto/inputproto/configure N xenocara/proto/inputproto/aclocal.m4 N xenocara/proto/inputproto/autogen.sh N xenocara/proto/inputproto/XIproto.h N xenocara/proto/inputproto/mkinstalldirs N xenocara/proto/inputproto/Makefile.in N xenocara/proto/inputproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:53:32 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/proto/kbproto/configure.ac N xenocara/proto/kbproto/aclocal.m4 N xenocara/proto/kbproto/XKBgeom.h N xenocara/proto/kbproto/XKB.h N xenocara/proto/kbproto/XKBproto.h N xenocara/proto/kbproto/XKBsrv.h N xenocara/proto/kbproto/XKBstr.h N xenocara/proto/kbproto/Makefile.am N xenocara/proto/kbproto/Makefile.in N xenocara/proto/kbproto/kbproto.pc.in N xenocara/proto/kbproto/configure N xenocara/proto/kbproto/COPYING N xenocara/proto/kbproto/ChangeLog N xenocara/proto/kbproto/install-sh N xenocara/proto/kbproto/missing N xenocara/proto/kbproto/autogen.sh No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 08:54:36 Modified files: sys/dev/sbus : files.sbus Added files: sys/dev/sbus : if_gem_sbus.c Log message: initial stab at an SBus front end for gem(4). currently untested. From martin@NetBSD CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:54:42 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/proto/printproto/missing N xenocara/proto/printproto/Printstr.h N xenocara/proto/printproto/COPYING N xenocara/proto/printproto/Makefile.am N xenocara/proto/printproto/Print.h N xenocara/proto/printproto/ChangeLog N xenocara/proto/printproto/printproto.pc.in N xenocara/proto/printproto/install-sh N xenocara/proto/printproto/configure N xenocara/proto/printproto/aclocal.m4 N xenocara/proto/printproto/autogen.sh N xenocara/proto/printproto/mkinstalldirs N xenocara/proto/printproto/Makefile.in N xenocara/proto/printproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:55:48 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/proto/randrproto/missing N xenocara/proto/randrproto/COPYING N xenocara/proto/randrproto/randrproto.pc.in N xenocara/proto/randrproto/Makefile.am N xenocara/proto/randrproto/randrproto.h N xenocara/proto/randrproto/ChangeLog N xenocara/proto/randrproto/install-sh N xenocara/proto/randrproto/configure N xenocara/proto/randrproto/aclocal.m4 N xenocara/proto/randrproto/randr.h N xenocara/proto/randrproto/autogen.sh N xenocara/proto/randrproto/mkinstalldirs N xenocara/proto/randrproto/Makefile.in N xenocara/proto/randrproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:56:35 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_13_2 N xenocara/proto/recordproto/missing N xenocara/proto/recordproto/record.h N xenocara/proto/recordproto/COPYING N xenocara/proto/recordproto/recordstr.h N xenocara/proto/recordproto/Makefile.am N xenocara/proto/recordproto/ChangeLog N xenocara/proto/recordproto/install-sh N xenocara/proto/recordproto/configure N xenocara/proto/recordproto/aclocal.m4 N xenocara/proto/recordproto/autogen.sh N xenocara/proto/recordproto/recordproto.pc.in N xenocara/proto/recordproto/mkinstalldirs N xenocara/proto/recordproto/Makefile.in N xenocara/proto/recordproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 08:57:16 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: add commented out entries for gem@sbus CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:57:24 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v0_9_2 N xenocara/proto/renderproto/missing N xenocara/proto/renderproto/renderproto.h N xenocara/proto/renderproto/COPYING N xenocara/proto/renderproto/Makefile.am N xenocara/proto/renderproto/render.h N xenocara/proto/renderproto/ChangeLog N xenocara/proto/renderproto/renderproto.pc.in N xenocara/proto/renderproto/install-sh N xenocara/proto/renderproto/configure N xenocara/proto/renderproto/aclocal.m4 N xenocara/proto/renderproto/autogen.sh N xenocara/proto/renderproto/mkinstalldirs N xenocara/proto/renderproto/Makefile.in N xenocara/proto/renderproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:58:41 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/proto/resourceproto/XResproto.h N xenocara/proto/resourceproto/missing N xenocara/proto/resourceproto/COPYING N xenocara/proto/resourceproto/Makefile.am N xenocara/proto/resourceproto/ChangeLog N xenocara/proto/resourceproto/install-sh N xenocara/proto/resourceproto/configure N xenocara/proto/resourceproto/aclocal.m4 N xenocara/proto/resourceproto/autogen.sh N xenocara/proto/resourceproto/mkinstalldirs N xenocara/proto/resourceproto/Makefile.in N xenocara/proto/resourceproto/resourceproto.pc.in N xenocara/proto/resourceproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:59:21 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/proto/scrnsaverproto/saverproto.h N xenocara/proto/scrnsaverproto/COPYING N xenocara/proto/scrnsaverproto/scrnsaverproto.pc.in N xenocara/proto/scrnsaverproto/Makefile.in N xenocara/proto/scrnsaverproto/scrnsaver.h N xenocara/proto/scrnsaverproto/missing N xenocara/proto/scrnsaverproto/Makefile.am N xenocara/proto/scrnsaverproto/install-sh N xenocara/proto/scrnsaverproto/autogen.sh N xenocara/proto/scrnsaverproto/saver.h N xenocara/proto/scrnsaverproto/configure.ac N xenocara/proto/scrnsaverproto/ChangeLog N xenocara/proto/scrnsaverproto/configure N xenocara/proto/scrnsaverproto/aclocal.m4 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 08:59:57 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v3_4_3 N xenocara/proto/trapproto/missing N xenocara/proto/trapproto/xtraplib.h N xenocara/proto/trapproto/trapproto.pc.in N xenocara/proto/trapproto/COPYING N xenocara/proto/trapproto/xtrapproto.h N xenocara/proto/trapproto/Makefile.am N xenocara/proto/trapproto/ChangeLog N xenocara/proto/trapproto/xtraplibp.h N xenocara/proto/trapproto/xtrapdi.h N xenocara/proto/trapproto/install-sh N xenocara/proto/trapproto/xtrapddmi.h N xenocara/proto/trapproto/configure N xenocara/proto/trapproto/aclocal.m4 N xenocara/proto/trapproto/xtrapemacros.h N xenocara/proto/trapproto/autogen.sh N xenocara/proto/trapproto/xtrapbits.h N xenocara/proto/trapproto/mkinstalldirs N xenocara/proto/trapproto/Makefile.in N xenocara/proto/trapproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:00:30 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_2_2 N xenocara/proto/videoproto/XvMCproto.h N xenocara/proto/videoproto/missing N xenocara/proto/videoproto/Xv.h N xenocara/proto/videoproto/Xvproto.h N xenocara/proto/videoproto/COPYING N xenocara/proto/videoproto/Makefile.am N xenocara/proto/videoproto/videoproto.pc.in N xenocara/proto/videoproto/vldXvMC.h N xenocara/proto/videoproto/ChangeLog N xenocara/proto/videoproto/install-sh N xenocara/proto/videoproto/configure N xenocara/proto/videoproto/aclocal.m4 N xenocara/proto/videoproto/XvMC.h N xenocara/proto/videoproto/autogen.sh N xenocara/proto/videoproto/mkinstalldirs N xenocara/proto/videoproto/Makefile.in N xenocara/proto/videoproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:01:27 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v7_0_5 N xenocara/proto/x11proto/config.guess N xenocara/proto/x11proto/Xfuncproto.h N xenocara/proto/x11proto/COPYING N xenocara/proto/x11proto/Xpoll.h N xenocara/proto/x11proto/ap_keysym.h N xenocara/proto/x11proto/keysymdef.h N xenocara/proto/x11proto/Xos.h N xenocara/proto/x11proto/Xthreads.h N xenocara/proto/x11proto/keysym.h N xenocara/proto/x11proto/Xproto.h N xenocara/proto/x11proto/Sunkeysym.h N xenocara/proto/x11proto/Makefile.in N xenocara/proto/x11proto/DECkeysym.h N xenocara/proto/x11proto/Xwinsock.h N xenocara/proto/x11proto/Xdefs.h N xenocara/proto/x11proto/HPkeysym.h N xenocara/proto/x11proto/missing N xenocara/proto/x11proto/Xpoll.h.in N xenocara/proto/x11proto/Makefile.am N xenocara/proto/x11proto/Xalloca.h N xenocara/proto/x11proto/install-sh N xenocara/proto/x11proto/xproto.pc.in N xenocara/proto/x11proto/Xfuncs.h N xenocara/proto/x11proto/autogen.sh N xenocara/proto/x11proto/X.h N xenocara/proto/x11proto/Xprotostr.h N xenocara/proto/x11proto/Xwindows.h N xenocara/proto/x11proto/XF86keysym.h N xenocara/proto/x11proto/Xfuncproto.h.in N xenocara/proto/x11proto/AUTHORS N xenocara/proto/x11proto/XWDFile.h N xenocara/proto/x11proto/configure.ac N xenocara/proto/x11proto/do-not-use-config.h.in N xenocara/proto/x11proto/ChangeLog N xenocara/proto/x11proto/configure N xenocara/proto/x11proto/Xos_r.h N xenocara/proto/x11proto/Xw32defs.h N xenocara/proto/x11proto/Xosdefs.h N xenocara/proto/x11proto/aclocal.m4 N xenocara/proto/x11proto/config.sub N xenocara/proto/x11proto/Xmd.h N xenocara/proto/x11proto/Xatom.h N xenocara/proto/x11proto/Xarch.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:02:02 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/proto/xcmiscproto/missing N xenocara/proto/xcmiscproto/COPYING N xenocara/proto/xcmiscproto/Makefile.am N xenocara/proto/xcmiscproto/xcmiscstr.h N xenocara/proto/xcmiscproto/xcmiscproto.pc.in N xenocara/proto/xcmiscproto/ChangeLog N xenocara/proto/xcmiscproto/install-sh N xenocara/proto/xcmiscproto/configure N xenocara/proto/xcmiscproto/aclocal.m4 N xenocara/proto/xcmiscproto/autogen.sh N xenocara/proto/xcmiscproto/mkinstalldirs N xenocara/proto/xcmiscproto/Makefile.in N xenocara/proto/xcmiscproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:02:59 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v7_0_2 N xenocara/proto/xextproto/securstr.h N xenocara/proto/xextproto/Xdbe.h N xenocara/proto/xextproto/multibufst.h N xenocara/proto/xextproto/lbxstr.h N xenocara/proto/xextproto/missing N xenocara/proto/xextproto/multibuf.h N xenocara/proto/xextproto/COPYING N xenocara/proto/xextproto/syncstr.h N xenocara/proto/xextproto/sync.h N xenocara/proto/xextproto/dpms.h N xenocara/proto/xextproto/xextproto.pc.in N xenocara/proto/xextproto/Makefile.am N xenocara/proto/xextproto/lbxopts.h N xenocara/proto/xextproto/extutil.h N xenocara/proto/xextproto/Xdbeproto.h N xenocara/proto/xextproto/lbxzlib.h N xenocara/proto/xextproto/dpmsstr.h N xenocara/proto/xextproto/XShm.h N xenocara/proto/xextproto/shapestr.h N xenocara/proto/xextproto/shape.h N xenocara/proto/xextproto/XTest.h N xenocara/proto/xextproto/xtestext1.h N xenocara/proto/xextproto/ChangeLog N xenocara/proto/xextproto/mitmiscstr.h N xenocara/proto/xextproto/Xag.h N xenocara/proto/xextproto/Xcupstr.h N xenocara/proto/xextproto/install-sh N xenocara/proto/xextproto/lbxbufstr.h N xenocara/proto/xextproto/XEVIstr.h N xenocara/proto/xextproto/lbxdeltastr.h N xenocara/proto/xextproto/configure N xenocara/proto/xextproto/security.h N xenocara/proto/xextproto/Xagsrv.h N xenocara/proto/xextproto/aclocal.m4 N xenocara/proto/xextproto/Xagstr.h N xenocara/proto/xextproto/MITMisc.h N xenocara/proto/xextproto/shmstr.h N xenocara/proto/xextproto/Xext.h N xenocara/proto/xextproto/lbximage.h N xenocara/proto/xextproto/XEVI.h N xenocara/proto/xextproto/autogen.sh N xenocara/proto/xextproto/XLbx.h N xenocara/proto/xextproto/lbxbuf.h N xenocara/proto/xextproto/mkinstalldirs N xenocara/proto/xextproto/Makefile.in N xenocara/proto/xextproto/xteststr.h N xenocara/proto/xextproto/Xcup.h N xenocara/proto/xextproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:04:13 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/proto/xf86bigfontproto/missing N xenocara/proto/xf86bigfontproto/xf86bigfont.h N xenocara/proto/xf86bigfontproto/COPYING N xenocara/proto/xf86bigfontproto/xf86bigfontproto.pc.in N xenocara/proto/xf86bigfontproto/Makefile.am N xenocara/proto/xf86bigfontproto/xf86bigfstr.h N xenocara/proto/xf86bigfontproto/ChangeLog N xenocara/proto/xf86bigfontproto/install-sh N xenocara/proto/xf86bigfontproto/configure N xenocara/proto/xf86bigfontproto/aclocal.m4 N xenocara/proto/xf86bigfontproto/autogen.sh N xenocara/proto/xf86bigfontproto/mkinstalldirs N xenocara/proto/xf86bigfontproto/Makefile.in N xenocara/proto/xf86bigfontproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:04:53 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_0_2 N xenocara/proto/xf86dgaproto/missing N xenocara/proto/xf86dgaproto/xf86dga.h N xenocara/proto/xf86dgaproto/COPYING N xenocara/proto/xf86dgaproto/Makefile.am N xenocara/proto/xf86dgaproto/xf86dga1str.h N xenocara/proto/xf86dgaproto/ChangeLog N xenocara/proto/xf86dgaproto/install-sh N xenocara/proto/xf86dgaproto/configure N xenocara/proto/xf86dgaproto/aclocal.m4 N xenocara/proto/xf86dgaproto/xf86dgaproto.pc.in N xenocara/proto/xf86dgaproto/xf86dga1.h N xenocara/proto/xf86dgaproto/autogen.sh N xenocara/proto/xf86dgaproto/xf86dgastr.h N xenocara/proto/xf86dgaproto/mkinstalldirs N xenocara/proto/xf86dgaproto/Makefile.in N xenocara/proto/xf86dgaproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:05:39 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_0_3 N xenocara/proto/xf86driproto/missing N xenocara/proto/xf86driproto/dri_interface.h N xenocara/proto/xf86driproto/xf86dri.h N xenocara/proto/xf86driproto/COPYING N xenocara/proto/xf86driproto/Makefile.am N xenocara/proto/xf86driproto/xf86driproto.pc.in N xenocara/proto/xf86driproto/ChangeLog N xenocara/proto/xf86driproto/xf86dristr.h N xenocara/proto/xf86driproto/install-sh N xenocara/proto/xf86driproto/configure N xenocara/proto/xf86driproto/aclocal.m4 N xenocara/proto/xf86driproto/autogen.sh N xenocara/proto/xf86driproto/mkinstalldirs N xenocara/proto/xf86driproto/Makefile.in N xenocara/proto/xf86driproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:06:21 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v0_9_2 N xenocara/proto/xf86miscproto/missing N xenocara/proto/xf86miscproto/COPYING N xenocara/proto/xf86miscproto/xf86misc.h N xenocara/proto/xf86miscproto/Makefile.am N xenocara/proto/xf86miscproto/ChangeLog N xenocara/proto/xf86miscproto/install-sh N xenocara/proto/xf86miscproto/configure N xenocara/proto/xf86miscproto/aclocal.m4 N xenocara/proto/xf86miscproto/xf86mscstr.h N xenocara/proto/xf86miscproto/autogen.sh N xenocara/proto/xf86miscproto/xf86miscproto.pc.in N xenocara/proto/xf86miscproto/mkinstalldirs N xenocara/proto/xf86miscproto/Makefile.in N xenocara/proto/xf86miscproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:07:02 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/proto/xf86rushproto/xf86rush.h N xenocara/proto/xf86rushproto/missing N xenocara/proto/xf86rushproto/COPYING N xenocara/proto/xf86rushproto/Makefile.am N xenocara/proto/xf86rushproto/ChangeLog N xenocara/proto/xf86rushproto/install-sh N xenocara/proto/xf86rushproto/xf86rushstr.h N xenocara/proto/xf86rushproto/configure N xenocara/proto/xf86rushproto/aclocal.m4 N xenocara/proto/xf86rushproto/xf86rushproto.pc.in N xenocara/proto/xf86rushproto/autogen.sh N xenocara/proto/xf86rushproto/mkinstalldirs N xenocara/proto/xf86rushproto/Makefile.in N xenocara/proto/xf86rushproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:07:56 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v2_2_2 N xenocara/proto/xf86vidmodeproto/xf86vmstr.h N xenocara/proto/xf86vidmodeproto/missing N xenocara/proto/xf86vidmodeproto/COPYING N xenocara/proto/xf86vidmodeproto/Makefile.am N xenocara/proto/xf86vidmodeproto/ChangeLog N xenocara/proto/xf86vidmodeproto/install-sh N xenocara/proto/xf86vidmodeproto/xf86vmode.h N xenocara/proto/xf86vidmodeproto/configure N xenocara/proto/xf86vidmodeproto/aclocal.m4 N xenocara/proto/xf86vidmodeproto/xf86vidmodeproto.pc.in N xenocara/proto/xf86vidmodeproto/autogen.sh N xenocara/proto/xf86vidmodeproto/mkinstalldirs N xenocara/proto/xf86vidmodeproto/Makefile.in N xenocara/proto/xf86vidmodeproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 09:08:30 Modified files: share/man/man4 : gem.4 sbus.4 Log message: gem@sbus CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:08:38 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/proto/xineramaproto/missing N xenocara/proto/xineramaproto/panoramiXproto.h N xenocara/proto/xineramaproto/COPYING N xenocara/proto/xineramaproto/xineramaproto.pc.in N xenocara/proto/xineramaproto/Makefile.am N xenocara/proto/xineramaproto/ChangeLog N xenocara/proto/xineramaproto/install-sh N xenocara/proto/xineramaproto/configure N xenocara/proto/xineramaproto/aclocal.m4 N xenocara/proto/xineramaproto/Xinerama.h N xenocara/proto/xineramaproto/panoramiXext.h N xenocara/proto/xineramaproto/autogen.sh N xenocara/proto/xineramaproto/mkinstalldirs N xenocara/proto/xineramaproto/Makefile.in N xenocara/proto/xineramaproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:10:29 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/proto/pmproto/missing N xenocara/proto/pmproto/PMproto.h N xenocara/proto/pmproto/COPYING N xenocara/proto/pmproto/Makefile.am N xenocara/proto/pmproto/ChangeLog N xenocara/proto/pmproto/PM.h N xenocara/proto/pmproto/install-sh N xenocara/proto/pmproto/configure N xenocara/proto/pmproto/aclocal.m4 N xenocara/proto/pmproto/autogen.sh N xenocara/proto/pmproto/mkinstalldirs N xenocara/proto/pmproto/Makefile.in N xenocara/proto/pmproto/xproxymngproto.pc.in N xenocara/proto/pmproto/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:16:05 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/util/cf/Imake.tmpl N xenocara/util/cf/COPYING N xenocara/util/cf/sv3Lib.rules N xenocara/util/cf/necLib.tmpl N xenocara/util/cf/site.def N xenocara/util/cf/sgiLib.tmpl N xenocara/util/cf/xprint_host.def N xenocara/util/cf/scoLib.rules N xenocara/util/cf/ServerLib.tmpl N xenocara/util/cf/sco5.cf N xenocara/util/cf/x386.cf N xenocara/util/cf/X11.tmpl N xenocara/util/cf/osfLib.tmpl N xenocara/util/cf/Mips.cf N xenocara/util/cf/ibm.cf N xenocara/util/cf/linux.cf N xenocara/util/cf/QNX4.rules N xenocara/util/cf/xf86site.def N xenocara/util/cf/dmx.cf N xenocara/util/cf/Library.tmpl N xenocara/util/cf/os2def.db N xenocara/util/cf/sun.cf N xenocara/util/cf/convex.cf N xenocara/util/cf/pegasus.cf N xenocara/util/cf/OpenBSD.cf N xenocara/util/cf/FreeBSD.cf N xenocara/util/cf/NetBSD.cf N xenocara/util/cf/sv3Lib.tmpl N xenocara/util/cf/osfLib.rules N xenocara/util/cf/OpenBSDLib.rules N xenocara/util/cf/svr3.cf N xenocara/util/cf/hpLib.tmpl N xenocara/util/cf/Win32.rules N xenocara/util/cf/QNX4.cf N xenocara/util/cf/Motif.tmpl N xenocara/util/cf/DragonFly.cf N xenocara/util/cf/cygwin.tmpl N xenocara/util/cf/Makefile.in N xenocara/util/cf/svr4.cf N xenocara/util/cf/gnuLib.rules N xenocara/util/cf/Imake.rules N xenocara/util/cf/gnu.cf N xenocara/util/cf/necLib.rules N xenocara/util/cf/bsdiLib.rules N xenocara/util/cf/cygwin.rules N xenocara/util/cf/mingw.rules N xenocara/util/cf/missing N xenocara/util/cf/DGUX.cf N xenocara/util/cf/darwin.cf N xenocara/util/cf/ibmLib.rules N xenocara/util/cf/lnxLib.tmpl N xenocara/util/cf/Makefile.am N xenocara/util/cf/ncr.cf N xenocara/util/cf/nto.cf N xenocara/util/cf/apollo.cf N xenocara/util/cf/generic.cf N xenocara/util/cf/os2.rules N xenocara/util/cf/bsdi.cf N xenocara/util/cf/xf86.tmpl N xenocara/util/cf/cross.def N xenocara/util/cf/install-sh N xenocara/util/cf/oldlib.rules N xenocara/util/cf/darwinLib.tmpl N xenocara/util/cf/sgi.cf N xenocara/util/cf/sony.cf N xenocara/util/cf/ibmLib.tmpl N xenocara/util/cf/site.sample N xenocara/util/cf/sco.cf N xenocara/util/cf/mach.cf N xenocara/util/cf/bsdLib.tmpl N xenocara/util/cf/usl.cf N xenocara/util/cf/xorgversion.def N xenocara/util/cf/sequentLib.rules N xenocara/util/cf/mingw.cf N xenocara/util/cf/minix.cf N xenocara/util/cf/macII.cf N xenocara/util/cf/xorgsite.def N xenocara/util/cf/sequent.cf N xenocara/util/cf/xf86.rules N xenocara/util/cf/cde.rules N xenocara/util/cf/sgiLib.rules N xenocara/util/cf/lynx.cf N xenocara/util/cf/fujitsu.cf N xenocara/util/cf/sunLib.rules N xenocara/util/cf/mingw.tmpl N xenocara/util/cf/nto.rules N xenocara/util/cf/xorg.tmpl N xenocara/util/cf/Motif.rules N xenocara/util/cf/hp.cf N xenocara/util/cf/hpLib.rules N xenocara/util/cf/sv4Lib.rules N xenocara/util/cf/lnxdoc.tmpl N xenocara/util/cf/cde.tmpl N xenocara/util/cf/luna.cf N xenocara/util/cf/Amoeba.cf N xenocara/util/cf/bsdLib.rules N xenocara/util/cf/lnxLib.rules N xenocara/util/cf/cray.cf N xenocara/util/cf/noop.rules N xenocara/util/cf/configure.ac N xenocara/util/cf/sunLib.tmpl N xenocara/util/cf/gnuLib.tmpl N xenocara/util/cf/cygwin.cf N xenocara/util/cf/X11.rules N xenocara/util/cf/moto.cf N xenocara/util/cf/sv4Lib.tmpl N xenocara/util/cf/ChangeLog N xenocara/util/cf/configure N xenocara/util/cf/Threads.tmpl N xenocara/util/cf/xorg.cf N xenocara/util/cf/os2.cf N xenocara/util/cf/nec.cf N xenocara/util/cf/Win32.cf N xenocara/util/cf/bsdiLib.tmpl N xenocara/util/cf/README N xenocara/util/cf/os2Lib.rules N xenocara/util/cf/bsd.cf N xenocara/util/cf/os2Lib.tmpl N xenocara/util/cf/aclocal.m4 N xenocara/util/cf/Imake.cf N xenocara/util/cf/xfree86.cf N xenocara/util/cf/cross.rules N xenocara/util/cf/ultrix.cf N xenocara/util/cf/darwinLib.rules N xenocara/util/cf/WinLib.tmpl N xenocara/util/cf/site.def.in N xenocara/util/cf/osf1.cf N xenocara/util/cf/isc.cf N xenocara/util/cf/Oki.cf N xenocara/util/cf/Server.tmpl N xenocara/util/cf/lnxdoc.rules N xenocara/util/cf/OpenBSDLib.tmpl No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:16:47 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/util/gccmakedep/config.guess N xenocara/util/gccmakedep/COPYING N xenocara/util/gccmakedep/Makefile.in N xenocara/util/gccmakedep/missing N xenocara/util/gccmakedep/Makefile.am N xenocara/util/gccmakedep/cpprules.in N xenocara/util/gccmakedep/gccmdep.cpp N xenocara/util/gccmakedep/install-sh N xenocara/util/gccmakedep/gccmakedep.man N xenocara/util/gccmakedep/configure.ac N xenocara/util/gccmakedep/ChangeLog N xenocara/util/gccmakedep/configure N xenocara/util/gccmakedep/aclocal.m4 N xenocara/util/gccmakedep/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:21:51 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/util/imake/config.guess N xenocara/util/imake/COPYING N xenocara/util/imake/mergelib.cpp N xenocara/util/imake/cleanlinks N xenocara/util/imake/revpath.c N xenocara/util/imake/makeg N xenocara/util/imake/mkdirhier.man N xenocara/util/imake/Makefile.in N xenocara/util/imake/xmkmf.man N xenocara/util/imake/missing N xenocara/util/imake/mkhtmlindex.pl N xenocara/util/imake/Makefile.am N xenocara/util/imake/cleanlinks.man N xenocara/util/imake/mkdirhier N xenocara/util/imake/imake.man N xenocara/util/imake/install-sh N xenocara/util/imake/mkhtmlindex.man N xenocara/util/imake/revpath.man N xenocara/util/imake/xmkmf.cpp N xenocara/util/imake/depcomp N xenocara/util/imake/mdepend.cpp N xenocara/util/imake/imakemdep.h N xenocara/util/imake/config.h.in N xenocara/util/imake/imake.c N xenocara/util/imake/ccmakedep.man N xenocara/util/imake/compile N xenocara/util/imake/makeg.man N xenocara/util/imake/mkhtmlindex.sh N xenocara/util/imake/configure.ac N xenocara/util/imake/ChangeLog N xenocara/util/imake/configure N xenocara/util/imake/README N xenocara/util/imake/aclocal.m4 N xenocara/util/imake/config.sub N xenocara/util/imake/mergelib.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:22:57 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/util/macros/README N xenocara/util/macros/configure.ac N xenocara/util/macros/aclocal.m4 N xenocara/util/macros/Makefile.am N xenocara/util/macros/Makefile.in N xenocara/util/macros/xorg-macros.m4.in N xenocara/util/macros/configure N xenocara/util/macros/COPYING N xenocara/util/macros/ChangeLog N xenocara/util/macros/install-sh N xenocara/util/macros/missing N xenocara/util/macros/xorgversion.m4 N xenocara/util/macros/xorg-macros.m4 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:23:40 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/util/makedepend/config.guess N xenocara/util/makedepend/parse.c N xenocara/util/makedepend/missing N xenocara/util/makedepend/ifparser.h N xenocara/util/makedepend/include.c N xenocara/util/makedepend/imakemdep.h N xenocara/util/makedepend/COPYING N xenocara/util/makedepend/Makefile.am N xenocara/util/makedepend/cppsetup.c N xenocara/util/makedepend/makedepend.man N xenocara/util/makedepend/AUTHORS N xenocara/util/makedepend/main.c N xenocara/util/makedepend/compile N xenocara/util/makedepend/makedepend-config.h.in N xenocara/util/makedepend/depcomp N xenocara/util/makedepend/config.sub N xenocara/util/makedepend/ChangeLog N xenocara/util/makedepend/install-sh N xenocara/util/makedepend/configure N xenocara/util/makedepend/aclocal.m4 N xenocara/util/makedepend/ifparser.c N xenocara/util/makedepend/def.h N xenocara/util/makedepend/autogen.sh N xenocara/util/makedepend/pr.c N xenocara/util/makedepend/mkinstalldirs N xenocara/util/makedepend/Makefile.in N xenocara/util/makedepend/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:25:46 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/data/bitmaps/letters N xenocara/data/bitmaps/menu10 N xenocara/data/bitmaps/target N xenocara/data/bitmaps/mailemptymsk N xenocara/data/bitmaps/vlines3 N xenocara/data/bitmaps/vlines2 N xenocara/data/bitmaps/missing N xenocara/data/bitmaps/menu16 N xenocara/data/bitmaps/mailempty N xenocara/data/bitmaps/mailfullmsk N xenocara/data/bitmaps/weird_size N xenocara/data/bitmaps/opendot N xenocara/data/bitmaps/flipped_gray N xenocara/data/bitmaps/grid2 N xenocara/data/bitmaps/opendotMask N xenocara/data/bitmaps/config.h.in N xenocara/data/bitmaps/boxes N xenocara/data/bitmaps/xlogo64 N xenocara/data/bitmaps/left_ptrmsk N xenocara/data/bitmaps/starMask N xenocara/data/bitmaps/2x2 N xenocara/data/bitmaps/COPYING N xenocara/data/bitmaps/wingdogs N xenocara/data/bitmaps/xfd_icon N xenocara/data/bitmaps/dot N xenocara/data/bitmaps/grid16 N xenocara/data/bitmaps/plaid N xenocara/data/bitmaps/1x1 N xenocara/data/bitmaps/flagup N xenocara/data/bitmaps/calculator N xenocara/data/bitmaps/gray1 N xenocara/data/bitmaps/Makefile.am N xenocara/data/bitmaps/light_gray N xenocara/data/bitmaps/scales N xenocara/data/bitmaps/keyboard16 N xenocara/data/bitmaps/xbitmaps.pc.in N xenocara/data/bitmaps/xsnow N xenocara/data/bitmaps/stipple N xenocara/data/bitmaps/icon N xenocara/data/bitmaps/menu12 N xenocara/data/bitmaps/tie_fighter N xenocara/data/bitmaps/terminal N xenocara/data/bitmaps/cntr_ptr N xenocara/data/bitmaps/flagdown N xenocara/data/bitmaps/ChangeLog N xenocara/data/bitmaps/menu6 N xenocara/data/bitmaps/dimple3 N xenocara/data/bitmaps/left_ptr N xenocara/data/bitmaps/wide_weave N xenocara/data/bitmaps/install-sh N xenocara/data/bitmaps/grid4 N xenocara/data/bitmaps/hlines3 N xenocara/data/bitmaps/gray3 N xenocara/data/bitmaps/grid8 N xenocara/data/bitmaps/configure N xenocara/data/bitmaps/noletters N xenocara/data/bitmaps/aclocal.m4 N xenocara/data/bitmaps/woman N xenocara/data/bitmaps/sipb N xenocara/data/bitmaps/right_ptrmsk N xenocara/data/bitmaps/black N xenocara/data/bitmaps/hlines2 N xenocara/data/bitmaps/escherknot N xenocara/data/bitmaps/menu8 N xenocara/data/bitmaps/root_weave N xenocara/data/bitmaps/xlogo32 N xenocara/data/bitmaps/dropbar8 N xenocara/data/bitmaps/cross_weave N xenocara/data/bitmaps/xlogo11 N xenocara/data/bitmaps/dropbar7 N xenocara/data/bitmaps/mensetmanus N xenocara/data/bitmaps/gray N xenocara/data/bitmaps/mkinstalldirs N xenocara/data/bitmaps/Makefile.in N xenocara/data/bitmaps/mailfull N xenocara/data/bitmaps/star N xenocara/data/bitmaps/configure.ac N xenocara/data/bitmaps/dimple1 N xenocara/data/bitmaps/right_ptr N xenocara/data/bitmaps/cntr_ptrmsk N xenocara/data/bitmaps/xlogo16 No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/25 09:25:53 Modified files: sys/dev/acpi : acpiec.c Log message: Fixed acpiec code for deadlock acpiec events are handled at GPE/thread context, no longer need wakeup cVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/25 09:26:08 Modified files: sys/dev/acpi : acpi.c Log message: Don't handle acpiev events inside the gpe handler since this causes deadlocks. ok jordan@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 09:26:17 Modified files: sys/dev/pci : if_msk.c Log message: remove some sk(4) specific media handling code. ok kettenis@ Tested with Yukon-2 EC and Yukon-2 XL. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 09:26:46 Modified files: lang/gcc/4.2 : Makefile distinfo lang/gcc/4.2/patches: patch-gcc_ada_Makefile_in patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-libobjc_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in Added files: lang/gcc/4.2/pkg: PFRAG.I386-main PFRAG.PIC-main PFRAG.shared-main PLIST-main Removed files: lang/gcc/4.2/pkg: PFRAG.I386 PFRAG.PIC PFRAG.shared PLIST Log message: clean-up: - use PSEUDO_FLAVORS - fix ownership of various files - new MULTI_PACKAGES - slightly newer snapshot CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:31:12 Log message: import from X.Org 7.0 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/data/xkbdata/xkbrules.am N xenocara/data/xkbdata/mkinstalldirs N xenocara/data/xkbdata/missing N xenocara/data/xkbdata/install-sh N xenocara/data/xkbdata/configure.ac N xenocara/data/xkbdata/config.h.in N xenocara/data/xkbdata/aclocal.m4 N xenocara/data/xkbdata/Makefile.am N xenocara/data/xkbdata/INSTALL N xenocara/data/xkbdata/ChangeLog N xenocara/data/xkbdata/COPYING N xenocara/data/xkbdata/configure N xenocara/data/xkbdata/Makefile.in N xenocara/data/xkbdata/types/Makefile.am N xenocara/data/xkbdata/types/Makefile.in N xenocara/data/xkbdata/types/pc N xenocara/data/xkbdata/types/numpad N xenocara/data/xkbdata/types/mousekeys N xenocara/data/xkbdata/types/iso9995 N xenocara/data/xkbdata/types/extra N xenocara/data/xkbdata/types/default N xenocara/data/xkbdata/types/complete N xenocara/data/xkbdata/types/caps N xenocara/data/xkbdata/types/cancel N xenocara/data/xkbdata/types/basic N xenocara/data/xkbdata/types/README N xenocara/data/xkbdata/rules/Makefile.am N xenocara/data/xkbdata/rules/Makefile.in N xenocara/data/xkbdata/rules/xorg.xml N xenocara/data/xkbdata/rules/xorg.lst N xenocara/data/xkbdata/rules/xorg-it.lst N xenocara/data/xkbdata/rules/xorg N xenocara/data/xkbdata/rules/xml2lst.pl N xenocara/data/xkbdata/rules/xkb.dtd N xenocara/data/xkbdata/rules/xfree98.lst N xenocara/data/xkbdata/rules/xfree98 N xenocara/data/xkbdata/rules/sun.lst N xenocara/data/xkbdata/rules/sun N xenocara/data/xkbdata/rules/sgi.lst N xenocara/data/xkbdata/rules/sgi N xenocara/data/xkbdata/rules/README N xenocara/data/xkbdata/symbols/Makefile.am N xenocara/data/xkbdata/symbols/Makefile.in N xenocara/data/xkbdata/symbols/yu N xenocara/data/xkbdata/symbols/vn N xenocara/data/xkbdata/symbols/uz N xenocara/data/xkbdata/symbols/us_intl N xenocara/data/xkbdata/symbols/us_group3 N xenocara/data/xkbdata/symbols/us_group2 N xenocara/data/xkbdata/symbols/us N xenocara/data/xkbdata/symbols/ua N xenocara/data/xkbdata/symbols/tr_f N xenocara/data/xkbdata/symbols/tr N xenocara/data/xkbdata/symbols/tml N xenocara/data/xkbdata/symbols/tj N xenocara/data/xkbdata/symbols/th_tis N xenocara/data/xkbdata/symbols/th_pat N xenocara/data/xkbdata/symbols/th N xenocara/data/xkbdata/symbols/tel N xenocara/data/xkbdata/symbols/syr_phonetic N xenocara/data/xkbdata/symbols/syr N xenocara/data/xkbdata/symbols/srvr_ctrl N xenocara/data/xkbdata/symbols/sr N xenocara/data/xkbdata/symbols/sk N xenocara/data/xkbdata/symbols/sk_qwerty N xenocara/data/xkbdata/symbols/si N xenocara/data/xkbdata/symbols/se_SE N xenocara/data/xkbdata/symbols/se_NO N xenocara/data/xkbdata/symbols/se_FI N xenocara/data/xkbdata/symbols/se N xenocara/data/xkbdata/symbols/sapmi N xenocara/data/xkbdata/symbols/ru N xenocara/data/xkbdata/symbols/ro2 N xenocara/data/xkbdata/symbols/ro N xenocara/data/xkbdata/symbols/ralt N xenocara/data/xkbdata/symbols/pt N xenocara/data/xkbdata/symbols/pl2 N xenocara/data/xkbdata/symbols/pl N xenocara/data/xkbdata/symbols/pc104 N xenocara/data/xkbdata/symbols/ori N xenocara/data/xkbdata/symbols/ogham N xenocara/data/xkbdata/symbols/no N xenocara/data/xkbdata/symbols/nl N xenocara/data/xkbdata/symbols/mt_us N xenocara/data/xkbdata/symbols/mt N xenocara/data/xkbdata/symbols/mn N xenocara/data/xkbdata/symbols/mm N xenocara/data/xkbdata/symbols/ml N xenocara/data/xkbdata/symbols/mk N xenocara/data/xkbdata/symbols/lv N xenocara/data/xkbdata/symbols/lt_std N xenocara/data/xkbdata/symbols/lt_p N xenocara/data/xkbdata/symbols/lt_a N xenocara/data/xkbdata/symbols/lt N xenocara/data/xkbdata/symbols/lock N xenocara/data/xkbdata/symbols/lo N xenocara/data/xkbdata/symbols/level3 N xenocara/data/xkbdata/symbols/la N xenocara/data/xkbdata/symbols/keypad N xenocara/data/xkbdata/symbols/kan N xenocara/data/xkbdata/symbols/jp N xenocara/data/xkbdata/symbols/iu N xenocara/data/xkbdata/symbols/it N xenocara/data/xkbdata/symbols/iso9995-3 N xenocara/data/xkbdata/symbols/is N xenocara/data/xkbdata/symbols/ir N xenocara/data/xkbdata/symbols/inet N xenocara/data/xkbdata/symbols/il_phonetic N xenocara/data/xkbdata/symbols/il N xenocara/data/xkbdata/symbols/ie N xenocara/data/xkbdata/symbols/hu_US N xenocara/data/xkbdata/symbols/hu_qwerty N xenocara/data/xkbdata/symbols/hu N xenocara/data/xkbdata/symbols/hr_US N xenocara/data/xkbdata/symbols/hr N xenocara/data/xkbdata/symbols/gur N xenocara/data/xkbdata/symbols/guj N xenocara/data/xkbdata/symbols/group N xenocara/data/xkbdata/symbols/ge_ru N xenocara/data/xkbdata/symbols/ge_la N xenocara/data/xkbdata/symbols/gb N xenocara/data/xkbdata/symbols/fr_CH N xenocara/data/xkbdata/symbols/fr N xenocara/data/xkbdata/symbols/fo N xenocara/data/xkbdata/symbols/fi N xenocara/data/xkbdata/symbols/eurosign N xenocara/data/xkbdata/symbols/es N xenocara/data/xkbdata/symbols/en_US N xenocara/data/xkbdata/symbols/el N xenocara/data/xkbdata/symbols/ee N xenocara/data/xkbdata/symbols/dvorak N xenocara/data/xkbdata/symbols/dk N xenocara/data/xkbdata/symbols/dev N xenocara/data/xkbdata/symbols/de_CH N xenocara/data/xkbdata/symbols/de N xenocara/data/xkbdata/symbols/czsk N xenocara/data/xkbdata/symbols/cz N xenocara/data/xkbdata/symbols/cz_qwerty N xenocara/data/xkbdata/symbols/ctrl N xenocara/data/xkbdata/symbols/compose N xenocara/data/xkbdata/symbols/capslock N xenocara/data/xkbdata/symbols/ca_enhanced N xenocara/data/xkbdata/symbols/ca N xenocara/data/xkbdata/symbols/by N xenocara/data/xkbdata/symbols/bs N xenocara/data/xkbdata/symbols/br N xenocara/data/xkbdata/symbols/bg N xenocara/data/xkbdata/symbols/ben N xenocara/data/xkbdata/symbols/be N xenocara/data/xkbdata/symbols/az N xenocara/data/xkbdata/symbols/ar N xenocara/data/xkbdata/symbols/apple N xenocara/data/xkbdata/symbols/am N xenocara/data/xkbdata/symbols/altwin N xenocara/data/xkbdata/symbols/al N xenocara/data/xkbdata/symbols/README N xenocara/data/xkbdata/symbols/xfree68/Makefile.am N xenocara/data/xkbdata/symbols/xfree68/Makefile.in N xenocara/data/xkbdata/symbols/xfree68/ataritt N xenocara/data/xkbdata/symbols/xfree68/amiga N xenocara/data/xkbdata/symbols/sony/Makefile.am N xenocara/data/xkbdata/symbols/sony/Makefile.in N xenocara/data/xkbdata/symbols/sony/us N xenocara/data/xkbdata/symbols/sgi/Makefile.am N xenocara/data/xkbdata/symbols/sgi/Makefile.in N xenocara/data/xkbdata/symbols/sgi/jp N xenocara/data/xkbdata/symbols/hp/Makefile.am N xenocara/data/xkbdata/symbols/hp/Makefile.in N xenocara/data/xkbdata/symbols/hp/us N xenocara/data/xkbdata/symbols/digital/Makefile.am N xenocara/data/xkbdata/symbols/digital/Makefile.in N xenocara/data/xkbdata/symbols/digital/vt N xenocara/data/xkbdata/symbols/digital/us N xenocara/data/xkbdata/symbols/digital/pc N xenocara/data/xkbdata/symbols/digital/lk N xenocara/data/xkbdata/symbols/nec/Makefile.am N xenocara/data/xkbdata/symbols/nec/Makefile.in N xenocara/data/xkbdata/symbols/nec/jp N xenocara/data/xkbdata/symbols/fujitsu/Makefile.am N xenocara/data/xkbdata/symbols/fujitsu/Makefile.in N xenocara/data/xkbdata/symbols/fujitsu/us N xenocara/data/xkbdata/symbols/fujitsu/jp N xenocara/data/xkbdata/symbols/sun/Makefile.am N xenocara/data/xkbdata/symbols/sun/Makefile.in N xenocara/data/xkbdata/symbols/sun/usb N xenocara/data/xkbdata/symbols/sun/us N xenocara/data/xkbdata/symbols/sun/se N xenocara/data/xkbdata/symbols/macintosh/Makefile.am N xenocara/data/xkbdata/symbols/macintosh/Makefile.in N xenocara/data/xkbdata/symbols/macintosh/us N xenocara/data/xkbdata/symbols/macintosh/se N xenocara/data/xkbdata/symbols/macintosh/pt N xenocara/data/xkbdata/symbols/macintosh/no N xenocara/data/xkbdata/symbols/macintosh/nl N xenocara/data/xkbdata/symbols/macintosh/it N xenocara/data/xkbdata/symbols/macintosh/gb N xenocara/data/xkbdata/symbols/macintosh/fr_CH N xenocara/data/xkbdata/symbols/macintosh/fr N xenocara/data/xkbdata/symbols/macintosh/fi N xenocara/data/xkbdata/symbols/macintosh/es N xenocara/data/xkbdata/symbols/macintosh/dk N xenocara/data/xkbdata/symbols/macintosh/de_CH N xenocara/data/xkbdata/symbols/macintosh/de N xenocara/data/xkbdata/symbols/pc/Makefile.am N xenocara/data/xkbdata/symbols/pc/Makefile.in N xenocara/data/xkbdata/symbols/pc/vn N xenocara/data/xkbdata/symbols/pc/uz N xenocara/data/xkbdata/symbols/pc/us N xenocara/data/xkbdata/symbols/pc/ua N xenocara/data/xkbdata/symbols/pc/tr N xenocara/data/xkbdata/symbols/pc/tj N xenocara/data/xkbdata/symbols/pc/th N xenocara/data/xkbdata/symbols/pc/sy N xenocara/data/xkbdata/symbols/pc/srp N xenocara/data/xkbdata/symbols/pc/sk N xenocara/data/xkbdata/symbols/pc/si N xenocara/data/xkbdata/symbols/pc/se N xenocara/data/xkbdata/symbols/pc/ru N xenocara/data/xkbdata/symbols/pc/ro N xenocara/data/xkbdata/symbols/pc/pt N xenocara/data/xkbdata/symbols/pc/pl N xenocara/data/xkbdata/symbols/pc/pk N xenocara/data/xkbdata/symbols/pc/pc N xenocara/data/xkbdata/symbols/pc/no N xenocara/data/xkbdata/symbols/pc/nl N xenocara/data/xkbdata/symbols/pc/mt N xenocara/data/xkbdata/symbols/pc/mn N xenocara/data/xkbdata/symbols/pc/mm N xenocara/data/xkbdata/symbols/pc/mkd N xenocara/data/xkbdata/symbols/pc/mao N xenocara/data/xkbdata/symbols/pc/lv N xenocara/data/xkbdata/symbols/pc/lt N xenocara/data/xkbdata/symbols/pc/lk N xenocara/data/xkbdata/symbols/pc/latin N xenocara/data/xkbdata/symbols/pc/latam N xenocara/data/xkbdata/symbols/pc/la N xenocara/data/xkbdata/symbols/pc/kg N xenocara/data/xkbdata/symbols/pc/jp N xenocara/data/xkbdata/symbols/pc/it N xenocara/data/xkbdata/symbols/pc/is N xenocara/data/xkbdata/symbols/pc/ir N xenocara/data/xkbdata/symbols/pc/in N xenocara/data/xkbdata/symbols/pc/il N xenocara/data/xkbdata/symbols/pc/ie N xenocara/data/xkbdata/symbols/pc/hu N xenocara/data/xkbdata/symbols/pc/hr N xenocara/data/xkbdata/symbols/pc/gr N xenocara/data/xkbdata/symbols/pc/ge N xenocara/data/xkbdata/symbols/pc/gb N xenocara/data/xkbdata/symbols/pc/fr N xenocara/data/xkbdata/symbols/pc/fo N xenocara/data/xkbdata/symbols/pc/fi N xenocara/data/xkbdata/symbols/pc/es N xenocara/data/xkbdata/symbols/pc/ee N xenocara/data/xkbdata/symbols/pc/dk N xenocara/data/xkbdata/symbols/pc/de N xenocara/data/xkbdata/symbols/pc/cz N xenocara/data/xkbdata/symbols/pc/ch N xenocara/data/xkbdata/symbols/pc/ca N xenocara/data/xkbdata/symbols/pc/by N xenocara/data/xkbdata/symbols/pc/bt N xenocara/data/xkbdata/symbols/pc/br N xenocara/data/xkbdata/symbols/pc/bg N xenocara/data/xkbdata/symbols/pc/be N xenocara/data/xkbdata/symbols/pc/bd N xenocara/data/xkbdata/symbols/pc/ba N xenocara/data/xkbdata/symbols/pc/az N xenocara/data/xkbdata/symbols/pc/ara N xenocara/data/xkbdata/symbols/pc/am N xenocara/data/xkbdata/symbols/pc/al N xenocara/data/xkbdata/torture/Makefile.am N xenocara/data/xkbdata/torture/Makefile.in N xenocara/data/xkbdata/torture/types N xenocara/data/xkbdata/torture/sym_interp4 N xenocara/data/xkbdata/torture/sym_interp3 N xenocara/data/xkbdata/torture/sym_interp2 N xenocara/data/xkbdata/torture/sym_interp1 N xenocara/data/xkbdata/torture/sym_interp N xenocara/data/xkbdata/torture/mod_compat4 N xenocara/data/xkbdata/torture/mod_compat3 N xenocara/data/xkbdata/torture/mod_compat2 N xenocara/data/xkbdata/torture/mod_compat1 N xenocara/data/xkbdata/torture/mod_compat N xenocara/data/xkbdata/torture/indicator3 N xenocara/data/xkbdata/torture/indicator2 N xenocara/data/xkbdata/torture/indicator1 N xenocara/data/xkbdata/torture/indicator N xenocara/data/xkbdata/geometry/Makefile.am N xenocara/data/xkbdata/geometry/Makefile.in N xenocara/data/xkbdata/geometry/winbook N xenocara/data/xkbdata/geometry/sun N xenocara/data/xkbdata/geometry/sony N xenocara/data/xkbdata/geometry/pc N xenocara/data/xkbdata/geometry/northgate N xenocara/data/xkbdata/geometry/nec N xenocara/data/xkbdata/geometry/microsoft N xenocara/data/xkbdata/geometry/macintosh N xenocara/data/xkbdata/geometry/kinesis N xenocara/data/xkbdata/geometry/keytronic N xenocara/data/xkbdata/geometry/hp N xenocara/data/xkbdata/geometry/fujitsu N xenocara/data/xkbdata/geometry/everex N xenocara/data/xkbdata/geometry/dell N xenocara/data/xkbdata/geometry/chicony N xenocara/data/xkbdata/geometry/ataritt N xenocara/data/xkbdata/geometry/amiga N xenocara/data/xkbdata/geometry/README N xenocara/data/xkbdata/geometry/ibm/Makefile.am N xenocara/data/xkbdata/geometry/ibm/Makefile.in N xenocara/data/xkbdata/geometry/ibm/thinkpad N xenocara/data/xkbdata/geometry/sgi/Makefile.am N xenocara/data/xkbdata/geometry/sgi/Makefile.in N xenocara/data/xkbdata/geometry/sgi/O2 N xenocara/data/xkbdata/geometry/sgi/indy N xenocara/data/xkbdata/geometry/sgi/indigo N xenocara/data/xkbdata/geometry/digital/Makefile.am N xenocara/data/xkbdata/geometry/digital/Makefile.in N xenocara/data/xkbdata/geometry/digital/unix N xenocara/data/xkbdata/geometry/digital/pc N xenocara/data/xkbdata/geometry/digital/lk N xenocara/data/xkbdata/compat/Makefile.am N xenocara/data/xkbdata/compat/Makefile.in N xenocara/data/xkbdata/compat/xtest N xenocara/data/xkbdata/compat/xfree86 N xenocara/data/xkbdata/compat/pc98 N xenocara/data/xkbdata/compat/pc N xenocara/data/xkbdata/compat/norepeat N xenocara/data/xkbdata/compat/mousekeys N xenocara/data/xkbdata/compat/misc N xenocara/data/xkbdata/compat/ledscroll N xenocara/data/xkbdata/compat/lednum N xenocara/data/xkbdata/compat/ledcaps N xenocara/data/xkbdata/compat/keypad N xenocara/data/xkbdata/compat/japan N xenocara/data/xkbdata/compat/iso9995 N xenocara/data/xkbdata/compat/default N xenocara/data/xkbdata/compat/complete N xenocara/data/xkbdata/compat/basic N xenocara/data/xkbdata/compat/accessx N xenocara/data/xkbdata/compat/README N xenocara/data/xkbdata/keymap/Makefile.am N xenocara/data/xkbdata/keymap/Makefile.in N xenocara/data/xkbdata/keymap/xfree98 N xenocara/data/xkbdata/keymap/xfree86 N xenocara/data/xkbdata/keymap/sony N xenocara/data/xkbdata/keymap/macintosh N xenocara/data/xkbdata/keymap/ataritt N xenocara/data/xkbdata/keymap/amiga N xenocara/data/xkbdata/keymap/README N xenocara/data/xkbdata/keymap/sgi/Makefile.am N xenocara/data/xkbdata/keymap/sgi/Makefile.in N xenocara/data/xkbdata/keymap/sgi/us N xenocara/data/xkbdata/keymap/sgi/th N xenocara/data/xkbdata/keymap/sgi/sk_qwerty N xenocara/data/xkbdata/keymap/sgi/sk N xenocara/data/xkbdata/keymap/sgi/se N xenocara/data/xkbdata/keymap/sgi/ru N xenocara/data/xkbdata/keymap/sgi/pt N xenocara/data/xkbdata/keymap/sgi/pl N xenocara/data/xkbdata/keymap/sgi/no N xenocara/data/xkbdata/keymap/sgi/jp N xenocara/data/xkbdata/keymap/sgi/it N xenocara/data/xkbdata/keymap/sgi/hu N xenocara/data/xkbdata/keymap/sgi/gb N xenocara/data/xkbdata/keymap/sgi/fr_CH N xenocara/data/xkbdata/keymap/sgi/fr N xenocara/data/xkbdata/keymap/sgi/fi N xenocara/data/xkbdata/keymap/sgi/es N xenocara/data/xkbdata/keymap/sgi/en_US N xenocara/data/xkbdata/keymap/sgi/dvorak N xenocara/data/xkbdata/keymap/sgi/dk N xenocara/data/xkbdata/keymap/sgi/de_CH N xenocara/data/xkbdata/keymap/sgi/de N xenocara/data/xkbdata/keymap/sgi/cz_qwerty N xenocara/data/xkbdata/keymap/sgi/cz N xenocara/data/xkbdata/keymap/sgi/ca N xenocara/data/xkbdata/keymap/sgi/bg N xenocara/data/xkbdata/keymap/sgi/be N xenocara/data/xkbdata/keymap/digital/Makefile.am N xenocara/data/xkbdata/keymap/digital/Makefile.in N xenocara/data/xkbdata/keymap/digital/us N xenocara/data/xkbdata/keymap/sun/Makefile.am N xenocara/data/xkbdata/keymap/sun/Makefile.in N xenocara/data/xkbdata/keymap/sun/us N xenocara/data/xkbdata/keymap/sun/uk N xenocara/data/xkbdata/keymap/sun/se N xenocara/data/xkbdata/keymap/sun/ru N xenocara/data/xkbdata/keymap/sun/pl N xenocara/data/xkbdata/keymap/sun/no N xenocara/data/xkbdata/keymap/sun/fr N xenocara/data/xkbdata/keymap/sun/fi N xenocara/data/xkbdata/keymap/sun/es N xenocara/data/xkbdata/keymap/sun/de N xenocara/data/xkbdata/keycodes/Makefile.am N xenocara/data/xkbdata/keycodes/Makefile.in N xenocara/data/xkbdata/keycodes/xfree98 N xenocara/data/xkbdata/keycodes/xfree86 N xenocara/data/xkbdata/keycodes/sun N xenocara/data/xkbdata/keycodes/sony N xenocara/data/xkbdata/keycodes/powerpcps2 N xenocara/data/xkbdata/keycodes/macintosh N xenocara/data/xkbdata/keycodes/ibm N xenocara/data/xkbdata/keycodes/hp N xenocara/data/xkbdata/keycodes/fujitsu N xenocara/data/xkbdata/keycodes/ataritt N xenocara/data/xkbdata/keycodes/amiga N xenocara/data/xkbdata/keycodes/aliases N xenocara/data/xkbdata/keycodes/README N xenocara/data/xkbdata/keycodes/sgi/Makefile.am N xenocara/data/xkbdata/keycodes/sgi/Makefile.in N xenocara/data/xkbdata/keycodes/sgi/iris N xenocara/data/xkbdata/keycodes/sgi/indy N xenocara/data/xkbdata/keycodes/sgi/indigo N xenocara/data/xkbdata/keycodes/digital/Makefile.am N xenocara/data/xkbdata/keycodes/digital/Makefile.in N xenocara/data/xkbdata/keycodes/digital/pc N xenocara/data/xkbdata/keycodes/digital/lk N xenocara/data/xkbdata/semantics/Makefile.am N xenocara/data/xkbdata/semantics/Makefile.in N xenocara/data/xkbdata/semantics/xtest N xenocara/data/xkbdata/semantics/default N xenocara/data/xkbdata/semantics/complete N xenocara/data/xkbdata/semantics/basic No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 09:32:36 Modified files: devel/p5-Algorithm-Annotate: Makefile devel/p5-Algorithm-Diff: Makefile devel/p5-Algorithm-MDiff: Makefile devel/p5-Algorithm-MarkovChain: Makefile devel/p5-Algorithm-Permute: Makefile devel/p5-App-CLI: Makefile devel/p5-App-Info: Makefile devel/p5-AppConfig: Makefile devel/p5-AppConfig-Std: Makefile devel/p5-Array-Compare: Makefile devel/p5-B-Deobfuscate: Makefile devel/p5-B-Graph: Makefile devel/p5-BFD : Makefile devel/p5-BSD-Resource: Makefile devel/p5-BSD-stat: Makefile devel/p5-Bit-Vector-Minimal: Makefile devel/p5-C-Scan: Makefile devel/p5-Cache-Cache: Makefile devel/p5-Cache-FastMmap: Makefile devel/p5-Cache-Mmap: Makefile devel/p5-Cache-Mmap/pkg: PLIST devel/p5-Cache-Simple-TimedExpiry: Makefile devel/p5-Carp-Assert: Makefile devel/p5-Carp-Clan: Makefile devel/p5-Carp-Datum: Makefile devel/p5-Catalyst-Manual: Makefile devel/p5-Catalyst-Plugin-StackTrace: Makefile devel/p5-Class-Accessor: Makefile devel/p5-Class-Accessor-Chained: Makefile devel/p5-Class-AutoClass: Makefile devel/p5-Class-Autouse: Makefile devel/p5-Class-Base: Makefile devel/p5-Class-Container: Makefile devel/p5-Class-Data-Inheritable: Makefile devel/p5-Class-Date: Makefile devel/p5-Class-ErrorHandler: Makefile devel/p5-Class-Inspector: Makefile devel/p5-Class-Loader: Makefile devel/p5-Class-MakeMethods: Makefile devel/p5-Class-MethodMaker: Makefile devel/p5-Class-MethodMapper: Makefile devel/p5-Class-ReturnValue: Makefile devel/p5-Class-Singleton: Makefile devel/p5-Class-Throwable: Makefile devel/p5-Class-Trigger: Makefile devel/p5-Class-WhiteHole: Makefile devel/p5-Class-XPath: Makefile devel/p5-Clone : Makefile devel/p5-Config-Any: Makefile devel/p5-Config-General: Makefile devel/p5-Config-Grammar: Makefile devel/p5-Config-IniFiles: Makefile devel/p5-Config-Tiny: Makefile devel/p5-Curses: Makefile devel/p5-Curses-UI: Makefile devel/p5-Curses-Widgets: Makefile devel/p5-Data-Buffer: Makefile devel/p5-Data-Dump: Makefile devel/p5-Data-Flow: Makefile devel/p5-Data-FormValidator: Makefile devel/p5-Data-Hierarchy: Makefile devel/p5-Data-ShowTable: Makefile devel/p5-Data-Visitor: Makefile devel/p5-Date-Calc: Makefile devel/p5-Date-Handler: Makefile devel/p5-Date-ICal: Makefile devel/p5-Date-Leapyear: Makefile devel/p5-Date-Simple: Makefile devel/p5-DateTime: Makefile devel/p5-DateTime-Cron-Simple: Makefile devel/p5-DateTime-Format-Builder: Makefile devel/p5-DateTime-Format-HTTP: Makefile devel/p5-DateTime-Format-ISO8601: Makefile devel/p5-DateTime-Format-Mail: Makefile devel/p5-DateTime-Format-Strptime: Makefile devel/p5-DateTime-Format-W3CDTF: Makefile devel/p5-DateTime-Locale: Makefile devel/p5-DateTime-TimeZone: Makefile devel/p5-Devel-Cycle: Makefile devel/p5-Devel-Size: Makefile devel/p5-Devel-SmallProf: Makefile devel/p5-Devel-StackTrace: Makefile devel/p5-Devel-Symdump: Makefile devel/p5-Devel-ptkdb: Makefile devel/p5-Error : Makefile devel/p5-Event : Makefile devel/p5-Event-Lib: Makefile devel/p5-Event-Lib/pkg: PLIST devel/p5-Exception-Class: Makefile devel/p5-Expect: Makefile devel/p5-Exporter-Lite: Makefile devel/p5-ExtUtils-CBuilder: Makefile devel/p5-ExtUtils-Depends: Makefile devel/p5-ExtUtils-ParseXS: Makefile devel/p5-ExtUtils-PkgConfig: Makefile devel/p5-File-Copy-Recursive: Makefile devel/p5-File-Find-Rule: Makefile devel/p5-File-Find-Rule-Filesys-Virtual: Makefile devel/p5-File-HomeDir: Makefile devel/p5-File-Modified: Makefile devel/p5-File-Path-Expand: Makefile devel/p5-File-ReadBackwards: Makefile devel/p5-File-ShareDir: Makefile devel/p5-File-Slurp: Makefile devel/p5-File-Sync: Makefile devel/p5-File-Tail: Makefile devel/p5-File-Type: Makefile devel/p5-File-chdir: Makefile devel/p5-FormValidator-Simple: Makefile devel/p5-Fortran-Format: Makefile devel/p5-FreezeThaw: Makefile devel/p5-Getargs-Long: Makefile devel/p5-Glib2 : Makefile devel/p5-Graph : Makefile devel/p5-Hash-Merge: Makefile devel/p5-Heap : Makefile devel/p5-Hook-LexWrap: Makefile devel/p5-I18N-LangTags: Makefile devel/p5-IO-All: Makefile devel/p5-IO-Capture: Makefile devel/p5-IO-Digest: Makefile devel/p5-IO-KQueue: Makefile devel/p5-IO-LockedFile: Makefile devel/p5-IO-Multiplex: Makefile devel/p5-IO-Pager: Makefile devel/p5-IO-String: Makefile devel/p5-IO-Tee: Makefile devel/p5-IO-Tty: Makefile devel/p5-IO-stringy: Makefile devel/p5-IPC-Run: Makefile devel/p5-IPC-Run3: Makefile devel/p5-IPC-ShareLite: Makefile devel/p5-Lchown: Makefile devel/p5-List-MoreUtils: Makefile devel/p5-Locale-Maketext-Fuzzy: Makefile devel/p5-Locale-Maketext-Gettext: Makefile devel/p5-Locale-Maketext-Lexicon: Makefile devel/p5-Locale-Maketext-Simple: Makefile devel/p5-Locale-PGettext: Makefile devel/p5-Locale-gettext: Makefile devel/p5-Log-Agent: Makefile devel/p5-Log-Dispatch: Makefile devel/p5-Log-Log4perl: Makefile devel/p5-MLDBM : Makefile devel/p5-MLDBM-Sync: Makefile Removed files: devel/p5-Cache-Mmap/pkg: PFRAG.shared Log message: switch about half of devel/p5-* to newest cpan practices CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:33:59 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/app/appres/config.guess N xenocara/app/appres/missing N xenocara/app/appres/NEWS N xenocara/app/appres/config.h.in N xenocara/app/appres/README N xenocara/app/appres/COPYING N xenocara/app/appres/Makefile.am N xenocara/app/appres/AUTHORS N xenocara/app/appres/compile N xenocara/app/appres/depcomp N xenocara/app/appres/config.sub N xenocara/app/appres/ChangeLog N xenocara/app/appres/install-sh N xenocara/app/appres/appres.c N xenocara/app/appres/INSTALL N xenocara/app/appres/configure N xenocara/app/appres/aclocal.m4 N xenocara/app/appres/appres.man N xenocara/app/appres/mkinstalldirs N xenocara/app/appres/Makefile.in N xenocara/app/appres/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:35:12 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/lib/libFS/config.guess N xenocara/lib/libFS/missing N xenocara/lib/libFS/ltmain.sh N xenocara/lib/libFS/NEWS N xenocara/lib/libFS/config.h.in N xenocara/lib/libFS/libfs.pc.in N xenocara/lib/libFS/README N xenocara/lib/libFS/COPYING N xenocara/lib/libFS/Makefile.am N xenocara/lib/libFS/AUTHORS N xenocara/lib/libFS/depcomp N xenocara/lib/libFS/config.sub N xenocara/lib/libFS/ChangeLog N xenocara/lib/libFS/install-sh N xenocara/lib/libFS/INSTALL N xenocara/lib/libFS/configure N xenocara/lib/libFS/aclocal.m4 N xenocara/lib/libFS/autogen.sh N xenocara/lib/libFS/mkinstalldirs N xenocara/lib/libFS/Makefile.in N xenocara/lib/libFS/configure.ac N xenocara/lib/libFS/src/FSQXInfo.c N xenocara/lib/libFS/src/fs_transport.c N xenocara/lib/libFS/src/FSQuExt.c N xenocara/lib/libFS/src/FSFtNames.c N xenocara/lib/libFS/src/FSErrDis.c N xenocara/lib/libFS/src/FSlibint.h N xenocara/lib/libFS/src/FSGetCats.c N xenocara/lib/libFS/src/Makefile.am N xenocara/lib/libFS/src/FSQGlyphs.c N xenocara/lib/libFS/src/FSOpenFont.c N xenocara/lib/libFS/src/FSSetCats.c N xenocara/lib/libFS/src/FSFontInfo.c N xenocara/lib/libFS/src/FSErrHndlr.c N xenocara/lib/libFS/src/FSSync.c N xenocara/lib/libFS/src/FSListCats.c N xenocara/lib/libFS/src/FSCloseFt.c N xenocara/lib/libFS/src/FSFlush.c N xenocara/lib/libFS/src/FSSynchro.c N xenocara/lib/libFS/src/FSlibos.h N xenocara/lib/libFS/src/FSConnServ.c N xenocara/lib/libFS/src/FSServName.c N xenocara/lib/libFS/src/FSClServ.c N xenocara/lib/libFS/src/FSQXExt.c N xenocara/lib/libFS/src/FSOpenServ.c N xenocara/lib/libFS/src/FSNextEv.c N xenocara/lib/libFS/src/FSListExt.c N xenocara/lib/libFS/src/FSlibInt.c N xenocara/lib/libFS/src/FSMisc.c N xenocara/lib/libFS/src/Makefile.in N xenocara/lib/libFS/include/X11/fonts/FSlib.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:39:02 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_99_2 N xenocara/lib/libX11/README N xenocara/lib/libX11/acinclude.m4 N xenocara/lib/libX11/configure.ac N xenocara/lib/libX11/aclocal.m4 N xenocara/lib/libX11/Makefile.am N xenocara/lib/libX11/Makefile.in N xenocara/lib/libX11/x11-xcb.pc.in N xenocara/lib/libX11/x11.pc.in N xenocara/lib/libX11/configure N xenocara/lib/libX11/AUTHORS N xenocara/lib/libX11/COPYING N xenocara/lib/libX11/ChangeLog N xenocara/lib/libX11/INSTALL N xenocara/lib/libX11/NEWS N xenocara/lib/libX11/compile N xenocara/lib/libX11/config.guess N xenocara/lib/libX11/config.sub N xenocara/lib/libX11/depcomp N xenocara/lib/libX11/install-sh N xenocara/lib/libX11/ltmain.sh N xenocara/lib/libX11/missing N xenocara/lib/libX11/cpprules.in N xenocara/lib/libX11/include/Makefile.am N xenocara/lib/libX11/include/Makefile.in N xenocara/lib/libX11/include/X11/XlibConf.h.in N xenocara/lib/libX11/include/X11/XKBlib.h N xenocara/lib/libX11/include/X11/Xcms.h N xenocara/lib/libX11/include/X11/Xlib.h N xenocara/lib/libX11/include/X11/Xlibint.h N xenocara/lib/libX11/include/X11/Xlocale.h N xenocara/lib/libX11/include/X11/Xresource.h N xenocara/lib/libX11/include/X11/Xutil.h N xenocara/lib/libX11/include/X11/cursorfont.h N xenocara/lib/libX11/include/X11/Xregion.h N xenocara/lib/libX11/include/X11/ImUtil.h N xenocara/lib/libX11/include/X11/XlibConf.h N xenocara/lib/libX11/include/X11/Xlib-xcb.h N xenocara/lib/libX11/modules/Makefile.am N xenocara/lib/libX11/modules/Makefile.in N xenocara/lib/libX11/modules/im/Makefile.am N xenocara/lib/libX11/modules/im/Makefile.in N xenocara/lib/libX11/modules/im/ximcp/Makefile.am N xenocara/lib/libX11/modules/im/ximcp/Makefile.in N xenocara/lib/libX11/modules/im/ximcp/imCallbk.c N xenocara/lib/libX11/modules/im/ximcp/imDefFlt.c N xenocara/lib/libX11/modules/im/ximcp/imDefIc.c N xenocara/lib/libX11/modules/im/ximcp/imDefIm.c N xenocara/lib/libX11/modules/im/ximcp/imDefLkup.c N xenocara/lib/libX11/modules/im/ximcp/imDispch.c N xenocara/lib/libX11/modules/im/ximcp/imEvToWire.c N xenocara/lib/libX11/modules/im/ximcp/imExten.c N xenocara/lib/libX11/modules/im/ximcp/imImSw.c N xenocara/lib/libX11/modules/im/ximcp/imInsClbk.c N xenocara/lib/libX11/modules/im/ximcp/imInt.c N xenocara/lib/libX11/modules/im/ximcp/imLcFlt.c N xenocara/lib/libX11/modules/im/ximcp/imLcGIc.c N xenocara/lib/libX11/modules/im/ximcp/imLcIc.c N xenocara/lib/libX11/modules/im/ximcp/imLcIm.c N xenocara/lib/libX11/modules/im/ximcp/imLcLkup.c N xenocara/lib/libX11/modules/im/ximcp/imLcPrs.c N xenocara/lib/libX11/modules/im/ximcp/imLcSIc.c N xenocara/lib/libX11/modules/im/ximcp/imRmAttr.c N xenocara/lib/libX11/modules/im/ximcp/imRm.c N xenocara/lib/libX11/modules/im/ximcp/imThaiFlt.c N xenocara/lib/libX11/modules/im/ximcp/imThaiIc.c N xenocara/lib/libX11/modules/im/ximcp/imThaiIm.c N xenocara/lib/libX11/modules/im/ximcp/imTrans.c N xenocara/lib/libX11/modules/im/ximcp/imTransR.c N xenocara/lib/libX11/modules/im/ximcp/imTrX.c N xenocara/lib/libX11/modules/lc/Makefile.am N xenocara/lib/libX11/modules/lc/Makefile.in N xenocara/lib/libX11/modules/lc/Utf8/Makefile.am N xenocara/lib/libX11/modules/lc/Utf8/Makefile.in N xenocara/lib/libX11/modules/lc/Utf8/lcUTF8Load.c N xenocara/lib/libX11/modules/lc/def/Makefile.am N xenocara/lib/libX11/modules/lc/def/Makefile.in N xenocara/lib/libX11/modules/lc/def/lcDefConv.c N xenocara/lib/libX11/modules/lc/gen/Makefile.am N xenocara/lib/libX11/modules/lc/gen/Makefile.in N xenocara/lib/libX11/modules/lc/gen/lcGenConv.c N xenocara/lib/libX11/modules/lc/xlocale/Makefile.am N xenocara/lib/libX11/modules/lc/xlocale/Makefile.in N xenocara/lib/libX11/modules/lc/xlocale/lcEuc.c N xenocara/lib/libX11/modules/lc/xlocale/lcJis.c N xenocara/lib/libX11/modules/lc/xlocale/lcSjis.c N xenocara/lib/libX11/modules/om/Makefile.am N xenocara/lib/libX11/modules/om/Makefile.in N xenocara/lib/libX11/modules/om/generic/Makefile.am N xenocara/lib/libX11/modules/om/generic/Makefile.in N xenocara/lib/libX11/modules/om/generic/omDefault.c N xenocara/lib/libX11/modules/om/generic/omGeneric.c N xenocara/lib/libX11/modules/om/generic/omImText.c N xenocara/lib/libX11/modules/om/generic/omText.c N xenocara/lib/libX11/modules/om/generic/omTextEsc.c N xenocara/lib/libX11/modules/om/generic/omTextExt.c N xenocara/lib/libX11/modules/om/generic/omTextPer.c N xenocara/lib/libX11/modules/om/generic/omXChar.c N xenocara/lib/libX11/src/Makefile.am N xenocara/lib/libX11/src/Makefile.in N xenocara/lib/libX11/src/config.h.in N xenocara/lib/libX11/src/x11_xcb.c N xenocara/lib/libX11/src/Xxcbint.h N xenocara/lib/libX11/src/AllCells.c N xenocara/lib/libX11/src/AllowEv.c N xenocara/lib/libX11/src/AllPlanes.c N xenocara/lib/libX11/src/AutoRep.c N xenocara/lib/libX11/src/Backgnd.c N xenocara/lib/libX11/src/BdrWidth.c N xenocara/lib/libX11/src/Bell.c N xenocara/lib/libX11/src/Border.c N xenocara/lib/libX11/src/ChAccCon.c N xenocara/lib/libX11/src/ChActPGb.c N xenocara/lib/libX11/src/ChClMode.c N xenocara/lib/libX11/src/ChCmap.c N xenocara/lib/libX11/src/ChGC.c N xenocara/lib/libX11/src/ChKeyCon.c N xenocara/lib/libX11/src/ChkIfEv.c N xenocara/lib/libX11/src/ChkMaskEv.c N xenocara/lib/libX11/src/ChkTypEv.c N xenocara/lib/libX11/src/ChkTypWEv.c N xenocara/lib/libX11/src/ChkWinEv.c N xenocara/lib/libX11/src/Clear.c N xenocara/lib/libX11/src/ChPntCon.c N xenocara/lib/libX11/src/ChProp.c N xenocara/lib/libX11/src/ChSaveSet.c N xenocara/lib/libX11/src/ChWAttrs.c N xenocara/lib/libX11/src/ChWindow.c N xenocara/lib/libX11/src/CirWin.c N xenocara/lib/libX11/src/CirWinDn.c N xenocara/lib/libX11/src/CirWinUp.c N xenocara/lib/libX11/src/ClDisplay.c N xenocara/lib/libX11/src/ClearArea.c N xenocara/lib/libX11/src/Cmap.h N xenocara/lib/libX11/src/ConfWind.c N xenocara/lib/libX11/src/Context.c N xenocara/lib/libX11/src/ConvSel.c N xenocara/lib/libX11/src/CopyArea.c N xenocara/lib/libX11/src/CopyCmap.c N xenocara/lib/libX11/src/CopyGC.c N xenocara/lib/libX11/src/CopyPlane.c N xenocara/lib/libX11/src/CrBFData.c N xenocara/lib/libX11/src/CrCmap.c N xenocara/lib/libX11/src/CrCursor.c N xenocara/lib/libX11/src/CrGC.c N xenocara/lib/libX11/src/CrGlCur.c N xenocara/lib/libX11/src/Cr.h N xenocara/lib/libX11/src/CrPFBData.c N xenocara/lib/libX11/src/CrPixmap.c N xenocara/lib/libX11/src/CrWindow.c N xenocara/lib/libX11/src/Cursor.c N xenocara/lib/libX11/src/DefCursor.c N xenocara/lib/libX11/src/DelProp.c N xenocara/lib/libX11/src/Depths.c N xenocara/lib/libX11/src/DestSubs.c N xenocara/lib/libX11/src/DestWind.c N xenocara/lib/libX11/src/DisName.c N xenocara/lib/libX11/src/DrArc.c N xenocara/lib/libX11/src/DrArcs.c N xenocara/lib/libX11/src/DrLine.c N xenocara/lib/libX11/src/DrLines.c N xenocara/lib/libX11/src/DrPoint.c N xenocara/lib/libX11/src/DrPoints.c N xenocara/lib/libX11/src/DrRect.c N xenocara/lib/libX11/src/DrRects.c N xenocara/lib/libX11/src/DrSegs.c N xenocara/lib/libX11/src/ErrDes.c N xenocara/lib/libX11/src/ErrHndlr.c N xenocara/lib/libX11/src/evtomask.c N xenocara/lib/libX11/src/EvToWire.c N xenocara/lib/libX11/src/FetchName.c N xenocara/lib/libX11/src/FillArc.c N xenocara/lib/libX11/src/FillArcs.c N xenocara/lib/libX11/src/Flush.c N xenocara/lib/libX11/src/FillPoly.c N xenocara/lib/libX11/src/FillRct.c N xenocara/lib/libX11/src/FillRcts.c N xenocara/lib/libX11/src/FilterEv.c N xenocara/lib/libX11/src/Font.c N xenocara/lib/libX11/src/FontInfo.c N xenocara/lib/libX11/src/FontNames.c N xenocara/lib/libX11/src/FreeCmap.c N xenocara/lib/libX11/src/FreeCols.c N xenocara/lib/libX11/src/FreeCurs.c N xenocara/lib/libX11/src/FreeEData.c N xenocara/lib/libX11/src/FreeGC.c N xenocara/lib/libX11/src/FreePix.c N xenocara/lib/libX11/src/FSSaver.c N xenocara/lib/libX11/src/FSWrap.c N xenocara/lib/libX11/src/GCMisc.c N xenocara/lib/libX11/src/Geom.c N xenocara/lib/libX11/src/GetAtomNm.c N xenocara/lib/libX11/src/GetColor.c N xenocara/lib/libX11/src/GetDflt.c N xenocara/lib/libX11/src/GetFPath.c N xenocara/lib/libX11/src/GetFProp.c N xenocara/lib/libX11/src/GetGCVals.c N xenocara/lib/libX11/src/GetGeom.c N xenocara/lib/libX11/src/GetHColor.c N xenocara/lib/libX11/src/GetHints.c N xenocara/lib/libX11/src/GetIFocus.c N xenocara/lib/libX11/src/GetImage.c N xenocara/lib/libX11/src/GetKCnt.c N xenocara/lib/libX11/src/GetMoEv.c N xenocara/lib/libX11/src/GetNrmHint.c N xenocara/lib/libX11/src/GetPCnt.c N xenocara/lib/libX11/src/GetPntMap.c N xenocara/lib/libX11/src/GetProp.c N xenocara/lib/libX11/src/GetRGBCMap.c N xenocara/lib/libX11/src/GetSOwner.c N xenocara/lib/libX11/src/GetSSaver.c N xenocara/lib/libX11/src/GetStCmap.c N xenocara/lib/libX11/src/GetTxtProp.c N xenocara/lib/libX11/src/GetWAttrs.c N xenocara/lib/libX11/src/GetWMCMapW.c N xenocara/lib/libX11/src/GetWMProto.c N xenocara/lib/libX11/src/globals.c N xenocara/lib/libX11/src/GrButton.c N xenocara/lib/libX11/src/GrKeybd.c N xenocara/lib/libX11/src/GrKey.c N xenocara/lib/libX11/src/GrPointer.c N xenocara/lib/libX11/src/GrServer.c N xenocara/lib/libX11/src/Host.c N xenocara/lib/libX11/src/Iconify.c N xenocara/lib/libX11/src/IfEvent.c N xenocara/lib/libX11/src/imConv.c N xenocara/lib/libX11/src/ImText16.c N xenocara/lib/libX11/src/ImText.c N xenocara/lib/libX11/src/ImUtil.c N xenocara/lib/libX11/src/InitExt.c N xenocara/lib/libX11/src/InsCmap.c N xenocara/lib/libX11/src/IntAtom.c N xenocara/lib/libX11/src/KeyBind.c N xenocara/lib/libX11/src/Key.h N xenocara/lib/libX11/src/KeysymStr.c N xenocara/lib/libX11/src/KillCl.c N xenocara/lib/libX11/src/LiHosts.c N xenocara/lib/libX11/src/LiICmaps.c N xenocara/lib/libX11/src/LiProps.c N xenocara/lib/libX11/src/ListExt.c N xenocara/lib/libX11/src/LoadFont.c N xenocara/lib/libX11/src/LockDis.c N xenocara/lib/libX11/src/locking.c N xenocara/lib/libX11/src/locking.h N xenocara/lib/libX11/src/LookupCol.c N xenocara/lib/libX11/src/LowerWin.c N xenocara/lib/libX11/src/Macros.c N xenocara/lib/libX11/src/MapRaised.c N xenocara/lib/libX11/src/MapSubs.c N xenocara/lib/libX11/src/MapWindow.c N xenocara/lib/libX11/src/Misc.c N xenocara/lib/libX11/src/MaskEvent.c N xenocara/lib/libX11/src/ModMap.c N xenocara/lib/libX11/src/MoveWin.c N xenocara/lib/libX11/src/NextEvent.c N xenocara/lib/libX11/src/OCWrap.c N xenocara/lib/libX11/src/OMWrap.c N xenocara/lib/libX11/src/OpenDis.c N xenocara/lib/libX11/src/ParseCmd.c N xenocara/lib/libX11/src/ParseCol.c N xenocara/lib/libX11/src/ParseGeom.c N xenocara/lib/libX11/src/PeekEvent.c N xenocara/lib/libX11/src/PeekIfEv.c N xenocara/lib/libX11/src/Pending.c N xenocara/lib/libX11/src/PixFormats.c N xenocara/lib/libX11/src/PmapBgnd.c N xenocara/lib/libX11/src/PmapBord.c N xenocara/lib/libX11/src/poly.h N xenocara/lib/libX11/src/PolyReg.c N xenocara/lib/libX11/src/PolyTxt16.c N xenocara/lib/libX11/src/PolyTxt.c N xenocara/lib/libX11/src/PropAlloc.c N xenocara/lib/libX11/src/PutBEvent.c N xenocara/lib/libX11/src/PutImage.c N xenocara/lib/libX11/src/Quarks.c N xenocara/lib/libX11/src/QuBest.c N xenocara/lib/libX11/src/QuColor.c N xenocara/lib/libX11/src/QuColors.c N xenocara/lib/libX11/src/QuCurShp.c N xenocara/lib/libX11/src/QuExt.c N xenocara/lib/libX11/src/QuKeybd.c N xenocara/lib/libX11/src/QuPntr.c N xenocara/lib/libX11/src/QuStipShp.c N xenocara/lib/libX11/src/QuTextE16.c N xenocara/lib/libX11/src/QuTextExt.c N xenocara/lib/libX11/src/QuTileShp.c N xenocara/lib/libX11/src/QuTree.c N xenocara/lib/libX11/src/RaiseWin.c N xenocara/lib/libX11/src/RdBitF.c N xenocara/lib/libX11/src/RecolorC.c N xenocara/lib/libX11/src/ReconfWin.c N xenocara/lib/libX11/src/ReconfWM.c N xenocara/lib/libX11/src/Region.c N xenocara/lib/libX11/src/RegstFlt.c N xenocara/lib/libX11/src/RepWindow.c N xenocara/lib/libX11/src/RestackWs.c N xenocara/lib/libX11/src/RotProp.c N xenocara/lib/libX11/src/ScrResStr.c N xenocara/lib/libX11/src/SelInput.c N xenocara/lib/libX11/src/SendEvent.c N xenocara/lib/libX11/src/SetBack.c N xenocara/lib/libX11/src/Sync.c N xenocara/lib/libX11/src/SetClMask.c N xenocara/lib/libX11/src/SetClOrig.c N xenocara/lib/libX11/src/SetCRects.c N xenocara/lib/libX11/src/SetDashes.c N xenocara/lib/libX11/src/SetFont.c N xenocara/lib/libX11/src/SetFore.c N xenocara/lib/libX11/src/SetFPath.c N xenocara/lib/libX11/src/SetFunc.c N xenocara/lib/libX11/src/SetHints.c N xenocara/lib/libX11/src/SetIFocus.c N xenocara/lib/libX11/src/SetLocale.c N xenocara/lib/libX11/src/SetLStyle.c N xenocara/lib/libX11/src/SetNrmHint.c N xenocara/lib/libX11/src/SetPMask.c N xenocara/lib/libX11/src/SetPntMap.c N xenocara/lib/libX11/src/SetRGBCMap.c N xenocara/lib/libX11/src/SetSOwner.c N xenocara/lib/libX11/src/SetSSaver.c N xenocara/lib/libX11/src/SetState.c N xenocara/lib/libX11/src/SetStCmap.c N xenocara/lib/libX11/src/SetStip.c N xenocara/lib/libX11/src/SetTile.c N xenocara/lib/libX11/src/SetTSOrig.c N xenocara/lib/libX11/src/SetTxtProp.c N xenocara/lib/libX11/src/Text.c N xenocara/lib/libX11/src/SetWMCMapW.c N xenocara/lib/libX11/src/SetWMProto.c N xenocara/lib/libX11/src/StBytes.c N xenocara/lib/libX11/src/StColor.c N xenocara/lib/libX11/src/StColors.c N xenocara/lib/libX11/src/StName.c N xenocara/lib/libX11/src/StNColor.c N xenocara/lib/libX11/src/StrKeysym.c N xenocara/lib/libX11/src/StrToText.c N xenocara/lib/libX11/src/Synchro.c N xenocara/lib/libX11/src/Text16.c N xenocara/lib/libX11/src/TextExt16.c N xenocara/lib/libX11/src/TextExt.c N xenocara/lib/libX11/src/TextToStr.c N xenocara/lib/libX11/src/TrCoords.c N xenocara/lib/libX11/src/UndefCurs.c N xenocara/lib/libX11/src/UngrabBut.c N xenocara/lib/libX11/src/UngrabKbd.c N xenocara/lib/libX11/src/UngrabKey.c N xenocara/lib/libX11/src/UngrabPtr.c N xenocara/lib/libX11/src/UngrabSvr.c N xenocara/lib/libX11/src/UninsCmap.c N xenocara/lib/libX11/src/UnldFont.c N xenocara/lib/libX11/src/UnmapSubs.c N xenocara/lib/libX11/src/UnmapWin.c N xenocara/lib/libX11/src/VisUtil.c N xenocara/lib/libX11/src/WarpPtr.c N xenocara/lib/libX11/src/Window.c N xenocara/lib/libX11/src/WinEvent.c N xenocara/lib/libX11/src/Withdraw.c N xenocara/lib/libX11/src/WMGeom.c N xenocara/lib/libX11/src/WMProps.c N xenocara/lib/libX11/src/WrBitF.c N xenocara/lib/libX11/src/Xatomtype.h N xenocara/lib/libX11/src/Xintatom.h N xenocara/lib/libX11/src/Xintconn.h N xenocara/lib/libX11/src/XlibAsync.c N xenocara/lib/libX11/src/XlibInt.c N xenocara/lib/libX11/src/XomGeneric.h N xenocara/lib/libX11/src/Xresinternal.h N xenocara/lib/libX11/src/Xrm.c N xenocara/lib/libX11/src/XrmI.h N xenocara/lib/libX11/src/os2Stubs.c N xenocara/lib/libX11/src/udcInf.c N xenocara/lib/libX11/src/UIThrStubs.c N xenocara/lib/libX11/src/xcb_lock.c N xenocara/lib/libX11/src/xcb_disp.c N xenocara/lib/libX11/src/xcb_io.c N xenocara/lib/libX11/src/ConnDis.c N xenocara/lib/libX11/src/x11_trans.c N xenocara/lib/libX11/src/XKeysymDB N xenocara/lib/libX11/src/XErrorDB N xenocara/lib/libX11/src/xkb/Makefile.am N xenocara/lib/libX11/src/xkb/Makefile.in N xenocara/lib/libX11/src/xkb/XKB.c N xenocara/lib/libX11/src/xkb/XKBBind.c N xenocara/lib/libX11/src/xkb/XKBCompat.c N xenocara/lib/libX11/src/xkb/XKBCtrls.c N xenocara/lib/libX11/src/xkb/XKBCvt.c N xenocara/lib/libX11/src/xkb/XKBGetMap.c N xenocara/lib/libX11/src/xkb/XKBGetByName.c N xenocara/lib/libX11/src/xkb/XKBNames.c N xenocara/lib/libX11/src/xkb/XKBRdBuf.c N xenocara/lib/libX11/src/xkb/XKBSetMap.c N xenocara/lib/libX11/src/xkb/XKBUse.c N xenocara/lib/libX11/src/xkb/XKBleds.c N xenocara/lib/libX11/src/xkb/XKBBell.c N xenocara/lib/libX11/src/xkb/XKBGeom.c N xenocara/lib/libX11/src/xkb/XKBSetGeom.c N xenocara/lib/libX11/src/xkb/XKBExtDev.c N xenocara/lib/libX11/src/xkb/XKBList.c N xenocara/lib/libX11/src/xkb/XKBMisc.c N xenocara/lib/libX11/src/xkb/XKBMAlloc.c N xenocara/lib/libX11/src/xkb/XKBGAlloc.c N xenocara/lib/libX11/src/xkb/XKBAlloc.c N xenocara/lib/libX11/src/xkb/XKBlibint.h N xenocara/lib/libX11/src/util/Makefile.am N xenocara/lib/libX11/src/util/Makefile.in N xenocara/lib/libX11/src/util/makekeys.c N xenocara/lib/libX11/src/util/mkks.sh N xenocara/lib/libX11/src/xcms/Xcms.txt N xenocara/lib/libX11/src/xcms/Makefile.am N xenocara/lib/libX11/src/xcms/Makefile.in N xenocara/lib/libX11/src/xcms/AddDIC.c N xenocara/lib/libX11/src/xcms/AddSF.c N xenocara/lib/libX11/src/xcms/CCC.c N xenocara/lib/libX11/src/xcms/CvColW.c N xenocara/lib/libX11/src/xcms/CvCols.c N xenocara/lib/libX11/src/xcms/Cv.h N xenocara/lib/libX11/src/xcms/HVC.c N xenocara/lib/libX11/src/xcms/HVCGcC.c N xenocara/lib/libX11/src/xcms/HVCGcV.c N xenocara/lib/libX11/src/xcms/HVCGcVC.c N xenocara/lib/libX11/src/xcms/HVCMnV.c N xenocara/lib/libX11/src/xcms/HVCMxC.c N xenocara/lib/libX11/src/xcms/HVCMxV.c N xenocara/lib/libX11/src/xcms/HVCMxVC.c N xenocara/lib/libX11/src/xcms/HVCMxVs.c N xenocara/lib/libX11/src/xcms/HVCWpAj.c N xenocara/lib/libX11/src/xcms/IdOfPr.c N xenocara/lib/libX11/src/xcms/LRGB.c N xenocara/lib/libX11/src/xcms/Lab.c N xenocara/lib/libX11/src/xcms/LabGcC.c N xenocara/lib/libX11/src/xcms/LabGcL.c N xenocara/lib/libX11/src/xcms/LabGcLC.c N xenocara/lib/libX11/src/xcms/LabMnL.c N xenocara/lib/libX11/src/xcms/LabMxC.c N xenocara/lib/libX11/src/xcms/LabMxL.c N xenocara/lib/libX11/src/xcms/LabMxLC.c N xenocara/lib/libX11/src/xcms/LabWpAj.c N xenocara/lib/libX11/src/xcms/Luv.c N xenocara/lib/libX11/src/xcms/LuvGcC.c N xenocara/lib/libX11/src/xcms/LuvGcL.c N xenocara/lib/libX11/src/xcms/LuvGcLC.c N xenocara/lib/libX11/src/xcms/LuvMnL.c N xenocara/lib/libX11/src/xcms/LuvMxC.c N xenocara/lib/libX11/src/xcms/LuvMxL.c N xenocara/lib/libX11/src/xcms/LuvMxLC.c N xenocara/lib/libX11/src/xcms/LuvWpAj.c N xenocara/lib/libX11/src/xcms/OfCCC.c N xenocara/lib/libX11/src/xcms/PrOfId.c N xenocara/lib/libX11/src/xcms/QBlack.c N xenocara/lib/libX11/src/xcms/QBlue.c N xenocara/lib/libX11/src/xcms/QGreen.c N xenocara/lib/libX11/src/xcms/QRed.c N xenocara/lib/libX11/src/xcms/QWhite.c N xenocara/lib/libX11/src/xcms/QuCol.c N xenocara/lib/libX11/src/xcms/QuCols.c N xenocara/lib/libX11/src/xcms/SetCCC.c N xenocara/lib/libX11/src/xcms/SetGetCols.c N xenocara/lib/libX11/src/xcms/StCol.c N xenocara/lib/libX11/src/xcms/StCols.c N xenocara/lib/libX11/src/xcms/UNDEFINED.c N xenocara/lib/libX11/src/xcms/XRGB.c N xenocara/lib/libX11/src/xcms/XYZ.c N xenocara/lib/libX11/src/xcms/cmsAllCol.c N xenocara/lib/libX11/src/xcms/cmsAllNCol.c N xenocara/lib/libX11/src/xcms/cmsCmap.c N xenocara/lib/libX11/src/xcms/cmsColNm.c N xenocara/lib/libX11/src/xcms/cmsGlobls.c N xenocara/lib/libX11/src/xcms/cmsInt.c N xenocara/lib/libX11/src/xcms/cmsLkCol.c N xenocara/lib/libX11/src/xcms/cmsMath.c N xenocara/lib/libX11/src/xcms/cmsProp.c N xenocara/lib/libX11/src/xcms/cmsTrig.c N xenocara/lib/libX11/src/xcms/uvY.c N xenocara/lib/libX11/src/xcms/xyY.c N xenocara/lib/libX11/src/xcms/Xcmsint.h N xenocara/lib/libX11/src/xlibi18n/Makefile.am N xenocara/lib/libX11/src/xlibi18n/Makefile.in N xenocara/lib/libX11/src/xlibi18n/XlcDL.c N xenocara/lib/libX11/src/xlibi18n/XlcSL.c N xenocara/lib/libX11/src/xlibi18n/XDefaultIMIF.c N xenocara/lib/libX11/src/xlibi18n/XDefaultOMIF.c N xenocara/lib/libX11/src/xlibi18n/xim_trans.c N xenocara/lib/libX11/src/xlibi18n/ICWrap.c N xenocara/lib/libX11/src/xlibi18n/IMWrap.c N xenocara/lib/libX11/src/xlibi18n/imKStoUCS.c N xenocara/lib/libX11/src/xlibi18n/lcCT.c N xenocara/lib/libX11/src/xlibi18n/lcCharSet.c N xenocara/lib/libX11/src/xlibi18n/lcConv.c N xenocara/lib/libX11/src/xlibi18n/lcDB.c N xenocara/lib/libX11/src/xlibi18n/lcDynamic.c N xenocara/lib/libX11/src/xlibi18n/lcFile.c N xenocara/lib/libX11/src/xlibi18n/lcGeneric.c N xenocara/lib/libX11/src/xlibi18n/lcInit.c N xenocara/lib/libX11/src/xlibi18n/lcPrTxt.c N xenocara/lib/libX11/src/xlibi18n/lcPubWrap.c N xenocara/lib/libX11/src/xlibi18n/lcPublic.c N xenocara/lib/libX11/src/xlibi18n/lcRM.c N xenocara/lib/libX11/src/xlibi18n/lcStd.c N xenocara/lib/libX11/src/xlibi18n/lcTxtPr.c N xenocara/lib/libX11/src/xlibi18n/lcUTF8.c N xenocara/lib/libX11/src/xlibi18n/lcUtil.c N xenocara/lib/libX11/src/xlibi18n/lcWrap.c N xenocara/lib/libX11/src/xlibi18n/mbWMProps.c N xenocara/lib/libX11/src/xlibi18n/mbWrap.c N xenocara/lib/libX11/src/xlibi18n/utf8WMProps.c N xenocara/lib/libX11/src/xlibi18n/utf8Wrap.c N xenocara/lib/libX11/src/xlibi18n/wcWrap.c N xenocara/lib/libX11/src/xlibi18n/Xaixlcint.h N xenocara/lib/libX11/src/xlibi18n/XimImSw.h N xenocara/lib/libX11/src/xlibi18n/XimProto.h N xenocara/lib/libX11/src/xlibi18n/XimThai.h N xenocara/lib/libX11/src/xlibi18n/XimTrInt.h N xenocara/lib/libX11/src/xlibi18n/XimTrX.h N xenocara/lib/libX11/src/xlibi18n/XimTrans.h N xenocara/lib/libX11/src/xlibi18n/Ximint.h N xenocara/lib/libX11/src/xlibi18n/XimintL.h N xenocara/lib/libX11/src/xlibi18n/XimintP.h N xenocara/lib/libX11/src/xlibi18n/XlcGeneric.h N xenocara/lib/libX11/src/xlibi18n/XlcPubI.h N xenocara/lib/libX11/src/xlibi18n/XlcPublic.h N xenocara/lib/libX11/src/xlibi18n/Xlcint.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/armscii_8.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/ascii.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/big5.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/big5_emacs.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1133.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1251.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1255.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1256.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/gb2312.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/georgian_academy.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/georgian_ps.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_1.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_10.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_11.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_13.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_14.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_15.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_16.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_2.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_3.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_4.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_5.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/tcvn.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_6.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_7.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_8.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_9.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_9e.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0201.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0208.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0212.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_c.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_r.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_u.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/ksc5601.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/mulelao.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/tatar_cyr.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/tis620.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/ucs2be.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/utf8.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/viscii.h N xenocara/lib/libX11/src/xlibi18n/lcUniConv/README N xenocara/lib/libX11/src/xlibi18n/lcUniConv/COPYRIGHT N xenocara/lib/libX11/src/xlibi18n/lcUniConv/8bit_tab_to_h.c N xenocara/lib/libX11/src/xlibi18n/lcUniConv/cjk_tab_to_h.c N xenocara/lib/libX11/nls/Makefile.am N xenocara/lib/libX11/nls/Makefile.in N xenocara/lib/libX11/nls/locale.alias.pre N xenocara/lib/libX11/nls/compose.dir.pre N xenocara/lib/libX11/nls/locale.dir.pre N xenocara/lib/libX11/nls/localerules.in N xenocara/lib/libX11/nls/armscii-8/XI18N_OBJS N xenocara/lib/libX11/nls/armscii-8/Makefile.am N xenocara/lib/libX11/nls/armscii-8/Makefile.in N xenocara/lib/libX11/nls/armscii-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/armscii-8/Compose.pre N xenocara/lib/libX11/nls/C/XI18N_OBJS N xenocara/lib/libX11/nls/C/Makefile.am N xenocara/lib/libX11/nls/C/Makefile.in N xenocara/lib/libX11/nls/C/XLC_LOCALE.pre N xenocara/lib/libX11/nls/C/Compose.pre N xenocara/lib/libX11/nls/el_GR.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/el_GR.UTF-8/Makefile.am N xenocara/lib/libX11/nls/el_GR.UTF-8/Makefile.in N xenocara/lib/libX11/nls/el_GR.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/el_GR.UTF-8/Compose.pre N xenocara/lib/libX11/nls/en_US.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/en_US.UTF-8/Makefile.am N xenocara/lib/libX11/nls/en_US.UTF-8/Makefile.in N xenocara/lib/libX11/nls/en_US.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/en_US.UTF-8/Compose.pre N xenocara/lib/libX11/nls/georgian-academy/XI18N_OBJS N xenocara/lib/libX11/nls/georgian-academy/Makefile.am N xenocara/lib/libX11/nls/georgian-academy/Makefile.in N xenocara/lib/libX11/nls/georgian-academy/XLC_LOCALE.pre N xenocara/lib/libX11/nls/georgian-academy/Compose.pre N xenocara/lib/libX11/nls/georgian-ps/XI18N_OBJS N xenocara/lib/libX11/nls/georgian-ps/Makefile.am N xenocara/lib/libX11/nls/georgian-ps/Makefile.in N xenocara/lib/libX11/nls/georgian-ps/XLC_LOCALE.pre N xenocara/lib/libX11/nls/georgian-ps/Compose.pre N xenocara/lib/libX11/nls/ibm-cp1133/XI18N_OBJS N xenocara/lib/libX11/nls/ibm-cp1133/Makefile.am N xenocara/lib/libX11/nls/ibm-cp1133/Makefile.in N xenocara/lib/libX11/nls/ibm-cp1133/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ibm-cp1133/Compose.pre N xenocara/lib/libX11/nls/iscii-dev/XI18N_OBJS N xenocara/lib/libX11/nls/iscii-dev/Makefile.am N xenocara/lib/libX11/nls/iscii-dev/Makefile.in N xenocara/lib/libX11/nls/iscii-dev/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iscii-dev/Compose.pre N xenocara/lib/libX11/nls/isiri-3342/XI18N_OBJS N xenocara/lib/libX11/nls/isiri-3342/Makefile.am N xenocara/lib/libX11/nls/isiri-3342/Makefile.in N xenocara/lib/libX11/nls/isiri-3342/XLC_LOCALE.pre N xenocara/lib/libX11/nls/isiri-3342/Compose.pre N xenocara/lib/libX11/nls/iso8859-1/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-1/Makefile.am N xenocara/lib/libX11/nls/iso8859-1/Makefile.in N xenocara/lib/libX11/nls/iso8859-1/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-1/Compose.pre N xenocara/lib/libX11/nls/iso8859-10/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-10/Makefile.am N xenocara/lib/libX11/nls/iso8859-10/Makefile.in N xenocara/lib/libX11/nls/iso8859-10/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-10/Compose.pre N xenocara/lib/libX11/nls/iso8859-11/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-11/Makefile.am N xenocara/lib/libX11/nls/iso8859-11/Makefile.in N xenocara/lib/libX11/nls/iso8859-11/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-11/Compose.pre N xenocara/lib/libX11/nls/iso8859-13/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-13/Makefile.am N xenocara/lib/libX11/nls/iso8859-13/Makefile.in N xenocara/lib/libX11/nls/iso8859-13/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-13/Compose.pre N xenocara/lib/libX11/nls/iso8859-14/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-14/Makefile.am N xenocara/lib/libX11/nls/iso8859-14/Makefile.in N xenocara/lib/libX11/nls/iso8859-14/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-14/Compose.pre N xenocara/lib/libX11/nls/iso8859-15/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-15/Makefile.am N xenocara/lib/libX11/nls/iso8859-15/Makefile.in N xenocara/lib/libX11/nls/iso8859-15/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-15/Compose.pre N xenocara/lib/libX11/nls/iso8859-2/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-2/Makefile.am N xenocara/lib/libX11/nls/iso8859-2/Makefile.in N xenocara/lib/libX11/nls/iso8859-2/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-2/Compose.pre N xenocara/lib/libX11/nls/ja/XI18N_OBJS N xenocara/lib/libX11/nls/ja/Makefile.am N xenocara/lib/libX11/nls/ja/Makefile.in N xenocara/lib/libX11/nls/ja/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja/Compose.pre N xenocara/lib/libX11/nls/iso8859-3/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-3/Makefile.am N xenocara/lib/libX11/nls/iso8859-3/Makefile.in N xenocara/lib/libX11/nls/iso8859-3/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-3/Compose.pre N xenocara/lib/libX11/nls/iso8859-4/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-4/Makefile.am N xenocara/lib/libX11/nls/iso8859-4/Makefile.in N xenocara/lib/libX11/nls/iso8859-4/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-4/Compose.pre N xenocara/lib/libX11/nls/iso8859-5/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-5/Makefile.am N xenocara/lib/libX11/nls/iso8859-5/Makefile.in N xenocara/lib/libX11/nls/iso8859-5/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-5/Compose.pre N xenocara/lib/libX11/nls/iso8859-6/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-6/Makefile.am N xenocara/lib/libX11/nls/iso8859-6/Makefile.in N xenocara/lib/libX11/nls/iso8859-6/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-6/Compose.pre N xenocara/lib/libX11/nls/iso8859-7/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-7/Makefile.am N xenocara/lib/libX11/nls/iso8859-7/Makefile.in N xenocara/lib/libX11/nls/iso8859-7/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-7/Compose.pre N xenocara/lib/libX11/nls/iso8859-8/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-8/Makefile.am N xenocara/lib/libX11/nls/iso8859-8/Makefile.in N xenocara/lib/libX11/nls/iso8859-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-8/Compose.pre N xenocara/lib/libX11/nls/iso8859-9/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-9/Makefile.am N xenocara/lib/libX11/nls/iso8859-9/Makefile.in N xenocara/lib/libX11/nls/iso8859-9/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-9/Compose.pre N xenocara/lib/libX11/nls/iso8859-9e/XI18N_OBJS N xenocara/lib/libX11/nls/iso8859-9e/Makefile.am N xenocara/lib/libX11/nls/iso8859-9e/Makefile.in N xenocara/lib/libX11/nls/iso8859-9e/XLC_LOCALE.pre N xenocara/lib/libX11/nls/iso8859-9e/Compose.pre N xenocara/lib/libX11/nls/ja.JIS/XI18N_OBJS N xenocara/lib/libX11/nls/ja.JIS/Makefile.am N xenocara/lib/libX11/nls/ja.JIS/Makefile.in N xenocara/lib/libX11/nls/ja.JIS/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja.JIS/Compose.pre N xenocara/lib/libX11/nls/ja_JP.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/ja_JP.UTF-8/Makefile.am N xenocara/lib/libX11/nls/ja_JP.UTF-8/Makefile.in N xenocara/lib/libX11/nls/ja_JP.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja_JP.UTF-8/Compose.pre N xenocara/lib/libX11/nls/ja.S90/XI18N_OBJS N xenocara/lib/libX11/nls/ja.S90/Makefile.am N xenocara/lib/libX11/nls/ja.S90/Makefile.in N xenocara/lib/libX11/nls/ja.S90/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja.S90/Compose.pre N xenocara/lib/libX11/nls/ja.SJIS/XI18N_OBJS N xenocara/lib/libX11/nls/ja.SJIS/Makefile.am N xenocara/lib/libX11/nls/ja.SJIS/Makefile.in N xenocara/lib/libX11/nls/ja.SJIS/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja.SJIS/Compose.pre N xenocara/lib/libX11/nls/ja.U90/XI18N_OBJS N xenocara/lib/libX11/nls/ja.U90/Makefile.am N xenocara/lib/libX11/nls/ja.U90/Makefile.in N xenocara/lib/libX11/nls/ja.U90/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ja.U90/Compose.pre N xenocara/lib/libX11/nls/ko/XI18N_OBJS N xenocara/lib/libX11/nls/ko/Makefile.am N xenocara/lib/libX11/nls/ko/Makefile.in N xenocara/lib/libX11/nls/ko/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ko/Compose.pre N xenocara/lib/libX11/nls/koi8-c/XI18N_OBJS N xenocara/lib/libX11/nls/koi8-c/Makefile.am N xenocara/lib/libX11/nls/koi8-c/Makefile.in N xenocara/lib/libX11/nls/koi8-c/XLC_LOCALE.pre N xenocara/lib/libX11/nls/koi8-c/Compose.pre N xenocara/lib/libX11/nls/koi8-r/XI18N_OBJS N xenocara/lib/libX11/nls/koi8-r/Makefile.am N xenocara/lib/libX11/nls/koi8-r/Makefile.in N xenocara/lib/libX11/nls/koi8-r/XLC_LOCALE.pre N xenocara/lib/libX11/nls/koi8-r/Compose.pre N xenocara/lib/libX11/nls/koi8-u/XI18N_OBJS N xenocara/lib/libX11/nls/koi8-u/Makefile.am N xenocara/lib/libX11/nls/koi8-u/Makefile.in N xenocara/lib/libX11/nls/koi8-u/XLC_LOCALE.pre N xenocara/lib/libX11/nls/koi8-u/Compose.pre N xenocara/lib/libX11/nls/ko_KR.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/ko_KR.UTF-8/Makefile.am N xenocara/lib/libX11/nls/ko_KR.UTF-8/Makefile.in N xenocara/lib/libX11/nls/ko_KR.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/ko_KR.UTF-8/Compose.pre N xenocara/lib/libX11/nls/microsoft-cp1251/XI18N_OBJS N xenocara/lib/libX11/nls/microsoft-cp1251/Makefile.am N xenocara/lib/libX11/nls/microsoft-cp1251/Makefile.in N xenocara/lib/libX11/nls/microsoft-cp1251/XLC_LOCALE.pre N xenocara/lib/libX11/nls/microsoft-cp1251/Compose.pre N xenocara/lib/libX11/nls/microsoft-cp1255/XI18N_OBJS N xenocara/lib/libX11/nls/microsoft-cp1255/Makefile.am N xenocara/lib/libX11/nls/microsoft-cp1255/Makefile.in N xenocara/lib/libX11/nls/microsoft-cp1255/XLC_LOCALE.pre N xenocara/lib/libX11/nls/microsoft-cp1255/Compose.pre N xenocara/lib/libX11/nls/microsoft-cp1256/XI18N_OBJS N xenocara/lib/libX11/nls/microsoft-cp1256/Makefile.am N xenocara/lib/libX11/nls/microsoft-cp1256/Makefile.in N xenocara/lib/libX11/nls/microsoft-cp1256/XLC_LOCALE.pre N xenocara/lib/libX11/nls/microsoft-cp1256/Compose.pre N xenocara/lib/libX11/nls/mulelao-1/XI18N_OBJS N xenocara/lib/libX11/nls/mulelao-1/Makefile.am N xenocara/lib/libX11/nls/mulelao-1/Makefile.in N xenocara/lib/libX11/nls/mulelao-1/XLC_LOCALE.pre N xenocara/lib/libX11/nls/mulelao-1/Compose.pre N xenocara/lib/libX11/nls/nokhchi-1/XI18N_OBJS N xenocara/lib/libX11/nls/nokhchi-1/Makefile.am N xenocara/lib/libX11/nls/nokhchi-1/Makefile.in N xenocara/lib/libX11/nls/nokhchi-1/XLC_LOCALE.pre N xenocara/lib/libX11/nls/nokhchi-1/Compose.pre N xenocara/lib/libX11/nls/pt_BR.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/pt_BR.UTF-8/Makefile.am N xenocara/lib/libX11/nls/pt_BR.UTF-8/Makefile.in N xenocara/lib/libX11/nls/pt_BR.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/pt_BR.UTF-8/Compose.pre N xenocara/lib/libX11/nls/tatar-cyr/XI18N_OBJS N xenocara/lib/libX11/nls/tatar-cyr/Makefile.am N xenocara/lib/libX11/nls/tatar-cyr/Makefile.in N xenocara/lib/libX11/nls/tatar-cyr/XLC_LOCALE.pre N xenocara/lib/libX11/nls/tatar-cyr/Compose.pre N xenocara/lib/libX11/nls/th_TH/XI18N_OBJS N xenocara/lib/libX11/nls/th_TH/Makefile.am N xenocara/lib/libX11/nls/th_TH/Makefile.in N xenocara/lib/libX11/nls/th_TH/XLC_LOCALE.pre N xenocara/lib/libX11/nls/th_TH/Compose.pre N xenocara/lib/libX11/nls/tscii-0/XI18N_OBJS N xenocara/lib/libX11/nls/tscii-0/Makefile.am N xenocara/lib/libX11/nls/tscii-0/Makefile.in N xenocara/lib/libX11/nls/tscii-0/XLC_LOCALE.pre N xenocara/lib/libX11/nls/tscii-0/Compose.pre N xenocara/lib/libX11/nls/th_TH.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/th_TH.UTF-8/Makefile.am N xenocara/lib/libX11/nls/th_TH.UTF-8/Makefile.in N xenocara/lib/libX11/nls/th_TH.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/th_TH.UTF-8/Compose.pre N xenocara/lib/libX11/nls/vi_VN.tcvn/XI18N_OBJS N xenocara/lib/libX11/nls/vi_VN.tcvn/Makefile.am N xenocara/lib/libX11/nls/vi_VN.tcvn/Makefile.in N xenocara/lib/libX11/nls/vi_VN.tcvn/XLC_LOCALE.pre N xenocara/lib/libX11/nls/vi_VN.tcvn/Compose.pre N xenocara/lib/libX11/nls/vi_VN.viscii/XI18N_OBJS N xenocara/lib/libX11/nls/vi_VN.viscii/Makefile.am N xenocara/lib/libX11/nls/vi_VN.viscii/Makefile.in N xenocara/lib/libX11/nls/vi_VN.viscii/XLC_LOCALE.pre N xenocara/lib/libX11/nls/vi_VN.viscii/Compose.pre N xenocara/lib/libX11/nls/zh_CN/XI18N_OBJS N xenocara/lib/libX11/nls/zh_CN/Makefile.am N xenocara/lib/libX11/nls/zh_CN/Makefile.in N xenocara/lib/libX11/nls/zh_CN/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_CN/Compose.pre N xenocara/lib/libX11/nls/zh_CN.gb18030/XI18N_OBJS N xenocara/lib/libX11/nls/zh_CN.gb18030/Makefile.am N xenocara/lib/libX11/nls/zh_CN.gb18030/Makefile.in N xenocara/lib/libX11/nls/zh_CN.gb18030/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_CN.gb18030/Compose.pre N xenocara/lib/libX11/nls/zh_CN.gbk/XI18N_OBJS N xenocara/lib/libX11/nls/zh_CN.gbk/Makefile.am N xenocara/lib/libX11/nls/zh_CN.gbk/Makefile.in N xenocara/lib/libX11/nls/zh_CN.gbk/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_CN.gbk/Compose.pre N xenocara/lib/libX11/nls/zh_CN.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/zh_CN.UTF-8/Makefile.am N xenocara/lib/libX11/nls/zh_CN.UTF-8/Makefile.in N xenocara/lib/libX11/nls/zh_CN.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_CN.UTF-8/Compose.pre N xenocara/lib/libX11/nls/zh_HK.big5/XI18N_OBJS N xenocara/lib/libX11/nls/zh_HK.big5/Makefile.am N xenocara/lib/libX11/nls/zh_HK.big5/Makefile.in N xenocara/lib/libX11/nls/zh_HK.big5/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_HK.big5/Compose.pre N xenocara/lib/libX11/nls/zh_HK.big5hkscs/XI18N_OBJS N xenocara/lib/libX11/nls/zh_HK.big5hkscs/Makefile.am N xenocara/lib/libX11/nls/zh_HK.big5hkscs/Makefile.in N xenocara/lib/libX11/nls/zh_HK.big5hkscs/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_HK.big5hkscs/Compose.pre N xenocara/lib/libX11/nls/zh_HK.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/zh_HK.UTF-8/Makefile.am N xenocara/lib/libX11/nls/zh_HK.UTF-8/Makefile.in N xenocara/lib/libX11/nls/zh_HK.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_HK.UTF-8/Compose.pre N xenocara/lib/libX11/nls/zh_TW/XI18N_OBJS N xenocara/lib/libX11/nls/zh_TW/Makefile.am N xenocara/lib/libX11/nls/zh_TW/Makefile.in N xenocara/lib/libX11/nls/zh_TW/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_TW/Compose.pre N xenocara/lib/libX11/nls/zh_TW.big5/XI18N_OBJS N xenocara/lib/libX11/nls/zh_TW.big5/Makefile.am N xenocara/lib/libX11/nls/zh_TW.big5/Makefile.in N xenocara/lib/libX11/nls/zh_TW.big5/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_TW.big5/Compose.pre N xenocara/lib/libX11/nls/zh_TW.UTF-8/XI18N_OBJS N xenocara/lib/libX11/nls/zh_TW.UTF-8/Makefile.am N xenocara/lib/libX11/nls/zh_TW.UTF-8/Makefile.in N xenocara/lib/libX11/nls/zh_TW.UTF-8/XLC_LOCALE.pre N xenocara/lib/libX11/nls/zh_TW.UTF-8/Compose.pre N xenocara/lib/libX11/man/Makefile.am N xenocara/lib/libX11/man/Makefile.in N xenocara/lib/libX11/man/AllPlanes.man N xenocara/lib/libX11/man/BlackPixelOfScreen.man N xenocara/lib/libX11/man/DisplayOfCCC.man N xenocara/lib/libX11/man/ImageByteOrder.man N xenocara/lib/libX11/man/IsCursorKey.man N xenocara/lib/libX11/man/XAllocClassHint.man N xenocara/lib/libX11/man/XAllocIconSize.man N xenocara/lib/libX11/man/XAllocStandardColormap.man N xenocara/lib/libX11/man/XAllocSizeHints.man N xenocara/lib/libX11/man/XAllocWMHints.man N xenocara/lib/libX11/man/XAddHost.man N xenocara/lib/libX11/man/XAllocColor.man N xenocara/lib/libX11/man/XAllowEvents.man N xenocara/lib/libX11/man/XAnyEvent.man N xenocara/lib/libX11/man/XButtonEvent.man N xenocara/lib/libX11/man/XClearArea.man N xenocara/lib/libX11/man/XChangeKeyboardControl.man N xenocara/lib/libX11/man/XChangeKeyboardMapping.man N xenocara/lib/libX11/man/XClientMessageEvent.man N xenocara/lib/libX11/man/XChangePointerControl.man N xenocara/lib/libX11/man/XChangeSaveSet.man N xenocara/lib/libX11/man/XChangeWindowAttributes.man N xenocara/lib/libX11/man/XCreateWindowEvent.man N xenocara/lib/libX11/man/XCirculateEvent.man N xenocara/lib/libX11/man/XCirculateRequestEvent.man N xenocara/lib/libX11/man/XColormapEvent.man N xenocara/lib/libX11/man/XConfigureEvent.man N xenocara/lib/libX11/man/XConfigureRequestEvent.man N xenocara/lib/libX11/man/XConfigureWindow.man N xenocara/lib/libX11/man/XCopyArea.man N xenocara/lib/libX11/man/XCreateColormap.man N xenocara/lib/libX11/man/XCreateFontCursor.man N xenocara/lib/libX11/man/XCreateFontSet.man N xenocara/lib/libX11/man/XCreateGC.man N xenocara/lib/libX11/man/XCreateIC.man N xenocara/lib/libX11/man/XInitImage.man N xenocara/lib/libX11/man/XCreateOC.man N xenocara/lib/libX11/man/XCreatePixmap.man N xenocara/lib/libX11/man/XCreateRegion.man N xenocara/lib/libX11/man/XCreateWindow.man N xenocara/lib/libX11/man/XCrossingEvent.man N xenocara/lib/libX11/man/XDestroyWindowEvent.man N xenocara/lib/libX11/man/XDefineCursor.man N xenocara/lib/libX11/man/XDestroyWindow.man N xenocara/lib/libX11/man/XDrawArc.man N xenocara/lib/libX11/man/XDrawImageString.man N xenocara/lib/libX11/man/XDrawLine.man N xenocara/lib/libX11/man/XDrawPoint.man N xenocara/lib/libX11/man/XDrawRectangle.man N xenocara/lib/libX11/man/XDrawString.man N xenocara/lib/libX11/man/XDrawText.man N xenocara/lib/libX11/man/XEmptyRegion.man N xenocara/lib/libX11/man/XrmEnumerateDatabase.man N xenocara/lib/libX11/man/XExtentsOfFontSet.man N xenocara/lib/libX11/man/XErrorEvent.man N xenocara/lib/libX11/man/XExposeEvent.man N xenocara/lib/libX11/man/XFocusChangeEvent.man N xenocara/lib/libX11/man/XFilterEvent.man N xenocara/lib/libX11/man/XFontSetExtents.man N xenocara/lib/libX11/man/XFillRectangle.man N xenocara/lib/libX11/man/XFlush.man N xenocara/lib/libX11/man/XFontsOfFontSet.man N xenocara/lib/libX11/man/XFree.man N xenocara/lib/libX11/man/XGraphicsExposeEvent.man N xenocara/lib/libX11/man/XGravityEvent.man N xenocara/lib/libX11/man/XrmGetFileDatabase.man N xenocara/lib/libX11/man/XrmGetResource.man N xenocara/lib/libX11/man/XGetVisualInfo.man N xenocara/lib/libX11/man/XGrabButton.man N xenocara/lib/libX11/man/XGetWindowAttributes.man N xenocara/lib/libX11/man/XGetWindowProperty.man N xenocara/lib/libX11/man/XGetXCBConnection.man N xenocara/lib/libX11/man/XGrabKey.man N xenocara/lib/libX11/man/XGrabKeyboard.man N xenocara/lib/libX11/man/XGrabPointer.man N xenocara/lib/libX11/man/XGrabServer.man N xenocara/lib/libX11/man/XIconifyWindow.man N xenocara/lib/libX11/man/XIfEvent.man N xenocara/lib/libX11/man/XrmInitialize.man N xenocara/lib/libX11/man/XInstallColormap.man N xenocara/lib/libX11/man/XAddConnectionWatch.man N xenocara/lib/libX11/man/XIntersectRegion.man N xenocara/lib/libX11/man/XInternAtom.man N xenocara/lib/libX11/man/XKeymapEvent.man N xenocara/lib/libX11/man/XListFonts.man N xenocara/lib/libX11/man/XLoadFont.man N xenocara/lib/libX11/man/XLookupKeysym.man N xenocara/lib/libX11/man/XrmMergeDatabases.man N xenocara/lib/libX11/man/XMapEvent.man N xenocara/lib/libX11/man/XMapRequestEvent.man N xenocara/lib/libX11/man/XMapWindow.man N xenocara/lib/libX11/man/XNextEvent.man N xenocara/lib/libX11/man/XNoOp.man N xenocara/lib/libX11/man/XOpenDisplay.man N xenocara/lib/libX11/man/XOpenIM.man N xenocara/lib/libX11/man/XOpenOM.man N xenocara/lib/libX11/man/XPropertyEvent.man N xenocara/lib/libX11/man/XParseGeometry.man N xenocara/lib/libX11/man/XPolygonRegion.man N xenocara/lib/libX11/man/XPutBackEvent.man N xenocara/lib/libX11/man/XPutImage.man N xenocara/lib/libX11/man/XrmPutResource.man N xenocara/lib/libX11/man/XQueryBestSize.man N xenocara/lib/libX11/man/XQueryColor.man N xenocara/lib/libX11/man/XQueryExtension.man N xenocara/lib/libX11/man/XQueryPointer.man N xenocara/lib/libX11/man/XQueryTree.man N xenocara/lib/libX11/man/XReparentEvent.man N xenocara/lib/libX11/man/XResourceManagerString.man N xenocara/lib/libX11/man/XResizeRequestEvent.man N xenocara/lib/libX11/man/XRaiseWindow.man N xenocara/lib/libX11/man/XReadBitmapFile.man N xenocara/lib/libX11/man/XRecolorCursor.man N xenocara/lib/libX11/man/XReparentWindow.man N xenocara/lib/libX11/man/XSelectionClearEvent.man N xenocara/lib/libX11/man/XSaveContext.man N xenocara/lib/libX11/man/XSelectionEvent.man N xenocara/lib/libX11/man/XSetICFocus.man N xenocara/lib/libX11/man/XSetICValues.man N xenocara/lib/libX11/man/XSelectInput.man N xenocara/lib/libX11/man/XStringListToTextProperty.man N xenocara/lib/libX11/man/XSelectionRequestEvent.man N xenocara/lib/libX11/man/XSetArcMode.man N xenocara/lib/libX11/man/XSetClipOrigin.man N xenocara/lib/libX11/man/XSetCloseDownMode.man N xenocara/lib/libX11/man/XSetCommand.man N xenocara/lib/libX11/man/XSetErrorHandler.man N xenocara/lib/libX11/man/XSetEventQueueOwner.man N xenocara/lib/libX11/man/XSendEvent.man N xenocara/lib/libX11/man/XSetFillStyle.man N xenocara/lib/libX11/man/XSetFont.man N xenocara/lib/libX11/man/XSetFontPath.man N xenocara/lib/libX11/man/XSetInputFocus.man N xenocara/lib/libX11/man/XSetLineAttributes.man N xenocara/lib/libX11/man/XSetPointerMapping.man N xenocara/lib/libX11/man/XSetScreenSaver.man N xenocara/lib/libX11/man/XSetSelectionOwner.man N xenocara/lib/libX11/man/XSetState.man N xenocara/lib/libX11/man/XSetTransientForHint.man N xenocara/lib/libX11/man/XSetTextProperty.man N xenocara/lib/libX11/man/XSetTile.man N xenocara/lib/libX11/man/XSetWMClientMachine.man N xenocara/lib/libX11/man/XSetWMColormapWindows.man N xenocara/lib/libX11/man/XSetWMIconName.man N xenocara/lib/libX11/man/XSetWMName.man N xenocara/lib/libX11/man/XSetWMProperties.man N xenocara/lib/libX11/man/XSetWMProtocols.man N xenocara/lib/libX11/man/XStoreBytes.man N xenocara/lib/libX11/man/XStoreColors.man N xenocara/lib/libX11/man/XStringToKeysym.man N xenocara/lib/libX11/man/XSupportsLocale.man N xenocara/lib/libX11/man/XSynchronize.man N xenocara/lib/libX11/man/XmbTextListToTextProperty.man N xenocara/lib/libX11/man/XTextExtents.man N xenocara/lib/libX11/man/XTextWidth.man N xenocara/lib/libX11/man/XInitThreads.man N xenocara/lib/libX11/man/XTranslateCoordinates.man N xenocara/lib/libX11/man/XrmUniqueQuark.man N xenocara/lib/libX11/man/XUnmapEvent.man N xenocara/lib/libX11/man/XUnmapWindow.man N xenocara/lib/libX11/man/XVaCreateNestedList.man N xenocara/lib/libX11/man/XVisibilityEvent.man N xenocara/lib/libX11/man/XWarpPointer.man N xenocara/lib/libX11/man/XcmsCCCOfColormap.man N xenocara/lib/libX11/man/XcmsAllocColor.man N xenocara/lib/libX11/man/XcmsConvertColors.man N xenocara/lib/libX11/man/XcmsColor.man N xenocara/lib/libX11/man/XcmsCreateCCC.man N xenocara/lib/libX11/man/XcmsDefaultCCC.man N xenocara/lib/libX11/man/XcmsCIELabQueryMaxC.man N xenocara/lib/libX11/man/XcmsCIELuvQueryMaxC.man N xenocara/lib/libX11/man/XcmsQueryBlack.man N xenocara/lib/libX11/man/XcmsQueryColor.man N xenocara/lib/libX11/man/XcmsStoreColor.man N xenocara/lib/libX11/man/XcmsSetWhitePoint.man N xenocara/lib/libX11/man/XcmsTekHVCQueryMaxC.man N xenocara/lib/libX11/man/XmbDrawImageString.man N xenocara/lib/libX11/man/XmbDrawString.man N xenocara/lib/libX11/man/XmbDrawText.man N xenocara/lib/libX11/man/XmbLookupString.man N xenocara/lib/libX11/man/XmbResetIC.man N xenocara/lib/libX11/man/XmbTextEscapement.man N xenocara/lib/libX11/man/XmbTextExtents.man N xenocara/lib/libX11/man/XmbTextPerCharExtents.man No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/25 09:41:33 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Log message: update xchm to 1.10 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:45:59 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libICE/ltmain.sh N xenocara/lib/libICE/depcomp N xenocara/lib/libICE/INSTALL N xenocara/lib/libICE/config.guess N xenocara/lib/libICE/install-sh N xenocara/lib/libICE/configure.ac N xenocara/lib/libICE/ChangeLog N xenocara/lib/libICE/configure N xenocara/lib/libICE/aclocal.m4 N xenocara/lib/libICE/config.h.in N xenocara/lib/libICE/AUTHORS N xenocara/lib/libICE/Makefile.am N xenocara/lib/libICE/Makefile.in N xenocara/lib/libICE/README N xenocara/lib/libICE/NEWS N xenocara/lib/libICE/COPYING N xenocara/lib/libICE/config.sub N xenocara/lib/libICE/ice.pc.in N xenocara/lib/libICE/missing N xenocara/lib/libICE/src/iceauth.c N xenocara/lib/libICE/src/replywait.c N xenocara/lib/libICE/src/globals.h N xenocara/lib/libICE/src/ping.c N xenocara/lib/libICE/src/error.c N xenocara/lib/libICE/src/register.c N xenocara/lib/libICE/src/watch.c N xenocara/lib/libICE/src/misc.c N xenocara/lib/libICE/src/process.c N xenocara/lib/libICE/src/shutdown.c N xenocara/lib/libICE/src/protosetup.c N xenocara/lib/libICE/src/Makefile.am N xenocara/lib/libICE/src/Makefile.in N xenocara/lib/libICE/src/listenwk.c N xenocara/lib/libICE/src/ICElibint.h N xenocara/lib/libICE/src/getauth.c N xenocara/lib/libICE/src/icetrans.c N xenocara/lib/libICE/src/locking.c N xenocara/lib/libICE/src/listen.c N xenocara/lib/libICE/src/connect.c N xenocara/lib/libICE/src/setauth.c N xenocara/lib/libICE/src/authutil.c N xenocara/lib/libICE/src/accept.c N xenocara/lib/libICE/include/X11/ICE/ICElib.h N xenocara/lib/libICE/include/X11/ICE/ICEproto.h N xenocara/lib/libICE/include/X11/ICE/ICEmsg.h N xenocara/lib/libICE/include/X11/ICE/ICE.h N xenocara/lib/libICE/include/X11/ICE/ICEutil.h N xenocara/lib/libICE/include/X11/ICE/ICEconn.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:46:49 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libSM/ltmain.sh N xenocara/lib/libSM/depcomp N xenocara/lib/libSM/INSTALL N xenocara/lib/libSM/sm.pc.in N xenocara/lib/libSM/config.guess N xenocara/lib/libSM/install-sh N xenocara/lib/libSM/configure.ac N xenocara/lib/libSM/ChangeLog N xenocara/lib/libSM/configure N xenocara/lib/libSM/aclocal.m4 N xenocara/lib/libSM/config.h.in N xenocara/lib/libSM/AUTHORS N xenocara/lib/libSM/Makefile.am N xenocara/lib/libSM/Makefile.in N xenocara/lib/libSM/README N xenocara/lib/libSM/NEWS N xenocara/lib/libSM/COPYING N xenocara/lib/libSM/config.sub N xenocara/lib/libSM/missing N xenocara/lib/libSM/src/globals.h N xenocara/lib/libSM/src/SMlibint.h N xenocara/lib/libSM/src/Makefile.am N xenocara/lib/libSM/src/Makefile.in N xenocara/lib/libSM/src/sm_genid.c N xenocara/lib/libSM/src/sm_auth.c N xenocara/lib/libSM/src/sm_process.c N xenocara/lib/libSM/src/sm_manager.c N xenocara/lib/libSM/src/sm_misc.c N xenocara/lib/libSM/src/sm_client.c N xenocara/lib/libSM/src/sm_error.c N xenocara/lib/libSM/include/X11/SM/SM.h N xenocara/lib/libSM/include/X11/SM/SMproto.h N xenocara/lib/libSM/include/X11/SM/SMlib.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 09:50:24 Modified files: databases/openldap: Makefile Added files: databases/openldap/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/openldap/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:50:26 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXRes/ltmain.sh N xenocara/lib/libXRes/depcomp N xenocara/lib/libXRes/INSTALL N xenocara/lib/libXRes/config.guess N xenocara/lib/libXRes/install-sh N xenocara/lib/libXRes/configure.ac N xenocara/lib/libXRes/ChangeLog N xenocara/lib/libXRes/configure N xenocara/lib/libXRes/aclocal.m4 N xenocara/lib/libXRes/config.h.in N xenocara/lib/libXRes/AUTHORS N xenocara/lib/libXRes/Makefile.am N xenocara/lib/libXRes/Makefile.in N xenocara/lib/libXRes/README N xenocara/lib/libXRes/NEWS N xenocara/lib/libXRes/COPYING N xenocara/lib/libXRes/config.sub N xenocara/lib/libXRes/missing N xenocara/lib/libXRes/autogen.sh N xenocara/lib/libXRes/xres.pc.in N xenocara/lib/libXRes/src/Makefile.am N xenocara/lib/libXRes/src/Makefile.in N xenocara/lib/libXRes/src/XRes.c N xenocara/lib/libXRes/man/Makefile.am N xenocara/lib/libXRes/man/Makefile.in N xenocara/lib/libXRes/man/XRes.man N xenocara/lib/libXRes/include/X11/extensions/XRes.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:53:06 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/lib/libXScrnSaver/ltmain.sh N xenocara/lib/libXScrnSaver/depcomp N xenocara/lib/libXScrnSaver/INSTALL N xenocara/lib/libXScrnSaver/config.guess N xenocara/lib/libXScrnSaver/install-sh N xenocara/lib/libXScrnSaver/configure.ac N xenocara/lib/libXScrnSaver/ChangeLog N xenocara/lib/libXScrnSaver/configure N xenocara/lib/libXScrnSaver/xscrnsaver.pc.in N xenocara/lib/libXScrnSaver/aclocal.m4 N xenocara/lib/libXScrnSaver/config.h.in N xenocara/lib/libXScrnSaver/AUTHORS N xenocara/lib/libXScrnSaver/Makefile.am N xenocara/lib/libXScrnSaver/Makefile.in N xenocara/lib/libXScrnSaver/README N xenocara/lib/libXScrnSaver/NEWS N xenocara/lib/libXScrnSaver/COPYING N xenocara/lib/libXScrnSaver/config.sub N xenocara/lib/libXScrnSaver/missing N xenocara/lib/libXScrnSaver/autogen.sh N xenocara/lib/libXScrnSaver/src/XScrnSaver.c N xenocara/lib/libXScrnSaver/src/Makefile.am N xenocara/lib/libXScrnSaver/src/Makefile.in N xenocara/lib/libXScrnSaver/man/Makefile.am N xenocara/lib/libXScrnSaver/man/Makefile.in N xenocara/lib/libXScrnSaver/man/Xss.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:54:07 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/lib/libXTrap/config.guess N xenocara/lib/libXTrap/missing N xenocara/lib/libXTrap/ltmain.sh N xenocara/lib/libXTrap/NEWS N xenocara/lib/libXTrap/config.h.in N xenocara/lib/libXTrap/README N xenocara/lib/libXTrap/COPYING N xenocara/lib/libXTrap/Makefile.am N xenocara/lib/libXTrap/AUTHORS N xenocara/lib/libXTrap/depcomp N xenocara/lib/libXTrap/config.sub N xenocara/lib/libXTrap/ChangeLog N xenocara/lib/libXTrap/install-sh N xenocara/lib/libXTrap/INSTALL N xenocara/lib/libXTrap/configure N xenocara/lib/libXTrap/aclocal.m4 N xenocara/lib/libXTrap/xtrap.pc.in N xenocara/lib/libXTrap/autogen.sh N xenocara/lib/libXTrap/mkinstalldirs N xenocara/lib/libXTrap/Makefile.in N xenocara/lib/libXTrap/configure.ac N xenocara/lib/libXTrap/src/XEDsptch.c N xenocara/lib/libXTrap/src/XEStrMap.c N xenocara/lib/libXTrap/src/XETrapInit.c N xenocara/lib/libXTrap/src/XEConTxt.c N xenocara/lib/libXTrap/src/XECallBcks.c N xenocara/lib/libXTrap/src/XERqsts.c N xenocara/lib/libXTrap/src/Makefile.am N xenocara/lib/libXTrap/src/XEPrInfo.c N xenocara/lib/libXTrap/src/XEWrappers.c N xenocara/lib/libXTrap/src/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:55:09 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXau/config.guess N xenocara/lib/libXau/AuFileName.c N xenocara/lib/libXau/COPYING N xenocara/lib/libXau/AuWrite.c N xenocara/lib/libXau/AuUnlock.c N xenocara/lib/libXau/AuLock.c N xenocara/lib/libXau/Xau.man N xenocara/lib/libXau/AuGetAddr.c N xenocara/lib/libXau/ltmain.sh N xenocara/lib/libXau/Makefile.in N xenocara/lib/libXau/missing N xenocara/lib/libXau/Makefile.am N xenocara/lib/libXau/k5encode.c N xenocara/lib/libXau/install-sh N xenocara/lib/libXau/Autest.c N xenocara/lib/libXau/depcomp N xenocara/lib/libXau/AuDispose.c N xenocara/lib/libXau/config.h.in N xenocara/lib/libXau/NEWS N xenocara/lib/libXau/xau.pc.in N xenocara/lib/libXau/AuRead.c N xenocara/lib/libXau/AUTHORS N xenocara/lib/libXau/configure.ac N xenocara/lib/libXau/INSTALL N xenocara/lib/libXau/ChangeLog N xenocara/lib/libXau/configure N xenocara/lib/libXau/README N xenocara/lib/libXau/aclocal.m4 N xenocara/lib/libXau/config.sub N xenocara/lib/libXau/AuGetBest.c N xenocara/lib/libXau/include/X11/Xauth.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:56:38 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXaw/config.guess N xenocara/lib/libXaw/COPYING N xenocara/lib/libXaw/xaw.m4 N xenocara/lib/libXaw/ltmain.sh N xenocara/lib/libXaw/Makefile.in N xenocara/lib/libXaw/xaw6.pc.in N xenocara/lib/libXaw/missing N xenocara/lib/libXaw/Makefile.am N xenocara/lib/libXaw/xaw7.pc.in N xenocara/lib/libXaw/install-sh N xenocara/lib/libXaw/xaw8.pc.in N xenocara/lib/libXaw/depcomp N xenocara/lib/libXaw/autogen.sh N xenocara/lib/libXaw/config.h.in N xenocara/lib/libXaw/NEWS N xenocara/lib/libXaw/compile N xenocara/lib/libXaw/AUTHORS N xenocara/lib/libXaw/configure.ac N xenocara/lib/libXaw/INSTALL N xenocara/lib/libXaw/ChangeLog N xenocara/lib/libXaw/configure N xenocara/lib/libXaw/README N xenocara/lib/libXaw/aclocal.m4 N xenocara/lib/libXaw/config.sub N xenocara/lib/libXaw/include/Makefile.in N xenocara/lib/libXaw/include/Makefile.am N xenocara/lib/libXaw/include/X11/Xaw/Reports.h N xenocara/lib/libXaw/include/X11/Xaw/Label.h N xenocara/lib/libXaw/include/X11/Xaw/StripChart.h N xenocara/lib/libXaw/include/X11/Xaw/ToggleP.h N xenocara/lib/libXaw/include/X11/Xaw/ScrollbarP.h N xenocara/lib/libXaw/include/X11/Xaw/TextSinkP.h N xenocara/lib/libXaw/include/X11/Xaw/Text.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiTextP.h N xenocara/lib/libXaw/include/X11/Xaw/Template.c N xenocara/lib/libXaw/include/X11/Xaw/Panner.h N xenocara/lib/libXaw/include/X11/Xaw/MenuButton.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiSrc.h N xenocara/lib/libXaw/include/X11/Xaw/PannerP.h N xenocara/lib/libXaw/include/X11/Xaw/Command.h N xenocara/lib/libXaw/include/X11/Xaw/Dialog.h N xenocara/lib/libXaw/include/X11/Xaw/BoxP.h N xenocara/lib/libXaw/include/X11/Xaw/Template.h N xenocara/lib/libXaw/include/X11/Xaw/XawImP.h N xenocara/lib/libXaw/include/X11/Xaw/TemplateP.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiSrcP.h N xenocara/lib/libXaw/include/X11/Xaw/TextSrcP.h N xenocara/lib/libXaw/include/X11/Xaw/CommandP.h N xenocara/lib/libXaw/include/X11/Xaw/FormP.h N xenocara/lib/libXaw/include/X11/Xaw/TreeP.h N xenocara/lib/libXaw/include/X11/Xaw/XawInit.h N xenocara/lib/libXaw/include/X11/Xaw/SmeBSBP.h N xenocara/lib/libXaw/include/X11/Xaw/Form.h N xenocara/lib/libXaw/include/X11/Xaw/MenuButtoP.h N xenocara/lib/libXaw/include/X11/Xaw/MultiSrc.h N xenocara/lib/libXaw/include/X11/Xaw/Tree.h N xenocara/lib/libXaw/include/X11/Xaw/SmeLine.h N xenocara/lib/libXaw/include/X11/Xaw/Tip.h N xenocara/lib/libXaw/include/X11/Xaw/Grip.h N xenocara/lib/libXaw/include/X11/Xaw/StripCharP.h N xenocara/lib/libXaw/include/X11/Xaw/TextSrc.h N xenocara/lib/libXaw/include/X11/Xaw/PanedP.h N xenocara/lib/libXaw/include/X11/Xaw/RepeaterP.h N xenocara/lib/libXaw/include/X11/Xaw/SmeBSB.h N xenocara/lib/libXaw/include/X11/Xaw/LabelP.h N xenocara/lib/libXaw/include/X11/Xaw/ListP.h N xenocara/lib/libXaw/include/X11/Xaw/SmeLineP.h N xenocara/lib/libXaw/include/X11/Xaw/Paned.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiText.h N xenocara/lib/libXaw/include/X11/Xaw/SimpleP.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiSinkP.h N xenocara/lib/libXaw/include/X11/Xaw/Scrollbar.h N xenocara/lib/libXaw/include/X11/Xaw/SimpleMenP.h N xenocara/lib/libXaw/include/X11/Xaw/AllWidgets.h N xenocara/lib/libXaw/include/X11/Xaw/Sme.h N xenocara/lib/libXaw/include/X11/Xaw/PortholeP.h N xenocara/lib/libXaw/include/X11/Xaw/TextSink.h N xenocara/lib/libXaw/include/X11/Xaw/TextP.h N xenocara/lib/libXaw/include/X11/Xaw/AsciiSink.h N xenocara/lib/libXaw/include/X11/Xaw/MultiSrcP.h N xenocara/lib/libXaw/include/X11/Xaw/MultiSinkP.h N xenocara/lib/libXaw/include/X11/Xaw/List.h N xenocara/lib/libXaw/include/X11/Xaw/MultiSink.h N xenocara/lib/libXaw/include/X11/Xaw/Repeater.h N xenocara/lib/libXaw/include/X11/Xaw/TipP.h N xenocara/lib/libXaw/include/X11/Xaw/Viewport.h N xenocara/lib/libXaw/include/X11/Xaw/Print.h N xenocara/lib/libXaw/include/X11/Xaw/VendorEP.h N xenocara/lib/libXaw/include/X11/Xaw/Box.h N xenocara/lib/libXaw/include/X11/Xaw/ViewportP.h N xenocara/lib/libXaw/include/X11/Xaw/DialogP.h N xenocara/lib/libXaw/include/X11/Xaw/Simple.h N xenocara/lib/libXaw/include/X11/Xaw/SmeP.h N xenocara/lib/libXaw/include/X11/Xaw/SimpleMenu.h N xenocara/lib/libXaw/include/X11/Xaw/GripP.h N xenocara/lib/libXaw/include/X11/Xaw/Porthole.h N xenocara/lib/libXaw/include/X11/Xaw/PrintSP.h N xenocara/lib/libXaw/include/X11/Xaw/Cardinals.h N xenocara/lib/libXaw/include/X11/Xaw/Toggle.h N xenocara/lib/libXaw/man/Xaw.man N xenocara/lib/libXaw/man/Makefile.in N xenocara/lib/libXaw/man/Makefile.am N xenocara/lib/libXaw/old-doc/Changelog N xenocara/lib/libXaw/old-doc/CHANGES N xenocara/lib/libXaw/src/TextAction.c N xenocara/lib/libXaw/src/SimpleMenu.c N xenocara/lib/libXaw/src/sharedlib.c N xenocara/lib/libXaw/src/SmeBSB.c N xenocara/lib/libXaw/src/PrintShell.c N xenocara/lib/libXaw/src/List.c N xenocara/lib/libXaw/src/AsciiText.c N xenocara/lib/libXaw/src/Panner.c N xenocara/lib/libXaw/src/TextTr.c N xenocara/lib/libXaw/src/Grip.c N xenocara/lib/libXaw/src/Private.h N xenocara/lib/libXaw/src/Scrollbar.c N xenocara/lib/libXaw/src/Dialog.c N xenocara/lib/libXaw/src/DisplayList.c N xenocara/lib/libXaw/src/Toggle.c N xenocara/lib/libXaw/src/Viewport.c N xenocara/lib/libXaw/src/Makefile.in N xenocara/lib/libXaw/src/Actions.c N xenocara/lib/libXaw/src/Porthole.c N xenocara/lib/libXaw/src/AllWidgets.c N xenocara/lib/libXaw/src/Makefile.am N xenocara/lib/libXaw/src/Command.c N xenocara/lib/libXaw/src/MultiSink.c N xenocara/lib/libXaw/src/Paned.c N xenocara/lib/libXaw/src/XawI18n.c N xenocara/lib/libXaw/src/MultiSrc.c N xenocara/lib/libXaw/src/StripChart.c N xenocara/lib/libXaw/src/XawI18n.h N xenocara/lib/libXaw/src/Pixmap.c N xenocara/lib/libXaw/src/Box.c N xenocara/lib/libXaw/src/Tip.c N xenocara/lib/libXaw/src/Form.c N xenocara/lib/libXaw/src/Vendor.c N xenocara/lib/libXaw/src/Converters.c N xenocara/lib/libXaw/src/SmeLine.c N xenocara/lib/libXaw/src/XawIm.c N xenocara/lib/libXaw/src/Tree.c N xenocara/lib/libXaw/src/TextPop.c N xenocara/lib/libXaw/src/TextSrc.c N xenocara/lib/libXaw/src/AsciiSrc.c N xenocara/lib/libXaw/src/OS.c N xenocara/lib/libXaw/src/Simple.c N xenocara/lib/libXaw/src/Text.c N xenocara/lib/libXaw/src/MenuButton.c N xenocara/lib/libXaw/src/AsciiSink.c N xenocara/lib/libXaw/src/TextSink.c N xenocara/lib/libXaw/src/Repeater.c N xenocara/lib/libXaw/src/XawInit.c N xenocara/lib/libXaw/src/Sme.c N xenocara/lib/libXaw/src/Label.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 09:58:23 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v0_3_1 N xenocara/lib/libXcomposite/ltmain.sh N xenocara/lib/libXcomposite/depcomp N xenocara/lib/libXcomposite/INSTALL N xenocara/lib/libXcomposite/config.guess N xenocara/lib/libXcomposite/install-sh N xenocara/lib/libXcomposite/configure.ac N xenocara/lib/libXcomposite/ChangeLog N xenocara/lib/libXcomposite/configure N xenocara/lib/libXcomposite/aclocal.m4 N xenocara/lib/libXcomposite/config.h.in N xenocara/lib/libXcomposite/AUTHORS N xenocara/lib/libXcomposite/Makefile.am N xenocara/lib/libXcomposite/Makefile.in N xenocara/lib/libXcomposite/README N xenocara/lib/libXcomposite/xcomposite.pc.in N xenocara/lib/libXcomposite/NEWS N xenocara/lib/libXcomposite/COPYING N xenocara/lib/libXcomposite/config.sub N xenocara/lib/libXcomposite/missing N xenocara/lib/libXcomposite/autogen.sh N xenocara/lib/libXcomposite/src/Makefile.am N xenocara/lib/libXcomposite/src/Makefile.in N xenocara/lib/libXcomposite/src/xcompositeint.h N xenocara/lib/libXcomposite/src/Xcomposite.c N xenocara/lib/libXcomposite/include/X11/extensions/Xcomposite.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2006/11/25 09:59:31 Modified files: sys/arch/amd64/amd64: mainbus.c mpbios.c sys/arch/amd64/include: cpu.h mpconfig.h sys/arch/amd64/isa: isa_machdep.c sys/arch/amd64/pci: pci_machdep.c sys/dev/acpi : acpimadt.c acpiprt.c Log message: sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-ioapic systems. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:00:30 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_1_8 N xenocara/lib/libXcursor/ltmain.sh N xenocara/lib/libXcursor/depcomp N xenocara/lib/libXcursor/INSTALL N xenocara/lib/libXcursor/config.guess N xenocara/lib/libXcursor/install-sh N xenocara/lib/libXcursor/configure.ac N xenocara/lib/libXcursor/ChangeLog N xenocara/lib/libXcursor/configure N xenocara/lib/libXcursor/xcursor.pc.in N xenocara/lib/libXcursor/aclocal.m4 N xenocara/lib/libXcursor/config.h.in N xenocara/lib/libXcursor/AUTHORS N xenocara/lib/libXcursor/Makefile.am N xenocara/lib/libXcursor/Makefile.in N xenocara/lib/libXcursor/README N xenocara/lib/libXcursor/NEWS N xenocara/lib/libXcursor/COPYING N xenocara/lib/libXcursor/config.sub N xenocara/lib/libXcursor/missing N xenocara/lib/libXcursor/autogen.sh N xenocara/lib/libXcursor/src/cursor.c N xenocara/lib/libXcursor/src/display.c N xenocara/lib/libXcursor/src/xcursorint.h N xenocara/lib/libXcursor/src/library.c N xenocara/lib/libXcursor/src/Makefile.am N xenocara/lib/libXcursor/src/Makefile.in N xenocara/lib/libXcursor/src/xlib.c N xenocara/lib/libXcursor/src/file.c N xenocara/lib/libXcursor/man/Xcursor.man N xenocara/lib/libXcursor/man/Makefile.am N xenocara/lib/libXcursor/man/Makefile.in N xenocara/lib/libXcursor/include/X11/Xcursor/Xcursor.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:01:38 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_4 N xenocara/lib/libXdamage/README N xenocara/lib/libXdamage/configure.ac N xenocara/lib/libXdamage/aclocal.m4 N xenocara/lib/libXdamage/Makefile.am N xenocara/lib/libXdamage/Makefile.in N xenocara/lib/libXdamage/config.h.in N xenocara/lib/libXdamage/xdamage.pc.in N xenocara/lib/libXdamage/configure N xenocara/lib/libXdamage/AUTHORS N xenocara/lib/libXdamage/COPYING N xenocara/lib/libXdamage/ChangeLog N xenocara/lib/libXdamage/INSTALL N xenocara/lib/libXdamage/NEWS N xenocara/lib/libXdamage/config.guess N xenocara/lib/libXdamage/config.sub N xenocara/lib/libXdamage/depcomp N xenocara/lib/libXdamage/install-sh N xenocara/lib/libXdamage/ltmain.sh N xenocara/lib/libXdamage/missing N xenocara/lib/libXdamage/autogen.sh N xenocara/lib/libXdamage/src/Makefile.am N xenocara/lib/libXdamage/src/Makefile.in N xenocara/lib/libXdamage/src/xdamageint.h N xenocara/lib/libXdamage/src/Xdamage.c N xenocara/lib/libXdamage/include/X11/extensions/Xdamage.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:02:53 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXdmcp/config.guess N xenocara/lib/libXdmcp/WC16.c N xenocara/lib/libXdmcp/COPYING N xenocara/lib/libXdmcp/CmpKey.c N xenocara/lib/libXdmcp/CA8.c N xenocara/lib/libXdmcp/RHead.c N xenocara/lib/libXdmcp/Unwrap.c N xenocara/lib/libXdmcp/RaA16.c N xenocara/lib/libXdmcp/A8Eq.c N xenocara/lib/libXdmcp/DecKey.c N xenocara/lib/libXdmcp/xdmcp.pc.in N xenocara/lib/libXdmcp/Alloc.c N xenocara/lib/libXdmcp/Wraphelp.c N xenocara/lib/libXdmcp/DA32.c N xenocara/lib/libXdmcp/Flush.c N xenocara/lib/libXdmcp/ltmain.sh N xenocara/lib/libXdmcp/GenKey.c N xenocara/lib/libXdmcp/Fill.c N xenocara/lib/libXdmcp/Makefile.in N xenocara/lib/libXdmcp/RC8.c N xenocara/lib/libXdmcp/RA8.c N xenocara/lib/libXdmcp/AA16.c N xenocara/lib/libXdmcp/Whead.c N xenocara/lib/libXdmcp/DA16.c N xenocara/lib/libXdmcp/missing N xenocara/lib/libXdmcp/Makefile.am N xenocara/lib/libXdmcp/RR.c N xenocara/lib/libXdmcp/RAofA8.c N xenocara/lib/libXdmcp/AA8.c N xenocara/lib/libXdmcp/DAofA8.c N xenocara/lib/libXdmcp/install-sh N xenocara/lib/libXdmcp/RaAoA8.c N xenocara/lib/libXdmcp/WA32.c N xenocara/lib/libXdmcp/Wraphelp.README.crypto N xenocara/lib/libXdmcp/WA8.c N xenocara/lib/libXdmcp/depcomp N xenocara/lib/libXdmcp/Wrap.c N xenocara/lib/libXdmcp/RA32.c N xenocara/lib/libXdmcp/DA8.c N xenocara/lib/libXdmcp/RaA8.c N xenocara/lib/libXdmcp/WC8.c N xenocara/lib/libXdmcp/autogen.sh N xenocara/lib/libXdmcp/config.h.in N xenocara/lib/libXdmcp/NEWS N xenocara/lib/libXdmcp/RC32.c N xenocara/lib/libXdmcp/WA16.c N xenocara/lib/libXdmcp/WAofA8.c N xenocara/lib/libXdmcp/WC32.c N xenocara/lib/libXdmcp/RA16.c N xenocara/lib/libXdmcp/RaA32.c N xenocara/lib/libXdmcp/RC16.c N xenocara/lib/libXdmcp/AUTHORS N xenocara/lib/libXdmcp/configure.ac N xenocara/lib/libXdmcp/INSTALL N xenocara/lib/libXdmcp/AA32.c N xenocara/lib/libXdmcp/ChangeLog N xenocara/lib/libXdmcp/configure N xenocara/lib/libXdmcp/Wrap.h N xenocara/lib/libXdmcp/IncKey.c N xenocara/lib/libXdmcp/README N xenocara/lib/libXdmcp/aclocal.m4 N xenocara/lib/libXdmcp/config.sub N xenocara/lib/libXdmcp/AofA8.c N xenocara/lib/libXdmcp/include/X11/Xdmcp.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 10:04:32 Modified files: audio/faad : Makefile Added files: audio/faad/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: audio/faad/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:04:52 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXevie/ltmain.sh N xenocara/lib/libXevie/depcomp N xenocara/lib/libXevie/INSTALL N xenocara/lib/libXevie/config.guess N xenocara/lib/libXevie/install-sh N xenocara/lib/libXevie/configure.ac N xenocara/lib/libXevie/ChangeLog N xenocara/lib/libXevie/configure N xenocara/lib/libXevie/aclocal.m4 N xenocara/lib/libXevie/config.h.in N xenocara/lib/libXevie/AUTHORS N xenocara/lib/libXevie/Makefile.am N xenocara/lib/libXevie/Makefile.in N xenocara/lib/libXevie/README N xenocara/lib/libXevie/NEWS N xenocara/lib/libXevie/COPYING N xenocara/lib/libXevie/config.sub N xenocara/lib/libXevie/xevie.pc.in N xenocara/lib/libXevie/missing N xenocara/lib/libXevie/autogen.sh N xenocara/lib/libXevie/src/Xevie.c N xenocara/lib/libXevie/src/Makefile.am N xenocara/lib/libXevie/src/Makefile.in N xenocara/lib/libXevie/man/Xevie.man N xenocara/lib/libXevie/man/Makefile.am N xenocara/lib/libXevie/man/Makefile.in N xenocara/lib/libXevie/include/X11/extensions/Xevie.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/25 10:08:11 Modified files: . : INDEX Log message: sync, 3984 unzels CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:09:48 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXext/ltmain.sh N xenocara/lib/libXext/depcomp N xenocara/lib/libXext/INSTALL N xenocara/lib/libXext/xext.pc.in N xenocara/lib/libXext/config.guess N xenocara/lib/libXext/install-sh N xenocara/lib/libXext/configure.ac N xenocara/lib/libXext/ChangeLog N xenocara/lib/libXext/configure N xenocara/lib/libXext/aclocal.m4 N xenocara/lib/libXext/config.h.in N xenocara/lib/libXext/AUTHORS N xenocara/lib/libXext/Makefile.am N xenocara/lib/libXext/Makefile.in N xenocara/lib/libXext/README N xenocara/lib/libXext/NEWS N xenocara/lib/libXext/COPYING N xenocara/lib/libXext/config.sub N xenocara/lib/libXext/missing N xenocara/lib/libXext/src/XSync.c N xenocara/lib/libXext/src/XLbx.c N xenocara/lib/libXext/src/XSecurity.c N xenocara/lib/libXext/src/globals.c N xenocara/lib/libXext/src/XAppgroup.c N xenocara/lib/libXext/src/MITMisc.c N xenocara/lib/libXext/src/Makefile.am N xenocara/lib/libXext/src/Makefile.in N xenocara/lib/libXext/src/Xdbe.c N xenocara/lib/libXext/src/XEVI.c N xenocara/lib/libXext/src/Xcup.c N xenocara/lib/libXext/src/XTestExt1.c N xenocara/lib/libXext/src/extutil.c N xenocara/lib/libXext/src/XMultibuf.c N xenocara/lib/libXext/src/DPMS.c N xenocara/lib/libXext/src/XShape.c N xenocara/lib/libXext/src/XShm.c N xenocara/lib/libXext/man/XdbeSwapBuffers.man N xenocara/lib/libXext/man/XcupGetReservedColormapEntries.man N xenocara/lib/libXext/man/XShape.man N xenocara/lib/libXext/man/XdbeAllocateBackBufferName.man N xenocara/lib/libXext/man/DPMSQueryExtension.man N xenocara/lib/libXext/man/XdbeQueryExtension.man N xenocara/lib/libXext/man/XdbeEndIdiom.man N xenocara/lib/libXext/man/DPMSInfo.man N xenocara/lib/libXext/man/DPMSForceLevel.man N xenocara/lib/libXext/man/DPMSDisable.man N xenocara/lib/libXext/man/DPMSSetTimeouts.man N xenocara/lib/libXext/man/XdbeGetVisualInfo.man N xenocara/lib/libXext/man/DPMSCapable.man N xenocara/lib/libXext/man/XdbeFreeVisualInfo.man N xenocara/lib/libXext/man/Makefile.am N xenocara/lib/libXext/man/Makefile.in N xenocara/lib/libXext/man/Xmbuf.man N xenocara/lib/libXext/man/DPMSEnable.man N xenocara/lib/libXext/man/XdbeDeallocateBackBufferName.man N xenocara/lib/libXext/man/DPMSGetTimeouts.man N xenocara/lib/libXext/man/XdbeGetBackBufferAttributes.man N xenocara/lib/libXext/man/XcupStoreColors.man N xenocara/lib/libXext/man/DBE.man N xenocara/lib/libXext/man/DPMSGetVersion.man N xenocara/lib/libXext/man/XdbeBeginIdiom.man N xenocara/lib/libXext/man/Xevi.man N xenocara/lib/libXext/man/XcupQueryVersion.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:11:05 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v4_0_3 N xenocara/lib/libXfixes/README N xenocara/lib/libXfixes/configure.ac N xenocara/lib/libXfixes/aclocal.m4 N xenocara/lib/libXfixes/Makefile.am N xenocara/lib/libXfixes/Makefile.in N xenocara/lib/libXfixes/config.h.in N xenocara/lib/libXfixes/xfixes.pc.in N xenocara/lib/libXfixes/configure N xenocara/lib/libXfixes/AUTHORS N xenocara/lib/libXfixes/COPYING N xenocara/lib/libXfixes/ChangeLog N xenocara/lib/libXfixes/INSTALL N xenocara/lib/libXfixes/NEWS N xenocara/lib/libXfixes/config.guess N xenocara/lib/libXfixes/config.sub N xenocara/lib/libXfixes/depcomp N xenocara/lib/libXfixes/install-sh N xenocara/lib/libXfixes/ltmain.sh N xenocara/lib/libXfixes/missing N xenocara/lib/libXfixes/autogen.sh N xenocara/lib/libXfixes/src/Makefile.am N xenocara/lib/libXfixes/src/Makefile.in N xenocara/lib/libXfixes/src/Cursor.c N xenocara/lib/libXfixes/src/Region.c N xenocara/lib/libXfixes/src/SaveSet.c N xenocara/lib/libXfixes/src/Selection.c N xenocara/lib/libXfixes/src/Xfixes.c N xenocara/lib/libXfixes/src/Xfixesint.h N xenocara/lib/libXfixes/include/X11/extensions/Xfixes.h N xenocara/lib/libXfixes/man/Makefile.am N xenocara/lib/libXfixes/man/Makefile.in N xenocara/lib/libXfixes/man/Xfixes.man No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 10:14:51 Modified files: print/acroread : Makefile Added files: print/acroread/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: print/acroread/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:15:01 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_2_3 N xenocara/lib/libXfont/ltmain.sh N xenocara/lib/libXfont/depcomp N xenocara/lib/libXfont/config.guess N xenocara/lib/libXfont/install-sh N xenocara/lib/libXfont/configure.ac N xenocara/lib/libXfont/ChangeLog N xenocara/lib/libXfont/configure N xenocara/lib/libXfont/aclocal.m4 N xenocara/lib/libXfont/config.h.in N xenocara/lib/libXfont/AUTHORS N xenocara/lib/libXfont/Makefile.am N xenocara/lib/libXfont/Makefile.in N xenocara/lib/libXfont/COPYING N xenocara/lib/libXfont/config.sub N xenocara/lib/libXfont/missing N xenocara/lib/libXfont/autogen.sh N xenocara/lib/libXfont/xfont.pc.in N xenocara/lib/libXfont/src/dummy.c N xenocara/lib/libXfont/src/Makefile.am N xenocara/lib/libXfont/src/Makefile.in N xenocara/lib/libXfont/src/FreeType/ft.h N xenocara/lib/libXfont/src/FreeType/ftenc.c N xenocara/lib/libXfont/src/FreeType/xttcap.c N xenocara/lib/libXfont/src/FreeType/ftsystem.c N xenocara/lib/libXfont/src/FreeType/fttools.c N xenocara/lib/libXfont/src/FreeType/Makefile.am N xenocara/lib/libXfont/src/FreeType/Makefile.in N xenocara/lib/libXfont/src/FreeType/ftfuncs.h N xenocara/lib/libXfont/src/FreeType/ftfuncs.c N xenocara/lib/libXfont/src/FreeType/xttcap.h N xenocara/lib/libXfont/src/stubs/delfntcid.c N xenocara/lib/libXfont/src/stubs/xpstubs.c N xenocara/lib/libXfont/src/stubs/gettime.c N xenocara/lib/libXfont/src/stubs/getcres.c N xenocara/lib/libXfont/src/stubs/stfntcfnt.c N xenocara/lib/libXfont/src/stubs/setfntauth.c N xenocara/lib/libXfont/src/stubs/fatalerror.c N xenocara/lib/libXfont/src/stubs/Makefile.am N xenocara/lib/libXfont/src/stubs/Makefile.in N xenocara/lib/libXfont/src/stubs/stubs.h N xenocara/lib/libXfont/src/stubs/errorf.c N xenocara/lib/libXfont/src/stubs/rmfshdl.c N xenocara/lib/libXfont/src/stubs/findoldfnt.c N xenocara/lib/libXfont/src/stubs/regfpefunc.c N xenocara/lib/libXfont/src/stubs/initfshdl.c N xenocara/lib/libXfont/src/stubs/csignal.c N xenocara/lib/libXfont/src/stubs/getnewfntcid.c N xenocara/lib/libXfont/src/stubs/getdefptsize.c N xenocara/lib/libXfont/src/stubs/cauthgen.c N xenocara/lib/libXfont/src/stubs/servclient.c N xenocara/lib/libXfont/src/fontfile/ffcheck.c N xenocara/lib/libXfont/src/fontfile/bufio.c N xenocara/lib/libXfont/src/fontfile/fontencc.c N xenocara/lib/libXfont/src/fontfile/dirfile.c N xenocara/lib/libXfont/src/fontfile/fontscale.c N xenocara/lib/libXfont/src/fontfile/register.c N xenocara/lib/libXfont/src/fontfile/bitsource.c N xenocara/lib/libXfont/src/fontfile/filewr.c N xenocara/lib/libXfont/src/fontfile/fontdir.c N xenocara/lib/libXfont/src/fontfile/Makefile.am N xenocara/lib/libXfont/src/fontfile/Makefile.in N xenocara/lib/libXfont/src/fontfile/printerfont.c N xenocara/lib/libXfont/src/fontfile/renderers.c N xenocara/lib/libXfont/src/fontfile/gunzip.c N xenocara/lib/libXfont/src/fontfile/decompress.c N xenocara/lib/libXfont/src/fontfile/defaults.c N xenocara/lib/libXfont/src/fontfile/fileio.c N xenocara/lib/libXfont/src/fontfile/fontfile.c N xenocara/lib/libXfont/src/Type1/token.c N xenocara/lib/libXfont/src/Type1/t1unicode.c N xenocara/lib/libXfont/src/Type1/cidchar.c N xenocara/lib/libXfont/src/Type1/arith.h N xenocara/lib/libXfont/src/Type1/t1info.c N xenocara/lib/libXfont/src/Type1/regions.h N xenocara/lib/libXfont/src/Type1/fontfcn.h N xenocara/lib/libXfont/src/Type1/objects.h N xenocara/lib/libXfont/src/Type1/trig.h N xenocara/lib/libXfont/src/Type1/lines.h N xenocara/lib/libXfont/src/Type1/scanfont.c N xenocara/lib/libXfont/src/Type1/util.c N xenocara/lib/libXfont/src/Type1/spaces.c N xenocara/lib/libXfont/src/Type1/hints.h N xenocara/lib/libXfont/src/Type1/token.h N xenocara/lib/libXfont/src/Type1/spaces.h N xenocara/lib/libXfont/src/Type1/t1imager.h N xenocara/lib/libXfont/src/Type1/curves.h N xenocara/lib/libXfont/src/Type1/paths.h N xenocara/lib/libXfont/src/Type1/t1malloc.c N xenocara/lib/libXfont/src/Type1/digit.h N xenocara/lib/libXfont/src/Type1/t1unicode.h N xenocara/lib/libXfont/src/Type1/fonts.h N xenocara/lib/libXfont/src/Type1/t1snap.c N xenocara/lib/libXfont/src/Type1/lines.c N xenocara/lib/libXfont/src/Type1/Makefile.am N xenocara/lib/libXfont/src/Type1/Makefile.in N xenocara/lib/libXfont/src/Type1/hints.c N xenocara/lib/libXfont/src/Type1/arith.c N xenocara/lib/libXfont/src/Type1/t1funcs.c N xenocara/lib/libXfont/src/Type1/strokes.h N xenocara/lib/libXfont/src/Type1/pictures.h N xenocara/lib/libXfont/src/Type1/curves.c N xenocara/lib/libXfont/src/Type1/paths.c N xenocara/lib/libXfont/src/Type1/AFM.h N xenocara/lib/libXfont/src/Type1/t1intf.h N xenocara/lib/libXfont/src/Type1/hdigit.h N xenocara/lib/libXfont/src/Type1/objects.c N xenocara/lib/libXfont/src/Type1/tokst.h N xenocara/lib/libXfont/src/Type1/fontfcn.c N xenocara/lib/libXfont/src/Type1/regions.c N xenocara/lib/libXfont/src/Type1/t1hdigit.h N xenocara/lib/libXfont/src/Type1/util.h N xenocara/lib/libXfont/src/Type1/range.h N xenocara/lib/libXfont/src/Type1/type1.c N xenocara/lib/libXfont/src/Type1/t1stdio.h N xenocara/lib/libXfont/src/Type1/t1stub.c N xenocara/lib/libXfont/src/Type1/cluts.h N xenocara/lib/libXfont/src/Type1/afm.c N xenocara/lib/libXfont/src/Type1/t1io.c N xenocara/lib/libXfont/src/Type1/blues.h N xenocara/lib/libXfont/src/builtins/dir.c N xenocara/lib/libXfont/src/builtins/Makefile.am N xenocara/lib/libXfont/src/builtins/Makefile.in N xenocara/lib/libXfont/src/builtins/buildfont N xenocara/lib/libXfont/src/builtins/file.c N xenocara/lib/libXfont/src/builtins/fonts.c N xenocara/lib/libXfont/src/builtins/render.c N xenocara/lib/libXfont/src/builtins/builtin.h N xenocara/lib/libXfont/src/builtins/fpe.c N xenocara/lib/libXfont/src/fc/fstrans.c N xenocara/lib/libXfont/src/fc/fsio.c N xenocara/lib/libXfont/src/fc/fserve.c N xenocara/lib/libXfont/src/fc/fserve.h N xenocara/lib/libXfont/src/fc/fsconvert.c N xenocara/lib/libXfont/src/fc/Makefile.am N xenocara/lib/libXfont/src/fc/Makefile.in N xenocara/lib/libXfont/src/fc/fservestr.h N xenocara/lib/libXfont/src/fc/fsio.h N xenocara/lib/libXfont/src/fc/fslibos.h N xenocara/lib/libXfont/src/Speedo/spglyph.c N xenocara/lib/libXfont/src/Speedo/do_char.c N xenocara/lib/libXfont/src/Speedo/spinfo.c N xenocara/lib/libXfont/src/Speedo/spdo_prv.h N xenocara/lib/libXfont/src/Speedo/out_blk.c N xenocara/lib/libXfont/src/Speedo/keys.h N xenocara/lib/libXfont/src/Speedo/spint.h N xenocara/lib/libXfont/src/Speedo/out_bl2d.c N xenocara/lib/libXfont/src/Speedo/reset.c N xenocara/lib/libXfont/src/Speedo/set_trns.c N xenocara/lib/libXfont/src/Speedo/useropt.h N xenocara/lib/libXfont/src/Speedo/bics-iso.h N xenocara/lib/libXfont/src/Speedo/spfuncs.c N xenocara/lib/libXfont/src/Speedo/out_util.c N xenocara/lib/libXfont/src/Speedo/bics-unicode.h N xenocara/lib/libXfont/src/Speedo/Makefile.am N xenocara/lib/libXfont/src/Speedo/Makefile.in N xenocara/lib/libXfont/src/Speedo/set_spcs.c N xenocara/lib/libXfont/src/Speedo/spencode.c N xenocara/lib/libXfont/src/Speedo/spfile.c N xenocara/lib/libXfont/src/Speedo/out_outl.c N xenocara/lib/libXfont/src/Speedo/do_trns.c N xenocara/lib/libXfont/src/Speedo/out_scrn.c N xenocara/lib/libXfont/src/Speedo/speedo.h N xenocara/lib/libXfont/src/Speedo/sperr.c N xenocara/lib/libXfont/src/Speedo/adobe-iso.h N xenocara/lib/libXfont/src/Speedo/bics-unicode.c N xenocara/lib/libXfont/src/Speedo/spfont.c N xenocara/lib/libXfont/src/util/patcache.c N xenocara/lib/libXfont/src/util/fontxlfd.c N xenocara/lib/libXfont/src/util/atom.c N xenocara/lib/libXfont/src/util/utilbitmap.c N xenocara/lib/libXfont/src/util/Makefile.am N xenocara/lib/libXfont/src/util/Makefile.in N xenocara/lib/libXfont/src/util/private.c N xenocara/lib/libXfont/src/util/fontutil.c N xenocara/lib/libXfont/src/util/fontaccel.c N xenocara/lib/libXfont/src/util/format.c N xenocara/lib/libXfont/src/util/fontnames.c N xenocara/lib/libXfont/src/util/miscutil.c N xenocara/lib/libXfont/src/fontcache/fcqueue.h N xenocara/lib/libXfont/src/fontcache/Makefile.am N xenocara/lib/libXfont/src/fontcache/Makefile.in N xenocara/lib/libXfont/src/fontcache/fontcache.c N xenocara/lib/libXfont/src/fontcache/fontcache.h N xenocara/lib/libXfont/src/bitmap/snfstr.h N xenocara/lib/libXfont/src/bitmap/pcfwrite.c N xenocara/lib/libXfont/src/bitmap/bdfutils.c N xenocara/lib/libXfont/src/bitmap/bitmap.c N xenocara/lib/libXfont/src/bitmap/pcfread.c N xenocara/lib/libXfont/src/bitmap/bitscale.c N xenocara/lib/libXfont/src/bitmap/Makefile.am N xenocara/lib/libXfont/src/bitmap/Makefile.in N xenocara/lib/libXfont/src/bitmap/bitmaputil.c N xenocara/lib/libXfont/src/bitmap/bitmapfunc.c N xenocara/lib/libXfont/src/bitmap/snfread.c N xenocara/lib/libXfont/src/bitmap/bdfread.c N xenocara/lib/libXfont/src/bitmap/fontink.c N xenocara/lib/libXfont/include/X11/fonts/bitmap.h N xenocara/lib/libXfont/include/X11/fonts/pcf.h N xenocara/lib/libXfont/include/X11/fonts/fntfil.h N xenocara/lib/libXfont/include/X11/fonts/fontconf.h.in N xenocara/lib/libXfont/include/X11/fonts/fntfilst.h N xenocara/lib/libXfont/include/X11/fonts/bdfint.h N xenocara/lib/libXfont/include/X11/fonts/fontmisc.h N xenocara/lib/libXfont/include/X11/fonts/fontshow.h N xenocara/lib/libXfont/include/X11/fonts/fontencc.h N xenocara/lib/libXfont/include/X11/fonts/fontconf.h N xenocara/lib/libXfont/include/X11/fonts/fontmod.h N xenocara/lib/libXfont/include/X11/fonts/fontutil.h N xenocara/lib/libXfont/include/X11/fonts/bufio.h N xenocara/lib/libXfont/include/X11/fonts/fontxlfd.h N xenocara/lib/libXfont/include/X11/fonts/fntfilio.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/25 10:18:31 Modified files: sys/dev/pci : files.pci pcidevs pcidevs.h pcidevs_data.h share/man/man4 : Makefile pci.4 Added files: sys/dev/pci : pwdog.c share/man/man4 : pwdog.4 Log message: Add support for the Quancom PWDOG1 watchdog timer card. See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/25 10:18:46 Modified files: sys/dev/ic : mpi.c Log message: remove a comment which is now untrue after i fixed it CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:19:15 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/lib/libXfontcache/ltmain.sh N xenocara/lib/libXfontcache/depcomp N xenocara/lib/libXfontcache/INSTALL N xenocara/lib/libXfontcache/config.guess N xenocara/lib/libXfontcache/install-sh N xenocara/lib/libXfontcache/configure.ac N xenocara/lib/libXfontcache/ChangeLog N xenocara/lib/libXfontcache/configure N xenocara/lib/libXfontcache/aclocal.m4 N xenocara/lib/libXfontcache/config.h.in N xenocara/lib/libXfontcache/AUTHORS N xenocara/lib/libXfontcache/Makefile.am N xenocara/lib/libXfontcache/Makefile.in N xenocara/lib/libXfontcache/README N xenocara/lib/libXfontcache/xfontcache.pc.in N xenocara/lib/libXfontcache/NEWS N xenocara/lib/libXfontcache/COPYING N xenocara/lib/libXfontcache/config.sub N xenocara/lib/libXfontcache/missing N xenocara/lib/libXfontcache/autogen.sh N xenocara/lib/libXfontcache/src/Makefile.am N xenocara/lib/libXfontcache/src/Makefile.in N xenocara/lib/libXfontcache/src/FontCache.c N xenocara/lib/libXfontcache/man/Xfontcache.man N xenocara/lib/libXfontcache/man/Makefile.am N xenocara/lib/libXfontcache/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:21:40 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v2_1_11 N xenocara/lib/libXft/ltmain.sh N xenocara/lib/libXft/depcomp N xenocara/lib/libXft/INSTALL N xenocara/lib/libXft/config.guess N xenocara/lib/libXft/install-sh N xenocara/lib/libXft/configure.ac N xenocara/lib/libXft/ChangeLog N xenocara/lib/libXft/configure N xenocara/lib/libXft/xft.pc.in N xenocara/lib/libXft/aclocal.m4 N xenocara/lib/libXft/config.h.in N xenocara/lib/libXft/AUTHORS N xenocara/lib/libXft/Makefile.am N xenocara/lib/libXft/Makefile.in N xenocara/lib/libXft/README N xenocara/lib/libXft/NEWS N xenocara/lib/libXft/COPYING N xenocara/lib/libXft/config.sub N xenocara/lib/libXft/xft-config.in N xenocara/lib/libXft/missing N xenocara/lib/libXft/autogen.sh N xenocara/lib/libXft/src/xftfont.c N xenocara/lib/libXft/src/xftdpy.c N xenocara/lib/libXft/src/xftcore.c N xenocara/lib/libXft/src/xftstr.c N xenocara/lib/libXft/src/xftfreetype.c N xenocara/lib/libXft/src/xftcolor.c N xenocara/lib/libXft/src/xftdraw.c N xenocara/lib/libXft/src/xftint.h N xenocara/lib/libXft/src/xftname.c N xenocara/lib/libXft/src/Makefile.am N xenocara/lib/libXft/src/Makefile.in N xenocara/lib/libXft/src/xftxlfd.c N xenocara/lib/libXft/src/xftrender.c N xenocara/lib/libXft/src/xftlist.c N xenocara/lib/libXft/src/xftextent.c N xenocara/lib/libXft/src/xftglyphs.c N xenocara/lib/libXft/src/xftdbg.c N xenocara/lib/libXft/src/xftinit.c N xenocara/lib/libXft/src/xftswap.c N xenocara/lib/libXft/man/xft-config.1 N xenocara/lib/libXft/man/Xft.3 N xenocara/lib/libXft/man/Makefile.am N xenocara/lib/libXft/man/Makefile.in N xenocara/lib/libXft/man/Xft.3.in N xenocara/lib/libXft/man/xft-config.1.in N xenocara/lib/libXft/include/X11/Xft/XftCompat.h N xenocara/lib/libXft/include/X11/Xft/Xft.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/25 10:21:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: committ these atfter generating them, reminded by deraadt. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:23:05 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXi/README N xenocara/lib/libXi/configure.ac N xenocara/lib/libXi/aclocal.m4 N xenocara/lib/libXi/Makefile.am N xenocara/lib/libXi/Makefile.in N xenocara/lib/libXi/xi.pc.in N xenocara/lib/libXi/configure N xenocara/lib/libXi/AUTHORS N xenocara/lib/libXi/COPYING N xenocara/lib/libXi/ChangeLog N xenocara/lib/libXi/INSTALL N xenocara/lib/libXi/NEWS N xenocara/lib/libXi/config.guess N xenocara/lib/libXi/config.sub N xenocara/lib/libXi/depcomp N xenocara/lib/libXi/install-sh N xenocara/lib/libXi/ltmain.sh N xenocara/lib/libXi/missing N xenocara/lib/libXi/autogen.sh N xenocara/lib/libXi/src/Makefile.am N xenocara/lib/libXi/src/Makefile.in N xenocara/lib/libXi/src/config.h.in N xenocara/lib/libXi/src/XAllowDv.c N xenocara/lib/libXi/src/XChgDCtl.c N xenocara/lib/libXi/src/XChgFCtl.c N xenocara/lib/libXi/src/XChgKbd.c N xenocara/lib/libXi/src/XChgKMap.c N xenocara/lib/libXi/src/XChgPnt.c N xenocara/lib/libXi/src/XChgProp.c N xenocara/lib/libXi/src/XCloseDev.c N xenocara/lib/libXi/src/XDevBell.c N xenocara/lib/libXi/src/XExtToWire.c N xenocara/lib/libXi/src/XGetBMap.c N xenocara/lib/libXi/src/XGetDCtl.c N xenocara/lib/libXi/src/XGetFCtl.c N xenocara/lib/libXi/src/XGetKMap.c N xenocara/lib/libXi/src/XGetMMap.c N xenocara/lib/libXi/src/XGetProp.c N xenocara/lib/libXi/src/XGetVers.c N xenocara/lib/libXi/src/XGMotion.c N xenocara/lib/libXi/src/XGrabDev.c N xenocara/lib/libXi/src/XGrDvBut.c N xenocara/lib/libXi/src/XGrDvKey.c N xenocara/lib/libXi/src/XGtFocus.c N xenocara/lib/libXi/src/XGtSelect.c N xenocara/lib/libXi/src/XListDev.c N xenocara/lib/libXi/src/XOpenDev.c N xenocara/lib/libXi/src/XQueryDv.c N xenocara/lib/libXi/src/XSelect.c N xenocara/lib/libXi/src/XSetBMap.c N xenocara/lib/libXi/src/XSetDVal.c N xenocara/lib/libXi/src/XSetMMap.c N xenocara/lib/libXi/src/XSetMode.c N xenocara/lib/libXi/src/XSndExEv.c N xenocara/lib/libXi/src/XStFocus.c N xenocara/lib/libXi/src/XUngrDev.c N xenocara/lib/libXi/src/XUngrDvB.c N xenocara/lib/libXi/src/XUngrDvK.c N xenocara/lib/libXi/src/XExtInt.c N xenocara/lib/libXi/src/XIint.h N xenocara/lib/libXi/src/XFreeLst.c N xenocara/lib/libXi/man/Makefile.am N xenocara/lib/libXi/man/Makefile.in N xenocara/lib/libXi/man/XAllowDeviceEvents.man N xenocara/lib/libXi/man/XChangeDeviceDontPropagateList.man N xenocara/lib/libXi/man/XChangeKeyboardDevice.man N xenocara/lib/libXi/man/XChangePointerDevice.man N xenocara/lib/libXi/man/XDeviceBell.man N xenocara/lib/libXi/man/XGetDeviceControl.man N xenocara/lib/libXi/man/XGetDeviceKeyMapping.man N xenocara/lib/libXi/man/XGetDeviceModifierMapping.man N xenocara/lib/libXi/man/XGetDeviceMotionEvents.man N xenocara/lib/libXi/man/XGetExtensionVersion.man N xenocara/lib/libXi/man/XGetFeedbackControl.man N xenocara/lib/libXi/man/XGrabDevice.man N xenocara/lib/libXi/man/XGrabDeviceKey.man N xenocara/lib/libXi/man/XGrabDeviceButton.man N xenocara/lib/libXi/man/XListInputDevices.man N xenocara/lib/libXi/man/XOpenDevice.man N xenocara/lib/libXi/man/XQueryDeviceState.man N xenocara/lib/libXi/man/XSelectExtensionEvent.man N xenocara/lib/libXi/man/XSendExtensionEvent.man N xenocara/lib/libXi/man/XSetDeviceButtonMapping.man N xenocara/lib/libXi/man/XSetDeviceFocus.man N xenocara/lib/libXi/man/XSetDeviceMode.man N xenocara/lib/libXi/man/XSetDeviceValuators.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:27:10 Log message: import from X.Org 7.0 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXinerama/autogen.sh N xenocara/lib/libXinerama/xinerama.pc.in N xenocara/lib/libXinerama/mkinstalldirs N xenocara/lib/libXinerama/missing N xenocara/lib/libXinerama/ltmain.sh N xenocara/lib/libXinerama/install-sh N xenocara/lib/libXinerama/depcomp N xenocara/lib/libXinerama/configure.ac N xenocara/lib/libXinerama/config.sub N xenocara/lib/libXinerama/config.h.in N xenocara/lib/libXinerama/config.guess N xenocara/lib/libXinerama/aclocal.m4 N xenocara/lib/libXinerama/NEWS N xenocara/lib/libXinerama/Makefile.am N xenocara/lib/libXinerama/INSTALL N xenocara/lib/libXinerama/ChangeLog N xenocara/lib/libXinerama/COPYING N xenocara/lib/libXinerama/AUTHORS N xenocara/lib/libXinerama/configure N xenocara/lib/libXinerama/Makefile.in N xenocara/lib/libXinerama/README N xenocara/lib/libXinerama/src/Xinerama.c N xenocara/lib/libXinerama/src/Makefile.am N xenocara/lib/libXinerama/src/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:28:13 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/lib/libXmu/README N xenocara/lib/libXmu/configure.ac N xenocara/lib/libXmu/aclocal.m4 N xenocara/lib/libXmu/Makefile.am N xenocara/lib/libXmu/Makefile.in N xenocara/lib/libXmu/config.h.in N xenocara/lib/libXmu/xmu.pc.in N xenocara/lib/libXmu/xmuu.pc.in N xenocara/lib/libXmu/configure N xenocara/lib/libXmu/AUTHORS N xenocara/lib/libXmu/COPYING N xenocara/lib/libXmu/ChangeLog N xenocara/lib/libXmu/INSTALL N xenocara/lib/libXmu/NEWS N xenocara/lib/libXmu/config.guess N xenocara/lib/libXmu/config.sub N xenocara/lib/libXmu/depcomp N xenocara/lib/libXmu/install-sh N xenocara/lib/libXmu/ltmain.sh N xenocara/lib/libXmu/missing N xenocara/lib/libXmu/autogen.sh N xenocara/lib/libXmu/include/Makefile.am N xenocara/lib/libXmu/include/Makefile.in N xenocara/lib/libXmu/include/X11/Xmu/WhitePoint.h N xenocara/lib/libXmu/include/X11/Xmu/Xmu.h N xenocara/lib/libXmu/include/X11/Xmu/Atoms.h N xenocara/lib/libXmu/include/X11/Xmu/CharSet.h N xenocara/lib/libXmu/include/X11/Xmu/CloseHook.h N xenocara/lib/libXmu/include/X11/Xmu/Converters.h N xenocara/lib/libXmu/include/X11/Xmu/CurUtil.h N xenocara/lib/libXmu/include/X11/Xmu/CvtCache.h N xenocara/lib/libXmu/include/X11/Xmu/DisplayQue.h N xenocara/lib/libXmu/include/X11/Xmu/Drawing.h N xenocara/lib/libXmu/include/X11/Xmu/Editres.h N xenocara/lib/libXmu/include/X11/Xmu/EditresP.h N xenocara/lib/libXmu/include/X11/Xmu/Error.h N xenocara/lib/libXmu/include/X11/Xmu/ExtAgent.h N xenocara/lib/libXmu/include/X11/Xmu/Initer.h N xenocara/lib/libXmu/include/X11/Xmu/Lookup.h N xenocara/lib/libXmu/include/X11/Xmu/Misc.h N xenocara/lib/libXmu/include/X11/Xmu/StdSel.h N xenocara/lib/libXmu/include/X11/Xmu/StdCmap.h N xenocara/lib/libXmu/include/X11/Xmu/SysUtil.h N xenocara/lib/libXmu/include/X11/Xmu/WidgetNode.h N xenocara/lib/libXmu/include/X11/Xmu/WinUtil.h N xenocara/lib/libXmu/include/X11/Xmu/Xct.h N xenocara/lib/libXmu/src/Makefile.am N xenocara/lib/libXmu/src/Makefile.in N xenocara/lib/libXmu/src/ClientWin.c N xenocara/lib/libXmu/src/CursorName.c N xenocara/lib/libXmu/src/DefErrMsg.c N xenocara/lib/libXmu/src/GetHost.c N xenocara/lib/libXmu/src/Lower.c N xenocara/lib/libXmu/src/AllCmap.c N xenocara/lib/libXmu/src/Atoms.c N xenocara/lib/libXmu/src/Clip.c N xenocara/lib/libXmu/src/CloseHook.c N xenocara/lib/libXmu/src/CmapAlloc.c N xenocara/lib/libXmu/src/CrCmap.c N xenocara/lib/libXmu/src/CrPixFBit.c N xenocara/lib/libXmu/src/CvtCache.c N xenocara/lib/libXmu/src/CvtStdSel.c N xenocara/lib/libXmu/src/DelCmap.c N xenocara/lib/libXmu/src/DisplayQue.c N xenocara/lib/libXmu/src/Distinct.c N xenocara/lib/libXmu/src/DrawLogo.c N xenocara/lib/libXmu/src/DrRndRect.c N xenocara/lib/libXmu/src/EditresCom.c N xenocara/lib/libXmu/src/ExtAgent.c N xenocara/lib/libXmu/src/Xct.c N xenocara/lib/libXmu/src/FToCback.c N xenocara/lib/libXmu/src/GrayPixmap.c N xenocara/lib/libXmu/src/Initer.c N xenocara/lib/libXmu/src/LocBitmap.c N xenocara/lib/libXmu/src/Lookup.c N xenocara/lib/libXmu/src/LookupCmap.c N xenocara/lib/libXmu/src/RdBitF.c N xenocara/lib/libXmu/src/ScrOfWin.c N xenocara/lib/libXmu/src/ShapeWidg.c N xenocara/lib/libXmu/src/StdCmap.c N xenocara/lib/libXmu/src/StrToBS.c N xenocara/lib/libXmu/src/StrToBmap.c N xenocara/lib/libXmu/src/StrToCurs.c N xenocara/lib/libXmu/src/StrToGrav.c N xenocara/lib/libXmu/src/StrToJust.c N xenocara/lib/libXmu/src/StrToLong.c N xenocara/lib/libXmu/src/StrToOrnt.c N xenocara/lib/libXmu/src/StrToShap.c N xenocara/lib/libXmu/src/StrToWidg.c N xenocara/lib/libXmu/src/UpdMapHint.c N xenocara/lib/libXmu/src/VisCmap.c N xenocara/lib/libXmu/src/WidgetNode.c N xenocara/lib/libXmu/src/sharedlib.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:29:10 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/lib/libXp/config.guess N xenocara/lib/libXp/missing N xenocara/lib/libXp/ltmain.sh N xenocara/lib/libXp/NEWS N xenocara/lib/libXp/config.h.in N xenocara/lib/libXp/README N xenocara/lib/libXp/COPYING N xenocara/lib/libXp/Makefile.am N xenocara/lib/libXp/AUTHORS N xenocara/lib/libXp/depcomp N xenocara/lib/libXp/xp.pc.in N xenocara/lib/libXp/config.sub N xenocara/lib/libXp/ChangeLog N xenocara/lib/libXp/install-sh N xenocara/lib/libXp/INSTALL N xenocara/lib/libXp/configure N xenocara/lib/libXp/aclocal.m4 N xenocara/lib/libXp/autogen.sh N xenocara/lib/libXp/mkinstalldirs N xenocara/lib/libXp/Makefile.in N xenocara/lib/libXp/configure.ac N xenocara/lib/libXp/src/XpExtUtil.c N xenocara/lib/libXp/src/XpScreens.c N xenocara/lib/libXp/src/XpPutData.c N xenocara/lib/libXp/src/XpGetData.c N xenocara/lib/libXp/src/XpPageDim.c N xenocara/lib/libXp/src/XpImageRes.c N xenocara/lib/libXp/src/XpNotifyPdm.c N xenocara/lib/libXp/src/XpPrinter.c N xenocara/lib/libXp/src/XpInput.c N xenocara/lib/libXp/src/Makefile.am N xenocara/lib/libXp/src/XpPage.c N xenocara/lib/libXp/src/XpDoc.c N xenocara/lib/libXp/src/XpExtUtil.h N xenocara/lib/libXp/src/XpAttr.c N xenocara/lib/libXp/src/XpExtVer.c N xenocara/lib/libXp/src/XpJob.c N xenocara/lib/libXp/src/XpContext.c N xenocara/lib/libXp/src/Makefile.in N xenocara/lib/libXp/src/XpLocale.c N xenocara/lib/libXp/man/XpGetPageDimensions.man N xenocara/lib/libXp/man/XpGetContext.man N xenocara/lib/libXp/man/XpEndJob.man N xenocara/lib/libXp/man/XpStartJob.man N xenocara/lib/libXp/man/XpStartDoc.man N xenocara/lib/libXp/man/XpSetContext.man N xenocara/lib/libXp/man/XpGetOneAttribute.man N xenocara/lib/libXp/man/XpEndPage.man N xenocara/lib/libXp/man/XpQueryVersion.man N xenocara/lib/libXp/man/XpDestroyContext.man N xenocara/lib/libXp/man/XpQueryExtension.man N xenocara/lib/libXp/man/XpGetAttributes.man N xenocara/lib/libXp/man/XpFreePrinterList.man N xenocara/lib/libXp/man/XpInputSelected.man N xenocara/lib/libXp/man/XpGetScreenOfContext.man N xenocara/lib/libXp/man/XpEndDoc.man N xenocara/lib/libXp/man/Makefile.am N xenocara/lib/libXp/man/XpGetLocaleHinter.man N xenocara/lib/libXp/man/libXp.man N xenocara/lib/libXp/man/XpPutDocumentData.man N xenocara/lib/libXp/man/XpCancelJob.man N xenocara/lib/libXp/man/XpCancelPage.man N xenocara/lib/libXp/man/XpSetImageResolution.man N xenocara/lib/libXp/man/XpCancelDoc.man N xenocara/lib/libXp/man/XpGetImageResolution.man N xenocara/lib/libXp/man/XpStartPage.man N xenocara/lib/libXp/man/XpGetPrinterList.man N xenocara/lib/libXp/man/XpSelectInput.man N xenocara/lib/libXp/man/XpGetDocumentData.man N xenocara/lib/libXp/man/XpCreateContext.man N xenocara/lib/libXp/man/XpSetAttributes.man N xenocara/lib/libXp/man/XpGetPdmStartParams.man N xenocara/lib/libXp/man/XpSetLocaleHinter.man N xenocara/lib/libXp/man/Makefile.in N xenocara/lib/libXp/man/XpRehashPrinterList.man N xenocara/lib/libXp/man/XpQueryScreens.man No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/25 10:30:43 Modified files: sys/dev/usb : usbdevs Log message: Netgear WG111v2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/25 10:31:09 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:32:29 Log message: import from X.Org 7.1 Status: Vendor Tag: xorg Release Tags: v3_5_5 N xenocara/lib/libXpm/config.guess N xenocara/lib/libXpm/COPYING N xenocara/lib/libXpm/COPYRIGHT N xenocara/lib/libXpm/FAQ.html N xenocara/lib/libXpm/ltmain.sh N xenocara/lib/libXpm/README.AMIGA N xenocara/lib/libXpm/README.html N xenocara/lib/libXpm/Makefile.in N xenocara/lib/libXpm/missing N xenocara/lib/libXpm/README.MSW N xenocara/lib/libXpm/Makefile.am N xenocara/lib/libXpm/xpm.PS.gz N xenocara/lib/libXpm/install-sh N xenocara/lib/libXpm/depcomp N xenocara/lib/libXpm/config.h.in N xenocara/lib/libXpm/NEWS N xenocara/lib/libXpm/xpm.pc.in N xenocara/lib/libXpm/compile N xenocara/lib/libXpm/AUTHORS N xenocara/lib/libXpm/configure.ac N xenocara/lib/libXpm/FILES N xenocara/lib/libXpm/INSTALL N xenocara/lib/libXpm/ChangeLog N xenocara/lib/libXpm/configure N xenocara/lib/libXpm/README N xenocara/lib/libXpm/aclocal.m4 N xenocara/lib/libXpm/config.sub N xenocara/lib/libXpm/CHANGES N xenocara/lib/libXpm/include/X11/xpm.h N xenocara/lib/libXpm/cxpm/Makefile.in N xenocara/lib/libXpm/cxpm/cxpm.c N xenocara/lib/libXpm/cxpm/Makefile.am N xenocara/lib/libXpm/cxpm/cxpm.man N xenocara/lib/libXpm/src/CrBufFrP.c N xenocara/lib/libXpm/src/RdFToDat.c N xenocara/lib/libXpm/src/hashtab.c N xenocara/lib/libXpm/src/create.c N xenocara/lib/libXpm/src/RdFToI.c N xenocara/lib/libXpm/src/CrPFrI.c N xenocara/lib/libXpm/src/CrIFrP.c N xenocara/lib/libXpm/src/CrDatFrP.c N xenocara/lib/libXpm/src/Makefile.in N xenocara/lib/libXpm/src/rgbtab.h N xenocara/lib/libXpm/src/RdFToBuf.c N xenocara/lib/libXpm/src/Makefile.am N xenocara/lib/libXpm/src/Attrib.c N xenocara/lib/libXpm/src/WrFFrP.c N xenocara/lib/libXpm/src/WrFFrDat.c N xenocara/lib/libXpm/src/CrDatFrI.c N xenocara/lib/libXpm/src/WrFFrBuf.c N xenocara/lib/libXpm/src/Info.c N xenocara/lib/libXpm/src/RdFToP.c N xenocara/lib/libXpm/src/CrIFrBuf.c N xenocara/lib/libXpm/src/misc.c N xenocara/lib/libXpm/src/CrBufFrI.c N xenocara/lib/libXpm/src/scan.c N xenocara/lib/libXpm/src/simx.c N xenocara/lib/libXpm/src/Image.c N xenocara/lib/libXpm/src/amigax.h N xenocara/lib/libXpm/src/rgb.c N xenocara/lib/libXpm/src/XpmI.h N xenocara/lib/libXpm/src/CrPFrDat.c N xenocara/lib/libXpm/src/WrFFrI.c N xenocara/lib/libXpm/src/data.c N xenocara/lib/libXpm/src/simx.h N xenocara/lib/libXpm/src/parse.c N xenocara/lib/libXpm/src/CrIFrDat.c N xenocara/lib/libXpm/src/amigax.c N xenocara/lib/libXpm/src/CrPFrBuf.c N xenocara/lib/libXpm/sxpm/sxpm.man N xenocara/lib/libXpm/sxpm/Makefile.in N xenocara/lib/libXpm/sxpm/Makefile.am N xenocara/lib/libXpm/sxpm/plaid.xpm N xenocara/lib/libXpm/sxpm/plaid_mask.xpm N xenocara/lib/libXpm/sxpm/sxpm.c N xenocara/lib/libXpm/sxpm/plaid_ext.xpm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 10:33:08 Modified files: mail/pine : Makefile Added files: mail/pine/pkg : DESCR-main MESSAGE-main PLIST-main Removed files: mail/pine/pkg : DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:33:56 Log message: import from X.Org 7.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXprintAppUtil/config.guess N xenocara/lib/libXprintAppUtil/missing N xenocara/lib/libXprintAppUtil/ltmain.sh N xenocara/lib/libXprintAppUtil/NEWS N xenocara/lib/libXprintAppUtil/config.h.in N xenocara/lib/libXprintAppUtil/README N xenocara/lib/libXprintAppUtil/COPYING N xenocara/lib/libXprintAppUtil/Makefile.am N xenocara/lib/libXprintAppUtil/AUTHORS N xenocara/lib/libXprintAppUtil/depcomp N xenocara/lib/libXprintAppUtil/config.sub N xenocara/lib/libXprintAppUtil/ChangeLog N xenocara/lib/libXprintAppUtil/install-sh N xenocara/lib/libXprintAppUtil/INSTALL N xenocara/lib/libXprintAppUtil/configure N xenocara/lib/libXprintAppUtil/aclocal.m4 N xenocara/lib/libXprintAppUtil/xprintapputil.pc.in N xenocara/lib/libXprintAppUtil/autogen.sh N xenocara/lib/libXprintAppUtil/mkinstalldirs N xenocara/lib/libXprintAppUtil/Makefile.in N xenocara/lib/libXprintAppUtil/configure.ac N xenocara/lib/libXprintAppUtil/src/xpapputil.c N xenocara/lib/libXprintAppUtil/src/Makefile.am N xenocara/lib/libXprintAppUtil/src/Makefile.in N xenocara/lib/libXprintAppUtil/include/X11/XprintAppUtil/xpapputil.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:35:03 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXprintUtil/config.guess N xenocara/lib/libXprintUtil/missing N xenocara/lib/libXprintUtil/ltmain.sh N xenocara/lib/libXprintUtil/NEWS N xenocara/lib/libXprintUtil/config.h.in N xenocara/lib/libXprintUtil/README N xenocara/lib/libXprintUtil/COPYING N xenocara/lib/libXprintUtil/Makefile.am N xenocara/lib/libXprintUtil/AUTHORS N xenocara/lib/libXprintUtil/depcomp N xenocara/lib/libXprintUtil/config.sub N xenocara/lib/libXprintUtil/xprintutil.pc.in N xenocara/lib/libXprintUtil/ChangeLog N xenocara/lib/libXprintUtil/install-sh N xenocara/lib/libXprintUtil/INSTALL N xenocara/lib/libXprintUtil/configure N xenocara/lib/libXprintUtil/aclocal.m4 N xenocara/lib/libXprintUtil/autogen.sh N xenocara/lib/libXprintUtil/mkinstalldirs N xenocara/lib/libXprintUtil/Makefile.in N xenocara/lib/libXprintUtil/configure.ac N xenocara/lib/libXprintUtil/src/xprintutil.c N xenocara/lib/libXprintUtil/src/xprintutil_printtofile.c N xenocara/lib/libXprintUtil/src/Makefile.am N xenocara/lib/libXprintUtil/src/Makefile.in N xenocara/lib/libXprintUtil/include/X11/XprintUtil/xprintutil.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:37:53 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/lib/libXrandr/ltmain.sh N xenocara/lib/libXrandr/depcomp N xenocara/lib/libXrandr/INSTALL N xenocara/lib/libXrandr/config.guess N xenocara/lib/libXrandr/xrandr.pc.in N xenocara/lib/libXrandr/install-sh N xenocara/lib/libXrandr/configure.ac N xenocara/lib/libXrandr/ChangeLog N xenocara/lib/libXrandr/configure N xenocara/lib/libXrandr/aclocal.m4 N xenocara/lib/libXrandr/config.h.in N xenocara/lib/libXrandr/AUTHORS N xenocara/lib/libXrandr/Makefile.am N xenocara/lib/libXrandr/Makefile.in N xenocara/lib/libXrandr/README N xenocara/lib/libXrandr/NEWS N xenocara/lib/libXrandr/COPYING N xenocara/lib/libXrandr/config.sub N xenocara/lib/libXrandr/missing N xenocara/lib/libXrandr/autogen.sh N xenocara/lib/libXrandr/src/Makefile.am N xenocara/lib/libXrandr/src/Makefile.in N xenocara/lib/libXrandr/src/Xrandr.c N xenocara/lib/libXrandr/src/Xrandrint.h N xenocara/lib/libXrandr/man/Xrandr.man N xenocara/lib/libXrandr/man/Makefile.am N xenocara/lib/libXrandr/man/Makefile.in N xenocara/lib/libXrandr/include/X11/extensions/Xrandr.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 10:47:40 Modified files: sys/dev/ic : gem.c sys/dev/pci : if_gem_pci.c Log message: ANSI CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/25 10:52:33 Modified files: sys/arch/i386/conf: GENERIC Log message: malo works fine here, enable it. ok deraadt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 10:55:18 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v0_9_2 N xenocara/lib/libXrender/xrender.pc.in N xenocara/lib/libXrender/ltmain.sh N xenocara/lib/libXrender/depcomp N xenocara/lib/libXrender/INSTALL N xenocara/lib/libXrender/config.guess N xenocara/lib/libXrender/install-sh N xenocara/lib/libXrender/configure.ac N xenocara/lib/libXrender/ChangeLog N xenocara/lib/libXrender/configure N xenocara/lib/libXrender/aclocal.m4 N xenocara/lib/libXrender/config.h.in N xenocara/lib/libXrender/AUTHORS N xenocara/lib/libXrender/Makefile.am N xenocara/lib/libXrender/Makefile.in N xenocara/lib/libXrender/README N xenocara/lib/libXrender/NEWS N xenocara/lib/libXrender/COPYING N xenocara/lib/libXrender/config.sub N xenocara/lib/libXrender/missing N xenocara/lib/libXrender/autogen.sh N xenocara/lib/libXrender/src/Filter.c N xenocara/lib/libXrender/src/Color.c N xenocara/lib/libXrender/src/Composite.c N xenocara/lib/libXrender/src/Cursor.c N xenocara/lib/libXrender/src/Makefile.am N xenocara/lib/libXrender/src/Makefile.in N xenocara/lib/libXrender/src/FillRect.c N xenocara/lib/libXrender/src/AddTrap.c N xenocara/lib/libXrender/src/Xrenderint.h N xenocara/lib/libXrender/src/Trap.c N xenocara/lib/libXrender/src/Glyph.c N xenocara/lib/libXrender/src/Poly.c N xenocara/lib/libXrender/src/Xrender.c N xenocara/lib/libXrender/src/Picture.c N xenocara/lib/libXrender/src/FillRects.c N xenocara/lib/libXrender/src/Tri.c N xenocara/lib/libXrender/include/X11/extensions/Xrender.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:02:34 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_4 N xenocara/lib/libXt/README N xenocara/lib/libXt/acinclude.m4 N xenocara/lib/libXt/configure.ac N xenocara/lib/libXt/aclocal.m4 N xenocara/lib/libXt/Makefile.am N xenocara/lib/libXt/Makefile.in N xenocara/lib/libXt/config.h.in N xenocara/lib/libXt/xt.pc.in N xenocara/lib/libXt/configure N xenocara/lib/libXt/AUTHORS N xenocara/lib/libXt/COPYING N xenocara/lib/libXt/ChangeLog N xenocara/lib/libXt/INSTALL N xenocara/lib/libXt/NEWS N xenocara/lib/libXt/compile N xenocara/lib/libXt/config.guess N xenocara/lib/libXt/config.sub N xenocara/lib/libXt/depcomp N xenocara/lib/libXt/install-sh N xenocara/lib/libXt/ltmain.sh N xenocara/lib/libXt/missing N xenocara/lib/libXt/autogen.sh N xenocara/lib/libXt/util/Makefile.am N xenocara/lib/libXt/util/Makefile.in N xenocara/lib/libXt/util/makestrs.c N xenocara/lib/libXt/util/Shell.ht N xenocara/lib/libXt/util/StrDefs.ct N xenocara/lib/libXt/util/StrDefs.ht N xenocara/lib/libXt/util/string.list N xenocara/lib/libXt/util/makestrs.man N xenocara/lib/libXt/src/Makefile.am N xenocara/lib/libXt/src/Makefile.in N xenocara/lib/libXt/src/ActionHook.c N xenocara/lib/libXt/src/Alloc.c N xenocara/lib/libXt/src/ArgList.c N xenocara/lib/libXt/src/Callback.c N xenocara/lib/libXt/src/ClickTime.c N xenocara/lib/libXt/src/Composite.c N xenocara/lib/libXt/src/Constraint.c N xenocara/lib/libXt/src/Convert.c N xenocara/lib/libXt/src/Converters.c N xenocara/lib/libXt/src/Core.c N xenocara/lib/libXt/src/Create.c N xenocara/lib/libXt/src/Destroy.c N xenocara/lib/libXt/src/Display.c N xenocara/lib/libXt/src/Error.c N xenocara/lib/libXt/src/Event.c N xenocara/lib/libXt/src/EventUtil.c N xenocara/lib/libXt/src/Functions.c N xenocara/lib/libXt/src/GCManager.c N xenocara/lib/libXt/src/Geometry.c N xenocara/lib/libXt/src/GetActKey.c N xenocara/lib/libXt/src/GetResList.c N xenocara/lib/libXt/src/Hooks.c N xenocara/lib/libXt/src/GetValues.c N xenocara/lib/libXt/src/HookObj.c N xenocara/lib/libXt/src/Initialize.c N xenocara/lib/libXt/src/Intrinsic.c N xenocara/lib/libXt/src/Keyboard.c N xenocara/lib/libXt/src/Manage.c N xenocara/lib/libXt/src/NextEvent.c N xenocara/lib/libXt/src/Object.c N xenocara/lib/libXt/src/PassivGrab.c N xenocara/lib/libXt/src/Pointer.c N xenocara/lib/libXt/src/Popup.c N xenocara/lib/libXt/src/PopupCB.c N xenocara/lib/libXt/src/RectObj.c N xenocara/lib/libXt/src/ResConfig.c N xenocara/lib/libXt/src/Resources.c N xenocara/lib/libXt/src/Selection.c N xenocara/lib/libXt/src/SetSens.c N xenocara/lib/libXt/src/SetValues.c N xenocara/lib/libXt/src/SetWMCW.c N xenocara/lib/libXt/src/Shell.c N xenocara/lib/libXt/src/TMaction.c N xenocara/lib/libXt/src/TMgrab.c N xenocara/lib/libXt/src/TMkey.c N xenocara/lib/libXt/src/TMparse.c N xenocara/lib/libXt/src/TMprint.c N xenocara/lib/libXt/src/TMstate.c N xenocara/lib/libXt/src/Threads.c N xenocara/lib/libXt/src/VarCreate.c N xenocara/lib/libXt/src/VarGet.c N xenocara/lib/libXt/src/Varargs.c N xenocara/lib/libXt/src/Vendor.c N xenocara/lib/libXt/src/sharedlib.c N xenocara/lib/libXt/include/Makefile.am N xenocara/lib/libXt/include/Makefile.in N xenocara/lib/libXt/include/X11/Composite.h N xenocara/lib/libXt/include/X11/CompositeP.h N xenocara/lib/libXt/include/X11/ConstrainP.h N xenocara/lib/libXt/include/X11/Constraint.h N xenocara/lib/libXt/include/X11/Core.h N xenocara/lib/libXt/include/X11/CoreP.h N xenocara/lib/libXt/include/X11/Intrinsic.h N xenocara/lib/libXt/include/X11/IntrinsicP.h N xenocara/lib/libXt/include/X11/Object.h N xenocara/lib/libXt/include/X11/ObjectP.h N xenocara/lib/libXt/include/X11/RectObj.h N xenocara/lib/libXt/include/X11/RectObjP.h N xenocara/lib/libXt/include/X11/ResConfigP.h N xenocara/lib/libXt/include/X11/ShellP.h N xenocara/lib/libXt/include/X11/Vendor.h N xenocara/lib/libXt/include/X11/VendorP.h N xenocara/lib/libXt/include/X11/CallbackI.h N xenocara/lib/libXt/include/X11/ConvertI.h N xenocara/lib/libXt/include/X11/CreateI.h N xenocara/lib/libXt/include/X11/EventI.h N xenocara/lib/libXt/include/X11/HookObjI.h N xenocara/lib/libXt/include/X11/InitialI.h N xenocara/lib/libXt/include/X11/IntrinsicI.h N xenocara/lib/libXt/include/X11/PassivGraI.h N xenocara/lib/libXt/include/X11/ResourceI.h N xenocara/lib/libXt/include/X11/SelectionI.h N xenocara/lib/libXt/include/X11/ShellI.h N xenocara/lib/libXt/include/X11/ThreadsI.h N xenocara/lib/libXt/include/X11/TranslateI.h N xenocara/lib/libXt/include/X11/VarargsI.h N xenocara/lib/libXt/include/X11/Xtos.h N xenocara/lib/libXt/man/Makefile.am N xenocara/lib/libXt/man/Makefile.in N xenocara/lib/libXt/man/XtAddActions.man N xenocara/lib/libXt/man/XtAddCallback.man N xenocara/lib/libXt/man/XtAddEventHandler.man N xenocara/lib/libXt/man/XtAddExposureToRegion.man N xenocara/lib/libXt/man/XtAddGrab.man N xenocara/lib/libXt/man/XtAddInput.man N xenocara/lib/libXt/man/XtAllocateGC.man N xenocara/lib/libXt/man/XtAppAddActionHook.man N xenocara/lib/libXt/man/XtAppAddActions.man N xenocara/lib/libXt/man/XtAppAddBlockHook.man N xenocara/lib/libXt/man/XtAppAddConverter.man N xenocara/lib/libXt/man/XtAppAddInput.man N xenocara/lib/libXt/man/XtAppAddSignal.man N xenocara/lib/libXt/man/XtAppAddTimeOut.man N xenocara/lib/libXt/man/XtAppError.man N xenocara/lib/libXt/man/XtAppAddWorkProc.man N xenocara/lib/libXt/man/XtAppCreateShell.man N xenocara/lib/libXt/man/XtAppErrorMsg.man N xenocara/lib/libXt/man/XtAppGetErrorDatabase.man N xenocara/lib/libXt/man/XtAppGetSelectionTimeout.man N xenocara/lib/libXt/man/XtAppInitialize.man N xenocara/lib/libXt/man/XtAppLock.man N xenocara/lib/libXt/man/XtAppNextEvent.man N xenocara/lib/libXt/man/XtAppReleaseCacheRefs.man N xenocara/lib/libXt/man/XtAppSetExitFlag.man N xenocara/lib/libXt/man/XtAppSetFallbackResources.man N xenocara/lib/libXt/man/XtAppSetTypeConverter.man N xenocara/lib/libXt/man/XtBuildEventMask.man N xenocara/lib/libXt/man/XtCallAcceptFocus.man N xenocara/lib/libXt/man/XtCallActionProc.man N xenocara/lib/libXt/man/XtClass.man N xenocara/lib/libXt/man/XtCallCallbacks.man N xenocara/lib/libXt/man/XtConfigureWidget.man N xenocara/lib/libXt/man/XtConvert.man N xenocara/lib/libXt/man/XtConvertAndStore.man N xenocara/lib/libXt/man/XtCreateApplicationContext.man N xenocara/lib/libXt/man/XtCreateApplicationShell.man N xenocara/lib/libXt/man/XtCreatePopupShell.man N xenocara/lib/libXt/man/XtCreateSelectionRequest.man N xenocara/lib/libXt/man/XtCreateWidget.man N xenocara/lib/libXt/man/XtCreateWindow.man N xenocara/lib/libXt/man/XtDisplay.man N xenocara/lib/libXt/man/XtDisplayInitialize.man N xenocara/lib/libXt/man/XtDisplayStringConversionWarning.man N xenocara/lib/libXt/man/XtDisplayToApplicationContext.man N xenocara/lib/libXt/man/XtError.man N xenocara/lib/libXt/man/XtGetGC.man N xenocara/lib/libXt/man/XtErrorMsg.man N xenocara/lib/libXt/man/XtFindFile.man N xenocara/lib/libXt/man/XtGetActionKeysym.man N xenocara/lib/libXt/man/XtGetActionList.man N xenocara/lib/libXt/man/XtGetApplicationNameAndClass.man N xenocara/lib/libXt/man/XtGetApplicationResources.man N xenocara/lib/libXt/man/XtGetClassExtension.man N xenocara/lib/libXt/man/XtGetDisplays.man N xenocara/lib/libXt/man/XtGetErrorDatabase.man N xenocara/lib/libXt/man/XtGetKeyboardFocusWidget.man N xenocara/lib/libXt/man/XtGetKeysymTable.man N xenocara/lib/libXt/man/XtGetResourceList.man N xenocara/lib/libXt/man/XtGetSelectionParameters.man N xenocara/lib/libXt/man/XtGetSelectionRequest.man N xenocara/lib/libXt/man/XtGetSelectionTimeout.man N xenocara/lib/libXt/man/XtGetSelectionValue.man N xenocara/lib/libXt/man/XtGetSelectionValueIncremental.man N xenocara/lib/libXt/man/XtGetSubresources.man N xenocara/lib/libXt/man/XtGrabKey.man N xenocara/lib/libXt/man/XtHooksOfDisplay.man N xenocara/lib/libXt/man/XtInitialize.man N xenocara/lib/libXt/man/XtInitializeWidgetClass.man N xenocara/lib/libXt/man/XtInsertEventTypeHandler.man N xenocara/lib/libXt/man/XtLastEventProcessed.man N xenocara/lib/libXt/man/XtMakeGeometryRequest.man N xenocara/lib/libXt/man/XtMalloc.man N xenocara/lib/libXt/man/XtManageChildren.man N xenocara/lib/libXt/man/XtMapWidget.man N xenocara/lib/libXt/man/XtName.man N xenocara/lib/libXt/man/XtNameToWidget.man N xenocara/lib/libXt/man/XtNextEvent.man N xenocara/lib/libXt/man/XtPopup.man N xenocara/lib/libXt/man/XtOffset.man N xenocara/lib/libXt/man/XtOpenApplication.man N xenocara/lib/libXt/man/XtOwnSelection.man N xenocara/lib/libXt/man/XtParent.man N xenocara/lib/libXt/man/XtParseAcceleratorTable.man N xenocara/lib/libXt/man/XtParseTranslationTable.man N xenocara/lib/libXt/man/XtPopdown.man N xenocara/lib/libXt/man/XtProcessLock.man N xenocara/lib/libXt/man/XtQueryGeometry.man N xenocara/lib/libXt/man/XtRealizeWidget.man N xenocara/lib/libXt/man/XtRegisterDrawable.man N xenocara/lib/libXt/man/XtRegisterGrabAction.man N xenocara/lib/libXt/man/XtReservePropertyAtom.man N xenocara/lib/libXt/man/XtResolvePathname.man N xenocara/lib/libXt/man/XtSessionGetToken.man N xenocara/lib/libXt/man/XtSetArg.man N xenocara/lib/libXt/man/XtSetKeyTranslator.man N xenocara/lib/libXt/man/XtSetKeyboardFocus.man N xenocara/lib/libXt/man/XtSetLanguageProc.man N xenocara/lib/libXt/man/XtSetMultiClickTime.man N xenocara/lib/libXt/man/XtSetSelectionParameters.man N xenocara/lib/libXt/man/XtSetSensitive.man N xenocara/lib/libXt/man/XtSetValues.man N xenocara/lib/libXt/man/XtSetWMColormapWindows.man N xenocara/lib/libXt/man/XtStringConversionWarning.man N xenocara/lib/libXt/man/XtToolkitThreadInitialize.man N xenocara/lib/libXt/man/XtTranslateCoords.man N xenocara/lib/libXt/man/XtVaCreateArgsList.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:04:04 Log message: import from X.Org 7.0 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXtst/config.guess N xenocara/lib/libXtst/missing N xenocara/lib/libXtst/ltmain.sh N xenocara/lib/libXtst/NEWS N xenocara/lib/libXtst/config.h.in N xenocara/lib/libXtst/README N xenocara/lib/libXtst/COPYING N xenocara/lib/libXtst/xtst.pc.in N xenocara/lib/libXtst/Makefile.am N xenocara/lib/libXtst/AUTHORS N xenocara/lib/libXtst/depcomp N xenocara/lib/libXtst/config.sub N xenocara/lib/libXtst/ChangeLog N xenocara/lib/libXtst/install-sh N xenocara/lib/libXtst/INSTALL N xenocara/lib/libXtst/configure N xenocara/lib/libXtst/aclocal.m4 N xenocara/lib/libXtst/autogen.sh N xenocara/lib/libXtst/mkinstalldirs N xenocara/lib/libXtst/Makefile.in N xenocara/lib/libXtst/configure.ac N xenocara/lib/libXtst/src/Makefile.am N xenocara/lib/libXtst/src/XRecord.c N xenocara/lib/libXtst/src/XTest.c N xenocara/lib/libXtst/src/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/25 11:04:44 Modified files: sys/netinet : raw_ip.c Log message: Remove unneeded branch, no need to check if opts is != NULL just set it to NULL in any case. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:04:56 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXv/README N xenocara/lib/libXv/configure.ac N xenocara/lib/libXv/aclocal.m4 N xenocara/lib/libXv/Makefile.am N xenocara/lib/libXv/Makefile.in N xenocara/lib/libXv/config.h.in N xenocara/lib/libXv/xv.pc.in N xenocara/lib/libXv/configure N xenocara/lib/libXv/AUTHORS N xenocara/lib/libXv/COPYING N xenocara/lib/libXv/ChangeLog N xenocara/lib/libXv/INSTALL N xenocara/lib/libXv/NEWS N xenocara/lib/libXv/config.guess N xenocara/lib/libXv/config.sub N xenocara/lib/libXv/depcomp N xenocara/lib/libXv/install-sh N xenocara/lib/libXv/ltmain.sh N xenocara/lib/libXv/missing N xenocara/lib/libXv/autogen.sh N xenocara/lib/libXv/src/Makefile.am N xenocara/lib/libXv/src/Makefile.in N xenocara/lib/libXv/src/Xv.c N xenocara/lib/libXv/src/Xvlibint.h N xenocara/lib/libXv/man/Makefile.am N xenocara/lib/libXv/man/Makefile.in N xenocara/lib/libXv/man/Xv.man N xenocara/lib/libXv/man/XvFreeAdaptorInfo.man N xenocara/lib/libXv/man/XvFreeEncodingInfo.man N xenocara/lib/libXv/man/XvGetPortAttribute.man N xenocara/lib/libXv/man/XvGetStill.man N xenocara/lib/libXv/man/XvGetVideo.man N xenocara/lib/libXv/man/XvGrabPort.man N xenocara/lib/libXv/man/XvPortNotify.man N xenocara/lib/libXv/man/XvPutStill.man N xenocara/lib/libXv/man/XvPutVideo.man N xenocara/lib/libXv/man/XvQueryAdaptors.man N xenocara/lib/libXv/man/XvQueryBestSize.man N xenocara/lib/libXv/man/XvQueryEncodings.man N xenocara/lib/libXv/man/XvQueryExtension.man N xenocara/lib/libXv/man/XvSelectPortNotify.man N xenocara/lib/libXv/man/XvStopVideo.man N xenocara/lib/libXv/man/XvSelectVideoNotify.man N xenocara/lib/libXv/man/XvSetPortAttribute.man N xenocara/lib/libXv/man/XvUngrabPort.man N xenocara/lib/libXv/man/XvVideoNotify.man N xenocara/lib/libXv/include/Makefile.am N xenocara/lib/libXv/include/Makefile.in N xenocara/lib/libXv/include/X11/Makefile.am N xenocara/lib/libXv/include/X11/Makefile.in N xenocara/lib/libXv/include/X11/extensions/Xvlib.h N xenocara/lib/libXv/include/X11/extensions/Makefile.am N xenocara/lib/libXv/include/X11/extensions/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:05:45 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libXvMC/config.guess N xenocara/lib/libXvMC/COPYING N xenocara/lib/libXvMC/xvmc.pc.in N xenocara/lib/libXvMC/ltmain.sh N xenocara/lib/libXvMC/Makefile.in N xenocara/lib/libXvMC/missing N xenocara/lib/libXvMC/Makefile.am N xenocara/lib/libXvMC/install-sh N xenocara/lib/libXvMC/depcomp N xenocara/lib/libXvMC/autogen.sh N xenocara/lib/libXvMC/config.h.in N xenocara/lib/libXvMC/NEWS N xenocara/lib/libXvMC/compile N xenocara/lib/libXvMC/AUTHORS N xenocara/lib/libXvMC/configure.ac N xenocara/lib/libXvMC/INSTALL N xenocara/lib/libXvMC/ChangeLog N xenocara/lib/libXvMC/configure N xenocara/lib/libXvMC/README N xenocara/lib/libXvMC/aclocal.m4 N xenocara/lib/libXvMC/config.sub N xenocara/lib/libXvMC/include/Makefile.in N xenocara/lib/libXvMC/include/Makefile.am N xenocara/lib/libXvMC/include/X11/Makefile.in N xenocara/lib/libXvMC/include/X11/Makefile.am N xenocara/lib/libXvMC/include/X11/extensions/Makefile.in N xenocara/lib/libXvMC/include/X11/extensions/Makefile.am N xenocara/lib/libXvMC/include/X11/extensions/XvMClib.h N xenocara/lib/libXvMC/src/XvMClibint.h N xenocara/lib/libXvMC/src/Makefile.in N xenocara/lib/libXvMC/src/Makefile.am N xenocara/lib/libXvMC/src/XvMC.c N xenocara/lib/libXvMC/src/XvMCWrapper.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/25 11:06:01 Modified files: sys/dev/pci : pwdog.c Log message: The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:07:01 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXxf86dga/config.guess N xenocara/lib/libXxf86dga/xxf86dga.pc.in N xenocara/lib/libXxf86dga/COPYING N xenocara/lib/libXxf86dga/ltmain.sh N xenocara/lib/libXxf86dga/Makefile.in N xenocara/lib/libXxf86dga/missing N xenocara/lib/libXxf86dga/Makefile.am N xenocara/lib/libXxf86dga/install-sh N xenocara/lib/libXxf86dga/depcomp N xenocara/lib/libXxf86dga/autogen.sh N xenocara/lib/libXxf86dga/configure.ac N xenocara/lib/libXxf86dga/ChangeLog N xenocara/lib/libXxf86dga/configure N xenocara/lib/libXxf86dga/aclocal.m4 N xenocara/lib/libXxf86dga/config.sub N xenocara/lib/libXxf86dga/man/Makefile.in N xenocara/lib/libXxf86dga/man/XDGA.man N xenocara/lib/libXxf86dga/man/Makefile.am N xenocara/lib/libXxf86dga/src/XF86DGA.c N xenocara/lib/libXxf86dga/src/XF86DGA2.c N xenocara/lib/libXxf86dga/src/Makefile.in N xenocara/lib/libXxf86dga/src/Makefile.am N xenocara/lib/libXxf86dga/src/config.h.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:08:13 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXxf86misc/config.guess N xenocara/lib/libXxf86misc/COPYING N xenocara/lib/libXxf86misc/ltmain.sh N xenocara/lib/libXxf86misc/Makefile.in N xenocara/lib/libXxf86misc/missing N xenocara/lib/libXxf86misc/Makefile.am N xenocara/lib/libXxf86misc/install-sh N xenocara/lib/libXxf86misc/depcomp N xenocara/lib/libXxf86misc/autogen.sh N xenocara/lib/libXxf86misc/xxf86misc.pc.in N xenocara/lib/libXxf86misc/configure.ac N xenocara/lib/libXxf86misc/ChangeLog N xenocara/lib/libXxf86misc/configure N xenocara/lib/libXxf86misc/aclocal.m4 N xenocara/lib/libXxf86misc/config.sub N xenocara/lib/libXxf86misc/man/Makefile.in N xenocara/lib/libXxf86misc/man/Makefile.am N xenocara/lib/libXxf86misc/man/XF86Misc.man N xenocara/lib/libXxf86misc/src/Makefile.in N xenocara/lib/libXxf86misc/src/XF86Misc.c N xenocara/lib/libXxf86misc/src/Makefile.am N xenocara/lib/libXxf86misc/src/config.h.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:10:10 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/libXxf86vm/config.guess N xenocara/lib/libXxf86vm/COPYING N xenocara/lib/libXxf86vm/ltmain.sh N xenocara/lib/libXxf86vm/Makefile.in N xenocara/lib/libXxf86vm/xxf86vm.pc.in N xenocara/lib/libXxf86vm/missing N xenocara/lib/libXxf86vm/Makefile.am N xenocara/lib/libXxf86vm/install-sh N xenocara/lib/libXxf86vm/depcomp N xenocara/lib/libXxf86vm/autogen.sh N xenocara/lib/libXxf86vm/configure.ac N xenocara/lib/libXxf86vm/ChangeLog N xenocara/lib/libXxf86vm/configure N xenocara/lib/libXxf86vm/aclocal.m4 N xenocara/lib/libXxf86vm/config.sub N xenocara/lib/libXxf86vm/man/Makefile.in N xenocara/lib/libXxf86vm/man/XF86VM.man N xenocara/lib/libXxf86vm/man/Makefile.am N xenocara/lib/libXxf86vm/src/Makefile.in N xenocara/lib/libXxf86vm/src/Makefile.am N xenocara/lib/libXxf86vm/src/config.h.in N xenocara/lib/libXxf86vm/src/XF86VMode.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/25 11:10:29 Modified files: sys/conf : files sys/arch/arm/xscale: files.pxa2x0 pxa27x_udc.c pxa27x_udcreg.h sys/arch/zaurus/conf: GENERIC sys/arch/zaurus/include: zaurus_reg.h sys/dev/usb : files.usb Added files: sys/dev/usb : usbf.c usbf_subr.c usbfvar.h if_cdcef.c Log message: Initial USB device controller (UDC) and USB CDC Ethernet function support for PXA27x/Zaurus, not enabled yet; for dlg and dale :) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:11:06 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libdmx/config.guess N xenocara/lib/libdmx/COPYING N xenocara/lib/libdmx/ltmain.sh N xenocara/lib/libdmx/Makefile.in N xenocara/lib/libdmx/missing N xenocara/lib/libdmx/Makefile.am N xenocara/lib/libdmx/install-sh N xenocara/lib/libdmx/depcomp N xenocara/lib/libdmx/autogen.sh N xenocara/lib/libdmx/config.h.in N xenocara/lib/libdmx/NEWS N xenocara/lib/libdmx/AUTHORS N xenocara/lib/libdmx/configure.ac N xenocara/lib/libdmx/dmx.pc.in N xenocara/lib/libdmx/INSTALL N xenocara/lib/libdmx/ChangeLog N xenocara/lib/libdmx/configure N xenocara/lib/libdmx/README N xenocara/lib/libdmx/aclocal.m4 N xenocara/lib/libdmx/config.sub N xenocara/lib/libdmx/man/DMXChangeDesktopAttributes.man N xenocara/lib/libdmx/man/DMXAddScreen.man N xenocara/lib/libdmx/man/DMXRemoveInput.man N xenocara/lib/libdmx/man/DMXQueryExtension.man N xenocara/lib/libdmx/man/Makefile.in N xenocara/lib/libdmx/man/DMXGetInputAttributes.man N xenocara/lib/libdmx/man/DMX.man N xenocara/lib/libdmx/man/DMXRemoveScreen.man N xenocara/lib/libdmx/man/Makefile.am N xenocara/lib/libdmx/man/DMXForceWindowCreation.man N xenocara/lib/libdmx/man/DMXGetWindowAttributes.man N xenocara/lib/libdmx/man/DMXGetScreenAttributes.man N xenocara/lib/libdmx/man/DMXGetInputCount.man N xenocara/lib/libdmx/man/DMXGetScreenCount.man N xenocara/lib/libdmx/man/DMXSync.man N xenocara/lib/libdmx/man/DMXAddInput.man N xenocara/lib/libdmx/man/DMXGetDesktopAttributes.man N xenocara/lib/libdmx/man/DMXChangeScreensAttributes.man N xenocara/lib/libdmx/man/DMXQueryVersion.man N xenocara/lib/libdmx/src/Makefile.in N xenocara/lib/libdmx/src/Makefile.am N xenocara/lib/libdmx/src/dmx.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:15:08 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/lib/libfontenc/ltmain.sh N xenocara/lib/libfontenc/depcomp N xenocara/lib/libfontenc/fontenc.pc.in N xenocara/lib/libfontenc/INSTALL N xenocara/lib/libfontenc/config.guess N xenocara/lib/libfontenc/install-sh N xenocara/lib/libfontenc/configure.ac N xenocara/lib/libfontenc/ChangeLog N xenocara/lib/libfontenc/configure N xenocara/lib/libfontenc/aclocal.m4 N xenocara/lib/libfontenc/config.h.in N xenocara/lib/libfontenc/AUTHORS N xenocara/lib/libfontenc/Makefile.am N xenocara/lib/libfontenc/Makefile.in N xenocara/lib/libfontenc/README N xenocara/lib/libfontenc/NEWS N xenocara/lib/libfontenc/COPYING N xenocara/lib/libfontenc/config.sub N xenocara/lib/libfontenc/missing N xenocara/lib/libfontenc/autogen.sh N xenocara/lib/libfontenc/src/encparse.c N xenocara/lib/libfontenc/src/fontencI.h N xenocara/lib/libfontenc/src/fontenc.c N xenocara/lib/libfontenc/src/Makefile.am N xenocara/lib/libfontenc/src/Makefile.in N xenocara/lib/libfontenc/include/X11/fonts/fontenc.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:16:07 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 U xenocara/lib/libfontenc/config.guess U xenocara/lib/libfontenc/COPYING U xenocara/lib/libfontenc/ltmain.sh U xenocara/lib/libfontenc/Makefile.in U xenocara/lib/libfontenc/missing U xenocara/lib/libfontenc/Makefile.am U xenocara/lib/libfontenc/install-sh U xenocara/lib/libfontenc/depcomp U xenocara/lib/libfontenc/autogen.sh U xenocara/lib/libfontenc/config.h.in U xenocara/lib/libfontenc/NEWS N xenocara/lib/libfontenc/lbxutil.pc.in N xenocara/lib/libfontenc/compile U xenocara/lib/libfontenc/AUTHORS U xenocara/lib/libfontenc/configure.ac U xenocara/lib/libfontenc/INSTALL U xenocara/lib/libfontenc/ChangeLog U xenocara/lib/libfontenc/configure U xenocara/lib/libfontenc/README U xenocara/lib/libfontenc/aclocal.m4 U xenocara/lib/libfontenc/config.sub U xenocara/lib/libfontenc/src/Makefile.in U xenocara/lib/libfontenc/src/Makefile.am N xenocara/lib/libfontenc/src/delta/lbxdelta.c N xenocara/lib/libfontenc/src/lbx_zlib/reqstats.h N xenocara/lib/libfontenc/src/lbx_zlib/lbx_zlib.c N xenocara/lib/libfontenc/src/lbx_zlib/lbx_zlib.h N xenocara/lib/libfontenc/src/lbx_zlib/reqstats.c N xenocara/lib/libfontenc/src/lbx_zlib/lbx_zlib_io.c N xenocara/lib/libfontenc/src/image/lbxfax.h N xenocara/lib/libfontenc/src/image/epackbits.c N xenocara/lib/libfontenc/src/image/dpackbits.c N xenocara/lib/libfontenc/src/image/lbxbwcodes.h N xenocara/lib/libfontenc/src/image/misc.c N xenocara/lib/libfontenc/src/image/mkg3states.c N xenocara/lib/libfontenc/src/image/dfaxg42d.c N xenocara/lib/libfontenc/src/image/efaxg42d.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:19:22 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/lib/libfontenc/ltmain.sh N xenocara/lib/libfontenc/depcomp N xenocara/lib/libfontenc/fontenc.pc.in N xenocara/lib/libfontenc/INSTALL N xenocara/lib/libfontenc/config.guess N xenocara/lib/libfontenc/install-sh N xenocara/lib/libfontenc/configure.ac N xenocara/lib/libfontenc/ChangeLog N xenocara/lib/libfontenc/configure N xenocara/lib/libfontenc/aclocal.m4 N xenocara/lib/libfontenc/config.h.in N xenocara/lib/libfontenc/AUTHORS N xenocara/lib/libfontenc/Makefile.am N xenocara/lib/libfontenc/Makefile.in N xenocara/lib/libfontenc/README N xenocara/lib/libfontenc/NEWS N xenocara/lib/libfontenc/COPYING N xenocara/lib/libfontenc/config.sub N xenocara/lib/libfontenc/missing N xenocara/lib/libfontenc/autogen.sh N xenocara/lib/libfontenc/src/encparse.c N xenocara/lib/libfontenc/src/fontencI.h N xenocara/lib/libfontenc/src/fontenc.c N xenocara/lib/libfontenc/src/Makefile.am N xenocara/lib/libfontenc/src/Makefile.in N xenocara/lib/libfontenc/include/X11/fonts/fontenc.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:20:53 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/liblbxutil/config.guess N xenocara/lib/liblbxutil/COPYING N xenocara/lib/liblbxutil/ltmain.sh N xenocara/lib/liblbxutil/Makefile.in N xenocara/lib/liblbxutil/missing N xenocara/lib/liblbxutil/Makefile.am N xenocara/lib/liblbxutil/install-sh N xenocara/lib/liblbxutil/depcomp N xenocara/lib/liblbxutil/autogen.sh N xenocara/lib/liblbxutil/config.h.in N xenocara/lib/liblbxutil/NEWS N xenocara/lib/liblbxutil/lbxutil.pc.in N xenocara/lib/liblbxutil/compile N xenocara/lib/liblbxutil/AUTHORS N xenocara/lib/liblbxutil/configure.ac N xenocara/lib/liblbxutil/INSTALL N xenocara/lib/liblbxutil/ChangeLog N xenocara/lib/liblbxutil/configure N xenocara/lib/liblbxutil/README N xenocara/lib/liblbxutil/aclocal.m4 N xenocara/lib/liblbxutil/config.sub N xenocara/lib/liblbxutil/src/Makefile.in N xenocara/lib/liblbxutil/src/Makefile.am N xenocara/lib/liblbxutil/src/delta/lbxdelta.c N xenocara/lib/liblbxutil/src/lbx_zlib/reqstats.h N xenocara/lib/liblbxutil/src/lbx_zlib/lbx_zlib.c N xenocara/lib/liblbxutil/src/lbx_zlib/lbx_zlib.h N xenocara/lib/liblbxutil/src/lbx_zlib/reqstats.c N xenocara/lib/liblbxutil/src/lbx_zlib/lbx_zlib_io.c N xenocara/lib/liblbxutil/src/image/lbxfax.h N xenocara/lib/liblbxutil/src/image/epackbits.c N xenocara/lib/liblbxutil/src/image/dpackbits.c N xenocara/lib/liblbxutil/src/image/lbxbwcodes.h N xenocara/lib/liblbxutil/src/image/misc.c N xenocara/lib/liblbxutil/src/image/mkg3states.c N xenocara/lib/liblbxutil/src/image/dfaxg42d.c N xenocara/lib/liblbxutil/src/image/efaxg42d.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:21:50 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/lib/liboldX/config.guess N xenocara/lib/liboldX/missing N xenocara/lib/liboldX/ltmain.sh N xenocara/lib/liboldX/NEWS N xenocara/lib/liboldX/config.h.in N xenocara/lib/liboldX/README N xenocara/lib/liboldX/COPYING N xenocara/lib/liboldX/Makefile.am N xenocara/lib/liboldX/AUTHORS N xenocara/lib/liboldX/oldx.pc.in N xenocara/lib/liboldX/depcomp N xenocara/lib/liboldX/config.sub N xenocara/lib/liboldX/ChangeLog N xenocara/lib/liboldX/install-sh N xenocara/lib/liboldX/INSTALL N xenocara/lib/liboldX/configure N xenocara/lib/liboldX/aclocal.m4 N xenocara/lib/liboldX/autogen.sh N xenocara/lib/liboldX/mkinstalldirs N xenocara/lib/liboldX/Makefile.in N xenocara/lib/liboldX/configure.ac N xenocara/lib/liboldX/src/XDelAssoc.c N xenocara/lib/liboldX/src/XCrAssoc.c N xenocara/lib/liboldX/src/Makefile.am N xenocara/lib/liboldX/src/XMakeAssoc.c N xenocara/lib/liboldX/src/XLookAssoc.c N xenocara/lib/liboldX/src/XDestAssoc.c N xenocara/lib/liboldX/src/XDraw.c N xenocara/lib/liboldX/src/Makefile.in N xenocara/lib/liboldX/include/X11/X10.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 11:22:06 Modified files: devel/smarty : Makefile Added files: devel/smarty/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: devel/smarty/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:23:41 Log message: import from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libxkbui/config.guess N xenocara/lib/libxkbui/COPYING N xenocara/lib/libxkbui/ltmain.sh N xenocara/lib/libxkbui/Makefile.in N xenocara/lib/libxkbui/missing N xenocara/lib/libxkbui/Makefile.am N xenocara/lib/libxkbui/xkbui.pc.in N xenocara/lib/libxkbui/install-sh N xenocara/lib/libxkbui/depcomp N xenocara/lib/libxkbui/autogen.sh N xenocara/lib/libxkbui/config.h.in N xenocara/lib/libxkbui/NEWS N xenocara/lib/libxkbui/AUTHORS N xenocara/lib/libxkbui/configure.ac N xenocara/lib/libxkbui/INSTALL N xenocara/lib/libxkbui/ChangeLog N xenocara/lib/libxkbui/configure N xenocara/lib/libxkbui/README N xenocara/lib/libxkbui/aclocal.m4 N xenocara/lib/libxkbui/config.sub N xenocara/lib/libxkbui/include/X11/extensions/XKBui.h N xenocara/lib/libxkbui/src/Makefile.in N xenocara/lib/libxkbui/src/Makefile.am N xenocara/lib/libxkbui/src/XKBui.c N xenocara/lib/libxkbui/src/XKBuiPriv.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:24:51 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_4 N xenocara/lib/libxkbfile/ltmain.sh N xenocara/lib/libxkbfile/depcomp N xenocara/lib/libxkbfile/INSTALL N xenocara/lib/libxkbfile/config.guess N xenocara/lib/libxkbfile/install-sh N xenocara/lib/libxkbfile/configure.ac N xenocara/lib/libxkbfile/ChangeLog N xenocara/lib/libxkbfile/xkbfile.pc.in N xenocara/lib/libxkbfile/configure N xenocara/lib/libxkbfile/aclocal.m4 N xenocara/lib/libxkbfile/config.h.in N xenocara/lib/libxkbfile/AUTHORS N xenocara/lib/libxkbfile/Makefile.am N xenocara/lib/libxkbfile/Makefile.in N xenocara/lib/libxkbfile/README N xenocara/lib/libxkbfile/NEWS N xenocara/lib/libxkbfile/COPYING N xenocara/lib/libxkbfile/config.sub N xenocara/lib/libxkbfile/missing N xenocara/lib/libxkbfile/autogen.sh N xenocara/lib/libxkbfile/src/xkmread.c N xenocara/lib/libxkbfile/src/cout.c N xenocara/lib/libxkbfile/src/xkbconfig.c N xenocara/lib/libxkbfile/src/xkbatom.c N xenocara/lib/libxkbfile/src/xkbbells.c N xenocara/lib/libxkbfile/src/xkbout.c N xenocara/lib/libxkbfile/src/xkbdraw.c N xenocara/lib/libxkbfile/src/xkbmisc.c N xenocara/lib/libxkbfile/src/magic N xenocara/lib/libxkbfile/src/Makefile.am N xenocara/lib/libxkbfile/src/Makefile.in N xenocara/lib/libxkbfile/src/maprules.c N xenocara/lib/libxkbfile/src/xkbtext.c N xenocara/lib/libxkbfile/src/XKBfileInt.h N xenocara/lib/libxkbfile/src/xkmout.c N xenocara/lib/libxkbfile/src/srvmisc.c N xenocara/lib/libxkbfile/src/xkberrs.c N xenocara/lib/libxkbfile/include/X11/extensions/XKBbells.h N xenocara/lib/libxkbfile/include/X11/extensions/XKMformat.h N xenocara/lib/libxkbfile/include/X11/extensions/XKBrules.h N xenocara/lib/libxkbfile/include/X11/extensions/XKBfile.h N xenocara/lib/libxkbfile/include/X11/extensions/XKBconfig.h N xenocara/lib/libxkbfile/include/X11/extensions/XKM.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/25 11:24:54 Modified files: sys/dev/acpi : acpivar.h amltypes.h dsdt.c dsdt.h Log message: Add mutex. prodded dlg, ok jordan CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:26:30 Log message: import from X.Org 7.2RC1 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/lib/libxtrans/INSTALL N xenocara/lib/libxtrans/Xtransutil.c N xenocara/lib/libxtrans/Xtransos2.c N xenocara/lib/libxtrans/install-sh N xenocara/lib/libxtrans/configure.ac N xenocara/lib/libxtrans/transport.c N xenocara/lib/libxtrans/ChangeLog N xenocara/lib/libxtrans/configure N xenocara/lib/libxtrans/Xtrans.c N xenocara/lib/libxtrans/aclocal.m4 N xenocara/lib/libxtrans/AUTHORS N xenocara/lib/libxtrans/Makefile.am N xenocara/lib/libxtrans/Makefile.in N xenocara/lib/libxtrans/README N xenocara/lib/libxtrans/Xtranstli.c N xenocara/lib/libxtrans/xtrans.pc.in N xenocara/lib/libxtrans/NEWS N xenocara/lib/libxtrans/Xtransint.h N xenocara/lib/libxtrans/COPYING N xenocara/lib/libxtrans/Xtransdnet.c N xenocara/lib/libxtrans/Xtranssock.c N xenocara/lib/libxtrans/xtrans.m4 N xenocara/lib/libxtrans/Xtrans.h N xenocara/lib/libxtrans/missing N xenocara/lib/libxtrans/Xtranslcl.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 11:31:23 Modified files: infrastructure/mk: bsd.port.mk Log message: define BUILD_PKGPATH/BASE_PKGPATH, to document later CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 11:35:45 Modified files: x11/qt3 : Makefile x11/qt4 : Makefile Log message: use BUILD_PKGPATH CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:35:55 Log message: Import expat 2.0.0. (yet another copy, yeah) Status: Vendor Tag: expat Release Tags: v2_0_0 N xenocara/lib/expat/COPYING N xenocara/lib/expat/Changes N xenocara/lib/expat/MANIFEST N xenocara/lib/expat/Makefile.in N xenocara/lib/expat/README N xenocara/lib/expat/buildconf.sh N xenocara/lib/expat/configure.in N xenocara/lib/expat/expat.dsw N xenocara/lib/expat/expat.spec N xenocara/lib/expat/make-release.sh N xenocara/lib/expat/.cvsignore N xenocara/lib/expat/amiga/Makefile N xenocara/lib/expat/amiga/README.txt N xenocara/lib/expat/amiga/expat.xml N xenocara/lib/expat/amiga/expat_lib.c N xenocara/lib/expat/amiga/expat_vectors.c N xenocara/lib/expat/amiga/launch.c N xenocara/lib/expat/amiga/stdlib.c N xenocara/lib/expat/amiga/include/inline4/expat.h N xenocara/lib/expat/amiga/include/interfaces/expat.h N xenocara/lib/expat/amiga/include/libraries/expat.h N xenocara/lib/expat/amiga/include/proto/expat.h N xenocara/lib/expat/bcb5/README.txt N xenocara/lib/expat/bcb5/all_projects.bpg N xenocara/lib/expat/bcb5/elements.bpf N xenocara/lib/expat/bcb5/elements.bpr N xenocara/lib/expat/bcb5/elements.mak N xenocara/lib/expat/bcb5/expat.bpf N xenocara/lib/expat/bcb5/expat.bpr N xenocara/lib/expat/bcb5/expat.mak N xenocara/lib/expat/bcb5/expat_static.bpf N xenocara/lib/expat/bcb5/expat_static.bpr N xenocara/lib/expat/bcb5/expat_static.mak N xenocara/lib/expat/bcb5/expatw.bpf N xenocara/lib/expat/bcb5/expatw.bpr N xenocara/lib/expat/bcb5/expatw.mak N xenocara/lib/expat/bcb5/expatw_static.bpf N xenocara/lib/expat/bcb5/expatw_static.bpr N xenocara/lib/expat/bcb5/expatw_static.mak N xenocara/lib/expat/bcb5/libexpat_mtd.def N xenocara/lib/expat/bcb5/libexpatw_mtd.def N xenocara/lib/expat/bcb5/makefile.mak N xenocara/lib/expat/bcb5/outline.bpf N xenocara/lib/expat/bcb5/outline.bpr N xenocara/lib/expat/bcb5/outline.mak N xenocara/lib/expat/bcb5/setup.bat N xenocara/lib/expat/bcb5/xmlwf.bpf N xenocara/lib/expat/bcb5/xmlwf.bpr N xenocara/lib/expat/bcb5/xmlwf.mak N xenocara/lib/expat/conftools/.cvsignore N xenocara/lib/expat/conftools/PrintPath N xenocara/lib/expat/conftools/ac_c_bigendian_cross.m4 N xenocara/lib/expat/conftools/config.guess N xenocara/lib/expat/conftools/config.sub N xenocara/lib/expat/conftools/expat.m4 N xenocara/lib/expat/conftools/get-version.sh N xenocara/lib/expat/conftools/install-sh N xenocara/lib/expat/conftools/mkinstalldirs N xenocara/lib/expat/doc/expat.png N xenocara/lib/expat/doc/reference.html N xenocara/lib/expat/doc/style.css N xenocara/lib/expat/doc/valid-xhtml10.png N xenocara/lib/expat/doc/xmlwf.1 N xenocara/lib/expat/doc/xmlwf.sgml N xenocara/lib/expat/examples/.cvsignore N xenocara/lib/expat/examples/elements.c N xenocara/lib/expat/examples/elements.dsp N xenocara/lib/expat/examples/outline.c N xenocara/lib/expat/examples/outline.dsp N xenocara/lib/expat/gennmtab/.cvsignore N xenocara/lib/expat/gennmtab/gennmtab.c N xenocara/lib/expat/gennmtab/gennmtab.dsp N xenocara/lib/expat/lib/.cvsignore N xenocara/lib/expat/lib/Makefile.MPW N xenocara/lib/expat/lib/amigaconfig.h N xenocara/lib/expat/lib/ascii.h N xenocara/lib/expat/lib/asciitab.h N xenocara/lib/expat/lib/expat.dsp N xenocara/lib/expat/lib/expat_external.h N xenocara/lib/expat/lib/expat_static.dsp N xenocara/lib/expat/lib/expatw.dsp N xenocara/lib/expat/lib/expatw_static.dsp N xenocara/lib/expat/lib/iasciitab.h N xenocara/lib/expat/lib/internal.h N xenocara/lib/expat/lib/latin1tab.h N xenocara/lib/expat/lib/libexpat.def N xenocara/lib/expat/lib/libexpatw.def N xenocara/lib/expat/lib/macconfig.h N xenocara/lib/expat/lib/nametab.h N xenocara/lib/expat/lib/utf8tab.h N xenocara/lib/expat/lib/winconfig.h N xenocara/lib/expat/lib/xmlparse.c N xenocara/lib/expat/lib/xmlrole.c N xenocara/lib/expat/lib/xmlrole.h N xenocara/lib/expat/lib/xmltok.c N xenocara/lib/expat/lib/xmltok.h N xenocara/lib/expat/lib/xmltok_impl.c N xenocara/lib/expat/lib/xmltok_impl.h N xenocara/lib/expat/lib/xmltok_ns.c N xenocara/lib/expat/tests/.cvsignore N xenocara/lib/expat/tests/README.txt N xenocara/lib/expat/tests/chardata.c N xenocara/lib/expat/tests/chardata.h N xenocara/lib/expat/tests/minicheck.c N xenocara/lib/expat/tests/minicheck.h N xenocara/lib/expat/tests/runtests.c N xenocara/lib/expat/tests/runtestspp.cpp N xenocara/lib/expat/tests/xmltest.sh N xenocara/lib/expat/tests/benchmark/README.txt N xenocara/lib/expat/tests/benchmark/benchmark.c N xenocara/lib/expat/tests/benchmark/benchmark.dsp N xenocara/lib/expat/tests/benchmark/benchmark.dsw N xenocara/lib/expat/vms/README.vms N xenocara/lib/expat/vms/descrip.mms N xenocara/lib/expat/vms/expat_config.h N xenocara/lib/expat/win32/.cvsignore N xenocara/lib/expat/win32/MANIFEST.txt N xenocara/lib/expat/win32/README.txt N xenocara/lib/expat/win32/expat.iss N xenocara/lib/expat/xmlwf/.cvsignore N xenocara/lib/expat/xmlwf/codepage.c N xenocara/lib/expat/xmlwf/codepage.h N xenocara/lib/expat/xmlwf/ct.c N xenocara/lib/expat/xmlwf/filemap.h N xenocara/lib/expat/xmlwf/readfilemap.c N xenocara/lib/expat/xmlwf/unixfilemap.c N xenocara/lib/expat/xmlwf/win32filemap.c N xenocara/lib/expat/xmlwf/xmlfile.c N xenocara/lib/expat/xmlwf/xmlfile.h N xenocara/lib/expat/xmlwf/xmlmime.c N xenocara/lib/expat/xmlwf/xmlmime.h N xenocara/lib/expat/xmlwf/xmltchar.h N xenocara/lib/expat/xmlwf/xmlurl.h N xenocara/lib/expat/xmlwf/xmlwf.c N xenocara/lib/expat/xmlwf/xmlwf.dsp N xenocara/lib/expat/xmlwf/xmlwin32url.cxx No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:42:53 Log message: Import fontconfig 2.4.1 Status: Vendor Tag: fontconfig Release Tags: v2_4_1 N xenocara/lib/fontconfig/README N xenocara/lib/fontconfig/configure.in N xenocara/lib/fontconfig/aclocal.m4 N xenocara/lib/fontconfig/Makefile.am N xenocara/lib/fontconfig/Makefile.in N xenocara/lib/fontconfig/config.h.in N xenocara/lib/fontconfig/fontconfig-zip.in N xenocara/lib/fontconfig/fontconfig.pc.in N xenocara/lib/fontconfig/fontconfig.spec.in N xenocara/lib/fontconfig/fonts.conf.in N xenocara/lib/fontconfig/configure N xenocara/lib/fontconfig/AUTHORS N xenocara/lib/fontconfig/COPYING N xenocara/lib/fontconfig/ChangeLog N xenocara/lib/fontconfig/INSTALL N xenocara/lib/fontconfig/NEWS N xenocara/lib/fontconfig/config.guess N xenocara/lib/fontconfig/config.sub N xenocara/lib/fontconfig/depcomp N xenocara/lib/fontconfig/install-sh N xenocara/lib/fontconfig/ltmain.sh N xenocara/lib/fontconfig/missing N xenocara/lib/fontconfig/fonts.dtd N xenocara/lib/fontconfig/fontconfig.spec N xenocara/lib/fontconfig/doc/Makefile.am N xenocara/lib/fontconfig/doc/Makefile.in N xenocara/lib/fontconfig/doc/version.sgml.in N xenocara/lib/fontconfig/doc/edit-sgml.c N xenocara/lib/fontconfig/doc/FcAtomicCreate.3 N xenocara/lib/fontconfig/doc/FcAtomicLock.3 N xenocara/lib/fontconfig/doc/FcAtomicNewFile.3 N xenocara/lib/fontconfig/doc/FcAtomicOrigFile.3 N xenocara/lib/fontconfig/doc/FcAtomicReplaceOrig.3 N xenocara/lib/fontconfig/doc/FcAtomicDeleteNew.3 N xenocara/lib/fontconfig/doc/FcAtomicUnlock.3 N xenocara/lib/fontconfig/doc/FcAtomicDestroy.3 N xenocara/lib/fontconfig/doc/FcBlanksCreate.3 N xenocara/lib/fontconfig/doc/FcBlanksDestroy.3 N xenocara/lib/fontconfig/doc/FcBlanksAdd.3 N xenocara/lib/fontconfig/doc/FcBlanksIsMember.3 N xenocara/lib/fontconfig/doc/FcCharSetCreate.3 N xenocara/lib/fontconfig/doc/FcCharSetDestroy.3 N xenocara/lib/fontconfig/doc/FcCharSetAddChar.3 N xenocara/lib/fontconfig/doc/FcCharSetCopy.3 N xenocara/lib/fontconfig/doc/FcCharSetEqual.3 N xenocara/lib/fontconfig/doc/FcCharSetIntersect.3 N xenocara/lib/fontconfig/doc/FcCharSetUnion.3 N xenocara/lib/fontconfig/doc/FcCharSetSubtract.3 N xenocara/lib/fontconfig/doc/FcCharSetHasChar.3 N xenocara/lib/fontconfig/doc/FcCharSetCount.3 N xenocara/lib/fontconfig/doc/FcCharSetIntersectCount.3 N xenocara/lib/fontconfig/doc/FcCharSetSubtractCount.3 N xenocara/lib/fontconfig/doc/FcCharSetIsSubset.3 N xenocara/lib/fontconfig/doc/FcCharSetFirstPage.3 N xenocara/lib/fontconfig/doc/FcCharSetNextPage.3 N xenocara/lib/fontconfig/doc/FcConfigCreate.3 N xenocara/lib/fontconfig/doc/FcConfigDestroy.3 N xenocara/lib/fontconfig/doc/FcConfigSetCurrent.3 N xenocara/lib/fontconfig/doc/FcConfigGetCurrent.3 N xenocara/lib/fontconfig/doc/FcConfigUptoDate.3 N xenocara/lib/fontconfig/doc/FcConfigBuildFonts.3 N xenocara/lib/fontconfig/doc/FcConfigGetConfigDirs.3 N xenocara/lib/fontconfig/doc/FcConfigGetFontDirs.3 N xenocara/lib/fontconfig/doc/FcConfigGetConfigFiles.3 N xenocara/lib/fontconfig/doc/FcConfigGetCache.3 N xenocara/lib/fontconfig/doc/FcConfigGetFonts.3 N xenocara/lib/fontconfig/doc/FcConfigGetBlanks.3 N xenocara/lib/fontconfig/doc/FcConfigGetRescanInverval.3 N xenocara/lib/fontconfig/doc/FcConfigSetRescanInverval.3 N xenocara/lib/fontconfig/doc/FcConfigAppFontAddFile.3 N xenocara/lib/fontconfig/doc/FcConfigAppFontAddDir.3 N xenocara/lib/fontconfig/doc/FcConfigAppFontClear.3 N xenocara/lib/fontconfig/doc/FcConfigSubstituteWithPat.3 N xenocara/lib/fontconfig/doc/FcFontMatch.3 N xenocara/lib/fontconfig/doc/FcConfigSubstitute.3 N xenocara/lib/fontconfig/doc/FcFontSort.3 N xenocara/lib/fontconfig/doc/FcFontRenderPrepare.3 N xenocara/lib/fontconfig/doc/FcFontList.3 N xenocara/lib/fontconfig/doc/FcConfigFilename.3 N xenocara/lib/fontconfig/doc/FcConfigParseAndLoad.3 N xenocara/lib/fontconfig/doc/FcConfigNormalizeFontDir.3 N xenocara/lib/fontconfig/doc/FcNameRegisterConstants.3 N xenocara/lib/fontconfig/doc/FcNameUnregisterConstants.3 N xenocara/lib/fontconfig/doc/FcNameGetConstant.3 N xenocara/lib/fontconfig/doc/FcNameConstant.3 N xenocara/lib/fontconfig/doc/FcFileScan.3 N xenocara/lib/fontconfig/doc/FcDirScan.3 N xenocara/lib/fontconfig/doc/FcDirSave.3 N xenocara/lib/fontconfig/doc/FcDirCacheValid.3 N xenocara/lib/fontconfig/doc/FcFontSetCreate.3 N xenocara/lib/fontconfig/doc/FcFontSetDestroy.3 N xenocara/lib/fontconfig/doc/FcFontSetAdd.3 N xenocara/lib/fontconfig/doc/FcFreeTypeCharIndex.3 N xenocara/lib/fontconfig/doc/FcFreeTypeCharSet.3 N xenocara/lib/fontconfig/doc/FcFreeTypeQuery.3 N xenocara/lib/fontconfig/doc/FcInitLoadConfig.3 N xenocara/lib/fontconfig/doc/FcInitLoadConfigAndFonts.3 N xenocara/lib/fontconfig/doc/FcInit.3 N xenocara/lib/fontconfig/doc/FcFini.3 N xenocara/lib/fontconfig/doc/FcGetVersion.3 N xenocara/lib/fontconfig/doc/FcInitReinitialize.3 N xenocara/lib/fontconfig/doc/FcInitBringUptoDate.3 N xenocara/lib/fontconfig/doc/FcMatrixInit.3 N xenocara/lib/fontconfig/doc/FcMatrixCopy.3 N xenocara/lib/fontconfig/doc/FcMatrixEqual.3 N xenocara/lib/fontconfig/doc/FcMatrixMultiply.3 N xenocara/lib/fontconfig/doc/FcMatrixRotate.3 N xenocara/lib/fontconfig/doc/FcMatrixScale.3 N xenocara/lib/fontconfig/doc/FcMatrixShear.3 N xenocara/lib/fontconfig/doc/FcObjectSetCreate.3 N xenocara/lib/fontconfig/doc/FcObjectSetAdd.3 N xenocara/lib/fontconfig/doc/FcObjectSetDestroy.3 N xenocara/lib/fontconfig/doc/FcObjectSetBuild.3 N xenocara/lib/fontconfig/doc/FcNameRegisterObjectTypes.3 N xenocara/lib/fontconfig/doc/FcNameUnregisterObjectTypes.3 N xenocara/lib/fontconfig/doc/FcNameGetObjectType.3 N xenocara/lib/fontconfig/doc/FcPatternCreate.3 N xenocara/lib/fontconfig/doc/FcPatternDestroy.3 N xenocara/lib/fontconfig/doc/FcPatternEqual.3 N xenocara/lib/fontconfig/doc/FcPatternEqualSubset.3 N xenocara/lib/fontconfig/doc/FcPatternHash.3 N xenocara/lib/fontconfig/doc/FcPatternAdd.3 N xenocara/lib/fontconfig/doc/FcPatternAddWeak.3 N xenocara/lib/fontconfig/doc/FcPatternAdd-Type.3 N xenocara/lib/fontconfig/doc/FcPatternGet.3 N xenocara/lib/fontconfig/doc/FcPatternGet-Type.3 N xenocara/lib/fontconfig/doc/FcPatternBuild.3 N xenocara/lib/fontconfig/doc/FcPatternDel.3 N xenocara/lib/fontconfig/doc/FcUtf8Len.3 N xenocara/lib/fontconfig/doc/FcPatternRemove.3 N xenocara/lib/fontconfig/doc/FcPatternPrint.3 N xenocara/lib/fontconfig/doc/FcDefaultSubstitute.3 N xenocara/lib/fontconfig/doc/FcNameParse.3 N xenocara/lib/fontconfig/doc/FcNameUnparse.3 N xenocara/lib/fontconfig/doc/FcUtf8ToUcs4.3 N xenocara/lib/fontconfig/doc/FcUcs4ToUtf8.3 N xenocara/lib/fontconfig/doc/FcUtf16ToUcs4.3 N xenocara/lib/fontconfig/doc/FcUtf16Len.3 N xenocara/lib/fontconfig/doc/FcStrCopy.3 N xenocara/lib/fontconfig/doc/FcStrDowncase.3 N xenocara/lib/fontconfig/doc/FcStrCopyFilename.3 N xenocara/lib/fontconfig/doc/FcStrCmpIgnoreCase.3 N xenocara/lib/fontconfig/doc/FcStrStr.3 N xenocara/lib/fontconfig/doc/FcStrStrIgnoreCase.3 N xenocara/lib/fontconfig/doc/FcStrDirname.3 N xenocara/lib/fontconfig/doc/FcStrBasename.3 N xenocara/lib/fontconfig/doc/FcStrSetCreate.3 N xenocara/lib/fontconfig/doc/FcStrSetMember.3 N xenocara/lib/fontconfig/doc/fcfile.fncs N xenocara/lib/fontconfig/doc/FcStrSetAdd.3 N xenocara/lib/fontconfig/doc/FcStrSetAddFilename.3 N xenocara/lib/fontconfig/doc/FcStrSetDel.3 N xenocara/lib/fontconfig/doc/FcStrSetDestroy.3 N xenocara/lib/fontconfig/doc/FcStrListCreate.3 N xenocara/lib/fontconfig/doc/FcStrListNext.3 N xenocara/lib/fontconfig/doc/FcStrListDone.3 N xenocara/lib/fontconfig/doc/FcValueDestroy.3 N xenocara/lib/fontconfig/doc/FcValueSave.3 N xenocara/lib/fontconfig/doc/fonts-conf.5 N xenocara/lib/fontconfig/doc/fontconfig-user.txt N xenocara/lib/fontconfig/doc/fontconfig-devel.txt N xenocara/lib/fontconfig/doc/fontconfig-user.pdf N xenocara/lib/fontconfig/doc/fontconfig-devel.pdf N xenocara/lib/fontconfig/doc/fontconfig-user.html N xenocara/lib/fontconfig/doc/fontconfig-user.sgml N xenocara/lib/fontconfig/doc/fontconfig-devel.sgml N xenocara/lib/fontconfig/doc/fcatomic.fncs N xenocara/lib/fontconfig/doc/fcblanks.fncs N xenocara/lib/fontconfig/doc/fccharset.fncs N xenocara/lib/fontconfig/doc/fcconfig.fncs N xenocara/lib/fontconfig/doc/fcconstant.fncs N xenocara/lib/fontconfig/doc/fcfontset.fncs N xenocara/lib/fontconfig/doc/fcfreetype.fncs N xenocara/lib/fontconfig/doc/fcinit.fncs N xenocara/lib/fontconfig/doc/fcmatrix.fncs N xenocara/lib/fontconfig/doc/fcobjectset.fncs N xenocara/lib/fontconfig/doc/fcobjecttype.fncs N xenocara/lib/fontconfig/doc/fcpattern.fncs N xenocara/lib/fontconfig/doc/fcstring.fncs N xenocara/lib/fontconfig/doc/fcstrset.fncs N xenocara/lib/fontconfig/doc/fcvalue.fncs N xenocara/lib/fontconfig/doc/func.sgml N xenocara/lib/fontconfig/doc/confdir.sgml.in N xenocara/lib/fontconfig/doc/fontconfig-devel/index.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1011.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1042.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1064.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1090.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1112.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1135.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1159.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1182.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1207.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r120.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1232.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1257.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1282.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1307.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1329.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1354.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1379.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1404.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r141.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1431.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1462.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1485.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1508.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1534.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1563.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1593.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1623.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r162.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1656.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1677.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1698.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1720.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1741.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1763.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1784.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1806.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1828.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r183.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1850.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1871.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1895.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1916.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1938.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1961.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1984.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2007.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2028.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r204.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2057.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2082.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2110.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2147.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2178.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2205.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2229.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2252.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r225.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2278.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2302.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2326.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2351.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2375.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2399.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2421.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2449.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2470.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2491.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r249.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2514.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2540.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2562.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2584.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2606.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2628.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2650.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2671.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2692.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r270.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2717.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2753.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2788.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2816.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2841.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2862.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2887.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2912.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r291.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2937.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2963.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2985.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3007.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3029.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3054.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3083.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3108.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3140.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r316.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3173.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3209.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3232.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3254.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3277.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3302.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3329.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3356.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3378.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r344.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r365.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r393.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r422.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r497.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r527.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r614.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r655.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r678.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r703.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r724.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r752.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r774.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r798.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r819.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r840.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r866.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r887.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r910.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r931.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r965.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r988.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r99.html N xenocara/lib/fontconfig/doc/fontconfig-devel/x19.html N xenocara/lib/fontconfig/doc/fontconfig-devel/x31.html N xenocara/lib/fontconfig/doc/fontconfig-devel/x93.html N xenocara/lib/fontconfig/src/fcint.h N xenocara/lib/fontconfig/src/Makefile.am N xenocara/lib/fontconfig/src/Makefile.in N xenocara/lib/fontconfig/src/fontconfig.def.in N xenocara/lib/fontconfig/src/fcatomic.c N xenocara/lib/fontconfig/src/fcblanks.c N xenocara/lib/fontconfig/src/fccache.c N xenocara/lib/fontconfig/src/fccfg.c N xenocara/lib/fontconfig/src/fccharset.c N xenocara/lib/fontconfig/src/fcdbg.c N xenocara/lib/fontconfig/src/fcdefault.c N xenocara/lib/fontconfig/src/fcdir.c N xenocara/lib/fontconfig/src/fcfreetype.c N xenocara/lib/fontconfig/src/fcfs.c N xenocara/lib/fontconfig/src/fcinit.c N xenocara/lib/fontconfig/src/fclang.c N xenocara/lib/fontconfig/src/fclist.c N xenocara/lib/fontconfig/src/fcmatch.c N xenocara/lib/fontconfig/src/fcmatrix.c N xenocara/lib/fontconfig/src/fcname.c N xenocara/lib/fontconfig/src/fcpat.c N xenocara/lib/fontconfig/src/fcserialize.c N xenocara/lib/fontconfig/src/fcstr.c N xenocara/lib/fontconfig/src/fcxml.c N xenocara/lib/fontconfig/src/ftglue.h N xenocara/lib/fontconfig/src/ftglue.c N xenocara/lib/fontconfig/src/makealias N xenocara/lib/fontconfig/fc-case/fccase.h N xenocara/lib/fontconfig/fc-case/Makefile.am N xenocara/lib/fontconfig/fc-case/Makefile.in N xenocara/lib/fontconfig/fc-case/fc-case.c N xenocara/lib/fontconfig/fc-case/fccase.tmpl.h N xenocara/lib/fontconfig/fc-case/CaseFolding.txt N xenocara/lib/fontconfig/fontconfig/fontconfig.h N xenocara/lib/fontconfig/fontconfig/fcfreetype.h N xenocara/lib/fontconfig/fontconfig/fcprivate.h N xenocara/lib/fontconfig/fontconfig/Makefile.am N xenocara/lib/fontconfig/fontconfig/Makefile.in N xenocara/lib/fontconfig/fc-lang/fclang.h N xenocara/lib/fontconfig/fc-lang/Makefile.am N xenocara/lib/fontconfig/fc-lang/Makefile.in N xenocara/lib/fontconfig/fc-lang/fc-lang.c N xenocara/lib/fontconfig/fc-lang/fclang.tmpl.h N xenocara/lib/fontconfig/fc-lang/aa.orth N xenocara/lib/fontconfig/fc-lang/ab.orth N xenocara/lib/fontconfig/fc-lang/af.orth N xenocara/lib/fontconfig/fc-lang/am.orth N xenocara/lib/fontconfig/fc-lang/ar.orth N xenocara/lib/fontconfig/fc-lang/as.orth N xenocara/lib/fontconfig/fc-lang/ast.orth N xenocara/lib/fontconfig/fc-lang/ava.orth N xenocara/lib/fontconfig/fc-lang/ay.orth N xenocara/lib/fontconfig/fc-lang/az.orth N xenocara/lib/fontconfig/fc-lang/az_ir.orth N xenocara/lib/fontconfig/fc-lang/ba.orth N xenocara/lib/fontconfig/fc-lang/bam.orth N xenocara/lib/fontconfig/fc-lang/be.orth N xenocara/lib/fontconfig/fc-lang/bg.orth N xenocara/lib/fontconfig/fc-lang/bh.orth N xenocara/lib/fontconfig/fc-lang/bho.orth N xenocara/lib/fontconfig/fc-lang/bi.orth N xenocara/lib/fontconfig/fc-lang/bin.orth N xenocara/lib/fontconfig/fc-lang/bn.orth N xenocara/lib/fontconfig/fc-lang/bo.orth N xenocara/lib/fontconfig/fc-lang/br.orth N xenocara/lib/fontconfig/fc-lang/bs.orth N xenocara/lib/fontconfig/fc-lang/bua.orth N xenocara/lib/fontconfig/fc-lang/ca.orth N xenocara/lib/fontconfig/fc-lang/ce.orth N xenocara/lib/fontconfig/fc-lang/ch.orth N xenocara/lib/fontconfig/fc-lang/chm.orth N xenocara/lib/fontconfig/fc-lang/chr.orth N xenocara/lib/fontconfig/fc-lang/co.orth N xenocara/lib/fontconfig/fc-lang/cs.orth N xenocara/lib/fontconfig/fc-lang/cu.orth N xenocara/lib/fontconfig/fc-lang/cv.orth N xenocara/lib/fontconfig/fc-lang/cy.orth N xenocara/lib/fontconfig/fc-lang/da.orth N xenocara/lib/fontconfig/fc-lang/de.orth N xenocara/lib/fontconfig/fc-lang/dz.orth N xenocara/lib/fontconfig/fc-lang/el.orth N xenocara/lib/fontconfig/fc-lang/en.orth N xenocara/lib/fontconfig/fc-lang/eo.orth N xenocara/lib/fontconfig/fc-lang/es.orth N xenocara/lib/fontconfig/fc-lang/et.orth N xenocara/lib/fontconfig/fc-lang/eu.orth N xenocara/lib/fontconfig/fc-lang/fa.orth N xenocara/lib/fontconfig/fc-lang/fi.orth N xenocara/lib/fontconfig/fc-lang/fj.orth N xenocara/lib/fontconfig/fc-lang/fo.orth N xenocara/lib/fontconfig/fc-lang/fr.orth N xenocara/lib/fontconfig/fc-lang/ful.orth N xenocara/lib/fontconfig/fc-lang/fur.orth N xenocara/lib/fontconfig/fc-lang/fy.orth N xenocara/lib/fontconfig/fc-lang/ga.orth N xenocara/lib/fontconfig/fc-lang/gd.orth N xenocara/lib/fontconfig/fc-lang/gez.orth N xenocara/lib/fontconfig/fc-lang/gl.orth N xenocara/lib/fontconfig/fc-lang/gn.orth N xenocara/lib/fontconfig/fc-lang/gu.orth N xenocara/lib/fontconfig/fc-lang/gv.orth N xenocara/lib/fontconfig/fc-lang/ha.orth N xenocara/lib/fontconfig/fc-lang/haw.orth N xenocara/lib/fontconfig/fc-lang/he.orth N xenocara/lib/fontconfig/fc-lang/hi.orth N xenocara/lib/fontconfig/fc-lang/ho.orth N xenocara/lib/fontconfig/fc-lang/hr.orth N xenocara/lib/fontconfig/fc-lang/hu.orth N xenocara/lib/fontconfig/fc-lang/hy.orth N xenocara/lib/fontconfig/fc-lang/ia.orth N xenocara/lib/fontconfig/fc-lang/ibo.orth N xenocara/lib/fontconfig/fc-lang/id.orth N xenocara/lib/fontconfig/fc-lang/ie.orth N xenocara/lib/fontconfig/fc-lang/ik.orth N xenocara/lib/fontconfig/fc-lang/io.orth N xenocara/lib/fontconfig/fc-lang/is.orth N xenocara/lib/fontconfig/fc-lang/it.orth N xenocara/lib/fontconfig/fc-lang/iu.orth N xenocara/lib/fontconfig/fc-lang/ja.orth N xenocara/lib/fontconfig/fc-lang/ka.orth N xenocara/lib/fontconfig/fc-lang/kaa.orth N xenocara/lib/fontconfig/fc-lang/ki.orth N xenocara/lib/fontconfig/fc-lang/kk.orth N xenocara/lib/fontconfig/fc-lang/kl.orth N xenocara/lib/fontconfig/fc-lang/km.orth N xenocara/lib/fontconfig/fc-lang/kn.orth N xenocara/lib/fontconfig/fc-lang/ko.orth N xenocara/lib/fontconfig/fc-lang/kok.orth N xenocara/lib/fontconfig/fc-lang/ks.orth N xenocara/lib/fontconfig/fc-lang/ku.orth N xenocara/lib/fontconfig/fc-lang/ku_ir.orth N xenocara/lib/fontconfig/fc-lang/kum.orth N xenocara/lib/fontconfig/fc-lang/kv.orth N xenocara/lib/fontconfig/fc-lang/kw.orth N xenocara/lib/fontconfig/fc-lang/ky.orth N xenocara/lib/fontconfig/fc-lang/la.orth N xenocara/lib/fontconfig/fc-lang/lb.orth N xenocara/lib/fontconfig/fc-lang/lez.orth N xenocara/lib/fontconfig/fc-lang/ln.orth N xenocara/lib/fontconfig/fc-lang/lo.orth N xenocara/lib/fontconfig/fc-lang/lt.orth N xenocara/lib/fontconfig/fc-lang/lv.orth N xenocara/lib/fontconfig/fc-lang/mg.orth N xenocara/lib/fontconfig/fc-lang/mh.orth N xenocara/lib/fontconfig/fc-lang/mi.orth N xenocara/lib/fontconfig/fc-lang/mk.orth N xenocara/lib/fontconfig/fc-lang/ml.orth N xenocara/lib/fontconfig/fc-lang/mn.orth N xenocara/lib/fontconfig/fc-lang/mo.orth N xenocara/lib/fontconfig/fc-lang/mr.orth N xenocara/lib/fontconfig/fc-lang/mt.orth N xenocara/lib/fontconfig/fc-lang/my.orth N xenocara/lib/fontconfig/fc-lang/nb.orth N xenocara/lib/fontconfig/fc-lang/nds.orth N xenocara/lib/fontconfig/fc-lang/ne.orth N xenocara/lib/fontconfig/fc-lang/nl.orth N xenocara/lib/fontconfig/fc-lang/nn.orth N xenocara/lib/fontconfig/fc-lang/no.orth N xenocara/lib/fontconfig/fc-lang/ny.orth N xenocara/lib/fontconfig/fc-lang/oc.orth N xenocara/lib/fontconfig/fc-lang/om.orth N xenocara/lib/fontconfig/fc-lang/or.orth N xenocara/lib/fontconfig/fc-lang/os.orth N xenocara/lib/fontconfig/fc-lang/pa.orth N xenocara/lib/fontconfig/fc-lang/pl.orth N xenocara/lib/fontconfig/fc-lang/ps_af.orth N xenocara/lib/fontconfig/fc-lang/ps_pk.orth N xenocara/lib/fontconfig/fc-lang/pt.orth N xenocara/lib/fontconfig/fc-lang/rm.orth N xenocara/lib/fontconfig/fc-lang/ro.orth N xenocara/lib/fontconfig/fc-lang/ru.orth N xenocara/lib/fontconfig/fc-lang/sa.orth N xenocara/lib/fontconfig/fc-lang/sah.orth N xenocara/lib/fontconfig/fc-lang/sco.orth N xenocara/lib/fontconfig/fc-lang/se.orth N xenocara/lib/fontconfig/fc-lang/sel.orth N xenocara/lib/fontconfig/fc-lang/sh.orth N xenocara/lib/fontconfig/fc-lang/si.orth N xenocara/lib/fontconfig/fc-lang/sk.orth N xenocara/lib/fontconfig/fc-lang/sl.orth N xenocara/lib/fontconfig/fc-lang/sm.orth N xenocara/lib/fontconfig/fc-lang/sma.orth N xenocara/lib/fontconfig/fc-lang/smj.orth N xenocara/lib/fontconfig/fc-lang/smn.orth N xenocara/lib/fontconfig/fc-lang/so.orth N xenocara/lib/fontconfig/fc-lang/sms.orth N xenocara/lib/fontconfig/fc-lang/sq.orth N xenocara/lib/fontconfig/fc-lang/sr.orth N xenocara/lib/fontconfig/fc-lang/sv.orth N xenocara/lib/fontconfig/fc-lang/sw.orth N xenocara/lib/fontconfig/fc-lang/syr.orth N xenocara/lib/fontconfig/fc-lang/ta.orth N xenocara/lib/fontconfig/fc-lang/te.orth N xenocara/lib/fontconfig/fc-lang/tg.orth N xenocara/lib/fontconfig/fc-lang/th.orth N xenocara/lib/fontconfig/fc-lang/ti_er.orth N xenocara/lib/fontconfig/fc-lang/ti_et.orth N xenocara/lib/fontconfig/fc-lang/tig.orth N xenocara/lib/fontconfig/fc-lang/tk.orth N xenocara/lib/fontconfig/fc-lang/tl.orth N xenocara/lib/fontconfig/fc-lang/tn.orth N xenocara/lib/fontconfig/fc-lang/to.orth N xenocara/lib/fontconfig/fc-lang/tr.orth N xenocara/lib/fontconfig/fc-lang/ts.orth N xenocara/lib/fontconfig/fc-lang/tt.orth N xenocara/lib/fontconfig/fc-lang/tw.orth N xenocara/lib/fontconfig/fc-lang/tyv.orth N xenocara/lib/fontconfig/fc-lang/ug.orth N xenocara/lib/fontconfig/fc-lang/uk.orth N xenocara/lib/fontconfig/fc-lang/ur.orth N xenocara/lib/fontconfig/fc-lang/uz.orth N xenocara/lib/fontconfig/fc-lang/ven.orth N xenocara/lib/fontconfig/fc-lang/vi.orth N xenocara/lib/fontconfig/fc-lang/vo.orth N xenocara/lib/fontconfig/fc-lang/vot.orth N xenocara/lib/fontconfig/fc-lang/wa.orth N xenocara/lib/fontconfig/fc-lang/wen.orth N xenocara/lib/fontconfig/fc-lang/wo.orth N xenocara/lib/fontconfig/fc-lang/xh.orth N xenocara/lib/fontconfig/fc-lang/yap.orth N xenocara/lib/fontconfig/fc-lang/yi.orth N xenocara/lib/fontconfig/fc-lang/yo.orth N xenocara/lib/fontconfig/fc-lang/zh_cn.orth N xenocara/lib/fontconfig/fc-lang/zh_hk.orth N xenocara/lib/fontconfig/fc-lang/zh_mo.orth N xenocara/lib/fontconfig/fc-lang/zh_sg.orth N xenocara/lib/fontconfig/fc-lang/zh_tw.orth N xenocara/lib/fontconfig/fc-lang/zu.orth N xenocara/lib/fontconfig/fc-glyphname/fcglyphname.h N xenocara/lib/fontconfig/fc-glyphname/Makefile.am N xenocara/lib/fontconfig/fc-glyphname/Makefile.in N xenocara/lib/fontconfig/fc-glyphname/fc-glyphname.c N xenocara/lib/fontconfig/fc-glyphname/fcglyphname.tmpl.h N xenocara/lib/fontconfig/fc-glyphname/zapfdingbats.txt N xenocara/lib/fontconfig/fc-arch/fcarch.h N xenocara/lib/fontconfig/fc-arch/Makefile.am N xenocara/lib/fontconfig/fc-arch/Makefile.in N xenocara/lib/fontconfig/fc-arch/fc-arch.c N xenocara/lib/fontconfig/fc-arch/fcarch.tmpl.h N xenocara/lib/fontconfig/fc-cache/Makefile.am N xenocara/lib/fontconfig/fc-cache/Makefile.in N xenocara/lib/fontconfig/fc-cache/fc-cache.c N xenocara/lib/fontconfig/fc-cache/fc-cache.sgml N xenocara/lib/fontconfig/fc-cat/Makefile.am N xenocara/lib/fontconfig/fc-cat/Makefile.in N xenocara/lib/fontconfig/fc-cat/fc-cat.c N xenocara/lib/fontconfig/fc-cat/fc-cat.sgml N xenocara/lib/fontconfig/fc-list/Makefile.am N xenocara/lib/fontconfig/fc-list/Makefile.in N xenocara/lib/fontconfig/fc-list/fc-list.c N xenocara/lib/fontconfig/fc-list/fc-list.sgml N xenocara/lib/fontconfig/fc-match/Makefile.am N xenocara/lib/fontconfig/fc-match/Makefile.in N xenocara/lib/fontconfig/fc-match/fc-match.c N xenocara/lib/fontconfig/fc-match/fc-match.sgml N xenocara/lib/fontconfig/conf.d/README N xenocara/lib/fontconfig/conf.d/Makefile.am N xenocara/lib/fontconfig/conf.d/Makefile.in N xenocara/lib/fontconfig/conf.d/10-autohint.conf N xenocara/lib/fontconfig/conf.d/10-no-sub-pixel.conf N xenocara/lib/fontconfig/conf.d/10-sub-pixel-bgr.conf N xenocara/lib/fontconfig/conf.d/10-sub-pixel-rgb.conf N xenocara/lib/fontconfig/conf.d/10-sub-pixel-vbgr.conf N xenocara/lib/fontconfig/conf.d/10-sub-pixel-vrgb.conf N xenocara/lib/fontconfig/conf.d/10-unhinted.conf N xenocara/lib/fontconfig/conf.d/20-fix-globaladvance.conf N xenocara/lib/fontconfig/conf.d/20-lohit-gujarati.conf N xenocara/lib/fontconfig/conf.d/20-unhint-small-vera.conf N xenocara/lib/fontconfig/conf.d/30-amt-aliases.conf N xenocara/lib/fontconfig/conf.d/30-urw-aliases.conf N xenocara/lib/fontconfig/conf.d/40-generic.conf N xenocara/lib/fontconfig/conf.d/49-sansserif.conf N xenocara/lib/fontconfig/conf.d/50-user.conf N xenocara/lib/fontconfig/conf.d/51-local.conf N xenocara/lib/fontconfig/conf.d/60-latin.conf N xenocara/lib/fontconfig/conf.d/65-fonts-persian.conf N xenocara/lib/fontconfig/conf.d/65-nonlatin.conf N xenocara/lib/fontconfig/conf.d/69-unifont.conf N xenocara/lib/fontconfig/conf.d/70-no-bitmaps.conf N xenocara/lib/fontconfig/conf.d/70-yes-bitmaps.conf N xenocara/lib/fontconfig/conf.d/80-delicious.conf N xenocara/lib/fontconfig/conf.d/90-synthetic.conf N xenocara/lib/fontconfig/test/Makefile.am N xenocara/lib/fontconfig/test/Makefile.in N xenocara/lib/fontconfig/test/run-test.sh N xenocara/lib/fontconfig/test/4x6.pcf N xenocara/lib/fontconfig/test/8x16.pcf N xenocara/lib/fontconfig/test/out.expected N xenocara/lib/fontconfig/test/fonts.conf.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:46:34 Log message: Import freetype 2.2.1 Status: Vendor Tag: freetype Release Tags: v2_2_1 N xenocara/lib/freetype/vms_make.com N xenocara/lib/freetype/Makefile N xenocara/lib/freetype/README N xenocara/lib/freetype/Jamfile N xenocara/lib/freetype/configure N xenocara/lib/freetype/Jamrules N xenocara/lib/freetype/version.sed N xenocara/lib/freetype/autogen.sh N xenocara/lib/freetype/README.CVS N xenocara/lib/freetype/modules.cfg N xenocara/lib/freetype/ChangeLog N xenocara/lib/freetype/ChangeLog.20 N xenocara/lib/freetype/ChangeLog.21 N xenocara/lib/freetype/src/Jamfile N xenocara/lib/freetype/src/bdf/bdf.c N xenocara/lib/freetype/src/bdf/bdf.h N xenocara/lib/freetype/src/bdf/bdferror.h N xenocara/lib/freetype/src/bdf/README N xenocara/lib/freetype/src/bdf/bdflib.c N xenocara/lib/freetype/src/bdf/Jamfile N xenocara/lib/freetype/src/bdf/rules.mk N xenocara/lib/freetype/src/bdf/module.mk N xenocara/lib/freetype/src/bdf/bdfdrivr.c N xenocara/lib/freetype/src/bdf/bdfdrivr.h N xenocara/lib/freetype/src/cff/cff.c N xenocara/lib/freetype/src/cff/Jamfile N xenocara/lib/freetype/src/cff/cffdrivr.c N xenocara/lib/freetype/src/cff/cffdrivr.h N xenocara/lib/freetype/src/cff/rules.mk N xenocara/lib/freetype/src/cff/cffcmap.c N xenocara/lib/freetype/src/cff/cffcmap.h N xenocara/lib/freetype/src/cff/module.mk N xenocara/lib/freetype/src/cff/cfftoken.h N xenocara/lib/freetype/src/cff/cfferrs.h N xenocara/lib/freetype/src/cff/cffgload.c N xenocara/lib/freetype/src/cff/cffgload.h N xenocara/lib/freetype/src/cff/cffload.c N xenocara/lib/freetype/src/cff/cffload.h N xenocara/lib/freetype/src/cff/cffobjs.c N xenocara/lib/freetype/src/cff/cffobjs.h N xenocara/lib/freetype/src/cff/cfftypes.h N xenocara/lib/freetype/src/cff/cffparse.c N xenocara/lib/freetype/src/cff/cffparse.h N xenocara/lib/freetype/src/cid/cidtoken.h N xenocara/lib/freetype/src/cid/ciderrs.h N xenocara/lib/freetype/src/cid/Jamfile N xenocara/lib/freetype/src/cid/cidgload.c N xenocara/lib/freetype/src/cid/cidgload.h N xenocara/lib/freetype/src/cid/cidload.c N xenocara/lib/freetype/src/cid/cidload.h N xenocara/lib/freetype/src/cid/cidobjs.c N xenocara/lib/freetype/src/cid/cidobjs.h N xenocara/lib/freetype/src/cid/rules.mk N xenocara/lib/freetype/src/cid/cidparse.c N xenocara/lib/freetype/src/cid/cidparse.h N xenocara/lib/freetype/src/cid/module.mk N xenocara/lib/freetype/src/cid/cidriver.c N xenocara/lib/freetype/src/cid/cidriver.h N xenocara/lib/freetype/src/cid/type1cid.c N xenocara/lib/freetype/src/lzw/Jamfile N xenocara/lib/freetype/src/lzw/rules.mk N xenocara/lib/freetype/src/lzw/ftlzw.c N xenocara/lib/freetype/src/lzw/ftzopen.c N xenocara/lib/freetype/src/lzw/ftzopen.h N xenocara/lib/freetype/src/pcf/pcferror.h N xenocara/lib/freetype/src/pcf/pcf.c N xenocara/lib/freetype/src/pcf/pcf.h N xenocara/lib/freetype/src/pcf/README N xenocara/lib/freetype/src/pcf/Jamfile N xenocara/lib/freetype/src/pcf/rules.mk N xenocara/lib/freetype/src/pcf/pcfread.c N xenocara/lib/freetype/src/pcf/pcfread.h N xenocara/lib/freetype/src/pcf/pcfutil.c N xenocara/lib/freetype/src/pcf/pcfutil.h N xenocara/lib/freetype/src/pcf/module.mk N xenocara/lib/freetype/src/pcf/pcfdrivr.c N xenocara/lib/freetype/src/pcf/pcfdrivr.h N xenocara/lib/freetype/src/pfr/pfrload.c N xenocara/lib/freetype/src/pfr/pfrload.h N xenocara/lib/freetype/src/pfr/pfrobjs.c N xenocara/lib/freetype/src/pfr/pfrobjs.h N xenocara/lib/freetype/src/pfr/pfrsbit.c N xenocara/lib/freetype/src/pfr/pfrsbit.h N xenocara/lib/freetype/src/pfr/pfrerror.h N xenocara/lib/freetype/src/pfr/pfr.c N xenocara/lib/freetype/src/pfr/Jamfile N xenocara/lib/freetype/src/pfr/pfrgload.c N xenocara/lib/freetype/src/pfr/pfrgload.h N xenocara/lib/freetype/src/pfr/pfrtypes.h N xenocara/lib/freetype/src/pfr/rules.mk N xenocara/lib/freetype/src/pfr/module.mk N xenocara/lib/freetype/src/pfr/pfrcmap.c N xenocara/lib/freetype/src/pfr/pfrcmap.h N xenocara/lib/freetype/src/pfr/pfrdrivr.c N xenocara/lib/freetype/src/pfr/pfrdrivr.h N xenocara/lib/freetype/src/base/ftsynth.c N xenocara/lib/freetype/src/base/ftobjs.c N xenocara/lib/freetype/src/base/ftwinfnt.c N xenocara/lib/freetype/src/base/ftglyph.c N xenocara/lib/freetype/src/base/ftsystem.c N xenocara/lib/freetype/src/base/ftutil.c N xenocara/lib/freetype/src/base/ftxf86.c N xenocara/lib/freetype/src/base/fttype1.c N xenocara/lib/freetype/src/base/Jamfile N xenocara/lib/freetype/src/base/ftgxval.c N xenocara/lib/freetype/src/base/ftstream.c N xenocara/lib/freetype/src/base/ftotval.c N xenocara/lib/freetype/src/base/ftstroke.c N xenocara/lib/freetype/src/base/ftoutln.c N xenocara/lib/freetype/src/base/rules.mk N xenocara/lib/freetype/src/base/ftmm.c N xenocara/lib/freetype/src/base/ftbitmap.c N xenocara/lib/freetype/src/base/ftbdf.c N xenocara/lib/freetype/src/base/ftapi.c N xenocara/lib/freetype/src/base/ftdbgmem.c N xenocara/lib/freetype/src/base/ftdebug.c N xenocara/lib/freetype/src/base/fttrigon.c N xenocara/lib/freetype/src/base/ftmac.c N xenocara/lib/freetype/src/base/ftpfr.c N xenocara/lib/freetype/src/base/ftrfork.c N xenocara/lib/freetype/src/base/ftbase.c N xenocara/lib/freetype/src/base/ftbbox.c N xenocara/lib/freetype/src/base/ftcalc.c N xenocara/lib/freetype/src/base/ftgloadr.c N xenocara/lib/freetype/src/base/ftinit.c N xenocara/lib/freetype/src/base/ftnames.c N xenocara/lib/freetype/src/gzip/infblock.c N xenocara/lib/freetype/src/gzip/infblock.h N xenocara/lib/freetype/src/gzip/infutil.c N xenocara/lib/freetype/src/gzip/infutil.h N xenocara/lib/freetype/src/gzip/Jamfile N xenocara/lib/freetype/src/gzip/infcodes.c N xenocara/lib/freetype/src/gzip/infcodes.h N xenocara/lib/freetype/src/gzip/adler32.c N xenocara/lib/freetype/src/gzip/zconf.h N xenocara/lib/freetype/src/gzip/rules.mk N xenocara/lib/freetype/src/gzip/zutil.c N xenocara/lib/freetype/src/gzip/zutil.h N xenocara/lib/freetype/src/gzip/inffixed.h N xenocara/lib/freetype/src/gzip/inftrees.c N xenocara/lib/freetype/src/gzip/inftrees.h N xenocara/lib/freetype/src/gzip/zlib.h N xenocara/lib/freetype/src/gzip/ftgzip.c N xenocara/lib/freetype/src/gzip/inflate.c N xenocara/lib/freetype/src/sfnt/sfdriver.c N xenocara/lib/freetype/src/sfnt/sfdriver.h N xenocara/lib/freetype/src/sfnt/Jamfile N xenocara/lib/freetype/src/sfnt/ttcmap.c N xenocara/lib/freetype/src/sfnt/ttcmap.h N xenocara/lib/freetype/src/sfnt/rules.mk N xenocara/lib/freetype/src/sfnt/ttkern.c N xenocara/lib/freetype/src/sfnt/ttkern.h N xenocara/lib/freetype/src/sfnt/ttload.c N xenocara/lib/freetype/src/sfnt/ttload.h N xenocara/lib/freetype/src/sfnt/ttpost.c N xenocara/lib/freetype/src/sfnt/ttpost.h N xenocara/lib/freetype/src/sfnt/ttsbit.c N xenocara/lib/freetype/src/sfnt/ttsbit.h N xenocara/lib/freetype/src/sfnt/ttbdf.c N xenocara/lib/freetype/src/sfnt/ttbdf.h N xenocara/lib/freetype/src/sfnt/ttmtx.c N xenocara/lib/freetype/src/sfnt/ttmtx.h N xenocara/lib/freetype/src/sfnt/module.mk N xenocara/lib/freetype/src/sfnt/sfnt.c N xenocara/lib/freetype/src/sfnt/ttsbit0.c N xenocara/lib/freetype/src/sfnt/ttsbit0.h N xenocara/lib/freetype/src/sfnt/sfobjs.c N xenocara/lib/freetype/src/sfnt/sfobjs.h N xenocara/lib/freetype/src/sfnt/sferrors.h N xenocara/lib/freetype/src/cache/ftccback.h N xenocara/lib/freetype/src/cache/ftcimage.c N xenocara/lib/freetype/src/cache/ftcimage.h N xenocara/lib/freetype/src/cache/Jamfile N xenocara/lib/freetype/src/cache/ftcache.c N xenocara/lib/freetype/src/cache/ftcsbits.c N xenocara/lib/freetype/src/cache/ftcsbits.h N xenocara/lib/freetype/src/cache/ftccmap.c N xenocara/lib/freetype/src/cache/rules.mk N xenocara/lib/freetype/src/cache/ftcmanag.c N xenocara/lib/freetype/src/cache/ftcmanag.h N xenocara/lib/freetype/src/cache/ftcerror.h N xenocara/lib/freetype/src/cache/ftcglyph.c N xenocara/lib/freetype/src/cache/ftcglyph.h N xenocara/lib/freetype/src/cache/ftcmru.c N xenocara/lib/freetype/src/cache/ftcmru.h N xenocara/lib/freetype/src/cache/ftcbasic.c N xenocara/lib/freetype/src/cache/ftccache.c N xenocara/lib/freetype/src/cache/ftccache.h N xenocara/lib/freetype/src/psaux/t1decode.c N xenocara/lib/freetype/src/psaux/t1decode.h N xenocara/lib/freetype/src/psaux/Jamfile N xenocara/lib/freetype/src/psaux/rules.mk N xenocara/lib/freetype/src/psaux/t1cmap.c N xenocara/lib/freetype/src/psaux/t1cmap.h N xenocara/lib/freetype/src/psaux/afmparse.c N xenocara/lib/freetype/src/psaux/afmparse.h N xenocara/lib/freetype/src/psaux/module.mk N xenocara/lib/freetype/src/psaux/psauxerr.h N xenocara/lib/freetype/src/psaux/psauxmod.c N xenocara/lib/freetype/src/psaux/psauxmod.h N xenocara/lib/freetype/src/psaux/psconv.c N xenocara/lib/freetype/src/psaux/psconv.h N xenocara/lib/freetype/src/psaux/psobjs.c N xenocara/lib/freetype/src/psaux/psobjs.h N xenocara/lib/freetype/src/psaux/psaux.c N xenocara/lib/freetype/src/tools/test_afm.c N xenocara/lib/freetype/src/tools/glnames.py N xenocara/lib/freetype/src/tools/Jamfile N xenocara/lib/freetype/src/tools/test_bbox.c N xenocara/lib/freetype/src/tools/apinames.c N xenocara/lib/freetype/src/tools/test_trig.c N xenocara/lib/freetype/src/tools/cordic.py N xenocara/lib/freetype/src/tools/docmaker/docbeauty.py N xenocara/lib/freetype/src/tools/docmaker/docmaker.py N xenocara/lib/freetype/src/tools/docmaker/tohtml.py N xenocara/lib/freetype/src/tools/docmaker/content.py N xenocara/lib/freetype/src/tools/docmaker/sources.py N xenocara/lib/freetype/src/tools/docmaker/formatter.py N xenocara/lib/freetype/src/tools/docmaker/utils.py N xenocara/lib/freetype/src/type1/t1driver.c N xenocara/lib/freetype/src/type1/t1driver.h N xenocara/lib/freetype/src/type1/Jamfile N xenocara/lib/freetype/src/type1/t1tokens.h N xenocara/lib/freetype/src/type1/rules.mk N xenocara/lib/freetype/src/type1/module.mk N xenocara/lib/freetype/src/type1/type1.c N xenocara/lib/freetype/src/type1/t1load.c N xenocara/lib/freetype/src/type1/t1load.h N xenocara/lib/freetype/src/type1/t1afm.c N xenocara/lib/freetype/src/type1/t1afm.h N xenocara/lib/freetype/src/type1/t1objs.c N xenocara/lib/freetype/src/type1/t1objs.h N xenocara/lib/freetype/src/type1/t1errors.h N xenocara/lib/freetype/src/type1/t1gload.c N xenocara/lib/freetype/src/type1/t1gload.h N xenocara/lib/freetype/src/type1/t1parse.c N xenocara/lib/freetype/src/type1/t1parse.h N xenocara/lib/freetype/src/truetype/ttgload.c N xenocara/lib/freetype/src/truetype/ttgload.h N xenocara/lib/freetype/src/truetype/tterrors.h N xenocara/lib/freetype/src/truetype/Jamfile N xenocara/lib/freetype/src/truetype/ttgxvar.c N xenocara/lib/freetype/src/truetype/ttgxvar.h N xenocara/lib/freetype/src/truetype/rules.mk N xenocara/lib/freetype/src/truetype/ttpload.c N xenocara/lib/freetype/src/truetype/ttpload.h N xenocara/lib/freetype/src/truetype/ttdriver.c N xenocara/lib/freetype/src/truetype/ttdriver.h N xenocara/lib/freetype/src/truetype/ttobjs.c N xenocara/lib/freetype/src/truetype/ttobjs.h N xenocara/lib/freetype/src/truetype/module.mk N xenocara/lib/freetype/src/truetype/truetype.c N xenocara/lib/freetype/src/truetype/ttinterp.c N xenocara/lib/freetype/src/truetype/ttinterp.h N xenocara/lib/freetype/src/raster/ftraster.c N xenocara/lib/freetype/src/raster/ftraster.h N xenocara/lib/freetype/src/raster/Jamfile N xenocara/lib/freetype/src/raster/rasterrs.h N xenocara/lib/freetype/src/raster/rules.mk N xenocara/lib/freetype/src/raster/raster.c N xenocara/lib/freetype/src/raster/ftrend1.c N xenocara/lib/freetype/src/raster/ftrend1.h N xenocara/lib/freetype/src/raster/module.mk N xenocara/lib/freetype/src/raster/ftmisc.h N xenocara/lib/freetype/src/winfonts/fnterrs.h N xenocara/lib/freetype/src/winfonts/Jamfile N xenocara/lib/freetype/src/winfonts/rules.mk N xenocara/lib/freetype/src/winfonts/winfnt.c N xenocara/lib/freetype/src/winfonts/winfnt.h N xenocara/lib/freetype/src/winfonts/module.mk N xenocara/lib/freetype/src/smooth/ftgrays.c N xenocara/lib/freetype/src/smooth/ftgrays.h N xenocara/lib/freetype/src/smooth/ftsmerrs.h N xenocara/lib/freetype/src/smooth/Jamfile N xenocara/lib/freetype/src/smooth/ftsmooth.c N xenocara/lib/freetype/src/smooth/ftsmooth.h N xenocara/lib/freetype/src/smooth/rules.mk N xenocara/lib/freetype/src/smooth/module.mk N xenocara/lib/freetype/src/smooth/smooth.c N xenocara/lib/freetype/src/type42/t42types.h N xenocara/lib/freetype/src/type42/t42parse.c N xenocara/lib/freetype/src/type42/t42parse.h N xenocara/lib/freetype/src/type42/type42.c N xenocara/lib/freetype/src/type42/Jamfile N xenocara/lib/freetype/src/type42/rules.mk N xenocara/lib/freetype/src/type42/t42drivr.c N xenocara/lib/freetype/src/type42/t42drivr.h N xenocara/lib/freetype/src/type42/module.mk N xenocara/lib/freetype/src/type42/t42error.h N xenocara/lib/freetype/src/type42/t42objs.c N xenocara/lib/freetype/src/type42/t42objs.h N xenocara/lib/freetype/src/gxvalid/gxvalid.c N xenocara/lib/freetype/src/gxvalid/gxvalid.h N xenocara/lib/freetype/src/gxvalid/gxvbsln.c N xenocara/lib/freetype/src/gxvalid/gxvfeat.c N xenocara/lib/freetype/src/gxvalid/gxvfeat.h N xenocara/lib/freetype/src/gxvalid/gxvfgen.c N xenocara/lib/freetype/src/gxvalid/gxvcommn.c N xenocara/lib/freetype/src/gxvalid/gxvcommn.h N xenocara/lib/freetype/src/gxvalid/README N xenocara/lib/freetype/src/gxvalid/gxvkern.c N xenocara/lib/freetype/src/gxvalid/gxvjust.c N xenocara/lib/freetype/src/gxvalid/gxvlcar.c N xenocara/lib/freetype/src/gxvalid/Jamfile N xenocara/lib/freetype/src/gxvalid/gxvmort.c N xenocara/lib/freetype/src/gxvalid/gxvmort.h N xenocara/lib/freetype/src/gxvalid/gxvmorx.c N xenocara/lib/freetype/src/gxvalid/gxvmorx.h N xenocara/lib/freetype/src/gxvalid/gxvopbd.c N xenocara/lib/freetype/src/gxvalid/gxvprop.c N xenocara/lib/freetype/src/gxvalid/gxvmod.c N xenocara/lib/freetype/src/gxvalid/gxvmod.h N xenocara/lib/freetype/src/gxvalid/gxvtrak.c N xenocara/lib/freetype/src/gxvalid/rules.mk N xenocara/lib/freetype/src/gxvalid/gxverror.h N xenocara/lib/freetype/src/gxvalid/gxvmort0.c N xenocara/lib/freetype/src/gxvalid/gxvmort1.c N xenocara/lib/freetype/src/gxvalid/gxvmort2.c N xenocara/lib/freetype/src/gxvalid/gxvmort4.c N xenocara/lib/freetype/src/gxvalid/gxvmort5.c N xenocara/lib/freetype/src/gxvalid/gxvmorx0.c N xenocara/lib/freetype/src/gxvalid/gxvmorx1.c N xenocara/lib/freetype/src/gxvalid/gxvmorx2.c N xenocara/lib/freetype/src/gxvalid/gxvmorx4.c N xenocara/lib/freetype/src/gxvalid/gxvmorx5.c N xenocara/lib/freetype/src/gxvalid/module.mk N xenocara/lib/freetype/src/autofit/afwarp.c N xenocara/lib/freetype/src/autofit/afwarp.h N xenocara/lib/freetype/src/autofit/afangles.c N xenocara/lib/freetype/src/autofit/afangles.h N xenocara/lib/freetype/src/autofit/Jamfile N xenocara/lib/freetype/src/autofit/aferrors.h N xenocara/lib/freetype/src/autofit/aflatin.c N xenocara/lib/freetype/src/autofit/aflatin.h N xenocara/lib/freetype/src/autofit/rules.mk N xenocara/lib/freetype/src/autofit/afdummy.c N xenocara/lib/freetype/src/autofit/afdummy.h N xenocara/lib/freetype/src/autofit/afmodule.c N xenocara/lib/freetype/src/autofit/afmodule.h N xenocara/lib/freetype/src/autofit/afglobal.c N xenocara/lib/freetype/src/autofit/afglobal.h N xenocara/lib/freetype/src/autofit/afcjk.c N xenocara/lib/freetype/src/autofit/afcjk.h N xenocara/lib/freetype/src/autofit/module.mk N xenocara/lib/freetype/src/autofit/autofit.c N xenocara/lib/freetype/src/autofit/afloader.c N xenocara/lib/freetype/src/autofit/afloader.h N xenocara/lib/freetype/src/autofit/aftypes.h N xenocara/lib/freetype/src/autofit/afhints.c N xenocara/lib/freetype/src/autofit/afhints.h N xenocara/lib/freetype/src/pshinter/pshinter.c N xenocara/lib/freetype/src/pshinter/Jamfile N xenocara/lib/freetype/src/pshinter/pshalgo.c N xenocara/lib/freetype/src/pshinter/pshalgo.h N xenocara/lib/freetype/src/pshinter/pshglob.c N xenocara/lib/freetype/src/pshinter/pshglob.h N xenocara/lib/freetype/src/pshinter/rules.mk N xenocara/lib/freetype/src/pshinter/module.mk N xenocara/lib/freetype/src/pshinter/pshnterr.h N xenocara/lib/freetype/src/pshinter/pshmod.c N xenocara/lib/freetype/src/pshinter/pshmod.h N xenocara/lib/freetype/src/pshinter/pshrec.c N xenocara/lib/freetype/src/pshinter/pshrec.h N xenocara/lib/freetype/src/otvalid/Jamfile N xenocara/lib/freetype/src/otvalid/otverror.h N xenocara/lib/freetype/src/otvalid/otvalid.c N xenocara/lib/freetype/src/otvalid/otvalid.h N xenocara/lib/freetype/src/otvalid/otvbase.c N xenocara/lib/freetype/src/otvalid/otvgdef.c N xenocara/lib/freetype/src/otvalid/otvgpos.c N xenocara/lib/freetype/src/otvalid/otvgpos.h N xenocara/lib/freetype/src/otvalid/otvgsub.c N xenocara/lib/freetype/src/otvalid/otvjstf.c N xenocara/lib/freetype/src/otvalid/rules.mk N xenocara/lib/freetype/src/otvalid/otvmod.c N xenocara/lib/freetype/src/otvalid/otvmod.h N xenocara/lib/freetype/src/otvalid/module.mk N xenocara/lib/freetype/src/otvalid/otvcommn.c N xenocara/lib/freetype/src/otvalid/otvcommn.h N xenocara/lib/freetype/src/psnames/psnames.c N xenocara/lib/freetype/src/psnames/Jamfile N xenocara/lib/freetype/src/psnames/rules.mk N xenocara/lib/freetype/src/psnames/psnamerr.h N xenocara/lib/freetype/src/psnames/module.mk N xenocara/lib/freetype/src/psnames/psmodule.c N xenocara/lib/freetype/src/psnames/psmodule.h N xenocara/lib/freetype/src/psnames/pstables.h N xenocara/lib/freetype/docs/TODO N xenocara/lib/freetype/docs/CUSTOMIZE N xenocara/lib/freetype/docs/DEBUG N xenocara/lib/freetype/docs/release N xenocara/lib/freetype/docs/VERSION.DLL N xenocara/lib/freetype/docs/PROBLEMS N xenocara/lib/freetype/docs/raster.txt N xenocara/lib/freetype/docs/FTL.TXT N xenocara/lib/freetype/docs/formats.txt N xenocara/lib/freetype/docs/GPL.TXT N xenocara/lib/freetype/docs/LICENSE.TXT N xenocara/lib/freetype/docs/PATENTS N xenocara/lib/freetype/docs/INSTALL N xenocara/lib/freetype/docs/CHANGES N xenocara/lib/freetype/docs/TRUETYPE N xenocara/lib/freetype/docs/INSTALL.ANY N xenocara/lib/freetype/docs/INSTALL.GNU N xenocara/lib/freetype/docs/INSTALL.UNX N xenocara/lib/freetype/docs/INSTALL.VMS N xenocara/lib/freetype/docs/UPGRADE.UNX N xenocara/lib/freetype/docs/reference/ft2-header_file_macros.html N xenocara/lib/freetype/docs/reference/ft2-cache_subsystem.html N xenocara/lib/freetype/docs/reference/ft2-system_interface.html N xenocara/lib/freetype/docs/reference/README N xenocara/lib/freetype/docs/reference/ft2-basic_types.html N xenocara/lib/freetype/docs/reference/ft2-sfnt_names.html N xenocara/lib/freetype/docs/reference/ft2-truetype_tables.html N xenocara/lib/freetype/docs/reference/ft2-base_interface.html N xenocara/lib/freetype/docs/reference/ft2-sizes_management.html N xenocara/lib/freetype/docs/reference/ft2-gx_validation.html N xenocara/lib/freetype/docs/reference/ft2-ot_validation.html N xenocara/lib/freetype/docs/reference/ft2-user_allocation.html N xenocara/lib/freetype/docs/reference/ft2-multiple_masters.html N xenocara/lib/freetype/docs/reference/ft2-type1_tables.html N xenocara/lib/freetype/docs/reference/ft2-gzip.html N xenocara/lib/freetype/docs/reference/ft2-bdf_fonts.html N xenocara/lib/freetype/docs/reference/ft2-winfnt_fonts.html N xenocara/lib/freetype/docs/reference/ft2-ttengine.html N xenocara/lib/freetype/docs/reference/ft2-glyph_stroker.html N xenocara/lib/freetype/docs/reference/ft2-raster.html N xenocara/lib/freetype/docs/reference/ft2-version.html N xenocara/lib/freetype/docs/reference/ft2-glyph_management.html N xenocara/lib/freetype/docs/reference/ft2-computations.html N xenocara/lib/freetype/docs/reference/ft2-lzw.html N xenocara/lib/freetype/docs/reference/ft2-module_management.html N xenocara/lib/freetype/docs/reference/ft2-toc.html N xenocara/lib/freetype/docs/reference/ft2-outline_processing.html N xenocara/lib/freetype/docs/reference/ft2-mac_specific.html N xenocara/lib/freetype/docs/reference/ft2-bitmap_handling.html N xenocara/lib/freetype/docs/reference/ft2-pfr_fonts.html N xenocara/lib/freetype/docs/reference/ft2-index.html N xenocara/lib/freetype/docs/reference/ft2-incremental.html N xenocara/lib/freetype/docs/reference/ft2-list_processing.html N xenocara/lib/freetype/objs/README N xenocara/lib/freetype/devel/ftoption.h N xenocara/lib/freetype/devel/ft2build.h N xenocara/lib/freetype/builds/modules.mk N xenocara/lib/freetype/builds/link_dos.mk N xenocara/lib/freetype/builds/toplevel.mk N xenocara/lib/freetype/builds/link_std.mk N xenocara/lib/freetype/builds/newline N xenocara/lib/freetype/builds/detect.mk N xenocara/lib/freetype/builds/freetype.mk N xenocara/lib/freetype/builds/exports.mk N xenocara/lib/freetype/builds/dos/dos-def.mk N xenocara/lib/freetype/builds/dos/dos-emx.mk N xenocara/lib/freetype/builds/dos/dos-gcc.mk N xenocara/lib/freetype/builds/dos/dos-wat.mk N xenocara/lib/freetype/builds/dos/detect.mk N xenocara/lib/freetype/builds/mac/ascii2mpw.py N xenocara/lib/freetype/builds/mac/FreeType.ppc_carbon.make.txt N xenocara/lib/freetype/builds/mac/README N xenocara/lib/freetype/builds/mac/FreeType.ppc_classic.make.txt N xenocara/lib/freetype/builds/mac/ftlib.prj.xml N xenocara/lib/freetype/builds/mac/FreeType.m68k_far.make.txt N xenocara/lib/freetype/builds/mac/FreeType.m68k_cfm.make.txt N xenocara/lib/freetype/builds/os2/os2-def.mk N xenocara/lib/freetype/builds/os2/os2-dev.mk N xenocara/lib/freetype/builds/os2/os2-gcc.mk N xenocara/lib/freetype/builds/os2/detect.mk N xenocara/lib/freetype/builds/vms/ftsystem.c N xenocara/lib/freetype/builds/vms/ftconfig.h N xenocara/lib/freetype/builds/ansi/ansi.mk N xenocara/lib/freetype/builds/ansi/ansi-def.mk N xenocara/lib/freetype/builds/beos/beos-def.mk N xenocara/lib/freetype/builds/beos/detect.mk N xenocara/lib/freetype/builds/beos/beos.mk N xenocara/lib/freetype/builds/unix/ftconfig.in N xenocara/lib/freetype/builds/unix/ftsystem.c N xenocara/lib/freetype/builds/unix/freetype2.m4 N xenocara/lib/freetype/builds/unix/freetype2.in N xenocara/lib/freetype/builds/unix/aclocal.m4 N xenocara/lib/freetype/builds/unix/ltmain.sh N xenocara/lib/freetype/builds/unix/configure N xenocara/lib/freetype/builds/unix/unix-cc.in N xenocara/lib/freetype/builds/unix/configure.ac N xenocara/lib/freetype/builds/unix/config.guess N xenocara/lib/freetype/builds/unix/install-sh N xenocara/lib/freetype/builds/unix/install.mk N xenocara/lib/freetype/builds/unix/config.sub N xenocara/lib/freetype/builds/unix/configure.raw N xenocara/lib/freetype/builds/unix/mkinstalldirs N xenocara/lib/freetype/builds/unix/ft2unix.h N xenocara/lib/freetype/builds/unix/unix.mk N xenocara/lib/freetype/builds/unix/detect.mk N xenocara/lib/freetype/builds/unix/unix-def.in N xenocara/lib/freetype/builds/unix/unix-dev.mk N xenocara/lib/freetype/builds/unix/unixddef.mk N xenocara/lib/freetype/builds/unix/freetype-config.in N xenocara/lib/freetype/builds/unix/unix-lcc.mk N xenocara/lib/freetype/builds/unix/ft-munmap.m4 N xenocara/lib/freetype/builds/amiga/makefile.os4 N xenocara/lib/freetype/builds/amiga/README N xenocara/lib/freetype/builds/amiga/makefile N xenocara/lib/freetype/builds/amiga/smakefile N xenocara/lib/freetype/builds/amiga/src/base/ftsystem.c N xenocara/lib/freetype/builds/amiga/src/base/ftdebug.c N xenocara/lib/freetype/builds/amiga/include/freetype/config/ftmodule.h N xenocara/lib/freetype/builds/amiga/include/freetype/config/ftconfig.h N xenocara/lib/freetype/builds/atari/FNames.SIC N xenocara/lib/freetype/builds/atari/FREETYPE.PRJ N xenocara/lib/freetype/builds/atari/README.TXT N xenocara/lib/freetype/builds/atari/ATARI.H N xenocara/lib/freetype/builds/win32/w32-bccd.mk N xenocara/lib/freetype/builds/win32/w32-intl.mk N xenocara/lib/freetype/builds/win32/win32-def.mk N xenocara/lib/freetype/builds/win32/ftdebug.c N xenocara/lib/freetype/builds/win32/w32-bcc.mk N xenocara/lib/freetype/builds/win32/w32-dev.mk N xenocara/lib/freetype/builds/win32/w32-gcc.mk N xenocara/lib/freetype/builds/win32/w32-icc.mk N xenocara/lib/freetype/builds/win32/detect.mk N xenocara/lib/freetype/builds/win32/w32-lcc.mk N xenocara/lib/freetype/builds/win32/w32-vcc.mk N xenocara/lib/freetype/builds/win32/w32-wat.mk N xenocara/lib/freetype/builds/win32/w32-mingw32.mk N xenocara/lib/freetype/builds/win32/visualc/freetype.dsp N xenocara/lib/freetype/builds/win32/visualc/freetype.dsw N xenocara/lib/freetype/builds/win32/visualc/freetype.sln N xenocara/lib/freetype/builds/win32/visualc/index.html N xenocara/lib/freetype/builds/win32/visualc/freetype.vcproj N xenocara/lib/freetype/builds/compiler/ansi-cc.mk N xenocara/lib/freetype/builds/compiler/visualage.mk N xenocara/lib/freetype/builds/compiler/watcom.mk N xenocara/lib/freetype/builds/compiler/bcc-dev.mk N xenocara/lib/freetype/builds/compiler/bcc.mk N xenocara/lib/freetype/builds/compiler/emx.mk N xenocara/lib/freetype/builds/compiler/gcc.mk N xenocara/lib/freetype/builds/compiler/gcc-dev.mk N xenocara/lib/freetype/builds/compiler/win-lcc.mk N xenocara/lib/freetype/builds/compiler/unix-lcc.mk N xenocara/lib/freetype/builds/compiler/intelc.mk N xenocara/lib/freetype/builds/compiler/visualc.mk N xenocara/lib/freetype/include/ft2build.h N xenocara/lib/freetype/include/freetype/ftsynth.h N xenocara/lib/freetype/include/freetype/ftwinfnt.h N xenocara/lib/freetype/include/freetype/t1tables.h N xenocara/lib/freetype/include/freetype/ftglyph.h N xenocara/lib/freetype/include/freetype/ftsystem.h N xenocara/lib/freetype/include/freetype/ftchapters.h N xenocara/lib/freetype/include/freetype/ftxf86.h N xenocara/lib/freetype/include/freetype/fttypes.h N xenocara/lib/freetype/include/freetype/ttunpat.h N xenocara/lib/freetype/include/freetype/ftincrem.h N xenocara/lib/freetype/include/freetype/ftgxval.h N xenocara/lib/freetype/include/freetype/ftsnames.h N xenocara/lib/freetype/include/freetype/ftcache.h N xenocara/lib/freetype/include/freetype/ftotval.h N xenocara/lib/freetype/include/freetype/ftstroke.h N xenocara/lib/freetype/include/freetype/ftimage.h N xenocara/lib/freetype/include/freetype/ftoutln.h N xenocara/lib/freetype/include/freetype/ftmm.h N xenocara/lib/freetype/include/freetype/ftrender.h N xenocara/lib/freetype/include/freetype/ftbitmap.h N xenocara/lib/freetype/include/freetype/ftbdf.h N xenocara/lib/freetype/include/freetype/tttags.h N xenocara/lib/freetype/include/freetype/tttables.h N xenocara/lib/freetype/include/freetype/ftmac.h N xenocara/lib/freetype/include/freetype/fttrigon.h N xenocara/lib/freetype/include/freetype/ftlzw.h N xenocara/lib/freetype/include/freetype/ftpfr.h N xenocara/lib/freetype/include/freetype/fterrdef.h N xenocara/lib/freetype/include/freetype/fterrors.h N xenocara/lib/freetype/include/freetype/freetype.h N xenocara/lib/freetype/include/freetype/ftmodapi.h N xenocara/lib/freetype/include/freetype/ftmoderr.h N xenocara/lib/freetype/include/freetype/ftsizes.h N xenocara/lib/freetype/include/freetype/ftbbox.h N xenocara/lib/freetype/include/freetype/ftgzip.h N xenocara/lib/freetype/include/freetype/ftlist.h N xenocara/lib/freetype/include/freetype/ttnameid.h N xenocara/lib/freetype/include/freetype/config/ftstdlib.h N xenocara/lib/freetype/include/freetype/config/ftheader.h N xenocara/lib/freetype/include/freetype/config/ftoption.h N xenocara/lib/freetype/include/freetype/config/ftmodule.h N xenocara/lib/freetype/include/freetype/config/ftconfig.h N xenocara/lib/freetype/include/freetype/internal/ftobjs.h N xenocara/lib/freetype/include/freetype/internal/internal.h N xenocara/lib/freetype/include/freetype/internal/fttrace.h N xenocara/lib/freetype/include/freetype/internal/ftserv.h N xenocara/lib/freetype/include/freetype/internal/ftvalid.h N xenocara/lib/freetype/include/freetype/internal/tttypes.h N xenocara/lib/freetype/include/freetype/internal/ftstream.h N xenocara/lib/freetype/include/freetype/internal/pshints.h N xenocara/lib/freetype/include/freetype/internal/pcftypes.h N xenocara/lib/freetype/include/freetype/internal/autohint.h N xenocara/lib/freetype/include/freetype/internal/ftmemory.h N xenocara/lib/freetype/include/freetype/internal/ftdebug.h N xenocara/lib/freetype/include/freetype/internal/ftrfork.h N xenocara/lib/freetype/include/freetype/internal/sfnt.h N xenocara/lib/freetype/include/freetype/internal/t1types.h N xenocara/lib/freetype/include/freetype/internal/ftcalc.h N xenocara/lib/freetype/include/freetype/internal/ftgloadr.h N xenocara/lib/freetype/include/freetype/internal/ftdriver.h N xenocara/lib/freetype/include/freetype/internal/psaux.h N xenocara/lib/freetype/include/freetype/internal/services/svotval.h N xenocara/lib/freetype/include/freetype/internal/services/svkern.h N xenocara/lib/freetype/include/freetype/internal/services/svgldict.h N xenocara/lib/freetype/include/freetype/internal/services/svttcmap.h N xenocara/lib/freetype/include/freetype/internal/services/svsfnt.h N xenocara/lib/freetype/include/freetype/internal/services/svpostnm.h N xenocara/lib/freetype/include/freetype/internal/services/svbdf.h N xenocara/lib/freetype/include/freetype/internal/services/svpfr.h N xenocara/lib/freetype/include/freetype/internal/services/svwinfnt.h N xenocara/lib/freetype/include/freetype/internal/services/svpscmap.h N xenocara/lib/freetype/include/freetype/internal/services/svmm.h N xenocara/lib/freetype/include/freetype/internal/services/svtteng.h N xenocara/lib/freetype/include/freetype/internal/services/svpsinfo.h N xenocara/lib/freetype/include/freetype/internal/services/svxf86nm.h N xenocara/lib/freetype/include/freetype/internal/services/svgxval.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:55:20 Log message: Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib and xserver)... Status: Vendor Tag: mesa Release Tags: v6_5_1 N xenocara/dist/Mesa/Makefile N xenocara/dist/Mesa/Makefile.DJ N xenocara/dist/Mesa/Makefile.mgw N xenocara/dist/Mesa/descrip.mms N xenocara/dist/Mesa/mms-config. N xenocara/dist/Mesa/bin/mklib N xenocara/dist/Mesa/configs/aix N xenocara/dist/Mesa/configs/aix-64 N xenocara/dist/Mesa/configs/aix-64-static N xenocara/dist/Mesa/configs/aix-gcc N xenocara/dist/Mesa/configs/aix-static N xenocara/dist/Mesa/configs/beos N xenocara/dist/Mesa/configs/darwin N xenocara/dist/Mesa/configs/darwin-static N xenocara/dist/Mesa/configs/darwin-static-x86ppc N xenocara/dist/Mesa/configs/darwin-x86ppc N xenocara/dist/Mesa/configs/default N xenocara/dist/Mesa/configs/default-bp N xenocara/dist/Mesa/configs/diffs N xenocara/dist/Mesa/configs/freebsd N xenocara/dist/Mesa/configs/freebsd-dri N xenocara/dist/Mesa/configs/freebsd-dri-amd64 N xenocara/dist/Mesa/configs/freebsd-dri-x86 N xenocara/dist/Mesa/configs/hpux10 N xenocara/dist/Mesa/configs/hpux10-gcc N xenocara/dist/Mesa/configs/hpux10-static N xenocara/dist/Mesa/configs/hpux11-32 N xenocara/dist/Mesa/configs/hpux11-32-static N xenocara/dist/Mesa/configs/hpux11-64 N xenocara/dist/Mesa/configs/hpux11-32-static-nothreads N xenocara/dist/Mesa/configs/hpux11-64-static N xenocara/dist/Mesa/configs/hpux11-ia64 N xenocara/dist/Mesa/configs/hpux11-ia64-static N xenocara/dist/Mesa/configs/hpux9 N xenocara/dist/Mesa/configs/hpux9-gcc N xenocara/dist/Mesa/configs/irix6-64 N xenocara/dist/Mesa/configs/irix6-64-static N xenocara/dist/Mesa/configs/irix6-n32 N xenocara/dist/Mesa/configs/irix6-n32-static N xenocara/dist/Mesa/configs/irix6-o32 N xenocara/dist/Mesa/configs/irix6-o32-static N xenocara/dist/Mesa/configs/linux N xenocara/dist/Mesa/configs/linux-alpha N xenocara/dist/Mesa/configs/linux-alpha-static N xenocara/dist/Mesa/configs/linux-debug N xenocara/dist/Mesa/configs/linux-directfb N xenocara/dist/Mesa/configs/linux-dri N xenocara/dist/Mesa/configs/linux-dri-bp N xenocara/dist/Mesa/configs/linux-dri-ppc N xenocara/dist/Mesa/configs/linux-dri-x86 N xenocara/dist/Mesa/configs/linux-dri-xcb N xenocara/dist/Mesa/configs/linux-dri-x86-64 N xenocara/dist/Mesa/configs/linux-fbdev N xenocara/dist/Mesa/configs/linux-glide N xenocara/dist/Mesa/configs/linux-ia64-icc N xenocara/dist/Mesa/configs/linux-ia64-icc-static N xenocara/dist/Mesa/configs/linux-icc N xenocara/dist/Mesa/configs/linux-icc-static N xenocara/dist/Mesa/configs/linux-indirect N xenocara/dist/Mesa/configs/linux-osmesa N xenocara/dist/Mesa/configs/linux-osmesa16 N xenocara/dist/Mesa/configs/linux-osmesa16-static N xenocara/dist/Mesa/configs/linux-osmesa32 N xenocara/dist/Mesa/configs/linux-ppc N xenocara/dist/Mesa/configs/linux-ppc-static N xenocara/dist/Mesa/configs/linux-profile N xenocara/dist/Mesa/configs/linux-solo N xenocara/dist/Mesa/configs/linux-solo-ia64 N xenocara/dist/Mesa/configs/linux-solo-x86 N xenocara/dist/Mesa/configs/linux-sparc N xenocara/dist/Mesa/configs/linux-sparc5 N xenocara/dist/Mesa/configs/linux-static N xenocara/dist/Mesa/configs/linux-tcc N xenocara/dist/Mesa/configs/linux-ultrasparc N xenocara/dist/Mesa/configs/linux-x86 N xenocara/dist/Mesa/configs/linux-x86-32 N xenocara/dist/Mesa/configs/linux-x86-64 N xenocara/dist/Mesa/configs/linux-x86-64-debug N xenocara/dist/Mesa/configs/linux-x86-64-static N xenocara/dist/Mesa/configs/linux-x86-debug N xenocara/dist/Mesa/configs/linux-x86-glide N xenocara/dist/Mesa/configs/linux-x86-static N xenocara/dist/Mesa/configs/netbsd N xenocara/dist/Mesa/configs/openbsd N xenocara/dist/Mesa/configs/osf1 N xenocara/dist/Mesa/configs/osf1-static N xenocara/dist/Mesa/configs/solaris-x86 N xenocara/dist/Mesa/configs/solaris-x86-gcc N xenocara/dist/Mesa/configs/solaris-x86-gcc-static N xenocara/dist/Mesa/configs/sunos4 N xenocara/dist/Mesa/configs/sunos4-gcc N xenocara/dist/Mesa/configs/sunos4-static N xenocara/dist/Mesa/configs/sunos5 N xenocara/dist/Mesa/configs/sunos5-gcc N xenocara/dist/Mesa/configs/sunos5-64-gcc N xenocara/dist/Mesa/configs/sunos5-smp N xenocara/dist/Mesa/configs/sunos5-v8 N xenocara/dist/Mesa/configs/sunos5-v8-static N xenocara/dist/Mesa/configs/sunos5-v9 N xenocara/dist/Mesa/configs/sunos5-v9-static N xenocara/dist/Mesa/configs/ultrix-gcc N xenocara/dist/Mesa/docs/banner.html N xenocara/dist/Mesa/docs/bugs.html N xenocara/dist/Mesa/docs/conform.html N xenocara/dist/Mesa/docs/contents.html N xenocara/dist/Mesa/docs/custom.html N xenocara/dist/Mesa/docs/cvs_access.html N xenocara/dist/Mesa/docs/cvs_branches.html N xenocara/dist/Mesa/docs/debugging.html N xenocara/dist/Mesa/docs/demos.html N xenocara/dist/Mesa/docs/devinfo.html N xenocara/dist/Mesa/docs/download.html N xenocara/dist/Mesa/docs/drivers.html N xenocara/dist/Mesa/docs/envvars.html N xenocara/dist/Mesa/docs/extensions.html N xenocara/dist/Mesa/docs/faq.html N xenocara/dist/Mesa/docs/fbdev-dri.html N xenocara/dist/Mesa/docs/games.html N xenocara/dist/Mesa/docs/glfbdev-driver.html N xenocara/dist/Mesa/docs/glu.html N xenocara/dist/Mesa/docs/helpwanted.html N xenocara/dist/Mesa/docs/COPYING N xenocara/dist/Mesa/docs/index.html N xenocara/dist/Mesa/docs/install.html N xenocara/dist/Mesa/docs/intro.html N xenocara/dist/Mesa/docs/libraries.html N xenocara/dist/Mesa/docs/license.html N xenocara/dist/Mesa/docs/lists.html N xenocara/dist/Mesa/docs/mangling.html N xenocara/dist/Mesa/docs/MiniGLX.html N xenocara/dist/Mesa/docs/modelers.html N xenocara/dist/Mesa/docs/news.html N xenocara/dist/Mesa/docs/osmesa.html N xenocara/dist/Mesa/docs/pbuffers.html N xenocara/dist/Mesa/docs/perf.html N xenocara/dist/Mesa/docs/precompiled.html N xenocara/dist/Mesa/docs/relnotes-6.5.1.html N xenocara/dist/Mesa/docs/relnotes.html N xenocara/dist/Mesa/docs/science.html N xenocara/dist/Mesa/docs/sourcedocs.html N xenocara/dist/Mesa/docs/subset-A.html N xenocara/dist/Mesa/docs/subset.html N xenocara/dist/Mesa/docs/systems.html N xenocara/dist/Mesa/docs/thanks.html N xenocara/dist/Mesa/docs/utilities.html N xenocara/dist/Mesa/docs/utility.html N xenocara/dist/Mesa/docs/versions.html N xenocara/dist/Mesa/docs/webmaster.html N xenocara/dist/Mesa/docs/xlibdriver.html N xenocara/dist/Mesa/docs/README.3DFX N xenocara/dist/Mesa/docs/README.AMIWIN N xenocara/dist/Mesa/docs/README.BEOS N xenocara/dist/Mesa/docs/README.CYGWIN N xenocara/dist/Mesa/docs/README.D3D N xenocara/dist/Mesa/docs/README.directfb N xenocara/dist/Mesa/docs/README.DJ N xenocara/dist/Mesa/docs/README.GGI N xenocara/dist/Mesa/docs/README.LYNXOS N xenocara/dist/Mesa/docs/README.MINGW32 N xenocara/dist/Mesa/docs/README.MITS N xenocara/dist/Mesa/docs/README.NeXT N xenocara/dist/Mesa/docs/README.OpenStep N xenocara/dist/Mesa/docs/README.OS2 N xenocara/dist/Mesa/docs/README.QUAKE N xenocara/dist/Mesa/docs/README.THREADS N xenocara/dist/Mesa/docs/README.VMS N xenocara/dist/Mesa/docs/README.WIN32 N xenocara/dist/Mesa/docs/README.WINDML N xenocara/dist/Mesa/docs/RELNOTES-3.1 N xenocara/dist/Mesa/docs/RELNOTES-3.2 N xenocara/dist/Mesa/docs/RELNOTES-3.2.1 N xenocara/dist/Mesa/docs/RELNOTES-3.3 N xenocara/dist/Mesa/docs/RELNOTES-3.4 N xenocara/dist/Mesa/docs/RELNOTES-3.4.1 N xenocara/dist/Mesa/docs/RELNOTES-3.4.2 N xenocara/dist/Mesa/docs/RELNOTES-3.5 N xenocara/dist/Mesa/docs/RELNOTES-4.0 N xenocara/dist/Mesa/docs/RELNOTES-4.0.1 N xenocara/dist/Mesa/docs/RELNOTES-4.0.2 N xenocara/dist/Mesa/docs/RELNOTES-4.0.3 N xenocara/dist/Mesa/docs/RELNOTES-4.1 N xenocara/dist/Mesa/docs/RELNOTES-5.0 N xenocara/dist/Mesa/docs/RELNOTES-5.0.1 N xenocara/dist/Mesa/docs/RELNOTES-5.0.2 N xenocara/dist/Mesa/docs/RELNOTES-5.1 N xenocara/dist/Mesa/docs/RELNOTES-6.0 N xenocara/dist/Mesa/docs/RELNOTES-6.0.1 N xenocara/dist/Mesa/docs/RELNOTES-6.1 N xenocara/dist/Mesa/docs/RELNOTES-6.2 N xenocara/dist/Mesa/docs/RELNOTES-6.2.1 N xenocara/dist/Mesa/docs/RELNOTES-6.3 N xenocara/dist/Mesa/docs/RELNOTES-6.3.1 N xenocara/dist/Mesa/docs/RELNOTES-6.3.2 N xenocara/dist/Mesa/docs/RELNOTES-6.4 N xenocara/dist/Mesa/docs/RELNOTES-6.4.1 N xenocara/dist/Mesa/docs/RELNOTES-6.4.2 N xenocara/dist/Mesa/docs/RELNOTES-6.5 N xenocara/dist/Mesa/docs/MESA_agp_offset.spec N xenocara/dist/Mesa/docs/MESA_copy_sub_buffer.spec N xenocara/dist/Mesa/docs/MESA_packed_depth_stencil.spec N xenocara/dist/Mesa/docs/MESA_pack_invert.spec N xenocara/dist/Mesa/docs/MESA_pixmap_colormap.spec N xenocara/dist/Mesa/docs/MESA_program_debug.spec N xenocara/dist/Mesa/docs/MESA_release_buffers.spec N xenocara/dist/Mesa/docs/MESA_trace.spec N xenocara/dist/Mesa/docs/MESA_resize_buffers.spec N xenocara/dist/Mesa/docs/MESA_set_3dfx_mode.spec N xenocara/dist/Mesa/docs/MESA_shader_debug.spec N xenocara/dist/Mesa/docs/MESA_sprite_point.spec N xenocara/dist/Mesa/docs/MESA_swap_control.spec N xenocara/dist/Mesa/docs/MESA_swap_frame_usage.spec N xenocara/dist/Mesa/docs/MESA_window_pos.spec N xenocara/dist/Mesa/docs/MESA_ycbcr_texture.spec N xenocara/dist/Mesa/include/GLView.h N xenocara/dist/Mesa/include/GL/amesa.h N xenocara/dist/Mesa/include/GL/dmesa.h N xenocara/dist/Mesa/include/GL/directfbgl.h N xenocara/dist/Mesa/include/GL/fxmesa.h N xenocara/dist/Mesa/include/GL/ggimesa.h N xenocara/dist/Mesa/include/GL/gl.h N xenocara/dist/Mesa/include/GL/glext.h N xenocara/dist/Mesa/include/GL/gl_mangle.h N xenocara/dist/Mesa/include/GL/glu.h N xenocara/dist/Mesa/include/GL/glu_mangle.h N xenocara/dist/Mesa/include/GL/glx.h N xenocara/dist/Mesa/include/GL/glxext.h N xenocara/dist/Mesa/include/GL/glx_mangle.h N xenocara/dist/Mesa/include/GL/glfbdev.h N xenocara/dist/Mesa/include/GL/mesa_wgl.h N xenocara/dist/Mesa/include/GL/mglmesa.h N xenocara/dist/Mesa/include/GL/osmesa.h N xenocara/dist/Mesa/include/GL/svgamesa.h N xenocara/dist/Mesa/include/GL/uglglutshapes.h N xenocara/dist/Mesa/include/GL/uglmesa.h N xenocara/dist/Mesa/include/GL/vms_x_fix.h N xenocara/dist/Mesa/include/GL/wmesa.h N xenocara/dist/Mesa/include/GL/xmesa.h N xenocara/dist/Mesa/include/GL/xmesa_x.h N xenocara/dist/Mesa/include/GL/xmesa_xf86.h N xenocara/dist/Mesa/include/GL/internal/glcore.h N xenocara/dist/Mesa/include/GL/internal/dri_interface.h N xenocara/dist/Mesa/include/GL/internal/sarea.h N xenocara/dist/Mesa/src/Makefile N xenocara/dist/Mesa/src/descrip.mms N xenocara/dist/Mesa/src/mesa/Makefile N xenocara/dist/Mesa/src/mesa/Makefile.DJ N xenocara/dist/Mesa/src/mesa/Makefile.mgw N xenocara/dist/Mesa/src/mesa/sources N xenocara/dist/Mesa/src/mesa/descrip.mms N xenocara/dist/Mesa/src/mesa/depend N xenocara/dist/Mesa/src/mesa/main/accum.c N xenocara/dist/Mesa/src/mesa/main/accum.h N xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c N xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h N xenocara/dist/Mesa/src/mesa/main/api_eval.h N xenocara/dist/Mesa/src/mesa/main/api_loopback.c N xenocara/dist/Mesa/src/mesa/main/api_loopback.h N xenocara/dist/Mesa/src/mesa/main/api_noop.c N xenocara/dist/Mesa/src/mesa/main/api_noop.h N xenocara/dist/Mesa/src/mesa/main/api_validate.c N xenocara/dist/Mesa/src/mesa/main/api_validate.h N xenocara/dist/Mesa/src/mesa/main/arrayobj.c N xenocara/dist/Mesa/src/mesa/main/arrayobj.h N xenocara/dist/Mesa/src/mesa/main/attrib.c N xenocara/dist/Mesa/src/mesa/main/attrib.h N xenocara/dist/Mesa/src/mesa/main/bitset.h N xenocara/dist/Mesa/src/mesa/main/blend.c N xenocara/dist/Mesa/src/mesa/main/blend.h N xenocara/dist/Mesa/src/mesa/main/bufferobj.c N xenocara/dist/Mesa/src/mesa/main/bufferobj.h N xenocara/dist/Mesa/src/mesa/main/buffers.c N xenocara/dist/Mesa/src/mesa/main/buffers.h N xenocara/dist/Mesa/src/mesa/main/clip.c N xenocara/dist/Mesa/src/mesa/main/clip.h N xenocara/dist/Mesa/src/mesa/main/colormac.h N xenocara/dist/Mesa/src/mesa/main/colortab.c N xenocara/dist/Mesa/src/mesa/main/colortab.h N xenocara/dist/Mesa/src/mesa/main/config.h N xenocara/dist/Mesa/src/mesa/main/context.c N xenocara/dist/Mesa/src/mesa/main/context.h N xenocara/dist/Mesa/src/mesa/main/convolve.c N xenocara/dist/Mesa/src/mesa/main/convolve.h N xenocara/dist/Mesa/src/mesa/main/dd.h N xenocara/dist/Mesa/src/mesa/main/debug.c N xenocara/dist/Mesa/src/mesa/main/debug.h N xenocara/dist/Mesa/src/mesa/main/depth.c N xenocara/dist/Mesa/src/mesa/main/depth.h N xenocara/dist/Mesa/src/mesa/main/depthstencil.c N xenocara/dist/Mesa/src/mesa/main/depthstencil.h N xenocara/dist/Mesa/src/mesa/main/dispatch.c N xenocara/dist/Mesa/src/mesa/main/dlist.c N xenocara/dist/Mesa/src/mesa/main/dlist.h N xenocara/dist/Mesa/src/mesa/main/drawpix.c N xenocara/dist/Mesa/src/mesa/main/drawpix.h N xenocara/dist/Mesa/src/mesa/main/enable.c N xenocara/dist/Mesa/src/mesa/main/enable.h N xenocara/dist/Mesa/src/mesa/main/enums.c N xenocara/dist/Mesa/src/mesa/main/enums.h N xenocara/dist/Mesa/src/mesa/main/eval.c N xenocara/dist/Mesa/src/mesa/main/eval.h N xenocara/dist/Mesa/src/mesa/main/execmem.c N xenocara/dist/Mesa/src/mesa/main/extensions.c N xenocara/dist/Mesa/src/mesa/main/extensions.h N xenocara/dist/Mesa/src/mesa/main/fbobject.c N xenocara/dist/Mesa/src/mesa/main/fbobject.h N xenocara/dist/Mesa/src/mesa/main/feedback.c N xenocara/dist/Mesa/src/mesa/main/feedback.h N xenocara/dist/Mesa/src/mesa/main/fog.c N xenocara/dist/Mesa/src/mesa/main/fog.h N xenocara/dist/Mesa/src/mesa/main/framebuffer.c N xenocara/dist/Mesa/src/mesa/main/framebuffer.h N xenocara/dist/Mesa/src/mesa/main/get.c N xenocara/dist/Mesa/src/mesa/main/get.h N xenocara/dist/Mesa/src/mesa/main/getstring.c N xenocara/dist/Mesa/src/mesa/main/glheader.h N xenocara/dist/Mesa/src/mesa/main/hash.c N xenocara/dist/Mesa/src/mesa/main/hash.h N xenocara/dist/Mesa/src/mesa/main/hint.c N xenocara/dist/Mesa/src/mesa/main/hint.h N xenocara/dist/Mesa/src/mesa/main/histogram.c N xenocara/dist/Mesa/src/mesa/main/histogram.h N xenocara/dist/Mesa/src/mesa/main/image.c N xenocara/dist/Mesa/src/mesa/main/image.h N xenocara/dist/Mesa/src/mesa/main/imports.c N xenocara/dist/Mesa/src/mesa/main/imports.h N xenocara/dist/Mesa/src/mesa/main/light.c N xenocara/dist/Mesa/src/mesa/main/light.h N xenocara/dist/Mesa/src/mesa/main/lines.c N xenocara/dist/Mesa/src/mesa/main/lines.h N xenocara/dist/Mesa/src/mesa/main/macros.h N xenocara/dist/Mesa/src/mesa/main/matrix.c N xenocara/dist/Mesa/src/mesa/main/matrix.h N xenocara/dist/Mesa/src/mesa/main/mm.c N xenocara/dist/Mesa/src/mesa/main/mm.h N xenocara/dist/Mesa/src/mesa/main/mtypes.h N xenocara/dist/Mesa/src/mesa/main/occlude.c N xenocara/dist/Mesa/src/mesa/main/occlude.h N xenocara/dist/Mesa/src/mesa/main/pixel.c N xenocara/dist/Mesa/src/mesa/main/pixel.h N xenocara/dist/Mesa/src/mesa/main/points.c N xenocara/dist/Mesa/src/mesa/main/points.h N xenocara/dist/Mesa/src/mesa/main/polygon.c N xenocara/dist/Mesa/src/mesa/main/polygon.h N xenocara/dist/Mesa/src/mesa/main/rastpos.c N xenocara/dist/Mesa/src/mesa/main/rastpos.h N xenocara/dist/Mesa/src/mesa/main/rbadaptors.c N xenocara/dist/Mesa/src/mesa/main/rbadaptors.h N xenocara/dist/Mesa/src/mesa/main/renderbuffer.c N xenocara/dist/Mesa/src/mesa/main/renderbuffer.h N xenocara/dist/Mesa/src/mesa/main/simple_list.h N xenocara/dist/Mesa/src/mesa/main/state.c N xenocara/dist/Mesa/src/mesa/main/state.h N xenocara/dist/Mesa/src/mesa/main/stencil.c N xenocara/dist/Mesa/src/mesa/main/stencil.h N xenocara/dist/Mesa/src/mesa/main/texcompress.c N xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c N xenocara/dist/Mesa/src/mesa/main/texcompress.h N xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c N xenocara/dist/Mesa/src/mesa/main/texenvprogram.c N xenocara/dist/Mesa/src/mesa/main/texenvprogram.h N xenocara/dist/Mesa/src/mesa/main/texformat.c N xenocara/dist/Mesa/src/mesa/main/texformat.h N xenocara/dist/Mesa/src/mesa/main/texformat_tmp.h N xenocara/dist/Mesa/src/mesa/main/teximage.c N xenocara/dist/Mesa/src/mesa/main/teximage.h N xenocara/dist/Mesa/src/mesa/main/texobj.c N xenocara/dist/Mesa/src/mesa/main/texobj.h N xenocara/dist/Mesa/src/mesa/main/texrender.c N xenocara/dist/Mesa/src/mesa/main/texrender.h N xenocara/dist/Mesa/src/mesa/main/texstate.c N xenocara/dist/Mesa/src/mesa/main/texstate.h N xenocara/dist/Mesa/src/mesa/main/texstore.c N xenocara/dist/Mesa/src/mesa/main/texstore.h N xenocara/dist/Mesa/src/mesa/main/varray.c N xenocara/dist/Mesa/src/mesa/main/varray.h N xenocara/dist/Mesa/src/mesa/main/version.h N xenocara/dist/Mesa/src/mesa/main/vsnprintf.c N xenocara/dist/Mesa/src/mesa/main/vtxfmt.c N xenocara/dist/Mesa/src/mesa/main/vtxfmt.h N xenocara/dist/Mesa/src/mesa/main/vtxfmt_tmp.h N xenocara/dist/Mesa/src/mesa/main/descrip.mms N xenocara/dist/Mesa/src/mesa/glapi/dispatch.h N xenocara/dist/Mesa/src/mesa/glapi/glapi.c N xenocara/dist/Mesa/src/mesa/glapi/glapi.h N xenocara/dist/Mesa/src/mesa/glapi/glapioffsets.h N xenocara/dist/Mesa/src/mesa/glapi/glapitable.h N xenocara/dist/Mesa/src/mesa/glapi/glapitemp.h N xenocara/dist/Mesa/src/mesa/glapi/glprocs.h N xenocara/dist/Mesa/src/mesa/glapi/glthread.c N xenocara/dist/Mesa/src/mesa/glapi/glthread.h N xenocara/dist/Mesa/src/mesa/glapi/descrip.mms N xenocara/dist/Mesa/src/mesa/array_cache/acache.h N xenocara/dist/Mesa/src/mesa/array_cache/ac_context.c N xenocara/dist/Mesa/src/mesa/array_cache/ac_context.h N xenocara/dist/Mesa/src/mesa/array_cache/ac_import.c N xenocara/dist/Mesa/src/mesa/array_cache/descrip.mms N xenocara/dist/Mesa/src/mesa/math/mathmod.h N xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h N xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h N xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c N xenocara/dist/Mesa/src/mesa/math/m_debug.h N xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c N xenocara/dist/Mesa/src/mesa/math/m_debug_util.h N xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c N xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h N xenocara/dist/Mesa/src/mesa/math/m_eval.c N xenocara/dist/Mesa/src/mesa/math/m_eval.h N xenocara/dist/Mesa/src/mesa/math/m_matrix.c N xenocara/dist/Mesa/src/mesa/math/m_matrix.h N xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h N xenocara/dist/Mesa/src/mesa/math/m_translate.c N xenocara/dist/Mesa/src/mesa/math/m_translate.h N xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h N xenocara/dist/Mesa/src/mesa/math/m_vector.c N xenocara/dist/Mesa/src/mesa/math/m_vector.h N xenocara/dist/Mesa/src/mesa/math/m_xform.c N xenocara/dist/Mesa/src/mesa/math/m_xform.h N xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h N xenocara/dist/Mesa/src/mesa/math/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/arbprogparse.c N xenocara/dist/Mesa/src/mesa/shader/arbprogparse.h N xenocara/dist/Mesa/src/mesa/shader/arbprogram.c N xenocara/dist/Mesa/src/mesa/shader/arbprogram.h N xenocara/dist/Mesa/src/mesa/shader/arbprogram_syn.h N xenocara/dist/Mesa/src/mesa/shader/atifragshader.c N xenocara/dist/Mesa/src/mesa/shader/atifragshader.h N xenocara/dist/Mesa/src/mesa/shader/nvfragparse.c N xenocara/dist/Mesa/src/mesa/shader/nvfragparse.h N xenocara/dist/Mesa/src/mesa/shader/nvprogram.c N xenocara/dist/Mesa/src/mesa/shader/nvprogram.h N xenocara/dist/Mesa/src/mesa/shader/nvvertexec.c N xenocara/dist/Mesa/src/mesa/shader/nvvertexec.h N xenocara/dist/Mesa/src/mesa/shader/nvvertparse.c N xenocara/dist/Mesa/src/mesa/shader/nvvertparse.h N xenocara/dist/Mesa/src/mesa/shader/program.c N xenocara/dist/Mesa/src/mesa/shader/program.h N xenocara/dist/Mesa/src/mesa/shader/program_instruction.h N xenocara/dist/Mesa/src/mesa/shader/programopt.c N xenocara/dist/Mesa/src/mesa/shader/programopt.h N xenocara/dist/Mesa/src/mesa/shader/shaderobjects_3dlabs.c N xenocara/dist/Mesa/src/mesa/shader/shaderobjects_3dlabs.h N xenocara/dist/Mesa/src/mesa/shader/shaderobjects.c N xenocara/dist/Mesa/src/mesa/shader/shaderobjects.h N xenocara/dist/Mesa/src/mesa/shader/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar.c N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_crt.c N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_crt.h N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar.h N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_mesa.c N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_mesa.h N xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_syn.h N xenocara/dist/Mesa/src/mesa/shader/grammar/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/slang/slang_analyse.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_analyse.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_assignment.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_assignment.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_conditional.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_conditional.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_constructor.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_constructor.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_typeinfo.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_typeinfo.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_function.c N xenocara/dist/Mesa/src/mesa/shader/slang/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_function.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_operation.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_operation.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_struct.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_struct.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_variable.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_variable.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute_x86.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_export.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_export.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_noise.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_noise.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_texsample.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_texsample.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_link.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_link.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_mesa.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_preprocess.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_preprocess.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_storage.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_storage.h N xenocara/dist/Mesa/src/mesa/shader/slang/slang_utility.c N xenocara/dist/Mesa/src/mesa/shader/slang/slang_utility.h N xenocara/dist/Mesa/src/mesa/shader/slang/traverse_wrap.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/gc_to_bin.c N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_builtin_vec4_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_common_builtin_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_core_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_fragment_builtin_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_pp_version_syn.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_shader_syn.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_vertex_builtin_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/syn_to_c.c N xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c N xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h N xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h N xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c N xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h N xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h N xenocara/dist/Mesa/src/mesa/swrast/s_accum.c N xenocara/dist/Mesa/src/mesa/swrast/s_accum.h N xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c N xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h N xenocara/dist/Mesa/src/mesa/swrast/s_arbshader.c N xenocara/dist/Mesa/src/mesa/swrast/s_arbshader.h N xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c N xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h N xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c N xenocara/dist/Mesa/src/mesa/swrast/s_blend.c N xenocara/dist/Mesa/src/mesa/swrast/s_blend.h N xenocara/dist/Mesa/src/mesa/swrast/s_blit.c N xenocara/dist/Mesa/src/mesa/swrast/s_buffers.c N xenocara/dist/Mesa/src/mesa/swrast/s_context.c N xenocara/dist/Mesa/src/mesa/swrast/s_context.h N xenocara/dist/Mesa/src/mesa/swrast/s_fog.c N xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c N xenocara/dist/Mesa/src/mesa/swrast/s_depth.c N xenocara/dist/Mesa/src/mesa/swrast/s_depth.h N xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c N xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.h N xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c N xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h N xenocara/dist/Mesa/src/mesa/swrast/s_fog.h N xenocara/dist/Mesa/src/mesa/swrast/s_imaging.c N xenocara/dist/Mesa/src/mesa/swrast/s_lines.c N xenocara/dist/Mesa/src/mesa/swrast/s_lines.h N xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h N xenocara/dist/Mesa/src/mesa/swrast/s_logic.c N xenocara/dist/Mesa/src/mesa/swrast/s_logic.h N xenocara/dist/Mesa/src/mesa/swrast/s_masking.c N xenocara/dist/Mesa/src/mesa/swrast/s_masking.h N xenocara/dist/Mesa/src/mesa/swrast/s_nvfragprog.c N xenocara/dist/Mesa/src/mesa/swrast/s_nvfragprog.h N xenocara/dist/Mesa/src/mesa/swrast/s_points.c N xenocara/dist/Mesa/src/mesa/swrast/s_points.h N xenocara/dist/Mesa/src/mesa/swrast/s_pointtemp.h N xenocara/dist/Mesa/src/mesa/swrast/s_readpix.c N xenocara/dist/Mesa/src/mesa/swrast/s_span.c N xenocara/dist/Mesa/src/mesa/swrast/s_span.h N xenocara/dist/Mesa/src/mesa/swrast/s_spantemp.h N xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c N xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h N xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c N xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h N xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c N xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h N xenocara/dist/Mesa/src/mesa/swrast/s_texstore.c N xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c N xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h N xenocara/dist/Mesa/src/mesa/swrast/s_trispan.h N xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h N xenocara/dist/Mesa/src/mesa/swrast/swrast.h N xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c N xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h N xenocara/dist/Mesa/src/mesa/swrast/descrip.mms N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h N xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h N xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h N xenocara/dist/Mesa/src/mesa/swrast_setup/descrip.mms N xenocara/dist/Mesa/src/mesa/tnl/t_array_api.c N xenocara/dist/Mesa/src/mesa/tnl/t_array_api.h N xenocara/dist/Mesa/src/mesa/tnl/t_array_import.c N xenocara/dist/Mesa/src/mesa/tnl/t_array_import.h N xenocara/dist/Mesa/src/mesa/tnl/t_context.c N xenocara/dist/Mesa/src/mesa/tnl/t_context.h N xenocara/dist/Mesa/src/mesa/tnl/tnl.h N xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c N xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h N xenocara/dist/Mesa/src/mesa/tnl/t_save_api.c N xenocara/dist/Mesa/src/mesa/tnl/t_save_api.h N xenocara/dist/Mesa/src/mesa/tnl/t_save_loopback.c N xenocara/dist/Mesa/src/mesa/tnl/t_save_playback.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram.h N xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram_sse.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbshader.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h N xenocara/dist/Mesa/src/mesa/tnl/t_vb_cull.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h N xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h N xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c N xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c N xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c N xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c N xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h N xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c N xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c N xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_api.c N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_api.h N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_eval.c N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_exec.c N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_x86.c N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_generic.c N xenocara/dist/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S N xenocara/dist/Mesa/src/mesa/tnl/descrip.mms N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd.c N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_rendertmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vbtmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_capi.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_napi.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_primtmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_tapi.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vapi.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vb.c N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vbtmp.h N xenocara/dist/Mesa/src/mesa/tnl_dd/imm/NOTES.imm N xenocara/dist/Mesa/src/mesa/drivers/beos/GLView.cpp N xenocara/dist/Mesa/src/mesa/drivers/beos/Makefile N xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c N xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h N xenocara/dist/Mesa/src/mesa/drivers/common/descrip.mms N xenocara/dist/Mesa/src/mesa/drivers/directfb/idirectfbgl_mesa.c N xenocara/dist/Mesa/src/mesa/drivers/directfb/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dos/blit.S N xenocara/dist/Mesa/src/mesa/drivers/dos/dmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dos/dpmi.c N xenocara/dist/Mesa/src/mesa/drivers/dos/internal.h N xenocara/dist/Mesa/src/mesa/drivers/dos/null.c N xenocara/dist/Mesa/src/mesa/drivers/dos/null.h N xenocara/dist/Mesa/src/mesa/drivers/dos/vesa.c N xenocara/dist/Mesa/src/mesa/drivers/dos/vesa.h N xenocara/dist/Mesa/src/mesa/drivers/dos/vga.c N xenocara/dist/Mesa/src/mesa/drivers/dos/vga.h N xenocara/dist/Mesa/src/mesa/drivers/dos/video.c N xenocara/dist/Mesa/src/mesa/drivers/dos/video.h N xenocara/dist/Mesa/src/mesa/drivers/fbdev/glfbdev.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxapi.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxdd.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxddspan.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxddtex.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxdrv.h N xenocara/dist/Mesa/src/mesa/drivers/glide/fxg.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxg.h N xenocara/dist/Mesa/src/mesa/drivers/glide/fxglidew.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxglidew.h N xenocara/dist/Mesa/src/mesa/drivers/glide/fxsetup.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxsetup.h N xenocara/dist/Mesa/src/mesa/drivers/glide/fxtexman.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxtris.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxvb.c N xenocara/dist/Mesa/src/mesa/drivers/glide/fxvbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/ggi/ggimesa.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/ggimesa.conf.in N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi_mode.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi_visual.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_15.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_16.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_24.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_32.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_8.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/stubs.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi.conf.in N xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev_mode.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev_visual.c N xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev.conf.in N xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/debug.h N xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/display_fbdev.h N xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa.h N xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h N xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.win N xenocara/dist/Mesa/src/mesa/drivers/osmesa/descrip.mms N xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def N xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa15.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa15.h N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa16.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa16.h N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa24.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa24.h N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa32.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa32.h N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa8.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa8.h N xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa.c N xenocara/dist/Mesa/src/mesa/drivers/svga/svgapix.h N xenocara/dist/Mesa/src/mesa/drivers/windows/fx/fxwgl.c N xenocara/dist/Mesa/src/mesa/drivers/windows/fx/fxopengl.def N xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/ddlog.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/ddlog.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglcontext.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglcontext.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglglobals.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglglobals.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglmacros.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglpf.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglpf.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglwgl.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglwgl.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dll_main.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dllmain.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_clip.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_norm.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_xform.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_dispatch.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_driver.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_driver.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gldlame8.c N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/pixpack.h N xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/opengl32.def N xenocara/dist/Mesa/src/mesa/drivers/windows/icd/icd.c N xenocara/dist/Mesa/src/mesa/drivers/windows/icd/icdlist.h N xenocara/dist/Mesa/src/mesa/drivers/windows/icd/mesa.def N xenocara/dist/Mesa/src/mesa/drivers/x11/descrip.mms N xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c N xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c N xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h N xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h N xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c N xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h N xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_span.c N xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.template N xenocara/dist/Mesa/src/mesa/drivers/dri/common/depthtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirenderbuffer.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirenderbuffer.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/extension_helper.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/glcontextmodes.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/glcontextmodes.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/memops.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmx.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp2.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/stenciltmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/texmem.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/vblank.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/vblank.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/options.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po N xenocara/dist/Mesa/src/mesa/drivers/dri/fb/fb_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/fb/fb_egl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/fb/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/fb/Doxyfile N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_bitmap.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_bitmap.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_clear.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_clear.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_dd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_depth.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_depth.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_fifo.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_fog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lines.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lines.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_linetmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_points.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_points.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_pointtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_rendertmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_stencil.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_stencil.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tritmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vtxfmt.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_xmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_xmesa.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_dac.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_drishare.h N xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_regs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_client.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_inithw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_macros.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_regs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tritmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_xmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/server/glint_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/server/glint_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/glcore/glcore_driver.c N xenocara/dist/Mesa/src/mesa/drivers/dri/glcore/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810_3d_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_metaops.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_metaops.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_rotate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_rotate.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/i830_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/i830_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/intel_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/intel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_attrib.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_attrib_tmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub_playback.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_current.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_debug.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_api.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_array.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_draw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_eval.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fallback.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fallback.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_hal.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_hal.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_metaops.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save_api.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save_draw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_pool.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_constval.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_emit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_tnl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_debug.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_emit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_fp.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass0.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass1.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass2.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/bufmgr_fake.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/bufmgr.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/i830_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/i830_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/intel_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/intel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_dd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_native_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_native_vbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/server/mach64_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgacontext.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgadd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgadd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgapixel.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgapixel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaregs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgarender.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaspan.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaspan.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgastate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgastate.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_texcombine.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatexmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgavb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgavb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_xmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_xmesa.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/Doxyfile N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_bios.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_macros.h N xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_dd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texobj.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/pci_ids.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_macros.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_version.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_pixel.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_pixel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_c.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_x86.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxtmp_x86.S N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r200_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r200_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r200_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r200_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_cmdbuf.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_cmdbuf.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_emit.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_fragprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_fragprog.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_maos.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_maos.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_program.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_shader.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_vertexprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_mm.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_mm.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/vertex_shader.h N xenocara/dist/Mesa/src/mesa/drivers/dri/r300/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_compat.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lighting.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_c.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_x86.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxtmp_x86.S N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_egl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_inithw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3virgetri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_macros.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_regs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_texmem.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tritmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_xmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_3d_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_bci.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagecontext.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagedd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagedd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_init.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savageioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savageioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagerender.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagespan.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagespan.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagestate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagestate.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_xmesa.c N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/savage/server/savage_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_clear.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_alloc.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_alloc.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_clear.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_dd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_fog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_stencil.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_stencil.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tritmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/server/sis_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/sis/server/sis_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/dri_glide.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_dd.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_glide.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_lock.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_pixels.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_pixels.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_render.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texman.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texman.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texstate.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vbtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/server/tdfx_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/server/tdfx_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_dd.c N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_lock.h N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_vb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/trident/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_3d_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_drmclient.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_fb.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_fb.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_memcpy.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_state.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_texcombine.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_driver.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_priv.h N xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_regs.h N xenocara/dist/Mesa/src/mesa/ppc/common_ppc.c N xenocara/dist/Mesa/src/mesa/ppc/common_ppc_features.h N xenocara/dist/Mesa/src/mesa/sparc/clip.S N xenocara/dist/Mesa/src/mesa/sparc/glapi_sparc.S N xenocara/dist/Mesa/src/mesa/sparc/norm.S N xenocara/dist/Mesa/src/mesa/sparc/sparc.c N xenocara/dist/Mesa/src/mesa/sparc/sparc.h N xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h N xenocara/dist/Mesa/src/mesa/sparc/xform.S N xenocara/dist/Mesa/src/mesa/x86/Makefile N xenocara/dist/Mesa/src/mesa/x86/3dnow.c N xenocara/dist/Mesa/src/mesa/x86/3dnow.h N xenocara/dist/Mesa/src/mesa/x86/assyntax.h N xenocara/dist/Mesa/src/mesa/x86/clip_args.h N xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h N xenocara/dist/Mesa/src/mesa/x86/common_x86.c N xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h N xenocara/dist/Mesa/src/mesa/x86/common_x86_macros.h N xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c N xenocara/dist/Mesa/src/mesa/x86/matypes.h N xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h N xenocara/dist/Mesa/src/mesa/x86/mmx.h N xenocara/dist/Mesa/src/mesa/x86/norm_args.h N xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h N xenocara/dist/Mesa/src/mesa/x86/sse.c N xenocara/dist/Mesa/src/mesa/x86/sse.h N xenocara/dist/Mesa/src/mesa/x86/x86.c N xenocara/dist/Mesa/src/mesa/x86/x86.h N xenocara/dist/Mesa/src/mesa/x86/xform_args.h N xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S N xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S N xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S N xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S N xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S N xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S N xenocara/dist/Mesa/src/mesa/x86/glapi_x86.S N xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S N xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S N xenocara/dist/Mesa/src/mesa/x86/sse_normal.S N xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S N xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S N xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S N xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S N xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S N xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S N xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S N xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S N xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c N xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h N xenocara/dist/Mesa/src/mesa/x86-64/glapi_x86-64.S N xenocara/dist/Mesa/src/mesa/x86-64/matypes.h N xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c N xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h N xenocara/dist/Mesa/src/mesa/x86-64/xform4.S N xenocara/dist/Mesa/src/mesa/x86-64/Makefile N xenocara/dist/Mesa/src/glx/Makefile N xenocara/dist/Mesa/src/glx/x11/Makefile N xenocara/dist/Mesa/src/glx/x11/clientattrib.c N xenocara/dist/Mesa/src/glx/x11/compsize.c N xenocara/dist/Mesa/src/glx/x11/dri_glx.c N xenocara/dist/Mesa/src/glx/x11/dri_glx.h N xenocara/dist/Mesa/src/glx/x11/eval.c N xenocara/dist/Mesa/src/glx/x11/glxclient.h N xenocara/dist/Mesa/src/glx/x11/glxcmds.c N xenocara/dist/Mesa/src/glx/x11/glxext.c N xenocara/dist/Mesa/src/glx/x11/glxextensions.c N xenocara/dist/Mesa/src/glx/x11/glxextensions.h N xenocara/dist/Mesa/src/glx/x11/glx_pbuffer.c N xenocara/dist/Mesa/src/glx/x11/glx_query.c N xenocara/dist/Mesa/src/glx/x11/glx_texture_compression.c N xenocara/dist/Mesa/src/glx/x11/indirect.c N xenocara/dist/Mesa/src/glx/x11/indirect.h N xenocara/dist/Mesa/src/glx/x11/indirect_init.c N xenocara/dist/Mesa/src/glx/x11/indirect_init.h N xenocara/dist/Mesa/src/glx/x11/indirect_size.c N xenocara/dist/Mesa/src/glx/x11/pixel.c N xenocara/dist/Mesa/src/glx/x11/indirect_size.h N xenocara/dist/Mesa/src/glx/x11/xfont.c N xenocara/dist/Mesa/src/glx/x11/indirect_transpose_matrix.c N xenocara/dist/Mesa/src/glx/x11/indirect_va_private.h N xenocara/dist/Mesa/src/glx/x11/indirect_vertex_array.c N xenocara/dist/Mesa/src/glx/x11/indirect_vertex_array.h N xenocara/dist/Mesa/src/glx/x11/indirect_vertex_program.c N xenocara/dist/Mesa/src/glx/x11/indirect_window_pos.c N xenocara/dist/Mesa/src/glx/x11/packrender.h N xenocara/dist/Mesa/src/glx/x11/packsingle.h N xenocara/dist/Mesa/src/glx/x11/pixelstore.c N xenocara/dist/Mesa/src/glx/x11/render2.c N xenocara/dist/Mesa/src/glx/x11/renderpix.c N xenocara/dist/Mesa/src/glx/x11/single2.c N xenocara/dist/Mesa/src/glx/x11/singlepix.c N xenocara/dist/Mesa/src/glx/x11/vertarr.c N xenocara/dist/Mesa/src/glx/x11/XF86dri.c N xenocara/dist/Mesa/src/glx/x11/xf86dri.h N xenocara/dist/Mesa/src/glx/x11/xf86dristr.h N xenocara/dist/Mesa/src/glu/Makefile N xenocara/dist/Mesa/src/glu/descrip.mms N xenocara/dist/Mesa/src/glu/sgi/Makefile N xenocara/dist/Mesa/src/glu/sgi/Makefile.win N xenocara/dist/Mesa/src/glu/sgi/Makefile.DJ N xenocara/dist/Mesa/src/glu/sgi/glu.def N xenocara/dist/Mesa/src/glu/sgi/dummy.cc N xenocara/dist/Mesa/src/glu/sgi/descrip.mms N xenocara/dist/Mesa/src/glu/sgi/mesaglu.opt N xenocara/dist/Mesa/src/glu/sgi/include/gluos.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glimports.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/mystdio.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/mystdlib.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glinterface.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/insurfeval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arc.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arctess.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/backend.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bezierarc.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bin.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bufpool.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curve.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvelist.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/defines.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaylist.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flist.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridline.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridvertex.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/hull.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/jarcloc.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/knotvector.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/maplist.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mesher.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/myassert.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mymath.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mysetjmp.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mystring.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbstess.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patch.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patchlist.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/pwlarc.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/quilt.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/reader.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/renderhints.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/simplemath.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/slicer.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/sorter.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/subdivider.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimline.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/types.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimregion.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertex.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/uarray.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/varray.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arc.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arctess.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/backend.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bin.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bufpool.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/ccw.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curve.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvelist.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvesub.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaylist.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flist.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/hull.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/intersect.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/knotvector.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdescv.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/maplist.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mesher.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mycode.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbstess.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patch.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patchlist.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/quilt.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/reader.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/renderhints.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/slicer.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/sorter.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/splitarcs.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/subdivider.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/tobezier.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimline.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimregion.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/uarray.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/varray.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc N xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.cc N xenocara/dist/Mesa/src/glu/sgi/libtess/README N xenocara/dist/Mesa/src/glu/sgi/libtess/alg-outline N xenocara/dist/Mesa/src/glu/sgi/libtess/dict.c N xenocara/dist/Mesa/src/glu/sgi/libtess/dict.h N xenocara/dist/Mesa/src/glu/sgi/libtess/dict-list.h N xenocara/dist/Mesa/src/glu/sgi/libtess/geom.c N xenocara/dist/Mesa/src/glu/sgi/libtess/geom.h N xenocara/dist/Mesa/src/glu/sgi/libtess/memalloc.c N xenocara/dist/Mesa/src/glu/sgi/libtess/memalloc.h N xenocara/dist/Mesa/src/glu/sgi/libtess/mesh.c N xenocara/dist/Mesa/src/glu/sgi/libtess/mesh.h N xenocara/dist/Mesa/src/glu/sgi/libtess/normal.c N xenocara/dist/Mesa/src/glu/sgi/libtess/normal.h N xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq.c N xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq.h N xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-heap.c N xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-heap.h N xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-sort.h N xenocara/dist/Mesa/src/glu/sgi/libtess/render.c N xenocara/dist/Mesa/src/glu/sgi/libtess/render.h N xenocara/dist/Mesa/src/glu/sgi/libtess/sweep.c N xenocara/dist/Mesa/src/glu/sgi/libtess/sweep.h N xenocara/dist/Mesa/src/glu/sgi/libtess/tess.c N xenocara/dist/Mesa/src/glu/sgi/libtess/tess.h N xenocara/dist/Mesa/src/glu/sgi/libtess/tessmono.c N xenocara/dist/Mesa/src/glu/sgi/libtess/tessmono.h N xenocara/dist/Mesa/src/glu/sgi/libutil/error.c N xenocara/dist/Mesa/src/glu/sgi/libutil/glue.c N xenocara/dist/Mesa/src/glu/sgi/libutil/gluint.h N xenocara/dist/Mesa/src/glu/sgi/libutil/mipmap.c N xenocara/dist/Mesa/src/glu/sgi/libutil/project.c N xenocara/dist/Mesa/src/glu/sgi/libutil/quad.c N xenocara/dist/Mesa/src/glu/sgi/libutil/registry.c N xenocara/dist/Mesa/src/glw/GLwDrawA.c N xenocara/dist/Mesa/src/glw/GLwDrawA.h N xenocara/dist/Mesa/src/glw/GLwDrawAP.h N xenocara/dist/Mesa/src/glw/GLwMDrawA.c N xenocara/dist/Mesa/src/glw/GLwMDrawA.h N xenocara/dist/Mesa/src/glw/GLwMDrawAP.h N xenocara/dist/Mesa/src/glw/Makefile N xenocara/dist/Mesa/src/glw/README N xenocara/dist/Mesa/src/glw/depend N xenocara/dist/Mesa/progs/Makefile N xenocara/dist/Mesa/progs/util/README N xenocara/dist/Mesa/progs/util/dumpstate.c N xenocara/dist/Mesa/progs/util/errcheck.c N xenocara/dist/Mesa/progs/util/glstate.c N xenocara/dist/Mesa/progs/util/glstate.h N xenocara/dist/Mesa/progs/util/glutskel.c N xenocara/dist/Mesa/progs/util/idproj.c N xenocara/dist/Mesa/progs/util/imagesgi.h N xenocara/dist/Mesa/progs/util/matrix.c N xenocara/dist/Mesa/progs/util/mwmborder.c N xenocara/dist/Mesa/progs/util/readtex.c N xenocara/dist/Mesa/progs/util/readtex.h N xenocara/dist/Mesa/progs/util/showbuffer.c N xenocara/dist/Mesa/progs/util/showbuffer.h N xenocara/dist/Mesa/progs/util/trackball.c N xenocara/dist/Mesa/progs/util/trackball.h N xenocara/dist/Mesa/progs/util/winpos.c N xenocara/dist/Mesa/progs/util/xrotfont.c N xenocara/dist/Mesa/progs/util/sampleMakefile N xenocara/dist/Mesa/vms/analyze_map.com N xenocara/dist/Mesa/vms/xlib.opt N xenocara/dist/Mesa/vms/xlib_share.opt N xenocara/dist/Mesa/windows/VC6/mesa/mesa.dsw N xenocara/dist/Mesa/windows/VC6/mesa/gdi/gdi.dsp N xenocara/dist/Mesa/windows/VC6/mesa/glu/compileDebug.txt N xenocara/dist/Mesa/windows/VC6/mesa/glu/compileRelease.txt N xenocara/dist/Mesa/windows/VC6/mesa/glu/objectsDebug.txt N xenocara/dist/Mesa/windows/VC6/mesa/glu/objectsRelease.txt N xenocara/dist/Mesa/windows/VC6/mesa/glu/glu.dsp N xenocara/dist/Mesa/windows/VC6/mesa/mesa/mesa.dsp N xenocara/dist/Mesa/windows/VC6/mesa/osmesa/osmesa.dsp N xenocara/dist/Mesa/windows/VC7/mesa/mesa.sln N xenocara/dist/Mesa/windows/VC7/mesa/gdi/gdi.vcproj N xenocara/dist/Mesa/windows/VC7/mesa/glu/glu.vcproj N xenocara/dist/Mesa/windows/VC7/mesa/mesa/mesa.vcproj N xenocara/dist/Mesa/windows/VC7/mesa/osmesa/osmesa.vcproj No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/25 11:56:39 Modified files: sys/arch/zaurus/conf: GENERIC Log message: enable new devices (flash, usbf, cdcef) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 11:57:39 Log message: Import MesaDemos 6.5.1 Status: Vendor Tag: mesa Release Tags: v6_5_1 N xenocara/dist/Mesa/progs/beos/demo.cpp N xenocara/dist/Mesa/progs/beos/GLInfo.cpp N xenocara/dist/Mesa/progs/beos/sample.cpp N xenocara/dist/Mesa/progs/beos/Makefile N xenocara/dist/Mesa/progs/images/arch.rgb N xenocara/dist/Mesa/progs/images/bw.rgb N xenocara/dist/Mesa/progs/images/girl2.rgb N xenocara/dist/Mesa/progs/images/girl.rgb N xenocara/dist/Mesa/progs/images/reflect.rgb N xenocara/dist/Mesa/progs/images/s128.rgb N xenocara/dist/Mesa/progs/images/tile.rgb N xenocara/dist/Mesa/progs/images/tree3.rgb N xenocara/dist/Mesa/progs/images/wrs_logo.rgb N xenocara/dist/Mesa/progs/images/tree2.rgba N xenocara/dist/Mesa/progs/demos/Makefile N xenocara/dist/Mesa/progs/demos/Makefile.cygnus N xenocara/dist/Mesa/progs/demos/Makefile.win N xenocara/dist/Mesa/progs/demos/descrip.mms N xenocara/dist/Mesa/progs/demos/arbfplight.c N xenocara/dist/Mesa/progs/demos/arbfslight.c N xenocara/dist/Mesa/progs/demos/arbocclude.c N xenocara/dist/Mesa/progs/demos/bounce.c N xenocara/dist/Mesa/progs/demos/clearspd.c N xenocara/dist/Mesa/progs/demos/cubemap.c N xenocara/dist/Mesa/progs/demos/drawpix.c N xenocara/dist/Mesa/progs/demos/engine.c N xenocara/dist/Mesa/progs/demos/fire.c N xenocara/dist/Mesa/progs/demos/fogcoord.c N xenocara/dist/Mesa/progs/demos/fplight.c N xenocara/dist/Mesa/progs/demos/gamma.c N xenocara/dist/Mesa/progs/demos/gearbox.c N xenocara/dist/Mesa/progs/demos/gears.c N xenocara/dist/Mesa/progs/demos/geartrain.c N xenocara/dist/Mesa/progs/demos/glinfo.c N xenocara/dist/Mesa/progs/demos/gloss.c N xenocara/dist/Mesa/progs/demos/glslnoise.c N xenocara/dist/Mesa/progs/demos/gltestperf.c N xenocara/dist/Mesa/progs/demos/glutfx.c N xenocara/dist/Mesa/progs/demos/ipers.c N xenocara/dist/Mesa/progs/demos/isosurf.c N xenocara/dist/Mesa/progs/demos/lodbias.c N xenocara/dist/Mesa/progs/demos/morph3d.c N xenocara/dist/Mesa/progs/demos/multiarb.c N xenocara/dist/Mesa/progs/demos/paltex.c N xenocara/dist/Mesa/progs/demos/particles.h N xenocara/dist/Mesa/progs/demos/pointblast.c N xenocara/dist/Mesa/progs/demos/ray.c N xenocara/dist/Mesa/progs/demos/readpix.c N xenocara/dist/Mesa/progs/demos/readtex.c N xenocara/dist/Mesa/progs/demos/readtex.h N xenocara/dist/Mesa/progs/demos/reflect.c N xenocara/dist/Mesa/progs/demos/renormal.c N xenocara/dist/Mesa/progs/demos/shadowtex.c N xenocara/dist/Mesa/progs/demos/showbuffer.c N xenocara/dist/Mesa/progs/demos/showbuffer.h N xenocara/dist/Mesa/progs/demos/singlebuffer.c N xenocara/dist/Mesa/progs/demos/spectex.c N xenocara/dist/Mesa/progs/demos/spriteblast.c N xenocara/dist/Mesa/progs/demos/stex3d.c N xenocara/dist/Mesa/progs/demos/teapot.c N xenocara/dist/Mesa/progs/demos/terrain.c N xenocara/dist/Mesa/progs/demos/tessdemo.c N xenocara/dist/Mesa/progs/demos/texcyl.c N xenocara/dist/Mesa/progs/demos/texdown.c N xenocara/dist/Mesa/progs/demos/texenv.c N xenocara/dist/Mesa/progs/demos/texobj.c N xenocara/dist/Mesa/progs/demos/trackball.c N xenocara/dist/Mesa/progs/demos/trackball.h N xenocara/dist/Mesa/progs/demos/trispd.c N xenocara/dist/Mesa/progs/demos/tunnel2.c N xenocara/dist/Mesa/progs/demos/tunnel.c N xenocara/dist/Mesa/progs/demos/tunneldat.h N xenocara/dist/Mesa/progs/demos/vao_demo.c N xenocara/dist/Mesa/progs/demos/winpos.c N xenocara/dist/Mesa/progs/demos/particles.cxx N xenocara/dist/Mesa/progs/demos/rain.cxx N xenocara/dist/Mesa/progs/demos/geartrain.dat N xenocara/dist/Mesa/progs/demos/isosurf.dat N xenocara/dist/Mesa/progs/demos/terrain.dat N xenocara/dist/Mesa/progs/demos/README N xenocara/dist/Mesa/progs/osdemos/Makefile N xenocara/dist/Mesa/progs/osdemos/osdemo16.c N xenocara/dist/Mesa/progs/osdemos/osdemo32.c N xenocara/dist/Mesa/progs/osdemos/osdemo.c N xenocara/dist/Mesa/progs/osdemos/ostest1.c N xenocara/dist/Mesa/progs/osdemos/readtex.c N xenocara/dist/Mesa/progs/xdemos/Makefile N xenocara/dist/Mesa/progs/xdemos/descrip.mms N xenocara/dist/Mesa/progs/xdemos/glthreads.c N xenocara/dist/Mesa/progs/xdemos/glxcontexts.c N xenocara/dist/Mesa/progs/xdemos/glxdemo.c N xenocara/dist/Mesa/progs/xdemos/glxgears2.c N xenocara/dist/Mesa/progs/xdemos/glxgears.c N xenocara/dist/Mesa/progs/xdemos/glxgears_fbconfig.c N xenocara/dist/Mesa/progs/xdemos/glxheads.c N xenocara/dist/Mesa/progs/xdemos/glxinfo.c N xenocara/dist/Mesa/progs/xdemos/glxpbdemo.c N xenocara/dist/Mesa/progs/xdemos/glxpixmap.c N xenocara/dist/Mesa/progs/xdemos/glxswapcontrol.c N xenocara/dist/Mesa/progs/xdemos/manywin.c N xenocara/dist/Mesa/progs/xdemos/offset.c N xenocara/dist/Mesa/progs/xdemos/opencloseopen.c N xenocara/dist/Mesa/progs/xdemos/overlay.c N xenocara/dist/Mesa/progs/xdemos/pbdemo.c N xenocara/dist/Mesa/progs/xdemos/pbinfo.c N xenocara/dist/Mesa/progs/xdemos/pbutil.c N xenocara/dist/Mesa/progs/xdemos/pbutil.h N xenocara/dist/Mesa/progs/xdemos/shape.c N xenocara/dist/Mesa/progs/xdemos/vtest.c N xenocara/dist/Mesa/progs/xdemos/vgears.c N xenocara/dist/Mesa/progs/xdemos/vindex.c N xenocara/dist/Mesa/progs/xdemos/wincopy.c N xenocara/dist/Mesa/progs/xdemos/xdemo.c N xenocara/dist/Mesa/progs/xdemos/xfont.c N xenocara/dist/Mesa/progs/xdemos/xrotfontdemo.c N xenocara/dist/Mesa/progs/xdemos/xuserotfont.c N xenocara/dist/Mesa/progs/xdemos/xuserotfont.h N xenocara/dist/Mesa/progs/xdemos/yuvrect_client.c N xenocara/dist/Mesa/progs/redbook/Makefile N xenocara/dist/Mesa/progs/redbook/Makefile.win N xenocara/dist/Mesa/progs/redbook/README N xenocara/dist/Mesa/progs/redbook/aaindex.c N xenocara/dist/Mesa/progs/redbook/aapoly.c N xenocara/dist/Mesa/progs/redbook/aargb.c N xenocara/dist/Mesa/progs/redbook/accanti.c N xenocara/dist/Mesa/progs/redbook/accpersp.c N xenocara/dist/Mesa/progs/redbook/alpha3D.c N xenocara/dist/Mesa/progs/redbook/alpha.c N xenocara/dist/Mesa/progs/redbook/anti.c N xenocara/dist/Mesa/progs/redbook/bezcurve.c N xenocara/dist/Mesa/progs/redbook/bezmesh.c N xenocara/dist/Mesa/progs/redbook/checker.c N xenocara/dist/Mesa/progs/redbook/clip.c N xenocara/dist/Mesa/progs/redbook/colormat.c N xenocara/dist/Mesa/progs/redbook/cube.c N xenocara/dist/Mesa/progs/redbook/depthcue.c N xenocara/dist/Mesa/progs/redbook/dof.c N xenocara/dist/Mesa/progs/redbook/double.c N xenocara/dist/Mesa/progs/redbook/drawf.c N xenocara/dist/Mesa/progs/redbook/feedback.c N xenocara/dist/Mesa/progs/redbook/fog.c N xenocara/dist/Mesa/progs/redbook/fogindex.c N xenocara/dist/Mesa/progs/redbook/font.c N xenocara/dist/Mesa/progs/redbook/hello.c N xenocara/dist/Mesa/progs/redbook/image.c N xenocara/dist/Mesa/progs/redbook/jitter.h N xenocara/dist/Mesa/progs/redbook/light.c N xenocara/dist/Mesa/progs/redbook/lines.c N xenocara/dist/Mesa/progs/redbook/list.c N xenocara/dist/Mesa/progs/redbook/material.c N xenocara/dist/Mesa/progs/redbook/mipmap.c N xenocara/dist/Mesa/progs/redbook/model.c N xenocara/dist/Mesa/progs/redbook/movelight.c N xenocara/dist/Mesa/progs/redbook/nurbs.c N xenocara/dist/Mesa/progs/redbook/pickdepth.c N xenocara/dist/Mesa/progs/redbook/picksquare.c N xenocara/dist/Mesa/progs/redbook/plane.c N xenocara/dist/Mesa/progs/redbook/planet.c N xenocara/dist/Mesa/progs/redbook/polyoff.c N xenocara/dist/Mesa/progs/redbook/polys.c N xenocara/dist/Mesa/progs/redbook/quadric.c N xenocara/dist/Mesa/progs/redbook/robot.c N xenocara/dist/Mesa/progs/redbook/sccolorlight.c N xenocara/dist/Mesa/progs/redbook/scenebamb.c N xenocara/dist/Mesa/progs/redbook/scene.c N xenocara/dist/Mesa/progs/redbook/sceneflat.c N xenocara/dist/Mesa/progs/redbook/select.c N xenocara/dist/Mesa/progs/redbook/smooth.c N xenocara/dist/Mesa/progs/redbook/stencil.c N xenocara/dist/Mesa/progs/redbook/stroke.c N xenocara/dist/Mesa/progs/redbook/surface.c N xenocara/dist/Mesa/progs/redbook/teaambient.c N xenocara/dist/Mesa/progs/redbook/teapots.c N xenocara/dist/Mesa/progs/redbook/tess.c N xenocara/dist/Mesa/progs/redbook/tesswind.c N xenocara/dist/Mesa/progs/redbook/texbind.c N xenocara/dist/Mesa/progs/redbook/texgen.c N xenocara/dist/Mesa/progs/redbook/texprox.c N xenocara/dist/Mesa/progs/redbook/texsub.c N xenocara/dist/Mesa/progs/redbook/texturesurf.c N xenocara/dist/Mesa/progs/redbook/torus.c N xenocara/dist/Mesa/progs/redbook/trim.c N xenocara/dist/Mesa/progs/redbook/unproject.c N xenocara/dist/Mesa/progs/redbook/varray.c N xenocara/dist/Mesa/progs/redbook/wrap.c N xenocara/dist/Mesa/progs/samples/Makefile N xenocara/dist/Mesa/progs/samples/Makefile.DJ N xenocara/dist/Mesa/progs/samples/Makefile.dja N xenocara/dist/Mesa/progs/samples/Makefile.mgw N xenocara/dist/Mesa/progs/samples/Makefile.win N xenocara/dist/Mesa/progs/samples/README N xenocara/dist/Mesa/progs/samples/accum.c N xenocara/dist/Mesa/progs/samples/bitmap1.c N xenocara/dist/Mesa/progs/samples/bitmap2.c N xenocara/dist/Mesa/progs/samples/blendeq.c N xenocara/dist/Mesa/progs/samples/blendxor.c N xenocara/dist/Mesa/progs/samples/copy.c N xenocara/dist/Mesa/progs/samples/cursor.c N xenocara/dist/Mesa/progs/samples/depth.c N xenocara/dist/Mesa/progs/samples/eval.c N xenocara/dist/Mesa/progs/samples/fog.c N xenocara/dist/Mesa/progs/samples/font.c N xenocara/dist/Mesa/progs/samples/line.c N xenocara/dist/Mesa/progs/samples/loadppm.c N xenocara/dist/Mesa/progs/samples/logo.c N xenocara/dist/Mesa/progs/samples/nurb.c N xenocara/dist/Mesa/progs/samples/oglinfo.c N xenocara/dist/Mesa/progs/samples/olympic.c N xenocara/dist/Mesa/progs/samples/overlay.c N xenocara/dist/Mesa/progs/samples/point.c N xenocara/dist/Mesa/progs/samples/prim.c N xenocara/dist/Mesa/progs/samples/quad.c N xenocara/dist/Mesa/progs/samples/readtex.c N xenocara/dist/Mesa/progs/samples/rgbtoppm.c N xenocara/dist/Mesa/progs/samples/select.c N xenocara/dist/Mesa/progs/samples/shape.c N xenocara/dist/Mesa/progs/samples/sphere.c N xenocara/dist/Mesa/progs/samples/star.c N xenocara/dist/Mesa/progs/samples/stencil.c N xenocara/dist/Mesa/progs/samples/stretch.c N xenocara/dist/Mesa/progs/samples/texture.c N xenocara/dist/Mesa/progs/samples/tkmap.c N xenocara/dist/Mesa/progs/samples/tri.c N xenocara/dist/Mesa/progs/samples/wave.c N xenocara/dist/Mesa/progs/windml/Makefile.ugl N xenocara/dist/Mesa/progs/windml/readtex.c N xenocara/dist/Mesa/progs/windml/uglaccum.c N xenocara/dist/Mesa/progs/windml/uglalldemos.c N xenocara/dist/Mesa/progs/windml/uglbounce.c N xenocara/dist/Mesa/progs/windml/uglcube.c N xenocara/dist/Mesa/progs/windml/ugldrawpix.c N xenocara/dist/Mesa/progs/windml/uglflip.c N xenocara/dist/Mesa/progs/windml/uglgears.c N xenocara/dist/Mesa/progs/windml/uglicotorus.c N xenocara/dist/Mesa/progs/windml/uglline.c N xenocara/dist/Mesa/progs/windml/uglolympic.c N xenocara/dist/Mesa/progs/windml/uglpoint.c N xenocara/dist/Mesa/progs/windml/uglstencil.c N xenocara/dist/Mesa/progs/windml/uglteapot.c N xenocara/dist/Mesa/progs/windml/ugltexcube.c N xenocara/dist/Mesa/progs/windml/ugltexcyl.c N xenocara/dist/Mesa/progs/windml/wrs_logo.bmp N xenocara/dist/Mesa/progs/ggi/asc-view.c N xenocara/dist/Mesa/progs/ggi/gears2.c N xenocara/dist/Mesa/progs/ggi/gears.c N xenocara/dist/Mesa/windows/VC6/progs/progs.dsw N xenocara/dist/Mesa/windows/VC6/progs/demos/gears.dsp N xenocara/dist/Mesa/windows/VC7/progs/progs.sln N xenocara/dist/Mesa/windows/VC7/progs/demos/gears.vcproj No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:04:39 Modified files: audio/xmms : Makefile Added files: audio/xmms/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: audio/xmms/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:12:08 Modified files: devel/sdlmm : Makefile devel/sdlmm/pkg: PLIST Log message: new MULTI_PACKAGES SHARED_LIBS format CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:12:39 Added files: devel/sdlmm/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/sdlmm/pkg: DESCR PFRAG.shared PLIST Log message: synch CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 12:34:54 Modified files: net/freeradius : Makefile Added files: net/freeradius/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: net/freeradius/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:36:43 Modified files: sysutils/nut : Makefile Added files: sysutils/nut/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: sysutils/nut/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/25 12:42:41 Modified files: sys/dev/ic : pgt.c Log message: remove a comment that only applies to freebsd. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:47:53 Modified files: infrastructure/mk: bsd.port.mk Log message: add BASE_PKGPATH to SUBST_VARS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:50:07 Modified files: games/quake : Makefile games/quake/pkg: PLIST-main Log message: fix @pkgpath using new possibilities CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 12:51:14 Modified files: mail/cyrus-imapd: Makefile Added files: mail/cyrus-imapd/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: mail/cyrus-imapd/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 12:54:16 Modified files: security/prelude/libpreludedb: Makefile Added files: security/prelude/libpreludedb/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: security/prelude/libpreludedb/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/25 13:04:47 Modified files: sys/dev/pci : pwdog.c Log message: Convert pwdog(4) over to using pci_matchbyid(). From brad, thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:07:34 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/app/bdftopcf/config.guess N xenocara/app/bdftopcf/bdftopcf.c N xenocara/app/bdftopcf/missing N xenocara/app/bdftopcf/NEWS N xenocara/app/bdftopcf/config.h.in N xenocara/app/bdftopcf/README N xenocara/app/bdftopcf/COPYING N xenocara/app/bdftopcf/Makefile.am N xenocara/app/bdftopcf/AUTHORS N xenocara/app/bdftopcf/compile N xenocara/app/bdftopcf/depcomp N xenocara/app/bdftopcf/config.sub N xenocara/app/bdftopcf/ChangeLog N xenocara/app/bdftopcf/install-sh N xenocara/app/bdftopcf/INSTALL N xenocara/app/bdftopcf/configure N xenocara/app/bdftopcf/aclocal.m4 N xenocara/app/bdftopcf/bdftopcf.man N xenocara/app/bdftopcf/mkinstalldirs N xenocara/app/bdftopcf/Makefile.in N xenocara/app/bdftopcf/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:08:11 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/beforelight/config.guess N xenocara/app/beforelight/missing N xenocara/app/beforelight/config.h N xenocara/app/beforelight/b4light.c N xenocara/app/beforelight/NEWS N xenocara/app/beforelight/config.h.in N xenocara/app/beforelight/README N xenocara/app/beforelight/COPYING N xenocara/app/beforelight/Makefile.am N xenocara/app/beforelight/AUTHORS N xenocara/app/beforelight/compile N xenocara/app/beforelight/depcomp N xenocara/app/beforelight/config.sub N xenocara/app/beforelight/ChangeLog N xenocara/app/beforelight/Beforelight.ad N xenocara/app/beforelight/install-sh N xenocara/app/beforelight/INSTALL N xenocara/app/beforelight/configure N xenocara/app/beforelight/aclocal.m4 N xenocara/app/beforelight/beforelight.man N xenocara/app/beforelight/mkinstalldirs N xenocara/app/beforelight/Makefile.in N xenocara/app/beforelight/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:08:53 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/bitmap/config.guess N xenocara/app/bitmap/Term N xenocara/app/bitmap/COPYING N xenocara/app/bitmap/Up N xenocara/app/bitmap/Stipple N xenocara/app/bitmap/FlipHoriz N xenocara/app/bitmap/Dialog.c N xenocara/app/bitmap/FlipVert N xenocara/app/bitmap/RotateLeft N xenocara/app/bitmap/Left N xenocara/app/bitmap/Makefile.in N xenocara/app/bitmap/Dialog.h N xenocara/app/bitmap/Bitmap.ad N xenocara/app/bitmap/Dashes N xenocara/app/bitmap/missing N xenocara/app/bitmap/Makefile.am N xenocara/app/bitmap/Excl N xenocara/app/bitmap/Bitmap-nocase.ad N xenocara/app/bitmap/Bitmap.c N xenocara/app/bitmap/install-sh N xenocara/app/bitmap/Bitmap-color.ad N xenocara/app/bitmap/depcomp N xenocara/app/bitmap/bitmap.icon N xenocara/app/bitmap/BitEdit.c N xenocara/app/bitmap/ReqMach.c N xenocara/app/bitmap/config.h.in N xenocara/app/bitmap/Right N xenocara/app/bitmap/NEWS N xenocara/app/bitmap/Bitmap.h N xenocara/app/bitmap/bmtoa.c N xenocara/app/bitmap/bitmap.man N xenocara/app/bitmap/compile N xenocara/app/bitmap/AUTHORS N xenocara/app/bitmap/BitmapP.h N xenocara/app/bitmap/configure.ac N xenocara/app/bitmap/atobm.c N xenocara/app/bitmap/INSTALL N xenocara/app/bitmap/ChangeLog N xenocara/app/bitmap/configure N xenocara/app/bitmap/Down N xenocara/app/bitmap/README N xenocara/app/bitmap/aclocal.m4 N xenocara/app/bitmap/Handlers.c N xenocara/app/bitmap/CutPaste.c N xenocara/app/bitmap/Fold N xenocara/app/bitmap/config.sub N xenocara/app/bitmap/Graphics.c N xenocara/app/bitmap/RotateRight N xenocara/app/bitmap/Requests.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:09:40 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/editres/config.guess N xenocara/app/editres/Editres-color.ad N xenocara/app/editres/editresP.h N xenocara/app/editres/missing N xenocara/app/editres/config.h N xenocara/app/editres/NEWS N xenocara/app/editres/utils.c N xenocara/app/editres/config.h.in N xenocara/app/editres/widgets.c N xenocara/app/editres/svpopup.c N xenocara/app/editres/README N xenocara/app/editres/COPYING N xenocara/app/editres/actions.c N xenocara/app/editres/Makefile.am N xenocara/app/editres/AUTHORS N xenocara/app/editres/wtree.c N xenocara/app/editres/Editres.ad N xenocara/app/editres/geometry.c N xenocara/app/editres/compile N xenocara/app/editres/depcomp N xenocara/app/editres/config.sub N xenocara/app/editres/comm.c N xenocara/app/editres/ChangeLog N xenocara/app/editres/handler.c N xenocara/app/editres/install-sh N xenocara/app/editres/INSTALL N xenocara/app/editres/editres.man N xenocara/app/editres/configure N xenocara/app/editres/aclocal.m4 N xenocara/app/editres/mkinstalldirs N xenocara/app/editres/Makefile.in N xenocara/app/editres/setvalues.c N xenocara/app/editres/editres.c N xenocara/app/editres/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:10:36 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/fslsfonts/config.guess N xenocara/app/fslsfonts/fslsfonts.c N xenocara/app/fslsfonts/missing N xenocara/app/fslsfonts/fslsfonts.man N xenocara/app/fslsfonts/NEWS N xenocara/app/fslsfonts/config.h.in N xenocara/app/fslsfonts/README N xenocara/app/fslsfonts/COPYING N xenocara/app/fslsfonts/Makefile.am N xenocara/app/fslsfonts/AUTHORS N xenocara/app/fslsfonts/compile N xenocara/app/fslsfonts/depcomp N xenocara/app/fslsfonts/config.sub N xenocara/app/fslsfonts/ChangeLog N xenocara/app/fslsfonts/install-sh N xenocara/app/fslsfonts/INSTALL N xenocara/app/fslsfonts/configure N xenocara/app/fslsfonts/aclocal.m4 N xenocara/app/fslsfonts/mkinstalldirs N xenocara/app/fslsfonts/Makefile.in N xenocara/app/fslsfonts/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:11:12 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/fstobdf/config.guess N xenocara/app/fstobdf/COPYING N xenocara/app/fstobdf/fstobdf.h N xenocara/app/fstobdf/Makefile.in N xenocara/app/fstobdf/header.c N xenocara/app/fstobdf/missing N xenocara/app/fstobdf/Makefile.am N xenocara/app/fstobdf/install-sh N xenocara/app/fstobdf/depcomp N xenocara/app/fstobdf/props.c N xenocara/app/fstobdf/fstobdf.c N xenocara/app/fstobdf/config.h.in N xenocara/app/fstobdf/fstobdf.man N xenocara/app/fstobdf/NEWS N xenocara/app/fstobdf/compile N xenocara/app/fstobdf/AUTHORS N xenocara/app/fstobdf/configure.ac N xenocara/app/fstobdf/INSTALL N xenocara/app/fstobdf/ChangeLog N xenocara/app/fstobdf/configure N xenocara/app/fstobdf/README N xenocara/app/fstobdf/aclocal.m4 N xenocara/app/fstobdf/config.sub N xenocara/app/fstobdf/chars.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:11:55 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/iceauth/config.guess N xenocara/app/iceauth/missing N xenocara/app/iceauth/NEWS N xenocara/app/iceauth/config.h.in N xenocara/app/iceauth/README N xenocara/app/iceauth/COPYING N xenocara/app/iceauth/Makefile.am N xenocara/app/iceauth/AUTHORS N xenocara/app/iceauth/iceauth.man N xenocara/app/iceauth/process.c N xenocara/app/iceauth/compile N xenocara/app/iceauth/depcomp N xenocara/app/iceauth/config.sub N xenocara/app/iceauth/ChangeLog N xenocara/app/iceauth/install-sh N xenocara/app/iceauth/INSTALL N xenocara/app/iceauth/configure N xenocara/app/iceauth/aclocal.m4 N xenocara/app/iceauth/mkinstalldirs N xenocara/app/iceauth/iceauth.c N xenocara/app/iceauth/Makefile.in N xenocara/app/iceauth/configure.ac N xenocara/app/iceauth/iceauth.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 13:12:10 Modified files: sysutils/gkrellm/gkrellm: Makefile Added files: sysutils/gkrellm/gkrellm/pkg: DESCR-main PLIST-main Removed files: sysutils/gkrellm/gkrellm/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:12:29 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/ico/objico.h N xenocara/app/ico/objcube.h N xenocara/app/ico/config.guess N xenocara/app/ico/allobjs.h N xenocara/app/ico/missing N xenocara/app/ico/NEWS N xenocara/app/ico/config.h.in N xenocara/app/ico/README N xenocara/app/ico/COPYING N xenocara/app/ico/ico.c N xenocara/app/ico/Makefile.am N xenocara/app/ico/ico.man N xenocara/app/ico/AUTHORS N xenocara/app/ico/objocta.h N xenocara/app/ico/polyinfo.h N xenocara/app/ico/compile N xenocara/app/ico/depcomp N xenocara/app/ico/config.sub N xenocara/app/ico/ChangeLog N xenocara/app/ico/install-sh N xenocara/app/ico/INSTALL N xenocara/app/ico/objpyr.h N xenocara/app/ico/configure N xenocara/app/ico/objplane.h N xenocara/app/ico/aclocal.m4 N xenocara/app/ico/mkinstalldirs N xenocara/app/ico/Makefile.in N xenocara/app/ico/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:13:14 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/listres/config.guess N xenocara/app/listres/missing N xenocara/app/listres/NEWS N xenocara/app/listres/config.h.in N xenocara/app/listres/README N xenocara/app/listres/COPYING N xenocara/app/listres/Makefile.am N xenocara/app/listres/listres.man N xenocara/app/listres/AUTHORS N xenocara/app/listres/listres.c N xenocara/app/listres/compile N xenocara/app/listres/depcomp N xenocara/app/listres/config.sub N xenocara/app/listres/ChangeLog N xenocara/app/listres/install-sh N xenocara/app/listres/INSTALL N xenocara/app/listres/configure N xenocara/app/listres/aclocal.m4 N xenocara/app/listres/mkinstalldirs N xenocara/app/listres/Makefile.in N xenocara/app/listres/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:13:46 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/luit/README N xenocara/app/luit/configure.ac N xenocara/app/luit/aclocal.m4 N xenocara/app/luit/Makefile.am N xenocara/app/luit/Makefile.in N xenocara/app/luit/config.h.in N xenocara/app/luit/configure N xenocara/app/luit/AUTHORS N xenocara/app/luit/COPYING N xenocara/app/luit/ChangeLog N xenocara/app/luit/INSTALL N xenocara/app/luit/NEWS N xenocara/app/luit/compile N xenocara/app/luit/config.guess N xenocara/app/luit/config.sub N xenocara/app/luit/depcomp N xenocara/app/luit/install-sh N xenocara/app/luit/missing N xenocara/app/luit/charset.c N xenocara/app/luit/charset.h N xenocara/app/luit/iso2022.c N xenocara/app/luit/iso2022.h N xenocara/app/luit/locale.c N xenocara/app/luit/luit.c N xenocara/app/luit/luit.h N xenocara/app/luit/other.c N xenocara/app/luit/other.h N xenocara/app/luit/parser.c N xenocara/app/luit/parser.h N xenocara/app/luit/sys.c N xenocara/app/luit/sys.h N xenocara/app/luit/luit.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:14:23 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/mkcfm/config.guess N xenocara/app/mkcfm/missing N xenocara/app/mkcfm/NEWS N xenocara/app/mkcfm/config.h.in N xenocara/app/mkcfm/README N xenocara/app/mkcfm/mkcfm.c N xenocara/app/mkcfm/COPYING N xenocara/app/mkcfm/Makefile.am N xenocara/app/mkcfm/AUTHORS N xenocara/app/mkcfm/compile N xenocara/app/mkcfm/depcomp N xenocara/app/mkcfm/config.sub N xenocara/app/mkcfm/ChangeLog N xenocara/app/mkcfm/install-sh N xenocara/app/mkcfm/INSTALL N xenocara/app/mkcfm/configure N xenocara/app/mkcfm/aclocal.m4 N xenocara/app/mkcfm/mkcfm.man N xenocara/app/mkcfm/mkinstalldirs N xenocara/app/mkcfm/Makefile.in N xenocara/app/mkcfm/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:14:58 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/mkfontdir/config.guess N xenocara/app/mkfontdir/COPYING N xenocara/app/mkfontdir/mkfontdir.man N xenocara/app/mkfontdir/Makefile.in N xenocara/app/mkfontdir/mkfontdir.cpp N xenocara/app/mkfontdir/missing N xenocara/app/mkfontdir/Makefile.am N xenocara/app/mkfontdir/install-sh N xenocara/app/mkfontdir/NEWS N xenocara/app/mkfontdir/AUTHORS N xenocara/app/mkfontdir/configure.ac N xenocara/app/mkfontdir/INSTALL N xenocara/app/mkfontdir/ChangeLog N xenocara/app/mkfontdir/configure N xenocara/app/mkfontdir/README N xenocara/app/mkfontdir/aclocal.m4 N xenocara/app/mkfontdir/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:15:30 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/app/mkfontscale/README N xenocara/app/mkfontscale/configure.ac N xenocara/app/mkfontscale/aclocal.m4 N xenocara/app/mkfontscale/Makefile.am N xenocara/app/mkfontscale/Makefile.in N xenocara/app/mkfontscale/config.h.in N xenocara/app/mkfontscale/configure N xenocara/app/mkfontscale/AUTHORS N xenocara/app/mkfontscale/COPYING N xenocara/app/mkfontscale/ChangeLog N xenocara/app/mkfontscale/INSTALL N xenocara/app/mkfontscale/NEWS N xenocara/app/mkfontscale/compile N xenocara/app/mkfontscale/config.guess N xenocara/app/mkfontscale/config.sub N xenocara/app/mkfontscale/depcomp N xenocara/app/mkfontscale/install-sh N xenocara/app/mkfontscale/missing N xenocara/app/mkfontscale/data.h N xenocara/app/mkfontscale/hash.c N xenocara/app/mkfontscale/hash.h N xenocara/app/mkfontscale/ident.c N xenocara/app/mkfontscale/ident.h N xenocara/app/mkfontscale/list.c N xenocara/app/mkfontscale/list.h N xenocara/app/mkfontscale/mkfontscale.c N xenocara/app/mkfontscale/mkfontscale.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:16:00 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/oclock/oclmask.bit N xenocara/app/oclock/config.guess N xenocara/app/oclock/oclock.c N xenocara/app/oclock/missing N xenocara/app/oclock/NEWS N xenocara/app/oclock/oclock.bit N xenocara/app/oclock/transform.c N xenocara/app/oclock/config.h.in N xenocara/app/oclock/README N xenocara/app/oclock/Clock.h N xenocara/app/oclock/COPYING N xenocara/app/oclock/Makefile.am N xenocara/app/oclock/AUTHORS N xenocara/app/oclock/Clock-color.ad N xenocara/app/oclock/compile N xenocara/app/oclock/depcomp N xenocara/app/oclock/config.sub N xenocara/app/oclock/ChangeLog N xenocara/app/oclock/ClockP.h N xenocara/app/oclock/install-sh N xenocara/app/oclock/INSTALL N xenocara/app/oclock/configure N xenocara/app/oclock/aclocal.m4 N xenocara/app/oclock/oclock.man N xenocara/app/oclock/mkinstalldirs N xenocara/app/oclock/Makefile.in N xenocara/app/oclock/transform.h N xenocara/app/oclock/configure.ac N xenocara/app/oclock/Clock.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:16:44 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/proxymngr/config.guess N xenocara/app/proxymngr/xconfig.h.in N xenocara/app/proxymngr/missing N xenocara/app/proxymngr/config.h N xenocara/app/proxymngr/NEWS N xenocara/app/proxymngr/README N xenocara/app/proxymngr/COPYING N xenocara/app/proxymngr/Makefile.am N xenocara/app/proxymngr/AUTHORS N xenocara/app/proxymngr/main.c N xenocara/app/proxymngr/compile N xenocara/app/proxymngr/depcomp N xenocara/app/proxymngr/config.sub N xenocara/app/proxymngr/ChangeLog N xenocara/app/proxymngr/pmdb.h N xenocara/app/proxymngr/install-sh N xenocara/app/proxymngr/INSTALL N xenocara/app/proxymngr/pmdb.c N xenocara/app/proxymngr/configure N xenocara/app/proxymngr/aclocal.m4 N xenocara/app/proxymngr/pmint.h N xenocara/app/proxymngr/pmconfig.cpp N xenocara/app/proxymngr/config.c N xenocara/app/proxymngr/mkinstalldirs N xenocara/app/proxymngr/Makefile.in N xenocara/app/proxymngr/proxymngr.man N xenocara/app/proxymngr/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:17:19 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/rgb/config.guess N xenocara/app/rgb/COPYING N xenocara/app/rgb/Makefile.in N xenocara/app/rgb/missing N xenocara/app/rgb/Makefile.am N xenocara/app/rgb/rgb.txt N xenocara/app/rgb/install-sh N xenocara/app/rgb/depcomp N xenocara/app/rgb/showrgb.man N xenocara/app/rgb/config.h.in N xenocara/app/rgb/NEWS N xenocara/app/rgb/showrgb.c N xenocara/app/rgb/compile N xenocara/app/rgb/AUTHORS N xenocara/app/rgb/configure.ac N xenocara/app/rgb/rgb.c N xenocara/app/rgb/INSTALL N xenocara/app/rgb/ChangeLog N xenocara/app/rgb/configure N xenocara/app/rgb/README N xenocara/app/rgb/aclocal.m4 N xenocara/app/rgb/config.sub N xenocara/app/rgb/others/thomas.txt N xenocara/app/rgb/others/old-rgb.txt N xenocara/app/rgb/others/README N xenocara/app/rgb/others/raveling.txt No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:18:02 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/rstart/server.os2 N xenocara/app/rstart/config.guess N xenocara/app/rstart/COPYING N xenocara/app/rstart/config.cpp N xenocara/app/rstart/server.c N xenocara/app/rstart/Makefile.in N xenocara/app/rstart/missing N xenocara/app/rstart/Makefile.am N xenocara/app/rstart/rstartd.man N xenocara/app/rstart/client.cpp N xenocara/app/rstart/install-sh N xenocara/app/rstart/depcomp N xenocara/app/rstart/server.cpp N xenocara/app/rstart/config.h.in N xenocara/app/rstart/NEWS N xenocara/app/rstart/compile N xenocara/app/rstart/rstart.man N xenocara/app/rstart/AUTHORS N xenocara/app/rstart/configure.ac N xenocara/app/rstart/INSTALL N xenocara/app/rstart/ChangeLog N xenocara/app/rstart/configure N xenocara/app/rstart/auth.c N xenocara/app/rstart/README N xenocara/app/rstart/aclocal.m4 N xenocara/app/rstart/config.sub N xenocara/app/rstart/contexts/@Aliases N xenocara/app/rstart/contexts/x11r6 N xenocara/app/rstart/contexts/default N xenocara/app/rstart/contexts/@List N xenocara/app/rstart/commands/ListContexts N xenocara/app/rstart/commands/ListGenericCommands N xenocara/app/rstart/commands/@List N xenocara/app/rstart/commands/x11r6/LoadMonitor N xenocara/app/rstart/commands/x11r6/@List N xenocara/app/rstart/commands/x11r6/Terminal N xenocara/app/rstart/samples/commands/ListContexts N xenocara/app/rstart/samples/commands/ListGenericCommands N xenocara/app/rstart/samples/commands/@List N xenocara/app/rstart/samples/commands/x11r5/LoadMonitor N xenocara/app/rstart/samples/commands/x11r5/@List N xenocara/app/rstart/samples/commands/x11r5/Terminal N xenocara/app/rstart/samples/commands/odt1/LoadMonitor N xenocara/app/rstart/samples/commands/odt1/@List N xenocara/app/rstart/samples/commands/odt1/Terminal N xenocara/app/rstart/samples/commands/openwindows3/LoadMonitor N xenocara/app/rstart/samples/commands/openwindows3/@List N xenocara/app/rstart/samples/commands/openwindows3/Terminal N xenocara/app/rstart/samples/commands/openwindows2/LoadMonitor N xenocara/app/rstart/samples/commands/openwindows2/@List N xenocara/app/rstart/samples/commands/openwindows2/Terminal N xenocara/app/rstart/samples/contexts.odt1/x11r5 N xenocara/app/rstart/samples/contexts.odt1/odt1 N xenocara/app/rstart/samples/contexts.odt1/@Aliases N xenocara/app/rstart/samples/contexts.odt1/x11r6 N xenocara/app/rstart/samples/contexts.odt1/openwindows3 N xenocara/app/rstart/samples/contexts.odt1/openwindows2 N xenocara/app/rstart/samples/contexts.odt1/default N xenocara/app/rstart/samples/contexts.odt1/@List No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:18:58 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/scripts/config.guess N xenocara/app/scripts/fontname.sh N xenocara/app/scripts/missing N xenocara/app/scripts/xon N xenocara/app/scripts/NEWS N xenocara/app/scripts/config.h.in N xenocara/app/scripts/README N xenocara/app/scripts/COPYING N xenocara/app/scripts/xauth_switch_to_sun-des-1.cpp N xenocara/app/scripts/Makefile.am N xenocara/app/scripts/AUTHORS N xenocara/app/scripts/fontprop.sh N xenocara/app/scripts/config.sub N xenocara/app/scripts/ChangeLog N xenocara/app/scripts/install-sh N xenocara/app/scripts/INSTALL N xenocara/app/scripts/configure N xenocara/app/scripts/xon.man N xenocara/app/scripts/aclocal.m4 N xenocara/app/scripts/mkinstalldirs N xenocara/app/scripts/Makefile.in N xenocara/app/scripts/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:19:44 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/sessreg/README N xenocara/app/sessreg/configure.ac N xenocara/app/sessreg/aclocal.m4 N xenocara/app/sessreg/Makefile.am N xenocara/app/sessreg/Makefile.in N xenocara/app/sessreg/config.h.in N xenocara/app/sessreg/configure N xenocara/app/sessreg/AUTHORS N xenocara/app/sessreg/COPYING N xenocara/app/sessreg/ChangeLog N xenocara/app/sessreg/INSTALL N xenocara/app/sessreg/NEWS N xenocara/app/sessreg/compile N xenocara/app/sessreg/config.guess N xenocara/app/sessreg/config.sub N xenocara/app/sessreg/depcomp N xenocara/app/sessreg/install-sh N xenocara/app/sessreg/missing N xenocara/app/sessreg/sessreg.h N xenocara/app/sessreg/sessreg.c N xenocara/app/sessreg/sessreg.man N xenocara/app/sessreg/filenames.sed.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 13:20:07 Modified files: mail/courier-imap: Makefile Added files: mail/courier-imap/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: mail/courier-imap/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:20:22 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/setxkbmap/README N xenocara/app/setxkbmap/configure.ac N xenocara/app/setxkbmap/aclocal.m4 N xenocara/app/setxkbmap/Makefile.am N xenocara/app/setxkbmap/Makefile.in N xenocara/app/setxkbmap/config.h.in N xenocara/app/setxkbmap/configure N xenocara/app/setxkbmap/AUTHORS N xenocara/app/setxkbmap/COPYING N xenocara/app/setxkbmap/ChangeLog N xenocara/app/setxkbmap/INSTALL N xenocara/app/setxkbmap/NEWS N xenocara/app/setxkbmap/compile N xenocara/app/setxkbmap/config.guess N xenocara/app/setxkbmap/config.sub N xenocara/app/setxkbmap/depcomp N xenocara/app/setxkbmap/install-sh N xenocara/app/setxkbmap/missing N xenocara/app/setxkbmap/setxkbmap.c N xenocara/app/setxkbmap/setxkbmap.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:20:53 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/showfont/config.guess N xenocara/app/showfont/missing N xenocara/app/showfont/NEWS N xenocara/app/showfont/showfont.c N xenocara/app/showfont/config.h.in N xenocara/app/showfont/README N xenocara/app/showfont/COPYING N xenocara/app/showfont/Makefile.am N xenocara/app/showfont/AUTHORS N xenocara/app/showfont/compile N xenocara/app/showfont/depcomp N xenocara/app/showfont/config.sub N xenocara/app/showfont/ChangeLog N xenocara/app/showfont/install-sh N xenocara/app/showfont/INSTALL N xenocara/app/showfont/configure N xenocara/app/showfont/aclocal.m4 N xenocara/app/showfont/showfont.man N xenocara/app/showfont/mkinstalldirs N xenocara/app/showfont/Makefile.in N xenocara/app/showfont/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:21:40 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/smproxy/config.guess N xenocara/app/smproxy/smproxy.man N xenocara/app/smproxy/COPYING N xenocara/app/smproxy/Makefile.in N xenocara/app/smproxy/missing N xenocara/app/smproxy/save.c N xenocara/app/smproxy/Makefile.am N xenocara/app/smproxy/smproxy.h N xenocara/app/smproxy/install-sh N xenocara/app/smproxy/depcomp N xenocara/app/smproxy/config.h.in N xenocara/app/smproxy/NEWS N xenocara/app/smproxy/compile N xenocara/app/smproxy/AUTHORS N xenocara/app/smproxy/configure.ac N xenocara/app/smproxy/INSTALL N xenocara/app/smproxy/ChangeLog N xenocara/app/smproxy/configure N xenocara/app/smproxy/README N xenocara/app/smproxy/aclocal.m4 N xenocara/app/smproxy/config.sub N xenocara/app/smproxy/smproxy.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:22:57 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/viewres/config.guess N xenocara/app/viewres/missing N xenocara/app/viewres/NEWS N xenocara/app/viewres/config.h.in N xenocara/app/viewres/README N xenocara/app/viewres/COPYING N xenocara/app/viewres/Makefile.am N xenocara/app/viewres/AUTHORS N xenocara/app/viewres/Viewres.ad N xenocara/app/viewres/compile N xenocara/app/viewres/depcomp N xenocara/app/viewres/config.sub N xenocara/app/viewres/viewres.man N xenocara/app/viewres/ChangeLog N xenocara/app/viewres/install-sh N xenocara/app/viewres/INSTALL N xenocara/app/viewres/viewres.c N xenocara/app/viewres/configure N xenocara/app/viewres/aclocal.m4 N xenocara/app/viewres/mkinstalldirs N xenocara/app/viewres/Makefile.in N xenocara/app/viewres/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:23:41 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_4_1 N xenocara/app/x11perf/do_segs.c N xenocara/app/x11perf/Xmark.man N xenocara/app/x11perf/do_tris.c N xenocara/app/x11perf/do_traps.c N xenocara/app/x11perf/do_blt.c N xenocara/app/x11perf/do_complex.c N xenocara/app/x11perf/aclocal.m4 N xenocara/app/x11perf/AUTHORS N xenocara/app/x11perf/config.h.in N xenocara/app/x11perf/configure.ac N xenocara/app/x11perf/ChangeLog N xenocara/app/x11perf/do_movewin.c N xenocara/app/x11perf/perfboth N xenocara/app/x11perf/NEWS N xenocara/app/x11perf/x11perf.h N xenocara/app/x11perf/config.sub N xenocara/app/x11perf/mkinstalldirs N xenocara/app/x11perf/bitmaps.c N xenocara/app/x11perf/README N xenocara/app/x11perf/bitmaps.h N xenocara/app/x11perf/x11perf.man N xenocara/app/x11perf/do_arcs.c N xenocara/app/x11perf/Makefile.in N xenocara/app/x11perf/INSTALL N xenocara/app/x11perf/depcomp N xenocara/app/x11perf/COPYING N xenocara/app/x11perf/do_windows.c N xenocara/app/x11perf/do_dots.c N xenocara/app/x11perf/do_rects.c N xenocara/app/x11perf/install-sh N xenocara/app/x11perf/do_valgc.c N xenocara/app/x11perf/do_text.c N xenocara/app/x11perf/x11perf.c N xenocara/app/x11perf/do_tests.c N xenocara/app/x11perf/perfratio N xenocara/app/x11perf/x11pcomp.cpp N xenocara/app/x11perf/Makefile.am N xenocara/app/x11perf/x11perfcomp.man N xenocara/app/x11perf/config.guess N xenocara/app/x11perf/do_simple.c N xenocara/app/x11perf/Xmark N xenocara/app/x11perf/do_lines.c N xenocara/app/x11perf/missing N xenocara/app/x11perf/fillblnk N xenocara/app/x11perf/configure No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:24:15 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xauth/config.guess N xenocara/app/xauth/xauth.h N xenocara/app/xauth/missing N xenocara/app/xauth/NEWS N xenocara/app/xauth/parsedpy.c N xenocara/app/xauth/config.h.in N xenocara/app/xauth/README N xenocara/app/xauth/xauth.man N xenocara/app/xauth/COPYING N xenocara/app/xauth/gethost.c N xenocara/app/xauth/Makefile.am N xenocara/app/xauth/AUTHORS N xenocara/app/xauth/process.c N xenocara/app/xauth/compile N xenocara/app/xauth/xauth.c N xenocara/app/xauth/depcomp N xenocara/app/xauth/config.sub N xenocara/app/xauth/ChangeLog N xenocara/app/xauth/install-sh N xenocara/app/xauth/INSTALL N xenocara/app/xauth/configure N xenocara/app/xauth/aclocal.m4 N xenocara/app/xauth/mkinstalldirs N xenocara/app/xauth/Makefile.in N xenocara/app/xauth/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:28:07 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xbiff/config.guess N xenocara/app/xbiff/xbiff.man N xenocara/app/xbiff/missing N xenocara/app/xbiff/Mailbox.h N xenocara/app/xbiff/NEWS N xenocara/app/xbiff/config.h.in N xenocara/app/xbiff/README N xenocara/app/xbiff/COPYING N xenocara/app/xbiff/Makefile.am N xenocara/app/xbiff/AUTHORS N xenocara/app/xbiff/xbiff.c N xenocara/app/xbiff/compile N xenocara/app/xbiff/Mailbox.c N xenocara/app/xbiff/depcomp N xenocara/app/xbiff/config.sub N xenocara/app/xbiff/ChangeLog N xenocara/app/xbiff/install-sh N xenocara/app/xbiff/INSTALL N xenocara/app/xbiff/configure N xenocara/app/xbiff/aclocal.m4 N xenocara/app/xbiff/MailboxP.h N xenocara/app/xbiff/mkinstalldirs N xenocara/app/xbiff/Makefile.in N xenocara/app/xbiff/configure.ac N xenocara/app/xbiff/bitmaps/mail-up N xenocara/app/xbiff/bitmaps/mail-down-mask N xenocara/app/xbiff/bitmaps/mail-up-mask N xenocara/app/xbiff/bitmaps/mail-down No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:28:51 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xcalc/config.guess N xenocara/app/xcalc/xcalc.c N xenocara/app/xcalc/missing N xenocara/app/xcalc/NEWS N xenocara/app/xcalc/config.h.in N xenocara/app/xcalc/README N xenocara/app/xcalc/COPYING N xenocara/app/xcalc/xcalc.h N xenocara/app/xcalc/actions.c N xenocara/app/xcalc/Makefile.am N xenocara/app/xcalc/actions.h N xenocara/app/xcalc/AUTHORS N xenocara/app/xcalc/XCalc.ad N xenocara/app/xcalc/compile N xenocara/app/xcalc/depcomp N xenocara/app/xcalc/config.sub N xenocara/app/xcalc/ChangeLog N xenocara/app/xcalc/install-sh N xenocara/app/xcalc/math.c N xenocara/app/xcalc/INSTALL N xenocara/app/xcalc/XCalc-color.ad N xenocara/app/xcalc/configure N xenocara/app/xcalc/aclocal.m4 N xenocara/app/xcalc/xcalc.man N xenocara/app/xcalc/mkinstalldirs N xenocara/app/xcalc/Makefile.in N xenocara/app/xcalc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:29:28 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xclipboard/config.guess N xenocara/app/xclipboard/XClipboard.ad N xenocara/app/xclipboard/missing N xenocara/app/xclipboard/NEWS N xenocara/app/xclipboard/config.h.in N xenocara/app/xclipboard/README N xenocara/app/xclipboard/COPYING N xenocara/app/xclipboard/xcutsel.man N xenocara/app/xclipboard/Makefile.am N xenocara/app/xclipboard/AUTHORS N xenocara/app/xclipboard/compile N xenocara/app/xclipboard/depcomp N xenocara/app/xclipboard/config.sub N xenocara/app/xclipboard/ChangeLog N xenocara/app/xclipboard/install-sh N xenocara/app/xclipboard/xclipboard.man N xenocara/app/xclipboard/INSTALL N xenocara/app/xclipboard/configure N xenocara/app/xclipboard/aclocal.m4 N xenocara/app/xclipboard/xcutsel.c N xenocara/app/xclipboard/xclipboard.c N xenocara/app/xclipboard/mkinstalldirs N xenocara/app/xclipboard/Makefile.in N xenocara/app/xclipboard/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:29:59 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xclock/config.guess N xenocara/app/xclock/COPYING N xenocara/app/xclock/XClock-color.ad N xenocara/app/xclock/xclock.c N xenocara/app/xclock/clmask.bit N xenocara/app/xclock/Makefile.in N xenocara/app/xclock/missing N xenocara/app/xclock/Makefile.am N xenocara/app/xclock/install-sh N xenocara/app/xclock/XClock.ad N xenocara/app/xclock/depcomp N xenocara/app/xclock/config.h.in N xenocara/app/xclock/NEWS N xenocara/app/xclock/clock.bit N xenocara/app/xclock/compile N xenocara/app/xclock/AUTHORS N xenocara/app/xclock/configure.ac N xenocara/app/xclock/INSTALL N xenocara/app/xclock/ClockP.h N xenocara/app/xclock/ChangeLog N xenocara/app/xclock/configure N xenocara/app/xclock/Clock.h N xenocara/app/xclock/README N xenocara/app/xclock/xclock.man N xenocara/app/xclock/aclocal.m4 N xenocara/app/xclock/config.sub N xenocara/app/xclock/Clock.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:30:33 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xcmsdb/config.guess N xenocara/app/xcmsdb/missing N xenocara/app/xcmsdb/NEWS N xenocara/app/xcmsdb/config.h.in N xenocara/app/xcmsdb/README N xenocara/app/xcmsdb/COPYING N xenocara/app/xcmsdb/Makefile.am N xenocara/app/xcmsdb/AUTHORS N xenocara/app/xcmsdb/compile N xenocara/app/xcmsdb/depcomp N xenocara/app/xcmsdb/loadData.c N xenocara/app/xcmsdb/config.sub N xenocara/app/xcmsdb/ChangeLog N xenocara/app/xcmsdb/install-sh N xenocara/app/xcmsdb/INSTALL N xenocara/app/xcmsdb/xcmsdb.c N xenocara/app/xcmsdb/configure N xenocara/app/xcmsdb/aclocal.m4 N xenocara/app/xcmsdb/SCCDFile.h N xenocara/app/xcmsdb/xcmsdb.man N xenocara/app/xcmsdb/mkinstalldirs N xenocara/app/xcmsdb/Makefile.in N xenocara/app/xcmsdb/configure.ac N xenocara/app/xcmsdb/datafiles/sample1.dcc N xenocara/app/xcmsdb/datafiles/sample2.dcc No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:31:08 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xconsole/config.guess N xenocara/app/xconsole/COPYING N xenocara/app/xconsole/Makefile.in N xenocara/app/xconsole/xconsole.c N xenocara/app/xconsole/XConsole.ad N xenocara/app/xconsole/missing N xenocara/app/xconsole/Makefile.am N xenocara/app/xconsole/install-sh N xenocara/app/xconsole/depcomp N xenocara/app/xconsole/config.h.in N xenocara/app/xconsole/NEWS N xenocara/app/xconsole/xconsole.man N xenocara/app/xconsole/compile N xenocara/app/xconsole/AUTHORS N xenocara/app/xconsole/configure.ac N xenocara/app/xconsole/INSTALL N xenocara/app/xconsole/ChangeLog N xenocara/app/xconsole/configure N xenocara/app/xconsole/README N xenocara/app/xconsole/aclocal.m4 N xenocara/app/xconsole/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:32:36 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_4 N xenocara/app/xdm/README N xenocara/app/xdm/acinclude.m4 N xenocara/app/xdm/configure.ac N xenocara/app/xdm/aclocal.m4 N xenocara/app/xdm/Makefile.am N xenocara/app/xdm/Makefile.in N xenocara/app/xdm/config.h.in N xenocara/app/xdm/configure N xenocara/app/xdm/cpprules.in N xenocara/app/xdm/AUTHORS N xenocara/app/xdm/COPYING N xenocara/app/xdm/ChangeLog N xenocara/app/xdm/INSTALL N xenocara/app/xdm/NEWS N xenocara/app/xdm/compile N xenocara/app/xdm/config.guess N xenocara/app/xdm/config.sub N xenocara/app/xdm/depcomp N xenocara/app/xdm/install-sh N xenocara/app/xdm/ltmain.sh N xenocara/app/xdm/missing N xenocara/app/xdm/chooser.c N xenocara/app/xdm/auth.c N xenocara/app/xdm/daemon.c N xenocara/app/xdm/server.c N xenocara/app/xdm/dpylist.c N xenocara/app/xdm/dm.c N xenocara/app/xdm/error.c N xenocara/app/xdm/file.c N xenocara/app/xdm/netaddr.c N xenocara/app/xdm/reset.c N xenocara/app/xdm/resource.c N xenocara/app/xdm/protodpy.c N xenocara/app/xdm/policy.c N xenocara/app/xdm/session.c N xenocara/app/xdm/socket.c N xenocara/app/xdm/streams.c N xenocara/app/xdm/util.c N xenocara/app/xdm/xdmcp.c N xenocara/app/xdm/mitauth.c N xenocara/app/xdm/genauth.c N xenocara/app/xdm/access.c N xenocara/app/xdm/choose.c N xenocara/app/xdm/dm_auth.h N xenocara/app/xdm/dm_error.h N xenocara/app/xdm/dm.h N xenocara/app/xdm/dm_socket.h N xenocara/app/xdm/greet.h N xenocara/app/xdm/xdmauth.c N xenocara/app/xdm/prngc.c N xenocara/app/xdm/rpcauth.c N xenocara/app/xdm/krb5auth.c N xenocara/app/xdm/xdmshell.c N xenocara/app/xdm/xdm.man.cpp N xenocara/app/xdm/Chooser.ad N xenocara/app/xdm/greeter/greet.c N xenocara/app/xdm/greeter/Login.c N xenocara/app/xdm/greeter/Login.h N xenocara/app/xdm/greeter/LoginP.h N xenocara/app/xdm/greeter/verify.c N xenocara/app/xdm/greeter/Makefile.am N xenocara/app/xdm/greeter/Makefile.in N xenocara/app/xdm/config/README N xenocara/app/xdm/config/xorg-bw.xpm N xenocara/app/xdm/config/xorg.xpm N xenocara/app/xdm/config/Xaccess N xenocara/app/xdm/config/GiveConsole N xenocara/app/xdm/config/TakeConsole N xenocara/app/xdm/config/Xsetup_0 N xenocara/app/xdm/config/Xstartup N xenocara/app/xdm/config/Xreset N xenocara/app/xdm/config/Xwilling N xenocara/app/xdm/config/Makefile.am N xenocara/app/xdm/config/Makefile.in N xenocara/app/xdm/config/Xservers.ws.cpp N xenocara/app/xdm/config/Xservers.fs N xenocara/app/xdm/config/xdm-config.cpp N xenocara/app/xdm/config/Xresources.cpp N xenocara/app/xdm/config/Xsession.cpp No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:33:29 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xdpyinfo/config.guess N xenocara/app/xdpyinfo/missing N xenocara/app/xdpyinfo/NEWS N xenocara/app/xdpyinfo/xdpyinfo.c N xenocara/app/xdpyinfo/config.h.in N xenocara/app/xdpyinfo/README N xenocara/app/xdpyinfo/COPYING N xenocara/app/xdpyinfo/Makefile.am N xenocara/app/xdpyinfo/AUTHORS N xenocara/app/xdpyinfo/depcomp N xenocara/app/xdpyinfo/config.sub N xenocara/app/xdpyinfo/xdpyinfo.man N xenocara/app/xdpyinfo/ChangeLog N xenocara/app/xdpyinfo/install-sh N xenocara/app/xdpyinfo/INSTALL N xenocara/app/xdpyinfo/configure N xenocara/app/xdpyinfo/aclocal.m4 N xenocara/app/xdpyinfo/mkinstalldirs N xenocara/app/xdpyinfo/Makefile.in N xenocara/app/xdpyinfo/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:34:01 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xdriinfo/config.guess N xenocara/app/xdriinfo/COPYING N xenocara/app/xdriinfo/Makefile.in N xenocara/app/xdriinfo/missing N xenocara/app/xdriinfo/Makefile.am N xenocara/app/xdriinfo/install-sh N xenocara/app/xdriinfo/depcomp N xenocara/app/xdriinfo/xdriinfo.man N xenocara/app/xdriinfo/config.h.in N xenocara/app/xdriinfo/NEWS N xenocara/app/xdriinfo/xdriinfo.c N xenocara/app/xdriinfo/compile N xenocara/app/xdriinfo/AUTHORS N xenocara/app/xdriinfo/configure.ac N xenocara/app/xdriinfo/INSTALL N xenocara/app/xdriinfo/ChangeLog N xenocara/app/xdriinfo/configure N xenocara/app/xdriinfo/README N xenocara/app/xdriinfo/aclocal.m4 N xenocara/app/xdriinfo/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:35:03 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xedit/config.guess N xenocara/app/xedit/ispell.c N xenocara/app/xedit/COPYING N xenocara/app/xedit/printdialog.c N xenocara/app/xedit/print.c N xenocara/app/xedit/xedit.man N xenocara/app/xedit/strcasecmp.c N xenocara/app/xedit/Makefile.in N xenocara/app/xedit/util.c N xenocara/app/xedit/commands.c N xenocara/app/xedit/missing N xenocara/app/xedit/Makefile.am N xenocara/app/xedit/options.c N xenocara/app/xedit/install-sh N xenocara/app/xedit/Xedit-color.ad N xenocara/app/xedit/hook.c N xenocara/app/xedit/depcomp N xenocara/app/xedit/lisp.c N xenocara/app/xedit/realpath.c N xenocara/app/xedit/Xedit-noxprint.ad N xenocara/app/xedit/config.h.in N xenocara/app/xedit/Xedit-sample N xenocara/app/xedit/NEWS N xenocara/app/xedit/compile N xenocara/app/xedit/Xedit-xprint.ad N xenocara/app/xedit/AUTHORS N xenocara/app/xedit/configure.ac N xenocara/app/xedit/INSTALL N xenocara/app/xedit/xedit.h N xenocara/app/xedit/ChangeLog N xenocara/app/xedit/configure N xenocara/app/xedit/printdialogprivates.h N xenocara/app/xedit/README N xenocara/app/xedit/print.h N xenocara/app/xedit/aclocal.m4 N xenocara/app/xedit/xedit.c N xenocara/app/xedit/config.sub N xenocara/app/xedit/printdialog.h N xenocara/app/xedit/lisp/require.h N xenocara/app/xedit/lisp/math.h N xenocara/app/xedit/lisp/bytecode.c N xenocara/app/xedit/lisp/TODO N xenocara/app/xedit/lisp/regex.h N xenocara/app/xedit/lisp/package.h N xenocara/app/xedit/lisp/debugger.c N xenocara/app/xedit/lisp/internal.h N xenocara/app/xedit/lisp/core.h N xenocara/app/xedit/lisp/write.c N xenocara/app/xedit/lisp/struct.c N xenocara/app/xedit/lisp/string.c N xenocara/app/xedit/lisp/string.h N xenocara/app/xedit/lisp/format.h N xenocara/app/xedit/lisp/math.c N xenocara/app/xedit/lisp/io.c N xenocara/app/xedit/lisp/time.c N xenocara/app/xedit/lisp/hash.c N xenocara/app/xedit/lisp/compile.c N xenocara/app/xedit/lisp/struct.h N xenocara/app/xedit/lisp/package.c N xenocara/app/xedit/lisp/io.h N xenocara/app/xedit/lisp/write.h N xenocara/app/xedit/lisp/require.c N xenocara/app/xedit/lisp/lsp.c N xenocara/app/xedit/lisp/stream.h N xenocara/app/xedit/lisp/format.c N xenocara/app/xedit/lisp/helper.c N xenocara/app/xedit/lisp/lisp.c N xenocara/app/xedit/lisp/pathname.c N xenocara/app/xedit/lisp/read.c N xenocara/app/xedit/lisp/helper.h N xenocara/app/xedit/lisp/stream.c N xenocara/app/xedit/lisp/core.c N xenocara/app/xedit/lisp/read.h N xenocara/app/xedit/lisp/env.c N xenocara/app/xedit/lisp/bytecode.h N xenocara/app/xedit/lisp/time.h N xenocara/app/xedit/lisp/hash.h N xenocara/app/xedit/lisp/mathimp.c N xenocara/app/xedit/lisp/regex.c N xenocara/app/xedit/lisp/xedit.h N xenocara/app/xedit/lisp/lisp.h N xenocara/app/xedit/lisp/pathname.h N xenocara/app/xedit/lisp/README N xenocara/app/xedit/lisp/private.h N xenocara/app/xedit/lisp/xedit.c N xenocara/app/xedit/lisp/debugger.h N xenocara/app/xedit/lisp/mp/mp.c N xenocara/app/xedit/lisp/mp/mp.h N xenocara/app/xedit/lisp/mp/mpr.c N xenocara/app/xedit/lisp/mp/mpi.c N xenocara/app/xedit/lisp/modules/syntax.lsp N xenocara/app/xedit/lisp/modules/xt.c N xenocara/app/xedit/lisp/modules/xedit.lsp N xenocara/app/xedit/lisp/modules/lisp.lsp N xenocara/app/xedit/lisp/modules/xaw.c N xenocara/app/xedit/lisp/modules/indent.lsp N xenocara/app/xedit/lisp/modules/psql.c N xenocara/app/xedit/lisp/modules/x11.c N xenocara/app/xedit/lisp/modules/progmodes/sh.lsp N xenocara/app/xedit/lisp/modules/progmodes/c.lsp N xenocara/app/xedit/lisp/modules/progmodes/sgml.lsp N xenocara/app/xedit/lisp/modules/progmodes/lisp.lsp N xenocara/app/xedit/lisp/modules/progmodes/patch.lsp N xenocara/app/xedit/lisp/modules/progmodes/imake.lsp N xenocara/app/xedit/lisp/modules/progmodes/html.lsp N xenocara/app/xedit/lisp/modules/progmodes/xlog.lsp N xenocara/app/xedit/lisp/modules/progmodes/man.lsp N xenocara/app/xedit/lisp/modules/progmodes/make.lsp N xenocara/app/xedit/lisp/modules/progmodes/xconf.lsp N xenocara/app/xedit/lisp/modules/progmodes/rpm.lsp N xenocara/app/xedit/lisp/modules/progmodes/xrdb.lsp N xenocara/app/xedit/lisp/re/rec.c N xenocara/app/xedit/lisp/re/re.h N xenocara/app/xedit/lisp/re/tests.c N xenocara/app/xedit/lisp/re/tests.txt N xenocara/app/xedit/lisp/re/re.c N xenocara/app/xedit/lisp/re/reo.c N xenocara/app/xedit/lisp/re/README N xenocara/app/xedit/lisp/re/rep.h N xenocara/app/xedit/lisp/test/math.lsp N xenocara/app/xedit/lisp/test/list.lsp N xenocara/app/xedit/lisp/test/stream.lsp N xenocara/app/xedit/lisp/test/psql-2.lsp N xenocara/app/xedit/lisp/test/widgets.lsp N xenocara/app/xedit/lisp/test/hello.lsp N xenocara/app/xedit/lisp/test/psql-3.lsp N xenocara/app/xedit/lisp/test/psql-1.lsp N xenocara/app/xedit/lisp/test/regex.lsp No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:35:42 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xev/README N xenocara/app/xev/configure.ac N xenocara/app/xev/aclocal.m4 N xenocara/app/xev/Makefile.am N xenocara/app/xev/Makefile.in N xenocara/app/xev/config.h.in N xenocara/app/xev/configure N xenocara/app/xev/AUTHORS N xenocara/app/xev/COPYING N xenocara/app/xev/ChangeLog N xenocara/app/xev/INSTALL N xenocara/app/xev/NEWS N xenocara/app/xev/compile N xenocara/app/xev/config.guess N xenocara/app/xev/config.sub N xenocara/app/xev/depcomp N xenocara/app/xev/install-sh N xenocara/app/xev/missing N xenocara/app/xev/xev.c N xenocara/app/xev/xev.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:36:22 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xeyes/config.guess N xenocara/app/xeyes/missing N xenocara/app/xeyes/NEWS N xenocara/app/xeyes/transform.c N xenocara/app/xeyes/config.h.in N xenocara/app/xeyes/README N xenocara/app/xeyes/COPYING N xenocara/app/xeyes/Eyes.h N xenocara/app/xeyes/Makefile.am N xenocara/app/xeyes/AUTHORS N xenocara/app/xeyes/xeyes.man N xenocara/app/xeyes/compile N xenocara/app/xeyes/depcomp N xenocara/app/xeyes/config.sub N xenocara/app/xeyes/ChangeLog N xenocara/app/xeyes/eyesmask.bit N xenocara/app/xeyes/install-sh N xenocara/app/xeyes/INSTALL N xenocara/app/xeyes/configure N xenocara/app/xeyes/aclocal.m4 N xenocara/app/xeyes/xeyes.c N xenocara/app/xeyes/Eyes.c N xenocara/app/xeyes/eyes.bit N xenocara/app/xeyes/mkinstalldirs N xenocara/app/xeyes/Makefile.in N xenocara/app/xeyes/EyesP.h N xenocara/app/xeyes/transform.h N xenocara/app/xeyes/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:37:07 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xfd/config.guess N xenocara/app/xfd/missing N xenocara/app/xfd/NEWS N xenocara/app/xfd/config.h.in N xenocara/app/xfd/gridP.h N xenocara/app/xfd/README N xenocara/app/xfd/xfd.man N xenocara/app/xfd/COPYING N xenocara/app/xfd/Makefile.am N xenocara/app/xfd/AUTHORS N xenocara/app/xfd/Xfd.ad N xenocara/app/xfd/compile N xenocara/app/xfd/grid.c N xenocara/app/xfd/depcomp N xenocara/app/xfd/config.sub N xenocara/app/xfd/ChangeLog N xenocara/app/xfd/install-sh N xenocara/app/xfd/INSTALL N xenocara/app/xfd/xfd.c N xenocara/app/xfd/configure N xenocara/app/xfd/aclocal.m4 N xenocara/app/xfd/mkinstalldirs N xenocara/app/xfd/Makefile.in N xenocara/app/xfd/grid.h N xenocara/app/xfd/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:37:41 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xfindproxy/config.guess N xenocara/app/xfindproxy/missing N xenocara/app/xfindproxy/NEWS N xenocara/app/xfindproxy/config.h.in N xenocara/app/xfindproxy/xfindproxy.c N xenocara/app/xfindproxy/README N xenocara/app/xfindproxy/COPYING N xenocara/app/xfindproxy/Makefile.am N xenocara/app/xfindproxy/AUTHORS N xenocara/app/xfindproxy/compile N xenocara/app/xfindproxy/depcomp N xenocara/app/xfindproxy/config.sub N xenocara/app/xfindproxy/ChangeLog N xenocara/app/xfindproxy/install-sh N xenocara/app/xfindproxy/INSTALL N xenocara/app/xfindproxy/configure N xenocara/app/xfindproxy/aclocal.m4 N xenocara/app/xfindproxy/xfindproxy.man N xenocara/app/xfindproxy/mkinstalldirs N xenocara/app/xfindproxy/Makefile.in N xenocara/app/xfindproxy/xfindproxy.h N xenocara/app/xfindproxy/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:38:16 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xfontsel/config.guess N xenocara/app/xfontsel/missing N xenocara/app/xfontsel/ULabel.c N xenocara/app/xfontsel/XFontSel.ad N xenocara/app/xfontsel/NEWS N xenocara/app/xfontsel/config.h.in N xenocara/app/xfontsel/README N xenocara/app/xfontsel/COPYING N xenocara/app/xfontsel/xfontsel.c N xenocara/app/xfontsel/Makefile.am N xenocara/app/xfontsel/AUTHORS N xenocara/app/xfontsel/compile N xenocara/app/xfontsel/depcomp N xenocara/app/xfontsel/config.sub N xenocara/app/xfontsel/ChangeLog N xenocara/app/xfontsel/xfontsel.man N xenocara/app/xfontsel/install-sh N xenocara/app/xfontsel/INSTALL N xenocara/app/xfontsel/configure N xenocara/app/xfontsel/aclocal.m4 N xenocara/app/xfontsel/ULabel.h N xenocara/app/xfontsel/ULabelP.h N xenocara/app/xfontsel/mkinstalldirs N xenocara/app/xfontsel/Makefile.in N xenocara/app/xfontsel/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:39:08 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xfwp/config.guess N xenocara/app/xfwp/pm.c N xenocara/app/xfwp/missing N xenocara/app/xfwp/io.c N xenocara/app/xfwp/transport.c N xenocara/app/xfwp/NEWS N xenocara/app/xfwp/config.h.in N xenocara/app/xfwp/README N xenocara/app/xfwp/COPYING N xenocara/app/xfwp/misc.c N xenocara/app/xfwp/Makefile.am N xenocara/app/xfwp/AUTHORS N xenocara/app/xfwp/xfwp.c N xenocara/app/xfwp/misc.h N xenocara/app/xfwp/xfwp.man N xenocara/app/xfwp/compile N xenocara/app/xfwp/transport.h N xenocara/app/xfwp/depcomp N xenocara/app/xfwp/config.sub N xenocara/app/xfwp/ChangeLog N xenocara/app/xfwp/io.h N xenocara/app/xfwp/install-sh N xenocara/app/xfwp/xfwp.h N xenocara/app/xfwp/INSTALL N xenocara/app/xfwp/pm.h N xenocara/app/xfwp/configure N xenocara/app/xfwp/aclocal.m4 N xenocara/app/xfwp/mkinstalldirs N xenocara/app/xfwp/Makefile.in N xenocara/app/xfwp/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:41:53 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xgamma/config.guess N xenocara/app/xgamma/missing N xenocara/app/xgamma/NEWS N xenocara/app/xgamma/config.h.in N xenocara/app/xgamma/README N xenocara/app/xgamma/COPYING N xenocara/app/xgamma/Makefile.am N xenocara/app/xgamma/AUTHORS N xenocara/app/xgamma/compile N xenocara/app/xgamma/depcomp N xenocara/app/xgamma/config.sub N xenocara/app/xgamma/ChangeLog N xenocara/app/xgamma/install-sh N xenocara/app/xgamma/INSTALL N xenocara/app/xgamma/configure N xenocara/app/xgamma/aclocal.m4 N xenocara/app/xgamma/xgamma.man N xenocara/app/xgamma/xgamma.c N xenocara/app/xgamma/mkinstalldirs N xenocara/app/xgamma/Makefile.in N xenocara/app/xgamma/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:42:29 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xgc/config.guess N xenocara/app/xgc/missing N xenocara/app/xgc/tile N xenocara/app/xgc/record.c N xenocara/app/xgc/planemask.c N xenocara/app/xgc/NEWS N xenocara/app/xgc/tests.c N xenocara/app/xgc/Bugs N xenocara/app/xgc/main.h N xenocara/app/xgc/config.h.in N xenocara/app/xgc/README N xenocara/app/xgc/COPYING N xenocara/app/xgc/interpret.c N xenocara/app/xgc/dashlist.c N xenocara/app/xgc/Makefile.am N xenocara/app/xgc/testfrac.c N xenocara/app/xgc/lex.c N xenocara/app/xgc/AUTHORS N xenocara/app/xgc/main.c N xenocara/app/xgc/compile N xenocara/app/xgc/gram.c N xenocara/app/xgc/lex.l N xenocara/app/xgc/depcomp N xenocara/app/xgc/getfile.c N xenocara/app/xgc/config.sub N xenocara/app/xgc/xgc.man N xenocara/app/xgc/text.c N xenocara/app/xgc/ChangeLog N xenocara/app/xgc/gram.y N xenocara/app/xgc/install-sh N xenocara/app/xgc/INSTALL N xenocara/app/xgc/choice.c N xenocara/app/xgc/configure N xenocara/app/xgc/aclocal.m4 N xenocara/app/xgc/constants.h N xenocara/app/xgc/xgc.h N xenocara/app/xgc/Xgc.ad N xenocara/app/xgc/mkinstalldirs N xenocara/app/xgc/gram.h N xenocara/app/xgc/Makefile.in N xenocara/app/xgc/configure.ac N xenocara/app/xgc/Written/Notes N xenocara/app/xgc/Written/Outline N xenocara/app/xgc/Written/Jim N xenocara/app/xgc/Written/Widget N xenocara/app/xgc/Written/Interface N xenocara/app/xgc/Written/FilledRects N xenocara/app/xgc/Written/Notes2 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:42:58 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xhost/config.guess N xenocara/app/xhost/COPYING N xenocara/app/xhost/xhost.c N xenocara/app/xhost/xhost.man N xenocara/app/xhost/Makefile.in N xenocara/app/xhost/missing N xenocara/app/xhost/Makefile.am N xenocara/app/xhost/install-sh N xenocara/app/xhost/depcomp N xenocara/app/xhost/config.h.in N xenocara/app/xhost/NEWS N xenocara/app/xhost/compile N xenocara/app/xhost/AUTHORS N xenocara/app/xhost/configure.ac N xenocara/app/xhost/INSTALL N xenocara/app/xhost/ChangeLog N xenocara/app/xhost/configure N xenocara/app/xhost/README N xenocara/app/xhost/aclocal.m4 N xenocara/app/xhost/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:43:54 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/app/xkbcomp/README N xenocara/app/xkbcomp/configure.ac N xenocara/app/xkbcomp/aclocal.m4 N xenocara/app/xkbcomp/Makefile.am N xenocara/app/xkbcomp/Makefile.in N xenocara/app/xkbcomp/config.h.in N xenocara/app/xkbcomp/configure N xenocara/app/xkbcomp/AUTHORS N xenocara/app/xkbcomp/COPYING N xenocara/app/xkbcomp/ChangeLog N xenocara/app/xkbcomp/INSTALL N xenocara/app/xkbcomp/NEWS N xenocara/app/xkbcomp/config.guess N xenocara/app/xkbcomp/config.sub N xenocara/app/xkbcomp/depcomp N xenocara/app/xkbcomp/install-sh N xenocara/app/xkbcomp/missing N xenocara/app/xkbcomp/xkbparse.c N xenocara/app/xkbcomp/action.c N xenocara/app/xkbcomp/action.h N xenocara/app/xkbcomp/alias.c N xenocara/app/xkbcomp/alias.h N xenocara/app/xkbcomp/compat.c N xenocara/app/xkbcomp/compat.h N xenocara/app/xkbcomp/expr.c N xenocara/app/xkbcomp/expr.h N xenocara/app/xkbcomp/geometry.c N xenocara/app/xkbcomp/indicators.c N xenocara/app/xkbcomp/indicators.h N xenocara/app/xkbcomp/keycodes.c N xenocara/app/xkbcomp/keycodes.h N xenocara/app/xkbcomp/keymap.c N xenocara/app/xkbcomp/keytypes.c N xenocara/app/xkbcomp/listing.c N xenocara/app/xkbcomp/misc.c N xenocara/app/xkbcomp/misc.h N xenocara/app/xkbcomp/parseutils.c N xenocara/app/xkbcomp/parseutils.h N xenocara/app/xkbcomp/symbols.c N xenocara/app/xkbcomp/tokens.h N xenocara/app/xkbcomp/utils.c N xenocara/app/xkbcomp/utils.h N xenocara/app/xkbcomp/vmod.c N xenocara/app/xkbcomp/vmod.h N xenocara/app/xkbcomp/xkbcomp.c N xenocara/app/xkbcomp/xkbcomp.h N xenocara/app/xkbcomp/xkbparse.y N xenocara/app/xkbcomp/xkbpath.c N xenocara/app/xkbcomp/xkbpath.h N xenocara/app/xkbcomp/xkbscan.c N xenocara/app/xkbcomp/README.config N xenocara/app/xkbcomp/README.enhancing N xenocara/app/xkbcomp/xkbcomp.man No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/25 13:44:30 Modified files: sys/arch/alpha/conf: GENERIC RAMDISKBIG sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISKB RAMDISK_CD Log message: remove dpt(4) because it sucks. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:44:33 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xkbevd/config.guess N xenocara/app/xkbevd/COPYING N xenocara/app/xkbevd/utils.c N xenocara/app/xkbevd/cfgparse.c N xenocara/app/xkbevd/Makefile.in N xenocara/app/xkbevd/xkbevd.c N xenocara/app/xkbevd/missing N xenocara/app/xkbevd/xkbevd.h N xenocara/app/xkbevd/Makefile.am N xenocara/app/xkbevd/evargs.c N xenocara/app/xkbevd/install-sh N xenocara/app/xkbevd/example.cf N xenocara/app/xkbevd/printev.c N xenocara/app/xkbevd/utils.h N xenocara/app/xkbevd/depcomp N xenocara/app/xkbevd/tokens.h N xenocara/app/xkbevd/config.h.in N xenocara/app/xkbevd/NEWS N xenocara/app/xkbevd/cfgscan.c N xenocara/app/xkbevd/compile N xenocara/app/xkbevd/cfgparse.y N xenocara/app/xkbevd/AUTHORS N xenocara/app/xkbevd/configure.ac N xenocara/app/xkbevd/INSTALL N xenocara/app/xkbevd/ChangeLog N xenocara/app/xkbevd/README N xenocara/app/xkbevd/configure N xenocara/app/xkbevd/aclocal.m4 N xenocara/app/xkbevd/config.sub N xenocara/app/xkbevd/xkbevd.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:45:04 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xkbprint/config.guess N xenocara/app/xkbprint/utils.h N xenocara/app/xkbprint/missing N xenocara/app/xkbprint/NEWS N xenocara/app/xkbprint/utils.c N xenocara/app/xkbprint/config.h.in N xenocara/app/xkbprint/README N xenocara/app/xkbprint/COPYING N xenocara/app/xkbprint/xkbprint.man N xenocara/app/xkbprint/psgeom.c N xenocara/app/xkbprint/Makefile.am N xenocara/app/xkbprint/xkbprint.h N xenocara/app/xkbprint/AUTHORS N xenocara/app/xkbprint/compile N xenocara/app/xkbprint/depcomp N xenocara/app/xkbprint/config.sub N xenocara/app/xkbprint/ChangeLog N xenocara/app/xkbprint/install-sh N xenocara/app/xkbprint/INSTALL N xenocara/app/xkbprint/configure N xenocara/app/xkbprint/isokeys.h N xenocara/app/xkbprint/aclocal.m4 N xenocara/app/xkbprint/xkbprint.c N xenocara/app/xkbprint/mkinstalldirs N xenocara/app/xkbprint/Makefile.in N xenocara/app/xkbprint/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:45:47 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xkbutils/utils.h N xenocara/app/xkbutils/missing N xenocara/app/xkbutils/NEWS N xenocara/app/xkbutils/utils.c N xenocara/app/xkbutils/config.h.in N xenocara/app/xkbutils/README N xenocara/app/xkbutils/COPYING N xenocara/app/xkbutils/xkbwatch.c N xenocara/app/xkbutils/Makefile.am N xenocara/app/xkbutils/AUTHORS N xenocara/app/xkbutils/compile N xenocara/app/xkbutils/depcomp N xenocara/app/xkbutils/ChangeLog N xenocara/app/xkbutils/xkbvleds.c N xenocara/app/xkbutils/install-sh N xenocara/app/xkbutils/xkbbell.c N xenocara/app/xkbutils/INSTALL N xenocara/app/xkbutils/LEDP.h N xenocara/app/xkbutils/configure N xenocara/app/xkbutils/aclocal.m4 N xenocara/app/xkbutils/mkinstalldirs N xenocara/app/xkbutils/Makefile.in N xenocara/app/xkbutils/LED.c N xenocara/app/xkbutils/LED.h N xenocara/app/xkbutils/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:46:19 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xkill/config.guess N xenocara/app/xkill/missing N xenocara/app/xkill/NEWS N xenocara/app/xkill/config.h.in N xenocara/app/xkill/README N xenocara/app/xkill/COPYING N xenocara/app/xkill/Makefile.am N xenocara/app/xkill/xkill.man N xenocara/app/xkill/AUTHORS N xenocara/app/xkill/compile N xenocara/app/xkill/depcomp N xenocara/app/xkill/config.sub N xenocara/app/xkill/ChangeLog N xenocara/app/xkill/install-sh N xenocara/app/xkill/INSTALL N xenocara/app/xkill/configure N xenocara/app/xkill/aclocal.m4 N xenocara/app/xkill/xkill.c N xenocara/app/xkill/mkinstalldirs N xenocara/app/xkill/Makefile.in N xenocara/app/xkill/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:47:03 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xload/config.guess N xenocara/app/xload/missing N xenocara/app/xload/xload.bit N xenocara/app/xload/get_load.c N xenocara/app/xload/NEWS N xenocara/app/xload/xload.man N xenocara/app/xload/config.h.in N xenocara/app/xload/README N xenocara/app/xload/COPYING N xenocara/app/xload/Makefile.am N xenocara/app/xload/AUTHORS N xenocara/app/xload/get_rload.c N xenocara/app/xload/compile N xenocara/app/xload/depcomp N xenocara/app/xload/config.sub N xenocara/app/xload/XLoad.ad N xenocara/app/xload/ChangeLog N xenocara/app/xload/install-sh N xenocara/app/xload/INSTALL N xenocara/app/xload/xload.h N xenocara/app/xload/configure N xenocara/app/xload/aclocal.m4 N xenocara/app/xload/mkinstalldirs N xenocara/app/xload/Makefile.in N xenocara/app/xload/configure.ac N xenocara/app/xload/xload.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/25 13:47:17 Modified files: sys/dev/pci : wdt.c Log message: use pci_matchbyid() here, too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:47:29 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xlogo/config.guess N xenocara/app/xlogo/missing N xenocara/app/xlogo/NEWS N xenocara/app/xlogo/config.h.in N xenocara/app/xlogo/xlogo.man N xenocara/app/xlogo/README N xenocara/app/xlogo/XLogo.ad N xenocara/app/xlogo/COPYING N xenocara/app/xlogo/XLogo-color.ad N xenocara/app/xlogo/Makefile.am N xenocara/app/xlogo/print.h N xenocara/app/xlogo/AUTHORS N xenocara/app/xlogo/xlogo.h N xenocara/app/xlogo/RenderLogo.c N xenocara/app/xlogo/xlogo.c N xenocara/app/xlogo/compile N xenocara/app/xlogo/depcomp N xenocara/app/xlogo/config.sub N xenocara/app/xlogo/ChangeLog N xenocara/app/xlogo/install-sh N xenocara/app/xlogo/LogoP.h N xenocara/app/xlogo/INSTALL N xenocara/app/xlogo/Logo.h N xenocara/app/xlogo/configure N xenocara/app/xlogo/aclocal.m4 N xenocara/app/xlogo/print.c N xenocara/app/xlogo/Logo.c N xenocara/app/xlogo/mkinstalldirs N xenocara/app/xlogo/Makefile.in N xenocara/app/xlogo/RenderLogo.h N xenocara/app/xlogo/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:48:07 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xlsatoms/config.guess N xenocara/app/xlsatoms/xlsatoms.c N xenocara/app/xlsatoms/missing N xenocara/app/xlsatoms/NEWS N xenocara/app/xlsatoms/config.h.in N xenocara/app/xlsatoms/README N xenocara/app/xlsatoms/COPYING N xenocara/app/xlsatoms/Makefile.am N xenocara/app/xlsatoms/AUTHORS N xenocara/app/xlsatoms/xlsatoms.man N xenocara/app/xlsatoms/compile N xenocara/app/xlsatoms/depcomp N xenocara/app/xlsatoms/config.sub N xenocara/app/xlsatoms/ChangeLog N xenocara/app/xlsatoms/install-sh N xenocara/app/xlsatoms/INSTALL N xenocara/app/xlsatoms/configure N xenocara/app/xlsatoms/aclocal.m4 N xenocara/app/xlsatoms/mkinstalldirs N xenocara/app/xlsatoms/Makefile.in N xenocara/app/xlsatoms/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:48:40 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xlsclients/config.guess N xenocara/app/xlsclients/missing N xenocara/app/xlsclients/xlsclients.man N xenocara/app/xlsclients/NEWS N xenocara/app/xlsclients/config.h.in N xenocara/app/xlsclients/README N xenocara/app/xlsclients/COPYING N xenocara/app/xlsclients/xlsclients.c N xenocara/app/xlsclients/Makefile.am N xenocara/app/xlsclients/AUTHORS N xenocara/app/xlsclients/compile N xenocara/app/xlsclients/depcomp N xenocara/app/xlsclients/config.sub N xenocara/app/xlsclients/ChangeLog N xenocara/app/xlsclients/install-sh N xenocara/app/xlsclients/INSTALL N xenocara/app/xlsclients/configure N xenocara/app/xlsclients/aclocal.m4 N xenocara/app/xlsclients/mkinstalldirs N xenocara/app/xlsclients/Makefile.in N xenocara/app/xlsclients/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:49:11 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xlsfonts/config.guess N xenocara/app/xlsfonts/missing N xenocara/app/xlsfonts/NEWS N xenocara/app/xlsfonts/config.h.in N xenocara/app/xlsfonts/README N xenocara/app/xlsfonts/COPYING N xenocara/app/xlsfonts/xlsfonts.man N xenocara/app/xlsfonts/Makefile.am N xenocara/app/xlsfonts/AUTHORS N xenocara/app/xlsfonts/xlsfonts.sgml N xenocara/app/xlsfonts/compile N xenocara/app/xlsfonts/xlsfonts.c N xenocara/app/xlsfonts/dsimple.h N xenocara/app/xlsfonts/depcomp N xenocara/app/xlsfonts/config.sub N xenocara/app/xlsfonts/dsimple.c N xenocara/app/xlsfonts/ChangeLog N xenocara/app/xlsfonts/install-sh N xenocara/app/xlsfonts/INSTALL N xenocara/app/xlsfonts/configure N xenocara/app/xlsfonts/aclocal.m4 N xenocara/app/xlsfonts/mkinstalldirs N xenocara/app/xlsfonts/Makefile.in N xenocara/app/xlsfonts/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:49:44 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xmag/ScaleP.h N xenocara/app/xmag/config.guess N xenocara/app/xmag/missing N xenocara/app/xmag/Scale.h N xenocara/app/xmag/NEWS N xenocara/app/xmag/config.h.in N xenocara/app/xmag/README N xenocara/app/xmag/COPYING N xenocara/app/xmag/Xmag.ad N xenocara/app/xmag/Makefile.am N xenocara/app/xmag/AUTHORS N xenocara/app/xmag/xmag.man N xenocara/app/xmag/compile N xenocara/app/xmag/depcomp N xenocara/app/xmag/CutPaste.c N xenocara/app/xmag/config.sub N xenocara/app/xmag/Scale.txt N xenocara/app/xmag/Scale.c N xenocara/app/xmag/ChangeLog N xenocara/app/xmag/xmag.c N xenocara/app/xmag/install-sh N xenocara/app/xmag/RootWin.c N xenocara/app/xmag/INSTALL N xenocara/app/xmag/CutPaste.h N xenocara/app/xmag/RootWinP.h N xenocara/app/xmag/configure N xenocara/app/xmag/aclocal.m4 N xenocara/app/xmag/xmag.icon N xenocara/app/xmag/mkinstalldirs N xenocara/app/xmag/Makefile.in N xenocara/app/xmag/RootWin.h N xenocara/app/xmag/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:50:34 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xman/globals.c N xenocara/app/xman/config.guess N xenocara/app/xman/xman.man N xenocara/app/xman/ScrollByL.c N xenocara/app/xman/COPYING N xenocara/app/xman/handler.c N xenocara/app/xman/print.c N xenocara/app/xman/vendor.c N xenocara/app/xman/icon_open.h N xenocara/app/xman/tkfuncs.c N xenocara/app/xman/help.c N xenocara/app/xman/buttons.c N xenocara/app/xman/Xman-xprint.ad N xenocara/app/xman/Makefile.in N xenocara/app/xman/xman.help N xenocara/app/xman/man.h N xenocara/app/xman/missing N xenocara/app/xman/Makefile.am N xenocara/app/xman/vendor.h N xenocara/app/xman/Xman-noxprint.ad N xenocara/app/xman/ScrollByL.h N xenocara/app/xman/install-sh N xenocara/app/xman/depcomp N xenocara/app/xman/main.c N xenocara/app/xman/config.h.in N xenocara/app/xman/misc.c N xenocara/app/xman/version.h N xenocara/app/xman/NEWS N xenocara/app/xman/man.c N xenocara/app/xman/compile N xenocara/app/xman/AUTHORS N xenocara/app/xman/configure.ac N xenocara/app/xman/iconclosed.h N xenocara/app/xman/INSTALL N xenocara/app/xman/ChangeLog N xenocara/app/xman/search.c N xenocara/app/xman/configure N xenocara/app/xman/icon_help.h N xenocara/app/xman/globals.h N xenocara/app/xman/README N xenocara/app/xman/print.h N xenocara/app/xman/ScrollByLP.h N xenocara/app/xman/aclocal.m4 N xenocara/app/xman/defs.h N xenocara/app/xman/config.sub No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 13:51:02 Modified files: mail/courier-authlib: Makefile Added files: mail/courier-authlib/pkg: DESCR-main MESSAGE-main PFRAG.shared-main PLIST-main Removed files: mail/courier-authlib/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: new MULTI_PACKAGES new SHARED_LIBS format CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:51:12 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xmessage/config.guess N xenocara/app/xmessage/Xmessage-color.ad N xenocara/app/xmessage/makeform.c N xenocara/app/xmessage/Xmessage.ad N xenocara/app/xmessage/missing N xenocara/app/xmessage/xmessage.c N xenocara/app/xmessage/NEWS N xenocara/app/xmessage/config.h.in N xenocara/app/xmessage/README N xenocara/app/xmessage/COPYING N xenocara/app/xmessage/xmessage.man N xenocara/app/xmessage/Makefile.am N xenocara/app/xmessage/AUTHORS N xenocara/app/xmessage/readfile.c N xenocara/app/xmessage/xmessage.h N xenocara/app/xmessage/compile N xenocara/app/xmessage/depcomp N xenocara/app/xmessage/config.sub N xenocara/app/xmessage/ChangeLog N xenocara/app/xmessage/install-sh N xenocara/app/xmessage/Tests N xenocara/app/xmessage/INSTALL N xenocara/app/xmessage/configure N xenocara/app/xmessage/aclocal.m4 N xenocara/app/xmessage/mkinstalldirs N xenocara/app/xmessage/Makefile.in N xenocara/app/xmessage/readfile.h N xenocara/app/xmessage/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:51:51 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xmore/config.guess N xenocara/app/xmore/missing N xenocara/app/xmore/printdialog.h N xenocara/app/xmore/NEWS N xenocara/app/xmore/config.h.in N xenocara/app/xmore/README N xenocara/app/xmore/COPYING N xenocara/app/xmore/Makefile.am N xenocara/app/xmore/print.h N xenocara/app/xmore/AUTHORS N xenocara/app/xmore/compile N xenocara/app/xmore/depcomp N xenocara/app/xmore/config.sub N xenocara/app/xmore/xmore.sgml N xenocara/app/xmore/XMore.ad N xenocara/app/xmore/ChangeLog N xenocara/app/xmore/xmore.man N xenocara/app/xmore/install-sh N xenocara/app/xmore/INSTALL N xenocara/app/xmore/printdialogprivates.h N xenocara/app/xmore/configure N xenocara/app/xmore/aclocal.m4 N xenocara/app/xmore/print.c N xenocara/app/xmore/printdialog.c N xenocara/app/xmore/xmore.c N xenocara/app/xmore/mkinstalldirs N xenocara/app/xmore/Makefile.in N xenocara/app/xmore/xmore.h N xenocara/app/xmore/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:52:24 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xphelloworld/missing N xenocara/app/xphelloworld/NEWS N xenocara/app/xphelloworld/config.h.in N xenocara/app/xphelloworld/README N xenocara/app/xphelloworld/COPYING N xenocara/app/xphelloworld/Makefile.am N xenocara/app/xphelloworld/AUTHORS N xenocara/app/xphelloworld/compile N xenocara/app/xphelloworld/depcomp N xenocara/app/xphelloworld/ChangeLog N xenocara/app/xphelloworld/install-sh N xenocara/app/xphelloworld/INSTALL N xenocara/app/xphelloworld/configure N xenocara/app/xphelloworld/aclocal.m4 N xenocara/app/xphelloworld/mkinstalldirs N xenocara/app/xphelloworld/Makefile.in N xenocara/app/xphelloworld/configure.ac N xenocara/app/xphelloworld/xpawhelloworld/xpawhelloworld.c N xenocara/app/xphelloworld/xpawhelloworld/Makefile.am N xenocara/app/xphelloworld/xpawhelloworld/Makefile.in N xenocara/app/xphelloworld/xpawhelloworld/xpawhelloworld.man N xenocara/app/xphelloworld/xpxthelloworld/Makefile.am N xenocara/app/xphelloworld/xpxthelloworld/xpxthelloworld.man N xenocara/app/xphelloworld/xpxthelloworld/xpxthelloworld.sgml N xenocara/app/xphelloworld/xpxthelloworld/xpxthelloworld.c N xenocara/app/xphelloworld/xpxthelloworld/Makefile.in N xenocara/app/xphelloworld/xphelloworld/Makefile.am N xenocara/app/xphelloworld/xphelloworld/xphelloworld.sgml N xenocara/app/xphelloworld/xphelloworld/xphelloworld.c N xenocara/app/xphelloworld/xphelloworld/xphelloworld.man N xenocara/app/xphelloworld/xphelloworld/Makefile.in N xenocara/app/xphelloworld/xpxmhelloworld/xpxmhelloworld.c N xenocara/app/xphelloworld/xpxmhelloworld/Makefile.am N xenocara/app/xphelloworld/xpxmhelloworld/xpxmhelloworld.sgml N xenocara/app/xphelloworld/xpxmhelloworld/xpxmhelloworld.man N xenocara/app/xphelloworld/xpxmhelloworld/Makefile.in N xenocara/app/xphelloworld/xpsimplehelloworld/Makefile.am N xenocara/app/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.man N xenocara/app/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c N xenocara/app/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.sgml N xenocara/app/xphelloworld/xpsimplehelloworld/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:53:29 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xplsprinters/config.guess N xenocara/app/xplsprinters/missing N xenocara/app/xplsprinters/NEWS N xenocara/app/xplsprinters/config.h.in N xenocara/app/xplsprinters/README N xenocara/app/xplsprinters/COPYING N xenocara/app/xplsprinters/Makefile.am N xenocara/app/xplsprinters/AUTHORS N xenocara/app/xplsprinters/compile N xenocara/app/xplsprinters/depcomp N xenocara/app/xplsprinters/config.sub N xenocara/app/xplsprinters/ChangeLog N xenocara/app/xplsprinters/install-sh N xenocara/app/xplsprinters/INSTALL N xenocara/app/xplsprinters/configure N xenocara/app/xplsprinters/aclocal.m4 N xenocara/app/xplsprinters/xplsprinters.man N xenocara/app/xplsprinters/xplsprinters.sgml N xenocara/app/xplsprinters/mkinstalldirs N xenocara/app/xplsprinters/Makefile.in N xenocara/app/xplsprinters/xplsprinters.c N xenocara/app/xplsprinters/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:54:04 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xpr/config.guess N xenocara/app/xpr/missing N xenocara/app/xpr/x2pmp.c N xenocara/app/xpr/NEWS N xenocara/app/xpr/config.h.in N xenocara/app/xpr/README N xenocara/app/xpr/lncmd.h N xenocara/app/xpr/pmp.h N xenocara/app/xpr/COPYING N xenocara/app/xpr/Makefile.am N xenocara/app/xpr/AUTHORS N xenocara/app/xpr/xdpr.script N xenocara/app/xpr/xpr.c N xenocara/app/xpr/compile N xenocara/app/xpr/depcomp N xenocara/app/xpr/config.sub N xenocara/app/xpr/xpr.h N xenocara/app/xpr/ChangeLog N xenocara/app/xpr/install-sh N xenocara/app/xpr/INSTALL N xenocara/app/xpr/configure N xenocara/app/xpr/xdpr.man N xenocara/app/xpr/aclocal.m4 N xenocara/app/xpr/x2jet.c N xenocara/app/xpr/xpr.man N xenocara/app/xpr/mkinstalldirs N xenocara/app/xpr/Makefile.in N xenocara/app/xpr/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:54:47 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xprehashprinterlist/config.guess N xenocara/app/xprehashprinterlist/missing N xenocara/app/xprehashprinterlist/NEWS N xenocara/app/xprehashprinterlist/config.h.in N xenocara/app/xprehashprinterlist/README N xenocara/app/xprehashprinterlist/COPYING N xenocara/app/xprehashprinterlist/xprehashprinterlist.sgml N xenocara/app/xprehashprinterlist/Makefile.am N xenocara/app/xprehashprinterlist/AUTHORS N xenocara/app/xprehashprinterlist/compile N xenocara/app/xprehashprinterlist/depcomp N xenocara/app/xprehashprinterlist/config.sub N xenocara/app/xprehashprinterlist/xprehashprinterlist.man N xenocara/app/xprehashprinterlist/ChangeLog N xenocara/app/xprehashprinterlist/install-sh N xenocara/app/xprehashprinterlist/INSTALL N xenocara/app/xprehashprinterlist/configure N xenocara/app/xprehashprinterlist/aclocal.m4 N xenocara/app/xprehashprinterlist/xprehashprinterlist.c N xenocara/app/xprehashprinterlist/mkinstalldirs N xenocara/app/xprehashprinterlist/Makefile.in N xenocara/app/xprehashprinterlist/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:55:23 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xprop/README N xenocara/app/xprop/configure.ac N xenocara/app/xprop/aclocal.m4 N xenocara/app/xprop/Makefile.am N xenocara/app/xprop/Makefile.in N xenocara/app/xprop/config.h.in N xenocara/app/xprop/configure N xenocara/app/xprop/AUTHORS N xenocara/app/xprop/COPYING N xenocara/app/xprop/ChangeLog N xenocara/app/xprop/INSTALL N xenocara/app/xprop/NEWS N xenocara/app/xprop/compile N xenocara/app/xprop/config.guess N xenocara/app/xprop/config.sub N xenocara/app/xprop/depcomp N xenocara/app/xprop/install-sh N xenocara/app/xprop/missing N xenocara/app/xprop/dsimple.c N xenocara/app/xprop/dsimple.h N xenocara/app/xprop/xprop.c N xenocara/app/xprop/xprop.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/25 13:57:50 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xrandr/config.guess N xenocara/app/xrandr/COPYING N xenocara/app/xrandr/xrandr.c N xenocara/app/xrandr/Makefile.in N xenocara/app/xrandr/missing N xenocara/app/xrandr/Makefile.am N xenocara/app/xrandr/install-sh N xenocara/app/xrandr/depcomp N xenocara/app/xrandr/xrandr.man N xenocara/app/xrandr/config.h.in N xenocara/app/xrandr/NEWS N xenocara/app/xrandr/compile N xenocara/app/xrandr/AUTHORS N xenocara/app/xrandr/configure.ac N xenocara/app/xrandr/INSTALL N xenocara/app/xrandr/ChangeLog N xenocara/app/xrandr/configure N xenocara/app/xrandr/README N xenocara/app/xrandr/aclocal.m4 N xenocara/app/xrandr/config.sub No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/25 14:52:37 Modified files: share/man/man4 : pwdog.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/25 14:54:33 Modified files: share/man/man4 : pwdog.4 Log message: sync .Nd with what is in pci.4; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 15:54:28 Modified files: databases/db : Makefile.inc databases/db/v3: Makefile databases/db/v4: Makefile Added files: databases/db/v3/pkg: DESCR-main PFRAG.shared-main PLIST-main databases/db/v4/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/db/v3/pkg: DESCR PFRAG.shared PLIST databases/db/v4/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES fix WANTLIB while here CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/11/25 16:51:00 Modified files: sys/arch/zaurus/conf: GENERIC Log message: - disable usbf stuff till the missing header is in; unbreak kernel compile. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 17:10:26 Modified files: audio/bmp : Makefile Added files: audio/bmp/pkg : DESCR-main PFRAG.shared-main PLIST-main Removed files: audio/bmp/pkg : DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES. Slightly simplify vorbis lib_depends/wantlib to match what main is doing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 17:22:16 Modified files: devel/libgsf : Makefile Added files: devel/libgsf/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/libgsf/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 17:26:40 Modified files: net/isc-dhcp : Makefile Added files: net/isc-dhcp/pkg: DESCR-main PLIST-main Removed files: net/isc-dhcp/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 17:40:28 Modified files: devel/mysql++ : Makefile Added files: devel/mysql++/pkg: DESCR-main PLIST-main Removed files: devel/mysql++/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/25 17:49:22 Modified files: devel/libglademm: Makefile Added files: devel/libglademm/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: devel/libglademm/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/11/25 17:59:32 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ Found using fuzz generator written by lmh@info-pull.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 18:01:32 Modified files: net/nagios/nagios: Makefile Added files: net/nagios/nagios/pkg: DESCR-main MESSAGE-main PFRAG.chroot-main PLIST-main Removed files: net/nagios/nagios/pkg: DESCR MESSAGE PFRAG.chroot PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 18:06:53 Modified files: net/nagios/nsca: Makefile Added files: net/nagios/nsca/pkg: DESCR-main PLIST-main Removed files: net/nagios/nsca/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/25 18:29:13 Modified files: net/nagios/plugins: Makefile Added files: net/nagios/plugins/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: net/nagios/plugins/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/25 18:36:23 Added files: sys/dev/usb : usbf.h Log message: missing file; sorry niall! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/25 20:45:29 Modified files: share/man/man4 : axe.4 Log message: add the Linksys USB1000 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/25 23:20:16 Modified files: lib/libc/stdio : vfprintf.c Log message: try first mmap() allocation at pagesize, no need to re-mmap at every power of 2 from 16 to pagesize(); ok otto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/25 23:58:14 Modified files: sys/arch/zaurus/conf: GENERIC Log message: usb client support can be re-enabled CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 01:38:10 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi 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: www Changes by: steven@cvs.openbsd.org 2006/11/26 01:51:44 Modified files: faq : faq9.html Log message: plural CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/26 02:10:43 Modified files: x11/qt3 : Makefile Log message: unbreak CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/26 02:29:07 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: provide scsi_detach_bus, _target, and _lun to wrap up config_detach for scsi devices. the midlayer keeps some state for each device that is attached which needs to be cleaned up on detach, hence this wrapper. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/26 02:30:08 Modified files: sys/dev/ic : mpi.c Log message: use scsi_detach_target when a device dissapears, rather than using config_detach and cleaning the midlayer up ourselves. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 02:37:39 Modified files: mail/mini_sendmail: Makefile Added files: mail/mini_sendmail/pkg: DESCR-main PLIST-main Removed files: mail/mini_sendmail/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 02:54:34 Modified files: emulators/xmame: Makefile Added files: emulators/xmame/pkg: DESCR-main PLIST-main PLIST-main-sdl Removed files: emulators/xmame/pkg: DESCR PLIST PLIST-sdl Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 03:09:54 Modified files: mail/imap-uw : Makefile Added files: mail/imap-uw/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: mail/imap-uw/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/26 03:16:07 Modified files: games/corewars : Makefile distinfo games/corewars/patches: patch-configure patch-src_main-cmd_c games/corewars/pkg: PLIST Added files: games/corewars/patches: patch-doc-corewars_6 Removed files: games/corewars/patches: patch-corewars_6 patch-src_Makefile_in Log message: - update corewars to 0.9.13 - install a README with information about the Corewars language CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 03:16:22 Modified files: lang/python : python.port.mk Log message: introduce MODPY_RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 03:24:36 Modified files: databases/py-psycopg: Makefile Added files: databases/py-psycopg/pkg: DESCR-main PLIST-main Removed files: databases/py-psycopg/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 03:40:05 Modified files: games/freeciv : Makefile Added files: games/freeciv/pkg: DESCR-main PLIST-main Removed files: games/freeciv/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 03:42:52 Modified files: graphics/gdk-pixbuf: Makefile Added files: graphics/gdk-pixbuf/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: graphics/gdk-pixbuf/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:44:01 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xrefresh/config.guess N xenocara/app/xrefresh/COPYING N xenocara/app/xrefresh/xrefresh.man N xenocara/app/xrefresh/Makefile.in N xenocara/app/xrefresh/missing N xenocara/app/xrefresh/Makefile.am N xenocara/app/xrefresh/install-sh N xenocara/app/xrefresh/depcomp N xenocara/app/xrefresh/xrefresh.c N xenocara/app/xrefresh/config.h.in N xenocara/app/xrefresh/NEWS N xenocara/app/xrefresh/compile N xenocara/app/xrefresh/AUTHORS N xenocara/app/xrefresh/configure.ac N xenocara/app/xrefresh/INSTALL N xenocara/app/xrefresh/ChangeLog N xenocara/app/xrefresh/configure N xenocara/app/xrefresh/README N xenocara/app/xrefresh/aclocal.m4 N xenocara/app/xrefresh/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:44:32 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xset/config.guess N xenocara/app/xset/COPYING N xenocara/app/xset/xset.man N xenocara/app/xset/Makefile.in N xenocara/app/xset/missing N xenocara/app/xset/Makefile.am N xenocara/app/xset/install-sh N xenocara/app/xset/depcomp N xenocara/app/xset/xset.c N xenocara/app/xset/config.h.in N xenocara/app/xset/NEWS N xenocara/app/xset/compile N xenocara/app/xset/AUTHORS N xenocara/app/xset/configure.ac N xenocara/app/xset/INSTALL N xenocara/app/xset/ChangeLog N xenocara/app/xset/configure N xenocara/app/xset/README N xenocara/app/xset/aclocal.m4 N xenocara/app/xset/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:45:31 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xsm/config.guess N xenocara/app/xsm/save.h N xenocara/app/xsm/missing N xenocara/app/xsm/popup.h N xenocara/app/xsm/choose.h N xenocara/app/xsm/NEWS N xenocara/app/xsm/xtwatch.c N xenocara/app/xsm/config.h.in N xenocara/app/xsm/saveutil.h N xenocara/app/xsm/xsm.man N xenocara/app/xsm/README N xenocara/app/xsm/mainwin.h N xenocara/app/xsm/COPYING N xenocara/app/xsm/signals.c N xenocara/app/xsm/prop.h N xenocara/app/xsm/xtwatch.h N xenocara/app/xsm/save.c N xenocara/app/xsm/restart.h N xenocara/app/xsm/lock.c N xenocara/app/xsm/misc.c N xenocara/app/xsm/Makefile.am N xenocara/app/xsm/AUTHORS N xenocara/app/xsm/prop.c N xenocara/app/xsm/mainwin.c N xenocara/app/xsm/restart.c N xenocara/app/xsm/system.xsm N xenocara/app/xsm/compile N xenocara/app/xsm/auth.c N xenocara/app/xsm/depcomp N xenocara/app/xsm/config.sub N xenocara/app/xsm/ChangeLog N xenocara/app/xsm/info.c N xenocara/app/xsm/printhex.c N xenocara/app/xsm/install-sh N xenocara/app/xsm/INSTALL N xenocara/app/xsm/xsm.c N xenocara/app/xsm/list.h N xenocara/app/xsm/log.c N xenocara/app/xsm/saveutil.c N xenocara/app/xsm/configure N xenocara/app/xsm/log.h N xenocara/app/xsm/lock.h N xenocara/app/xsm/aclocal.m4 N xenocara/app/xsm/XSm.ad N xenocara/app/xsm/list.c N xenocara/app/xsm/remote.c N xenocara/app/xsm/globals.c N xenocara/app/xsm/choose.c N xenocara/app/xsm/mkinstalldirs N xenocara/app/xsm/info.h N xenocara/app/xsm/Makefile.in N xenocara/app/xsm/auth.h N xenocara/app/xsm/xsm.h N xenocara/app/xsm/popup.c N xenocara/app/xsm/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:46:11 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xstdcmap/config.guess N xenocara/app/xstdcmap/missing N xenocara/app/xstdcmap/NEWS N xenocara/app/xstdcmap/config.h.in N xenocara/app/xstdcmap/README N xenocara/app/xstdcmap/COPYING N xenocara/app/xstdcmap/Makefile.am N xenocara/app/xstdcmap/AUTHORS N xenocara/app/xstdcmap/xstdcmap.c N xenocara/app/xstdcmap/compile N xenocara/app/xstdcmap/depcomp N xenocara/app/xstdcmap/config.sub N xenocara/app/xstdcmap/ChangeLog N xenocara/app/xstdcmap/install-sh N xenocara/app/xstdcmap/xstdcmap.man N xenocara/app/xstdcmap/INSTALL N xenocara/app/xstdcmap/configure N xenocara/app/xstdcmap/aclocal.m4 N xenocara/app/xstdcmap/mkinstalldirs N xenocara/app/xstdcmap/Makefile.in N xenocara/app/xstdcmap/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:46:40 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xtrap/config.guess N xenocara/app/xtrap/xtrapinfo.c N xenocara/app/xtrap/COPYING N xenocara/app/xtrap/xtrapreset.c N xenocara/app/xtrap/xtrapproto.c N xenocara/app/xtrap/xtrapin.c N xenocara/app/xtrap/Makefile.in N xenocara/app/xtrap/chparse.h N xenocara/app/xtrap/missing N xenocara/app/xtrap/Makefile.am N xenocara/app/xtrap/XEKeybCtrl.h N xenocara/app/xtrap/install-sh N xenocara/app/xtrap/depcomp N xenocara/app/xtrap/xtrap.man N xenocara/app/xtrap/chparse.c N xenocara/app/xtrap/config.h.in N xenocara/app/xtrap/xtrapchar.c N xenocara/app/xtrap/NEWS N xenocara/app/xtrap/xtrapout.c N xenocara/app/xtrap/compile N xenocara/app/xtrap/AUTHORS N xenocara/app/xtrap/configure.ac N xenocara/app/xtrap/INSTALL N xenocara/app/xtrap/ChangeLog N xenocara/app/xtrap/README N xenocara/app/xtrap/configure N xenocara/app/xtrap/xtrapstats.c N xenocara/app/xtrap/aclocal.m4 N xenocara/app/xtrap/config.sub N xenocara/app/xtrap/XEKeybCtrl.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:47:15 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xvidtune/config.guess N xenocara/app/xvidtune/missing N xenocara/app/xvidtune/NEWS N xenocara/app/xvidtune/config.h.in N xenocara/app/xvidtune/README N xenocara/app/xvidtune/COPYING N xenocara/app/xvidtune/xvidtune.man N xenocara/app/xvidtune/Makefile.am N xenocara/app/xvidtune/AUTHORS N xenocara/app/xvidtune/compile N xenocara/app/xvidtune/depcomp N xenocara/app/xvidtune/config.sub N xenocara/app/xvidtune/ChangeLog N xenocara/app/xvidtune/install-sh N xenocara/app/xvidtune/Xvidtune.cpp N xenocara/app/xvidtune/INSTALL N xenocara/app/xvidtune/configure N xenocara/app/xvidtune/aclocal.m4 N xenocara/app/xvidtune/xvidtune.c N xenocara/app/xvidtune/mkinstalldirs N xenocara/app/xvidtune/Makefile.in N xenocara/app/xvidtune/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:47:47 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xvinfo/config.guess N xenocara/app/xvinfo/missing N xenocara/app/xvinfo/NEWS N xenocara/app/xvinfo/config.h.in N xenocara/app/xvinfo/README N xenocara/app/xvinfo/COPYING N xenocara/app/xvinfo/Makefile.am N xenocara/app/xvinfo/AUTHORS N xenocara/app/xvinfo/xvinfo.man N xenocara/app/xvinfo/compile N xenocara/app/xvinfo/depcomp N xenocara/app/xvinfo/config.sub N xenocara/app/xvinfo/ChangeLog N xenocara/app/xvinfo/install-sh N xenocara/app/xvinfo/INSTALL N xenocara/app/xvinfo/configure N xenocara/app/xvinfo/aclocal.m4 N xenocara/app/xvinfo/mkinstalldirs N xenocara/app/xvinfo/Makefile.in N xenocara/app/xvinfo/xvinfo.c N xenocara/app/xvinfo/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:48:34 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xwud/config.guess N xenocara/app/xwud/missing N xenocara/app/xwud/NEWS N xenocara/app/xwud/config.h.in N xenocara/app/xwud/xwud.c N xenocara/app/xwud/README N xenocara/app/xwud/COPYING N xenocara/app/xwud/Makefile.am N xenocara/app/xwud/AUTHORS N xenocara/app/xwud/compile N xenocara/app/xwud/depcomp N xenocara/app/xwud/config.sub N xenocara/app/xwud/ChangeLog N xenocara/app/xwud/install-sh N xenocara/app/xwud/INSTALL N xenocara/app/xwud/configure N xenocara/app/xwud/xwud.man N xenocara/app/xwud/aclocal.m4 N xenocara/app/xwud/mkinstalldirs N xenocara/app/xwud/Makefile.in N xenocara/app/xwud/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:49:05 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xwininfo/config.guess N xenocara/app/xwininfo/COPYING N xenocara/app/xwininfo/dsimple.h N xenocara/app/xwininfo/xwininfo.man N xenocara/app/xwininfo/Makefile.in N xenocara/app/xwininfo/missing N xenocara/app/xwininfo/Makefile.am N xenocara/app/xwininfo/install-sh N xenocara/app/xwininfo/dsimple.c N xenocara/app/xwininfo/depcomp N xenocara/app/xwininfo/xwininfo.c N xenocara/app/xwininfo/config.h.in N xenocara/app/xwininfo/NEWS N xenocara/app/xwininfo/compile N xenocara/app/xwininfo/AUTHORS N xenocara/app/xwininfo/configure.ac N xenocara/app/xwininfo/INSTALL N xenocara/app/xwininfo/ChangeLog N xenocara/app/xwininfo/configure N xenocara/app/xwininfo/README N xenocara/app/xwininfo/aclocal.m4 N xenocara/app/xwininfo/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:49:37 Log message: Importing from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xwd/multiVis.c N xenocara/app/xwd/config.guess N xenocara/app/xwd/missing N xenocara/app/xwd/NEWS N xenocara/app/xwd/config.h.in N xenocara/app/xwd/README N xenocara/app/xwd/xwd.c N xenocara/app/xwd/COPYING N xenocara/app/xwd/wsutils.h N xenocara/app/xwd/Makefile.am N xenocara/app/xwd/AUTHORS N xenocara/app/xwd/multiVis.h N xenocara/app/xwd/compile N xenocara/app/xwd/dsimple.h N xenocara/app/xwd/depcomp N xenocara/app/xwd/config.sub N xenocara/app/xwd/dsimple.c N xenocara/app/xwd/ChangeLog N xenocara/app/xwd/install-sh N xenocara/app/xwd/INSTALL N xenocara/app/xwd/list.h N xenocara/app/xwd/configure N xenocara/app/xwd/aclocal.m4 N xenocara/app/xwd/list.c N xenocara/app/xwd/mkinstalldirs N xenocara/app/xwd/xwd.man N xenocara/app/xwd/Makefile.in N xenocara/app/xwd/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 03:53:32 Modified files: x11/gnomemm : Makefile Added files: x11/gnomemm/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/gnomemm/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:53:58 Log message: Importing from XF4, plus BSD make infrastructure Status: Vendor Tag: fvwm Release Tags: v2_2_5 N xenocara/app/fvwm/.gitignore N xenocara/app/fvwm/AUTHORS N xenocara/app/fvwm/COPYING N xenocara/app/fvwm/ChangeLog N xenocara/app/fvwm/Fvwm.tmpl N xenocara/app/fvwm/Imakefile N xenocara/app/fvwm/Makefile N xenocara/app/fvwm/Makefile.inc N xenocara/app/fvwm/NEWS N xenocara/app/fvwm/README N xenocara/app/fvwm/config.h N xenocara/app/fvwm/docs/ANNOUNCE N xenocara/app/fvwm/docs/BUGS N xenocara/app/fvwm/docs/ChangeLog N xenocara/app/fvwm/docs/DEVELOPERS N xenocara/app/fvwm/docs/FAQ N xenocara/app/fvwm/docs/README N xenocara/app/fvwm/docs/TODO N xenocara/app/fvwm/docs/Y2K-Compliance N xenocara/app/fvwm/docs/black-stone1.jpg N xenocara/app/fvwm/docs/color_combos N xenocara/app/fvwm/docs/cvs.html N xenocara/app/fvwm/docs/docs.html N xenocara/app/fvwm/docs/download.html N xenocara/app/fvwm/docs/error_codes N xenocara/app/fvwm/docs/features.html N xenocara/app/fvwm/docs/ftp.html N xenocara/app/fvwm/docs/fvwm.gif N xenocara/app/fvwm/docs/fvwm.lsm N xenocara/app/fvwm/docs/fvwm_smaller.gif N xenocara/app/fvwm/docs/index.html N xenocara/app/fvwm/docs/links.html N xenocara/app/fvwm/docs/m4_hacks N xenocara/app/fvwm/docs/man-pages.html N xenocara/app/fvwm/docs/mailinglist.html N xenocara/app/fvwm/docs/mod_changes.html N xenocara/app/fvwm/docs/mod_concept.html N xenocara/app/fvwm/docs/mod_f2m_communication.html N xenocara/app/fvwm/docs/mod_initialization.html N xenocara/app/fvwm/docs/mod_m2f_communication.html N xenocara/app/fvwm/docs/mod_security.html N xenocara/app/fvwm/docs/modules.html N xenocara/app/fvwm/docs/run_man2html.sh N xenocara/app/fvwm/docs/txt2html.sh N xenocara/app/fvwm/extras/ChangeLog N xenocara/app/fvwm/extras/FvwmCommand/FvwmCommand.1 N xenocara/app/fvwm/extras/FvwmCommand/FvwmCommand.c N xenocara/app/fvwm/extras/FvwmCommand/FvwmCommand.h N xenocara/app/fvwm/extras/FvwmCommand/FvwmCommandS.c N xenocara/app/fvwm/extras/FvwmCommand/INSTALL N xenocara/app/fvwm/extras/FvwmCommand/README N xenocara/app/fvwm/extras/FvwmCommand/ex-auto.pl N xenocara/app/fvwm/extras/FvwmCommand/ex-cascade.pl N xenocara/app/fvwm/extras/FvwmCommand/ex-grpmv.pl N xenocara/app/fvwm/extras/FvwmCommand/findcmd N xenocara/app/fvwm/extras/FvwmCommand/findcmd.pl N xenocara/app/fvwm/extras/FvwmCommand/focus-Netscape.pl N xenocara/app/fvwm/extras/FvwmCommand/push-away.pl N xenocara/app/fvwm/extras/FvwmCommand/test1.pl N xenocara/app/fvwm/extras/FvwmCommand/test2.sh N xenocara/app/fvwm/extras/FvwmConfig/FvwmConfig.1 N xenocara/app/fvwm/extras/FvwmConfig/FvwmConfig.C N xenocara/app/fvwm/extras/FvwmConfig/WinBase.C N xenocara/app/fvwm/extras/FvwmConfig/WinBase.h N xenocara/app/fvwm/extras/FvwmConfig/WinButton.C N xenocara/app/fvwm/extras/FvwmConfig/WinButton.h N xenocara/app/fvwm/extras/FvwmConfig/WinColorSelector.C N xenocara/app/fvwm/extras/FvwmConfig/WinColorSelector.h N xenocara/app/fvwm/extras/FvwmConfig/WinInput.C N xenocara/app/fvwm/extras/FvwmConfig/WinInput.h N xenocara/app/fvwm/extras/FvwmConfig/WinRadioButton.C N xenocara/app/fvwm/extras/FvwmConfig/WinRadioButton.h N xenocara/app/fvwm/extras/FvwmConfig/WinSlider.C N xenocara/app/fvwm/extras/FvwmConfig/WinSlider.h N xenocara/app/fvwm/extras/FvwmConfig/WinText.C N xenocara/app/fvwm/extras/FvwmConfig/WinText.h N xenocara/app/fvwm/extras/FvwmConfig/dead.c N xenocara/app/fvwm/extras/FvwmConsole/.fvwm2rc.sample N xenocara/app/fvwm/extras/FvwmConsole/Changes N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsole.1 N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsole.c N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsole.h N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsoleC.c N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsoleC.pl N xenocara/app/fvwm/extras/FvwmConsole/FvwmConsoleC.pl.1 N xenocara/app/fvwm/extras/FvwmConsole/INSTALL N xenocara/app/fvwm/extras/FvwmConsole/README N xenocara/app/fvwm/extras/FvwmConsole/getline.c N xenocara/app/fvwm/extras/FvwmDebug/FvwmDebug.1 N xenocara/app/fvwm/extras/FvwmDebug/FvwmDebug.c N xenocara/app/fvwm/extras/FvwmDebug/FvwmDebug.h N xenocara/app/fvwm/extras/FvwmGoodStuff/FvwmGoodStuff.1 N xenocara/app/fvwm/extras/FvwmGoodStuff/FvwmGoodStuff.c N xenocara/app/fvwm/extras/FvwmGoodStuff/FvwmGoodStuff.h N xenocara/app/fvwm/extras/FvwmGoodStuff/icons.c N xenocara/app/fvwm/extras/FvwmPipe/FvwmPipe.c N xenocara/app/fvwm/extras/FvwmScript/BUGS N xenocara/app/fvwm/extras/FvwmScript/FvwmScript.1 N xenocara/app/fvwm/extras/FvwmScript/FvwmScript.c N xenocara/app/fvwm/extras/FvwmScript/INSTALL N xenocara/app/fvwm/extras/FvwmScript/Instructions.c N xenocara/app/fvwm/extras/FvwmScript/TODO N xenocara/app/fvwm/extras/FvwmScript/libyywrap.c N xenocara/app/fvwm/extras/FvwmScript/scanner.c N xenocara/app/fvwm/extras/FvwmScript/scanner.l N xenocara/app/fvwm/extras/FvwmScript/script.c N xenocara/app/fvwm/extras/FvwmScript/script.h N xenocara/app/fvwm/extras/FvwmScript/script.y N xenocara/app/fvwm/extras/FvwmScript/types.h N xenocara/app/fvwm/extras/FvwmScript/Scripts/BellSetup N xenocara/app/fvwm/extras/FvwmScript/Scripts/Buttons N xenocara/app/fvwm/extras/FvwmScript/Scripts/Date N xenocara/app/fvwm/extras/FvwmScript/Scripts/DeskSetup N xenocara/app/fvwm/extras/FvwmScript/Scripts/FileBrowser N xenocara/app/fvwm/extras/FvwmScript/Scripts/KeyboardSetup N xenocara/app/fvwm/extras/FvwmScript/Scripts/PointerSetup N xenocara/app/fvwm/extras/FvwmScript/Scripts/Quit N xenocara/app/fvwm/extras/FvwmScript/Scripts/README N xenocara/app/fvwm/extras/FvwmScript/Scripts/ScreenDump N xenocara/app/fvwm/extras/FvwmScript/Scripts/ScreenSetup N xenocara/app/fvwm/extras/FvwmScript/Scripts/system.fvwmrc N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/bell.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/date.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/desktop.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/display.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/keyboard.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/menu.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/pointer.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/shutdown.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.Paint2.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.Shell2.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.exit.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.lock.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.man.next.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.note.next.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/small.tools2_3d.xpm N xenocara/app/fvwm/extras/FvwmScript/Scripts/some_nice_icons/window.xpm N xenocara/app/fvwm/extras/FvwmScript/Widgets/CheckBox.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/HDipstick.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/HScrollBar.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/ItemDraw.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/List.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Menu.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/MiniScroll.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/PopupMenu.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/PushButton.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/RadioButton.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Rectangle.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Swallow.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/TextField.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Tools.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Tools.h N xenocara/app/fvwm/extras/FvwmScript/Widgets/VDipstick.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/VScrollBar.c N xenocara/app/fvwm/extras/FvwmScript/Widgets/Widget.c N xenocara/app/fvwm/extras/FvwmTaskBar/ButtonArray.c N xenocara/app/fvwm/extras/FvwmTaskBar/ButtonArray.h N xenocara/app/fvwm/extras/FvwmTaskBar/Colors.c N xenocara/app/fvwm/extras/FvwmTaskBar/Colors.h N xenocara/app/fvwm/extras/FvwmTaskBar/FvwmTaskBar.1 N xenocara/app/fvwm/extras/FvwmTaskBar/FvwmTaskBar.c N xenocara/app/fvwm/extras/FvwmTaskBar/FvwmTaskBar.h N xenocara/app/fvwm/extras/FvwmTaskBar/Goodies.c N xenocara/app/fvwm/extras/FvwmTaskBar/Goodies.h N xenocara/app/fvwm/extras/FvwmTaskBar/List.c N xenocara/app/fvwm/extras/FvwmTaskBar/List.h N xenocara/app/fvwm/extras/FvwmTaskBar/Mallocs.c N xenocara/app/fvwm/extras/FvwmTaskBar/Mallocs.h N xenocara/app/fvwm/extras/FvwmTaskBar/README N xenocara/app/fvwm/extras/FvwmTaskBar/Start.c N xenocara/app/fvwm/extras/FvwmTaskBar/Start.h N xenocara/app/fvwm/extras/FvwmTaskBar/fvwm2.README N xenocara/app/fvwm/extras/FvwmTaskBar/minimail.xbm N xenocara/app/fvwm/extras/FvwmWharf/FvwmWharf.1 N xenocara/app/fvwm/extras/FvwmWharf/FvwmWharf.c N xenocara/app/fvwm/extras/FvwmWharf/README N xenocara/app/fvwm/extras/FvwmWharf/Wharf.h N xenocara/app/fvwm/extras/FvwmWharf/icons.c N xenocara/app/fvwm/extras/FvwmWharf/sample.style N xenocara/app/fvwm/extras/FvwmWharf/stepgfx.c N xenocara/app/fvwm/extras/FvwmWharf/stepgfx.h N xenocara/app/fvwm/extras/FvwmWharf/ASSound/ASSound.c N xenocara/app/fvwm/extras/FvwmWharf/ASSound/README N xenocara/app/fvwm/extras/FvwmWharf/OffiX/DragAndDrop.h N xenocara/app/fvwm/extras/FvwmWharf/OffiX/DragAndDropTypes.h N xenocara/app/fvwm/fvwm/Imakefile N xenocara/app/fvwm/fvwm/Makefile N xenocara/app/fvwm/fvwm/add_window.c N xenocara/app/fvwm/fvwm/bindings.c N xenocara/app/fvwm/fvwm/borders.c N xenocara/app/fvwm/fvwm/builtins.c N xenocara/app/fvwm/fvwm/colormaps.c N xenocara/app/fvwm/fvwm/colors.c N xenocara/app/fvwm/fvwm/complex.c N xenocara/app/fvwm/fvwm/decorations.c N xenocara/app/fvwm/fvwm/defaults.h N xenocara/app/fvwm/fvwm/events.c N xenocara/app/fvwm/fvwm/focus.c N xenocara/app/fvwm/fvwm/functions.c N xenocara/app/fvwm/fvwm/fvwm.c N xenocara/app/fvwm/fvwm/fvwm.h N xenocara/app/fvwm/fvwm/fvwm2.1 N xenocara/app/fvwm/fvwm/fvwmdebug.c N xenocara/app/fvwm/fvwm/fvwmdebug.h N xenocara/app/fvwm/fvwm/icons.c N xenocara/app/fvwm/fvwm/menus.c N xenocara/app/fvwm/fvwm/menus.h N xenocara/app/fvwm/fvwm/misc.c N xenocara/app/fvwm/fvwm/misc.h N xenocara/app/fvwm/fvwm/modconf.c N xenocara/app/fvwm/fvwm/move.c N xenocara/app/fvwm/fvwm/module.c N xenocara/app/fvwm/fvwm/module.h N xenocara/app/fvwm/fvwm/parse.h N xenocara/app/fvwm/fvwm/placement.c N xenocara/app/fvwm/fvwm/read.c N xenocara/app/fvwm/fvwm/resize.c N xenocara/app/fvwm/fvwm/screen.h N xenocara/app/fvwm/fvwm/style.c N xenocara/app/fvwm/fvwm/virtual.c N xenocara/app/fvwm/fvwm/windows.c N xenocara/app/fvwm/icons/ChangeLog N xenocara/app/fvwm/icons/Imakefile N xenocara/app/fvwm/icons/Jlock.xpm N xenocara/app/fvwm/icons/Jnews.xpm N xenocara/app/fvwm/icons/Jrecycle.xpm N xenocara/app/fvwm/icons/Jxlock.xpm N xenocara/app/fvwm/icons/Makefile N xenocara/app/fvwm/icons/Monitor.xpm N xenocara/app/fvwm/icons/Mosaic.xpm N xenocara/app/fvwm/icons/README.mini N xenocara/app/fvwm/icons/arrdown2.xpm N xenocara/app/fvwm/icons/arrows2.xpm N xenocara/app/fvwm/icons/arrup2.xpm N xenocara/app/fvwm/icons/bomb.xpm N xenocara/app/fvwm/icons/button-close.xpm N xenocara/app/fvwm/icons/button-horiz.xpm N xenocara/app/fvwm/icons/button-max.xpm N xenocara/app/fvwm/icons/button-vert.xpm N xenocara/app/fvwm/icons/button.xpm N xenocara/app/fvwm/icons/ccode.icon N xenocara/app/fvwm/icons/clamp.xpm N xenocara/app/fvwm/icons/colormap.xpm N xenocara/app/fvwm/icons/datebook.xpm N xenocara/app/fvwm/icons/default.xbm N xenocara/app/fvwm/icons/desk.xpm N xenocara/app/fvwm/icons/dialog_box.xpm N xenocara/app/fvwm/icons/doomface.xpm N xenocara/app/fvwm/icons/editres.xpm N xenocara/app/fvwm/icons/eps.xpm N xenocara/app/fvwm/icons/exit.xpm N xenocara/app/fvwm/icons/flow_chart.xpm N xenocara/app/fvwm/icons/folder2.xpm N xenocara/app/fvwm/icons/folders.xpm N xenocara/app/fvwm/icons/fvwm.bitmap N xenocara/app/fvwm/icons/fvwm.xpm N xenocara/app/fvwm/icons/fvwm2.xpm N xenocara/app/fvwm/icons/fvwm2_big.xpm N xenocara/app/fvwm/icons/fvwm3.xpm N xenocara/app/fvwm/icons/gnu-animal.xpm N xenocara/app/fvwm/icons/graphs.xpm N xenocara/app/fvwm/icons/hcode.icon N xenocara/app/fvwm/icons/jball.xpm N xenocara/app/fvwm/icons/jbomb.xpm N xenocara/app/fvwm/icons/jbook1.xpm N xenocara/app/fvwm/icons/jbook2.xpm N xenocara/app/fvwm/icons/jcalc.xpm N xenocara/app/fvwm/icons/jclock.xpm N xenocara/app/fvwm/icons/jf.xpm N xenocara/app/fvwm/icons/jgraph.xpm N xenocara/app/fvwm/icons/jline.xpm N xenocara/app/fvwm/icons/jlower.xpm N xenocara/app/fvwm/icons/jmag.xpm N xenocara/app/fvwm/icons/jmail.xpm N xenocara/app/fvwm/icons/jmove.xpm N xenocara/app/fvwm/icons/jpaint.xpm N xenocara/app/fvwm/icons/jraise.xpm N xenocara/app/fvwm/icons/jresize.xpm N xenocara/app/fvwm/icons/jterm.xpm N xenocara/app/fvwm/icons/jwindow.xpm N xenocara/app/fvwm/icons/jx.xpm N xenocara/app/fvwm/icons/mag_glass.xpm N xenocara/app/fvwm/icons/mail1.xpm N xenocara/app/fvwm/icons/mail2.xpm N xenocara/app/fvwm/icons/map.xpm N xenocara/app/fvwm/icons/math4.xpm N xenocara/app/fvwm/icons/mini.audiovol.xpm N xenocara/app/fvwm/icons/mini.blah.xpm N xenocara/app/fvwm/icons/mini.bomb.xpm N xenocara/app/fvwm/icons/mini.checkmark.xpm N xenocara/app/fvwm/icons/mini.cut.xpm N xenocara/app/fvwm/icons/mini.destroy.xpm N xenocara/app/fvwm/icons/mini.directory.xpm N xenocara/app/fvwm/icons/mini.dirlink.xpm N xenocara/app/fvwm/icons/mini.excl.xpm N xenocara/app/fvwm/icons/mini.exit.xpm N xenocara/app/fvwm/icons/mini.eye.xpm N xenocara/app/fvwm/icons/mini.file.xpm N xenocara/app/fvwm/icons/mini.filelink.xpm N xenocara/app/fvwm/icons/mini.fvwm.xpm N xenocara/app/fvwm/icons/mini.iconify.xpm N xenocara/app/fvwm/icons/mini.letter.xpm N xenocara/app/fvwm/icons/mini.lower.xpm N xenocara/app/fvwm/icons/mini.maximize-horiz.xpm N xenocara/app/fvwm/icons/mini.maximize-vert.xpm N xenocara/app/fvwm/icons/mini.maximize.xpm N xenocara/app/fvwm/icons/mini.maximize2.xpm N xenocara/app/fvwm/icons/mini.move.xpm N xenocara/app/fvwm/icons/mini.netscape.xpm N xenocara/app/fvwm/icons/mini.rainbow.xpm N xenocara/app/fvwm/icons/mini.raise.xpm N xenocara/app/fvwm/icons/mini.refresh.xpm N xenocara/app/fvwm/icons/mini.resize.xpm N xenocara/app/fvwm/icons/mini.resize2.xpm N xenocara/app/fvwm/icons/mini.stick.xpm N xenocara/app/fvwm/icons/mini.stick2.xpm N xenocara/app/fvwm/icons/mini.stickpressed.xpm N xenocara/app/fvwm/icons/mini.winXX-close.xpm N xenocara/app/fvwm/icons/mini.winXX-maximize.xpm N xenocara/app/fvwm/icons/mini.winXX-minimize.xpm N xenocara/app/fvwm/icons/mini.xarchie.xpm N xenocara/app/fvwm/icons/mini.xbiff.xpm N xenocara/app/fvwm/icons/mini.xboing.xpm N xenocara/app/fvwm/icons/mini.xlock.xpm N xenocara/app/fvwm/icons/mini.xmag.xpm N xenocara/app/fvwm/icons/mini.xman.xpm N xenocara/app/fvwm/icons/mini.xpaint.xpm N xenocara/app/fvwm/icons/mini.xpm N xenocara/app/fvwm/icons/mini.xterm.xpm N xenocara/app/fvwm/icons/ps.xpm N xenocara/app/fvwm/icons/mini.zircon.xpm N xenocara/app/fvwm/icons/ocode.icon N xenocara/app/fvwm/icons/page.xpm N xenocara/app/fvwm/icons/page2.xpm N xenocara/app/fvwm/icons/prog.icon N xenocara/app/fvwm/icons/question.xpm N xenocara/app/fvwm/icons/rbomb.xpm N xenocara/app/fvwm/icons/rcalc.xpm N xenocara/app/fvwm/icons/rterm.xpm N xenocara/app/fvwm/icons/side.fvwm2.xpm N xenocara/app/fvwm/icons/term.xpm N xenocara/app/fvwm/icons/tiff2.xpm N xenocara/app/fvwm/icons/toolbox.xpm N xenocara/app/fvwm/icons/unknown1.xpm N xenocara/app/fvwm/icons/wierd_page3.xpm N xenocara/app/fvwm/icons/word_processor.xpm N xenocara/app/fvwm/icons/world.xpm N xenocara/app/fvwm/icons/xcalc.xpm N xenocara/app/fvwm/icons/xemacs.xpm N xenocara/app/fvwm/icons/xlock.xpm N xenocara/app/fvwm/icons/xman.xpm N xenocara/app/fvwm/icons/xpaint.xpm N xenocara/app/fvwm/icons/xterm-axp.xpm N xenocara/app/fvwm/icons/xterm.xpm N xenocara/app/fvwm/icons/xterm-blank.xpm N xenocara/app/fvwm/icons/xterm-dec.xpm N xenocara/app/fvwm/icons/xterm-linux.xpm N xenocara/app/fvwm/icons/xterm-sgi.xpm N xenocara/app/fvwm/icons/xterm-sol.xpm N xenocara/app/fvwm/icons/xterm-sun.xpm N xenocara/app/fvwm/icons/xv.xpm N xenocara/app/fvwm/icons/xv2.xpm N xenocara/app/fvwm/libs/ClientMsg.c N xenocara/app/fvwm/libs/ColorUtils.c N xenocara/app/fvwm/libs/GetFont.c N xenocara/app/fvwm/libs/GetFontSet.c N xenocara/app/fvwm/libs/Grab.c N xenocara/app/fvwm/libs/Imakefile N xenocara/app/fvwm/libs/Makefile N xenocara/app/fvwm/libs/ModParse.c N xenocara/app/fvwm/libs/ModParse.h N xenocara/app/fvwm/libs/Module.c N xenocara/app/fvwm/libs/Parse.c N xenocara/app/fvwm/libs/Picture.c N xenocara/app/fvwm/libs/Strings.c N xenocara/app/fvwm/libs/System.c N xenocara/app/fvwm/libs/XResource.c N xenocara/app/fvwm/libs/debug.c N xenocara/app/fvwm/libs/envvar.c N xenocara/app/fvwm/libs/fvwmlib.h N xenocara/app/fvwm/libs/gethostname.c N xenocara/app/fvwm/libs/lang-strings.h N xenocara/app/fvwm/libs/safemalloc.c N xenocara/app/fvwm/libs/wild.c N xenocara/app/fvwm/modules/ChangeLog N xenocara/app/fvwm/modules/Makefile N xenocara/app/fvwm/modules/Makefile.inc N xenocara/app/fvwm/modules/FvwmAnimate/ChangeLog N xenocara/app/fvwm/modules/FvwmAnimate/FvwmAnimate.1 N xenocara/app/fvwm/modules/FvwmAnimate/FvwmAnimate.c N xenocara/app/fvwm/modules/FvwmAnimate/FvwmAnimate.h N xenocara/app/fvwm/modules/FvwmAudio/FvwmAudio.1 N xenocara/app/fvwm/modules/FvwmAudio/FvwmAudio.c N xenocara/app/fvwm/modules/FvwmAudio/README N xenocara/app/fvwm/modules/FvwmAudio/README.say N xenocara/app/fvwm/modules/FvwmAuto/FvwmAuto.1 N xenocara/app/fvwm/modules/FvwmAuto/FvwmAuto.c N xenocara/app/fvwm/modules/FvwmAuto/Imakefile N xenocara/app/fvwm/modules/FvwmAuto/Makefile N xenocara/app/fvwm/modules/FvwmBacker/FvwmBacker.1 N xenocara/app/fvwm/modules/FvwmBacker/FvwmBacker.README N xenocara/app/fvwm/modules/FvwmBacker/FvwmBacker.c N xenocara/app/fvwm/modules/FvwmBacker/FvwmBacker.h N xenocara/app/fvwm/modules/FvwmBacker/Imakefile N xenocara/app/fvwm/modules/FvwmBacker/Makefile N xenocara/app/fvwm/modules/FvwmBacker/Mallocs.c N xenocara/app/fvwm/modules/FvwmBacker/Mallocs.h N xenocara/app/fvwm/modules/FvwmBacker/root_bits.c N xenocara/app/fvwm/modules/FvwmBanner/FvwmBanner.1 N xenocara/app/fvwm/modules/FvwmBanner/FvwmBanner.c N xenocara/app/fvwm/modules/FvwmBanner/Imakefile N xenocara/app/fvwm/modules/FvwmBanner/Makefile N xenocara/app/fvwm/modules/FvwmButtons/BUGS N xenocara/app/fvwm/modules/FvwmButtons/CHANGES N xenocara/app/fvwm/modules/FvwmButtons/FvwmButtons.1 N xenocara/app/fvwm/modules/FvwmButtons/FvwmButtons.c N xenocara/app/fvwm/modules/FvwmButtons/FvwmButtons.h N xenocara/app/fvwm/modules/FvwmButtons/INSTALL N xenocara/app/fvwm/modules/FvwmButtons/Imakefile N xenocara/app/fvwm/modules/FvwmButtons/Makefile N xenocara/app/fvwm/modules/FvwmButtons/README N xenocara/app/fvwm/modules/FvwmButtons/TODO N xenocara/app/fvwm/modules/FvwmButtons/button.c N xenocara/app/fvwm/modules/FvwmButtons/button.h N xenocara/app/fvwm/modules/FvwmButtons/draw.c N xenocara/app/fvwm/modules/FvwmButtons/draw.h N xenocara/app/fvwm/modules/FvwmButtons/icons.c N xenocara/app/fvwm/modules/FvwmButtons/icons.h N xenocara/app/fvwm/modules/FvwmButtons/misc.c N xenocara/app/fvwm/modules/FvwmButtons/misc.h N xenocara/app/fvwm/modules/FvwmButtons/output.c N xenocara/app/fvwm/modules/FvwmButtons/parse.c N xenocara/app/fvwm/modules/FvwmButtons/parse.h N xenocara/app/fvwm/modules/FvwmButtons/samplebuttonrc N xenocara/app/fvwm/modules/FvwmCpp/FvwmCpp.1 N xenocara/app/fvwm/modules/FvwmCpp/FvwmCpp.c N xenocara/app/fvwm/modules/FvwmCpp/FvwmCpp.h N xenocara/app/fvwm/modules/FvwmCpp/Imakefile N xenocara/app/fvwm/modules/FvwmCpp/Makefile N xenocara/app/fvwm/modules/FvwmEvent/ChangeLog N xenocara/app/fvwm/modules/FvwmEvent/FvwmEvent.1 N xenocara/app/fvwm/modules/FvwmEvent/FvwmEvent.c N xenocara/app/fvwm/modules/FvwmEvent/Imakefile N xenocara/app/fvwm/modules/FvwmForm/Changes N xenocara/app/fvwm/modules/FvwmForm/FvwmForm.1 N xenocara/app/fvwm/modules/FvwmForm/FvwmForm.c N xenocara/app/fvwm/modules/FvwmForm/Imakefile N xenocara/app/fvwm/modules/FvwmForm/Makefile N xenocara/app/fvwm/modules/FvwmForm/README N xenocara/app/fvwm/modules/FvwmIconBox/CHANGES N xenocara/app/fvwm/modules/FvwmIconBox/COPYRIGHT N xenocara/app/fvwm/modules/FvwmIconBox/FvwmIconBox.1 N xenocara/app/fvwm/modules/FvwmIconBox/FvwmIconBox.c N xenocara/app/fvwm/modules/FvwmIconBox/FvwmIconBox.h N xenocara/app/fvwm/modules/FvwmIconBox/Imakefile N xenocara/app/fvwm/modules/FvwmIconBox/Makefile N xenocara/app/fvwm/modules/FvwmIconBox/TO-DO N xenocara/app/fvwm/modules/FvwmIconBox/icons.c N xenocara/app/fvwm/modules/FvwmIconMan/CHANGES N xenocara/app/fvwm/modules/FvwmIconMan/FvwmIconMan.1 N xenocara/app/fvwm/modules/FvwmIconMan/FvwmIconMan.c N xenocara/app/fvwm/modules/FvwmIconMan/FvwmIconMan.h N xenocara/app/fvwm/modules/FvwmIconMan/Imakefile N xenocara/app/fvwm/modules/FvwmIconMan/Makefile N xenocara/app/fvwm/modules/FvwmIconMan/README N xenocara/app/fvwm/modules/FvwmIconMan/debug.c N xenocara/app/fvwm/modules/FvwmIconMan/debug.h N xenocara/app/fvwm/modules/FvwmIconMan/debuglevels.h N xenocara/app/fvwm/modules/FvwmIconMan/functions.c N xenocara/app/fvwm/modules/FvwmIconMan/fvwm.c N xenocara/app/fvwm/modules/FvwmIconMan/globals.c N xenocara/app/fvwm/modules/FvwmIconMan/readconfig.c N xenocara/app/fvwm/modules/FvwmIconMan/readconfig.h N xenocara/app/fvwm/modules/FvwmIconMan/winlist.c N xenocara/app/fvwm/modules/FvwmIconMan/x.c N xenocara/app/fvwm/modules/FvwmIconMan/x.h N xenocara/app/fvwm/modules/FvwmIconMan/xmanager.c N xenocara/app/fvwm/modules/FvwmIconMan/xmanager.h N xenocara/app/fvwm/modules/FvwmIdent/FvwmIdent.1 N xenocara/app/fvwm/modules/FvwmIdent/FvwmIdent.c N xenocara/app/fvwm/modules/FvwmIdent/FvwmIdent.h N xenocara/app/fvwm/modules/FvwmIdent/Imakefile N xenocara/app/fvwm/modules/FvwmIdent/Makefile N xenocara/app/fvwm/modules/FvwmM4/FvwmM4.1 N xenocara/app/fvwm/modules/FvwmM4/FvwmM4.c N xenocara/app/fvwm/modules/FvwmM4/FvwmM4.h N xenocara/app/fvwm/modules/FvwmM4/Imakefile N xenocara/app/fvwm/modules/FvwmM4/Makefile N xenocara/app/fvwm/modules/FvwmPager/FvwmPager.1 N xenocara/app/fvwm/modules/FvwmPager/FvwmPager.c N xenocara/app/fvwm/modules/FvwmPager/FvwmPager.h N xenocara/app/fvwm/modules/FvwmPager/Imakefile N xenocara/app/fvwm/modules/FvwmPager/Makefile N xenocara/app/fvwm/modules/FvwmPager/x_pager.c N xenocara/app/fvwm/modules/FvwmRearrange/FvwmRearrange.1 N xenocara/app/fvwm/modules/FvwmRearrange/FvwmRearrange.c N xenocara/app/fvwm/modules/FvwmRearrange/Imakefile N xenocara/app/fvwm/modules/FvwmRearrange/Makefile N xenocara/app/fvwm/modules/FvwmSave/FvwmSave.1 N xenocara/app/fvwm/modules/FvwmSave/FvwmSave.c N xenocara/app/fvwm/modules/FvwmSave/FvwmSave.h N xenocara/app/fvwm/modules/FvwmSave/Imakefile N xenocara/app/fvwm/modules/FvwmSave/Makefile N xenocara/app/fvwm/modules/FvwmSaveDesk/FvwmSaveDesk.1 N xenocara/app/fvwm/modules/FvwmSaveDesk/FvwmSaveDesk.c N xenocara/app/fvwm/modules/FvwmSaveDesk/FvwmSaveDesk.h N xenocara/app/fvwm/modules/FvwmSaveDesk/Imakefile N xenocara/app/fvwm/modules/FvwmSaveDesk/Makefile N xenocara/app/fvwm/modules/FvwmSaveDesk/example/fvwm2rc N xenocara/app/fvwm/modules/FvwmSaveDesk/example/xinitrc N xenocara/app/fvwm/modules/FvwmScroll/FvwmScroll.1 N xenocara/app/fvwm/modules/FvwmScroll/FvwmScroll.c N xenocara/app/fvwm/modules/FvwmScroll/FvwmScroll.h N xenocara/app/fvwm/modules/FvwmScroll/GrabWindow.c N xenocara/app/fvwm/modules/FvwmScroll/Imakefile N xenocara/app/fvwm/modules/FvwmScroll/Makefile N xenocara/app/fvwm/modules/FvwmTalk/FvwmTalk.1 N xenocara/app/fvwm/modules/FvwmTalk/FvwmTalk.c N xenocara/app/fvwm/modules/FvwmTalk/FvwmTalk.h N xenocara/app/fvwm/modules/FvwmTalk/Imakefile N xenocara/app/fvwm/modules/FvwmTalk/Makefile N xenocara/app/fvwm/modules/FvwmWinList/ButtonArray.c N xenocara/app/fvwm/modules/FvwmWinList/ButtonArray.h N xenocara/app/fvwm/modules/FvwmWinList/CHANGELOG N xenocara/app/fvwm/modules/FvwmWinList/Colors.c N xenocara/app/fvwm/modules/FvwmWinList/Colors.h N xenocara/app/fvwm/modules/FvwmWinList/FvwmWinList.1 N xenocara/app/fvwm/modules/FvwmWinList/FvwmWinList.c N xenocara/app/fvwm/modules/FvwmWinList/FvwmWinList.h N xenocara/app/fvwm/modules/FvwmWinList/Imakefile N xenocara/app/fvwm/modules/FvwmWinList/List.c N xenocara/app/fvwm/modules/FvwmWinList/List.h N xenocara/app/fvwm/modules/FvwmWinList/Makefile N xenocara/app/fvwm/modules/FvwmWinList/Mallocs.c N xenocara/app/fvwm/modules/FvwmWinList/Mallocs.h N xenocara/app/fvwm/modules/FvwmWinList/README N xenocara/app/fvwm/modules/FvwmWinList/config.sample N xenocara/app/fvwm/sample.fvwmrc/Imakefile N xenocara/app/fvwm/sample.fvwmrc/Makefile N xenocara/app/fvwm/sample.fvwmrc/decor_examples N xenocara/app/fvwm/sample.fvwmrc/new-features N xenocara/app/fvwm/sample.fvwmrc/system.fvwm2rc N xenocara/app/fvwm/sample.fvwmrc/system.fvwm2rc-sample-1 N xenocara/app/fvwm/sample.fvwmrc/system.fvwm2rc-sample-2 N xenocara/app/fvwm/sample.fvwmrc/system.fvwmrc N xenocara/app/fvwm/utils/BuildXLockMenu N xenocara/app/fvwm/utils/Imakefile N xenocara/app/fvwm/utils/Makefile N xenocara/app/fvwm/utils/fvwmrc_convert N xenocara/app/fvwm/utils/quantize_pixmaps N xenocara/app/fvwm/utils/xpmroot.1 N xenocara/app/fvwm/utils/xpmroot.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:56:02 Log message: Importing from XF4, plus BSD make infrastructure Status: Vendor Tag: ssh-askpass Release Tags: v1_2_0 N xenocara/app/ssh-askpass/.gitignore N xenocara/app/ssh-askpass/ChangeLog N xenocara/app/ssh-askpass/Imakefile N xenocara/app/ssh-askpass/Makefile N xenocara/app/ssh-askpass/README N xenocara/app/ssh-askpass/SshAskpass-1337.ad N xenocara/app/ssh-askpass/SshAskpass-NeXTish.ad N xenocara/app/ssh-askpass/SshAskpass-default.ad N xenocara/app/ssh-askpass/SshAskpass-green.ad N xenocara/app/ssh-askpass/SshAskpass-motif.ad N xenocara/app/ssh-askpass/TODO N xenocara/app/ssh-askpass/drawing.c N xenocara/app/ssh-askpass/drawing.h N xenocara/app/ssh-askpass/dynlist.c N xenocara/app/ssh-askpass/dynlist.h N xenocara/app/ssh-askpass/resources.c N xenocara/app/ssh-askpass/resources.h N xenocara/app/ssh-askpass/x11-ssh-askpass.c N xenocara/app/ssh-askpass/x11-ssh-askpass.h N xenocara/app/ssh-askpass/x11-ssh-askpass.man.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:57:00 Log message: Importing from XF4, plus BSD make infrastructure Status: Vendor Tag: wm2 Release Tags: v199703 N xenocara/app/wm2/Border.C N xenocara/app/wm2/Border.h N xenocara/app/wm2/Buttons.C N xenocara/app/wm2/Client.C N xenocara/app/wm2/Client.h N xenocara/app/wm2/Config.h N xenocara/app/wm2/Cursors.h N xenocara/app/wm2/Events.C N xenocara/app/wm2/General.h N xenocara/app/wm2/Imakefile N xenocara/app/wm2/Main.C N xenocara/app/wm2/Manager.C N xenocara/app/wm2/Manager.h N xenocara/app/wm2/README N xenocara/app/wm2/Rotated.C N xenocara/app/wm2/Rotated.h N xenocara/app/wm2/listmacro2.h N xenocara/app/wm2/Makefile N xenocara/app/wm2/wm2.1 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:57:44 Log message: Importing from XF4 Status: Vendor Tag: openbsd Release Tags: v4_0 N xenocara/app/xidle/Makefile N xenocara/app/xidle/xidle.1 N xenocara/app/xidle/xidle.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/26 03:58:16 Modified files: sys/dev/ic : rtl81x9reg.h Log message: correct hardware revision mask. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:58:44 Log message: Importing from XF4, plus BSD make infrastructure Status: Vendor Tag: openbsd Release Tags: v4_0 N xenocara/app/xsystrace/.gitignore N xenocara/app/xsystrace/Imakefile N xenocara/app/xsystrace/Makefile N xenocara/app/xsystrace/Xsystrace.ad N xenocara/app/xsystrace/callbacks.c N xenocara/app/xsystrace/callbacks.h N xenocara/app/xsystrace/interface.c N xenocara/app/xsystrace/interface.h N xenocara/app/xsystrace/main.c N xenocara/app/xsystrace/policy.c N xenocara/app/xsystrace/policy.h N xenocara/app/xsystrace/xsystrace.1 N xenocara/app/xsystrace/pixmaps/Imakefile N xenocara/app/xsystrace/pixmaps/deny-always.xpm N xenocara/app/xsystrace/pixmaps/deny.xpm N xenocara/app/xsystrace/pixmaps/logo.xpm N xenocara/app/xsystrace/pixmaps/permit-always.xpm N xenocara/app/xsystrace/pixmaps/permit.xpm N xenocara/app/xsystrace/pixmaps/skull.xpm No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 03:59:22 Log message: Importing from XF4 Status: Vendor Tag: openbsd Release Tags: v4_0 N xenocara/app/xvctl/Makefile N xenocara/app/xvctl/xvctl.1 N xenocara/app/xvctl/xvctl.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 04:08:32 Modified files: databases/mysql: Makefile Added files: databases/mysql/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: databases/mysql/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES and a server fix (was missing some lib depends) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:09:41 Log message: Importing xlockmore 5.22 Status: Vendor Tag: xlockmore Release Tags: v5_22 N xenocara/app/xlockmore/config.guess N xenocara/app/xlockmore/config.h.in N xenocara/app/xlockmore/config.sub N xenocara/app/xlockmore/configure N xenocara/app/xlockmore/configure.in N xenocara/app/xlockmore/configure.tcl N xenocara/app/xlockmore/gettext.tcl N xenocara/app/xlockmore/iconfig.h N xenocara/app/xlockmore/Imakefile N xenocara/app/xlockmore/install-sh N xenocara/app/xlockmore/language.ja.tcl N xenocara/app/xlockmore/language.tcl.tmpl N xenocara/app/xlockmore/make.com N xenocara/app/xlockmore/Makefile.in N xenocara/app/xlockmore/Makefile.win32 N xenocara/app/xlockmore/mkinstalldirs N xenocara/app/xlockmore/mmov.com N xenocara/app/xlockmore/mmov.opt N xenocara/app/xlockmore/mmov_vms.opt N xenocara/app/xlockmore/README N xenocara/app/xlockmore/tclIndex N xenocara/app/xlockmore/xlockmore.spec N xenocara/app/xlockmore/bitmaps/bad.xbm N xenocara/app/xlockmore/bitmaps/bat-0.xbm N xenocara/app/xlockmore/bitmaps/bat-1.xbm N xenocara/app/xlockmore/bitmaps/bat-2.xbm N xenocara/app/xlockmore/bitmaps/bat-3.xbm N xenocara/app/xlockmore/bitmaps/bat-4.xbm N xenocara/app/xlockmore/bitmaps/bounce-0.xbm N xenocara/app/xlockmore/bitmaps/bounce-1.xbm N xenocara/app/xlockmore/bitmaps/bounce-2.xbm N xenocara/app/xlockmore/bitmaps/bounce-3.xbm N xenocara/app/xlockmore/bitmaps/bounce-mask.xbm N xenocara/app/xlockmore/bitmaps/cooperat.xbm N xenocara/app/xlockmore/bitmaps/cross_weave.xbm N xenocara/app/xlockmore/bitmaps/defect.xbm N xenocara/app/xlockmore/bitmaps/dimple1.xbm N xenocara/app/xlockmore/bitmaps/dimple3.xbm N xenocara/app/xlockmore/bitmaps/donkey.xbm N xenocara/app/xlockmore/bitmaps/earth.xbm N xenocara/app/xlockmore/bitmaps/elephant.xbm N xenocara/app/xlockmore/bitmaps/enterprise-2.xbm N xenocara/app/xlockmore/bitmaps/enterprise-3.xbm N xenocara/app/xlockmore/bitmaps/fish-0.xbm N xenocara/app/xlockmore/bitmaps/enterprise-5.xbm N xenocara/app/xlockmore/bitmaps/enterprise-6.xbm N xenocara/app/xlockmore/bitmaps/fish-1.xbm N xenocara/app/xlockmore/bitmaps/fish-2.xbm N xenocara/app/xlockmore/bitmaps/fish-3.xbm N xenocara/app/xlockmore/bitmaps/fish-4.xbm N xenocara/app/xlockmore/bitmaps/fish-5.xbm N xenocara/app/xlockmore/bitmaps/fish-6.xbm N xenocara/app/xlockmore/bitmaps/fish-7.xbm N xenocara/app/xlockmore/bitmaps/flipped_gray.xbm N xenocara/app/xlockmore/bitmaps/good.xbm N xenocara/app/xlockmore/bitmaps/gray1.xbm N xenocara/app/xlockmore/bitmaps/gray3.xbm N xenocara/app/xlockmore/bitmaps/green.xbm N xenocara/app/xlockmore/bitmaps/hlines2.xbm N xenocara/app/xlockmore/bitmaps/l-cygwin.xbm N xenocara/app/xlockmore/bitmaps/l-win.xbm N xenocara/app/xlockmore/bitmaps/l-x11.xbm N xenocara/app/xlockmore/bitmaps/l-xlock.xbm N xenocara/app/xlockmore/bitmaps/light_gray.xbm N xenocara/app/xlockmore/bitmaps/m-cygwin.xbm N xenocara/app/xlockmore/bitmaps/m-ghost.xbm N xenocara/app/xlockmore/bitmaps/m-grelb-2.xbm N xenocara/app/xlockmore/bitmaps/m-grelb.xbm N xenocara/app/xlockmore/bitmaps/m-win.xbm N xenocara/app/xlockmore/bitmaps/m-x11.xbm N xenocara/app/xlockmore/bitmaps/m-xlock.xbm N xenocara/app/xlockmore/bitmaps/mailempty.xbm N xenocara/app/xlockmore/bitmaps/mailfull.xbm N xenocara/app/xlockmore/bitmaps/nose-faced.xbm N xenocara/app/xlockmore/bitmaps/nose-facef.xbm N xenocara/app/xlockmore/bitmaps/nose-facel.xbm N xenocara/app/xlockmore/bitmaps/nose-facer.xbm N xenocara/app/xlockmore/bitmaps/nose-hat.xbm N xenocara/app/xlockmore/bitmaps/nose-hatd.xbm N xenocara/app/xlockmore/bitmaps/nose-shoef.xbm N xenocara/app/xlockmore/bitmaps/nose-shoel.xbm N xenocara/app/xlockmore/bitmaps/nose-shoer.xbm N xenocara/app/xlockmore/bitmaps/nose-stepl.xbm N xenocara/app/xlockmore/bitmaps/nose-stepr.xbm N xenocara/app/xlockmore/bitmaps/root_weave.xbm N xenocara/app/xlockmore/bitmaps/s-cygwin.xbm N xenocara/app/xlockmore/bitmaps/s-grelb-2.xbm N xenocara/app/xlockmore/bitmaps/s-grelb.xbm N xenocara/app/xlockmore/bitmaps/s-win.xbm N xenocara/app/xlockmore/bitmaps/s-x11.xbm N xenocara/app/xlockmore/bitmaps/shark-0.xbm N xenocara/app/xlockmore/bitmaps/shark-1.xbm N xenocara/app/xlockmore/bitmaps/shark-2.xbm N xenocara/app/xlockmore/bitmaps/shark-3.xbm N xenocara/app/xlockmore/bitmaps/shark-4.xbm N xenocara/app/xlockmore/bitmaps/shark-5.xbm N xenocara/app/xlockmore/bitmaps/shark-6.xbm N xenocara/app/xlockmore/bitmaps/shark-7.xbm N xenocara/app/xlockmore/bitmaps/sickle.xbm N xenocara/app/xlockmore/bitmaps/stipple.xbm N xenocara/app/xlockmore/bitmaps/t-smilie.xbm N xenocara/app/xlockmore/bitmaps/t-x11.xbm N xenocara/app/xlockmore/bitmaps/terra-00.xbm N xenocara/app/xlockmore/bitmaps/terra-01.xbm N xenocara/app/xlockmore/bitmaps/terra-02.xbm N xenocara/app/xlockmore/bitmaps/terra-03.xbm N xenocara/app/xlockmore/bitmaps/terra-04.xbm N xenocara/app/xlockmore/bitmaps/terra-05.xbm N xenocara/app/xlockmore/bitmaps/terra-06.xbm N xenocara/app/xlockmore/bitmaps/terra-07.xbm N xenocara/app/xlockmore/bitmaps/terra-08.xbm N xenocara/app/xlockmore/bitmaps/terra-09.xbm N xenocara/app/xlockmore/bitmaps/terra-10.xbm N xenocara/app/xlockmore/bitmaps/terra-11.xbm N xenocara/app/xlockmore/bitmaps/terra-12.xbm N xenocara/app/xlockmore/bitmaps/terra-13.xbm N xenocara/app/xlockmore/bitmaps/terra-14.xbm N xenocara/app/xlockmore/bitmaps/terra-15.xbm N xenocara/app/xlockmore/bitmaps/terra-16.xbm N xenocara/app/xlockmore/bitmaps/terra-17.xbm N xenocara/app/xlockmore/bitmaps/terra-18.xbm N xenocara/app/xlockmore/bitmaps/terra-19.xbm N xenocara/app/xlockmore/bitmaps/terra-20.xbm N xenocara/app/xlockmore/bitmaps/terra-21.xbm N xenocara/app/xlockmore/bitmaps/terra-22.xbm N xenocara/app/xlockmore/bitmaps/terra-23.xbm N xenocara/app/xlockmore/bitmaps/terra-24.xbm N xenocara/app/xlockmore/bitmaps/terra-25.xbm N xenocara/app/xlockmore/bitmaps/terra-26.xbm N xenocara/app/xlockmore/bitmaps/terra-27.xbm N xenocara/app/xlockmore/bitmaps/terra-28.xbm N xenocara/app/xlockmore/bitmaps/terra-29.xbm N xenocara/app/xlockmore/bitmaps/vlines2.xbm N xenocara/app/xlockmore/bitmaps/vlines3.xbm N xenocara/app/xlockmore/docs/3d.howto N xenocara/app/xlockmore/docs/cell_automata N xenocara/app/xlockmore/docs/HACKERS.GUIDE N xenocara/app/xlockmore/docs/HACKERS.GUIDE.fr N xenocara/app/xlockmore/docs/Purify N xenocara/app/xlockmore/docs/Purify.sunos4 N xenocara/app/xlockmore/docs/Purify.sunos5 N xenocara/app/xlockmore/docs/Revisions N xenocara/app/xlockmore/docs/TODO N xenocara/app/xlockmore/docs/xlock.hlp N xenocara/app/xlockmore/docs/xlock.html N xenocara/app/xlockmore/etc/barrierg.3dlife N xenocara/app/xlockmore/etc/cellxlock.sh N xenocara/app/xlockmore/etc/descrip.mms N xenocara/app/xlockmore/etc/dtprofile N xenocara/app/xlockmore/etc/dtscreen.dt N xenocara/app/xlockmore/etc/ext.life N xenocara/app/xlockmore/etc/fortune.dat N xenocara/app/xlockmore/etc/glider.3dlife N xenocara/app/xlockmore/etc/glider.hlife N xenocara/app/xlockmore/etc/glider.life N xenocara/app/xlockmore/etc/lifexlock.pl N xenocara/app/xlockmore/etc/play.sh N xenocara/app/xlockmore/etc/README.etc N xenocara/app/xlockmore/etc/rplay.conf N xenocara/app/xlockmore/etc/rplay.hosts N xenocara/app/xlockmore/etc/rplay.servers N xenocara/app/xlockmore/etc/showmodes.sh N xenocara/app/xlockmore/etc/system.fvwm2rc.xlock N xenocara/app/xlockmore/etc/system.fvwmrc.xlock N xenocara/app/xlockmore/etc/system.mwmrc.xlock N xenocara/app/xlockmore/etc/vtswitch.c N xenocara/app/xlockmore/etc/system.olwmrc.xlock N xenocara/app/xlockmore/etc/system.wmrc.xlock N xenocara/app/xlockmore/etc/xlock.java N xenocara/app/xlockmore/etc/xlock.pamd N xenocara/app/xlockmore/etc/xlock.sh N xenocara/app/xlockmore/etc/xlock.staff N xenocara/app/xlockmore/etc/xlock.tcl N xenocara/app/xlockmore/etc/xlock1.sh N xenocara/app/xlockmore/etc/xlockcell.sh N xenocara/app/xlockmore/etc/xlockFrame.java N xenocara/app/xlockmore/etc/xlockhexlife.pl N xenocara/app/xlockmore/etc/xlocklife.pl N xenocara/app/xlockmore/etc/xlockmore.desktop N xenocara/app/xlockmore/etc/xlockranddur.pl N xenocara/app/xlockmore/etc/xlockrandimage.pl N xenocara/app/xlockmore/etc/xlockrle.pl N xenocara/app/xlockmore/etc/xlocksat.pl N xenocara/app/xlockmore/etc/xlockssh-add-keys.pl N xenocara/app/xlockmore/etc/xlockssh-add.sh N xenocara/app/xlockmore/etc/xlockssh.fvwm2rc N xenocara/app/xlockmore/etc/xlocksshprofile.sh N xenocara/app/xlockmore/etc/xtermlock.sh N xenocara/app/xlockmore/etc/xwinlock.sh N xenocara/app/xlockmore/etc/chkmbox/chkmbox.c N xenocara/app/xlockmore/etc/chkmbox/chkmbox.cfg N xenocara/app/xlockmore/etc/chkmbox/imapsocket.c N xenocara/app/xlockmore/etc/chkmbox/imapsocket.h N xenocara/app/xlockmore/etc/chkmbox/Mail.xpm N xenocara/app/xlockmore/etc/chkmbox/Makefile N xenocara/app/xlockmore/etc/chkmbox/NoMail.xpm N xenocara/app/xlockmore/etc/genlauncher/etc.xlock.java N xenocara/app/xlockmore/etc/genlauncher/etc.xlock.tcl N xenocara/app/xlockmore/etc/genlauncher/guibuild.pl N xenocara/app/xlockmore/etc/genlauncher/lmode.h N xenocara/app/xlockmore/etc/genlauncher/Makefile N xenocara/app/xlockmore/etc/genlauncher/README.gui N xenocara/app/xlockmore/etc/genlauncher/xglock.modes.tpl N xenocara/app/xlockmore/etc/genlauncher/xlockgen.lex N xenocara/app/xlockmore/etc/genlauncher/xmlock.modes.tpl N xenocara/app/xlockmore/etc/gif/deflag.gif N xenocara/app/xlockmore/etc/gif/frflag.gif N xenocara/app/xlockmore/etc/gif/jpflag.gif N xenocara/app/xlockmore/etc/gif/nlflag.gif N xenocara/app/xlockmore/etc/gif/README N xenocara/app/xlockmore/etc/gif/ukflag.gif N xenocara/app/xlockmore/modes/anemone.c N xenocara/app/xlockmore/modes/ant.c N xenocara/app/xlockmore/modes/ant1d.c N xenocara/app/xlockmore/modes/ant3d.c N xenocara/app/xlockmore/modes/apollonian.c N xenocara/app/xlockmore/modes/ball.c N xenocara/app/xlockmore/modes/bat.c N xenocara/app/xlockmore/modes/blank.c N xenocara/app/xlockmore/modes/blot.c N xenocara/app/xlockmore/modes/bomb.c N xenocara/app/xlockmore/modes/bouboule.c N xenocara/app/xlockmore/modes/bounce.c N xenocara/app/xlockmore/modes/braid.c N xenocara/app/xlockmore/modes/bubble.c N xenocara/app/xlockmore/modes/bug.c N xenocara/app/xlockmore/modes/clock.c N xenocara/app/xlockmore/modes/coral.c N xenocara/app/xlockmore/modes/crystal.c N xenocara/app/xlockmore/modes/daisy.c N xenocara/app/xlockmore/modes/dclock-msg-en.h N xenocara/app/xlockmore/modes/dclock-msg-fr.h N xenocara/app/xlockmore/modes/dclock-msg-ja.h N xenocara/app/xlockmore/modes/dclock-msg-nl.h N xenocara/app/xlockmore/modes/dclock.c N xenocara/app/xlockmore/modes/decay.c N xenocara/app/xlockmore/modes/deco.c N xenocara/app/xlockmore/modes/deluxe.c N xenocara/app/xlockmore/modes/demon.c N xenocara/app/xlockmore/modes/dilemma.c N xenocara/app/xlockmore/modes/discrete.c N xenocara/app/xlockmore/modes/dragon.c N xenocara/app/xlockmore/modes/drift.c N xenocara/app/xlockmore/modes/euler2d.c N xenocara/app/xlockmore/modes/euler2d.tex N xenocara/app/xlockmore/modes/eyes.c N xenocara/app/xlockmore/modes/fadeplot.c N xenocara/app/xlockmore/modes/fiberlamp.c N xenocara/app/xlockmore/modes/flag.c N xenocara/app/xlockmore/modes/flame.c N xenocara/app/xlockmore/modes/flow.c N xenocara/app/xlockmore/modes/forest.c N xenocara/app/xlockmore/modes/fzort.c N xenocara/app/xlockmore/modes/fz_filler.h N xenocara/app/xlockmore/modes/galaxy.c N xenocara/app/xlockmore/modes/goop.c N xenocara/app/xlockmore/modes/grav.c N xenocara/app/xlockmore/modes/helix.c N xenocara/app/xlockmore/modes/hop.c N xenocara/app/xlockmore/modes/hyper.c N xenocara/app/xlockmore/modes/ico.c N xenocara/app/xlockmore/modes/ifs.c N xenocara/app/xlockmore/modes/image.c N xenocara/app/xlockmore/modes/Imakefile N xenocara/app/xlockmore/modes/julia.c N xenocara/app/xlockmore/modes/juggle.c N xenocara/app/xlockmore/modes/kaleid.c N xenocara/app/xlockmore/modes/kumppa.c N xenocara/app/xlockmore/modes/laser.c N xenocara/app/xlockmore/modes/life.c N xenocara/app/xlockmore/modes/life.h N xenocara/app/xlockmore/modes/life1d.c N xenocara/app/xlockmore/modes/life3d.c N xenocara/app/xlockmore/modes/life3d.h N xenocara/app/xlockmore/modes/lightning.c N xenocara/app/xlockmore/modes/lisa.c N xenocara/app/xlockmore/modes/lissie.c N xenocara/app/xlockmore/modes/loop.c N xenocara/app/xlockmore/modes/lyapunov.c N xenocara/app/xlockmore/modes/Makefile.in N xenocara/app/xlockmore/modes/Makefile.inxs N xenocara/app/xlockmore/modes/Makefile.win32 N xenocara/app/xlockmore/modes/mandelbrot.c N xenocara/app/xlockmore/modes/marquee.c N xenocara/app/xlockmore/modes/matrix.c N xenocara/app/xlockmore/modes/maze.c N xenocara/app/xlockmore/modes/mountain.c N xenocara/app/xlockmore/modes/munch.c N xenocara/app/xlockmore/modes/nose.c N xenocara/app/xlockmore/modes/pacman.c N xenocara/app/xlockmore/modes/pacman.h N xenocara/app/xlockmore/modes/petal.c N xenocara/app/xlockmore/modes/pacman_ai.h N xenocara/app/xlockmore/modes/pacman_level.h N xenocara/app/xlockmore/modes/penrose.c N xenocara/app/xlockmore/modes/petri.c N xenocara/app/xlockmore/modes/polyominoes.c N xenocara/app/xlockmore/modes/puzzle.c N xenocara/app/xlockmore/modes/pyro.c N xenocara/app/xlockmore/modes/qix.c N xenocara/app/xlockmore/modes/random.c N xenocara/app/xlockmore/modes/roll.c N xenocara/app/xlockmore/modes/rotor.c N xenocara/app/xlockmore/modes/run.c N xenocara/app/xlockmore/modes/scooter.c N xenocara/app/xlockmore/modes/shape.c N xenocara/app/xlockmore/modes/sierpinski.c N xenocara/app/xlockmore/modes/slip.c N xenocara/app/xlockmore/modes/solitare.cc N xenocara/app/xlockmore/modes/space.c N xenocara/app/xlockmore/modes/sphere.c N xenocara/app/xlockmore/modes/spiral.c N xenocara/app/xlockmore/modes/spline.c N xenocara/app/xlockmore/modes/star.c N xenocara/app/xlockmore/modes/starfish.c N xenocara/app/xlockmore/modes/strange.c N xenocara/app/xlockmore/modes/swarm.c N xenocara/app/xlockmore/modes/swirl.c N xenocara/app/xlockmore/modes/t3d.c N xenocara/app/xlockmore/modes/tetris.c N xenocara/app/xlockmore/modes/thornbird.c N xenocara/app/xlockmore/modes/tik_tak.c N xenocara/app/xlockmore/modes/toneclock.c N xenocara/app/xlockmore/modes/triangle.c N xenocara/app/xlockmore/modes/tube.c N xenocara/app/xlockmore/modes/turtle.c N xenocara/app/xlockmore/modes/vines.c N xenocara/app/xlockmore/modes/voters.c N xenocara/app/xlockmore/modes/wator.c N xenocara/app/xlockmore/modes/wire.c N xenocara/app/xlockmore/modes/world.c N xenocara/app/xlockmore/modes/worm.c N xenocara/app/xlockmore/modes/xcl.c N xenocara/app/xlockmore/modes/xcl.h N xenocara/app/xlockmore/modes/xjack.c N xenocara/app/xlockmore/modes/glx/atlantis.c N xenocara/app/xlockmore/modes/glx/atlantis.h N xenocara/app/xlockmore/modes/glx/atunnels.c N xenocara/app/xlockmore/modes/glx/biof.c N xenocara/app/xlockmore/modes/glx/bubble3d.c N xenocara/app/xlockmore/modes/glx/bubble3d.h N xenocara/app/xlockmore/modes/glx/buildlwo.c N xenocara/app/xlockmore/modes/glx/buildlwo.h N xenocara/app/xlockmore/modes/glx/b_draw.c N xenocara/app/xlockmore/modes/glx/b_lockglue.c N xenocara/app/xlockmore/modes/glx/b_sphere.c N xenocara/app/xlockmore/modes/glx/cage.c N xenocara/app/xlockmore/modes/glx/dolphin.c N xenocara/app/xlockmore/modes/glx/e_textures.h N xenocara/app/xlockmore/modes/glx/fire.c N xenocara/app/xlockmore/modes/glx/gears.c N xenocara/app/xlockmore/modes/glx/glplanet.c N xenocara/app/xlockmore/modes/glx/Imakefile N xenocara/app/xlockmore/modes/glx/invert.c N xenocara/app/xlockmore/modes/glx/i_evert.h N xenocara/app/xlockmore/modes/glx/i_figureeight.cc N xenocara/app/xlockmore/modes/glx/i_figureeight.h N xenocara/app/xlockmore/modes/glx/i_linkage.cc N xenocara/app/xlockmore/modes/glx/i_linkage.h N xenocara/app/xlockmore/modes/glx/i_sphere.cc N xenocara/app/xlockmore/modes/glx/i_sphere.h N xenocara/app/xlockmore/modes/glx/i_spline.cc N xenocara/app/xlockmore/modes/glx/i_spline.h N xenocara/app/xlockmore/modes/glx/i_threejet.cc N xenocara/app/xlockmore/modes/glx/i_threejet.h N xenocara/app/xlockmore/modes/glx/i_threejetvec.cc N xenocara/app/xlockmore/modes/glx/i_threejetvec.h N xenocara/app/xlockmore/modes/glx/i_twojet.cc N xenocara/app/xlockmore/modes/glx/i_twojet.h N xenocara/app/xlockmore/modes/glx/i_twojetvec.cc N xenocara/app/xlockmore/modes/glx/i_twojetvec.h N xenocara/app/xlockmore/modes/glx/lament.c N xenocara/app/xlockmore/modes/glx/Makefile.in N xenocara/app/xlockmore/modes/glx/moebius.c N xenocara/app/xlockmore/modes/glx/molecule.c N xenocara/app/xlockmore/modes/glx/molecules.h N xenocara/app/xlockmore/modes/glx/morph3d.c N xenocara/app/xlockmore/modes/glx/noof.c N xenocara/app/xlockmore/modes/glx/pipeobjs.c N xenocara/app/xlockmore/modes/glx/pipes.c N xenocara/app/xlockmore/modes/glx/rotator.c N xenocara/app/xlockmore/modes/glx/rotator.h N xenocara/app/xlockmore/modes/glx/rubik.c N xenocara/app/xlockmore/modes/glx/s1_1.c N xenocara/app/xlockmore/modes/glx/s1_2.c N xenocara/app/xlockmore/modes/glx/s1_3.c N xenocara/app/xlockmore/modes/glx/s1_4.c N xenocara/app/xlockmore/modes/glx/s1_5.c N xenocara/app/xlockmore/modes/glx/s1_6.c N xenocara/app/xlockmore/modes/glx/s1_b.c N xenocara/app/xlockmore/modes/glx/sballs.c N xenocara/app/xlockmore/modes/glx/shark.c N xenocara/app/xlockmore/modes/glx/sierpinski3d.c N xenocara/app/xlockmore/modes/glx/skewb.c N xenocara/app/xlockmore/modes/glx/sphere.c N xenocara/app/xlockmore/modes/glx/sphere.h N xenocara/app/xlockmore/modes/glx/sproingies.c N xenocara/app/xlockmore/modes/glx/sproingiewrap.c N xenocara/app/xlockmore/modes/glx/stairs.c N xenocara/app/xlockmore/modes/glx/superquadrics.c N xenocara/app/xlockmore/modes/glx/swim.c N xenocara/app/xlockmore/modes/glx/text3d.cc N xenocara/app/xlockmore/modes/glx/text3d.h N xenocara/app/xlockmore/modes/glx/text3d2.cc N xenocara/app/xlockmore/modes/glx/text3d2.h N xenocara/app/xlockmore/modes/glx/tube.c N xenocara/app/xlockmore/modes/glx/tube.h N xenocara/app/xlockmore/modes/glx/tunnel_draw.c N xenocara/app/xlockmore/modes/glx/tunnel_draw.h N xenocara/app/xlockmore/modes/glx/whale.c N xenocara/app/xlockmore/modes/glx/xpm-ximage.c N xenocara/app/xlockmore/modes/glx/xpm-ximage.h N xenocara/app/xlockmore/pixmaps/back.xpm N xenocara/app/xlockmore/pixmaps/bat-0.xpm N xenocara/app/xlockmore/pixmaps/bat-1.xpm N xenocara/app/xlockmore/pixmaps/bat-2.xpm N xenocara/app/xlockmore/pixmaps/bat-3.xpm N xenocara/app/xlockmore/pixmaps/bat-4.xpm N xenocara/app/xlockmore/pixmaps/face.xpm N xenocara/app/xlockmore/pixmaps/ground.xpm N xenocara/app/xlockmore/pixmaps/l-cygwin.xpm N xenocara/app/xlockmore/pixmaps/l-unflag.xpm N xenocara/app/xlockmore/pixmaps/l-usflag.xpm N xenocara/app/xlockmore/pixmaps/l-win.xpm N xenocara/app/xlockmore/pixmaps/l-xlock.xpm N xenocara/app/xlockmore/pixmaps/lament.xpm N xenocara/app/xlockmore/pixmaps/m-blank.xpm N xenocara/app/xlockmore/pixmaps/m-cygwin.xpm N xenocara/app/xlockmore/pixmaps/m-win.xpm N xenocara/app/xlockmore/pixmaps/m-x11.xpm N xenocara/app/xlockmore/pixmaps/m-xlock.xpm N xenocara/app/xlockmore/pixmaps/s-grelb-2.xpm N xenocara/app/xlockmore/pixmaps/s-grelb.xpm N xenocara/app/xlockmore/pixmaps/sea-texture.xpm N xenocara/app/xlockmore/pixmaps/tree.xpm N xenocara/app/xlockmore/pixmaps/tunnel0.xpm N xenocara/app/xlockmore/pixmaps/tunnel1.xpm N xenocara/app/xlockmore/pixmaps/tunnel2.xpm N xenocara/app/xlockmore/pixmaps/tunnel3.xpm N xenocara/app/xlockmore/pixmaps/tunnel4.xpm N xenocara/app/xlockmore/pixmaps/tunnel5.xpm N xenocara/app/xlockmore/sounds/complete.au N xenocara/app/xlockmore/sounds/identify-please.au N xenocara/app/xlockmore/sounds/not-programmed.au N xenocara/app/xlockmore/sounds/thank-you.au N xenocara/app/xlockmore/win32/Makefile.win32 N xenocara/app/xlockmore/win32/readme.txt N xenocara/app/xlockmore/win32/todo.txt N xenocara/app/xlockmore/win32/Xapi.c N xenocara/app/xlockmore/win32/Xapi.h N xenocara/app/xlockmore/win32/xlock.ico N xenocara/app/xlockmore/win32/xlock95.c N xenocara/app/xlockmore/win32/xlock95.h N xenocara/app/xlockmore/win32/xlockrc.rc N xenocara/app/xlockmore/xglock/logo.h N xenocara/app/xlockmore/xglock/logo2.h N xenocara/app/xlockmore/xglock/logo2.xcf N xenocara/app/xlockmore/xglock/Makefile.in N xenocara/app/xlockmore/xglock/modes.h N xenocara/app/xlockmore/xglock/README.xglock N xenocara/app/xlockmore/xglock/xglock.c N xenocara/app/xlockmore/xglock/xglockrc N xenocara/app/xlockmore/xlock/automata.c N xenocara/app/xlockmore/xlock/automata.h N xenocara/app/xlockmore/xlock/color.c N xenocara/app/xlockmore/xlock/color.h N xenocara/app/xlockmore/xlock/erase.c N xenocara/app/xlockmore/xlock/erase.h N xenocara/app/xlockmore/xlock/erase_debug.h N xenocara/app/xlockmore/xlock/erase_init.h N xenocara/app/xlockmore/xlock/Imakefile N xenocara/app/xlockmore/xlock/iostuff.c N xenocara/app/xlockmore/xlock/iostuff.h N xenocara/app/xlockmore/xlock/logout.c N xenocara/app/xlockmore/xlock/magick.c N xenocara/app/xlockmore/xlock/magick.h N xenocara/app/xlockmore/xlock/Makefile.in N xenocara/app/xlockmore/xlock/Makefile.inxs N xenocara/app/xlockmore/xlock/Makefile.win32 N xenocara/app/xlockmore/xlock/memcheck.c N xenocara/app/xlockmore/xlock/mode.c N xenocara/app/xlockmore/xlock/mode.h N xenocara/app/xlockmore/xlock/parsecmd.c N xenocara/app/xlockmore/xlock/passwd.c N xenocara/app/xlockmore/xlock/passwd.h N xenocara/app/xlockmore/xlock/random.c N xenocara/app/xlockmore/xlock/ras.c N xenocara/app/xlockmore/xlock/random.h N xenocara/app/xlockmore/xlock/ras.h N xenocara/app/xlockmore/xlock/resource-msg-en.h N xenocara/app/xlockmore/xlock/resource-msg-fr.h N xenocara/app/xlockmore/xlock/resource-msg-ja.h N xenocara/app/xlockmore/xlock/resource-msg-nl.h N xenocara/app/xlockmore/xlock/resource.c N xenocara/app/xlockmore/xlock/sound.c N xenocara/app/xlockmore/xlock/spline.c N xenocara/app/xlockmore/xlock/spline.h N xenocara/app/xlockmore/xlock/util.c N xenocara/app/xlockmore/xlock/util.h N xenocara/app/xlockmore/xlock/version.h N xenocara/app/xlockmore/xlock/vis.c N xenocara/app/xlockmore/xlock/vis.h N xenocara/app/xlockmore/xlock/visgl.c N xenocara/app/xlockmore/xlock/visgl.h N xenocara/app/xlockmore/xlock/vms_amd.c N xenocara/app/xlockmore/xlock/vms_amd.h N xenocara/app/xlockmore/xlock/vms_mmov.c N xenocara/app/xlockmore/xlock/vms_x_fix.h N xenocara/app/xlockmore/xlock/vroot.h N xenocara/app/xlockmore/xlock/vtlock.c N xenocara/app/xlockmore/xlock/vtlock_proc.c N xenocara/app/xlockmore/xlock/xbm.c N xenocara/app/xlockmore/xlock/xlock.c N xenocara/app/xlockmore/xlock/xlock-msg-ja.h N xenocara/app/xlockmore/xlock/XLock.ad N xenocara/app/xlockmore/xlock/xlock.h N xenocara/app/xlockmore/xlock/xlock.man N xenocara/app/xlockmore/xlock/xlockimage.c N xenocara/app/xlockmore/xlock/xlockimage.h N xenocara/app/xlockmore/xmlock/Imakefile N xenocara/app/xlockmore/xmlock/Makefile.in N xenocara/app/xlockmore/xmlock/menu.h N xenocara/app/xlockmore/xmlock/modes.h N xenocara/app/xlockmore/xmlock/option.c N xenocara/app/xlockmore/xmlock/option.h N xenocara/app/xlockmore/xmlock/XmLock-jp.ad N xenocara/app/xlockmore/xmlock/XmLock.ad N xenocara/app/xlockmore/xmlock/xmlock.c N xenocara/app/xlockmore/xscreensaver/configure.in N xenocara/app/xlockmore/xscreensaver/Makefile.in N xenocara/app/xlockmore/xscreensaver/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 04:10:00 Modified files: mail/sylpheed-claws: Makefile Added files: mail/sylpheed-claws/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: mail/sylpheed-claws/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 04:10:07 Modified files: x11/gnome/bonobo: Makefile Added files: x11/gnome/bonobo/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: x11/gnome/bonobo/pkg: DESCR PFRAG.shared PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:11:54 Log message: Importing xterm 216 Status: Vendor Tag: xterm Release Tags: v216 N xenocara/app/xterm/256colres.h N xenocara/app/xterm/256colres.pl N xenocara/app/xterm/88colres.h N xenocara/app/xterm/88colres.pl N xenocara/app/xterm/AAA_README_VMS.txt N xenocara/app/xterm/INSTALL N xenocara/app/xterm/Imakefile N xenocara/app/xterm/MANIFEST N xenocara/app/xterm/Makefile.in N xenocara/app/xterm/README N xenocara/app/xterm/README.i18n N xenocara/app/xterm/README.os390 N xenocara/app/xterm/TekPrsTbl.c N xenocara/app/xterm/Tekparse.def N xenocara/app/xterm/Tekparse.h N xenocara/app/xterm/Tekproc.c N xenocara/app/xterm/Tests N xenocara/app/xterm/UXTerm.ad N xenocara/app/xterm/VTPrsTbl.c N xenocara/app/xterm/VTparse.def N xenocara/app/xterm/VTparse.h N xenocara/app/xterm/XTerm-col.ad N xenocara/app/xterm/XTerm.ad N xenocara/app/xterm/data.c N xenocara/app/xterm/aclocal.m4 N xenocara/app/xterm/button.c N xenocara/app/xterm/charclass.c N xenocara/app/xterm/charclass.h N xenocara/app/xterm/charproc.c N xenocara/app/xterm/charsets.c N xenocara/app/xterm/config.guess N xenocara/app/xterm/config.sub N xenocara/app/xterm/configure N xenocara/app/xterm/configure.in N xenocara/app/xterm/ctlseqs.ms N xenocara/app/xterm/ctlseqs.txt N xenocara/app/xterm/cursor.c N xenocara/app/xterm/data.h N xenocara/app/xterm/doublechr.c N xenocara/app/xterm/error.h N xenocara/app/xterm/fontutils.c N xenocara/app/xterm/fontutils.h N xenocara/app/xterm/gen-pc-fkeys.pl N xenocara/app/xterm/input.c N xenocara/app/xterm/install.sh N xenocara/app/xterm/keysym2ucs.c N xenocara/app/xterm/keysym2ucs.h N xenocara/app/xterm/link_axp.com N xenocara/app/xterm/main.c N xenocara/app/xterm/main.h N xenocara/app/xterm/make.com N xenocara/app/xterm/menu.c N xenocara/app/xterm/menu.h N xenocara/app/xterm/minstall.sh N xenocara/app/xterm/misc.c N xenocara/app/xterm/mkdirs.sh N xenocara/app/xterm/os2main.c N xenocara/app/xterm/plink.sh N xenocara/app/xterm/precompose.c N xenocara/app/xterm/precompose.h N xenocara/app/xterm/print.c N xenocara/app/xterm/proto.h N xenocara/app/xterm/ptydata.c N xenocara/app/xterm/ptyx.h N xenocara/app/xterm/resize.c N xenocara/app/xterm/resize.man N xenocara/app/xterm/screen.c N xenocara/app/xterm/scrollbar.c N xenocara/app/xterm/sinstall.sh N xenocara/app/xterm/tabs.c N xenocara/app/xterm/termcap N xenocara/app/xterm/terminfo N xenocara/app/xterm/testxmc.c N xenocara/app/xterm/trace.c N xenocara/app/xterm/trace.h N xenocara/app/xterm/util.c N xenocara/app/xterm/uxterm N xenocara/app/xterm/version.h N xenocara/app/xterm/vms.c N xenocara/app/xterm/vms.h N xenocara/app/xterm/wcwidth.c N xenocara/app/xterm/wcwidth.h N xenocara/app/xterm/xcharmouse.h N xenocara/app/xterm/xstrings.c N xenocara/app/xterm/xstrings.h N xenocara/app/xterm/xterm.dat N xenocara/app/xterm/xterm.h N xenocara/app/xterm/xterm.log.html N xenocara/app/xterm/xterm.man N xenocara/app/xterm/xterm_axp.opt N xenocara/app/xterm/xterm_io.h N xenocara/app/xterm/xtermcfg.hin N xenocara/app/xterm/xutf8.c N xenocara/app/xterm/xutf8.h N xenocara/app/xterm/tektests/aitest.tek N xenocara/app/xterm/tektests/dmerc.tek N xenocara/app/xterm/tektests/fotest.tek N xenocara/app/xterm/tektests/imtest.tek N xenocara/app/xterm/tektests/imtesth.tek N xenocara/app/xterm/tektests/ocpred.tek N xenocara/app/xterm/tektests/usmap.tek N xenocara/app/xterm/unicode/keysym.map N xenocara/app/xterm/unicode/convmap.pl N xenocara/app/xterm/unicode/precompose.c.tail N xenocara/app/xterm/unicode/precompose.c.head N xenocara/app/xterm/unicode/README N xenocara/app/xterm/unicode/make-precompose.sh N xenocara/app/xterm/vttests/256colors.pl N xenocara/app/xterm/vttests/88colors2.pl N xenocara/app/xterm/vttests/88colors.pl N xenocara/app/xterm/vttests/fonts.sh N xenocara/app/xterm/vttests/dynamic.sh N xenocara/app/xterm/vttests/256colors2.pl N xenocara/app/xterm/vttests/acolors.sh N xenocara/app/xterm/vttests/resize.sh N xenocara/app/xterm/vttests/title.sh N xenocara/app/xterm/vttests/doublechars.sh N xenocara/app/xterm/vttests/8colors.sh N xenocara/app/xterm/vttests/16colors.sh N xenocara/app/xterm/vttests/resize.pl N xenocara/app/xterm/vttests/paste64.pl N xenocara/app/xterm/vttests/tcapquery.pl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 04:14:23 Modified files: sys/dev/ic : bcw.c bcwvar.h malo.c rt2560.c rt2661.c sys/dev/pci : if_bge.c if_ipw.c if_iwi.c if_wpi.c sys/dev/usb : if_ral.c if_rum.c if_uath.c if_zyd.c sys/net80211 : ieee80211.c ieee80211_node.h Log message: do not have each net80211 driver define its own rates structures. if they use the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/26 04:15:22 Modified files: sys/scsi : scsiconf.h Log message: no argument names in prototypes pls CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:19:55 xenocara/lib/libGL Update of /cvs/xenocara/lib/libGL In directory cvs.openbsd.org:/tmp/cvs-serv22000/libGL Log Message: Directory /cvs/xenocara/lib/libGL added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:19:56 xenocara/lib/libGLU Update of /cvs/xenocara/lib/libGLU In directory cvs.openbsd.org:/tmp/cvs-serv22000/libGLU Log Message: Directory /cvs/xenocara/lib/libGLU added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:19:57 xenocara/lib/libGLw Update of /cvs/xenocara/lib/libGLw In directory cvs.openbsd.org:/tmp/cvs-serv22000/libGLw Log Message: Directory /cvs/xenocara/lib/libGLw added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:21:13 Added files: lib/libGL : Makefile shlib_version lib/libGLU : Makefile shlib_version lib/libGLw : Makefile shlib_version Log message: Build infrastructure for GL libs CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/26 04:21:55 Modified files: sys/arch/i386/i386: esm.c Log message: use splclock() instead of splsoftclock() when setting the timeout period from the watchdog framework; this is consistent with other watchdogs we have. discussed with and ok dlg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:22:01 xenocara/app/glxinfo Update of /cvs/xenocara/app/glxinfo In directory cvs.openbsd.org:/tmp/cvs-serv15724/glxinfo Log Message: Directory /cvs/xenocara/app/glxinfo added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:22:02 xenocara/app/glxgears Update of /cvs/xenocara/app/glxgears In directory cvs.openbsd.org:/tmp/cvs-serv15724/glxgears Log Message: Directory /cvs/xenocara/app/glxgears added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:23:56 Added files: app/glxgears : glxgears.1 app/glxinfo : glxinfo.1 Log message: Man pages for GL programs, from X.Org 6.9. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/26 04:24:29 Modified files: print/lilypond : Makefile distinfo Added files: print/lilypond/pkg: DESCR-main PLIST-main Removed files: print/lilypond/pkg: DESCR PLIST Log message: update to 2.8.8 new MULTI_PACKAGES from kili@ with some corrections by me. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:24:33 Added files: app/glxgears : Makefile app/glxinfo : Makefile Log message: Makefiles for GL programs CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:27:29 Added files: proto/bigreqsproto: Makefile.bsd-wrapper proto/compositeproto: Makefile.bsd-wrapper proto/damageproto: Makefile.bsd-wrapper proto/dmxproto : Makefile.bsd-wrapper proto/evieproto: Makefile.bsd-wrapper proto/fixesproto: Makefile.bsd-wrapper proto/fontcacheproto: Makefile.bsd-wrapper proto/fontsproto: Makefile.bsd-wrapper proto/glproto : Makefile.bsd-wrapper proto/inputproto: Makefile.bsd-wrapper proto/kbproto : Makefile.bsd-wrapper proto/pmproto : Makefile.bsd-wrapper proto/printproto: Makefile.bsd-wrapper proto/randrproto: Makefile.bsd-wrapper proto/recordproto: Makefile.bsd-wrapper proto/renderproto: Makefile.bsd-wrapper proto/resourceproto: Makefile.bsd-wrapper proto/scrnsaverproto: Makefile.bsd-wrapper proto/trapproto: Makefile.bsd-wrapper proto/videoproto: Makefile.bsd-wrapper proto/x11proto : Makefile.bsd-wrapper proto/xcmiscproto: Makefile.bsd-wrapper proto/xextproto: Makefile.bsd-wrapper proto/xf86bigfontproto: Makefile.bsd-wrapper proto/xf86dgaproto: Makefile.bsd-wrapper proto/xf86driproto: Makefile.bsd-wrapper proto/xf86miscproto: Makefile.bsd-wrapper proto/xf86rushproto: Makefile.bsd-wrapper proto/xf86vidmodeproto: Makefile.bsd-wrapper proto/xineramaproto: Makefile.bsd-wrapper Log message: build infrastructure for proto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 04:31:14 Modified files: sbin/bioctl : Makefile sbin/pflogd : Makefile usr.bin/dc : Makefile usr.bin/gzsig : Makefile usr.sbin/bgpctl: Makefile usr.sbin/dvmrpd: Makefile usr.sbin/ftp-proxy: Makefile usr.sbin/ifstated: Makefile usr.sbin/ospfd : Makefile usr.sbin/ripd : Makefile libexec/spamlogd: Makefile Log message: repair missing DPADD requests CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:31:47 Added files: proto : Makefile Log message: Makefile for proto CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:32:13 Modified files: proto : Makefile Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 04:35:12 Modified files: x11/gnome/applets2: Makefile Added files: x11/gnome/applets2/pkg: DESCR-main PLIST-main Removed files: x11/gnome/applets2/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 04:36:32 Modified files: mail/maildrop : Makefile Added files: mail/maildrop/pkg: DESCR-main MESSAGE-main PLIST-main Removed files: mail/maildrop/pkg: DESCR MESSAGE PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 04:38:07 Modified files: lang/ghc : Makefile Added files: lang/ghc/pkg : DESCR-main PLIST-main Removed files: lang/ghc/pkg : DESCR PLIST Log message: new MULTI_PACKAGES. patch from kili, committing so we're finished... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:38:10 Modified files: proto/bigreqsproto: Makefile.in aclocal.m4 configure proto/compositeproto: aclocal.m4 proto/damageproto: Makefile.in aclocal.m4 configure proto/dmxproto : Makefile.in aclocal.m4 configure proto/evieproto: Makefile.in aclocal.m4 configure proto/fixesproto: aclocal.m4 proto/fontcacheproto: Makefile.in aclocal.m4 configure proto/fontsproto: Makefile.in aclocal.m4 configure proto/glproto : aclocal.m4 proto/inputproto: Makefile.in aclocal.m4 configure proto/kbproto : aclocal.m4 configure proto/pmproto : Makefile.in aclocal.m4 configure proto/printproto: Makefile.in aclocal.m4 configure proto/randrproto: Makefile.in aclocal.m4 configure proto/recordproto: Makefile.in aclocal.m4 configure proto/renderproto: Makefile.in aclocal.m4 configure proto/resourceproto: Makefile.in aclocal.m4 configure proto/scrnsaverproto: aclocal.m4 proto/trapproto: Makefile.in aclocal.m4 configure proto/videoproto: Makefile.in aclocal.m4 configure proto/x11proto : aclocal.m4 proto/xcmiscproto: Makefile.in aclocal.m4 configure proto/xextproto: Makefile.in aclocal.m4 configure proto/xf86bigfontproto: Makefile.in aclocal.m4 configure proto/xf86dgaproto: Makefile.in aclocal.m4 configure proto/xf86miscproto: Makefile.in aclocal.m4 configure proto/xf86rushproto: Makefile.in aclocal.m4 configure proto/xf86vidmodeproto: Makefile.in aclocal.m4 configure proto/xineramaproto: Makefile.in aclocal.m4 configure Log message: Regenerate with our autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 04:54:18 Modified files: lib/freetype : Makefile lib/freetype/include/freetype/config: ftoption.h Added files: lib/freetype : shlib_version lib/freetype/include: Makefile lib/freetype/include/freetype: Makefile Makefile.inc lib/freetype/include/freetype/config: Makefile lib/freetype/include/freetype/internal: Makefile lib/freetype/include/freetype/internal/services: Makefile Log message: build infrastructure and OpenBSD customisation for Freetype 2.2.1 CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/26 05:02:49 Modified files: sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC Log message: Activate pwdog(4) after successful testing on i386 and macppc. ok deraadt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:03:55 Added files: lib/expat : Makefile expat_config.h shlib_version Removed files: lib/expat : .cvsignore Log message: build infrastructure for expat. Copied from /usr/src/lib/libexpat. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:07:34 Added files: lib : Makefile lib/fontconfig : Makefile.bsd-wrapper lib/libFS : Makefile.bsd-wrapper lib/libICE : Makefile.bsd-wrapper lib/libSM : Makefile.bsd-wrapper lib/libX11 : Makefile.bsd-wrapper lib/libXRes : Makefile.bsd-wrapper lib/libXScrnSaver: Makefile.bsd-wrapper lib/libXTrap : Makefile.bsd-wrapper lib/libXau : Makefile.bsd-wrapper lib/libXaw : Makefile.bsd-wrapper lib/libXcomposite: Makefile.bsd-wrapper lib/libXcursor : Makefile.bsd-wrapper lib/libXdamage : Makefile.bsd-wrapper lib/libXdmcp : Makefile.bsd-wrapper lib/libXevie : Makefile.bsd-wrapper lib/libXext : Makefile.bsd-wrapper lib/libXfixes : Makefile.bsd-wrapper lib/libXfont : Makefile.bsd-wrapper lib/libXfontcache: Makefile.bsd-wrapper lib/libXft : Makefile.bsd-wrapper lib/libXi : Makefile.bsd-wrapper lib/libXinerama: Makefile.bsd-wrapper lib/libXmu : Makefile.bsd-wrapper lib/libXp : Makefile.bsd-wrapper lib/libXpm : Makefile.bsd-wrapper lib/libXprintAppUtil: Makefile.bsd-wrapper lib/libXprintUtil: Makefile.bsd-wrapper lib/libXrandr : Makefile.bsd-wrapper lib/libXrender : Makefile.bsd-wrapper lib/libXt : Makefile.bsd-wrapper lib/libXtst : Makefile.bsd-wrapper lib/libXv : Makefile.bsd-wrapper lib/libXvMC : Makefile.bsd-wrapper lib/libXxf86dga: Makefile.bsd-wrapper lib/libXxf86misc: Makefile.bsd-wrapper lib/libXxf86vm : Makefile.bsd-wrapper lib/libdmx : Makefile.bsd-wrapper lib/libfontenc : Makefile.bsd-wrapper lib/liblbxutil : Makefile.bsd-wrapper lib/liboldX : Makefile.bsd-wrapper lib/libxkbfile : Makefile.bsd-wrapper lib/libxkbui : Makefile.bsd-wrapper lib/libxtrans : Makefile.bsd-wrapper Log message: Build infrastructure for lib CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:11:13 Added files: lib/expat/lib : expat.h Log message: missed this generated file in local build infrastructure. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:21:01 Modified files: lib/libXaw/src : Makefile.am Log message: Adapt shared libraries names to OpenBSD. XXX needs to be automated better. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:50:31 Log message: x11proto 7.0.9 from X.Org individual releases. The 7.2RC2 tarball is too old. Status: Vendor Tag: xorg Release Tags: v7_0_9 U xenocara/proto/x11proto/configure.ac U xenocara/proto/x11proto/aclocal.m4 U xenocara/proto/x11proto/Makefile.am U xenocara/proto/x11proto/Makefile.in U xenocara/proto/x11proto/Xfuncproto.h.in U xenocara/proto/x11proto/Xpoll.h.in U xenocara/proto/x11proto/do-not-use-config.h.in U xenocara/proto/x11proto/xproto.pc.in U xenocara/proto/x11proto/configure U xenocara/proto/x11proto/ap_keysym.h U xenocara/proto/x11proto/DECkeysym.h U xenocara/proto/x11proto/HPkeysym.h U xenocara/proto/x11proto/keysymdef.h U xenocara/proto/x11proto/keysym.h U xenocara/proto/x11proto/Sunkeysym.h U xenocara/proto/x11proto/Xalloca.h U xenocara/proto/x11proto/Xarch.h U xenocara/proto/x11proto/Xatom.h U xenocara/proto/x11proto/Xdefs.h U xenocara/proto/x11proto/XF86keysym.h U xenocara/proto/x11proto/Xfuncproto.h U xenocara/proto/x11proto/Xfuncs.h U xenocara/proto/x11proto/X.h U xenocara/proto/x11proto/Xmd.h U xenocara/proto/x11proto/Xosdefs.h U xenocara/proto/x11proto/Xos.h U xenocara/proto/x11proto/Xos_r.h U xenocara/proto/x11proto/Xpoll.h U xenocara/proto/x11proto/Xproto.h U xenocara/proto/x11proto/Xprotostr.h U xenocara/proto/x11proto/Xthreads.h U xenocara/proto/x11proto/Xw32defs.h U xenocara/proto/x11proto/XWDFile.h U xenocara/proto/x11proto/Xwindows.h U xenocara/proto/x11proto/Xwinsock.h U xenocara/proto/x11proto/AUTHORS U xenocara/proto/x11proto/COPYING U xenocara/proto/x11proto/ChangeLog U xenocara/proto/x11proto/config.guess U xenocara/proto/x11proto/config.sub U xenocara/proto/x11proto/install-sh U xenocara/proto/x11proto/missing U xenocara/proto/x11proto/autogen.sh No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:53:20 Modified files: proto/x11proto : Makefile.in configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 05:58:32 Modified files: share/mk : bsd.xorg.mk Log message: Don't use the autogen.sh script to regenerate files with autotools This script is not bundled in every X.Org tarball anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/26 06:39:07 Modified files: devel/py-orbit : Makefile Log message: - s/lpthread/pthread - bump PKGNAME ok steven@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:42:53 Modified files: lib/fontconfig : Makefile.in aclocal.m4 config.guess config.sub configure ltmain.sh lib/fontconfig/conf.d: Makefile.in lib/fontconfig/doc: Makefile.in lib/fontconfig/fc-arch: Makefile.in lib/fontconfig/fc-cache: Makefile.in lib/fontconfig/fc-case: Makefile.in lib/fontconfig/fc-cat: Makefile.in lib/fontconfig/fc-glyphname: Makefile.in lib/fontconfig/fc-lang: Makefile.in lib/fontconfig/fc-list: Makefile.in lib/fontconfig/fc-match: Makefile.in lib/fontconfig/fontconfig: Makefile.in lib/fontconfig/src: Makefile.in lib/fontconfig/test: Makefile.in lib/libFS : Makefile.in aclocal.m4 config.h.in configure lib/libFS/src : Makefile.in lib/libICE : Makefile.in aclocal.m4 config.h.in configure lib/libICE/src : Makefile.in lib/libSM : Makefile.in aclocal.m4 config.h.in configure lib/libSM/src : Makefile.in lib/libX11 : Makefile.in aclocal.m4 configure lib/libX11/include: Makefile.in lib/libX11/man : Makefile.in lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in lib/libX11/modules/lc: Makefile.in lib/libX11/modules/lc/Utf8: Makefile.in lib/libX11/modules/lc/def: Makefile.in lib/libX11/modules/lc/gen: Makefile.in lib/libX11/modules/lc/xlocale: Makefile.in lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.in lib/libX11/nls : Makefile.in lib/libX11/nls/C: 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: 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/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/src : Makefile.in config.h.in lib/libX11/src/util: Makefile.in lib/libX11/src/xcms: Makefile.in lib/libX11/src/xkb: Makefile.in lib/libX11/src/xlibi18n: Makefile.in lib/libXRes : Makefile.in aclocal.m4 configure lib/libXRes/man: Makefile.in lib/libXRes/src: Makefile.in lib/libXScrnSaver: Makefile.in aclocal.m4 configure lib/libXScrnSaver/man: Makefile.in lib/libXScrnSaver/src: Makefile.in lib/libXTrap : Makefile.in aclocal.m4 configure lib/libXTrap/src: Makefile.in lib/libXau : aclocal.m4 configure lib/libXaw : aclocal.m4 configure lib/libXaw/man : Makefile.in lib/libXaw/src : Makefile.in lib/libXcomposite: Makefile.in aclocal.m4 configure lib/libXcomposite/src: Makefile.in lib/libXcursor : Makefile.in aclocal.m4 configure lib/libXcursor/man: Makefile.in lib/libXcursor/src: Makefile.in lib/libXdamage : Makefile.in aclocal.m4 configure lib/libXdamage/src: Makefile.in lib/libXdmcp : aclocal.m4 configure lib/libXevie : Makefile.in aclocal.m4 configure lib/libXevie/man: Makefile.in lib/libXevie/src: Makefile.in lib/libXext : Makefile.in aclocal.m4 configure lib/libXext/man: Makefile.in lib/libXext/src: Makefile.in lib/libXfixes : Makefile.in aclocal.m4 configure lib/libXfixes/man: Makefile.in lib/libXfixes/src: Makefile.in lib/libXfont : Makefile.in aclocal.m4 config.h.in configure lib/libXfont/src: Makefile.in lib/libXfont/src/FreeType: Makefile.in lib/libXfont/src/Speedo: Makefile.in lib/libXfont/src/Type1: Makefile.in lib/libXfont/src/bitmap: Makefile.in lib/libXfont/src/builtins: Makefile.in lib/libXfont/src/fc: Makefile.in lib/libXfont/src/fontcache: Makefile.in lib/libXfont/src/fontfile: Makefile.in lib/libXfont/src/stubs: Makefile.in lib/libXfont/src/util: Makefile.in lib/libXfontcache: Makefile.in aclocal.m4 configure lib/libXfontcache/man: Makefile.in lib/libXfontcache/src: Makefile.in lib/libXft : Makefile.in aclocal.m4 configure lib/libXft/man : Makefile.in lib/libXft/src : Makefile.in lib/libXi : Makefile.in aclocal.m4 configure lib/libXi/man : Makefile.in lib/libXi/src : Makefile.in lib/libXinerama: Makefile.in aclocal.m4 configure lib/libXinerama/src: Makefile.in lib/libXmu : Makefile.in aclocal.m4 config.h.in configure lib/libXmu/include: Makefile.in lib/libXmu/src : Makefile.in lib/libXp : Makefile.in aclocal.m4 configure lib/libXp/man : Makefile.in lib/libXp/src : Makefile.in lib/libXpm : aclocal.m4 configure lib/libXprintAppUtil: Makefile.in aclocal.m4 configure lib/libXprintAppUtil/src: Makefile.in lib/libXprintUtil: Makefile.in aclocal.m4 configure lib/libXprintUtil/src: Makefile.in lib/libXrandr : Makefile.in aclocal.m4 configure lib/libXrandr/man: Makefile.in lib/libXrandr/src: Makefile.in lib/libXrender : Makefile.in aclocal.m4 configure lib/libXrender/src: Makefile.in lib/libXt : Makefile.in aclocal.m4 configure lib/libXt/include: Makefile.in lib/libXt/man : Makefile.in lib/libXt/src : Makefile.in lib/libXt/util : Makefile.in lib/libXtst : Makefile.in aclocal.m4 configure lib/libXtst/src: Makefile.in lib/libXv : aclocal.m4 configure lib/libXv/man : Makefile.in lib/libXvMC : aclocal.m4 configure lib/libXxf86dga: aclocal.m4 configure lib/libXxf86dga/man: Makefile.in lib/libXxf86misc: aclocal.m4 configure lib/libXxf86misc/man: Makefile.in lib/libXxf86vm : aclocal.m4 configure lib/libXxf86vm/man: Makefile.in lib/libdmx : aclocal.m4 configure lib/libfontenc : Makefile.in aclocal.m4 configure lib/libfontenc/src: Makefile.in lib/liblbxutil : Makefile.in aclocal.m4 configure lib/liboldX : Makefile.in aclocal.m4 configure lib/liboldX/src: Makefile.in lib/libxkbfile : Makefile.in aclocal.m4 configure lib/libxkbfile/src: Makefile.in lib/libxkbui : aclocal.m4 configure lib/libxtrans : aclocal.m4 Added files: lib/fontconfig : autogen.sh Log message: regen with OpenBSD autotools CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:47:31 Modified files: lang/tcl/8.4 : Makefile lang/tcl/8.4/patches: patch-tcl_m4 Log message: Quote automake macro names to make automake 1.9 silent. ok (and remainder about package name bump) mbalmer@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:53:45 Modified files: share/mk : bsd.xorg.mk Log message: Cleanups: remove useless DIST and AUTOGEN variables CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:54:48 Modified files: share/mk : bsd.xorg.mk Log message: Remove git update rules. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:57:26 Added files: data : Makefile data/bitmaps : Makefile.bsd-wrapper data/xkbdata : Makefile.bsd-wrapper Log message: build infrastructure for data CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 06:58:48 Modified files: data : Makefile Log message: No xcursors here. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:00:56 Added files: . : Makefile Log message: Top level makefile for xenocara. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:03:41 Added files: app : Makefile app/appres : Makefile.bsd-wrapper app/bdftopcf : Makefile.bsd-wrapper app/beforelight: Makefile.bsd-wrapper app/bitmap : Makefile.bsd-wrapper app/editres : Makefile.bsd-wrapper app/fslsfonts : Makefile.bsd-wrapper app/fstobdf : Makefile.bsd-wrapper app/iceauth : Makefile.bsd-wrapper app/ico : Makefile.bsd-wrapper app/listres : Makefile.bsd-wrapper app/luit : Makefile.bsd-wrapper app/mkcfm : Makefile.bsd-wrapper app/mkfontdir : Makefile.bsd-wrapper app/mkfontscale: Makefile.bsd-wrapper app/oclock : Makefile.bsd-wrapper app/proxymngr : Makefile.bsd-wrapper app/rgb : Makefile.bsd-wrapper app/rstart : Makefile.bsd-wrapper app/scripts : Makefile.bsd-wrapper app/sessreg : Makefile.bsd-wrapper app/setxkbmap : Makefile.bsd-wrapper app/showfont : Makefile.bsd-wrapper app/smproxy : Makefile.bsd-wrapper app/viewres : Makefile.bsd-wrapper app/x11perf : Makefile.bsd-wrapper app/xauth : Makefile.bsd-wrapper app/xbiff : Makefile.bsd-wrapper app/xcalc : Makefile.bsd-wrapper app/xclipboard : Makefile.bsd-wrapper app/xclock : Makefile.bsd-wrapper app/xcmsdb : Makefile.bsd-wrapper app/xconsole : Makefile.bsd-wrapper app/xdm : Makefile.bsd-wrapper app/xdpyinfo : Makefile.bsd-wrapper app/xdriinfo : Makefile.bsd-wrapper app/xedit : Makefile.bsd-wrapper app/xev : Makefile.bsd-wrapper app/xeyes : Makefile.bsd-wrapper app/xfd : Makefile.bsd-wrapper app/xfindproxy : Makefile.bsd-wrapper app/xfontsel : Makefile.bsd-wrapper app/xfwp : Makefile.bsd-wrapper app/xgamma : Makefile.bsd-wrapper app/xgc : Makefile.bsd-wrapper app/xhost : Makefile.bsd-wrapper app/xkbcomp : Makefile.bsd-wrapper app/xkbevd : Makefile.bsd-wrapper app/xkbprint : Makefile.bsd-wrapper app/xkbutils : Makefile.bsd-wrapper app/xkill : Makefile.bsd-wrapper app/xload : Makefile.bsd-wrapper app/xlockmore : Makefile.bsd-wrapper app/xlogo : Makefile.bsd-wrapper app/xlsatoms : Makefile.bsd-wrapper app/xlsclients : Makefile.bsd-wrapper app/xlsfonts : Makefile.bsd-wrapper app/xmag : Makefile.bsd-wrapper app/xman : Makefile.bsd-wrapper app/xmessage : Makefile.bsd-wrapper app/xmore : Makefile.bsd-wrapper app/xphelloworld: Makefile.bsd-wrapper app/xplsprinters: Makefile.bsd-wrapper app/xpr : Makefile.bsd-wrapper app/xprehashprinterlist: Makefile.bsd-wrapper app/xprop : Makefile.bsd-wrapper app/xrandr : Makefile.bsd-wrapper app/xrefresh : Makefile.bsd-wrapper app/xset : Makefile.bsd-wrapper app/xsm : Makefile.bsd-wrapper app/xstdcmap : Makefile.bsd-wrapper app/xterm : Makefile.bsd-wrapper app/xtrap : Makefile.bsd-wrapper app/xvidtune : Makefile.bsd-wrapper app/xvinfo : Makefile.bsd-wrapper app/xwd : Makefile.bsd-wrapper app/xwininfo : Makefile.bsd-wrapper app/xwud : Makefile.bsd-wrapper Log message: Build infrastructure for app CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:07:44 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/fonttosfnt/depcomp N xenocara/app/fonttosfnt/struct.c N xenocara/app/fonttosfnt/INSTALL N xenocara/app/fonttosfnt/write.c N xenocara/app/fonttosfnt/config.guess N xenocara/app/fonttosfnt/install-sh N xenocara/app/fonttosfnt/configure.ac N xenocara/app/fonttosfnt/ChangeLog N xenocara/app/fonttosfnt/configure N xenocara/app/fonttosfnt/util.c N xenocara/app/fonttosfnt/fonttosfnt.man N xenocara/app/fonttosfnt/compile N xenocara/app/fonttosfnt/aclocal.m4 N xenocara/app/fonttosfnt/fonttosfnt.h N xenocara/app/fonttosfnt/config.h.in N xenocara/app/fonttosfnt/AUTHORS N xenocara/app/fonttosfnt/Makefile.am N xenocara/app/fonttosfnt/Makefile.in N xenocara/app/fonttosfnt/README N xenocara/app/fonttosfnt/NEWS N xenocara/app/fonttosfnt/COPYING N xenocara/app/fonttosfnt/config.sub N xenocara/app/fonttosfnt/missing N xenocara/app/fonttosfnt/env.c N xenocara/app/fonttosfnt/read.c N xenocara/app/fonttosfnt/fonttosfnt.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:09:42 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/lbxproxy/config.guess N xenocara/app/lbxproxy/missing N xenocara/app/lbxproxy/lbxproxy.def N xenocara/app/lbxproxy/NEWS N xenocara/app/lbxproxy/config.h.in N xenocara/app/lbxproxy/README N xenocara/app/lbxproxy/design N xenocara/app/lbxproxy/COPYING N xenocara/app/lbxproxy/Makefile.am N xenocara/app/lbxproxy/AUTHORS N xenocara/app/lbxproxy/compile N xenocara/app/lbxproxy/depcomp N xenocara/app/lbxproxy/config.sub N xenocara/app/lbxproxy/ChangeLog N xenocara/app/lbxproxy/install-sh N xenocara/app/lbxproxy/INSTALL N xenocara/app/lbxproxy/lbxproxy.man N xenocara/app/lbxproxy/configure N xenocara/app/lbxproxy/aclocal.m4 N xenocara/app/lbxproxy/mkinstalldirs N xenocara/app/lbxproxy/Makefile.in N xenocara/app/lbxproxy/configure.ac N xenocara/app/lbxproxy/config/AtomControl N xenocara/app/lbxproxy/os/io.c N xenocara/app/lbxproxy/os/connection.c N xenocara/app/lbxproxy/os/WaitFor.c N xenocara/app/lbxproxy/os/osinit.c N xenocara/app/lbxproxy/os/lbxproxytrans.c N xenocara/app/lbxproxy/os/osdep.h N xenocara/app/lbxproxy/di/lbxutil.c N xenocara/app/lbxproxy/di/pm.c N xenocara/app/lbxproxy/di/options.c N xenocara/app/lbxproxy/di/utils.c N xenocara/app/lbxproxy/di/props.c N xenocara/app/lbxproxy/di/gfx.c N xenocara/app/lbxproxy/di/swaprep.c N xenocara/app/lbxproxy/di/tables.c N xenocara/app/lbxproxy/di/tags.c N xenocara/app/lbxproxy/di/extensions.c N xenocara/app/lbxproxy/di/unsquish.c N xenocara/app/lbxproxy/di/main.c N xenocara/app/lbxproxy/di/wire.c N xenocara/app/lbxproxy/di/cmaputil.c N xenocara/app/lbxproxy/di/dispatch.c N xenocara/app/lbxproxy/di/atomcache.c N xenocara/app/lbxproxy/di/reqtype.c N xenocara/app/lbxproxy/di/init.c N xenocara/app/lbxproxy/di/lbxfuncs.c N xenocara/app/lbxproxy/di/zeropad.c N xenocara/app/lbxproxy/di/cache.c N xenocara/app/lbxproxy/di/resource.c N xenocara/app/lbxproxy/di/globals.c N xenocara/app/lbxproxy/di/swapreq.c N xenocara/app/lbxproxy/di/cmap.c N xenocara/app/lbxproxy/include/reqtype.h N xenocara/app/lbxproxy/include/lbx.h N xenocara/app/lbxproxy/include/swap.h N xenocara/app/lbxproxy/include/os.h N xenocara/app/lbxproxy/include/resource.h N xenocara/app/lbxproxy/include/proxyopts.h N xenocara/app/lbxproxy/include/tags.h N xenocara/app/lbxproxy/include/atomcache.h N xenocara/app/lbxproxy/include/wire.h N xenocara/app/lbxproxy/include/misc.h N xenocara/app/lbxproxy/include/lbxext.h N xenocara/app/lbxproxy/include/init.h N xenocara/app/lbxproxy/include/pmP.h N xenocara/app/lbxproxy/include/cache.h N xenocara/app/lbxproxy/include/colormap.h N xenocara/app/lbxproxy/include/pm.h N xenocara/app/lbxproxy/include/util.h N xenocara/app/lbxproxy/include/assert.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:11:22 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/twm/depcomp N xenocara/app/twm/INSTALL N xenocara/app/twm/config.guess N xenocara/app/twm/install-sh N xenocara/app/twm/configure.ac N xenocara/app/twm/ChangeLog N xenocara/app/twm/configure N xenocara/app/twm/compile N xenocara/app/twm/aclocal.m4 N xenocara/app/twm/config.h.in N xenocara/app/twm/AUTHORS N xenocara/app/twm/Makefile.am N xenocara/app/twm/Makefile.in N xenocara/app/twm/README N xenocara/app/twm/NEWS N xenocara/app/twm/COPYING N xenocara/app/twm/config.sub N xenocara/app/twm/missing N xenocara/app/twm/src/lex.l N xenocara/app/twm/src/system.twmrc N xenocara/app/twm/src/screen.h N xenocara/app/twm/src/events.h N xenocara/app/twm/src/iconmgr.c N xenocara/app/twm/src/resize.h N xenocara/app/twm/src/list.c N xenocara/app/twm/src/icons.h N xenocara/app/twm/src/session.h N xenocara/app/twm/src/util.c N xenocara/app/twm/src/gc.c N xenocara/app/twm/src/twm.h N xenocara/app/twm/src/cursor.c N xenocara/app/twm/src/menus.c N xenocara/app/twm/src/session.c N xenocara/app/twm/src/deftwmrc.sed N xenocara/app/twm/src/add_window.h N xenocara/app/twm/src/twm.c N xenocara/app/twm/src/menus.h N xenocara/app/twm/src/gram.y N xenocara/app/twm/src/gram.c N xenocara/app/twm/src/Makefile.am N xenocara/app/twm/src/Makefile.in N xenocara/app/twm/src/version.h N xenocara/app/twm/src/resize.c N xenocara/app/twm/src/parse.h N xenocara/app/twm/src/parse.c N xenocara/app/twm/src/gc.h N xenocara/app/twm/src/events.c N xenocara/app/twm/src/list.h N xenocara/app/twm/src/version.c N xenocara/app/twm/src/util.h N xenocara/app/twm/src/icons.c N xenocara/app/twm/src/add_window.c N xenocara/app/twm/src/deftwmrc.c N xenocara/app/twm/src/iconmgr.h N xenocara/app/twm/src/gram.h N xenocara/app/twm/src/siconify.bm N xenocara/app/twm/src/lex.c N xenocara/app/twm/man/twm.man N xenocara/app/twm/man/Makefile.am N xenocara/app/twm/man/Makefile.in N xenocara/app/twm/sample-twmrc/jim.twmrc N xenocara/app/twm/sample-twmrc/lemke.twmrc N xenocara/app/twm/sample-twmrc/keith.twmrc No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:12:22 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xf86dga/depcomp N xenocara/app/xf86dga/INSTALL N xenocara/app/xf86dga/dga.c N xenocara/app/xf86dga/config.guess N xenocara/app/xf86dga/install-sh N xenocara/app/xf86dga/configure.ac N xenocara/app/xf86dga/ChangeLog N xenocara/app/xf86dga/configure N xenocara/app/xf86dga/compile N xenocara/app/xf86dga/dga.man N xenocara/app/xf86dga/aclocal.m4 N xenocara/app/xf86dga/config.h.in N xenocara/app/xf86dga/AUTHORS N xenocara/app/xf86dga/Makefile.am N xenocara/app/xf86dga/Makefile.in N xenocara/app/xf86dga/README N xenocara/app/xf86dga/NEWS N xenocara/app/xf86dga/COPYING N xenocara/app/xf86dga/config.sub N xenocara/app/xf86dga/missing No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:43:47 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/app/xfs/depcomp N xenocara/app/xfs/INSTALL N xenocara/app/xfs/xfs.man N xenocara/app/xfs/config.guess N xenocara/app/xfs/install-sh N xenocara/app/xfs/configure.ac N xenocara/app/xfs/ChangeLog N xenocara/app/xfs/configure N xenocara/app/xfs/aclocal.m4 N xenocara/app/xfs/config.h.in N xenocara/app/xfs/AUTHORS N xenocara/app/xfs/Makefile.am N xenocara/app/xfs/Makefile.in N xenocara/app/xfs/README N xenocara/app/xfs/NEWS N xenocara/app/xfs/COPYING N xenocara/app/xfs/config.sub N xenocara/app/xfs/xfs.def N xenocara/app/xfs/missing N xenocara/app/xfs/config.cpp N xenocara/app/xfs/difs/tables.c N xenocara/app/xfs/difs/difsutils.c N xenocara/app/xfs/difs/fontinfo.c N xenocara/app/xfs/difs/atom.c N xenocara/app/xfs/difs/globals.c N xenocara/app/xfs/difs/extensions.c N xenocara/app/xfs/difs/dispatch.c N xenocara/app/xfs/difs/resource.c N xenocara/app/xfs/difs/initfonts.c N xenocara/app/xfs/difs/main.c N xenocara/app/xfs/difs/swapreq.c N xenocara/app/xfs/difs/fonts.c N xenocara/app/xfs/difs/events.c N xenocara/app/xfs/difs/cache.c N xenocara/app/xfs/difs/swaprep.c N xenocara/app/xfs/difs/charinfo.c N xenocara/app/xfs/include/client.h N xenocara/app/xfs/include/globals.h N xenocara/app/xfs/include/servermd.h N xenocara/app/xfs/include/swapreq.h N xenocara/app/xfs/include/cache.h N xenocara/app/xfs/include/auth.h N xenocara/app/xfs/include/swaprep.h N xenocara/app/xfs/include/accstr.h N xenocara/app/xfs/include/difsfn.h N xenocara/app/xfs/include/fsresource.h N xenocara/app/xfs/include/closure.h N xenocara/app/xfs/include/misc.h N xenocara/app/xfs/include/difsfnst.h N xenocara/app/xfs/include/difsutils.h N xenocara/app/xfs/include/osstruct.h N xenocara/app/xfs/include/fsevents.h N xenocara/app/xfs/include/difs.h N xenocara/app/xfs/include/authstr.h N xenocara/app/xfs/include/access.h N xenocara/app/xfs/include/assert.h N xenocara/app/xfs/include/clientstr.h N xenocara/app/xfs/include/closestr.h N xenocara/app/xfs/include/cachestr.h N xenocara/app/xfs/include/os.h N xenocara/app/xfs/include/dispatch.h N xenocara/app/xfs/include/site.h N xenocara/app/xfs/include/extentst.h N xenocara/app/xfs/os/io.c N xenocara/app/xfs/os/error.c N xenocara/app/xfs/os/connection.c N xenocara/app/xfs/os/waitfor.c N xenocara/app/xfs/os/daemon.c N xenocara/app/xfs/os/config.c N xenocara/app/xfs/os/osdep.h N xenocara/app/xfs/os/xfstrans.c N xenocara/app/xfs/os/access.c N xenocara/app/xfs/os/config.h N xenocara/app/xfs/os/utils.c N xenocara/app/xfs/os/osglue.c N xenocara/app/xfs/os/osinit.c N xenocara/app/xfs/os/configstr.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:45:57 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xfsinfo/config.guess N xenocara/app/xfsinfo/missing N xenocara/app/xfsinfo/NEWS N xenocara/app/xfsinfo/config.h.in N xenocara/app/xfsinfo/README N xenocara/app/xfsinfo/COPYING N xenocara/app/xfsinfo/Makefile.am N xenocara/app/xfsinfo/AUTHORS N xenocara/app/xfsinfo/compile N xenocara/app/xfsinfo/depcomp N xenocara/app/xfsinfo/config.sub N xenocara/app/xfsinfo/ChangeLog N xenocara/app/xfsinfo/install-sh N xenocara/app/xfsinfo/INSTALL N xenocara/app/xfsinfo/configure N xenocara/app/xfsinfo/aclocal.m4 N xenocara/app/xfsinfo/xfsinfo.man N xenocara/app/xfsinfo/xfsinfo.c N xenocara/app/xfsinfo/mkinstalldirs N xenocara/app/xfsinfo/Makefile.in N xenocara/app/xfsinfo/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:47:25 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_3 N xenocara/app/xinit/xinit.c N xenocara/app/xinit/depcomp N xenocara/app/xinit/INSTALL N xenocara/app/xinit/config.guess N xenocara/app/xinit/install-sh N xenocara/app/xinit/configure.ac N xenocara/app/xinit/ChangeLog N xenocara/app/xinit/configure N xenocara/app/xinit/xinit.def N xenocara/app/xinit/xinitrc.cmd N xenocara/app/xinit/compile N xenocara/app/xinit/xinitrc.cpp N xenocara/app/xinit/aclocal.m4 N xenocara/app/xinit/config.h.in N xenocara/app/xinit/AUTHORS N xenocara/app/xinit/Makefile.am N xenocara/app/xinit/Makefile.in N xenocara/app/xinit/README N xenocara/app/xinit/NEWS N xenocara/app/xinit/COPYING N xenocara/app/xinit/config.sub N xenocara/app/xinit/xinit.man N xenocara/app/xinit/startx.cpp N xenocara/app/xinit/missing N xenocara/app/xinit/startx.cmd N xenocara/app/xinit/startx.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:49:05 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xmodmap/exec.c N xenocara/app/xmodmap/depcomp N xenocara/app/xmodmap/INSTALL N xenocara/app/xmodmap/wq.h N xenocara/app/xmodmap/xmodmap.man N xenocara/app/xmodmap/config.guess N xenocara/app/xmodmap/install-sh N xenocara/app/xmodmap/xmodmap.h N xenocara/app/xmodmap/configure.ac N xenocara/app/xmodmap/ChangeLog N xenocara/app/xmodmap/configure N xenocara/app/xmodmap/compile N xenocara/app/xmodmap/aclocal.m4 N xenocara/app/xmodmap/config.h.in N xenocara/app/xmodmap/swap.km N xenocara/app/xmodmap/pf.c N xenocara/app/xmodmap/AUTHORS N xenocara/app/xmodmap/Makefile.am N xenocara/app/xmodmap/Makefile.in N xenocara/app/xmodmap/README N xenocara/app/xmodmap/NEWS N xenocara/app/xmodmap/COPYING N xenocara/app/xmodmap/config.sub N xenocara/app/xmodmap/handle.c N xenocara/app/xmodmap/missing N xenocara/app/xmodmap/xmodmap.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/26 07:50:39 Modified files: sys/dev/ic : malo.c Log message: It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *). Spotted by damien@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:53:46 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/app/xrdb/config.guess N xenocara/app/xrdb/COPYING N xenocara/app/xrdb/Makefile.in N xenocara/app/xrdb/missing N xenocara/app/xrdb/Makefile.am N xenocara/app/xrdb/install-sh N xenocara/app/xrdb/xrdb.man N xenocara/app/xrdb/depcomp N xenocara/app/xrdb/config.h.in N xenocara/app/xrdb/NEWS N xenocara/app/xrdb/compile N xenocara/app/xrdb/AUTHORS N xenocara/app/xrdb/xrdb.c N xenocara/app/xrdb/configure.ac N xenocara/app/xrdb/INSTALL N xenocara/app/xrdb/ChangeLog N xenocara/app/xrdb/configure N xenocara/app/xrdb/README N xenocara/app/xrdb/aclocal.m4 N xenocara/app/xrdb/config.sub No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:55:07 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/app/xsetmode/config.guess N xenocara/app/xsetmode/missing N xenocara/app/xsetmode/NEWS N xenocara/app/xsetmode/config.h.in N xenocara/app/xsetmode/xsetmode.man N xenocara/app/xsetmode/README N xenocara/app/xsetmode/COPYING N xenocara/app/xsetmode/xsetmode.c N xenocara/app/xsetmode/Makefile.am N xenocara/app/xsetmode/AUTHORS N xenocara/app/xsetmode/compile N xenocara/app/xsetmode/depcomp N xenocara/app/xsetmode/config.sub N xenocara/app/xsetmode/ChangeLog N xenocara/app/xsetmode/install-sh N xenocara/app/xsetmode/INSTALL N xenocara/app/xsetmode/configure N xenocara/app/xsetmode/aclocal.m4 N xenocara/app/xsetmode/mkinstalldirs N xenocara/app/xsetmode/Makefile.in N xenocara/app/xsetmode/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:56:35 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xsetpointer/README N xenocara/app/xsetpointer/configure.ac N xenocara/app/xsetpointer/aclocal.m4 N xenocara/app/xsetpointer/Makefile.am N xenocara/app/xsetpointer/Makefile.in N xenocara/app/xsetpointer/config.h.in N xenocara/app/xsetpointer/configure N xenocara/app/xsetpointer/AUTHORS N xenocara/app/xsetpointer/COPYING N xenocara/app/xsetpointer/ChangeLog N xenocara/app/xsetpointer/INSTALL N xenocara/app/xsetpointer/NEWS N xenocara/app/xsetpointer/compile N xenocara/app/xsetpointer/config.guess N xenocara/app/xsetpointer/config.sub N xenocara/app/xsetpointer/depcomp N xenocara/app/xsetpointer/install-sh N xenocara/app/xsetpointer/missing N xenocara/app/xsetpointer/xsetpointer.c N xenocara/app/xsetpointer/xsetpointer.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 07:57:40 Log message: Importing from X.Org indiviual releases Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/app/xsetroot/config.guess N xenocara/app/xsetroot/missing N xenocara/app/xsetroot/xsetroot.c N xenocara/app/xsetroot/NEWS N xenocara/app/xsetroot/config.h.in N xenocara/app/xsetroot/README N xenocara/app/xsetroot/COPYING N xenocara/app/xsetroot/Makefile.am N xenocara/app/xsetroot/AUTHORS N xenocara/app/xsetroot/compile N xenocara/app/xsetroot/depcomp N xenocara/app/xsetroot/config.sub N xenocara/app/xsetroot/ChangeLog N xenocara/app/xsetroot/install-sh N xenocara/app/xsetroot/INSTALL N xenocara/app/xsetroot/configure N xenocara/app/xsetroot/aclocal.m4 N xenocara/app/xsetroot/xsetroot.man N xenocara/app/xsetroot/mkinstalldirs N xenocara/app/xsetroot/Makefile.in N xenocara/app/xsetroot/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 08:01:01 Modified files: sys/dev/usb : uhidev.c Log message: cover up a bug (resulting in noise in dmesg) that we still do not understand, happens on the sun x4100 virtual console; ok dlg CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/26 08:03:32 Modified files: . : i386.html Log message: Add pwdog(4) to the watchdog timer section. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:04:55 Modified files: app : Makefile Added files: app/fonttosfnt : Makefile.bsd-wrapper app/lbxproxy : Makefile.bsd-wrapper app/twm : Makefile.bsd-wrapper app/xf86dga : Makefile.bsd-wrapper app/xfs : Makefile.bsd-wrapper app/xfsinfo : Makefile.bsd-wrapper app/xinit : Makefile.bsd-wrapper app/xmodmap : Makefile.bsd-wrapper app/xrdb : Makefile.bsd-wrapper app/xsetmode : Makefile.bsd-wrapper app/xsetpointer: Makefile.bsd-wrapper app/xsetroot : Makefile.bsd-wrapper Log message: More build infrastructure. (applications missing in X.Org 7.2RC2) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/26 08:09:47 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. Further testing needed. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/26 08:12:24 Modified files: sys/dev/pci : if_bnx.c Log message: commented out entry for the BCM5709. CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/26 08:13:21 Modified files: sys/arch/i386/i386: locore.s sys/arch/i386/include: cpu.h Log message: Save misc info (ebx) register from cpuid with eax=1, so we can use it later for some identifications. "slap it in" deraadt CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/26 08:15:25 Modified files: . : macppc.html Log message: pwdog(4) works on macppc, add it to the "Other Devices" section. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/26 08:22:58 Modified files: lib/libevent : evbuffer.c event.3 Log message: allow both read and write callbacks for bufferevents to be NULL. From Niels Provos via the libevent SVN ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/26 08:24:34 Modified files: lib/libevent : poll.c Log message: fail without leaking memory when poll set extension fails. From Niels Provos via the libevent SVN ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/26 08:25:14 Modified files: lib/libevent : buffer.c Log message: fix a potential problem in multiple handling of va_list; use va_copy instead. From Niels Provos via the libevent SVN, by Alejo. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/26 08:28:00 Modified files: distrib/notes/i386: hardware distrib/notes/macppc: hardware Log message: Add all available watchdog timers to i386/hardware, pwdog to macppc/hardware. reminded by miod. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:41:47 Log message: Importing encodings 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 N xenocara/font/encodings/configure.ac N xenocara/font/encodings/aclocal.m4 N xenocara/font/encodings/Makefile.am N xenocara/font/encodings/Makefile.in N xenocara/font/encodings/configure N xenocara/font/encodings/COPYING N xenocara/font/encodings/ChangeLog N xenocara/font/encodings/install-sh N xenocara/font/encodings/missing N xenocara/font/encodings/adobe-dingbats.enc N xenocara/font/encodings/adobe-standard.enc N xenocara/font/encodings/adobe-symbol.enc N xenocara/font/encodings/armscii-8.enc N xenocara/font/encodings/ascii-0.enc N xenocara/font/encodings/dec-special.enc N xenocara/font/encodings/ibm-cp437.enc N xenocara/font/encodings/ibm-cp850.enc N xenocara/font/encodings/ibm-cp852.enc N xenocara/font/encodings/ibm-cp866.enc N xenocara/font/encodings/iso8859-11.enc N xenocara/font/encodings/iso8859-13.enc N xenocara/font/encodings/iso8859-16.enc N xenocara/font/encodings/iso8859-6.16.enc N xenocara/font/encodings/iso8859-6.8x.enc N xenocara/font/encodings/microsoft-cp1250.enc N xenocara/font/encodings/microsoft-cp1251.enc N xenocara/font/encodings/microsoft-cp1252.enc N xenocara/font/encodings/microsoft-cp1253.enc N xenocara/font/encodings/microsoft-cp1254.enc N xenocara/font/encodings/microsoft-cp1255.enc N xenocara/font/encodings/microsoft-cp1256.enc N xenocara/font/encodings/microsoft-cp1257.enc N xenocara/font/encodings/microsoft-cp1258.enc N xenocara/font/encodings/microsoft-win3.1.enc N xenocara/font/encodings/mulearabic-0.enc N xenocara/font/encodings/mulearabic-1.enc N xenocara/font/encodings/mulearabic-2.enc N xenocara/font/encodings/mulelao-1.enc N xenocara/font/encodings/suneu-greek.enc N xenocara/font/encodings/tcvn-0.enc N xenocara/font/encodings/tis620-2.enc N xenocara/font/encodings/viscii1.1-1.enc N xenocara/font/encodings/large/Makefile.am N xenocara/font/encodings/large/Makefile.in N xenocara/font/encodings/large/big5.eten-0.enc N xenocara/font/encodings/large/big5hkscs-0.enc N xenocara/font/encodings/large/cns11643-1.enc N xenocara/font/encodings/large/cns11643-2.enc N xenocara/font/encodings/large/cns11643-3.enc N xenocara/font/encodings/large/gb18030-0.enc N xenocara/font/encodings/large/gb18030.2000-0.enc N xenocara/font/encodings/large/gb18030.2000-1.enc N xenocara/font/encodings/large/gb2312.1980-0.enc N xenocara/font/encodings/large/gbk-0.enc N xenocara/font/encodings/large/jisx0201.1976-0.enc N xenocara/font/encodings/large/jisx0208.1990-0.enc N xenocara/font/encodings/large/jisx0212.1990-0.enc N xenocara/font/encodings/large/ksc5601.1987-0.enc N xenocara/font/encodings/large/ksc5601.1992-3.enc N xenocara/font/encodings/large/sun.unicode.india-0.enc No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:45:18 Log message: Importing font-adobe-100dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/adobe-100dpi/ncenBI12.bdf N xenocara/font/adobe-100dpi/symb10.bdf N xenocara/font/adobe-100dpi/timBI24.bdf N xenocara/font/adobe-100dpi/timR18.bdf N xenocara/font/adobe-100dpi/timB24.bdf N xenocara/font/adobe-100dpi/helvBO14.bdf N xenocara/font/adobe-100dpi/missing N xenocara/font/adobe-100dpi/timR08.bdf N xenocara/font/adobe-100dpi/ncenI24.bdf N xenocara/font/adobe-100dpi/timB12.bdf N xenocara/font/adobe-100dpi/helvBO24.bdf N xenocara/font/adobe-100dpi/courR12.bdf N xenocara/font/adobe-100dpi/helvO24.bdf N xenocara/font/adobe-100dpi/courB14.bdf N xenocara/font/adobe-100dpi/helvR14.bdf N xenocara/font/adobe-100dpi/courB24.bdf N xenocara/font/adobe-100dpi/NEWS N xenocara/font/adobe-100dpi/helvB14.bdf N xenocara/font/adobe-100dpi/courBO12.bdf N xenocara/font/adobe-100dpi/timI18.bdf N xenocara/font/adobe-100dpi/timBI10.bdf N xenocara/font/adobe-100dpi/timR14.bdf N xenocara/font/adobe-100dpi/courO08.bdf N xenocara/font/adobe-100dpi/README N xenocara/font/adobe-100dpi/timB08.bdf N xenocara/font/adobe-100dpi/timR12.bdf N xenocara/font/adobe-100dpi/courO10.bdf N xenocara/font/adobe-100dpi/timBI14.bdf N xenocara/font/adobe-100dpi/ncenBI10.bdf N xenocara/font/adobe-100dpi/ncenB08.bdf N xenocara/font/adobe-100dpi/COPYING N xenocara/font/adobe-100dpi/ncenI18.bdf N xenocara/font/adobe-100dpi/courB18.bdf N xenocara/font/adobe-100dpi/timR10.bdf N xenocara/font/adobe-100dpi/helvB24.bdf N xenocara/font/adobe-100dpi/Makefile.am N xenocara/font/adobe-100dpi/helvB12.bdf N xenocara/font/adobe-100dpi/helvO10.bdf N xenocara/font/adobe-100dpi/timI12.bdf N xenocara/font/adobe-100dpi/ncenBI14.bdf N xenocara/font/adobe-100dpi/symb08.bdf N xenocara/font/adobe-100dpi/ncenI10.bdf N xenocara/font/adobe-100dpi/AUTHORS N xenocara/font/adobe-100dpi/timBI12.bdf N xenocara/font/adobe-100dpi/ncenR18.bdf N xenocara/font/adobe-100dpi/timI24.bdf N xenocara/font/adobe-100dpi/helvO18.bdf N xenocara/font/adobe-100dpi/courBO08.bdf N xenocara/font/adobe-100dpi/helvBO08.bdf N xenocara/font/adobe-100dpi/courR14.bdf N xenocara/font/adobe-100dpi/courBO10.bdf N xenocara/font/adobe-100dpi/timB18.bdf N xenocara/font/adobe-100dpi/helvR24.bdf N xenocara/font/adobe-100dpi/helvB10.bdf N xenocara/font/adobe-100dpi/helvR12.bdf N xenocara/font/adobe-100dpi/helvR18.bdf N xenocara/font/adobe-100dpi/symb18.bdf N xenocara/font/adobe-100dpi/helvB08.bdf N xenocara/font/adobe-100dpi/timR24.bdf N xenocara/font/adobe-100dpi/ncenI14.bdf N xenocara/font/adobe-100dpi/courR08.bdf N xenocara/font/adobe-100dpi/symb14.bdf N xenocara/font/adobe-100dpi/ChangeLog N xenocara/font/adobe-100dpi/helvBO10.bdf N xenocara/font/adobe-100dpi/ncenR14.bdf N xenocara/font/adobe-100dpi/ncenBI18.bdf N xenocara/font/adobe-100dpi/timB10.bdf N xenocara/font/adobe-100dpi/timBI08.bdf N xenocara/font/adobe-100dpi/install-sh N xenocara/font/adobe-100dpi/ncenR10.bdf N xenocara/font/adobe-100dpi/courBO14.bdf N xenocara/font/adobe-100dpi/timI14.bdf N xenocara/font/adobe-100dpi/courBO24.bdf N xenocara/font/adobe-100dpi/courO24.bdf N xenocara/font/adobe-100dpi/INSTALL N xenocara/font/adobe-100dpi/helvR10.bdf N xenocara/font/adobe-100dpi/helvBO18.bdf N xenocara/font/adobe-100dpi/courBO18.bdf N xenocara/font/adobe-100dpi/helvO12.bdf N xenocara/font/adobe-100dpi/helvO14.bdf N xenocara/font/adobe-100dpi/ncenB12.bdf N xenocara/font/adobe-100dpi/ncenI08.bdf N xenocara/font/adobe-100dpi/helvO08.bdf N xenocara/font/adobe-100dpi/ncenR24.bdf N xenocara/font/adobe-100dpi/configure N xenocara/font/adobe-100dpi/aclocal.m4 N xenocara/font/adobe-100dpi/courR10.bdf N xenocara/font/adobe-100dpi/courB12.bdf N xenocara/font/adobe-100dpi/courO14.bdf N xenocara/font/adobe-100dpi/courO12.bdf N xenocara/font/adobe-100dpi/ncenB10.bdf N xenocara/font/adobe-100dpi/timI10.bdf N xenocara/font/adobe-100dpi/ncenR12.bdf N xenocara/font/adobe-100dpi/ncenBI24.bdf N xenocara/font/adobe-100dpi/helvB18.bdf N xenocara/font/adobe-100dpi/ncenR08.bdf N xenocara/font/adobe-100dpi/timI08.bdf N xenocara/font/adobe-100dpi/courR18.bdf N xenocara/font/adobe-100dpi/helvBO12.bdf N xenocara/font/adobe-100dpi/courB08.bdf N xenocara/font/adobe-100dpi/timBI18.bdf N xenocara/font/adobe-100dpi/autogen.sh N xenocara/font/adobe-100dpi/courB10.bdf N xenocara/font/adobe-100dpi/ncenI12.bdf N xenocara/font/adobe-100dpi/ncenBI08.bdf N xenocara/font/adobe-100dpi/courO18.bdf N xenocara/font/adobe-100dpi/timB14.bdf N xenocara/font/adobe-100dpi/ncenB18.bdf N xenocara/font/adobe-100dpi/ncenB24.bdf N xenocara/font/adobe-100dpi/mkinstalldirs N xenocara/font/adobe-100dpi/Makefile.in N xenocara/font/adobe-100dpi/helvR08.bdf N xenocara/font/adobe-100dpi/symb12.bdf N xenocara/font/adobe-100dpi/ncenB14.bdf N xenocara/font/adobe-100dpi/courR24.bdf N xenocara/font/adobe-100dpi/symb24.bdf N xenocara/font/adobe-100dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:48:06 Modified files: app/xterm : Tekproc.c XTerm.ad data.h main.c ptyx.h version.h xterm.h xterm.man Log message: OpenBSD local changes CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:48:14 Log message: Importing font-adobe-75dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/adobe-75dpi/ncenBI12.bdf N xenocara/font/adobe-75dpi/symb10.bdf N xenocara/font/adobe-75dpi/timBI24.bdf N xenocara/font/adobe-75dpi/timR18.bdf N xenocara/font/adobe-75dpi/timB24.bdf N xenocara/font/adobe-75dpi/helvBO14.bdf N xenocara/font/adobe-75dpi/missing N xenocara/font/adobe-75dpi/timR08.bdf N xenocara/font/adobe-75dpi/ncenI24.bdf N xenocara/font/adobe-75dpi/timB12.bdf N xenocara/font/adobe-75dpi/helvBO24.bdf N xenocara/font/adobe-75dpi/courR12.bdf N xenocara/font/adobe-75dpi/helvO24.bdf N xenocara/font/adobe-75dpi/courB14.bdf N xenocara/font/adobe-75dpi/helvR14.bdf N xenocara/font/adobe-75dpi/courB24.bdf N xenocara/font/adobe-75dpi/NEWS N xenocara/font/adobe-75dpi/helvB14.bdf N xenocara/font/adobe-75dpi/courBO12.bdf N xenocara/font/adobe-75dpi/timI18.bdf N xenocara/font/adobe-75dpi/timBI10.bdf N xenocara/font/adobe-75dpi/timR14.bdf N xenocara/font/adobe-75dpi/courO08.bdf N xenocara/font/adobe-75dpi/README N xenocara/font/adobe-75dpi/timB08.bdf N xenocara/font/adobe-75dpi/timR12.bdf N xenocara/font/adobe-75dpi/courO10.bdf N xenocara/font/adobe-75dpi/timBI14.bdf N xenocara/font/adobe-75dpi/ncenBI10.bdf N xenocara/font/adobe-75dpi/ncenB08.bdf N xenocara/font/adobe-75dpi/COPYING N xenocara/font/adobe-75dpi/ncenI18.bdf N xenocara/font/adobe-75dpi/courB18.bdf N xenocara/font/adobe-75dpi/timR10.bdf N xenocara/font/adobe-75dpi/helvB24.bdf N xenocara/font/adobe-75dpi/Makefile.am N xenocara/font/adobe-75dpi/helvB12.bdf N xenocara/font/adobe-75dpi/helvO10.bdf N xenocara/font/adobe-75dpi/timI12.bdf N xenocara/font/adobe-75dpi/ncenBI14.bdf N xenocara/font/adobe-75dpi/symb08.bdf N xenocara/font/adobe-75dpi/ncenI10.bdf N xenocara/font/adobe-75dpi/AUTHORS N xenocara/font/adobe-75dpi/timBI12.bdf N xenocara/font/adobe-75dpi/ncenR18.bdf N xenocara/font/adobe-75dpi/timI24.bdf N xenocara/font/adobe-75dpi/helvO18.bdf N xenocara/font/adobe-75dpi/courBO08.bdf N xenocara/font/adobe-75dpi/helvBO08.bdf N xenocara/font/adobe-75dpi/courR14.bdf N xenocara/font/adobe-75dpi/courBO10.bdf N xenocara/font/adobe-75dpi/timB18.bdf N xenocara/font/adobe-75dpi/helvR24.bdf N xenocara/font/adobe-75dpi/helvB10.bdf N xenocara/font/adobe-75dpi/helvR12.bdf N xenocara/font/adobe-75dpi/helvR18.bdf N xenocara/font/adobe-75dpi/symb18.bdf N xenocara/font/adobe-75dpi/helvB08.bdf N xenocara/font/adobe-75dpi/timR24.bdf N xenocara/font/adobe-75dpi/ncenI14.bdf N xenocara/font/adobe-75dpi/courR08.bdf N xenocara/font/adobe-75dpi/symb14.bdf N xenocara/font/adobe-75dpi/ChangeLog N xenocara/font/adobe-75dpi/helvBO10.bdf N xenocara/font/adobe-75dpi/ncenR14.bdf N xenocara/font/adobe-75dpi/ncenBI18.bdf N xenocara/font/adobe-75dpi/timB10.bdf N xenocara/font/adobe-75dpi/timBI08.bdf N xenocara/font/adobe-75dpi/install-sh N xenocara/font/adobe-75dpi/ncenR10.bdf N xenocara/font/adobe-75dpi/courBO14.bdf N xenocara/font/adobe-75dpi/timI14.bdf N xenocara/font/adobe-75dpi/courBO24.bdf N xenocara/font/adobe-75dpi/courO24.bdf N xenocara/font/adobe-75dpi/INSTALL N xenocara/font/adobe-75dpi/helvR10.bdf N xenocara/font/adobe-75dpi/helvBO18.bdf N xenocara/font/adobe-75dpi/courBO18.bdf N xenocara/font/adobe-75dpi/helvO12.bdf N xenocara/font/adobe-75dpi/helvO14.bdf N xenocara/font/adobe-75dpi/ncenB12.bdf N xenocara/font/adobe-75dpi/ncenI08.bdf N xenocara/font/adobe-75dpi/helvO08.bdf N xenocara/font/adobe-75dpi/ncenR24.bdf N xenocara/font/adobe-75dpi/configure N xenocara/font/adobe-75dpi/aclocal.m4 N xenocara/font/adobe-75dpi/courR10.bdf N xenocara/font/adobe-75dpi/courB12.bdf N xenocara/font/adobe-75dpi/courO14.bdf N xenocara/font/adobe-75dpi/courO12.bdf N xenocara/font/adobe-75dpi/ncenB10.bdf N xenocara/font/adobe-75dpi/timI10.bdf N xenocara/font/adobe-75dpi/ncenR12.bdf N xenocara/font/adobe-75dpi/ncenBI24.bdf N xenocara/font/adobe-75dpi/helvB18.bdf N xenocara/font/adobe-75dpi/ncenR08.bdf N xenocara/font/adobe-75dpi/timI08.bdf N xenocara/font/adobe-75dpi/courR18.bdf N xenocara/font/adobe-75dpi/helvBO12.bdf N xenocara/font/adobe-75dpi/courB08.bdf N xenocara/font/adobe-75dpi/timBI18.bdf N xenocara/font/adobe-75dpi/autogen.sh N xenocara/font/adobe-75dpi/courB10.bdf N xenocara/font/adobe-75dpi/ncenI12.bdf N xenocara/font/adobe-75dpi/ncenBI08.bdf N xenocara/font/adobe-75dpi/courO18.bdf N xenocara/font/adobe-75dpi/timB14.bdf N xenocara/font/adobe-75dpi/ncenB18.bdf N xenocara/font/adobe-75dpi/ncenB24.bdf N xenocara/font/adobe-75dpi/mkinstalldirs N xenocara/font/adobe-75dpi/Makefile.in N xenocara/font/adobe-75dpi/helvR08.bdf N xenocara/font/adobe-75dpi/symb12.bdf N xenocara/font/adobe-75dpi/ncenB14.bdf N xenocara/font/adobe-75dpi/courR24.bdf N xenocara/font/adobe-75dpi/symb24.bdf N xenocara/font/adobe-75dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:49:15 Log message: Importing font-adobe-utopia-100dpi 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/adobe-utopia-100dpi/UTB___14.bdf N xenocara/font/adobe-utopia-100dpi/UTRG__24.bdf N xenocara/font/adobe-utopia-100dpi/UTB___12.bdf N xenocara/font/adobe-utopia-100dpi/missing N xenocara/font/adobe-utopia-100dpi/UTRG__12.bdf N xenocara/font/adobe-utopia-100dpi/NEWS N xenocara/font/adobe-utopia-100dpi/UTRG__10.bdf N xenocara/font/adobe-utopia-100dpi/UTB___24.bdf N xenocara/font/adobe-utopia-100dpi/UTB___10.bdf N xenocara/font/adobe-utopia-100dpi/README N xenocara/font/adobe-utopia-100dpi/COPYING N xenocara/font/adobe-utopia-100dpi/UTBI__24.bdf N xenocara/font/adobe-utopia-100dpi/Makefile.am N xenocara/font/adobe-utopia-100dpi/AUTHORS N xenocara/font/adobe-utopia-100dpi/UTRG__14.bdf N xenocara/font/adobe-utopia-100dpi/UTRG__18.bdf N xenocara/font/adobe-utopia-100dpi/ChangeLog N xenocara/font/adobe-utopia-100dpi/UTI___12.bdf N xenocara/font/adobe-utopia-100dpi/install-sh N xenocara/font/adobe-utopia-100dpi/INSTALL N xenocara/font/adobe-utopia-100dpi/UTI___10.bdf N xenocara/font/adobe-utopia-100dpi/UTI___18.bdf N xenocara/font/adobe-utopia-100dpi/configure N xenocara/font/adobe-utopia-100dpi/UTI___24.bdf N xenocara/font/adobe-utopia-100dpi/aclocal.m4 N xenocara/font/adobe-utopia-100dpi/UTI___14.bdf N xenocara/font/adobe-utopia-100dpi/UTBI__12.bdf N xenocara/font/adobe-utopia-100dpi/autogen.sh N xenocara/font/adobe-utopia-100dpi/UTB___18.bdf N xenocara/font/adobe-utopia-100dpi/mkinstalldirs N xenocara/font/adobe-utopia-100dpi/Makefile.in N xenocara/font/adobe-utopia-100dpi/UTBI__10.bdf N xenocara/font/adobe-utopia-100dpi/UTBI__14.bdf N xenocara/font/adobe-utopia-100dpi/UTBI__18.bdf N xenocara/font/adobe-utopia-100dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:50:04 Log message: Importing font-adobe-utopia-75dpi 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/adobe-utopia-75dpi/UTB___14.bdf N xenocara/font/adobe-utopia-75dpi/UTRG__24.bdf N xenocara/font/adobe-utopia-75dpi/UTB___12.bdf N xenocara/font/adobe-utopia-75dpi/missing N xenocara/font/adobe-utopia-75dpi/UTRG__12.bdf N xenocara/font/adobe-utopia-75dpi/NEWS N xenocara/font/adobe-utopia-75dpi/UTRG__10.bdf N xenocara/font/adobe-utopia-75dpi/UTB___24.bdf N xenocara/font/adobe-utopia-75dpi/UTB___10.bdf N xenocara/font/adobe-utopia-75dpi/README N xenocara/font/adobe-utopia-75dpi/COPYING N xenocara/font/adobe-utopia-75dpi/UTBI__24.bdf N xenocara/font/adobe-utopia-75dpi/Makefile.am N xenocara/font/adobe-utopia-75dpi/AUTHORS N xenocara/font/adobe-utopia-75dpi/UTRG__14.bdf N xenocara/font/adobe-utopia-75dpi/UTRG__18.bdf N xenocara/font/adobe-utopia-75dpi/ChangeLog N xenocara/font/adobe-utopia-75dpi/UTI___12.bdf N xenocara/font/adobe-utopia-75dpi/install-sh N xenocara/font/adobe-utopia-75dpi/INSTALL N xenocara/font/adobe-utopia-75dpi/UTI___10.bdf N xenocara/font/adobe-utopia-75dpi/UTI___18.bdf N xenocara/font/adobe-utopia-75dpi/configure N xenocara/font/adobe-utopia-75dpi/UTI___24.bdf N xenocara/font/adobe-utopia-75dpi/aclocal.m4 N xenocara/font/adobe-utopia-75dpi/UTI___14.bdf N xenocara/font/adobe-utopia-75dpi/UTBI__12.bdf N xenocara/font/adobe-utopia-75dpi/autogen.sh N xenocara/font/adobe-utopia-75dpi/UTB___18.bdf N xenocara/font/adobe-utopia-75dpi/mkinstalldirs N xenocara/font/adobe-utopia-75dpi/Makefile.in N xenocara/font/adobe-utopia-75dpi/UTBI__10.bdf N xenocara/font/adobe-utopia-75dpi/UTBI__14.bdf N xenocara/font/adobe-utopia-75dpi/UTBI__18.bdf N xenocara/font/adobe-utopia-75dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:50:21 Log message: Importing font-adobe-utopia-type1 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/adobe-utopia-type1/UTB_____.afm N xenocara/font/adobe-utopia-type1/missing N xenocara/font/adobe-utopia-type1/UTBI____.afm N xenocara/font/adobe-utopia-type1/UTI_____.pfa N xenocara/font/adobe-utopia-type1/NEWS N xenocara/font/adobe-utopia-type1/README N xenocara/font/adobe-utopia-type1/COPYING N xenocara/font/adobe-utopia-type1/Makefile.am N xenocara/font/adobe-utopia-type1/UTRG____.afm N xenocara/font/adobe-utopia-type1/AUTHORS N xenocara/font/adobe-utopia-type1/UTRG____.pfa N xenocara/font/adobe-utopia-type1/ChangeLog N xenocara/font/adobe-utopia-type1/install-sh N xenocara/font/adobe-utopia-type1/INSTALL N xenocara/font/adobe-utopia-type1/configure N xenocara/font/adobe-utopia-type1/aclocal.m4 N xenocara/font/adobe-utopia-type1/UTBI____.pfa N xenocara/font/adobe-utopia-type1/UTI_____.afm N xenocara/font/adobe-utopia-type1/UTB_____.pfa N xenocara/font/adobe-utopia-type1/autogen.sh N xenocara/font/adobe-utopia-type1/mkinstalldirs N xenocara/font/adobe-utopia-type1/Makefile.in N xenocara/font/adobe-utopia-type1/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:50:32 Log message: Importing font-alias 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/alias/missing N xenocara/font/alias/NEWS N xenocara/font/alias/README N xenocara/font/alias/COPYING N xenocara/font/alias/Makefile.am N xenocara/font/alias/AUTHORS N xenocara/font/alias/ChangeLog N xenocara/font/alias/install-sh N xenocara/font/alias/INSTALL N xenocara/font/alias/configure N xenocara/font/alias/aclocal.m4 N xenocara/font/alias/autogen.sh N xenocara/font/alias/mkinstalldirs N xenocara/font/alias/Makefile.in N xenocara/font/alias/configure.ac N xenocara/font/alias/misc/Makefile.am N xenocara/font/alias/misc/fonts.alias N xenocara/font/alias/misc/Makefile.in N xenocara/font/alias/75dpi/Makefile.am N xenocara/font/alias/75dpi/fonts.alias N xenocara/font/alias/75dpi/Makefile.in N xenocara/font/alias/100dpi/Makefile.am N xenocara/font/alias/100dpi/fonts.alias N xenocara/font/alias/100dpi/Makefile.in N xenocara/font/alias/cyrillic/Makefile.am N xenocara/font/alias/cyrillic/fonts.alias N xenocara/font/alias/cyrillic/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:50:45 Log message: Importing font-arabic-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/arabic-misc/missing N xenocara/font/arabic-misc/NEWS N xenocara/font/arabic-misc/README N xenocara/font/arabic-misc/COPYING N xenocara/font/arabic-misc/Makefile.am N xenocara/font/arabic-misc/AUTHORS N xenocara/font/arabic-misc/ChangeLog N xenocara/font/arabic-misc/install-sh N xenocara/font/arabic-misc/uniarab.txt N xenocara/font/arabic-misc/INSTALL N xenocara/font/arabic-misc/configure N xenocara/font/arabic-misc/aclocal.m4 N xenocara/font/arabic-misc/autogen.sh N xenocara/font/arabic-misc/mkinstalldirs N xenocara/font/arabic-misc/Makefile.in N xenocara/font/arabic-misc/arabic24.bdf N xenocara/font/arabic-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:52:38 Modified files: app/sessreg : Makefile.am sessreg.h Log message: Build fixes from X.Org -current. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:53:11 Log message: Importing font-bh-100dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-100dpi/lubI19.bdf N xenocara/font/bh-100dpi/luRS19.bdf N xenocara/font/bh-100dpi/luIS18.bdf N xenocara/font/bh-100dpi/luRS10.bdf N xenocara/font/bh-100dpi/lubBI08.bdf N xenocara/font/bh-100dpi/lubI24.bdf N xenocara/font/bh-100dpi/missing N xenocara/font/bh-100dpi/lubB19.bdf N xenocara/font/bh-100dpi/luBS14.bdf N xenocara/font/bh-100dpi/luBS12.bdf N xenocara/font/bh-100dpi/lubBI24.bdf N xenocara/font/bh-100dpi/NEWS N xenocara/font/bh-100dpi/lubR19.bdf N xenocara/font/bh-100dpi/lubR12.bdf N xenocara/font/bh-100dpi/luRS18.bdf N xenocara/font/bh-100dpi/lubB08.bdf N xenocara/font/bh-100dpi/luRS14.bdf N xenocara/font/bh-100dpi/README N xenocara/font/bh-100dpi/luIS19.bdf N xenocara/font/bh-100dpi/lubI14.bdf N xenocara/font/bh-100dpi/COPYING N xenocara/font/bh-100dpi/lubR14.bdf N xenocara/font/bh-100dpi/lubI10.bdf N xenocara/font/bh-100dpi/lubBI12.bdf N xenocara/font/bh-100dpi/lubR10.bdf N xenocara/font/bh-100dpi/lubBI14.bdf N xenocara/font/bh-100dpi/Makefile.am N xenocara/font/bh-100dpi/AUTHORS N xenocara/font/bh-100dpi/luBS19.bdf N xenocara/font/bh-100dpi/luBS24.bdf N xenocara/font/bh-100dpi/lubBI18.bdf N xenocara/font/bh-100dpi/lubB10.bdf N xenocara/font/bh-100dpi/luBIS24.bdf N xenocara/font/bh-100dpi/lubR08.bdf N xenocara/font/bh-100dpi/luBIS12.bdf N xenocara/font/bh-100dpi/luRS12.bdf N xenocara/font/bh-100dpi/luIS12.bdf N xenocara/font/bh-100dpi/lubB24.bdf N xenocara/font/bh-100dpi/luBS10.bdf N xenocara/font/bh-100dpi/luBIS18.bdf N xenocara/font/bh-100dpi/luBS18.bdf N xenocara/font/bh-100dpi/ChangeLog N xenocara/font/bh-100dpi/luBIS08.bdf N xenocara/font/bh-100dpi/lubB18.bdf N xenocara/font/bh-100dpi/lubR24.bdf N xenocara/font/bh-100dpi/lubI08.bdf N xenocara/font/bh-100dpi/lubB12.bdf N xenocara/font/bh-100dpi/install-sh N xenocara/font/bh-100dpi/luIS24.bdf N xenocara/font/bh-100dpi/INSTALL N xenocara/font/bh-100dpi/lubI12.bdf N xenocara/font/bh-100dpi/luIS10.bdf N xenocara/font/bh-100dpi/luBIS14.bdf N xenocara/font/bh-100dpi/configure N xenocara/font/bh-100dpi/aclocal.m4 N xenocara/font/bh-100dpi/luIS08.bdf N xenocara/font/bh-100dpi/luBIS19.bdf N xenocara/font/bh-100dpi/luBIS10.bdf N xenocara/font/bh-100dpi/lubBI10.bdf N xenocara/font/bh-100dpi/autogen.sh N xenocara/font/bh-100dpi/luRS24.bdf N xenocara/font/bh-100dpi/luRS08.bdf N xenocara/font/bh-100dpi/luBS08.bdf N xenocara/font/bh-100dpi/lubI18.bdf N xenocara/font/bh-100dpi/lubB14.bdf N xenocara/font/bh-100dpi/luIS14.bdf N xenocara/font/bh-100dpi/mkinstalldirs N xenocara/font/bh-100dpi/Makefile.in N xenocara/font/bh-100dpi/LU_LEGALNOTICE N xenocara/font/bh-100dpi/lubBI19.bdf N xenocara/font/bh-100dpi/configure.ac N xenocara/font/bh-100dpi/lubR18.bdf No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:54:59 Log message: Importing font-bh-75dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-75dpi/lubI19.bdf N xenocara/font/bh-75dpi/luRS19.bdf N xenocara/font/bh-75dpi/luIS18.bdf N xenocara/font/bh-75dpi/luRS10.bdf N xenocara/font/bh-75dpi/lubBI08.bdf N xenocara/font/bh-75dpi/lubI24.bdf N xenocara/font/bh-75dpi/missing N xenocara/font/bh-75dpi/lubB19.bdf N xenocara/font/bh-75dpi/luBS14.bdf N xenocara/font/bh-75dpi/luBS12.bdf N xenocara/font/bh-75dpi/lubBI24.bdf N xenocara/font/bh-75dpi/NEWS N xenocara/font/bh-75dpi/lubR19.bdf N xenocara/font/bh-75dpi/lubR12.bdf N xenocara/font/bh-75dpi/luRS18.bdf N xenocara/font/bh-75dpi/lubB08.bdf N xenocara/font/bh-75dpi/luRS14.bdf N xenocara/font/bh-75dpi/README N xenocara/font/bh-75dpi/luIS19.bdf N xenocara/font/bh-75dpi/lubI14.bdf N xenocara/font/bh-75dpi/COPYING N xenocara/font/bh-75dpi/lubR14.bdf N xenocara/font/bh-75dpi/lubI10.bdf N xenocara/font/bh-75dpi/lubBI12.bdf N xenocara/font/bh-75dpi/lubR10.bdf N xenocara/font/bh-75dpi/lubBI14.bdf N xenocara/font/bh-75dpi/Makefile.am N xenocara/font/bh-75dpi/AUTHORS N xenocara/font/bh-75dpi/luBS19.bdf N xenocara/font/bh-75dpi/luBS24.bdf N xenocara/font/bh-75dpi/lubBI18.bdf N xenocara/font/bh-75dpi/lubB10.bdf N xenocara/font/bh-75dpi/luBIS24.bdf N xenocara/font/bh-75dpi/lubR08.bdf N xenocara/font/bh-75dpi/luBIS12.bdf N xenocara/font/bh-75dpi/luRS12.bdf N xenocara/font/bh-75dpi/luIS12.bdf N xenocara/font/bh-75dpi/lubB24.bdf N xenocara/font/bh-75dpi/luBS10.bdf N xenocara/font/bh-75dpi/luBIS18.bdf N xenocara/font/bh-75dpi/luBS18.bdf N xenocara/font/bh-75dpi/ChangeLog N xenocara/font/bh-75dpi/luBIS08.bdf N xenocara/font/bh-75dpi/lubB18.bdf N xenocara/font/bh-75dpi/lubR24.bdf N xenocara/font/bh-75dpi/lubI08.bdf N xenocara/font/bh-75dpi/lubB12.bdf N xenocara/font/bh-75dpi/install-sh N xenocara/font/bh-75dpi/luIS24.bdf N xenocara/font/bh-75dpi/INSTALL N xenocara/font/bh-75dpi/lubI12.bdf N xenocara/font/bh-75dpi/luIS10.bdf N xenocara/font/bh-75dpi/luBIS14.bdf N xenocara/font/bh-75dpi/configure N xenocara/font/bh-75dpi/aclocal.m4 N xenocara/font/bh-75dpi/luIS08.bdf N xenocara/font/bh-75dpi/luBIS19.bdf N xenocara/font/bh-75dpi/luBIS10.bdf N xenocara/font/bh-75dpi/lubBI10.bdf N xenocara/font/bh-75dpi/autogen.sh N xenocara/font/bh-75dpi/luRS24.bdf N xenocara/font/bh-75dpi/luRS08.bdf N xenocara/font/bh-75dpi/luBS08.bdf N xenocara/font/bh-75dpi/lubI18.bdf N xenocara/font/bh-75dpi/lubB14.bdf N xenocara/font/bh-75dpi/luIS14.bdf N xenocara/font/bh-75dpi/mkinstalldirs N xenocara/font/bh-75dpi/Makefile.in N xenocara/font/bh-75dpi/LU_LEGALNOTICE N xenocara/font/bh-75dpi/lubBI19.bdf N xenocara/font/bh-75dpi/configure.ac N xenocara/font/bh-75dpi/lubR18.bdf No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:55:42 Log message: Importing font-bh-lucidatypewriter-100dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-lucidatypewriter-100dpi/missing N xenocara/font/bh-lucidatypewriter-100dpi/lutBS19.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutRS10.bdf N xenocara/font/bh-lucidatypewriter-100dpi/NEWS N xenocara/font/bh-lucidatypewriter-100dpi/lutBS18.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutRS12.bdf N xenocara/font/bh-lucidatypewriter-100dpi/README N xenocara/font/bh-lucidatypewriter-100dpi/COPYING N xenocara/font/bh-lucidatypewriter-100dpi/lutRS14.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutBS24.bdf N xenocara/font/bh-lucidatypewriter-100dpi/Makefile.am N xenocara/font/bh-lucidatypewriter-100dpi/AUTHORS N xenocara/font/bh-lucidatypewriter-100dpi/lutBS12.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutRS18.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutBS10.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutRS24.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutBS14.bdf N xenocara/font/bh-lucidatypewriter-100dpi/ChangeLog N xenocara/font/bh-lucidatypewriter-100dpi/install-sh N xenocara/font/bh-lucidatypewriter-100dpi/INSTALL N xenocara/font/bh-lucidatypewriter-100dpi/configure N xenocara/font/bh-lucidatypewriter-100dpi/aclocal.m4 N xenocara/font/bh-lucidatypewriter-100dpi/lutBS08.bdf N xenocara/font/bh-lucidatypewriter-100dpi/lutRS19.bdf N xenocara/font/bh-lucidatypewriter-100dpi/autogen.sh N xenocara/font/bh-lucidatypewriter-100dpi/lutRS08.bdf N xenocara/font/bh-lucidatypewriter-100dpi/mkinstalldirs N xenocara/font/bh-lucidatypewriter-100dpi/Makefile.in N xenocara/font/bh-lucidatypewriter-100dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:56:17 Log message: Importing font-bh-lucidatypewriter-75dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-lucidatypewriter-75dpi/missing N xenocara/font/bh-lucidatypewriter-75dpi/lutBS19.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutRS10.bdf N xenocara/font/bh-lucidatypewriter-75dpi/NEWS N xenocara/font/bh-lucidatypewriter-75dpi/lutBS18.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutRS12.bdf N xenocara/font/bh-lucidatypewriter-75dpi/README N xenocara/font/bh-lucidatypewriter-75dpi/COPYING N xenocara/font/bh-lucidatypewriter-75dpi/lutRS14.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutBS24.bdf N xenocara/font/bh-lucidatypewriter-75dpi/Makefile.am N xenocara/font/bh-lucidatypewriter-75dpi/AUTHORS N xenocara/font/bh-lucidatypewriter-75dpi/lutBS12.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutRS18.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutBS10.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutRS24.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutBS14.bdf N xenocara/font/bh-lucidatypewriter-75dpi/ChangeLog N xenocara/font/bh-lucidatypewriter-75dpi/install-sh N xenocara/font/bh-lucidatypewriter-75dpi/INSTALL N xenocara/font/bh-lucidatypewriter-75dpi/configure N xenocara/font/bh-lucidatypewriter-75dpi/aclocal.m4 N xenocara/font/bh-lucidatypewriter-75dpi/lutBS08.bdf N xenocara/font/bh-lucidatypewriter-75dpi/lutRS19.bdf N xenocara/font/bh-lucidatypewriter-75dpi/autogen.sh N xenocara/font/bh-lucidatypewriter-75dpi/lutRS08.bdf N xenocara/font/bh-lucidatypewriter-75dpi/mkinstalldirs N xenocara/font/bh-lucidatypewriter-75dpi/Makefile.in N xenocara/font/bh-lucidatypewriter-75dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:56:41 Log message: Importing font-bh-ttf 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-ttf/luximri.ttf N xenocara/font/bh-ttf/missing N xenocara/font/bh-ttf/luxisbi.ttf N xenocara/font/bh-ttf/luxirri.ttf N xenocara/font/bh-ttf/NEWS N xenocara/font/bh-ttf/COPYRIGHT.BH N xenocara/font/bh-ttf/README N xenocara/font/bh-ttf/COPYING N xenocara/font/bh-ttf/Makefile.am N xenocara/font/bh-ttf/luxirbi.ttf N xenocara/font/bh-ttf/AUTHORS N xenocara/font/bh-ttf/luxisr.ttf N xenocara/font/bh-ttf/luximr.ttf N xenocara/font/bh-ttf/luxisb.ttf N xenocara/font/bh-ttf/ChangeLog N xenocara/font/bh-ttf/luxirr.ttf N xenocara/font/bh-ttf/install-sh N xenocara/font/bh-ttf/INSTALL N xenocara/font/bh-ttf/luxirb.ttf N xenocara/font/bh-ttf/configure N xenocara/font/bh-ttf/aclocal.m4 N xenocara/font/bh-ttf/luxisri.ttf N xenocara/font/bh-ttf/luximbi.ttf N xenocara/font/bh-ttf/luximb.ttf N xenocara/font/bh-ttf/autogen.sh N xenocara/font/bh-ttf/mkinstalldirs N xenocara/font/bh-ttf/Makefile.in N xenocara/font/bh-ttf/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:57:11 Log message: Importing font-bh-type1 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bh-type1/l048036t.afm N xenocara/font/bh-type1/l049013t.afm N xenocara/font/bh-type1/l049016t.pfa N xenocara/font/bh-type1/l048016t.pfa N xenocara/font/bh-type1/missing N xenocara/font/bh-type1/l048013t.afm N xenocara/font/bh-type1/l048016t.afm N xenocara/font/bh-type1/l047036t.pfa N xenocara/font/bh-type1/NEWS N xenocara/font/bh-type1/COPYRIGHT.BH N xenocara/font/bh-type1/README N xenocara/font/bh-type1/l049016t.afm N xenocara/font/bh-type1/COPYING N xenocara/font/bh-type1/l048036t.pfa N xenocara/font/bh-type1/l048033t.afm N xenocara/font/bh-type1/l049013t.pfa N xenocara/font/bh-type1/l047033t.pfa N xenocara/font/bh-type1/Makefile.am N xenocara/font/bh-type1/l047013t.pfa N xenocara/font/bh-type1/AUTHORS N xenocara/font/bh-type1/l047033t.afm N xenocara/font/bh-type1/INSTALL N xenocara/font/bh-type1/l049033t.afm N xenocara/font/bh-type1/l047016t.pfa N xenocara/font/bh-type1/l047036t.afm N xenocara/font/bh-type1/ChangeLog N xenocara/font/bh-type1/l047016t.afm N xenocara/font/bh-type1/l048013t.pfa N xenocara/font/bh-type1/install-sh N xenocara/font/bh-type1/l049036t.pfa N xenocara/font/bh-type1/configure N xenocara/font/bh-type1/aclocal.m4 N xenocara/font/bh-type1/l048033t.pfa N xenocara/font/bh-type1/l049036t.afm N xenocara/font/bh-type1/autogen.sh N xenocara/font/bh-type1/l049033t.pfa N xenocara/font/bh-type1/mkinstalldirs N xenocara/font/bh-type1/Makefile.in N xenocara/font/bh-type1/l047013t.afm N xenocara/font/bh-type1/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:57:33 Log message: Importing font-bitstream-100dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bitstream-100dpi/charBI12.bdf N xenocara/font/bitstream-100dpi/charR24.bdf N xenocara/font/bitstream-100dpi/tech14.bdf N xenocara/font/bitstream-100dpi/charB24.bdf N xenocara/font/bitstream-100dpi/charBI24.bdf N xenocara/font/bitstream-100dpi/charI08.bdf N xenocara/font/bitstream-100dpi/missing N xenocara/font/bitstream-100dpi/charBI08.bdf N xenocara/font/bitstream-100dpi/charI24.bdf N xenocara/font/bitstream-100dpi/NEWS N xenocara/font/bitstream-100dpi/README N xenocara/font/bitstream-100dpi/charBI18.bdf N xenocara/font/bitstream-100dpi/COPYING N xenocara/font/bitstream-100dpi/charB12.bdf N xenocara/font/bitstream-100dpi/charB18.bdf N xenocara/font/bitstream-100dpi/charB08.bdf N xenocara/font/bitstream-100dpi/Makefile.am N xenocara/font/bitstream-100dpi/AUTHORS N xenocara/font/bitstream-100dpi/charB14.bdf N xenocara/font/bitstream-100dpi/charI10.bdf N xenocara/font/bitstream-100dpi/charI14.bdf N xenocara/font/bitstream-100dpi/charR12.bdf N xenocara/font/bitstream-100dpi/term14.bdf N xenocara/font/bitstream-100dpi/charR10.bdf N xenocara/font/bitstream-100dpi/ChangeLog N xenocara/font/bitstream-100dpi/install-sh N xenocara/font/bitstream-100dpi/charR14.bdf N xenocara/font/bitstream-100dpi/INSTALL N xenocara/font/bitstream-100dpi/configure N xenocara/font/bitstream-100dpi/aclocal.m4 N xenocara/font/bitstream-100dpi/termB14.bdf N xenocara/font/bitstream-100dpi/charBI10.bdf N xenocara/font/bitstream-100dpi/charB10.bdf N xenocara/font/bitstream-100dpi/charI18.bdf N xenocara/font/bitstream-100dpi/charI12.bdf N xenocara/font/bitstream-100dpi/techB14.bdf N xenocara/font/bitstream-100dpi/autogen.sh N xenocara/font/bitstream-100dpi/mkinstalldirs N xenocara/font/bitstream-100dpi/Makefile.in N xenocara/font/bitstream-100dpi/charBI14.bdf N xenocara/font/bitstream-100dpi/charR08.bdf N xenocara/font/bitstream-100dpi/charR18.bdf N xenocara/font/bitstream-100dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:57:54 Log message: Importing font-bitstream-75dpi 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bitstream-75dpi/charBI12.bdf N xenocara/font/bitstream-75dpi/charR24.bdf N xenocara/font/bitstream-75dpi/tech14.bdf N xenocara/font/bitstream-75dpi/charB24.bdf N xenocara/font/bitstream-75dpi/charBI24.bdf N xenocara/font/bitstream-75dpi/charI08.bdf N xenocara/font/bitstream-75dpi/missing N xenocara/font/bitstream-75dpi/charBI08.bdf N xenocara/font/bitstream-75dpi/charI24.bdf N xenocara/font/bitstream-75dpi/NEWS N xenocara/font/bitstream-75dpi/README N xenocara/font/bitstream-75dpi/charBI18.bdf N xenocara/font/bitstream-75dpi/COPYING N xenocara/font/bitstream-75dpi/charB12.bdf N xenocara/font/bitstream-75dpi/charB18.bdf N xenocara/font/bitstream-75dpi/charB08.bdf N xenocara/font/bitstream-75dpi/Makefile.am N xenocara/font/bitstream-75dpi/AUTHORS N xenocara/font/bitstream-75dpi/charB14.bdf N xenocara/font/bitstream-75dpi/charI10.bdf N xenocara/font/bitstream-75dpi/charI14.bdf N xenocara/font/bitstream-75dpi/charR12.bdf N xenocara/font/bitstream-75dpi/term14.bdf N xenocara/font/bitstream-75dpi/charR10.bdf N xenocara/font/bitstream-75dpi/ChangeLog N xenocara/font/bitstream-75dpi/install-sh N xenocara/font/bitstream-75dpi/charR14.bdf N xenocara/font/bitstream-75dpi/INSTALL N xenocara/font/bitstream-75dpi/configure N xenocara/font/bitstream-75dpi/aclocal.m4 N xenocara/font/bitstream-75dpi/termB14.bdf N xenocara/font/bitstream-75dpi/charBI10.bdf N xenocara/font/bitstream-75dpi/charB10.bdf N xenocara/font/bitstream-75dpi/charI18.bdf N xenocara/font/bitstream-75dpi/charI12.bdf N xenocara/font/bitstream-75dpi/techB14.bdf N xenocara/font/bitstream-75dpi/autogen.sh N xenocara/font/bitstream-75dpi/mkinstalldirs N xenocara/font/bitstream-75dpi/Makefile.in N xenocara/font/bitstream-75dpi/charBI14.bdf N xenocara/font/bitstream-75dpi/charR08.bdf N xenocara/font/bitstream-75dpi/charR18.bdf N xenocara/font/bitstream-75dpi/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:58:13 Log message: Importing font-bitstream-speedo 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bitstream-speedo/missing N xenocara/font/bitstream-speedo/font0710.spd N xenocara/font/bitstream-speedo/NEWS N xenocara/font/bitstream-speedo/README N xenocara/font/bitstream-speedo/COPYRIGHT N xenocara/font/bitstream-speedo/COPYING N xenocara/font/bitstream-speedo/Makefile.am N xenocara/font/bitstream-speedo/AUTHORS N xenocara/font/bitstream-speedo/fonts.scale N xenocara/font/bitstream-speedo/font0648.spd N xenocara/font/bitstream-speedo/font0582.spd N xenocara/font/bitstream-speedo/ChangeLog N xenocara/font/bitstream-speedo/install-sh N xenocara/font/bitstream-speedo/font0419.spd N xenocara/font/bitstream-speedo/INSTALL N xenocara/font/bitstream-speedo/font0583.spd N xenocara/font/bitstream-speedo/font0709.spd N xenocara/font/bitstream-speedo/configure N xenocara/font/bitstream-speedo/aclocal.m4 N xenocara/font/bitstream-speedo/font0649.spd N xenocara/font/bitstream-speedo/autogen.sh N xenocara/font/bitstream-speedo/font0611.spd N xenocara/font/bitstream-speedo/mkinstalldirs N xenocara/font/bitstream-speedo/Makefile.in N xenocara/font/bitstream-speedo/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:58:29 Log message: Importing font-bitstream-type1 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/bitstream-type1/c0648bt_.pfb N xenocara/font/bitstream-type1/missing N xenocara/font/bitstream-type1/c0583bt_.pfb N xenocara/font/bitstream-type1/c0649bt_.afm N xenocara/font/bitstream-type1/Copyright N xenocara/font/bitstream-type1/c0419bt_.pfb N xenocara/font/bitstream-type1/NEWS N xenocara/font/bitstream-type1/README N xenocara/font/bitstream-type1/COPYING N xenocara/font/bitstream-type1/c0632bt_.afm N xenocara/font/bitstream-type1/c0633bt_.afm N xenocara/font/bitstream-type1/Makefile.am N xenocara/font/bitstream-type1/c0419bt_.afm N xenocara/font/bitstream-type1/c0611bt_.afm N xenocara/font/bitstream-type1/AUTHORS N xenocara/font/bitstream-type1/ChangeLog N xenocara/font/bitstream-type1/c0632bt_.pfb N xenocara/font/bitstream-type1/c0649bt_.pfb N xenocara/font/bitstream-type1/install-sh N xenocara/font/bitstream-type1/INSTALL N xenocara/font/bitstream-type1/c0633bt_.pfb N xenocara/font/bitstream-type1/c0611bt_.pfb N xenocara/font/bitstream-type1/configure N xenocara/font/bitstream-type1/aclocal.m4 N xenocara/font/bitstream-type1/c0648bt_.afm N xenocara/font/bitstream-type1/c0582bt_.afm N xenocara/font/bitstream-type1/c0582bt_.pfb N xenocara/font/bitstream-type1/c0583bt_.afm N xenocara/font/bitstream-type1/autogen.sh N xenocara/font/bitstream-type1/mkinstalldirs N xenocara/font/bitstream-type1/Makefile.in N xenocara/font/bitstream-type1/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:59:01 Log message: Importing font-cronyx-cyrillic 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/cronyx-cyrillic/crox5t.bdf N xenocara/font/cronyx-cyrillic/crox6to.bdf N xenocara/font/cronyx-cyrillic/crox5hb.bdf N xenocara/font/cronyx-cyrillic/crox3cb.bdf N xenocara/font/cronyx-cyrillic/missing N xenocara/font/cronyx-cyrillic/crox6hbo.bdf N xenocara/font/cronyx-cyrillic/crox1co.bdf N xenocara/font/cronyx-cyrillic/crox3c.bdf N xenocara/font/cronyx-cyrillic/crox4hb.bdf N xenocara/font/cronyx-cyrillic/crox3h.bdf N xenocara/font/cronyx-cyrillic/crox4t.bdf N xenocara/font/cronyx-cyrillic/crox3tbo.bdf N xenocara/font/cronyx-cyrillic/crox1tbo.bdf N xenocara/font/cronyx-cyrillic/NEWS N xenocara/font/cronyx-cyrillic/crox2hb.bdf N xenocara/font/cronyx-cyrillic/crox1cbo.bdf N xenocara/font/cronyx-cyrillic/crox4h.bdf N xenocara/font/cronyx-cyrillic/crox2to.bdf N xenocara/font/cronyx-cyrillic/crox3t.bdf N xenocara/font/cronyx-cyrillic/crox3cbo.bdf N xenocara/font/cronyx-cyrillic/crox2hbo.bdf N xenocara/font/cronyx-cyrillic/crox3hb.bdf N xenocara/font/cronyx-cyrillic/README N xenocara/font/cronyx-cyrillic/COPYING N xenocara/font/cronyx-cyrillic/COPYRIGHT N xenocara/font/cronyx-cyrillic/crox5ho.bdf N xenocara/font/cronyx-cyrillic/crox5tbo.bdf N xenocara/font/cronyx-cyrillic/Makefile.am N xenocara/font/cronyx-cyrillic/koi10x16b.bdf N xenocara/font/cronyx-cyrillic/crox6h.bdf N xenocara/font/cronyx-cyrillic/AUTHORS N xenocara/font/cronyx-cyrillic/crox1to.bdf N xenocara/font/cronyx-cyrillic/crox1h.bdf N xenocara/font/cronyx-cyrillic/crox5tb.bdf N xenocara/font/cronyx-cyrillic/crox5to.bdf N xenocara/font/cronyx-cyrillic/crox1ho.bdf N xenocara/font/cronyx-cyrillic/crox2cbo.bdf N xenocara/font/cronyx-cyrillic/crox1t.bdf N xenocara/font/cronyx-cyrillic/crox6hb.bdf N xenocara/font/cronyx-cyrillic/crox2tb.bdf N xenocara/font/cronyx-cyrillic/crox6tb.bdf N xenocara/font/cronyx-cyrillic/crox2c.bdf N xenocara/font/cronyx-cyrillic/ChangeLog N xenocara/font/cronyx-cyrillic/crox1hbo.bdf N xenocara/font/cronyx-cyrillic/crox2cb.bdf N xenocara/font/cronyx-cyrillic/koinil2.bdf N xenocara/font/cronyx-cyrillic/crox4tb.bdf N xenocara/font/cronyx-cyrillic/install-sh N xenocara/font/cronyx-cyrillic/crox3co.bdf N xenocara/font/cronyx-cyrillic/INSTALL N xenocara/font/cronyx-cyrillic/crox3tb.bdf N xenocara/font/cronyx-cyrillic/crox1hb.bdf N xenocara/font/cronyx-cyrillic/configure N xenocara/font/cronyx-cyrillic/crox5h.bdf N xenocara/font/cronyx-cyrillic/crox1c.bdf N xenocara/font/cronyx-cyrillic/crox6t.bdf N xenocara/font/cronyx-cyrillic/aclocal.m4 N xenocara/font/cronyx-cyrillic/crox2ho.bdf N xenocara/font/cronyx-cyrillic/crox1cb.bdf N xenocara/font/cronyx-cyrillic/crox5hbo.bdf N xenocara/font/cronyx-cyrillic/crox1tb.bdf N xenocara/font/cronyx-cyrillic/crox2t.bdf N xenocara/font/cronyx-cyrillic/crox4tbo.bdf N xenocara/font/cronyx-cyrillic/crox3to.bdf N xenocara/font/cronyx-cyrillic/crox4ho.bdf N xenocara/font/cronyx-cyrillic/crox4hbo.bdf N xenocara/font/cronyx-cyrillic/crox6tbo.bdf N xenocara/font/cronyx-cyrillic/autogen.sh N xenocara/font/cronyx-cyrillic/crox2co.bdf N xenocara/font/cronyx-cyrillic/koi10x20.bdf N xenocara/font/cronyx-cyrillic/crox6ho.bdf N xenocara/font/cronyx-cyrillic/koi6x10.bdf N xenocara/font/cronyx-cyrillic/crox2tbo.bdf N xenocara/font/cronyx-cyrillic/mkinstalldirs N xenocara/font/cronyx-cyrillic/crox2h.bdf N xenocara/font/cronyx-cyrillic/Makefile.in N xenocara/font/cronyx-cyrillic/crox4to.bdf N xenocara/font/cronyx-cyrillic/crox3hbo.bdf N xenocara/font/cronyx-cyrillic/configure.ac N xenocara/font/cronyx-cyrillic/crox3ho.bdf No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 08:59:11 Log message: Importing font-cursor-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/cursor-misc/missing N xenocara/font/cursor-misc/NEWS N xenocara/font/cursor-misc/cursor.bdf N xenocara/font/cursor-misc/README N xenocara/font/cursor-misc/COPYING N xenocara/font/cursor-misc/Makefile.am N xenocara/font/cursor-misc/AUTHORS N xenocara/font/cursor-misc/ChangeLog N xenocara/font/cursor-misc/install-sh N xenocara/font/cursor-misc/INSTALL N xenocara/font/cursor-misc/configure N xenocara/font/cursor-misc/aclocal.m4 N xenocara/font/cursor-misc/autogen.sh N xenocara/font/cursor-misc/mkinstalldirs N xenocara/font/cursor-misc/Makefile.in N xenocara/font/cursor-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:00:28 Log message: Importing font-daewoo-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/daewoo-misc/missing N xenocara/font/daewoo-misc/hanglg16.bdf N xenocara/font/daewoo-misc/NEWS N xenocara/font/daewoo-misc/hanglm24.bdf N xenocara/font/daewoo-misc/README N xenocara/font/daewoo-misc/COPYING N xenocara/font/daewoo-misc/Makefile.am N xenocara/font/daewoo-misc/AUTHORS N xenocara/font/daewoo-misc/ChangeLog N xenocara/font/daewoo-misc/install-sh N xenocara/font/daewoo-misc/INSTALL N xenocara/font/daewoo-misc/configure N xenocara/font/daewoo-misc/aclocal.m4 N xenocara/font/daewoo-misc/autogen.sh N xenocara/font/daewoo-misc/mkinstalldirs N xenocara/font/daewoo-misc/Makefile.in N xenocara/font/daewoo-misc/hanglm16.bdf N xenocara/font/daewoo-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:00:36 Log message: Importing font-dec-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/dec-misc/missing N xenocara/font/dec-misc/NEWS N xenocara/font/dec-misc/README N xenocara/font/dec-misc/deccurs.bdf N xenocara/font/dec-misc/COPYING N xenocara/font/dec-misc/Makefile.am N xenocara/font/dec-misc/AUTHORS N xenocara/font/dec-misc/decsess.bdf N xenocara/font/dec-misc/ChangeLog N xenocara/font/dec-misc/install-sh N xenocara/font/dec-misc/INSTALL N xenocara/font/dec-misc/configure N xenocara/font/dec-misc/aclocal.m4 N xenocara/font/dec-misc/autogen.sh N xenocara/font/dec-misc/mkinstalldirs N xenocara/font/dec-misc/Makefile.in N xenocara/font/dec-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:00:52 Log message: Importing font-ibm-type1 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/ibm-type1/couri.pfa N xenocara/font/ibm-type1/missing N xenocara/font/ibm-type1/NEWS N xenocara/font/ibm-type1/cour.afm N xenocara/font/ibm-type1/README N xenocara/font/ibm-type1/COPYING N xenocara/font/ibm-type1/courbi.pfa N xenocara/font/ibm-type1/Makefile.am N xenocara/font/ibm-type1/AUTHORS N xenocara/font/ibm-type1/COPYRIGHT.IBM N xenocara/font/ibm-type1/ChangeLog N xenocara/font/ibm-type1/install-sh N xenocara/font/ibm-type1/INSTALL N xenocara/font/ibm-type1/configure N xenocara/font/ibm-type1/aclocal.m4 N xenocara/font/ibm-type1/courbi.afm N xenocara/font/ibm-type1/cour.pfa N xenocara/font/ibm-type1/autogen.sh N xenocara/font/ibm-type1/courb.pfa N xenocara/font/ibm-type1/mkinstalldirs N xenocara/font/ibm-type1/couri.afm N xenocara/font/ibm-type1/Makefile.in N xenocara/font/ibm-type1/courb.afm N xenocara/font/ibm-type1/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:01:00 Modified files: app/xdriinfo : configure.ac Log message: Proper dependencies for OpenBSD. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:02:04 Log message: Importing font-isas-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/isas-misc/gb16st.bdf N xenocara/font/isas-misc/missing N xenocara/font/isas-misc/NEWS N xenocara/font/isas-misc/README N xenocara/font/isas-misc/COPYING N xenocara/font/isas-misc/Makefile.am N xenocara/font/isas-misc/gb16fs.bdf N xenocara/font/isas-misc/AUTHORS N xenocara/font/isas-misc/gb24st.bdf N xenocara/font/isas-misc/ChangeLog N xenocara/font/isas-misc/install-sh N xenocara/font/isas-misc/INSTALL N xenocara/font/isas-misc/configure N xenocara/font/isas-misc/aclocal.m4 N xenocara/font/isas-misc/autogen.sh N xenocara/font/isas-misc/mkinstalldirs N xenocara/font/isas-misc/Makefile.in N xenocara/font/isas-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:02:53 Log message: Importing font-jis-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/jis-misc/missing N xenocara/font/jis-misc/NEWS N xenocara/font/jis-misc/README N xenocara/font/jis-misc/COPYING N xenocara/font/jis-misc/Makefile.am N xenocara/font/jis-misc/AUTHORS N xenocara/font/jis-misc/ChangeLog N xenocara/font/jis-misc/install-sh N xenocara/font/jis-misc/INSTALL N xenocara/font/jis-misc/jiskan24.bdf N xenocara/font/jis-misc/configure N xenocara/font/jis-misc/jiskan16.bdf N xenocara/font/jis-misc/aclocal.m4 N xenocara/font/jis-misc/autogen.sh N xenocara/font/jis-misc/mkinstalldirs N xenocara/font/jis-misc/Makefile.in N xenocara/font/jis-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:03:01 Log message: Importing font-micro-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/micro-misc/missing N xenocara/font/micro-misc/NEWS N xenocara/font/micro-misc/README N xenocara/font/micro-misc/COPYING N xenocara/font/micro-misc/Makefile.am N xenocara/font/micro-misc/AUTHORS N xenocara/font/micro-misc/ChangeLog N xenocara/font/micro-misc/install-sh N xenocara/font/micro-misc/INSTALL N xenocara/font/micro-misc/configure N xenocara/font/micro-misc/aclocal.m4 N xenocara/font/micro-misc/micro.bdf N xenocara/font/micro-misc/autogen.sh N xenocara/font/micro-misc/mkinstalldirs N xenocara/font/micro-misc/Makefile.in N xenocara/font/micro-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:03:18 Log message: Importing font-misc-cyrillic 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/misc-cyrillic/koi9x18b.bdf N xenocara/font/misc-cyrillic/missing N xenocara/font/misc-cyrillic/NEWS N xenocara/font/misc-cyrillic/koi7x14.bdf N xenocara/font/misc-cyrillic/koi12x24.bdf N xenocara/font/misc-cyrillic/README N xenocara/font/misc-cyrillic/COPYING N xenocara/font/misc-cyrillic/koi5x8.bdf N xenocara/font/misc-cyrillic/koi6x13.bdf N xenocara/font/misc-cyrillic/Makefile.am N xenocara/font/misc-cyrillic/koi7x14b.bdf N xenocara/font/misc-cyrillic/AUTHORS N xenocara/font/misc-cyrillic/koi6x9.bdf N xenocara/font/misc-cyrillic/koi12x24b.bdf N xenocara/font/misc-cyrillic/koi6x13b.bdf N xenocara/font/misc-cyrillic/ChangeLog N xenocara/font/misc-cyrillic/install-sh N xenocara/font/misc-cyrillic/koi9x15.bdf N xenocara/font/misc-cyrillic/INSTALL N xenocara/font/misc-cyrillic/koi9x15b.bdf N xenocara/font/misc-cyrillic/koi8x16.bdf N xenocara/font/misc-cyrillic/koi8x16b.bdf N xenocara/font/misc-cyrillic/configure N xenocara/font/misc-cyrillic/aclocal.m4 N xenocara/font/misc-cyrillic/autogen.sh N xenocara/font/misc-cyrillic/mkinstalldirs N xenocara/font/misc-cyrillic/koi9x18.bdf N xenocara/font/misc-cyrillic/Makefile.in N xenocara/font/misc-cyrillic/koi8x13.bdf N xenocara/font/misc-cyrillic/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:03:36 Log message: Importing font-misc-ethiopic 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/misc-ethiopic/missing N xenocara/font/misc-ethiopic/NEWS N xenocara/font/misc-ethiopic/README N xenocara/font/misc-ethiopic/COPYING N xenocara/font/misc-ethiopic/GohaTibebZemen.otf N xenocara/font/misc-ethiopic/Makefile.am N xenocara/font/misc-ethiopic/AUTHORS N xenocara/font/misc-ethiopic/GohaTibebZemen.ttf N xenocara/font/misc-ethiopic/ChangeLog N xenocara/font/misc-ethiopic/install-sh N xenocara/font/misc-ethiopic/license.txt N xenocara/font/misc-ethiopic/INSTALL N xenocara/font/misc-ethiopic/configure N xenocara/font/misc-ethiopic/aclocal.m4 N xenocara/font/misc-ethiopic/autogen.sh N xenocara/font/misc-ethiopic/mkinstalldirs N xenocara/font/misc-ethiopic/Makefile.in N xenocara/font/misc-ethiopic/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:05:13 Log message: Importing font-misc-meltho 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/misc-meltho/SyrCOMMalankara.otf N xenocara/font/misc-meltho/SyrCOMJerusalemOutline.otf N xenocara/font/misc-meltho/missing N xenocara/font/misc-meltho/NEWS N xenocara/font/misc-meltho/SyrCOMNisibinOutline.otf N xenocara/font/misc-meltho/SyrCOMCtesiphon.otf N xenocara/font/misc-meltho/SyrCOMTurAbdin.otf N xenocara/font/misc-meltho/SyrCOMAdiabene.otf N xenocara/font/misc-meltho/SyrCOMUrhoy.otf N xenocara/font/misc-meltho/README N xenocara/font/misc-meltho/COPYING N xenocara/font/misc-meltho/SyrCOMMidyat.otf N xenocara/font/misc-meltho/SyrCOMUrhoyBold.otf N xenocara/font/misc-meltho/SyrCOMMardin.otf N xenocara/font/misc-meltho/Makefile.am N xenocara/font/misc-meltho/SyrCOMTalada.otf N xenocara/font/misc-meltho/AUTHORS N xenocara/font/misc-meltho/SyrCOMQenNeshrin.otf N xenocara/font/misc-meltho/ChangeLog N xenocara/font/misc-meltho/SyrCOMMardinBold.otf N xenocara/font/misc-meltho/SyrCOMNisibin.otf N xenocara/font/misc-meltho/SyrCOMJerusalemBold.otf N xenocara/font/misc-meltho/install-sh N xenocara/font/misc-meltho/license.txt N xenocara/font/misc-meltho/SyrCOMBatnanBold.otf N xenocara/font/misc-meltho/INSTALL N xenocara/font/misc-meltho/configure N xenocara/font/misc-meltho/aclocal.m4 N xenocara/font/misc-meltho/SyrCOMAntioch.otf N xenocara/font/misc-meltho/SyrCOMJerusalemItalic.otf N xenocara/font/misc-meltho/SyrCOMKharput.otf N xenocara/font/misc-meltho/autogen.sh N xenocara/font/misc-meltho/SyrCOMEdessa.otf N xenocara/font/misc-meltho/SyrCOMJerusalem.otf N xenocara/font/misc-meltho/mkinstalldirs N xenocara/font/misc-meltho/Makefile.in N xenocara/font/misc-meltho/SyrCOMBatnan.otf N xenocara/font/misc-meltho/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:10:43 Log message: Importing font-misc-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/misc-misc/6x12.bdf N xenocara/font/misc-misc/10x20.bdf N xenocara/font/misc-misc/missing N xenocara/font/misc-misc/5x7.bdf N xenocara/font/misc-misc/6x13.bdf N xenocara/font/misc-misc/8x13B.bdf N xenocara/font/misc-misc/6x10.bdf N xenocara/font/misc-misc/18x18ko.bdf N xenocara/font/misc-misc/5x8.bdf N xenocara/font/misc-misc/NEWS N xenocara/font/misc-misc/7x14B.bdf N xenocara/font/misc-misc/README N xenocara/font/misc-misc/7x13.bdf N xenocara/font/misc-misc/COPYING N xenocara/font/misc-misc/6x9.bdf N xenocara/font/misc-misc/7x14.bdf N xenocara/font/misc-misc/Makefile.am N xenocara/font/misc-misc/AUTHORS N xenocara/font/misc-misc/nil2.bdf N xenocara/font/misc-misc/8x13.bdf N xenocara/font/misc-misc/9x15.bdf N xenocara/font/misc-misc/ChangeLog N xenocara/font/misc-misc/4x6.bdf N xenocara/font/misc-misc/install-sh N xenocara/font/misc-misc/9x18B.bdf N xenocara/font/misc-misc/INSTALL N xenocara/font/misc-misc/7x13O.bdf N xenocara/font/misc-misc/configure N xenocara/font/misc-misc/6x13O.bdf N xenocara/font/misc-misc/aclocal.m4 N xenocara/font/misc-misc/18x18ja.bdf N xenocara/font/misc-misc/6x13B.bdf N xenocara/font/misc-misc/9x18.bdf N xenocara/font/misc-misc/autogen.sh N xenocara/font/misc-misc/k14.bdf N xenocara/font/misc-misc/12x13ja.bdf N xenocara/font/misc-misc/mkinstalldirs N xenocara/font/misc-misc/9x15B.bdf N xenocara/font/misc-misc/Makefile.in N xenocara/font/misc-misc/8x13O.bdf N xenocara/font/misc-misc/7x13B.bdf N xenocara/font/misc-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 09:11:19 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: leave name simple CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:11:19 Log message: Importing font-mutt-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/mutt-misc/missing N xenocara/font/mutt-misc/cu12.bdf N xenocara/font/mutt-misc/NEWS N xenocara/font/mutt-misc/README N xenocara/font/mutt-misc/cuarabic12.bdf N xenocara/font/mutt-misc/COPYING N xenocara/font/mutt-misc/Makefile.am N xenocara/font/mutt-misc/AUTHORS N xenocara/font/mutt-misc/cudevnag12.bdf N xenocara/font/mutt-misc/ChangeLog N xenocara/font/mutt-misc/cu-devnag12.bdf N xenocara/font/mutt-misc/install-sh N xenocara/font/mutt-misc/cu-arabic12.bdf N xenocara/font/mutt-misc/INSTALL N xenocara/font/mutt-misc/configure N xenocara/font/mutt-misc/aclocal.m4 N xenocara/font/mutt-misc/cu-pua12.bdf N xenocara/font/mutt-misc/cu-alt12.bdf N xenocara/font/mutt-misc/autogen.sh N xenocara/font/mutt-misc/mkinstalldirs N xenocara/font/mutt-misc/Makefile.in N xenocara/font/mutt-misc/cu-lig12.bdf N xenocara/font/mutt-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:11:37 Log message: Importing font-schumacher-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/schumacher-misc/missing N xenocara/font/schumacher-misc/clR8x12.bdf N xenocara/font/schumacher-misc/NEWS N xenocara/font/schumacher-misc/clR5x10.bdf N xenocara/font/schumacher-misc/clR7x12.bdf N xenocara/font/schumacher-misc/clB8x16.bdf N xenocara/font/schumacher-misc/clR8x13.bdf N xenocara/font/schumacher-misc/clI6x12.bdf N xenocara/font/schumacher-misc/clR5x6.bdf N xenocara/font/schumacher-misc/README N xenocara/font/schumacher-misc/COPYING N xenocara/font/schumacher-misc/clB8x12.bdf N xenocara/font/schumacher-misc/clR8x16.bdf N xenocara/font/schumacher-misc/Makefile.am N xenocara/font/schumacher-misc/clR6x12.bdf N xenocara/font/schumacher-misc/AUTHORS N xenocara/font/schumacher-misc/clB6x12.bdf N xenocara/font/schumacher-misc/clR6x6.bdf N xenocara/font/schumacher-misc/clR8x10.bdf N xenocara/font/schumacher-misc/ChangeLog N xenocara/font/schumacher-misc/clR7x14.bdf N xenocara/font/schumacher-misc/install-sh N xenocara/font/schumacher-misc/clB9x15.bdf N xenocara/font/schumacher-misc/INSTALL N xenocara/font/schumacher-misc/clI8x8.bdf N xenocara/font/schumacher-misc/clR8x8.bdf N xenocara/font/schumacher-misc/clB6x10.bdf N xenocara/font/schumacher-misc/configure N xenocara/font/schumacher-misc/aclocal.m4 N xenocara/font/schumacher-misc/clB8x14.bdf N xenocara/font/schumacher-misc/clR7x10.bdf N xenocara/font/schumacher-misc/clB8x8.bdf N xenocara/font/schumacher-misc/clR6x13.bdf N xenocara/font/schumacher-misc/clR9x15.bdf N xenocara/font/schumacher-misc/autogen.sh N xenocara/font/schumacher-misc/clB8x13.bdf N xenocara/font/schumacher-misc/clR6x10.bdf N xenocara/font/schumacher-misc/clB8x10.bdf N xenocara/font/schumacher-misc/mkinstalldirs N xenocara/font/schumacher-misc/Makefile.in N xenocara/font/schumacher-misc/clR4x6.bdf N xenocara/font/schumacher-misc/clR8x14.bdf N xenocara/font/schumacher-misc/clR7x8.bdf N xenocara/font/schumacher-misc/clR6x8.bdf N xenocara/font/schumacher-misc/configure.ac N xenocara/font/schumacher-misc/clR5x8.bdf No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:11:45 Log message: Importing font-screen-cyrillic 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/screen-cyrillic/README N xenocara/font/screen-cyrillic/configure.ac N xenocara/font/screen-cyrillic/aclocal.m4 N xenocara/font/screen-cyrillic/Makefile.am N xenocara/font/screen-cyrillic/Makefile.in N xenocara/font/screen-cyrillic/configure N xenocara/font/screen-cyrillic/AUTHORS N xenocara/font/screen-cyrillic/COPYING N xenocara/font/screen-cyrillic/ChangeLog N xenocara/font/screen-cyrillic/INSTALL N xenocara/font/screen-cyrillic/NEWS N xenocara/font/screen-cyrillic/install-sh N xenocara/font/screen-cyrillic/missing N xenocara/font/screen-cyrillic/screen8x16b.bdf N xenocara/font/screen-cyrillic/screen8x16.bdf N xenocara/font/screen-cyrillic/autogen.sh No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:11:54 Log message: Importing font-sony-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/sony-misc/8x16rk.bdf N xenocara/font/sony-misc/missing N xenocara/font/sony-misc/NEWS N xenocara/font/sony-misc/README N xenocara/font/sony-misc/COPYING N xenocara/font/sony-misc/8x16.bdf N xenocara/font/sony-misc/12x24.bdf N xenocara/font/sony-misc/Makefile.am N xenocara/font/sony-misc/AUTHORS N xenocara/font/sony-misc/ChangeLog N xenocara/font/sony-misc/install-sh N xenocara/font/sony-misc/INSTALL N xenocara/font/sony-misc/configure N xenocara/font/sony-misc/aclocal.m4 N xenocara/font/sony-misc/12x24rk.bdf N xenocara/font/sony-misc/autogen.sh N xenocara/font/sony-misc/mkinstalldirs N xenocara/font/sony-misc/Makefile.in N xenocara/font/sony-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:12:04 Log message: Importing font-sun-misc 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/sun-misc/olgl19.bdf N xenocara/font/sun-misc/missing N xenocara/font/sun-misc/NEWS N xenocara/font/sun-misc/README N xenocara/font/sun-misc/COPYING N xenocara/font/sun-misc/Makefile.am N xenocara/font/sun-misc/AUTHORS N xenocara/font/sun-misc/ChangeLog N xenocara/font/sun-misc/install-sh N xenocara/font/sun-misc/INSTALL N xenocara/font/sun-misc/olgl10.bdf N xenocara/font/sun-misc/configure N xenocara/font/sun-misc/olgl12.bdf N xenocara/font/sun-misc/aclocal.m4 N xenocara/font/sun-misc/autogen.sh N xenocara/font/sun-misc/olcursor.bdf N xenocara/font/sun-misc/mkinstalldirs N xenocara/font/sun-misc/Makefile.in N xenocara/font/sun-misc/olgl14.bdf N xenocara/font/sun-misc/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:12:18 Log message: Importing font-util 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/font/util/map-ISO8859-10 N xenocara/font/util/config.guess N xenocara/font/util/COPYING N xenocara/font/util/bdftruncate.pl N xenocara/font/util/ucs2any.man N xenocara/font/util/map-ISO8859-11 N xenocara/font/util/map-KOI8-R N xenocara/font/util/map-ISO8859-15 N xenocara/font/util/fontutil.pc.in N xenocara/font/util/map-ISO8859-5 N xenocara/font/util/map-ISO8859-6 N xenocara/font/util/ucs2any.c N xenocara/font/util/fontutil.m4 N xenocara/font/util/Makefile.in N xenocara/font/util/map-ISO8859-2 N xenocara/font/util/missing N xenocara/font/util/Makefile.am N xenocara/font/util/map-ISO8859-7 N xenocara/font/util/install-sh N xenocara/font/util/map-ISO8859-16 N xenocara/font/util/depcomp N xenocara/font/util/autogen.sh N xenocara/font/util/NEWS N xenocara/font/util/map-ISO8859-9 N xenocara/font/util/config.h.in N xenocara/font/util/map-ISO8859-3 N xenocara/font/util/bdftruncate.man N xenocara/font/util/map-ISO8859-13 N xenocara/font/util/map-ISO8859-1 N xenocara/font/util/map-ISO8859-8 N xenocara/font/util/AUTHORS N xenocara/font/util/configure.ac N xenocara/font/util/INSTALL N xenocara/font/util/ChangeLog N xenocara/font/util/configure N xenocara/font/util/map-ISO8859-4 N xenocara/font/util/README N xenocara/font/util/aclocal.m4 N xenocara/font/util/map-JISX0201.1976-0 N xenocara/font/util/config.sub N xenocara/font/util/map-ISO8859-14 No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:12:26 Log message: Importing font-winitzki-cyrillic 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/winitzki-cyrillic/missing N xenocara/font/winitzki-cyrillic/NEWS N xenocara/font/winitzki-cyrillic/README N xenocara/font/winitzki-cyrillic/COPYING N xenocara/font/winitzki-cyrillic/Makefile.am N xenocara/font/winitzki-cyrillic/AUTHORS N xenocara/font/winitzki-cyrillic/ChangeLog N xenocara/font/winitzki-cyrillic/install-sh N xenocara/font/winitzki-cyrillic/INSTALL N xenocara/font/winitzki-cyrillic/configure N xenocara/font/winitzki-cyrillic/aclocal.m4 N xenocara/font/winitzki-cyrillic/proof9x16.bdf N xenocara/font/winitzki-cyrillic/autogen.sh N xenocara/font/winitzki-cyrillic/mkinstalldirs N xenocara/font/winitzki-cyrillic/Makefile.in N xenocara/font/winitzki-cyrillic/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:12:35 Log message: Importing font-xfree86-type1 1.0.0 Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/xfree86-type1/missing N xenocara/font/xfree86-type1/NEWS N xenocara/font/xfree86-type1/README N xenocara/font/xfree86-type1/COPYING N xenocara/font/xfree86-type1/Makefile.am N xenocara/font/xfree86-type1/AUTHORS N xenocara/font/xfree86-type1/ChangeLog N xenocara/font/xfree86-type1/install-sh N xenocara/font/xfree86-type1/INSTALL N xenocara/font/xfree86-type1/cursor.pfa N xenocara/font/xfree86-type1/configure N xenocara/font/xfree86-type1/aclocal.m4 N xenocara/font/xfree86-type1/autogen.sh N xenocara/font/xfree86-type1/mkinstalldirs N xenocara/font/xfree86-type1/Makefile.in N xenocara/font/xfree86-type1/configure.ac No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:34:13 Modified files: app/xsetpointer: configure.ac xsetpointer.c xsetpointer.man Log message: Revert to xsetpointer 1.0.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 09:59:50 Modified files: app/xconsole : Makefile.am config.h.in xconsole.c Added files: app/xconsole : privsep.c Log message: OpenBSD modification: privilege separation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/26 10:04:22 Modified files: sys/dev/pcmcia : cfxga.c cfxgareg.h Log message: Much better register description and values. No functional change yet - but this code does not look like a bingo game chart anymore. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:13:24 Modified files: app/xlockmore/modes: Makefile.in life.c app/xlockmore : configure.in app/xlockmore/xlock: XLock.ad passwd.c resource.c xlock.c xlock.h xlock.man Added files: app/xlockmore/bitmaps: l-blowfish.xbm m-blowfish.xbm s-blowfish.xbm app/xlockmore/modes: life.xpm app/xlockmore/pixmaps: m-blowfish.xpm Log message: OpenBSD customizations/adaptations: - icons - blank mode by default - BSD auth CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:17:57 Modified files: app/xinit : Makefile.am configure.ac startx.cpp xinit.c xinitrc.cpp Log message: OpenBSD customization: - hack for XFree86 3.3.x X servers - ssh-agent integration - fvwm default window manager CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/26 10:20:33 Modified files: sys/dev/ic : acx.c acx111.c acx100.c atw.c rtw.c sys/dev/usb : if_atu.c Log message: Make use of ieee80211_std_rateset CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:28:45 Log message: CVS still doesn't grok big files like 18x18ko.bdf. Import it in small chunks. Status: Vendor Tag: xorg Release Tags: v1_0_0 N xenocara/font/misc-misc/18x18ko.bdf.xaa N xenocara/font/misc-misc/18x18ko.bdf.xah N xenocara/font/misc-misc/18x18ko.bdf.xag N xenocara/font/misc-misc/18x18ko.bdf.xaf N xenocara/font/misc-misc/18x18ko.bdf.xae N xenocara/font/misc-misc/18x18ko.bdf.xad N xenocara/font/misc-misc/18x18ko.bdf.xac N xenocara/font/misc-misc/18x18ko.bdf.xab N xenocara/font/misc-misc/18x18ko.bdf.xai No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 10:36:07 Modified files: infrastructure/mk: bsd.port.mk Log message: all MULTI_PACKAGES are new, stop testing -main. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:37:04 Added files: font : Makefile font/adobe-100dpi: Makefile.bsd-wrapper font/adobe-75dpi: Makefile.bsd-wrapper font/adobe-utopia-100dpi: Makefile.bsd-wrapper font/adobe-utopia-75dpi: Makefile.bsd-wrapper font/adobe-utopia-type1: Makefile.bsd-wrapper font/alias : Makefile.bsd-wrapper font/arabic-misc: Makefile.bsd-wrapper font/bh-100dpi : Makefile.bsd-wrapper font/bh-75dpi : Makefile.bsd-wrapper font/bh-lucidatypewriter-100dpi: Makefile.bsd-wrapper font/bh-lucidatypewriter-75dpi: Makefile.bsd-wrapper font/bh-ttf : Makefile.bsd-wrapper font/bh-type1 : Makefile.bsd-wrapper font/bitstream-100dpi: Makefile.bsd-wrapper font/bitstream-75dpi: Makefile.bsd-wrapper font/bitstream-speedo: Makefile.bsd-wrapper font/bitstream-type1: Makefile.bsd-wrapper font/cronyx-cyrillic: Makefile.bsd-wrapper font/cursor-misc: Makefile.bsd-wrapper font/daewoo-misc: Makefile.bsd-wrapper font/dec-misc : Makefile.bsd-wrapper font/encodings : Makefile.bsd-wrapper font/ibm-type1 : Makefile.bsd-wrapper font/isas-misc : Makefile.bsd-wrapper font/jis-misc : Makefile.bsd-wrapper font/micro-misc: Makefile.bsd-wrapper font/misc-cyrillic: Makefile.bsd-wrapper font/misc-ethiopic: Makefile.bsd-wrapper font/misc-meltho: Makefile.bsd-wrapper font/misc-misc : Makefile.bsd-wrapper font/mutt-misc : Makefile.bsd-wrapper font/schumacher-misc: Makefile.bsd-wrapper font/screen-cyrillic: Makefile.bsd-wrapper font/sony-misc : Makefile.bsd-wrapper font/sun-misc : Makefile.bsd-wrapper font/util : Makefile.bsd-wrapper font/winitzki-cyrillic: Makefile.bsd-wrapper font/xfree86-type1: Makefile.bsd-wrapper Log message: Build infrastructure for font CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 10:43:44 Modified files: devel/doxygen : Makefile Added files: devel/doxygen/pkg: DESCR-main PLIST-main Removed files: devel/doxygen/pkg: DESCR PLIST Log message: new MULTI_PACKAGES CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:45:11 Modified files: font/misc-misc : Makefile.am Log message: generate 18x18ko.bdf from the split version. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 10:45:59 Modified files: infrastructure/mk: bsd.port.mk Log message: completely remove PACKAGING, it's no longer needed CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 10:54:09 Modified files: app/appres : Makefile.in aclocal.m4 configure app/bdftopcf : Makefile.in aclocal.m4 configure app/beforelight: Makefile.in aclocal.m4 configure app/bitmap : aclocal.m4 configure app/editres : Makefile.in aclocal.m4 configure app/fonttosfnt : aclocal.m4 configure app/fslsfonts : Makefile.in aclocal.m4 configure app/fstobdf : aclocal.m4 configure app/iceauth : Makefile.in aclocal.m4 configure app/ico : Makefile.in aclocal.m4 configure app/lbxproxy : Makefile.in aclocal.m4 config.h.in configure app/listres : Makefile.in aclocal.m4 configure app/luit : Makefile.in aclocal.m4 configure app/mkcfm : Makefile.in aclocal.m4 configure app/mkfontdir : aclocal.m4 configure app/mkfontscale: Makefile.in aclocal.m4 configure app/oclock : Makefile.in aclocal.m4 configure app/proxymngr : Makefile.in aclocal.m4 configure app/rgb : aclocal.m4 configure app/rstart : aclocal.m4 configure app/scripts : Makefile.in aclocal.m4 configure app/sessreg : Makefile.in aclocal.m4 configure app/setxkbmap : aclocal.m4 configure app/showfont : Makefile.in aclocal.m4 configure app/smproxy : aclocal.m4 configure app/twm : aclocal.m4 configure app/twm/man : Makefile.in app/viewres : Makefile.in aclocal.m4 configure app/x11perf : Makefile.in aclocal.m4 configure app/xauth : Makefile.in aclocal.m4 config.h.in configure app/xbiff : Makefile.in aclocal.m4 configure app/xcalc : Makefile.in aclocal.m4 configure app/xclipboard : Makefile.in aclocal.m4 configure app/xclock : Makefile.in aclocal.m4 configure app/xcmsdb : Makefile.in aclocal.m4 configure app/xconsole : Makefile.in aclocal.m4 configure configure.ac app/xdm : Makefile.in aclocal.m4 config.h.in configure app/xdm/config : Makefile.in app/xdm/greeter: Makefile.in app/xdpyinfo : Makefile.in aclocal.m4 configure app/xdriinfo : aclocal.m4 configure app/xedit : aclocal.m4 configure app/xev : aclocal.m4 configure app/xeyes : Makefile.in aclocal.m4 configure app/xf86dga : aclocal.m4 configure app/xfd : Makefile.in aclocal.m4 configure app/xfindproxy : Makefile.in aclocal.m4 configure app/xfontsel : Makefile.in aclocal.m4 configure app/xfs : aclocal.m4 config.h.in configure app/xfsinfo : Makefile.in aclocal.m4 configure app/xfwp : Makefile.in aclocal.m4 configure app/xgamma : Makefile.in aclocal.m4 configure app/xgc : Makefile.in aclocal.m4 configure app/xhost : aclocal.m4 config.h.in configure app/xinit : Makefile.in aclocal.m4 configure app/xkbcomp : Makefile.in aclocal.m4 configure app/xkbevd : aclocal.m4 configure app/xkbprint : Makefile.in aclocal.m4 configure app/xkbutils : Makefile.in aclocal.m4 configure app/xkill : Makefile.in aclocal.m4 configure app/xload : Makefile.in aclocal.m4 configure app/xlockmore : configure gettext.tcl language.ja.tcl language.tcl.tmpl app/xlockmore/etc: dtprofile app/xlogo : Makefile.in aclocal.m4 configure app/xlsatoms : Makefile.in aclocal.m4 configure app/xlsclients : Makefile.in aclocal.m4 configure app/xlsfonts : Makefile.in aclocal.m4 configure app/xmag : Makefile.in aclocal.m4 configure app/xman : aclocal.m4 configure app/xmessage : Makefile.in aclocal.m4 configure app/xmodmap : aclocal.m4 configure app/xmore : Makefile.in aclocal.m4 configure app/xphelloworld: Makefile.in aclocal.m4 configure app/xphelloworld/xpawhelloworld: Makefile.in app/xphelloworld/xphelloworld: Makefile.in app/xphelloworld/xpsimplehelloworld: Makefile.in app/xphelloworld/xpxmhelloworld: Makefile.in app/xphelloworld/xpxthelloworld: Makefile.in app/xplsprinters: Makefile.in aclocal.m4 configure app/xpr : Makefile.in aclocal.m4 configure app/xprehashprinterlist: Makefile.in aclocal.m4 configure app/xprop : Makefile.in aclocal.m4 configure app/xrandr : aclocal.m4 configure app/xrdb : aclocal.m4 configure app/xrefresh : aclocal.m4 configure app/xset : aclocal.m4 configure app/xsetmode : Makefile.in aclocal.m4 configure app/xsetpointer: Makefile.in aclocal.m4 configure app/xsetroot : Makefile.in aclocal.m4 configure app/xsm : Makefile.in aclocal.m4 configure app/xstdcmap : Makefile.in aclocal.m4 configure app/xtrap : aclocal.m4 configure app/xvidtune : Makefile.in aclocal.m4 configure app/xvinfo : Makefile.in aclocal.m4 configure app/xwd : Makefile.in aclocal.m4 configure app/xwininfo : aclocal.m4 configure app/xwud : Makefile.in aclocal.m4 configure Log message: regen with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/26 10:54:25 Modified files: share/man/man7 : ports.7 Log message: there's no longer a `special' main packages in MULTI_PACKAGES ports CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 11:01:19 Log message: Importing Bitsream Vera fonts Status: Vendor Tag: bitstream Release Tags: v1_10 N xenocara/font/bitstream-vera-ttf/VeraBd.ttf N xenocara/font/bitstream-vera-ttf/VeraBI.ttf N xenocara/font/bitstream-vera-ttf/VeraIt.ttf N xenocara/font/bitstream-vera-ttf/VeraMoBd.ttf N xenocara/font/bitstream-vera-ttf/VeraMoBI.ttf N xenocara/font/bitstream-vera-ttf/VeraMoIt.ttf N xenocara/font/bitstream-vera-ttf/VeraMono.ttf N xenocara/font/bitstream-vera-ttf/VeraSeBd.ttf N xenocara/font/bitstream-vera-ttf/VeraSe.ttf N xenocara/font/bitstream-vera-ttf/Vera.ttf N xenocara/font/bitstream-vera-ttf/COPYRIGHT.TXT N xenocara/font/bitstream-vera-ttf/local.conf N xenocara/font/bitstream-vera-ttf/README.TXT N xenocara/font/bitstream-vera-ttf/RELEASENOTES.TXT No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 11:03:16 Added files: font/bitstream-vera-ttf: Makefile Log message: Add a Makefile there CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/26 11:23:07 Modified files: games/clines : Makefile distinfo games/clines/pkg: PLIST Added files: games/clines/patches: patch-Makefile_in patch-configure Log message: update clines to 1.0.4 help and ok steven@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 11:24:08 Log message: Importing xserver from X.Org 7.2RC2 Status: Vendor Tag: xorg Release Tags: v1_1_99_902 N xenocara/xserver/ltmain.sh N xenocara/xserver/depcomp N xenocara/xserver/acinclude.m4 N xenocara/xserver/config.guess N xenocara/xserver/install-sh N xenocara/xserver/configure.ac N xenocara/xserver/configure N xenocara/xserver/compile N xenocara/xserver/aclocal.m4 N xenocara/xserver/Makefile.am N xenocara/xserver/Makefile.in N xenocara/xserver/COPYING N xenocara/xserver/config.sub N xenocara/xserver/xorg-server.pc.in N xenocara/xserver/missing N xenocara/xserver/xorg-server.m4 N xenocara/xserver/cpprules.in N xenocara/xserver/mi/mispans.c N xenocara/xserver/mi/miinitext.c N xenocara/xserver/mi/miregion.c N xenocara/xserver/mi/mibank.c N xenocara/xserver/mi/mipolypnt.c N xenocara/xserver/mi/mibstore.h N xenocara/xserver/mi/midash.c N xenocara/xserver/mi/mizerarc.h N xenocara/xserver/mi/miarc.c N xenocara/xserver/mi/miglblt.c N xenocara/xserver/mi/mipolytext.c N xenocara/xserver/mi/mibstorest.h N xenocara/xserver/mi/mivalidate.h N xenocara/xserver/mi/mipoly.h N xenocara/xserver/mi/mispans.h N xenocara/xserver/mi/miwideline.h N xenocara/xserver/mi/micoord.h N xenocara/xserver/mi/mipolygen.c N xenocara/xserver/mi/migc.c N xenocara/xserver/mi/mizerclip.c N xenocara/xserver/mi/mifpolycon.c N xenocara/xserver/mi/mibstore.c N xenocara/xserver/mi/mipointrst.h N xenocara/xserver/mi/micmap.c N xenocara/xserver/mi/miscanfill.h N xenocara/xserver/mi/mipointer.h N xenocara/xserver/mi/cbrt.c N xenocara/xserver/mi/miexpose.c N xenocara/xserver/mi/mioverlay.h N xenocara/xserver/mi/mipushpxl.c N xenocara/xserver/mi/mipolyseg.c N xenocara/xserver/mi/mibank.h N xenocara/xserver/mi/miwideline.c N xenocara/xserver/mi/mieq.c N xenocara/xserver/mi/mifillrct.c N xenocara/xserver/mi/Makefile.am N xenocara/xserver/mi/Makefile.in N xenocara/xserver/mi/misprite.h N xenocara/xserver/mi/mibitblt.c N xenocara/xserver/mi/micmap.h N xenocara/xserver/mi/mizerarc.c N xenocara/xserver/mi/mi.h N xenocara/xserver/mi/mipolycon.c N xenocara/xserver/mi/mipolyrect.c N xenocara/xserver/mi/mioverlay.c N xenocara/xserver/mi/mifillarc.c N xenocara/xserver/mi/mipoly.c N xenocara/xserver/mi/migc.h N xenocara/xserver/mi/miscrinit.c N xenocara/xserver/mi/mizerline.c N xenocara/xserver/mi/mipolyutil.c N xenocara/xserver/mi/misprite.c N xenocara/xserver/mi/mifpoly.h N xenocara/xserver/mi/mifillarc.h N xenocara/xserver/mi/mivaltree.c N xenocara/xserver/mi/micursor.c N xenocara/xserver/mi/mispritest.h N xenocara/xserver/mi/mistruct.h N xenocara/xserver/mi/miwindow.c N xenocara/xserver/mi/midispcur.c N xenocara/xserver/mi/miline.h N xenocara/xserver/mi/mipointer.c N xenocara/xserver/dix/dixfonts.c N xenocara/xserver/dix/ffs.c N xenocara/xserver/dix/tables.c N xenocara/xserver/dix/xpstubs.c N xenocara/xserver/dix/pixmap.c N xenocara/xserver/dix/extension.c N xenocara/xserver/dix/atom.c N xenocara/xserver/dix/globals.c N xenocara/xserver/dix/gc.c N xenocara/xserver/dix/dispatch.c N xenocara/xserver/dix/resource.c N xenocara/xserver/dix/cursor.c N xenocara/xserver/dix/main.c N xenocara/xserver/dix/privates.c N xenocara/xserver/dix/swapreq.c N xenocara/xserver/dix/Makefile.am N xenocara/xserver/dix/Makefile.in N xenocara/xserver/dix/strcasecmp.c N xenocara/xserver/dix/initatoms.c N xenocara/xserver/dix/property.c N xenocara/xserver/dix/grabs.c N xenocara/xserver/dix/devices.c N xenocara/xserver/dix/events.c N xenocara/xserver/dix/CHANGES N xenocara/xserver/dix/buildatoms N xenocara/xserver/dix/colormap.c N xenocara/xserver/dix/BuiltInAtoms N xenocara/xserver/dix/dixutils.c N xenocara/xserver/dix/window.c N xenocara/xserver/dix/swaprep.c N xenocara/xserver/dix/dispatch.h N xenocara/xserver/dix/glyphcurs.c N xenocara/xserver/cfb/cfbscrinit.c N xenocara/xserver/cfb/cfb8segCS.c N xenocara/xserver/cfb/cfbmskbits.h N xenocara/xserver/cfb/cfbglblt8.c N xenocara/xserver/cfb/cfbbresd.c N xenocara/xserver/cfb/cfbimage.c N xenocara/xserver/cfb/cfbbitblt.c N xenocara/xserver/cfb/cfbbltG.c N xenocara/xserver/cfb/cfb8bit.h N xenocara/xserver/cfb/cfbtile32.c N xenocara/xserver/cfb/cfbzerarc.c N xenocara/xserver/cfb/cfbgc.c N xenocara/xserver/cfb/cfbply1rct.c N xenocara/xserver/cfb/cfbrctstp8.c N xenocara/xserver/cfb/stip68kgnu.h N xenocara/xserver/cfb/cfbfillarc.c N xenocara/xserver/cfb/cfbgetsp.c N xenocara/xserver/cfb/Makefile.am.inc N xenocara/xserver/cfb/cfbzerarcX.c N xenocara/xserver/cfb/cfb32.h N xenocara/xserver/cfb/cfbsolid.c N xenocara/xserver/cfb/cfbsolidG.c N xenocara/xserver/cfb/cfbbres.c N xenocara/xserver/cfb/cfb8setG.c N xenocara/xserver/cfb/cfbbltX.c N xenocara/xserver/cfb/stipsparc.s N xenocara/xserver/cfb/cfbpolypnt.c N xenocara/xserver/cfb/cfbsetsp.c N xenocara/xserver/cfb/cfbrrop.c N xenocara/xserver/cfb/cfballpriv.c N xenocara/xserver/cfb/cfbfillarcC.c N xenocara/xserver/cfb/cfbtegblt.c N xenocara/xserver/cfb/cfbcppl.c N xenocara/xserver/cfb/cfb8segC.c N xenocara/xserver/cfb/cfbmskbits.c N xenocara/xserver/cfb/cfbwindow.c N xenocara/xserver/cfb/stipsprc32.s N xenocara/xserver/cfb/cfbtileoddG.c N xenocara/xserver/cfb/cfbpntwin.c N xenocara/xserver/cfb/cfbteblt8.c N xenocara/xserver/cfb/cfb8lineCO.c N xenocara/xserver/cfb/cfbfillarcG.c N xenocara/xserver/cfb/Makefile.am N xenocara/xserver/cfb/Makefile.in N xenocara/xserver/cfb/cfbunmap.h N xenocara/xserver/cfb/cfbbltO.c N xenocara/xserver/cfb/cfbpush8.c N xenocara/xserver/cfb/cfbbltC.c N xenocara/xserver/cfb/cfb16.h N xenocara/xserver/cfb/cfbbstore.c N xenocara/xserver/cfb/cfbply1rctC.c N xenocara/xserver/cfb/cfbmap.h N xenocara/xserver/cfb/cfbtile32C.c N xenocara/xserver/cfb/cfbsolidX.c N xenocara/xserver/cfb/cfbhrzvert.c N xenocara/xserver/cfb/cfbblt.c N xenocara/xserver/cfb/cfb24.h N xenocara/xserver/cfb/cfbtileoddC.c N xenocara/xserver/cfb/stipmips.s N xenocara/xserver/cfb/cfbfillrct.c N xenocara/xserver/cfb/cfbfillsp.c N xenocara/xserver/cfb/cfbply1rctG.c N xenocara/xserver/cfb/cfbzerarcC.c N xenocara/xserver/cfb/cfb8segX.c N xenocara/xserver/cfb/cfbrrop.h N xenocara/xserver/cfb/cfb8lineX.c N xenocara/xserver/cfb/cfb8lineG.c N xenocara/xserver/cfb/cfb8bit.c N xenocara/xserver/cfb/cfb8lineCP.c N xenocara/xserver/cfb/cfbglrop8.c N xenocara/xserver/cfb/cfb.h N xenocara/xserver/cfb/cfbcmap.c N xenocara/xserver/cfb/cfbigblt8.c N xenocara/xserver/cfb/cfb8line.c N xenocara/xserver/cfb/cfbsolidC.c N xenocara/xserver/cfb/cfbzerarcG.c N xenocara/xserver/cfb/cfbtab.h N xenocara/xserver/cfb/cfbtile32G.c N xenocara/xserver/cfb/cfbseg.c N xenocara/xserver/cfb/cfbpixmap.c N xenocara/xserver/cfb/cfbtileodd.c N xenocara/xserver/cfb/cfbline.c N xenocara/xserver/damageext/damageextint.h N xenocara/xserver/damageext/Makefile.am N xenocara/xserver/damageext/Makefile.in N xenocara/xserver/damageext/damageext.c N xenocara/xserver/damageext/damageext.h N xenocara/xserver/exa/exa_priv.h N xenocara/xserver/exa/Makefile.am N xenocara/xserver/exa/Makefile.in N xenocara/xserver/exa/exa_migration.c N xenocara/xserver/exa/exa.c N xenocara/xserver/exa/exa_offscreen.c N xenocara/xserver/exa/exa_render.c N xenocara/xserver/exa/exa_unaccel.c N xenocara/xserver/exa/exa_accel.c N xenocara/xserver/exa/exa.h N xenocara/xserver/dbe/dbe.c N xenocara/xserver/dbe/dbestruct.h N xenocara/xserver/dbe/midbe.h N xenocara/xserver/dbe/Makefile.am N xenocara/xserver/dbe/Makefile.in N xenocara/xserver/dbe/midbe.c N xenocara/xserver/dbe/midbestr.h N xenocara/xserver/Xext/sleepuntil.h N xenocara/xserver/Xext/panoramiXSwap.c N xenocara/xserver/Xext/shmint.h N xenocara/xserver/Xext/panoramiXh.h N xenocara/xserver/Xext/saver.c N xenocara/xserver/Xext/EVI.c N xenocara/xserver/Xext/EVIstruct.h N xenocara/xserver/Xext/sleepuntil.c N xenocara/xserver/Xext/xres.c N xenocara/xserver/Xext/appgroup.c N xenocara/xserver/Xext/xacestr.h N xenocara/xserver/Xext/xvdisp.h N xenocara/xserver/Xext/xevie.c N xenocara/xserver/Xext/panoramiXsrv.h N xenocara/xserver/Xext/dpms.c N xenocara/xserver/Xext/xace.h N xenocara/xserver/Xext/sync.c N xenocara/xserver/Xext/xvdisp.c N xenocara/xserver/Xext/dpmsstubs.c N xenocara/xserver/Xext/xtest.c N xenocara/xserver/Xext/cup.c N xenocara/xserver/Xext/sampleEVI.c N xenocara/xserver/Xext/xcalibrate.c N xenocara/xserver/Xext/xcmisc.c N xenocara/xserver/Xext/xvdix.h N xenocara/xserver/Xext/mbufpx.c N xenocara/xserver/Xext/Makefile.am N xenocara/xserver/Xext/Makefile.in N xenocara/xserver/Xext/mbufbf.c N xenocara/xserver/Xext/security.c N xenocara/xserver/Xext/xf86bigfont.c N xenocara/xserver/Xext/panoramiX.c N xenocara/xserver/Xext/fontcache.c N xenocara/xserver/Xext/securitysrv.h N xenocara/xserver/Xext/SecurityPolicy N xenocara/xserver/Xext/xvmain.c N xenocara/xserver/Xext/panoramiX.h N xenocara/xserver/Xext/xvmc.c N xenocara/xserver/Xext/mitmisc.c N xenocara/xserver/Xext/bigreq.c N xenocara/xserver/Xext/appgroup.h N xenocara/xserver/Xext/shape.c N xenocara/xserver/Xext/xprint.c N xenocara/xserver/Xext/mbuf.c N xenocara/xserver/Xext/xvmcext.h N xenocara/xserver/Xext/xace.c N xenocara/xserver/Xext/shm.c N xenocara/xserver/Xext/dpmsproc.h N xenocara/xserver/Xext/panoramiXprocs.c N xenocara/xserver/miext/Makefile.am N xenocara/xserver/miext/Makefile.in N xenocara/xserver/miext/rootless/rootlessConfig.h N xenocara/xserver/miext/rootless/rootlessCommon.h N xenocara/xserver/miext/rootless/rootlessWindow.c N xenocara/xserver/miext/rootless/rootlessWindow.h N xenocara/xserver/miext/rootless/rootless.h N xenocara/xserver/miext/rootless/rootlessScreen.c N xenocara/xserver/miext/rootless/rootlessCommon.c N xenocara/xserver/miext/rootless/Makefile.am N xenocara/xserver/miext/rootless/Makefile.in N xenocara/xserver/miext/rootless/rootlessValTree.c N xenocara/xserver/miext/rootless/rootlessGC.c N xenocara/xserver/miext/rootless/README.txt N xenocara/xserver/miext/rootless/accel/rlCopy.c N xenocara/xserver/miext/rootless/accel/rlBlt.c N xenocara/xserver/miext/rootless/accel/rlGlyph.c N xenocara/xserver/miext/rootless/accel/rlFill.c N xenocara/xserver/miext/rootless/accel/rlAccel.c N xenocara/xserver/miext/rootless/accel/rlFillSpans.c N xenocara/xserver/miext/rootless/accel/rlAccel.h N xenocara/xserver/miext/rootless/accel/rlFillRect.c N xenocara/xserver/miext/rootless/accel/rlSolid.c N xenocara/xserver/miext/rootless/safeAlpha/safeAlpha.h N xenocara/xserver/miext/rootless/safeAlpha/safeAlphaPicture.c N xenocara/xserver/miext/rootless/safeAlpha/safeAlphaWindow.c N xenocara/xserver/miext/damage/damage.c N xenocara/xserver/miext/damage/Makefile.am N xenocara/xserver/miext/damage/Makefile.in N xenocara/xserver/miext/damage/damage.h N xenocara/xserver/miext/damage/damagestr.h N xenocara/xserver/miext/cw/cw_ops.c N xenocara/xserver/miext/cw/cw.h N xenocara/xserver/miext/cw/cw.c N xenocara/xserver/miext/cw/Makefile.am N xenocara/xserver/miext/cw/Makefile.in N xenocara/xserver/miext/cw/cw_render.c N xenocara/xserver/miext/shadow/shadow.c N xenocara/xserver/miext/shadow/shalloc.c N xenocara/xserver/miext/shadow/shrot16pack_270YX.c N xenocara/xserver/miext/shadow/shrot8pack_270.c N xenocara/xserver/miext/shadow/shrot8pack_180.c N xenocara/xserver/miext/shadow/shrot32pack_180.c N xenocara/xserver/miext/shadow/shrot16pack_90YX.c N xenocara/xserver/miext/shadow/shrot8pack_90.c N xenocara/xserver/miext/shadow/shrot8pack.c N xenocara/xserver/miext/shadow/shrotpackYX.h N xenocara/xserver/miext/shadow/shrot16pack_90.c N xenocara/xserver/miext/shadow/shrotpack.h N xenocara/xserver/miext/shadow/shrot16pack.c N xenocara/xserver/miext/shadow/shrot16pack_270.c N xenocara/xserver/miext/shadow/Makefile.am N xenocara/xserver/miext/shadow/Makefile.in N xenocara/xserver/miext/shadow/shrot16pack_180.c N xenocara/xserver/miext/shadow/shrot32pack_90.c N xenocara/xserver/miext/shadow/shrot32pack.c N xenocara/xserver/miext/shadow/shplanar.c N xenocara/xserver/miext/shadow/shrotate.c N xenocara/xserver/miext/shadow/shpacked.c N xenocara/xserver/miext/shadow/shplanar8.c N xenocara/xserver/miext/shadow/shrot32pack_270.c N xenocara/xserver/miext/shadow/shadow.h N xenocara/xserver/xfixes/xfixes.c N xenocara/xserver/xfixes/xfixes.h N xenocara/xserver/xfixes/cursor.c N xenocara/xserver/xfixes/select.c N xenocara/xserver/xfixes/Makefile.am N xenocara/xserver/xfixes/Makefile.in N xenocara/xserver/xfixes/region.c N xenocara/xserver/xfixes/saveset.c N xenocara/xserver/xfixes/xfixesint.h N xenocara/xserver/doc/smartsched N xenocara/xserver/doc/Xserver.man.pre N xenocara/xserver/doc/Makefile.am N xenocara/xserver/doc/Makefile.in N xenocara/xserver/mfb/mfbzerarc.c N xenocara/xserver/mfb/mfbbres.c N xenocara/xserver/mfb/mfbimage.c N xenocara/xserver/mfb/mfbpawhite.c N xenocara/xserver/mfb/mfbpgbblak.c N xenocara/xserver/mfb/mfbbstore.c N xenocara/xserver/mfb/mfbbltX.c N xenocara/xserver/mfb/mfbseg.c N xenocara/xserver/mfb/mfbplygblt.c N xenocara/xserver/mfb/mfbplywhite.c N xenocara/xserver/mfb/mfbcmap.c N xenocara/xserver/mfb/mfbgetsp.c N xenocara/xserver/mfb/mfbscrclse.c N xenocara/xserver/mfb/mfbhrzvert.c N xenocara/xserver/mfb/mfbplyinv.c N xenocara/xserver/mfb/mfbpixmap.c N xenocara/xserver/mfb/mfbbresd.c N xenocara/xserver/mfb/mfbbltC.c N xenocara/xserver/mfb/mfbgc.c N xenocara/xserver/mfb/mfbblt.c N xenocara/xserver/mfb/mfbwindow.c N xenocara/xserver/mfb/mfbfillarc.c N xenocara/xserver/mfb/mfbpolypnt.c N xenocara/xserver/mfb/mfbmisc.c N xenocara/xserver/mfb/mfbtewhite.c N xenocara/xserver/mfb/mfbbltCI.c N xenocara/xserver/mfb/mfbply1rct.c N xenocara/xserver/mfb/fastblt.h N xenocara/xserver/mfb/mfbplyblack.c N xenocara/xserver/mfb/mfbtileG.c N xenocara/xserver/mfb/mfbpushpxl.c N xenocara/xserver/mfb/mfbscrinit.c N xenocara/xserver/mfb/maskbits.c N xenocara/xserver/mfb/maskbits.h N xenocara/xserver/mfb/mfbpntarea.c N xenocara/xserver/mfb/Makefile.am N xenocara/xserver/mfb/Makefile.in N xenocara/xserver/mfb/mfbsetsp.c N xenocara/xserver/mfb/mfbfont.c N xenocara/xserver/mfb/mfbline.c N xenocara/xserver/mfb/mfbpablack.c N xenocara/xserver/mfb/mfbtileC.c N xenocara/xserver/mfb/mfbbltG.c N xenocara/xserver/mfb/mfbfillrct.c N xenocara/xserver/mfb/mfbfillsp.c N xenocara/xserver/mfb/mfb.h N xenocara/xserver/mfb/mergerop.h N xenocara/xserver/mfb/mfbtile.c N xenocara/xserver/mfb/mfbtegblt.c N xenocara/xserver/mfb/mfbpgbwht.c N xenocara/xserver/mfb/mfbpainv.c N xenocara/xserver/mfb/mfbclip.c N xenocara/xserver/mfb/mfbigbwht.c N xenocara/xserver/mfb/mfbimggblt.c N xenocara/xserver/mfb/mfbbltO.c N xenocara/xserver/mfb/mfbpgbinv.c N xenocara/xserver/mfb/mfbbitblt.c N xenocara/xserver/mfb/mfbpntwin.c N xenocara/xserver/mfb/mfbteblack.c N xenocara/xserver/mfb/mfbigbblak.c N xenocara/xserver/record/set.h N xenocara/xserver/record/set.c N xenocara/xserver/record/record.c N xenocara/xserver/record/Makefile.am N xenocara/xserver/record/Makefile.in N xenocara/xserver/xkb/xkbLEDs.c N xenocara/xserver/xkb/xkmread.c N xenocara/xserver/xkb/XKBMisc.c N xenocara/xserver/xkb/ddxDevBtn.c N xenocara/xserver/xkb/ddxBeep.c N xenocara/xserver/xkb/xkbDflts.h N xenocara/xserver/xkb/ddxPrivate.c N xenocara/xserver/xkb/xkbPrOtherEv.c N xenocara/xserver/xkb/xkbActions.c N xenocara/xserver/xkb/ddxVT.c N xenocara/xserver/xkb/XKBAlloc.c N xenocara/xserver/xkb/ddxCtrls.c N xenocara/xserver/xkb/xkbout.c N xenocara/xserver/xkb/ddxLEDs.c N xenocara/xserver/xkb/ddxKeyClick.c N xenocara/xserver/xkb/ddxList.c N xenocara/xserver/xkb/ddxFakeMtn.c N xenocara/xserver/xkb/ddxInit.c N xenocara/xserver/xkb/xkbPrKeyEv.c N xenocara/xserver/xkb/XKBMAlloc.c N xenocara/xserver/xkb/Makefile.am N xenocara/xserver/xkb/Makefile.in N xenocara/xserver/xkb/xkb.c N xenocara/xserver/xkb/XKBGAlloc.c N xenocara/xserver/xkb/xkbUtils.c N xenocara/xserver/xkb/xkbAccessX.c N xenocara/xserver/xkb/xkbInit.c N xenocara/xserver/xkb/xkb.h N xenocara/xserver/xkb/maprules.c N xenocara/xserver/xkb/xkbtext.c N xenocara/xserver/xkb/README.compiled N xenocara/xserver/xkb/xkbSwap.c N xenocara/xserver/xkb/ddxFakeBtn.c N xenocara/xserver/xkb/xkbEvents.c N xenocara/xserver/xkb/xkbfmisc.c N xenocara/xserver/xkb/xkberrs.c N xenocara/xserver/xkb/ddxLoad.c N xenocara/xserver/xkb/ddxKillSrv.c N xenocara/xserver/Xi/ungrdev.c N xenocara/xserver/Xi/chgdctl.h N xenocara/xserver/Xi/chgfctl.c N xenocara/xserver/Xi/exglobals.h N xenocara/xserver/Xi/setmode.h N xenocara/xserver/Xi/ungrdevb.c N xenocara/xserver/Xi/devbell.c N xenocara/xserver/Xi/gtmotion.c N xenocara/xserver/Xi/getmmap.h N xenocara/xserver/Xi/chgkmap.h N xenocara/xserver/Xi/opendev.h N xenocara/xserver/Xi/setdval.c N xenocara/xserver/Xi/getmmap.c N xenocara/xserver/Xi/sendexev.h N xenocara/xserver/Xi/ungrdevk.c N xenocara/xserver/Xi/getselev.c N xenocara/xserver/Xi/selectev.c N xenocara/xserver/Xi/chgptr.h N xenocara/xserver/Xi/chgprop.c N xenocara/xserver/Xi/getbmap.c N xenocara/xserver/Xi/ungrdev.h N xenocara/xserver/Xi/queryst.c N xenocara/xserver/Xi/chgkbd.h N xenocara/xserver/Xi/stubs.c N xenocara/xserver/Xi/chgptr.c N xenocara/xserver/Xi/sendexev.c N xenocara/xserver/Xi/opendev.c N xenocara/xserver/Xi/setfocus.h N xenocara/xserver/Xi/queryst.h N xenocara/xserver/Xi/setbmap.h N xenocara/xserver/Xi/setmode.c N xenocara/xserver/Xi/getbmap.h N xenocara/xserver/Xi/grabdevk.c N xenocara/xserver/Xi/getfctl.h N xenocara/xserver/Xi/grabdev.h N xenocara/xserver/Xi/selectev.h N xenocara/xserver/Xi/chgkmap.c N xenocara/xserver/Xi/chgkbd.c N xenocara/xserver/Xi/Makefile.am N xenocara/xserver/Xi/Makefile.in N xenocara/xserver/Xi/getvers.c N xenocara/xserver/Xi/extinit.c N xenocara/xserver/Xi/listdev.h N xenocara/xserver/Xi/getfctl.c N xenocara/xserver/Xi/getprop.h N xenocara/xserver/Xi/listdev.c N xenocara/xserver/Xi/setdval.h N xenocara/xserver/Xi/getprop.c N xenocara/xserver/Xi/exevents.c N xenocara/xserver/Xi/getvers.h N xenocara/xserver/Xi/grabdev.c N xenocara/xserver/Xi/setbmap.c N xenocara/xserver/Xi/chgdctl.c N xenocara/xserver/Xi/allowev.h N xenocara/xserver/Xi/grabdevb.c N xenocara/xserver/Xi/gtmotion.h N xenocara/xserver/Xi/getkmap.c N xenocara/xserver/Xi/setmmap.h N xenocara/xserver/Xi/devbell.h N xenocara/xserver/Xi/setfocus.c N xenocara/xserver/Xi/ungrdevb.h N xenocara/xserver/Xi/getselev.h N xenocara/xserver/Xi/getfocus.c N xenocara/xserver/Xi/closedev.h N xenocara/xserver/Xi/getkmap.h N xenocara/xserver/Xi/ungrdevk.h N xenocara/xserver/Xi/grabdevk.h N xenocara/xserver/Xi/getdctl.c N xenocara/xserver/Xi/chgprop.h N xenocara/xserver/Xi/grabdevb.h N xenocara/xserver/Xi/getdctl.h N xenocara/xserver/Xi/allowev.c N xenocara/xserver/Xi/getfocus.h N xenocara/xserver/Xi/setmmap.c N xenocara/xserver/Xi/chgfctl.h N xenocara/xserver/Xi/closedev.c N xenocara/xserver/fb/fbimage.c N xenocara/xserver/fb/fbgetsp.c N xenocara/xserver/fb/fbpict.h N xenocara/xserver/fb/fbedgeimp.h N xenocara/xserver/fb/fbpush.c N xenocara/xserver/fb/fbutil.c N xenocara/xserver/fb/fboverlay.h N xenocara/xserver/fb/fbbits.c N xenocara/xserver/fb/fb.h N xenocara/xserver/fb/fbarc.c N xenocara/xserver/fb/fbgc.c N xenocara/xserver/fb/fbsetsp.c N xenocara/xserver/fb/fbseg.c N xenocara/xserver/fb/fbcopy.c N xenocara/xserver/fb/fbedge.c N xenocara/xserver/fb/fbbltone.c N xenocara/xserver/fb/fbpict.c N xenocara/xserver/fb/fb24_32.h N xenocara/xserver/fb/fbcmap.c N xenocara/xserver/fb/fbtrap.c N xenocara/xserver/fb/fbmmx.c N xenocara/xserver/fb/fbfill.c N xenocara/xserver/fb/Makefile.am N xenocara/xserver/fb/Makefile.in N xenocara/xserver/fb/fbrop.h N xenocara/xserver/fb/fbsolid.c N xenocara/xserver/fb/fbpseudocolor.c N xenocara/xserver/fb/fbfillrect.c N xenocara/xserver/fb/fbpixmap.c N xenocara/xserver/fb/fbfillsp.c N xenocara/xserver/fb/fbglyph.c N xenocara/xserver/fb/fbtile.c N xenocara/xserver/fb/fb24_32.c N xenocara/xserver/fb/fbcompose.c N xenocara/xserver/fb/fboverlay.c N xenocara/xserver/fb/fbpoint.c N xenocara/xserver/fb/fbstipple.c N xenocara/xserver/fb/fbline.c N xenocara/xserver/fb/fbbits.h N xenocara/xserver/fb/fbblt.c N xenocara/xserver/fb/fbscreen.c N xenocara/xserver/fb/fbbstore.c N xenocara/xserver/fb/fbwindow.c N xenocara/xserver/fb/fballpriv.c N xenocara/xserver/fb/fbmmx.h N xenocara/xserver/fb/fbpseudocolor.h N xenocara/xserver/GL/symlink-mesa.sh N xenocara/xserver/GL/Makefile.am N xenocara/xserver/GL/Makefile.in N xenocara/xserver/GL/windows/indirect.c N xenocara/xserver/GL/windows/ChangeLog N xenocara/xserver/GL/windows/glwrap.c N xenocara/xserver/GL/windows/glwindows.h N xenocara/xserver/GL/mesa/dummy.c N xenocara/xserver/GL/mesa/Makefile.am N xenocara/xserver/GL/mesa/Makefile.in N xenocara/xserver/GL/mesa/tnl/Makefile.am N xenocara/xserver/GL/mesa/tnl/Makefile.in N xenocara/xserver/GL/mesa/X/xf86glxint.h N xenocara/xserver/GL/mesa/X/xf86glx.c N xenocara/xserver/GL/mesa/X/Makefile.am N xenocara/xserver/GL/mesa/X/xf86glx_util.c N xenocara/xserver/GL/mesa/X/Makefile.in N xenocara/xserver/GL/mesa/X/xf86glx_util.h N xenocara/xserver/GL/mesa/glapi/Makefile.am N xenocara/xserver/GL/mesa/glapi/Makefile.in N xenocara/xserver/GL/mesa/main/Makefile.am N xenocara/xserver/GL/mesa/main/Makefile.in N xenocara/xserver/GL/mesa/math/Makefile.am N xenocara/xserver/GL/mesa/math/Makefile.in N xenocara/xserver/GL/mesa/shader/Makefile.am N xenocara/xserver/GL/mesa/shader/Makefile.in N xenocara/xserver/GL/mesa/shader/grammar/Makefile.am N xenocara/xserver/GL/mesa/shader/grammar/Makefile.in N xenocara/xserver/GL/mesa/shader/slang/Makefile.am N xenocara/xserver/GL/mesa/shader/slang/Makefile.in N xenocara/xserver/GL/mesa/swrast_setup/Makefile.am N xenocara/xserver/GL/mesa/swrast_setup/Makefile.in N xenocara/xserver/GL/mesa/swrast/Makefile.am N xenocara/xserver/GL/mesa/swrast/Makefile.in N xenocara/xserver/GL/mesa/array_cache/Makefile.am N xenocara/xserver/GL/mesa/array_cache/Makefile.in N xenocara/xserver/GL/glx/indirect_dispatch_swap.c N xenocara/xserver/GL/glx/renderpixswap.c N xenocara/xserver/GL/glx/singlepix.c N xenocara/xserver/GL/glx/indirect_dispatch.c N xenocara/xserver/GL/glx/glxcmdsswap.c N xenocara/xserver/GL/glx/glxcmds.c N xenocara/xserver/GL/glx/glxscreens.c N xenocara/xserver/GL/glx/indirect_util.h N xenocara/xserver/GL/glx/render2.c N xenocara/xserver/GL/glx/single2swap.c N xenocara/xserver/GL/glx/glxutil.h N xenocara/xserver/GL/glx/swap_interval.c N xenocara/xserver/GL/glx/indirect_util.c N xenocara/xserver/GL/glx/g_disptab.h N xenocara/xserver/GL/glx/xfont.c N xenocara/xserver/GL/glx/singlepixswap.c N xenocara/xserver/GL/glx/glxvisuals.c N xenocara/xserver/GL/glx/indirect_dispatch.h N xenocara/xserver/GL/glx/indirect_size_get.c N xenocara/xserver/GL/glx/glxserver.h N xenocara/xserver/GL/glx/indirect_reqsize.c N xenocara/xserver/GL/glx/indirect_texture_compression.c N xenocara/xserver/GL/glx/glxext.h N xenocara/xserver/GL/glx/glxutil.c N xenocara/xserver/GL/glx/single2.c N xenocara/xserver/GL/glx/Makefile.am N xenocara/xserver/GL/glx/Makefile.in N xenocara/xserver/GL/glx/indirect_reqsize.h N xenocara/xserver/GL/glx/rensize.c N xenocara/xserver/GL/glx/indirect_table.h N xenocara/xserver/GL/glx/glxcontext.h N xenocara/xserver/GL/glx/glxdri.c N xenocara/xserver/GL/glx/singlesize.c N xenocara/xserver/GL/glx/render2swap.c N xenocara/xserver/GL/glx/glxext.c N xenocara/xserver/GL/glx/unpack.h N xenocara/xserver/GL/glx/extension_string.h N xenocara/xserver/GL/glx/indirect_size_get.h N xenocara/xserver/GL/glx/glxdrawable.h N xenocara/xserver/GL/glx/extension_string.c N xenocara/xserver/GL/glx/renderpix.c N xenocara/xserver/GL/glx/indirect_table.c N xenocara/xserver/GL/glx/glxscreens.h N xenocara/xserver/GL/glx/indirect_program.c N xenocara/xserver/GL/glx/singlesize.h N xenocara/xserver/GL/apple/indirect.c N xenocara/xserver/GL/apple/aglGlx.c N xenocara/xserver/os/mitauth.c N xenocara/xserver/os/xstrans.c N xenocara/xserver/os/rpcauth.c N xenocara/xserver/os/xprintf.c N xenocara/xserver/os/io.c N xenocara/xserver/os/connection.c N xenocara/xserver/os/strlcpy.c N xenocara/xserver/os/xalloc.c N xenocara/xserver/os/secauth.c N xenocara/xserver/os/osdep.h N xenocara/xserver/os/oscolor.c N xenocara/xserver/os/Makefile.am N xenocara/xserver/os/Makefile.in N xenocara/xserver/os/oscolor.h N xenocara/xserver/os/log.c N xenocara/xserver/os/k5auth.c N xenocara/xserver/os/access.c N xenocara/xserver/os/strlcat.c N xenocara/xserver/os/utils.c N xenocara/xserver/os/osinit.c N xenocara/xserver/os/xdmcp.c N xenocara/xserver/os/WaitFor.c N xenocara/xserver/os/xdmauth.c N xenocara/xserver/os/auth.c N xenocara/xserver/randr/mirandr.c N xenocara/xserver/randr/Makefile.am N xenocara/xserver/randr/Makefile.in N xenocara/xserver/randr/randr.c N xenocara/xserver/randr/randrstr.h N xenocara/xserver/cfb32/cfb8segCS.c N xenocara/xserver/cfb32/cfbbltG.c N xenocara/xserver/cfb32/cfbzerarcX.c N xenocara/xserver/cfb32/cfbsolidG.c N xenocara/xserver/cfb32/cfb8setG.c N xenocara/xserver/cfb32/cfbbltX.c N xenocara/xserver/cfb32/cfbfillarcC.c N xenocara/xserver/cfb32/cfb8segC.c N xenocara/xserver/cfb32/cfbtileoddG.c N xenocara/xserver/cfb32/cfb8lineCO.c N xenocara/xserver/cfb32/cfbfillarcG.c N xenocara/xserver/cfb32/Makefile.am N xenocara/xserver/cfb32/Makefile.in N xenocara/xserver/cfb32/cfbbltO.c N xenocara/xserver/cfb32/cfbbltC.c N xenocara/xserver/cfb32/cfbply1rctC.c N xenocara/xserver/cfb32/cfbtile32C.c N xenocara/xserver/cfb32/cfbsolidX.c N xenocara/xserver/cfb32/cfbtileoddC.c N xenocara/xserver/cfb32/cfbply1rctG.c N xenocara/xserver/cfb32/cfbzerarcC.c N xenocara/xserver/cfb32/cfb8segX.c N xenocara/xserver/cfb32/cfb8lineX.c N xenocara/xserver/cfb32/cfb8lineG.c N xenocara/xserver/cfb32/cfb8lineCP.c N xenocara/xserver/cfb32/cfbsolidC.c N xenocara/xserver/cfb32/cfbzerarcG.c N xenocara/xserver/cfb32/cfbtile32G.c N xenocara/xserver/cfb32/cfbseg.c N xenocara/xserver/composite/compalloc.c N xenocara/xserver/composite/compinit.c N xenocara/xserver/composite/Makefile.am N xenocara/xserver/composite/Makefile.in N xenocara/xserver/composite/compint.h N xenocara/xserver/composite/compwindow.c N xenocara/xserver/composite/compext.c N xenocara/xserver/include/globals.h N xenocara/xserver/include/servermd.h N xenocara/xserver/include/do-not-use-config.h N xenocara/xserver/include/xorg-server.h N xenocara/xserver/include/swapreq.h N xenocara/xserver/include/xwin-config.h.in N xenocara/xserver/include/propertyst.h N xenocara/xserver/include/dix.h N xenocara/xserver/include/xgl-config.h.in N xenocara/xserver/include/bstore.h N xenocara/xserver/include/pixmapstr.h N xenocara/xserver/include/property.h N xenocara/xserver/include/regionstr.h N xenocara/xserver/include/xkb-config.h.in N xenocara/xserver/include/miscstruct.h N xenocara/xserver/include/validate.h N xenocara/xserver/include/cursorstr.h N xenocara/xserver/include/pixmap.h N xenocara/xserver/include/inputstr.h N xenocara/xserver/include/opaque.h N xenocara/xserver/include/swaprep.h N xenocara/xserver/include/windowstr.h N xenocara/xserver/include/misc.h N xenocara/xserver/include/gcstruct.h N xenocara/xserver/include/dixstruct.h N xenocara/xserver/include/scrnintstr.h N xenocara/xserver/include/closure.h N xenocara/xserver/include/dixfontstr.h N xenocara/xserver/include/input.h N xenocara/xserver/include/xorg-config.h N xenocara/xserver/include/dix-config.h N xenocara/xserver/include/do-not-use-config.h.in N xenocara/xserver/include/region.h N xenocara/xserver/include/Makefile.am N xenocara/xserver/include/Makefile.in N xenocara/xserver/include/colormapst.h N xenocara/xserver/include/rgb.h N xenocara/xserver/include/bstorestr.h N xenocara/xserver/include/XIstubs.h N xenocara/xserver/include/dixevents.h N xenocara/xserver/include/gc.h N xenocara/xserver/include/colormap.h N xenocara/xserver/include/dixfont.h N xenocara/xserver/include/closestr.h N xenocara/xserver/include/extension.h N xenocara/xserver/include/exevents.h N xenocara/xserver/include/os.h N xenocara/xserver/include/cursor.h N xenocara/xserver/include/resource.h N xenocara/xserver/include/window.h N xenocara/xserver/include/extnsionst.h N xenocara/xserver/include/xorg-config.h.in N xenocara/xserver/include/dix-config.h.in N xenocara/xserver/include/site.h N xenocara/xserver/include/screenint.h N xenocara/xserver/include/kdrive-config.h.in N xenocara/xserver/include/dixgrabs.h N xenocara/xserver/include/selection.h N xenocara/xserver/include/extinit.h N xenocara/xserver/include/xorg-server.h.in N xenocara/xserver/render/filter.c N xenocara/xserver/render/miindex.c N xenocara/xserver/render/renderedge.c N xenocara/xserver/render/mipict.h N xenocara/xserver/render/mipict.c N xenocara/xserver/render/glyph.c N xenocara/xserver/render/picture.h N xenocara/xserver/render/mitrap.c N xenocara/xserver/render/miglyph.c N xenocara/xserver/render/Makefile.am N xenocara/xserver/render/Makefile.in N xenocara/xserver/render/mirect.c N xenocara/xserver/render/render.c N xenocara/xserver/render/renderedge.h N xenocara/xserver/render/picturestr.h N xenocara/xserver/render/animcur.c N xenocara/xserver/render/mitri.c N xenocara/xserver/render/glyphstr.h N xenocara/xserver/render/picture.c N xenocara/xserver/XTrap/xtrapdi.c N xenocara/xserver/XTrap/xtrapdiswp.c N xenocara/xserver/XTrap/Makefile.am N xenocara/xserver/XTrap/Makefile.in N xenocara/xserver/XTrap/xtrapditbl.c N xenocara/xserver/XTrap/xtrapddmi.c N xenocara/xserver/hw/Makefile.am N xenocara/xserver/hw/Makefile.in N xenocara/xserver/hw/vfb/lk201kbd.h N xenocara/xserver/hw/vfb/InitInput.c N xenocara/xserver/hw/vfb/InitOutput.c N xenocara/xserver/hw/vfb/Makefile.am N xenocara/xserver/hw/vfb/Makefile.in N xenocara/xserver/hw/vfb/Xvfb.man.pre N xenocara/xserver/hw/darwin/darwin.h N xenocara/xserver/hw/darwin/darwinEvents.c N xenocara/xserver/hw/darwin/darwinClut8.h N xenocara/xserver/hw/darwin/darwinKeyboard.c N xenocara/xserver/hw/darwin/Makefile.am N xenocara/xserver/hw/darwin/Makefile.in N xenocara/xserver/hw/darwin/darwin.c N xenocara/xserver/hw/darwin/darwinKeyboard.h N xenocara/xserver/hw/darwin/darwinXinput.c N xenocara/xserver/hw/darwin/XDarwin.man N xenocara/xserver/hw/darwin/iokit/xfIOKit.c N xenocara/xserver/hw/darwin/iokit/xfIOKit.h N xenocara/xserver/hw/darwin/iokit/xfIOKitCursor.c N xenocara/xserver/hw/darwin/iokit/xfIOKitStartup.c N xenocara/xserver/hw/darwin/bundle/XDarwin.icns N xenocara/xserver/hw/darwin/bundle/startXClients.cpp N xenocara/xserver/hw/darwin/bundle/French.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/French.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/French.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/Swedish.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/Spanish.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/German.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/German.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/German.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/ko.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/ko.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/ko.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/Dutch.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/English.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/English.lproj/InfoPlist.strings.cpp N xenocara/xserver/hw/darwin/bundle/English.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/bundle/Japanese.lproj/XDarwinHelp.html.cpp N xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Credits.rtf N xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Localizable.strings N xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/objects.nib N xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/classes.nib N xenocara/xserver/hw/darwin/utils/dumpkeymap.c N xenocara/xserver/hw/darwin/utils/dumpkeymap.man N xenocara/xserver/hw/darwin/utils/README.txt N xenocara/xserver/hw/darwin/quartz/quartzCommon.h N xenocara/xserver/hw/darwin/quartz/XServer.h N xenocara/xserver/hw/darwin/quartz/keysym2ucs.h N xenocara/xserver/hw/darwin/quartz/quartzStartup.c N xenocara/xserver/hw/darwin/quartz/pseudoramiX.h N xenocara/xserver/hw/darwin/quartz/pseudoramiX.c N xenocara/xserver/hw/darwin/quartz/XDarwinStartup.c N xenocara/xserver/hw/darwin/quartz/quartzAudio.c N xenocara/xserver/hw/darwin/quartz/quartzCocoa.m N xenocara/xserver/hw/darwin/quartz/Preferences.m N xenocara/xserver/hw/darwin/quartz/quartzPasteboard.h N xenocara/xserver/hw/darwin/quartz/quartzCursor.h N xenocara/xserver/hw/darwin/quartz/quartzCursor.c N xenocara/xserver/hw/darwin/quartz/quartzAudio.h N xenocara/xserver/hw/darwin/quartz/applewm.c N xenocara/xserver/hw/darwin/quartz/quartz.c N xenocara/xserver/hw/darwin/quartz/XApplication.m N xenocara/xserver/hw/darwin/quartz/XDarwinStartup.man N xenocara/xserver/hw/darwin/quartz/XApplication.h N xenocara/xserver/hw/darwin/quartz/XServer.m N xenocara/xserver/hw/darwin/quartz/quartzPasteboard.c N xenocara/xserver/hw/darwin/quartz/quartz.h N xenocara/xserver/hw/darwin/quartz/quartzKeyboard.c N xenocara/xserver/hw/darwin/quartz/Preferences.h N xenocara/xserver/hw/darwin/quartz/keysym2ucs.c N xenocara/xserver/hw/darwin/quartz/applewmExt.h N xenocara/xserver/hw/darwin/quartz/fullscreen/fullscreen.c N xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.h N xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.c N xenocara/xserver/hw/darwin/quartz/xpr/x-hash.c N xenocara/xserver/hw/darwin/quartz/xpr/xprCursor.c N xenocara/xserver/hw/darwin/quartz/xpr/dristruct.h N xenocara/xserver/hw/darwin/quartz/xpr/x-list.h N xenocara/xserver/hw/darwin/quartz/xpr/xprScreen.c N xenocara/xserver/hw/darwin/quartz/xpr/x-hash.h N xenocara/xserver/hw/darwin/quartz/xpr/Xplugin.h N xenocara/xserver/hw/darwin/quartz/xpr/appledri.c N xenocara/xserver/hw/darwin/quartz/xpr/dri.c N xenocara/xserver/hw/darwin/quartz/xpr/x-hook.c N xenocara/xserver/hw/darwin/quartz/xpr/x-list.c N xenocara/xserver/hw/darwin/quartz/xpr/x-hook.h N xenocara/xserver/hw/darwin/quartz/xpr/xpr.h N xenocara/xserver/hw/darwin/quartz/xpr/dri.h N xenocara/xserver/hw/darwin/quartz/xpr/xprAppleWM.c N xenocara/xserver/hw/darwin/quartz/xpr/xprFrame.c N xenocara/xserver/hw/darwin/quartz/XDarwin.pbproj/project.pbxproj N xenocara/xserver/hw/darwin/quartz/cr/crAppleWM.m N xenocara/xserver/hw/darwin/quartz/cr/crScreen.m N xenocara/xserver/hw/darwin/quartz/cr/crFrame.m N xenocara/xserver/hw/darwin/quartz/cr/XView.h N xenocara/xserver/hw/darwin/quartz/cr/cr.h N xenocara/xserver/hw/darwin/quartz/cr/XView.m N xenocara/xserver/hw/xprint/OidStrs.h N xenocara/xserver/hw/xprint/Util.c N xenocara/xserver/hw/xprint/Oid.h N xenocara/xserver/hw/xprint/attributes.c N xenocara/xserver/hw/xprint/dpmsstubs-wrapper.c N xenocara/xserver/hw/xprint/DiPrint.h N xenocara/xserver/hw/xprint/spooler.c N xenocara/xserver/hw/xprint/attributes.h N xenocara/xserver/hw/xprint/ddxInit.c N xenocara/xserver/hw/xprint/Oid.c N xenocara/xserver/hw/xprint/Init.c N xenocara/xserver/hw/xprint/Makefile.am N xenocara/xserver/hw/xprint/Makefile.in N xenocara/xserver/hw/xprint/spooler.h N xenocara/xserver/hw/xprint/miinitext-wrapper.c N xenocara/xserver/hw/xprint/OidDefs.h N xenocara/xserver/hw/xprint/AttrValid.h N xenocara/xserver/hw/xprint/mediaSizes.c N xenocara/xserver/hw/xprint/ValTree.c N xenocara/xserver/hw/xprint/AttrValid.c N xenocara/xserver/hw/xprint/pcl/PclArea.c N xenocara/xserver/hw/xprint/pcl/PclGC.c N xenocara/xserver/hw/xprint/pcl/PclArc.c N xenocara/xserver/hw/xprint/pcl/Makefile.am.inc N xenocara/xserver/hw/xprint/pcl/PclLine.c N xenocara/xserver/hw/xprint/pcl/PclInit.c N xenocara/xserver/hw/xprint/pcl/Pclmap.h N xenocara/xserver/hw/xprint/pcl/PclSFonts.c N xenocara/xserver/hw/xprint/pcl/PclColor.c N xenocara/xserver/hw/xprint/pcl/PclWindow.c N xenocara/xserver/hw/xprint/pcl/PclCursor.c N xenocara/xserver/hw/xprint/pcl/Makefile.am N xenocara/xserver/hw/xprint/pcl/Makefile.in N xenocara/xserver/hw/xprint/pcl/PclText.c N xenocara/xserver/hw/xprint/pcl/PclFonts.c N xenocara/xserver/hw/xprint/pcl/PclPixel.c N xenocara/xserver/hw/xprint/pcl/Pcl.h N xenocara/xserver/hw/xprint/pcl/PclSpans.c N xenocara/xserver/hw/xprint/pcl/PclPolygon.c N xenocara/xserver/hw/xprint/pcl/PclAttVal.c N xenocara/xserver/hw/xprint/pcl/PclPrint.c N xenocara/xserver/hw/xprint/pcl/PclDef.h N xenocara/xserver/hw/xprint/pcl/PclAttr.c N xenocara/xserver/hw/xprint/pcl/PclMisc.c N xenocara/xserver/hw/xprint/pcl/PclSFonts.h N xenocara/xserver/hw/xprint/raster/Raster.c N xenocara/xserver/hw/xprint/raster/Makefile.am N xenocara/xserver/hw/xprint/raster/Makefile.in N xenocara/xserver/hw/xprint/raster/RasterAttVal.c N xenocara/xserver/hw/xprint/raster/Raster.h N xenocara/xserver/hw/xprint/pcl-mono/Makefile.am N xenocara/xserver/hw/xprint/pcl-mono/Makefile.in N xenocara/xserver/hw/xprint/doc/Xprt.sgml N xenocara/xserver/hw/xprint/doc/Xprt.html N xenocara/xserver/hw/xprint/doc/Makefile.am N xenocara/xserver/hw/xprint/doc/Makefile.in N xenocara/xserver/hw/xprint/doc/Xprt.man.pre N xenocara/xserver/hw/xprint/config/Makefile.am N xenocara/xserver/hw/xprint/config/Makefile.in N xenocara/xserver/hw/xprint/config/README N xenocara/xserver/hw/xprint/config/C/Makefile.am N xenocara/xserver/hw/xprint/config/C/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/Xprinters N xenocara/xserver/hw/xprint/config/C/print/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/pcl N xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/postscript N xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/model-config N xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/model-config N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/model-config N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Book.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Bold.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/ZapfDingbats.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Demi.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Demi.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Light.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Bold.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Italic.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Bold.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Bold.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Roman.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-BoldItalic.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Italic.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Demi.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-BookOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-DemiOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-BoldOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-LightItalic.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Symbol.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Roman.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Oblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-BoldOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Oblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-DemiItalic.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-DemiOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-BookOblique.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Book.pmf N xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/ps2pdf_spooltodir.sh N xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/model-config N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/model-config N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00094.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.alias N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00074.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00072.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00064.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00054.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00060.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00084.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00061.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00069.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00066.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00079.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00091.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00088.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00052.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00057.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00075.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00076.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00086.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00082.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00081.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00067.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/README N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00089.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00059.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00093.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00051.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00083.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00085.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00056.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00092.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00053.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00065.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00063.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00080.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00068.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00090.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00071.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00087.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00062.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00055.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.dir N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00058.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00077.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00073.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00070.pmf N xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/model-config N xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/model-config N xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/model-config N xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/spooltodir.sh N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/model-config N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/model-config N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00094.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.alias N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00074.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00072.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00064.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00054.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00060.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00084.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00061.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00069.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00066.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00079.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00091.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00088.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00052.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00057.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00075.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00076.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00086.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00082.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00081.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00067.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/README N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00089.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00059.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00093.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00051.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00083.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00085.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00056.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00092.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00053.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00065.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00063.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00080.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00068.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00090.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00071.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00087.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00062.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00055.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.dir N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00058.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00077.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00073.pmf N xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00070.pmf N xenocara/xserver/hw/xprint/config/C/print/attributes/document N xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.am N xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.in N xenocara/xserver/hw/xprint/config/C/print/attributes/printer N xenocara/xserver/hw/xprint/config/C/print/attributes/job N xenocara/xserver/hw/xprint/config/en_US/Makefile.am N xenocara/xserver/hw/xprint/config/en_US/Makefile.in N xenocara/xserver/hw/xprint/config/en_US/print/Makefile.am N xenocara/xserver/hw/xprint/config/en_US/print/Makefile.in N xenocara/xserver/hw/xprint/config/en_US/print/attributes/document N xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.am N xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.in N xenocara/xserver/hw/xprint/ps/PsPixmap.c N xenocara/xserver/hw/xprint/ps/PsFTFonts.c N xenocara/xserver/hw/xprint/ps/PsPixel.c N xenocara/xserver/hw/xprint/ps/PsAttVal.c N xenocara/xserver/hw/xprint/ps/PsMisc.c N xenocara/xserver/hw/xprint/ps/PsAttr.c N xenocara/xserver/hw/xprint/ps/PsDef.h N xenocara/xserver/hw/xprint/ps/PsCache.c N xenocara/xserver/hw/xprint/ps/psout_ftpstype1.c N xenocara/xserver/hw/xprint/ps/Ps.h N xenocara/xserver/hw/xprint/ps/psout_ft.c N xenocara/xserver/hw/xprint/ps/PsSpans.c N xenocara/xserver/hw/xprint/ps/PsArc.c N xenocara/xserver/hw/xprint/ps/PsColor.c N xenocara/xserver/hw/xprint/ps/PsPrint.c N xenocara/xserver/hw/xprint/ps/PsFonts.c N xenocara/xserver/hw/xprint/ps/PsArea.c N xenocara/xserver/hw/xprint/ps/PsInit.c N xenocara/xserver/hw/xprint/ps/PsWindow.c N xenocara/xserver/hw/xprint/ps/Makefile.am N xenocara/xserver/hw/xprint/ps/Makefile.in N xenocara/xserver/hw/xprint/ps/PsPolygon.c N xenocara/xserver/hw/xprint/ps/ttf2pt1wrap.c N xenocara/xserver/hw/xprint/ps/psout.c N xenocara/xserver/hw/xprint/ps/PsGC.c N xenocara/xserver/hw/xprint/ps/PsImageUtil.c N xenocara/xserver/hw/xprint/ps/PsLine.c N xenocara/xserver/hw/xprint/ps/psout_ftpstype3.c N xenocara/xserver/hw/xprint/ps/psout.h N xenocara/xserver/hw/xprint/ps/PsText.c N xenocara/xserver/hw/xprint/etc/Makefile.am N xenocara/xserver/hw/xprint/etc/Makefile.in N xenocara/xserver/hw/xprint/etc/profile.d/xprint.csh N xenocara/xserver/hw/xprint/etc/profile.d/Makefile.am N xenocara/xserver/hw/xprint/etc/profile.d/Makefile.in N xenocara/xserver/hw/xprint/etc/profile.d/xprint.sh N xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.am N xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.in N xenocara/xserver/hw/xprint/etc/Xsession.d/92xprint-xpserverlist N xenocara/xserver/hw/xprint/etc/init.d/xprint.cpp N xenocara/xserver/hw/xprint/etc/init.d/Makefile.am N xenocara/xserver/hw/xprint/etc/init.d/Makefile.in N xenocara/xserver/hw/xfree86/xorgconf.cpp N xenocara/xserver/hw/xfree86/Makefile.am N xenocara/xserver/hw/xfree86/Makefile.in N xenocara/xserver/hw/xfree86/Options N xenocara/xserver/hw/xfree86/xorg.c N xenocara/xserver/hw/xfree86/osandcommon.c N xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.c N xenocara/xserver/hw/xfree86/fbdevhw/fbpriv.h N xenocara/xserver/hw/xfree86/fbdevhw/Makefile.am N xenocara/xserver/hw/xfree86/fbdevhw/Makefile.in N xenocara/xserver/hw/xfree86/fbdevhw/README N xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.man.pre N xenocara/xserver/hw/xfree86/fbdevhw/fbdevhwstub.c N xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.h N xenocara/xserver/hw/xfree86/xf4bpp/ppcPixFS.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcPntWin.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcWindow.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbzerarc.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbbres.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcArea.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbseg.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcWinFS.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcClip.c N xenocara/xserver/hw/xfree86/xf4bpp/vgaStipple.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcGCstr.h N xenocara/xserver/hw/xfree86/xf4bpp/ppcGetSp.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbhrzvert.c N xenocara/xserver/hw/xfree86/xf4bpp/wm3.c N xenocara/xserver/hw/xfree86/xf4bpp/wm3.h N xenocara/xserver/hw/xfree86/xf4bpp/ppcDepth.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcCpArea.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcFillRct.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbbresd.c N xenocara/xserver/hw/xfree86/xf4bpp/vgaReg.h N xenocara/xserver/hw/xfree86/xf4bpp/ppcIO.c N xenocara/xserver/hw/xfree86/xf4bpp/vgaVideo.h N xenocara/xserver/hw/xfree86/xf4bpp/vgaBitBlt.c N xenocara/xserver/hw/xfree86/xf4bpp/NOTES N xenocara/xserver/hw/xfree86/xf4bpp/vgaSolid.c N xenocara/xserver/hw/xfree86/xf4bpp/vgaImages.c N xenocara/xserver/hw/xfree86/xf4bpp/mfbfillarc.c N xenocara/xserver/hw/xfree86/xf4bpp/vgamodule.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcBStore.c N xenocara/xserver/hw/xfree86/xf4bpp/emulOpStip.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyRec.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcSpMcro.h N xenocara/xserver/hw/xfree86/xf4bpp/offscreen.c N xenocara/xserver/hw/xfree86/xf4bpp/Makefile.am N xenocara/xserver/hw/xfree86/xf4bpp/Makefile.in N xenocara/xserver/hw/xfree86/xf4bpp/mfbline.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcImg.c N xenocara/xserver/hw/xfree86/xf4bpp/emulRepAre.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcRslvC.c N xenocara/xserver/hw/xfree86/xf4bpp/emulTile.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcQuery.c N xenocara/xserver/hw/xfree86/xf4bpp/vgaGC.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcSetSp.c N xenocara/xserver/hw/xfree86/xf4bpp/OScompiler.h N xenocara/xserver/hw/xfree86/xf4bpp/mfbimggblt.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcGC.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcCReduce.c N xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyPnt.c N xenocara/xserver/hw/xfree86/xf4bpp/xf4bpp.h N xenocara/xserver/hw/xfree86/xf4bpp/ppcPixmap.c N xenocara/xserver/hw/xfree86/xf4bpp/ibmTrace.h N xenocara/xserver/hw/xfree86/vbe/vbeModes.h N xenocara/xserver/hw/xfree86/vbe/vbe.h N xenocara/xserver/hw/xfree86/vbe/vbe.c N xenocara/xserver/hw/xfree86/vbe/Makefile.am N xenocara/xserver/hw/xfree86/vbe/Makefile.in N xenocara/xserver/hw/xfree86/vbe/vbeModes.c N xenocara/xserver/hw/xfree86/vbe/vbe_module.c N xenocara/xserver/hw/xfree86/ramdac/BT.h N xenocara/xserver/hw/xfree86/ramdac/IBM.c N xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.c N xenocara/xserver/hw/xfree86/ramdac/TIPriv.h N xenocara/xserver/hw/xfree86/ramdac/IBMPriv.h N xenocara/xserver/hw/xfree86/ramdac/TI.c N xenocara/xserver/hw/xfree86/ramdac/xf86BitOrder.c N xenocara/xserver/hw/xfree86/ramdac/Makefile.am N xenocara/xserver/hw/xfree86/ramdac/Makefile.in N xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.h N xenocara/xserver/hw/xfree86/ramdac/xf86RamDacMod.c N xenocara/xserver/hw/xfree86/ramdac/CURSOR.NOTES N xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.c N xenocara/xserver/hw/xfree86/ramdac/xf86RamDacCmap.c N xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.h N xenocara/xserver/hw/xfree86/ramdac/xf86HWCurs.c N xenocara/xserver/hw/xfree86/ramdac/xf86CursorPriv.h N xenocara/xserver/hw/xfree86/ramdac/BTPriv.h N xenocara/xserver/hw/xfree86/ramdac/TI.h N xenocara/xserver/hw/xfree86/ramdac/BT.c N xenocara/xserver/hw/xfree86/ramdac/IBM.h N xenocara/xserver/hw/xfree86/ramdac/xf86RamDacPriv.h N xenocara/xserver/hw/xfree86/i2c/fi1236.c N xenocara/xserver/hw/xfree86/i2c/uda1380_module.c N xenocara/xserver/hw/xfree86/i2c/uda1380.h N xenocara/xserver/hw/xfree86/i2c/fi1236.h N xenocara/xserver/hw/xfree86/i2c/tda9885.c N xenocara/xserver/hw/xfree86/i2c/i2c_def.h N xenocara/xserver/hw/xfree86/i2c/tda9850.h N xenocara/xserver/hw/xfree86/i2c/tda9885_module.c N xenocara/xserver/hw/xfree86/i2c/uda1380.c N xenocara/xserver/hw/xfree86/i2c/tda9850.c N xenocara/xserver/hw/xfree86/i2c/bt829.c N xenocara/xserver/hw/xfree86/i2c/tda8425_module.c N xenocara/xserver/hw/xfree86/i2c/Makefile.am N xenocara/xserver/hw/xfree86/i2c/Makefile.in N xenocara/xserver/hw/xfree86/i2c/fi1236_module.c N xenocara/xserver/hw/xfree86/i2c/bt829.h N xenocara/xserver/hw/xfree86/i2c/xf86i2c.c N xenocara/xserver/hw/xfree86/i2c/tda8425.c N xenocara/xserver/hw/xfree86/i2c/msp3430.c N xenocara/xserver/hw/xfree86/i2c/xf86i2cmodule.c N xenocara/xserver/hw/xfree86/i2c/tda8425.h N xenocara/xserver/hw/xfree86/i2c/bt829_module.c N xenocara/xserver/hw/xfree86/i2c/xf86i2c.h N xenocara/xserver/hw/xfree86/i2c/msp3430_module.c N xenocara/xserver/hw/xfree86/i2c/tda9885.h N xenocara/xserver/hw/xfree86/i2c/msp3430.h N xenocara/xserver/hw/xfree86/i2c/tda9850_module.c N xenocara/xserver/hw/xfree86/dummylib/xf86screens.c N xenocara/xserver/hw/xfree86/dummylib/verrorf.c N xenocara/xserver/hw/xfree86/dummylib/xf86opt.c N xenocara/xserver/hw/xfree86/dummylib/xf86msgverb.c N xenocara/xserver/hw/xfree86/dummylib/xf86servisinit.c N xenocara/xserver/hw/xfree86/dummylib/xalloc.c N xenocara/xserver/hw/xfree86/dummylib/logvwrite.c N xenocara/xserver/hw/xfree86/dummylib/fatalerror.c N xenocara/xserver/hw/xfree86/dummylib/xf86errorf.c N xenocara/xserver/hw/xfree86/dummylib/xf86msg.c N xenocara/xserver/hw/xfree86/dummylib/xf86drvmsgverb.c N xenocara/xserver/hw/xfree86/dummylib/Makefile.am N xenocara/xserver/hw/xfree86/dummylib/Makefile.in N xenocara/xserver/hw/xfree86/dummylib/README N xenocara/xserver/hw/xfree86/dummylib/xf86getpagesize.c N xenocara/xserver/hw/xfree86/dummylib/xf86verbose.c N xenocara/xserver/hw/xfree86/dummylib/xf86getverb.c N xenocara/xserver/hw/xfree86/dummylib/xf86drvmsg.c N xenocara/xserver/hw/xfree86/dummylib/xf86info.c N xenocara/xserver/hw/xfree86/dummylib/dummylib.h N xenocara/xserver/hw/xfree86/dummylib/getemptypci.c N xenocara/xserver/hw/xfree86/dummylib/xf86allocscripi.c N xenocara/xserver/hw/xfree86/dummylib/getvalidbios.c N xenocara/xserver/hw/xfree86/dummylib/xf86errorfverb.c N xenocara/xserver/hw/xfree86/dummylib/xf86addrestolist.c N xenocara/xserver/hw/xfree86/dummylib/pcitestmulti.c N xenocara/xserver/hw/xfree86/exa/Makefile.am N xenocara/xserver/hw/xfree86/exa/Makefile.in N xenocara/xserver/hw/xfree86/exa/exa.man.pre N xenocara/xserver/hw/xfree86/exa/examodule.c N xenocara/xserver/hw/xfree86/xaa/xaaTables.c N xenocara/xserver/hw/xfree86/xaa/xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaTEText.c N xenocara/xserver/hw/xfree86/xaa/xaaDashLine.c N xenocara/xserver/hw/xfree86/xaa/xaaOverlayDF.c N xenocara/xserver/hw/xfree86/xaa/xaaFillPoly.c N xenocara/xserver/hw/xfree86/xaa/xaaFillArc.c N xenocara/xserver/hw/xfree86/xaa/lf-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/m3-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/xaa.h N xenocara/xserver/hw/xfree86/xaa/s-xaaDashLine.c N xenocara/xserver/hw/xfree86/xaa/xaaCpyArea.c N xenocara/xserver/hw/xfree86/xaa/xaaBitBlt.c N xenocara/xserver/hw/xfree86/xaa/XAA.HOWTO N xenocara/xserver/hw/xfree86/xaa/mf3-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/lf3-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaLineMisc.c N xenocara/xserver/hw/xfree86/xaa/l3-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/lf3-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/lf-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/l-xaaTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/m3-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaPict.c N xenocara/xserver/hw/xfree86/xaa/xaaStateChange.c N xenocara/xserver/hw/xfree86/xaa/mf-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/l3-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaWrapper.c N xenocara/xserver/hw/xfree86/xaa/xaaSpans.c N xenocara/xserver/hw/xfree86/xaa/xaaTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/xaaCpyPlane.c N xenocara/xserver/hw/xfree86/xaa/xaaROP.c N xenocara/xserver/hw/xfree86/xaa/m-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/xaaInitAccel.c N xenocara/xserver/hw/xfree86/xaa/xaarop.h N xenocara/xserver/hw/xfree86/xaa/xaaFallback.c N xenocara/xserver/hw/xfree86/xaa/xaaWideLine.c N xenocara/xserver/hw/xfree86/xaa/xaaNonTEText.c N xenocara/xserver/hw/xfree86/xaa/Makefile.am N xenocara/xserver/hw/xfree86/xaa/Makefile.in N xenocara/xserver/hw/xfree86/xaa/xaaImage.c N xenocara/xserver/hw/xfree86/xaa/xaaRect.c N xenocara/xserver/hw/xfree86/xaa/xaaFillRect.c N xenocara/xserver/hw/xfree86/xaa/l-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/xaaCpyWin.c N xenocara/xserver/hw/xfree86/xaa/lf-xaaTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/xaaOverlay.c N xenocara/xserver/hw/xfree86/xaa/xaaPCache.c N xenocara/xserver/hw/xfree86/xaa/xaaNonTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/xaaInit.c N xenocara/xserver/hw/xfree86/xaa/mf-xaaTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/xaaWrapper.h N xenocara/xserver/hw/xfree86/xaa/xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/mf3-xaaBitmap.c N xenocara/xserver/hw/xfree86/xaa/m-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaBitOrder.c N xenocara/xserver/hw/xfree86/xaa/m-xaaTEGlyph.c N xenocara/xserver/hw/xfree86/xaa/xaaGCmisc.c N xenocara/xserver/hw/xfree86/xaa/xaawrap.h N xenocara/xserver/hw/xfree86/xaa/xaaOffscreen.c N xenocara/xserver/hw/xfree86/xaa/xaaGC.c N xenocara/xserver/hw/xfree86/xaa/xaalocal.h N xenocara/xserver/hw/xfree86/xaa/xaacexp.h N xenocara/xserver/hw/xfree86/xaa/xaaLine.c N xenocara/xserver/hw/xfree86/xaa/s-xaaLine.c N xenocara/xserver/hw/xfree86/xaa/mf-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/l-xaaStipple.c N xenocara/xserver/hw/xfree86/xaa/xaaPaintWin.c N xenocara/xserver/hw/xfree86/xaa/xaaTEGlyphBlt.S N xenocara/xserver/hw/xfree86/loader/xf86sym.c N xenocara/xserver/hw/xfree86/loader/dlloader.h N xenocara/xserver/hw/xfree86/loader/loader.c N xenocara/xserver/hw/xfree86/loader/os.c N xenocara/xserver/hw/xfree86/loader/fontsym.c N xenocara/xserver/hw/xfree86/loader/loadmod.c N xenocara/xserver/hw/xfree86/loader/Makefile.am N xenocara/xserver/hw/xfree86/loader/Makefile.in N xenocara/xserver/hw/xfree86/loader/SparcMulDiv.S N xenocara/xserver/hw/xfree86/loader/extsym.c N xenocara/xserver/hw/xfree86/loader/dixsym.c N xenocara/xserver/hw/xfree86/loader/misym.c N xenocara/xserver/hw/xfree86/loader/sym.h N xenocara/xserver/hw/xfree86/loader/loadext.c N xenocara/xserver/hw/xfree86/loader/dlloader.c N xenocara/xserver/hw/xfree86/loader/loader.h N xenocara/xserver/hw/xfree86/loader/loaderProcs.h N xenocara/xserver/hw/xfree86/loader/loadfont.c N xenocara/xserver/hw/xfree86/xf8_16bpp/xf8_16module.c N xenocara/xserver/hw/xfree86/xf8_16bpp/cfb8_16.h N xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.am N xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.in N xenocara/xserver/hw/xfree86/doc/README.DRI N xenocara/xserver/hw/xfree86/doc/README.fonts N xenocara/xserver/hw/xfree86/doc/Makefile.am N xenocara/xserver/hw/xfree86/doc/Makefile.in N xenocara/xserver/hw/xfree86/doc/README.rapidaccess N xenocara/xserver/hw/xfree86/doc/sgml/DESIGN.sgml N xenocara/xserver/hw/xfree86/doc/sgml/Makefile.am N xenocara/xserver/hw/xfree86/doc/sgml/Makefile.in N xenocara/xserver/hw/xfree86/doc/man/Makefile.am N xenocara/xserver/hw/xfree86/doc/man/Makefile.in N xenocara/xserver/hw/xfree86/doc/man/Xorg.man.pre N xenocara/xserver/hw/xfree86/doc/man/xorg.conf.man.pre N xenocara/xserver/hw/xfree86/doc/devel/RAC.Notes N xenocara/xserver/hw/xfree86/doc/devel/Domain.note N xenocara/xserver/hw/xfree86/doc/devel/README.DRIcomp N xenocara/xserver/hw/xfree86/doc/devel/DebuggingHints N xenocara/xserver/hw/xfree86/doc/devel/Makefile.am N xenocara/xserver/hw/xfree86/doc/devel/Makefile.in N xenocara/xserver/hw/xfree86/doc/devel/Registry N xenocara/xserver/hw/xfree86/doc/devel/exa-driver.txt N xenocara/xserver/hw/xfree86/rac/xf86RAC.c N xenocara/xserver/hw/xfree86/rac/xf86RAC.h N xenocara/xserver/hw/xfree86/rac/Makefile.am N xenocara/xserver/hw/xfree86/rac/Makefile.in N xenocara/xserver/hw/xfree86/dixmods/xkbKillSrv.c N xenocara/xserver/hw/xfree86/dixmods/mfbmodule.c N xenocara/xserver/hw/xfree86/dixmods/cfbmodule.c N xenocara/xserver/hw/xfree86/dixmods/type1mod.c N xenocara/xserver/hw/xfree86/dixmods/shmodule.c N xenocara/xserver/hw/xfree86/dixmods/ftmodule.c N xenocara/xserver/hw/xfree86/dixmods/xkbVT.c N xenocara/xserver/hw/xfree86/dixmods/afbmodule.c N xenocara/xserver/hw/xfree86/dixmods/glxmodule.c N xenocara/xserver/hw/xfree86/dixmods/xkbPrivate.c N xenocara/xserver/hw/xfree86/dixmods/Makefile.am N xenocara/xserver/hw/xfree86/dixmods/Makefile.in N xenocara/xserver/hw/xfree86/dixmods/cfb32module.c N xenocara/xserver/hw/xfree86/dixmods/GLcoremodule.c N xenocara/xserver/hw/xfree86/dixmods/fbmodule.c N xenocara/xserver/hw/xfree86/dixmods/dbemodule.c N xenocara/xserver/hw/xfree86/dixmods/xf86XTrapModule.c N xenocara/xserver/hw/xfree86/dixmods/recordmod.c N xenocara/xserver/hw/xfree86/dixmods/extmod/vidmodeproc.h N xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.c N xenocara/xserver/hw/xfree86/dixmods/extmod/xvmod.c N xenocara/xserver/hw/xfree86/dixmods/extmod/xvmodproc.h N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga.c N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga2.c N xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.am N xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.in N xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.h N xenocara/xserver/hw/xfree86/dixmods/extmod/dgaproc.h N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86misc.c N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86vmode.c N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86miscproc.h N xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dgaext.h N xenocara/xserver/hw/xfree86/shadowfb/shadow.c N xenocara/xserver/hw/xfree86/shadowfb/sfbmodule.c N xenocara/xserver/hw/xfree86/shadowfb/shadowfb.h N xenocara/xserver/hw/xfree86/shadowfb/Makefile.am N xenocara/xserver/hw/xfree86/shadowfb/Makefile.in N xenocara/xserver/hw/xfree86/dri/sarea.h N xenocara/xserver/hw/xfree86/dri/xf86dri.c N xenocara/xserver/hw/xfree86/dri/dristruct.h N xenocara/xserver/hw/xfree86/dri/drimodule.c N xenocara/xserver/hw/xfree86/dri/Makefile.am N xenocara/xserver/hw/xfree86/dri/Makefile.in N xenocara/xserver/hw/xfree86/dri/dri.c N xenocara/xserver/hw/xfree86/dri/dri.h N xenocara/xserver/hw/xfree86/x86emu/fpu.c N xenocara/xserver/hw/xfree86/x86emu/decode.c N xenocara/xserver/hw/xfree86/x86emu/ops.c N xenocara/xserver/hw/xfree86/x86emu/ops2.c N xenocara/xserver/hw/xfree86/x86emu/Makefile.am N xenocara/xserver/hw/xfree86/x86emu/Makefile.in N xenocara/xserver/hw/xfree86/x86emu/x86emu.h N xenocara/xserver/hw/xfree86/x86emu/sys.c N xenocara/xserver/hw/xfree86/x86emu/prim_ops.c N xenocara/xserver/hw/xfree86/x86emu/debug.c N xenocara/xserver/hw/xfree86/x86emu/validate.c N xenocara/xserver/hw/xfree86/x86emu/x86emu/debug.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/ops.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/decode.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/x86emui.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_asm.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/types.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/regs.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu_regs.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_ops.h N xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu.h N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbscrinit.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc32.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32module.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbimage.c N xenocara/xserver/hw/xfree86/xf8_32bpp/xf86overlay.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcunder.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbwindow.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbpntwin.c N xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.am N xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.in N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcmisc.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbbstore.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyarea.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc8.c N xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32.h N xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyplane.c N xenocara/xserver/hw/xfree86/vgahw/vgaHW.h N xenocara/xserver/hw/xfree86/vgahw/vgaHW.c N xenocara/xserver/hw/xfree86/vgahw/Makefile.am N xenocara/xserver/hw/xfree86/vgahw/Makefile.in N xenocara/xserver/hw/xfree86/vgahw/vgaCmap.c N xenocara/xserver/hw/xfree86/vgahw/vgaHWmodule.c N xenocara/xserver/hw/xfree86/utils/Makefile.am N xenocara/xserver/hw/xfree86/utils/Makefile.in N xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.c N xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards98 N xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards N xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.am N xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.in N xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.man.pre N xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.c N xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.h N xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.c N xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.man.pre N xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.am N xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.in N xenocara/xserver/hw/xfree86/utils/cvt/Makefile.am N xenocara/xserver/hw/xfree86/utils/cvt/Makefile.in N xenocara/xserver/hw/xfree86/utils/cvt/cvt.c N xenocara/xserver/hw/xfree86/utils/cvt/cvt.man.pre N xenocara/xserver/hw/xfree86/utils/ioport/Makefile.am N xenocara/xserver/hw/xfree86/utils/ioport/Makefile.in N xenocara/xserver/hw/xfree86/utils/ioport/ioport.c N xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.c N xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.man.pre N xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.am N xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.in N xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.man.pre N xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xpm N xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/expert.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xpm N xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/startx.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/XOrgCfg.pre N xenocara/xserver/hw/xfree86/utils/xorgcfg/interface.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/right.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/taller.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/TODO N xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/help.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/loadmod.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/help.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/config.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xpm N xenocara/xserver/hw/xfree86/utils/xorgcfg/options.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.am N xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.in N xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/xorgcfg.man.pre N xenocara/xserver/hw/xfree86/utils/xorgcfg/options.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/shorter.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/text-mode.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/down.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/up.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/narrower.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/config.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xpm N xenocara/xserver/hw/xfree86/utils/xorgcfg/left.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/wider.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xbm N xenocara/xserver/hw/xfree86/utils/xorgcfg/accessx.c N xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.h N xenocara/xserver/hw/xfree86/utils/xorgcfg/computer.xpm N xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xbm N xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.c N xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.man.pre N xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.am N xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.in N xenocara/xserver/hw/xfree86/utils/gtf/Makefile.am N xenocara/xserver/hw/xfree86/utils/gtf/Makefile.in N xenocara/xserver/hw/xfree86/utils/gtf/gtf.c N xenocara/xserver/hw/xfree86/utils/gtf/gtf.man.pre N xenocara/xserver/hw/xfree86/ddc/edid.h N xenocara/xserver/hw/xfree86/ddc/xf86DDC.h N xenocara/xserver/hw/xfree86/ddc/xf86DDC.c N xenocara/xserver/hw/xfree86/ddc/DDC.HOWTO N xenocara/xserver/hw/xfree86/ddc/print_vdif.c N xenocara/xserver/hw/xfree86/ddc/interpret_edid.c N xenocara/xserver/hw/xfree86/ddc/edid.c N xenocara/xserver/hw/xfree86/ddc/ddcProperty.c N xenocara/xserver/hw/xfree86/ddc/print_edid.c N xenocara/xserver/hw/xfree86/ddc/Makefile.am N xenocara/xserver/hw/xfree86/ddc/Makefile.in N xenocara/xserver/hw/xfree86/ddc/vdif.h N xenocara/xserver/hw/xfree86/ddc/interpret_vdif.c N xenocara/xserver/hw/xfree86/ddc/ddcPriv.h N xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.h N xenocara/xserver/hw/xfree86/scanpci/xf86PciIds.h N xenocara/xserver/hw/xfree86/scanpci/xf86PciStdIds.h N xenocara/xserver/hw/xfree86/scanpci/xf86PciData.h N xenocara/xserver/hw/xfree86/scanpci/extrapci.ids N xenocara/xserver/hw/xfree86/scanpci/xf86PciStr.h N xenocara/xserver/hw/xfree86/scanpci/pciid2c.pl N xenocara/xserver/hw/xfree86/scanpci/Makefile.am N xenocara/xserver/hw/xfree86/scanpci/Makefile.in N xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.c N xenocara/xserver/hw/xfree86/scanpci/xf86PciData.c N xenocara/xserver/hw/xfree86/scanpci/pci.ids N xenocara/xserver/hw/xfree86/xf1bpp/mfbpawhite.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbblak.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.sh N xenocara/xserver/hw/xfree86/xf1bpp/mfbmodule.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbbltX.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbseg.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbplywhite.c N xenocara/xserver/hw/xfree86/xf1bpp/xf1bpp.h N xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.h N xenocara/xserver/hw/xfree86/xf1bpp/mfbplyinv.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbbltC.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.sh N xenocara/xserver/hw/xfree86/xf1bpp/mfbtewhite.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbbltCI.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbplyblack.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbtileG.c N xenocara/xserver/hw/xfree86/xf1bpp/Makefile.am N xenocara/xserver/hw/xfree86/xf1bpp/Makefile.in N xenocara/xserver/hw/xfree86/xf1bpp/mfbpablack.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbtileC.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbbltG.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbwht.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbpainv.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.h N xenocara/xserver/hw/xfree86/xf1bpp/mfbigbwht.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbbltO.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbinv.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbteblack.c N xenocara/xserver/hw/xfree86/xf1bpp/mfbigbblak.c N xenocara/xserver/hw/xfree86/parser/Configint.h N xenocara/xserver/hw/xfree86/parser/xf86Optrec.h N xenocara/xserver/hw/xfree86/parser/write.c N xenocara/xserver/hw/xfree86/parser/configProcs.h N xenocara/xserver/hw/xfree86/parser/Extensions.c N xenocara/xserver/hw/xfree86/parser/xf86tokens.h N xenocara/xserver/hw/xfree86/parser/DRI.c N xenocara/xserver/hw/xfree86/parser/Screen.c N xenocara/xserver/hw/xfree86/parser/cpconfig.c N xenocara/xserver/hw/xfree86/parser/Input.c N xenocara/xserver/hw/xfree86/parser/Makefile.am N xenocara/xserver/hw/xfree86/parser/Makefile.in N xenocara/xserver/hw/xfree86/parser/Layout.c N xenocara/xserver/hw/xfree86/parser/Keyboard.c N xenocara/xserver/hw/xfree86/parser/scan.c N xenocara/xserver/hw/xfree86/parser/Device.c N xenocara/xserver/hw/xfree86/parser/Vendor.c N xenocara/xserver/hw/xfree86/parser/Monitor.c N xenocara/xserver/hw/xfree86/parser/Files.c N xenocara/xserver/hw/xfree86/parser/Video.c N xenocara/xserver/hw/xfree86/parser/Flags.c N xenocara/xserver/hw/xfree86/parser/Module.c N xenocara/xserver/hw/xfree86/parser/xf86Parser.h N xenocara/xserver/hw/xfree86/parser/Pointer.c N xenocara/xserver/hw/xfree86/parser/read.c N xenocara/xserver/hw/xfree86/int10/x86emu.c N xenocara/xserver/hw/xfree86/int10/generic.c N xenocara/xserver/hw/xfree86/int10/xf86x86emu.c N xenocara/xserver/hw/xfree86/int10/helper_exec.c N xenocara/xserver/hw/xfree86/int10/xf86int10.h N xenocara/xserver/hw/xfree86/int10/helper_mem.c N xenocara/xserver/hw/xfree86/int10/xf86int10.c N xenocara/xserver/hw/xfree86/int10/INT10.HOWTO N xenocara/xserver/hw/xfree86/int10/Makefile.am N xenocara/xserver/hw/xfree86/int10/Makefile.in N xenocara/xserver/hw/xfree86/int10/pci.c N xenocara/xserver/hw/xfree86/int10/xf86int10module.c N xenocara/xserver/hw/xfree86/int10/stub.c N xenocara/xserver/hw/xfree86/int10/xf86x86emu.h N xenocara/xserver/hw/xfree86/common/xf86DoProbe.c N xenocara/xserver/hw/xfree86/common/xf86Io.c N xenocara/xserver/hw/xfree86/common/xf86MiscExt.c N xenocara/xserver/hw/xfree86/common/xf86cmap.h N xenocara/xserver/hw/xfree86/common/xf86KbdLnx.c N xenocara/xserver/hw/xfree86/common/xf86Versions.c N xenocara/xserver/hw/xfree86/common/xf86XKB.c N xenocara/xserver/hw/xfree86/common/xf86pciBus.c N xenocara/xserver/hw/xfree86/common/xf86Events.c N xenocara/xserver/hw/xfree86/common/scoasm.h N xenocara/xserver/hw/xfree86/common/xorgHelper.c N xenocara/xserver/hw/xfree86/common/xf86str.h N xenocara/xserver/hw/xfree86/common/xf86DoScanPci.c N xenocara/xserver/hw/xfree86/common/xf86Globals.c N xenocara/xserver/hw/xfree86/common/xf86Cursor.c N xenocara/xserver/hw/xfree86/common/xf86Module.h N xenocara/xserver/hw/xfree86/common/xf86DGA.c N xenocara/xserver/hw/xfree86/common/xf86xvpriv.h N xenocara/xserver/hw/xfree86/common/xf86fbBus.c N xenocara/xserver/hw/xfree86/common/xf86noBus.c N xenocara/xserver/hw/xfree86/common/atKeynames.h N xenocara/xserver/hw/xfree86/common/xf86.h N xenocara/xserver/hw/xfree86/common/xf86isaBus.c N xenocara/xserver/hw/xfree86/common/xf86Config.c N xenocara/xserver/hw/xfree86/common/xf86AutoConfig.c N xenocara/xserver/hw/xfree86/common/xf86Build.h.in N xenocara/xserver/hw/xfree86/common/xf86cmap.c N xenocara/xserver/hw/xfree86/common/xf86Configure.c N xenocara/xserver/hw/xfree86/common/xf86Kbd.c N xenocara/xserver/hw/xfree86/common/xf86Debug.c N xenocara/xserver/hw/xfree86/common/xf86InPriv.h N xenocara/xserver/hw/xfree86/common/xf86PM.c N xenocara/xserver/hw/xfree86/common/xf86Privstr.h N xenocara/xserver/hw/xfree86/common/xf86Bus.h N xenocara/xserver/hw/xfree86/common/xf86sbusBus.c N xenocara/xserver/hw/xfree86/common/xf86RandR.c N xenocara/xserver/hw/xfree86/common/xf86xvmc.h N xenocara/xserver/hw/xfree86/common/xf86cvt.c N xenocara/xserver/hw/xfree86/common/vesamodes N xenocara/xserver/hw/xfree86/common/xf86xv.c N xenocara/xserver/hw/xfree86/common/xf86Build.h N xenocara/xserver/hw/xfree86/common/extramodes N xenocara/xserver/hw/xfree86/common/xf86xvmc.c N xenocara/xserver/hw/xfree86/common/Makefile.am N xenocara/xserver/hw/xfree86/common/Makefile.in N xenocara/xserver/hw/xfree86/common/xisb.c N xenocara/xserver/hw/xfree86/common/xf86Version.h N xenocara/xserver/hw/xfree86/common/xf86Helper.c N xenocara/xserver/hw/xfree86/common/xf86Config.h N xenocara/xserver/hw/xfree86/common/xf86VidMode.c N xenocara/xserver/hw/xfree86/common/xf86pciBus.h N xenocara/xserver/hw/xfree86/common/fourcc.h N xenocara/xserver/hw/xfree86/common/xf86Resources.h N xenocara/xserver/hw/xfree86/common/xf86Date.h N xenocara/xserver/hw/xfree86/common/xf86Opt.h N xenocara/xserver/hw/xfree86/common/xf86Bus.c N xenocara/xserver/hw/xfree86/common/xf86Xinput.h N xenocara/xserver/hw/xfree86/common/xf86Xinput.c N xenocara/xserver/hw/xfree86/common/modeline2c.pl N xenocara/xserver/hw/xfree86/common/xf86fbman.h N xenocara/xserver/hw/xfree86/common/xf86Option.c N xenocara/xserver/hw/xfree86/common/xf86Mode.c N xenocara/xserver/hw/xfree86/common/xf86Keymap.h N xenocara/xserver/hw/xfree86/common/xf86KbdBSD.c N xenocara/xserver/hw/xfree86/common/xf86KbdMach.c N xenocara/xserver/hw/xfree86/common/xf86fbman.c N xenocara/xserver/hw/xfree86/common/xf86Priv.h N xenocara/xserver/hw/xfree86/common/xf86Init.c N xenocara/xserver/hw/xfree86/common/xisb.h N xenocara/xserver/hw/xfree86/common/xf86sbusBus.h N xenocara/xserver/hw/xfree86/common/xf86DefModes.c N xenocara/xserver/hw/xfree86/common/xorgVersion.h N xenocara/xserver/hw/xfree86/common/xf86PciInfo.h N xenocara/xserver/hw/xfree86/common/xf86DPMS.c N xenocara/xserver/hw/xfree86/common/compiler.h N xenocara/xserver/hw/xfree86/common/xf86xv.h N xenocara/xserver/hw/xfree86/os-support/int10Defines.h N xenocara/xserver/hw/xfree86/os-support/xf86_OSlib.h N xenocara/xserver/hw/xfree86/os-support/xf86_libc.h N xenocara/xserver/hw/xfree86/os-support/assyntax.h N xenocara/xserver/hw/xfree86/os-support/xf86_OSproc.h N xenocara/xserver/hw/xfree86/os-support/README.OS-lib N xenocara/xserver/hw/xfree86/os-support/xf86OSmouse.h N xenocara/xserver/hw/xfree86/os-support/Makefile.am N xenocara/xserver/hw/xfree86/os-support/Makefile.in N xenocara/xserver/hw/xfree86/os-support/xf86_ansic.h N xenocara/xserver/hw/xfree86/os-support/xf86OSpriv.h N xenocara/xserver/hw/xfree86/os-support/xorgos.c N xenocara/xserver/hw/xfree86/os-support/xf86OSKbd.h N xenocara/xserver/hw/xfree86/os-support/xf86drm.h N xenocara/xserver/hw/xfree86/os-support/bus/linuxPci.c N xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.h N xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.h N xenocara/xserver/hw/xfree86/os-support/bus/xf86Pci.h N xenocara/xserver/hw/xfree86/os-support/bus/ix86Pci.c N xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.c N xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.c N xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.c N xenocara/xserver/hw/xfree86/os-support/bus/sparcPci.c N xenocara/xserver/hw/xfree86/os-support/bus/Pci.h N xenocara/xserver/hw/xfree86/os-support/bus/ppcPci.c N xenocara/xserver/hw/xfree86/os-support/bus/netbsdPci.c N xenocara/xserver/hw/xfree86/os-support/bus/axpPci.c N xenocara/xserver/hw/xfree86/os-support/bus/Pci.c N xenocara/xserver/hw/xfree86/os-support/bus/Makefile.am N xenocara/xserver/hw/xfree86/os-support/bus/Makefile.in N xenocara/xserver/hw/xfree86/os-support/bus/Sbus.c N xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.c N xenocara/xserver/hw/xfree86/os-support/bus/freebsdPci.c N xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.h N xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.h N xenocara/xserver/hw/xfree86/os-support/bus/xf86Sbus.h N xenocara/xserver/hw/xfree86/os-support/shared/sigiostubs.c N xenocara/xserver/hw/xfree86/os-support/shared/libc_wrapper.c N xenocara/xserver/hw/xfree86/os-support/shared/std_kbdEv.c N xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.c N xenocara/xserver/hw/xfree86/os-support/shared/stdPci.c N xenocara/xserver/hw/xfree86/os-support/shared/at_scancode.c N xenocara/xserver/hw/xfree86/os-support/shared/kmod_noop.c N xenocara/xserver/hw/xfree86/os-support/shared/bios_devmem.c N xenocara/xserver/hw/xfree86/os-support/shared/kbd.c N xenocara/xserver/hw/xfree86/os-support/shared/VTsw_noop.c N xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.c N xenocara/xserver/hw/xfree86/os-support/shared/sysv_kbd.c N xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.h N xenocara/xserver/hw/xfree86/os-support/shared/VTsw_usl.c N xenocara/xserver/hw/xfree86/os-support/shared/ioperm_noop.c N xenocara/xserver/hw/xfree86/os-support/shared/agp_noop.c N xenocara/xserver/hw/xfree86/os-support/shared/sigio.c N xenocara/xserver/hw/xfree86/os-support/shared/posix_tty.c N xenocara/xserver/hw/xfree86/os-support/shared/stdResource.c N xenocara/xserver/hw/xfree86/os-support/shared/inout.S N xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.h N xenocara/xserver/hw/xfree86/os-support/shared/pm_noop.c N xenocara/xserver/hw/xfree86/os-support/shared/bios_mmap.c N xenocara/xserver/hw/xfree86/os-support/shared/vidmem.c N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mmap.c N xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.am N xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.in N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_video.c N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mouse.c N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_init.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_noinline.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_video.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.S N xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.am N xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.in N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mouse.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_init.c N xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_io.c N xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.h N xenocara/xserver/hw/xfree86/os-support/sysv/sysv_io.c N xenocara/xserver/hw/xfree86/os-support/sysv/sysv_init.c N xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.am N xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.in N xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.c N xenocara/xserver/hw/xfree86/os-support/sysv/sysv_video.c N xenocara/xserver/hw/xfree86/os-support/sysv/sysv_mouse.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_mouse.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_io.c N xenocara/xserver/hw/xfree86/os-support/bsd/arm_video.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_axp.c N xenocara/xserver/hw/xfree86/os-support/bsd/memrange.h N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_init.c N xenocara/xserver/hw/xfree86/os-support/bsd/alpha_video.c N xenocara/xserver/hw/xfree86/os-support/bsd/i386_video.c N xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.am N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.c N xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.in N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_jstk.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.h N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_apm.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_KbdMap.c N xenocara/xserver/hw/xfree86/os-support/bsd/ppc_video.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsdResource.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kmod.c N xenocara/xserver/hw/xfree86/os-support/bsd/bsd_ev56.c N xenocara/xserver/hw/xfree86/os-support/bsd/sparc64_video.c N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/descr.c N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.h N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usbvar.h N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usage.c N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/parse.c N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/data.c N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.3 N xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb_hid_usages N xenocara/xserver/hw/xfree86/os-support/linux/lnx_ev56.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_axp.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_KbdMap.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_video.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_agp.c N xenocara/xserver/hw/xfree86/os-support/linux/lnxResource.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_font.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_kmod.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_io.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_jstk.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_mouse.c N xenocara/xserver/hw/xfree86/os-support/linux/Makefile.am N xenocara/xserver/hw/xfree86/os-support/linux/Makefile.in N xenocara/xserver/hw/xfree86/os-support/linux/lnx_acpi.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx.h N xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.h N xenocara/xserver/hw/xfree86/os-support/linux/lnx_ia64.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_init.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_pci.c N xenocara/xserver/hw/xfree86/os-support/linux/lnx_apm.c N xenocara/xserver/hw/xfree86/os-support/linux/int10/linux.c N xenocara/xserver/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c N xenocara/xserver/hw/xfree86/os-support/drm/xf86drm.c N xenocara/xserver/hw/xfree86/os-support/drm/xf86drmRandom.c N xenocara/xserver/hw/xfree86/os-support/drm/Makefile.am N xenocara/xserver/hw/xfree86/os-support/drm/Makefile.in N xenocara/xserver/hw/xfree86/os-support/drm/drmmodule.c N xenocara/xserver/hw/xfree86/os-support/drm/xf86drmHash.c N xenocara/xserver/hw/xfree86/os-support/drm/xf86drmSL.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_video.c N xenocara/xserver/hw/xfree86/os-support/sco/VTsw_sco.c N xenocara/xserver/hw/xfree86/os-support/sco/Makefile.am N xenocara/xserver/hw/xfree86/os-support/sco/Makefile.in N xenocara/xserver/hw/xfree86/os-support/sco/sco_init.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_mouse.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_iop.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_io.c N xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.h N xenocara/xserver/hw/xfree86/os-support/sco/sco_KbdMap.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_video.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_io.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.h N xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.h N xenocara/xserver/hw/xfree86/os-support/usl/usl_vtsw.c N xenocara/xserver/hw/xfree86/os-support/usl/Makefile.am N xenocara/xserver/hw/xfree86/os-support/usl/Makefile.in N xenocara/xserver/hw/xfree86/os-support/usl/usl_init.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_mouse.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_KbdMap.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_iop.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.c N xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.c N xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.c N xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.S N xenocara/xserver/hw/xfree86/os-support/misc/IODelay.S N xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.c N xenocara/xserver/hw/xfree86/os-support/misc/xf86_Util.c N xenocara/xserver/hw/xfree86/os-support/misc/IODelay.c N xenocara/xserver/hw/xfree86/os-support/misc/PortIO.S N xenocara/xserver/hw/xfree86/os-support/misc/xf86_IlHack.c N xenocara/xserver/hw/xfree86/os-support/misc/Makefile.am N xenocara/xserver/hw/xfree86/os-support/misc/Makefile.in N xenocara/xserver/hw/xfree86/os-support/misc/Delay.c N xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.S N xenocara/xserver/hw/xfree86/os-support/solaris/sun_agp.c N xenocara/xserver/hw/xfree86/os-support/solaris/agpgart.h N xenocara/xserver/hw/xfree86/os-support/solaris/sun_mouse.c N xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbdEv.c N xenocara/xserver/hw/xfree86/os-support/solaris/sun_inout.s N xenocara/xserver/hw/xfree86/os-support/solaris/solaris-amd64.S N xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.h N xenocara/xserver/hw/xfree86/os-support/solaris/sun_init.c N xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.am N xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.in N xenocara/xserver/hw/xfree86/os-support/solaris/sun_io.c N xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.c N xenocara/xserver/hw/xfree86/os-support/solaris/sun_vid.c N xenocara/xserver/hw/xfree86/os-support/solaris/solaris-ia32.S N xenocara/xserver/hw/xfree86/os-support/solaris/apSolaris.shar N xenocara/xserver/hw/xfree86/os-support/solaris/solaris-sparcv8plus.S N xenocara/xserver/hw/xfree86/os-support/solaris/sun_bios.c N xenocara/xserver/hw/xnest/XNFont.h N xenocara/xserver/hw/xnest/os2Stub.c N xenocara/xserver/hw/xnest/Xnest.man.pre N xenocara/xserver/hw/xnest/Color.c N xenocara/xserver/hw/xnest/Pixmap.c N xenocara/xserver/hw/xnest/Pointer.h N xenocara/xserver/hw/xnest/Cursor.c N xenocara/xserver/hw/xnest/Window.c N xenocara/xserver/hw/xnest/XNGC.h N xenocara/xserver/hw/xnest/Args.c N xenocara/xserver/hw/xnest/Visual.h N xenocara/xserver/hw/xnest/Screen.c N xenocara/xserver/hw/xnest/Events.c N xenocara/xserver/hw/xnest/Init.c N xenocara/xserver/hw/xnest/Xnest.h N xenocara/xserver/hw/xnest/xnest-config.h N xenocara/xserver/hw/xnest/Makefile.am N xenocara/xserver/hw/xnest/Makefile.in N xenocara/xserver/hw/xnest/Handlers.h N xenocara/xserver/hw/xnest/Handlers.c N xenocara/xserver/hw/xnest/Keyboard.c N xenocara/xserver/hw/xnest/GCOps.c N xenocara/xserver/hw/xnest/Visual.c N xenocara/xserver/hw/xnest/Display.c N xenocara/xserver/hw/xnest/XNWindow.h N xenocara/xserver/hw/xnest/Drawable.h N xenocara/xserver/hw/xnest/GC.c N xenocara/xserver/hw/xnest/XNPixmap.h N xenocara/xserver/hw/xnest/Display.h N xenocara/xserver/hw/xnest/Pointer.c N xenocara/xserver/hw/xnest/GCOps.h N xenocara/xserver/hw/xnest/Color.h N xenocara/xserver/hw/xnest/screensaver N xenocara/xserver/hw/xnest/Args.h N xenocara/xserver/hw/xnest/Font.c N xenocara/xserver/hw/xnest/Keyboard.h N xenocara/xserver/hw/xnest/Init.h N xenocara/xserver/hw/xnest/XNCursor.h N xenocara/xserver/hw/xnest/Screen.h N xenocara/xserver/hw/xnest/Events.h N xenocara/xserver/hw/xnest/icon N xenocara/xserver/hw/kdrive/Makefile.am N xenocara/xserver/hw/kdrive/Makefile.in N xenocara/xserver/hw/kdrive/sdl/sdl.c N xenocara/xserver/hw/kdrive/sdl/Makefile.am N xenocara/xserver/hw/kdrive/sdl/Makefile.in N xenocara/xserver/hw/kdrive/r128/r128.c N xenocara/xserver/hw/kdrive/r128/Makefile.am N xenocara/xserver/hw/kdrive/r128/Makefile.in N xenocara/xserver/hw/kdrive/r128/r128draw.c N xenocara/xserver/hw/kdrive/r128/r128stub.c N xenocara/xserver/hw/kdrive/r128/r128.h N xenocara/xserver/hw/kdrive/fake/fake.h N xenocara/xserver/hw/kdrive/fake/fake.c N xenocara/xserver/hw/kdrive/fake/os.c N xenocara/xserver/hw/kdrive/fake/kbd.c N xenocara/xserver/hw/kdrive/fake/Makefile.am N xenocara/xserver/hw/kdrive/fake/Makefile.in N xenocara/xserver/hw/kdrive/fake/fakeinit.c N xenocara/xserver/hw/kdrive/fake/mouse.c N xenocara/xserver/hw/kdrive/ephyr/ephyr.h N xenocara/xserver/hw/kdrive/ephyr/os.c N xenocara/xserver/hw/kdrive/ephyr/Makefile.am N xenocara/xserver/hw/kdrive/ephyr/Makefile.in N xenocara/xserver/hw/kdrive/ephyr/README N xenocara/xserver/hw/kdrive/ephyr/ephyrinit.c N xenocara/xserver/hw/kdrive/ephyr/ephyr_draw.c N xenocara/xserver/hw/kdrive/ephyr/hostx.h N xenocara/xserver/hw/kdrive/ephyr/hostx.c N xenocara/xserver/hw/kdrive/ephyr/ephyr.c N xenocara/xserver/hw/kdrive/i810/i810stub.c N xenocara/xserver/hw/kdrive/i810/i810_video.c N xenocara/xserver/hw/kdrive/i810/Makefile.am N xenocara/xserver/hw/kdrive/i810/Makefile.in N xenocara/xserver/hw/kdrive/i810/i810.h N xenocara/xserver/hw/kdrive/i810/i810.c N xenocara/xserver/hw/kdrive/i810/i810draw.h N xenocara/xserver/hw/kdrive/i810/i810draw.c N xenocara/xserver/hw/kdrive/i810/i810_cursor.c N xenocara/xserver/hw/kdrive/i810/i810_reg.h N xenocara/xserver/hw/kdrive/src/kkeymap.h N xenocara/xserver/hw/kdrive/src/kmode.c N xenocara/xserver/hw/kdrive/src/kxv.h N xenocara/xserver/hw/kdrive/src/kasync.c N xenocara/xserver/hw/kdrive/src/kaa.h N xenocara/xserver/hw/kdrive/src/kaa.c N xenocara/xserver/hw/kdrive/src/koffscreen.c N xenocara/xserver/hw/kdrive/src/kcurscol.c N xenocara/xserver/hw/kdrive/src/knoop.c N xenocara/xserver/hw/kdrive/src/vga.c N xenocara/xserver/hw/kdrive/src/kxv.c N xenocara/xserver/hw/kdrive/src/kaapict.c N xenocara/xserver/hw/kdrive/src/Makefile.am N xenocara/xserver/hw/kdrive/src/Makefile.in N xenocara/xserver/hw/kdrive/src/vga.h N xenocara/xserver/hw/kdrive/src/fourcc.h N xenocara/xserver/hw/kdrive/src/kinfo.c N xenocara/xserver/hw/kdrive/src/kdrive.h N xenocara/xserver/hw/kdrive/src/kshadow.c N xenocara/xserver/hw/kdrive/src/kcmap.c N xenocara/xserver/hw/kdrive/src/kdrive.c N xenocara/xserver/hw/kdrive/src/kinput.c N xenocara/xserver/hw/kdrive/src/kmap.c N xenocara/xserver/hw/kdrive/src/ktest.c N xenocara/xserver/hw/kdrive/sis300/sis.h N xenocara/xserver/hw/kdrive/sis300/sis_stub.c N xenocara/xserver/hw/kdrive/sis300/Makefile.am N xenocara/xserver/hw/kdrive/sis300/Makefile.in N xenocara/xserver/hw/kdrive/sis300/sis_draw.c N xenocara/xserver/hw/kdrive/sis300/sis.c N xenocara/xserver/hw/kdrive/sis300/sis_reg.h N xenocara/xserver/hw/kdrive/mach64/mach64stub.c N xenocara/xserver/hw/kdrive/mach64/mach64.c N xenocara/xserver/hw/kdrive/mach64/mach64draw.c N xenocara/xserver/hw/kdrive/mach64/Makefile.am N xenocara/xserver/hw/kdrive/mach64/Makefile.in N xenocara/xserver/hw/kdrive/mach64/mach64.h N xenocara/xserver/hw/kdrive/mach64/mach64draw.h N xenocara/xserver/hw/kdrive/mach64/mach64video.c N xenocara/xserver/hw/kdrive/epson/epson13806draw.h N xenocara/xserver/hw/kdrive/epson/epson13806.h N xenocara/xserver/hw/kdrive/epson/epson13806.c N xenocara/xserver/hw/kdrive/epson/Makefile.am N xenocara/xserver/hw/kdrive/epson/Makefile.in N xenocara/xserver/hw/kdrive/epson/epson13806reg.h N xenocara/xserver/hw/kdrive/epson/epson13806stub.c N xenocara/xserver/hw/kdrive/epson/epson13806draw.c N xenocara/xserver/hw/kdrive/chips/chipsdraw.c N xenocara/xserver/hw/kdrive/chips/chips.c N xenocara/xserver/hw/kdrive/chips/Makefile.am N xenocara/xserver/hw/kdrive/chips/Makefile.in N xenocara/xserver/hw/kdrive/chips/chips.h N xenocara/xserver/hw/kdrive/chips/chipsstub.c N xenocara/xserver/hw/kdrive/vesa/vm86.h N xenocara/xserver/hw/kdrive/vesa/vesainit.c N xenocara/xserver/hw/kdrive/vesa/vbe.h N xenocara/xserver/hw/kdrive/vesa/vga.c N xenocara/xserver/hw/kdrive/vesa/vbe.c N xenocara/xserver/hw/kdrive/vesa/vesa.h N xenocara/xserver/hw/kdrive/vesa/Makefile.am N xenocara/xserver/hw/kdrive/vesa/Makefile.in N xenocara/xserver/hw/kdrive/vesa/vga.h N xenocara/xserver/hw/kdrive/vesa/vesa.c N xenocara/xserver/hw/kdrive/vesa/vm86.c N xenocara/xserver/hw/kdrive/neomagic/neomagicstub.c N xenocara/xserver/hw/kdrive/neomagic/neomagic.h N xenocara/xserver/hw/kdrive/neomagic/ChangeLog N xenocara/xserver/hw/kdrive/neomagic/neomagic.c N xenocara/xserver/hw/kdrive/neomagic/Makefile.am N xenocara/xserver/hw/kdrive/neomagic/Makefile.in N xenocara/xserver/hw/kdrive/neomagic/README N xenocara/xserver/hw/kdrive/neomagic/neo_draw.c N xenocara/xserver/hw/kdrive/neomagic/backend.h N xenocara/xserver/hw/kdrive/neomagic/backend.c N xenocara/xserver/hw/kdrive/smi/smi.c N xenocara/xserver/hw/kdrive/smi/smidraw.c N xenocara/xserver/hw/kdrive/smi/smi.h N xenocara/xserver/hw/kdrive/smi/Makefile.am N xenocara/xserver/hw/kdrive/smi/Makefile.in N xenocara/xserver/hw/kdrive/smi/smidraw.h N xenocara/xserver/hw/kdrive/smi/smistub.c N xenocara/xserver/hw/kdrive/pm2/pm2_draw.c N xenocara/xserver/hw/kdrive/pm2/pm2.h N xenocara/xserver/hw/kdrive/pm2/Makefile.am N xenocara/xserver/hw/kdrive/pm2/Makefile.in N xenocara/xserver/hw/kdrive/pm2/pm2stub.c N xenocara/xserver/hw/kdrive/pm2/pm2.c N xenocara/xserver/hw/kdrive/pm2/glint_regs.h N xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.h N xenocara/xserver/hw/kdrive/nvidia/nvidiastub.c N xenocara/xserver/hw/kdrive/nvidia/Makefile.am N xenocara/xserver/hw/kdrive/nvidia/Makefile.in N xenocara/xserver/hw/kdrive/nvidia/nvidia.c N xenocara/xserver/hw/kdrive/nvidia/nvidia.h N xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.c N xenocara/xserver/hw/kdrive/ati/radeon_composite.c N xenocara/xserver/hw/kdrive/ati/ChangeLog N xenocara/xserver/hw/kdrive/ati/ati_reg.h N xenocara/xserver/hw/kdrive/ati/ati_dma.c N xenocara/xserver/hw/kdrive/ati/ati_video.c N xenocara/xserver/hw/kdrive/ati/ati_cursor.c N xenocara/xserver/hw/kdrive/ati/ati_draw.h N xenocara/xserver/hw/kdrive/ati/Makefile.am N xenocara/xserver/hw/kdrive/ati/Makefile.in N xenocara/xserver/hw/kdrive/ati/ati_microcode.c N xenocara/xserver/hw/kdrive/ati/ati.c N xenocara/xserver/hw/kdrive/ati/r128_composite.c N xenocara/xserver/hw/kdrive/ati/ati_draw.c N xenocara/xserver/hw/kdrive/ati/ati.h N xenocara/xserver/hw/kdrive/ati/ati_stub.c N xenocara/xserver/hw/kdrive/ati/ati_dma.h N xenocara/xserver/hw/kdrive/linux/agp.c N xenocara/xserver/hw/kdrive/linux/agp.h N xenocara/xserver/hw/kdrive/linux/keyboard.c N xenocara/xserver/hw/kdrive/linux/evdev.c N xenocara/xserver/hw/kdrive/linux/ts.c N xenocara/xserver/hw/kdrive/linux/linux.c N xenocara/xserver/hw/kdrive/linux/ms.c N xenocara/xserver/hw/kdrive/linux/Makefile.am N xenocara/xserver/hw/kdrive/linux/Makefile.in N xenocara/xserver/hw/kdrive/linux/tslib.c N xenocara/xserver/hw/kdrive/linux/klinux.h N xenocara/xserver/hw/kdrive/linux/ps2.c N xenocara/xserver/hw/kdrive/linux/mouse.c N xenocara/xserver/hw/kdrive/linux/bus.c N xenocara/xserver/hw/kdrive/via/viadraw.c N xenocara/xserver/hw/kdrive/via/via.c N xenocara/xserver/hw/kdrive/via/viastub.c N xenocara/xserver/hw/kdrive/via/via.h N xenocara/xserver/hw/kdrive/via/via_regs.h N xenocara/xserver/hw/kdrive/via/Makefile.am N xenocara/xserver/hw/kdrive/via/Makefile.in N xenocara/xserver/hw/kdrive/via/viadraw.h N xenocara/xserver/hw/kdrive/fbdev/fbinit.c N xenocara/xserver/hw/kdrive/fbdev/fbdev.h N xenocara/xserver/hw/kdrive/fbdev/Makefile.am N xenocara/xserver/hw/kdrive/fbdev/Makefile.in N xenocara/xserver/hw/kdrive/fbdev/fbdev.c N xenocara/xserver/hw/kdrive/mga/g400_common.h N xenocara/xserver/hw/kdrive/mga/g400_composite.c N xenocara/xserver/hw/kdrive/mga/mgastub.c N xenocara/xserver/hw/kdrive/mga/Makefile.am N xenocara/xserver/hw/kdrive/mga/Makefile.in N xenocara/xserver/hw/kdrive/mga/mga.h N xenocara/xserver/hw/kdrive/mga/mgadraw.c N xenocara/xserver/hw/kdrive/mga/mga.c N xenocara/xserver/hw/xwin/winnativegdi.c N xenocara/xserver/hw/xwin/wintrayicon.c N xenocara/xserver/hw/xwin/winclipboardthread.c N xenocara/xserver/hw/xwin/winpushpxl.c N xenocara/xserver/hw/xwin/winmultiwindowwindow.c N xenocara/xserver/hw/xwin/winauth.c N xenocara/xserver/hw/xwin/wincursor.c N xenocara/xserver/hw/xwin/XWin.man N xenocara/xserver/hw/xwin/winpolyline.c N xenocara/xserver/hw/xwin/winprefslex.l N xenocara/xserver/hw/xwin/winscrinit.c N xenocara/xserver/hw/xwin/winmultiwindowwndproc.c N xenocara/xserver/hw/xwin/winfillsp.c N xenocara/xserver/hw/xwin/winblock.c N xenocara/xserver/hw/xwin/winprefsyacc.h N xenocara/xserver/hw/xwin/winmultiwindowwm.c N xenocara/xserver/hw/xwin/winwin32rootless.c N xenocara/xserver/hw/xwin/winpntwin.c N xenocara/xserver/hw/xwin/winregistry.c N xenocara/xserver/hw/xwin/winconfig.c N xenocara/xserver/hw/xwin/ChangeLog N xenocara/xserver/hw/xwin/winclipboardunicode.c N xenocara/xserver/hw/xwin/winmultiwindowclass.h N xenocara/xserver/hw/xwin/winkeybd.h N xenocara/xserver/hw/xwin/winkeynames.h N xenocara/xserver/hw/xwin/winclipboardwndproc.c N xenocara/xserver/hw/xwin/wincreatewnd.c N xenocara/xserver/hw/xwin/winshadddnl.c N xenocara/xserver/hw/xwin/winclipboardtextconv.c N xenocara/xserver/hw/xwin/winprefs.h N xenocara/xserver/hw/xwin/winvalargs.c N xenocara/xserver/hw/xwin/XWin.rc N xenocara/xserver/hw/xwin/winwindowswm.c N xenocara/xserver/hw/xwin/winpriv.h N xenocara/xserver/hw/xwin/winwindow.h N xenocara/xserver/hw/xwin/InitInput.c N xenocara/xserver/hw/xwin/wingc.c N xenocara/xserver/hw/xwin/winclipboardinit.c N xenocara/xserver/hw/xwin/winwin32rootlesswindow.c N xenocara/xserver/hw/xwin/wingetsp.c N xenocara/xserver/hw/xwin/winrandr.c N xenocara/xserver/hw/xwin/winwindow.c N xenocara/xserver/hw/xwin/winlayouts.h N xenocara/xserver/hw/xwin/winfont.c N xenocara/xserver/hw/xwin/winwin32rootlesswndproc.c N xenocara/xserver/hw/xwin/winclipboardwrappers.c N xenocara/xserver/hw/xwin/winconfig.h N xenocara/xserver/hw/xwin/InitOutput.c N xenocara/xserver/hw/xwin/winclipboard.h N xenocara/xserver/hw/xwin/Makefile.am N xenocara/xserver/hw/xwin/Makefile.in N xenocara/xserver/hw/xwin/README N xenocara/xserver/hw/xwin/winpixmap.c N xenocara/xserver/hw/xwin/winclip.c N xenocara/xserver/hw/xwin/winshadgdi.c N xenocara/xserver/hw/xwin/wincmap.c N xenocara/xserver/hw/xwin/X-boxed.ico N xenocara/xserver/hw/xwin/winmultiwindowicons.c N xenocara/xserver/hw/xwin/ddraw.h N xenocara/xserver/hw/xwin/winallpriv.c N xenocara/xserver/hw/xwin/winmsg.h N xenocara/xserver/hw/xwin/X.ico N xenocara/xserver/hw/xwin/winvideo.c N xenocara/xserver/hw/xwin/winms.h N xenocara/xserver/hw/xwin/winmouse.c N xenocara/xserver/hw/xwin/winprocarg.c N xenocara/xserver/hw/xwin/winpfbdd.c N xenocara/xserver/hw/xwin/winwakeup.c N xenocara/xserver/hw/xwin/winkeymap.h N xenocara/xserver/hw/xwin/winprefs.c N xenocara/xserver/hw/xwin/winrop.c N xenocara/xserver/hw/xwin/_usr_X11R6_lib_X11_system.XWinrc N xenocara/xserver/hw/xwin/winshaddd.c N xenocara/xserver/hw/xwin/winkeyhook.c N xenocara/xserver/hw/xwin/winprefsyacc.c N xenocara/xserver/hw/xwin/winmultiwindowclass.c N xenocara/xserver/hw/xwin/winwndproc.c N xenocara/xserver/hw/xwin/winerror.c N xenocara/xserver/hw/xwin/winengine.c N xenocara/xserver/hw/xwin/winresource.h N xenocara/xserver/hw/xwin/winkeybd.c N xenocara/xserver/hw/xwin/winmisc.c N xenocara/xserver/hw/xwin/winprefslex.c N xenocara/xserver/hw/xwin/winglobals.c N xenocara/xserver/hw/xwin/XWinrc.man N xenocara/xserver/hw/xwin/windialogs.c N xenocara/xserver/hw/xwin/winsetsp.c N xenocara/xserver/hw/xwin/winprefsyacc.y N xenocara/xserver/hw/xwin/win.h N xenocara/xserver/hw/xwin/winpriv.c N xenocara/xserver/hw/xwin/winmsg.c N xenocara/xserver/hw/xwin/winmessages.h N xenocara/xserver/hw/xwin/winmultiwindowshape.c N xenocara/xserver/hw/xwin/winclipboardxevents.c N xenocara/xserver/hw/xwin/xlaunch/config.cc N xenocara/xserver/hw/xwin/xlaunch/main.cc N xenocara/xserver/hw/xwin/xlaunch/COPYING N xenocara/xserver/hw/xwin/xlaunch/resources/windowed.bmp N xenocara/xserver/hw/xwin/xlaunch/resources/dialog.rc N xenocara/xserver/hw/xwin/xlaunch/resources/images.rc N xenocara/xserver/hw/xwin/xlaunch/resources/resources.rc N xenocara/xserver/hw/xwin/xlaunch/resources/nodecoration.bmp N xenocara/xserver/hw/xwin/xlaunch/resources/resources.h N xenocara/xserver/hw/xwin/xlaunch/resources/multiwindow.bmp N xenocara/xserver/hw/xwin/xlaunch/resources/strings.rc N xenocara/xserver/hw/xwin/xlaunch/resources/fullscreen.bmp N xenocara/xserver/hw/xwin/xlaunch/window/dialog.h N xenocara/xserver/hw/xwin/xlaunch/window/wizard.h N xenocara/xserver/hw/xwin/xlaunch/window/dialog.cc N xenocara/xserver/hw/xwin/xlaunch/window/util.cc N xenocara/xserver/hw/xwin/xlaunch/window/wizard.cc N xenocara/xserver/hw/xwin/xlaunch/window/util.h N xenocara/xserver/hw/xwin/xlaunch/window/window.h N xenocara/xserver/hw/xwin/xlaunch/window/window.cc N xenocara/xserver/hw/dmx/dmxprop.c N xenocara/xserver/hw/dmx/dmxlog.h N xenocara/xserver/hw/dmx/dmxsync.c N xenocara/xserver/hw/dmx/dmxshadow.h N xenocara/xserver/hw/dmx/dmxvisual.h N xenocara/xserver/hw/dmx/dmxpixmap.c N xenocara/xserver/hw/dmx/dmxpixmap.h N xenocara/xserver/hw/dmx/dmxgcops.c N xenocara/xserver/hw/dmx/dmxprop.h N xenocara/xserver/hw/dmx/dmx-config.h N xenocara/xserver/hw/dmx/dmxgc.c N xenocara/xserver/hw/dmx/dmxcursor.c N xenocara/xserver/hw/dmx/dmxdpms.c N xenocara/xserver/hw/dmx/dmxpict.c N xenocara/xserver/hw/dmx/dmxinput.c N xenocara/xserver/hw/dmx/dmxcmap.h N xenocara/xserver/hw/dmx/dmx_glxvisuals.c N xenocara/xserver/hw/dmx/dmxextension.c N xenocara/xserver/hw/dmx/dmxextension.h N xenocara/xserver/hw/dmx/dmx.c N xenocara/xserver/hw/dmx/dmxscrinit.c N xenocara/xserver/hw/dmx/dmxsync.h N xenocara/xserver/hw/dmx/dmxstat.h N xenocara/xserver/hw/dmx/dmxwindow.c N xenocara/xserver/hw/dmx/dmxvisual.c N xenocara/xserver/hw/dmx/dmxlog.c N xenocara/xserver/hw/dmx/dmxfont.c N xenocara/xserver/hw/dmx/Makefile.am N xenocara/xserver/hw/dmx/Makefile.in N xenocara/xserver/hw/dmx/dmxinit.c N xenocara/xserver/hw/dmx/dmxcmap.c N xenocara/xserver/hw/dmx/dmxgc.h N xenocara/xserver/hw/dmx/dmxstat.c N xenocara/xserver/hw/dmx/dmxwindow.h N xenocara/xserver/hw/dmx/dmxclient.h N xenocara/xserver/hw/dmx/dmxinit.h N xenocara/xserver/hw/dmx/dmx.h N xenocara/xserver/hw/dmx/dmxpict.h N xenocara/xserver/hw/dmx/dmxfont.h N xenocara/xserver/hw/dmx/dmx_glxvisuals.h N xenocara/xserver/hw/dmx/dmxdpms.h N xenocara/xserver/hw/dmx/dmxshadow.c N xenocara/xserver/hw/dmx/dmxinput.h N xenocara/xserver/hw/dmx/Xdmx.man N xenocara/xserver/hw/dmx/dmxscrinit.h N xenocara/xserver/hw/dmx/dmxcb.c N xenocara/xserver/hw/dmx/dmxcursor.h N xenocara/xserver/hw/dmx/dmxgcops.h N xenocara/xserver/hw/dmx/dmxcb.h N xenocara/xserver/hw/dmx/doc/doxygen.head N xenocara/xserver/hw/dmx/doc/dmx.txt N xenocara/xserver/hw/dmx/doc/doxygen.foot N xenocara/xserver/hw/dmx/doc/doxygen.css N xenocara/xserver/hw/dmx/doc/scaled.txt N xenocara/xserver/hw/dmx/doc/doxygen.conf N xenocara/xserver/hw/dmx/doc/DMXSpec-v1.txt N xenocara/xserver/hw/dmx/doc/Makefile.am N xenocara/xserver/hw/dmx/doc/Makefile.in N xenocara/xserver/hw/dmx/doc/scaled.sgml N xenocara/xserver/hw/dmx/doc/dmx.sgml N xenocara/xserver/hw/dmx/doc/DMXSpec.txt N xenocara/xserver/hw/dmx/doc/html/dmxparse_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxcommon_8c.html N xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxfont_8c.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigComment.html N xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8c.html N xenocara/xserver/hw/dmx/doc/html/ftv2vertline.png N xenocara/xserver/hw/dmx/doc/html/dmxfont_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxstat_8h-source.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPair.html N xenocara/xserver/hw/dmx/doc/html/dmxmap_8c.html N xenocara/xserver/hw/dmx/doc/html/usb-private_8h.html N xenocara/xserver/hw/dmx/doc/html/ftv2node.png N xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h-source.html N xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxarg_8c.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInputInfo.html N xenocara/xserver/hw/dmx/doc/html/dmxparse_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributes.html N xenocara/xserver/hw/dmx/doc/html/dmxproto_8h-source.html N xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigFullDim.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigOption.html N xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__myPrivate.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReply.html N xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxarg_8h.html N xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReply.html N xenocara/xserver/hw/dmx/doc/html/ftv2folderopen.png N xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReply.html N xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxwindow_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxcompat_8c.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxFontPriv.html N xenocara/xserver/hw/dmx/doc/html/usb-other_8h.html N xenocara/xserver/hw/dmx/doc/html/ftv2link.png N xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxcb_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8c.html N xenocara/xserver/hw/dmx/doc/html/ftv2lastnode.png N xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxvisual_8c.html N xenocara/xserver/hw/dmx/doc/html/dmx__glxvisuals_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReply.html N xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxgc_8h.html N xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h-source.html N xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h-source.html N xenocara/xserver/hw/dmx/doc/html/main.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxWinPriv.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXInputInfo.html N xenocara/xserver/hw/dmx/doc/html/dmxpict_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxinit_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h-source.html N xenocara/xserver/hw/dmx/doc/html/classes.html N xenocara/xserver/hw/dmx/doc/html/lib_2dmx_2dmx_8c.html N xenocara/xserver/hw/dmx/doc/html/doxygen.css N xenocara/xserver/hw/dmx/doc/html/doxygen.png N xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h.html N xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPartDim.html N xenocara/xserver/hw/dmx/doc/html/dmxext_8h.html N xenocara/xserver/hw/dmx/doc/html/globals_vars.html N xenocara/xserver/hw/dmx/doc/html/lnx-ms_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxstat_8h.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReq.html N xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributesRec.html N xenocara/xserver/hw/dmx/doc/html/globals_enum.html N xenocara/xserver/hw/dmx/doc/html/ftv2mlastnode.png N xenocara/xserver/hw/dmx/doc/html/dmxprint_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxparse_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/ftv2doc.png N xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h.html N xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8c.html N xenocara/xserver/hw/dmx/doc/html/globals_func.html N xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReq.html N xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXScreenInfo.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigNumber.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxPixPriv.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigVirtual.html N xenocara/xserver/hw/dmx/doc/html/dmxfont_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structDMXConfigListStruct.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigEntry.html N xenocara/xserver/hw/dmx/doc/html/dmxprop_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h-source.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxCursorPriv.html N xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/dmxclient_8h-source.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigString.html N xenocara/xserver/hw/dmx/doc/html/dmxextension_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxPictPriv.html N xenocara/xserver/hw/dmx/doc/html/dmxsync_8c.html N xenocara/xserver/hw/dmx/doc/html/ftv2folderclosed.png N xenocara/xserver/hw/dmx/doc/html/struct__dmxGlyphPriv.html N xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxprint_8h-source.html N xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h.html N xenocara/xserver/hw/dmx/doc/html/tree.html N xenocara/xserver/hw/dmx/doc/html/usb-other_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h.html N xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributes.html N xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReq.html N xenocara/xserver/hw/dmx/doc/html/dmxxinput_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReq.html N xenocara/xserver/hw/dmx/doc/html/dmxeq_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReply.html N xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReply.html N xenocara/xserver/hw/dmx/doc/html/dmxdummy_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxmotion_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxproto_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxbackend_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxlog_8c.html N xenocara/xserver/hw/dmx/doc/html/globals_type.html N xenocara/xserver/hw/dmx/doc/html/dmxevents_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxprint_8c.html N xenocara/xserver/hw/dmx/doc/html/globals.html N xenocara/xserver/hw/dmx/doc/html/dmxinput_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxeq_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxinit_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigSub.html N xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h.html N xenocara/xserver/hw/dmx/doc/html/usb-common_8h-source.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXStatAvg.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/dmxextension_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structdmxGlxVisualPrivate.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigToken.html N xenocara/xserver/hw/dmx/doc/html/struct__EventQueue.html N xenocara/xserver/hw/dmx/doc/html/dmxgc_8c.html N xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributesRec.html N xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributesRec.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxColormapPriv.html N xenocara/xserver/hw/dmx/doc/html/index.html N xenocara/xserver/hw/dmx/doc/html/usb-common_8c.html N xenocara/xserver/hw/dmx/doc/html/ftv2pnode.png N xenocara/xserver/hw/dmx/doc/html/struct__DMXEventMap.html N xenocara/xserver/hw/dmx/doc/html/dmxmap_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxconfig_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8c.html N xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributesRec.html N xenocara/xserver/hw/dmx/doc/html/usb-private_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxpict_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxdpms_8c.html N xenocara/xserver/hw/dmx/doc/html/dmx_8h-source.html N xenocara/xserver/hw/dmx/doc/html/files.html N xenocara/xserver/hw/dmx/doc/html/dmxgcops_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxcmap_8c.html N xenocara/xserver/hw/dmx/doc/html/annotated.html N xenocara/xserver/hw/dmx/doc/html/dmxinit_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReply.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReq.html N xenocara/xserver/hw/dmx/doc/html/dmxext_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmx_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__Event.html N xenocara/xserver/hw/dmx/doc/html/usb-common_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigParam.html N xenocara/xserver/hw/dmx/doc/html/ftv2mnode.png N xenocara/xserver/hw/dmx/doc/html/dmxgc_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h-source.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxGCPriv.html N xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributes.html N xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributes.html N xenocara/xserver/hw/dmx/doc/html/struct__dmxArg.html N xenocara/xserver/hw/dmx/doc/html/functions.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInitInfo.html N xenocara/xserver/hw/dmx/doc/html/dmxarg_8h-source.html N xenocara/xserver/hw/dmx/doc/html/ftv2plastnode.png N xenocara/xserver/hw/dmx/doc/html/programs_2Xserver_2Xext_2dmx_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxpict_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h-source.html N xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxinput_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxdetach_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxclient_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxlog_8h-source.html N xenocara/xserver/hw/dmx/doc/html/ftv2blank.png N xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxsigio_8c.html N xenocara/xserver/hw/dmx/doc/html/globals_eval.html N xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReq.html N xenocara/xserver/hw/dmx/doc/html/dmxextension_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxcb_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxevents_8h-source.html N xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structDMXConfigCmdStruct.html N xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h-source.html N xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/dmxshadow_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxprop_8h-source.html N xenocara/xserver/hw/dmx/doc/html/usb-mouse_8c.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigDisplay.html N xenocara/xserver/hw/dmx/doc/html/dmxstat_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxconsole_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReq.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReq.html N xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxsync_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxlog_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxmap_8h-source.html N xenocara/xserver/hw/dmx/doc/html/dmxcb_8h.html N xenocara/xserver/hw/dmx/doc/html/functions_vars.html N xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h-source.html N xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReq.html N xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReply.html N xenocara/xserver/hw/dmx/doc/html/dmxsync_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxevents_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxeq_8h.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigWall.html N xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReply.html N xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h.html N xenocara/xserver/hw/dmx/doc/html/usb-other_8c.html N xenocara/xserver/hw/dmx/doc/html/dmxprop_8h.html N xenocara/xserver/hw/dmx/doc/html/dmxcursor_8c.html N xenocara/xserver/hw/dmx/doc/html/struct__DMXStatInfo.html N xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h.html N xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8c.html N xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReq.html N xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReply.html N xenocara/xserver/hw/dmx/doc/html/dmxinput_8h-source.html N xenocara/xserver/hw/dmx/doc/html/globals_defs.html N xenocara/xserver/hw/dmx/examples/xled.c N xenocara/xserver/hw/dmx/examples/dmxreconfig.c N xenocara/xserver/hw/dmx/examples/xdmx.c N xenocara/xserver/hw/dmx/examples/dmxrmscreen.c N xenocara/xserver/hw/dmx/examples/xtest.c N xenocara/xserver/hw/dmx/examples/dmxaddinput.c N xenocara/xserver/hw/dmx/examples/xbell.c N xenocara/xserver/hw/dmx/examples/Makefile.am N xenocara/xserver/hw/dmx/examples/Makefile.in N xenocara/xserver/hw/dmx/examples/dmxrminput.c N xenocara/xserver/hw/dmx/examples/ev.c N xenocara/xserver/hw/dmx/examples/dmxaddscreen.c N xenocara/xserver/hw/dmx/examples/res.c N xenocara/xserver/hw/dmx/examples/evi.c N xenocara/xserver/hw/dmx/examples/xinput.c N xenocara/xserver/hw/dmx/examples/dmxresize.c N xenocara/xserver/hw/dmx/examples/dmxwininfo.c N xenocara/xserver/hw/dmx/config/test-g.out N xenocara/xserver/hw/dmx/config/dmxconfig.h N xenocara/xserver/hw/dmx/config/test-j.in N xenocara/xserver/hw/dmx/config/dmxconfig.c N xenocara/xserver/hw/dmx/config/test-i.out N xenocara/xserver/hw/dmx/config/xdmxconfig.c N xenocara/xserver/hw/dmx/config/test-l.out N xenocara/xserver/hw/dmx/config/dmxtodmx.c N xenocara/xserver/hw/dmx/config/test-a.in N xenocara/xserver/hw/dmx/config/dmxcompat.c N xenocara/xserver/hw/dmx/config/scanner.c N xenocara/xserver/hw/dmx/config/dmxparse.c N xenocara/xserver/hw/dmx/config/test-e.out N xenocara/xserver/hw/dmx/config/test-l.in N xenocara/xserver/hw/dmx/config/scanner.l N xenocara/xserver/hw/dmx/config/xdmxconfig.man N xenocara/xserver/hw/dmx/config/TODO N xenocara/xserver/hw/dmx/config/CanvasP.h N xenocara/xserver/hw/dmx/config/test-k.out N xenocara/xserver/hw/dmx/config/test-c.in N xenocara/xserver/hw/dmx/config/Canvas.c N xenocara/xserver/hw/dmx/config/dmxprint.c N xenocara/xserver/hw/dmx/config/test-k.in N xenocara/xserver/hw/dmx/config/Makefile.am N xenocara/xserver/hw/dmx/config/Makefile.in N xenocara/xserver/hw/dmx/config/test-h.out N xenocara/xserver/hw/dmx/config/test-b.out N xenocara/xserver/hw/dmx/config/test-d.out N xenocara/xserver/hw/dmx/config/vdltodmx.c N xenocara/xserver/hw/dmx/config/test-c.out N xenocara/xserver/hw/dmx/config/test-e.in N xenocara/xserver/hw/dmx/config/Canvas.h N xenocara/xserver/hw/dmx/config/test-b.in N xenocara/xserver/hw/dmx/config/test-h.in N xenocara/xserver/hw/dmx/config/dmxtodmx.man N xenocara/xserver/hw/dmx/config/test-f.in N xenocara/xserver/hw/dmx/config/parser.c N xenocara/xserver/hw/dmx/config/test-i.in N xenocara/xserver/hw/dmx/config/test-d.in N xenocara/xserver/hw/dmx/config/test-g.in N xenocara/xserver/hw/dmx/config/dmxprint.h N xenocara/xserver/hw/dmx/config/vdltodmx.man N xenocara/xserver/hw/dmx/config/test-f.out N xenocara/xserver/hw/dmx/config/parser.y N xenocara/xserver/hw/dmx/config/test-j.out N xenocara/xserver/hw/dmx/config/test-a.out N xenocara/xserver/hw/dmx/config/dmxparse.h N xenocara/xserver/hw/dmx/config/dmxcompat.h N xenocara/xserver/hw/dmx/config/parser.h N xenocara/xserver/hw/dmx/input/lnx-ms.c N xenocara/xserver/hw/dmx/input/usb-keyboard.h N xenocara/xserver/hw/dmx/input/dmxcommon.c N xenocara/xserver/hw/dmx/input/usb-mouse.h N xenocara/xserver/hw/dmx/input/dmxcommon.h N xenocara/xserver/hw/dmx/input/dmxdummy.c N xenocara/xserver/hw/dmx/input/lnx-ps2.c N xenocara/xserver/hw/dmx/input/dmxinputinit.h N xenocara/xserver/hw/dmx/input/usb-common.c N xenocara/xserver/hw/dmx/input/dmxmotion.c N xenocara/xserver/hw/dmx/input/usb-other.c N xenocara/xserver/hw/dmx/input/usb-mouse.c N xenocara/xserver/hw/dmx/input/dmxmotion.h N xenocara/xserver/hw/dmx/input/usb-private.h N xenocara/xserver/hw/dmx/input/lnx-ms.h N xenocara/xserver/hw/dmx/input/dmxdetach.c N xenocara/xserver/hw/dmx/input/lnx-keyboard.h N xenocara/xserver/hw/dmx/input/lnx-keyboard.c N xenocara/xserver/hw/dmx/input/ChkNotMaskEv.c N xenocara/xserver/hw/dmx/input/dmxbackend.h N xenocara/xserver/hw/dmx/input/dmxmap.h N xenocara/xserver/hw/dmx/input/dmxarg.c N xenocara/xserver/hw/dmx/input/dmxeq.c N xenocara/xserver/hw/dmx/input/usb-common.h N xenocara/xserver/hw/dmx/input/lnx-ps2.h N xenocara/xserver/hw/dmx/input/Makefile.am N xenocara/xserver/hw/dmx/input/Makefile.in N xenocara/xserver/hw/dmx/input/usb-keyboard.c N xenocara/xserver/hw/dmx/input/dmxconsole.c N xenocara/xserver/hw/dmx/input/dmxbackend.c N xenocara/xserver/hw/dmx/input/dmxconsole.h N xenocara/xserver/hw/dmx/input/dmxdummy.h N xenocara/xserver/hw/dmx/input/dmxevents.c N xenocara/xserver/hw/dmx/input/dmxxinput.c N xenocara/xserver/hw/dmx/input/dmxinputinit.c N xenocara/xserver/hw/dmx/input/dmxevents.h N xenocara/xserver/hw/dmx/input/dmxeq.h N xenocara/xserver/hw/dmx/input/dmxarg.h N xenocara/xserver/hw/dmx/input/dmxsigio.h N xenocara/xserver/hw/dmx/input/usb-other.h N xenocara/xserver/hw/dmx/input/dmxsigio.c N xenocara/xserver/hw/dmx/input/dmxmap.c N xenocara/xserver/hw/dmx/input/ChkNotMaskEv.h N xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.c N xenocara/xserver/hw/dmx/glxProxy/global.c N xenocara/xserver/hw/dmx/glxProxy/renderpixswap.c N xenocara/xserver/hw/dmx/glxProxy/glxcmdsswap.c N xenocara/xserver/hw/dmx/glxProxy/glxswap.c N xenocara/xserver/hw/dmx/glxProxy/glxcmds.c N xenocara/xserver/hw/dmx/glxProxy/glxscreens.c N xenocara/xserver/hw/dmx/glxProxy/glxswap.h N xenocara/xserver/hw/dmx/glxProxy/g_disptab.c N xenocara/xserver/hw/dmx/glxProxy/glxutil.h N xenocara/xserver/hw/dmx/glxProxy/g_renderswap.c N xenocara/xserver/hw/dmx/glxProxy/g_disptab.h N xenocara/xserver/hw/dmx/glxProxy/glxsingle.c N xenocara/xserver/hw/dmx/glxProxy/glxvisuals.c N xenocara/xserver/hw/dmx/glxProxy/glxsingle.h N xenocara/xserver/hw/dmx/glxProxy/glxserver.h N xenocara/xserver/hw/dmx/glxProxy/glxvendor.c N xenocara/xserver/hw/dmx/glxProxy/glxvendor.h N xenocara/xserver/hw/dmx/glxProxy/glxext.h N xenocara/xserver/hw/dmx/glxProxy/glxutil.c N xenocara/xserver/hw/dmx/glxProxy/Makefile.am N xenocara/xserver/hw/dmx/glxProxy/Makefile.in N xenocara/xserver/hw/dmx/glxProxy/glxcontext.h N xenocara/xserver/hw/dmx/glxProxy/render2swap.c N xenocara/xserver/hw/dmx/glxProxy/glxext.c N xenocara/xserver/hw/dmx/glxProxy/unpack.h N xenocara/xserver/hw/dmx/glxProxy/compsize.c N xenocara/xserver/hw/dmx/glxProxy/glxdrawable.h N xenocara/xserver/hw/dmx/glxProxy/glxscreens.h N xenocara/xserver/hw/dmx/glxProxy/glxerror.h N xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.h N xenocara/xserver/hw/dmx/glxProxy/glxvisuals.h N xenocara/xserver/hw/xgl/xgl.h N xenocara/xserver/hw/xgl/xgltile.c N xenocara/xserver/hw/xgl/xglxv.c N xenocara/xserver/hw/xgl/xglscreen.c N xenocara/xserver/hw/xgl/xgltrap.c N xenocara/xserver/hw/xgl/xglinput.c N xenocara/xserver/hw/xgl/xglglx.c N xenocara/xserver/hw/xgl/xglfill.c N xenocara/xserver/hw/xgl/xglgc.c N xenocara/xserver/hw/xgl/xglinit.c N xenocara/xserver/hw/xgl/xglget.c N xenocara/xserver/hw/xgl/xglwindow.c N xenocara/xserver/hw/xgl/xglcompose.c N xenocara/xserver/hw/xgl/xglpict.c N xenocara/xserver/hw/xgl/xglmodule.h N xenocara/xserver/hw/xgl/xglgeometry.c N xenocara/xserver/hw/xgl/xglshm.c N xenocara/xserver/hw/xgl/xglglx.h N xenocara/xserver/hw/xgl/xglarea.c N xenocara/xserver/hw/xgl/xglcmap.c N xenocara/xserver/hw/xgl/xglcopy.c N xenocara/xserver/hw/xgl/Makefile.am N xenocara/xserver/hw/xgl/Makefile.in N xenocara/xserver/hw/xgl/xgloutput.c N xenocara/xserver/hw/xgl/xglhash.c N xenocara/xserver/hw/xgl/xglpixmap.c N xenocara/xserver/hw/xgl/xglbstore.c N xenocara/xserver/hw/xgl/xglloader.c N xenocara/xserver/hw/xgl/xglsolid.c N xenocara/xserver/hw/xgl/xglsync.c N xenocara/xserver/hw/xgl/xglparse.c N xenocara/xserver/hw/xgl/xglglyph.c N xenocara/xserver/hw/xgl/glxext/xglglxext.c N xenocara/xserver/hw/xgl/glxext/xglglxlog.c N xenocara/xserver/hw/xgl/glxext/xglglxext.h N xenocara/xserver/hw/xgl/glxext/Makefile.am N xenocara/xserver/hw/xgl/glxext/Makefile.in N xenocara/xserver/hw/xgl/glxext/module/glcoremodule.c N xenocara/xserver/hw/xgl/glxext/module/glxmodule.c N xenocara/xserver/hw/xgl/glxext/module/Makefile.am N xenocara/xserver/hw/xgl/glxext/module/Makefile.in N xenocara/xserver/hw/xgl/egl/kkeymap.h N xenocara/xserver/hw/xgl/egl/xegl.c N xenocara/xserver/hw/xgl/egl/evdev.c N xenocara/xserver/hw/xgl/egl/xeglinit.c N xenocara/xserver/hw/xgl/egl/xeglinput.c N xenocara/xserver/hw/xgl/egl/Makefile.am N xenocara/xserver/hw/xgl/egl/Makefile.in N xenocara/xserver/hw/xgl/egl/xegl.h N xenocara/xserver/hw/xgl/egl/kinput.c N xenocara/xserver/hw/xgl/egl/module/Makefile.am N xenocara/xserver/hw/xgl/egl/module/Makefile.in N xenocara/xserver/hw/xgl/egl/module/xeglmodule.c N xenocara/xserver/hw/xgl/glx/xglx.c N xenocara/xserver/hw/xgl/glx/Makefile.am N xenocara/xserver/hw/xgl/glx/Makefile.in N xenocara/xserver/hw/xgl/glx/xglx.h N xenocara/xserver/hw/xgl/glx/xglxorg.c N xenocara/xserver/hw/xgl/glx/module/Makefile.am N xenocara/xserver/hw/xgl/glx/module/Makefile.in N xenocara/xserver/hw/xgl/glx/module/xglxmodule.c N xenocara/xserver/afb/afbmisc.c N xenocara/xserver/afb/afbtileC.c N xenocara/xserver/afb/afbbres.c N xenocara/xserver/afb/afbwindow.c N xenocara/xserver/afb/afbpntwin.c N xenocara/xserver/afb/afbbltO.c N xenocara/xserver/afb/afbfillarc.c N xenocara/xserver/afb/afbbltG.c N xenocara/xserver/afb/afbclip.c N xenocara/xserver/afb/afbpntarea.c N xenocara/xserver/afb/afbtile.c N xenocara/xserver/afb/afbhrzvert.c N xenocara/xserver/afb/afbzerarc.c N xenocara/xserver/afb/afbimage.c N xenocara/xserver/afb/afbpolypnt.c N xenocara/xserver/afb/afbbstore.c N xenocara/xserver/afb/afbfillsp.c N xenocara/xserver/afb/afbplygblt.c N xenocara/xserver/afb/Makefile.am N xenocara/xserver/afb/Makefile.in N xenocara/xserver/afb/README N xenocara/xserver/afb/afbgetsp.c N xenocara/xserver/afb/afbseg.c N xenocara/xserver/afb/afbline.c N xenocara/xserver/afb/Xdaniver.doc N xenocara/xserver/afb/afbblt.c N xenocara/xserver/afb/afbbltC.c N xenocara/xserver/afb/afbfillrct.c N xenocara/xserver/afb/afbtegblt.c N xenocara/xserver/afb/afbgc.c N xenocara/xserver/afb/afbsetsp.c N xenocara/xserver/afb/afbbitblt.c N xenocara/xserver/afb/afbcmap.c N xenocara/xserver/afb/afb.h N xenocara/xserver/afb/afbtileG.c N xenocara/xserver/afb/afbfont.c N xenocara/xserver/afb/afbscrinit.c N xenocara/xserver/afb/afbply1rct.c N xenocara/xserver/afb/afbbresd.c N xenocara/xserver/afb/afbbltCI.c N xenocara/xserver/afb/afbbltX.c N xenocara/xserver/afb/afbpixmap.c N xenocara/xserver/afb/afbpushpxl.c N xenocara/xserver/afb/afbimggblt.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 11:25:31 Modified files: font/adobe-100dpi: Makefile.in aclocal.m4 configure font/adobe-75dpi: Makefile.in aclocal.m4 configure font/adobe-utopia-100dpi: Makefile.in aclocal.m4 configure font/adobe-utopia-75dpi: Makefile.in aclocal.m4 configure font/adobe-utopia-type1: Makefile.in aclocal.m4 configure font/alias : Makefile.in aclocal.m4 configure font/alias/100dpi: Makefile.in font/alias/75dpi: Makefile.in font/alias/cyrillic: Makefile.in font/alias/misc: Makefile.in font/arabic-misc: Makefile.in aclocal.m4 configure font/bh-100dpi : Makefile.in aclocal.m4 configure font/bh-75dpi : Makefile.in aclocal.m4 configure font/bh-lucidatypewriter-100dpi: Makefile.in aclocal.m4 configure font/bh-lucidatypewriter-75dpi: Makefile.in aclocal.m4 configure font/bh-ttf : Makefile.in aclocal.m4 configure font/bh-type1 : Makefile.in aclocal.m4 configure font/bitstream-100dpi: Makefile.in aclocal.m4 configure font/bitstream-75dpi: Makefile.in aclocal.m4 configure font/bitstream-speedo: Makefile.in aclocal.m4 configure font/bitstream-type1: Makefile.in aclocal.m4 configure font/cronyx-cyrillic: Makefile.in aclocal.m4 configure font/cursor-misc: Makefile.in aclocal.m4 configure font/daewoo-misc: Makefile.in aclocal.m4 configure font/dec-misc : Makefile.in aclocal.m4 configure font/encodings : Makefile.in aclocal.m4 configure font/encodings/large: Makefile.in font/ibm-type1 : Makefile.in aclocal.m4 configure font/isas-misc : Makefile.in aclocal.m4 configure font/jis-misc : Makefile.in aclocal.m4 configure font/micro-misc: Makefile.in aclocal.m4 configure font/misc-cyrillic: Makefile.in aclocal.m4 configure font/misc-ethiopic: Makefile.in aclocal.m4 configure font/misc-meltho: Makefile.in aclocal.m4 configure font/misc-misc : Makefile.in aclocal.m4 configure font/mutt-misc : Makefile.in aclocal.m4 configure font/schumacher-misc: Makefile.in aclocal.m4 configure font/screen-cyrillic: Makefile.in aclocal.m4 configure font/sony-misc : Makefile.in aclocal.m4 configure font/sun-misc : Makefile.in aclocal.m4 configure font/util : aclocal.m4 configure font/winitzki-cyrillic: Makefile.in aclocal.m4 configure font/xfree86-type1: Makefile.in aclocal.m4 configure Log message: regen with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/26 11:35:51 Modified files: sys/dev/pci : agpvar.h pcidevs Log message: Add some Intel 946, 963 and 965 entries. CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/26 11:38:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/26 11:38:54 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document new MULTI_PACKAGES CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/26 11:44:04 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen again. :) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/26 11:51:10 Modified files: sys/dev/pcmcia : cfxga.c cfxgareg.h Log message: Start reworking the raster ops code, and be smarter when monitoring the FIFO for cpuu-to-display operation. This is much faster already. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:03:36 Added files: xserver : Makefile.bsd-wrapper Log message: build infrastructure for xserver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 12:07:53 Modified files: sys/dev/usb : usbdevs Log message: learn about RIM products CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 12:08:24 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:09:59 Modified files: xserver : Makefile.in aclocal.m4 configure xserver/GL : Makefile.in xserver/GL/glx : Makefile.in xserver/GL/mesa: Makefile.in xserver/GL/mesa/X: Makefile.in xserver/GL/mesa/array_cache: Makefile.in xserver/GL/mesa/glapi: Makefile.in xserver/GL/mesa/main: Makefile.in xserver/GL/mesa/math: Makefile.in xserver/GL/mesa/shader: Makefile.in xserver/GL/mesa/shader/grammar: Makefile.in xserver/GL/mesa/shader/slang: Makefile.in xserver/GL/mesa/swrast: Makefile.in xserver/GL/mesa/swrast_setup: Makefile.in xserver/GL/mesa/tnl: Makefile.in xserver/XTrap : Makefile.in xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/afb : Makefile.in xserver/cfb : Makefile.in xserver/cfb32 : Makefile.in xserver/composite: 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/hw : Makefile.in xserver/hw/darwin: 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/ati: Makefile.in xserver/hw/kdrive/chips: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/epson: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/i810: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/mach64: Makefile.in xserver/hw/kdrive/mga: Makefile.in xserver/hw/kdrive/neomagic: Makefile.in xserver/hw/kdrive/nvidia: Makefile.in xserver/hw/kdrive/pm2: Makefile.in xserver/hw/kdrive/r128: Makefile.in xserver/hw/kdrive/sdl: Makefile.in xserver/hw/kdrive/sis300: Makefile.in xserver/hw/kdrive/smi: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/vesa: Makefile.in xserver/hw/kdrive/via: 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/dummylib: 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/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/drm: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/lynxos: 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/os-support/usl: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/rac: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/scanpci: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/ioport: Makefile.in xserver/hw/xfree86/utils/kbd_mode: Makefile.in xserver/hw/xfree86/utils/pcitweak: Makefile.in xserver/hw/xfree86/utils/scanpci: Makefile.in xserver/hw/xfree86/utils/xorgcfg: Makefile.in xserver/hw/xfree86/utils/xorgconfig: 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/xf1bpp: Makefile.in xserver/hw/xfree86/xf4bpp: Makefile.in xserver/hw/xfree86/xf8_16bpp: Makefile.in xserver/hw/xfree86/xf8_32bpp: Makefile.in xserver/hw/xgl : Makefile.in xserver/hw/xgl/egl: Makefile.in xserver/hw/xgl/egl/module: Makefile.in xserver/hw/xgl/glx: Makefile.in xserver/hw/xgl/glx/module: Makefile.in xserver/hw/xgl/glxext: Makefile.in xserver/hw/xgl/glxext/module: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xprint: Makefile.in xserver/hw/xprint/config: Makefile.in xserver/hw/xprint/config/C: Makefile.in xserver/hw/xprint/config/C/print: Makefile.in xserver/hw/xprint/config/C/print/attributes: Makefile.in xserver/hw/xprint/config/C/print/ddx-config: Makefile.in xserver/hw/xprint/config/C/print/ddx-config/raster: Makefile.in xserver/hw/xprint/config/C/print/models: Makefile.in xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/GSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PSspooldir: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts: Makefile.in xserver/hw/xprint/config/en_US: Makefile.in xserver/hw/xprint/config/en_US/print: Makefile.in xserver/hw/xprint/config/en_US/print/attributes: Makefile.in xserver/hw/xprint/doc: Makefile.in xserver/hw/xprint/etc: Makefile.in xserver/hw/xprint/etc/Xsession.d: Makefile.in xserver/hw/xprint/etc/init.d: Makefile.in xserver/hw/xprint/etc/profile.d: Makefile.in xserver/hw/xprint/pcl: Makefile.in xserver/hw/xprint/pcl-mono: Makefile.in xserver/hw/xprint/ps: Makefile.in xserver/hw/xprint/raster: Makefile.in xserver/hw/xwin: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in xserver/mfb : 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/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: regen with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/26 12:10:16 Modified files: sys/arch/sparc64/conf: RAMDISK Log message: enable mpi CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 12:12:20 Modified files: infrastructure/mk: bsd.port.mk Log message: repair describe CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/26 12:13:39 Modified files: sys/dev/pci : if_bge.c Log message: revert the Jumbo diff that was commited as part of a wireles drivers commit. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 12:46:16 Modified files: infrastructure/mk: bsd.port.mk Log message: avoid recursion in subdescribe. make things simple in *-depends-list. fix LIB_DEP3 (this one from steven) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 12:46:28 Modified files: sys/dev/usb : if_wi_usb.c sys/dev/ic : acx100.c if_wi.c if_wi_hostap.c sys/dev/pci : if_wi_pci.c sys/dev/pcmcia : if_wi_pcmcia.c sys/net80211 : ieee80211_amrr.c ieee80211_regdomain.c ieee80211_rssadapt.c Log message: avoid extra inclusions; ok jsg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:47:34 Log message: Importing xf86-input-acecad 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-acecad/config.guess N xenocara/driver/xf86-input-acecad/COPYING N xenocara/driver/xf86-input-acecad/ltmain.sh N xenocara/driver/xf86-input-acecad/Makefile.in N xenocara/driver/xf86-input-acecad/missing N xenocara/driver/xf86-input-acecad/Makefile.am N xenocara/driver/xf86-input-acecad/install-sh N xenocara/driver/xf86-input-acecad/depcomp N xenocara/driver/xf86-input-acecad/config.h.in N xenocara/driver/xf86-input-acecad/configure.ac N xenocara/driver/xf86-input-acecad/ChangeLog N xenocara/driver/xf86-input-acecad/configure N xenocara/driver/xf86-input-acecad/aclocal.m4 N xenocara/driver/xf86-input-acecad/config.sub N xenocara/driver/xf86-input-acecad/man/Makefile.in N xenocara/driver/xf86-input-acecad/man/Makefile.am N xenocara/driver/xf86-input-acecad/man/acecad.man N xenocara/driver/xf86-input-acecad/src/Makefile.in N xenocara/driver/xf86-input-acecad/src/Makefile.am N xenocara/driver/xf86-input-acecad/src/acecad.c N xenocara/driver/xf86-input-acecad/src/acecad.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:48:02 Log message: Importing xf86-input-aiptek 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 N xenocara/driver/xf86-input-aiptek/config.guess N xenocara/driver/xf86-input-aiptek/COPYING N xenocara/driver/xf86-input-aiptek/ltmain.sh N xenocara/driver/xf86-input-aiptek/Makefile.in N xenocara/driver/xf86-input-aiptek/missing N xenocara/driver/xf86-input-aiptek/Makefile.am N xenocara/driver/xf86-input-aiptek/install-sh N xenocara/driver/xf86-input-aiptek/depcomp N xenocara/driver/xf86-input-aiptek/config.h.in N xenocara/driver/xf86-input-aiptek/configure.ac N xenocara/driver/xf86-input-aiptek/ChangeLog N xenocara/driver/xf86-input-aiptek/configure N xenocara/driver/xf86-input-aiptek/aclocal.m4 N xenocara/driver/xf86-input-aiptek/config.sub N xenocara/driver/xf86-input-aiptek/man/Makefile.in N xenocara/driver/xf86-input-aiptek/man/Makefile.am N xenocara/driver/xf86-input-aiptek/man/aiptek.man N xenocara/driver/xf86-input-aiptek/src/xf86Aiptek.h N xenocara/driver/xf86-input-aiptek/src/Makefile.in N xenocara/driver/xf86-input-aiptek/src/Makefile.am N xenocara/driver/xf86-input-aiptek/src/xf86Aiptek.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:48:31 Log message: Importing xf86-input-calcomp 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-calcomp/config.guess N xenocara/driver/xf86-input-calcomp/COPYING N xenocara/driver/xf86-input-calcomp/ltmain.sh N xenocara/driver/xf86-input-calcomp/Makefile.in N xenocara/driver/xf86-input-calcomp/missing N xenocara/driver/xf86-input-calcomp/Makefile.am N xenocara/driver/xf86-input-calcomp/install-sh N xenocara/driver/xf86-input-calcomp/depcomp N xenocara/driver/xf86-input-calcomp/config.h.in N xenocara/driver/xf86-input-calcomp/configure.ac N xenocara/driver/xf86-input-calcomp/ChangeLog N xenocara/driver/xf86-input-calcomp/configure N xenocara/driver/xf86-input-calcomp/aclocal.m4 N xenocara/driver/xf86-input-calcomp/config.sub N xenocara/driver/xf86-input-calcomp/man/Makefile.in N xenocara/driver/xf86-input-calcomp/man/Makefile.am N xenocara/driver/xf86-input-calcomp/man/calcomp.man N xenocara/driver/xf86-input-calcomp/src/Makefile.in N xenocara/driver/xf86-input-calcomp/src/Makefile.am N xenocara/driver/xf86-input-calcomp/src/xf86Calcomp.h N xenocara/driver/xf86-input-calcomp/src/xf86Calcomp.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:48:58 Log message: Importing xf86-input-citron 2.2.0 Status: Vendor Tag: xorg Release Tags: v2_2_0 N xenocara/driver/xf86-input-citron/config.guess N xenocara/driver/xf86-input-citron/COPYING N xenocara/driver/xf86-input-citron/ltmain.sh N xenocara/driver/xf86-input-citron/Makefile.in N xenocara/driver/xf86-input-citron/missing N xenocara/driver/xf86-input-citron/Makefile.am N xenocara/driver/xf86-input-citron/install-sh N xenocara/driver/xf86-input-citron/depcomp N xenocara/driver/xf86-input-citron/config.h.in N xenocara/driver/xf86-input-citron/configure.ac N xenocara/driver/xf86-input-citron/ChangeLog N xenocara/driver/xf86-input-citron/configure N xenocara/driver/xf86-input-citron/aclocal.m4 N xenocara/driver/xf86-input-citron/config.sub N xenocara/driver/xf86-input-citron/man/Makefile.in N xenocara/driver/xf86-input-citron/man/Makefile.am N xenocara/driver/xf86-input-citron/man/citron.man N xenocara/driver/xf86-input-citron/src/citron.h N xenocara/driver/xf86-input-citron/src/citron.c N xenocara/driver/xf86-input-citron/src/Makefile.in N xenocara/driver/xf86-input-citron/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:49:24 Log message: Importing xf86-input-digitaledge 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-digitaledge/config.guess N xenocara/driver/xf86-input-digitaledge/COPYING N xenocara/driver/xf86-input-digitaledge/ltmain.sh N xenocara/driver/xf86-input-digitaledge/Makefile.in N xenocara/driver/xf86-input-digitaledge/missing N xenocara/driver/xf86-input-digitaledge/Makefile.am N xenocara/driver/xf86-input-digitaledge/install-sh N xenocara/driver/xf86-input-digitaledge/depcomp N xenocara/driver/xf86-input-digitaledge/config.h.in N xenocara/driver/xf86-input-digitaledge/configure.ac N xenocara/driver/xf86-input-digitaledge/ChangeLog N xenocara/driver/xf86-input-digitaledge/configure N xenocara/driver/xf86-input-digitaledge/aclocal.m4 N xenocara/driver/xf86-input-digitaledge/config.sub N xenocara/driver/xf86-input-digitaledge/man/Makefile.in N xenocara/driver/xf86-input-digitaledge/man/Makefile.am N xenocara/driver/xf86-input-digitaledge/src/DigitalEdge.c N xenocara/driver/xf86-input-digitaledge/src/Makefile.in N xenocara/driver/xf86-input-digitaledge/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:49:49 Log message: Importing xf86-input-dmc 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-dmc/config.guess N xenocara/driver/xf86-input-dmc/COPYING N xenocara/driver/xf86-input-dmc/ltmain.sh N xenocara/driver/xf86-input-dmc/Makefile.in N xenocara/driver/xf86-input-dmc/missing N xenocara/driver/xf86-input-dmc/Makefile.am N xenocara/driver/xf86-input-dmc/install-sh N xenocara/driver/xf86-input-dmc/depcomp N xenocara/driver/xf86-input-dmc/config.h.in N xenocara/driver/xf86-input-dmc/configure.ac N xenocara/driver/xf86-input-dmc/ChangeLog N xenocara/driver/xf86-input-dmc/configure N xenocara/driver/xf86-input-dmc/aclocal.m4 N xenocara/driver/xf86-input-dmc/config.sub N xenocara/driver/xf86-input-dmc/man/Makefile.in N xenocara/driver/xf86-input-dmc/man/Makefile.am N xenocara/driver/xf86-input-dmc/man/dmc.man N xenocara/driver/xf86-input-dmc/src/Makefile.in N xenocara/driver/xf86-input-dmc/src/Makefile.am N xenocara/driver/xf86-input-dmc/src/xf86DMC.c N xenocara/driver/xf86-input-dmc/src/xf86DMC.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:50:14 Log message: Importing xf86-input-dynapro 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-dynapro/config.guess N xenocara/driver/xf86-input-dynapro/COPYING N xenocara/driver/xf86-input-dynapro/ltmain.sh N xenocara/driver/xf86-input-dynapro/Makefile.in N xenocara/driver/xf86-input-dynapro/missing N xenocara/driver/xf86-input-dynapro/Makefile.am N xenocara/driver/xf86-input-dynapro/install-sh N xenocara/driver/xf86-input-dynapro/depcomp N xenocara/driver/xf86-input-dynapro/config.h.in N xenocara/driver/xf86-input-dynapro/configure.ac N xenocara/driver/xf86-input-dynapro/ChangeLog N xenocara/driver/xf86-input-dynapro/configure N xenocara/driver/xf86-input-dynapro/aclocal.m4 N xenocara/driver/xf86-input-dynapro/config.sub N xenocara/driver/xf86-input-dynapro/man/dynapro.man N xenocara/driver/xf86-input-dynapro/man/Makefile.in N xenocara/driver/xf86-input-dynapro/man/Makefile.am N xenocara/driver/xf86-input-dynapro/src/xf86Dyna.c N xenocara/driver/xf86-input-dynapro/src/Makefile.in N xenocara/driver/xf86-input-dynapro/src/Makefile.am N xenocara/driver/xf86-input-dynapro/src/xf86Dyna.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:50:43 Log message: Importing xf86-input-elo2300 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-elo2300/config.guess N xenocara/driver/xf86-input-elo2300/COPYING N xenocara/driver/xf86-input-elo2300/ltmain.sh N xenocara/driver/xf86-input-elo2300/Makefile.in N xenocara/driver/xf86-input-elo2300/missing N xenocara/driver/xf86-input-elo2300/Makefile.am N xenocara/driver/xf86-input-elo2300/install-sh N xenocara/driver/xf86-input-elo2300/depcomp N xenocara/driver/xf86-input-elo2300/config.h.in N xenocara/driver/xf86-input-elo2300/configure.ac N xenocara/driver/xf86-input-elo2300/ChangeLog N xenocara/driver/xf86-input-elo2300/configure N xenocara/driver/xf86-input-elo2300/aclocal.m4 N xenocara/driver/xf86-input-elo2300/config.sub N xenocara/driver/xf86-input-elo2300/man/Makefile.in N xenocara/driver/xf86-input-elo2300/man/Makefile.am N xenocara/driver/xf86-input-elo2300/src/elo.h N xenocara/driver/xf86-input-elo2300/src/Makefile.in N xenocara/driver/xf86-input-elo2300/src/Makefile.am N xenocara/driver/xf86-input-elo2300/src/elo.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:51:09 Log message: Importing xf86-input-elographics 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-elographics/config.guess N xenocara/driver/xf86-input-elographics/COPYING N xenocara/driver/xf86-input-elographics/ltmain.sh N xenocara/driver/xf86-input-elographics/Makefile.in N xenocara/driver/xf86-input-elographics/missing N xenocara/driver/xf86-input-elographics/Makefile.am N xenocara/driver/xf86-input-elographics/install-sh N xenocara/driver/xf86-input-elographics/depcomp N xenocara/driver/xf86-input-elographics/config.h.in N xenocara/driver/xf86-input-elographics/configure.ac N xenocara/driver/xf86-input-elographics/ChangeLog N xenocara/driver/xf86-input-elographics/configure N xenocara/driver/xf86-input-elographics/aclocal.m4 N xenocara/driver/xf86-input-elographics/config.sub N xenocara/driver/xf86-input-elographics/man/Makefile.in N xenocara/driver/xf86-input-elographics/man/Makefile.am N xenocara/driver/xf86-input-elographics/man/elographics.man N xenocara/driver/xf86-input-elographics/src/Makefile.in N xenocara/driver/xf86-input-elographics/src/Makefile.am N xenocara/driver/xf86-input-elographics/src/xf86Elo.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:51:34 Log message: Importing xf86-input-fpit 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-fpit/config.guess N xenocara/driver/xf86-input-fpit/COPYING N xenocara/driver/xf86-input-fpit/readme.txt N xenocara/driver/xf86-input-fpit/ltmain.sh N xenocara/driver/xf86-input-fpit/Makefile.in N xenocara/driver/xf86-input-fpit/missing N xenocara/driver/xf86-input-fpit/Makefile.am N xenocara/driver/xf86-input-fpit/install-sh N xenocara/driver/xf86-input-fpit/depcomp N xenocara/driver/xf86-input-fpit/config.h.in N xenocara/driver/xf86-input-fpit/configure.ac N xenocara/driver/xf86-input-fpit/ChangeLog N xenocara/driver/xf86-input-fpit/configure N xenocara/driver/xf86-input-fpit/aclocal.m4 N xenocara/driver/xf86-input-fpit/config.sub N xenocara/driver/xf86-input-fpit/man/Makefile.in N xenocara/driver/xf86-input-fpit/man/Makefile.am N xenocara/driver/xf86-input-fpit/man/fpit.man N xenocara/driver/xf86-input-fpit/src/Makefile.in N xenocara/driver/xf86-input-fpit/src/Makefile.am N xenocara/driver/xf86-input-fpit/src/xf86Fpit.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:52:00 Log message: Importing xf86-input-hyperpen 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-hyperpen/config.guess N xenocara/driver/xf86-input-hyperpen/COPYING N xenocara/driver/xf86-input-hyperpen/ltmain.sh N xenocara/driver/xf86-input-hyperpen/Makefile.in N xenocara/driver/xf86-input-hyperpen/missing N xenocara/driver/xf86-input-hyperpen/Makefile.am N xenocara/driver/xf86-input-hyperpen/install-sh N xenocara/driver/xf86-input-hyperpen/depcomp N xenocara/driver/xf86-input-hyperpen/config.h.in N xenocara/driver/xf86-input-hyperpen/configure.ac N xenocara/driver/xf86-input-hyperpen/ChangeLog N xenocara/driver/xf86-input-hyperpen/configure N xenocara/driver/xf86-input-hyperpen/aclocal.m4 N xenocara/driver/xf86-input-hyperpen/config.sub N xenocara/driver/xf86-input-hyperpen/man/Makefile.in N xenocara/driver/xf86-input-hyperpen/man/Makefile.am N xenocara/driver/xf86-input-hyperpen/src/xf86HyperPen.c N xenocara/driver/xf86-input-hyperpen/src/Makefile.in N xenocara/driver/xf86-input-hyperpen/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:52:25 Log message: Importing xf86-input-jamstudio 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-jamstudio/config.guess N xenocara/driver/xf86-input-jamstudio/COPYING N xenocara/driver/xf86-input-jamstudio/ltmain.sh N xenocara/driver/xf86-input-jamstudio/Makefile.in N xenocara/driver/xf86-input-jamstudio/missing N xenocara/driver/xf86-input-jamstudio/Makefile.am N xenocara/driver/xf86-input-jamstudio/install-sh N xenocara/driver/xf86-input-jamstudio/depcomp N xenocara/driver/xf86-input-jamstudio/config.h.in N xenocara/driver/xf86-input-jamstudio/configure.ac N xenocara/driver/xf86-input-jamstudio/ChangeLog N xenocara/driver/xf86-input-jamstudio/configure N xenocara/driver/xf86-input-jamstudio/aclocal.m4 N xenocara/driver/xf86-input-jamstudio/config.sub N xenocara/driver/xf86-input-jamstudio/man/Makefile.in N xenocara/driver/xf86-input-jamstudio/man/Makefile.am N xenocara/driver/xf86-input-jamstudio/man/js_x.man N xenocara/driver/xf86-input-jamstudio/src/Makefile.in N xenocara/driver/xf86-input-jamstudio/src/Makefile.am N xenocara/driver/xf86-input-jamstudio/src/js_x.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:52:50 Log message: Importing xf86-input-joystick 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-joystick/config.guess N xenocara/driver/xf86-input-joystick/COPYING N xenocara/driver/xf86-input-joystick/ltmain.sh N xenocara/driver/xf86-input-joystick/Makefile.in N xenocara/driver/xf86-input-joystick/missing N xenocara/driver/xf86-input-joystick/Makefile.am N xenocara/driver/xf86-input-joystick/install-sh N xenocara/driver/xf86-input-joystick/depcomp N xenocara/driver/xf86-input-joystick/config.h.in N xenocara/driver/xf86-input-joystick/configure.ac N xenocara/driver/xf86-input-joystick/ChangeLog N xenocara/driver/xf86-input-joystick/configure N xenocara/driver/xf86-input-joystick/aclocal.m4 N xenocara/driver/xf86-input-joystick/config.sub N xenocara/driver/xf86-input-joystick/man/Makefile.in N xenocara/driver/xf86-input-joystick/man/Makefile.am N xenocara/driver/xf86-input-joystick/src/Makefile.in N xenocara/driver/xf86-input-joystick/src/Makefile.am N xenocara/driver/xf86-input-joystick/src/xf86Jstk.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:53:16 Log message: Importing xf86-input-keyboard 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-input-keyboard/ltmain.sh N xenocara/driver/xf86-input-keyboard/depcomp N xenocara/driver/xf86-input-keyboard/config.guess N xenocara/driver/xf86-input-keyboard/install-sh N xenocara/driver/xf86-input-keyboard/configure.ac N xenocara/driver/xf86-input-keyboard/ChangeLog N xenocara/driver/xf86-input-keyboard/configure N xenocara/driver/xf86-input-keyboard/aclocal.m4 N xenocara/driver/xf86-input-keyboard/config.h.in N xenocara/driver/xf86-input-keyboard/Makefile.am N xenocara/driver/xf86-input-keyboard/Makefile.in N xenocara/driver/xf86-input-keyboard/COPYING N xenocara/driver/xf86-input-keyboard/config.sub N xenocara/driver/xf86-input-keyboard/missing N xenocara/driver/xf86-input-keyboard/src/kbd.c N xenocara/driver/xf86-input-keyboard/src/Makefile.am N xenocara/driver/xf86-input-keyboard/src/Makefile.in N xenocara/driver/xf86-input-keyboard/man/Makefile.am N xenocara/driver/xf86-input-keyboard/man/Makefile.in N xenocara/driver/xf86-input-keyboard/man/kbd.man N xenocara/driver/xf86-input-keyboard/man/keyboard.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:53:41 Log message: Importing xf86-input-magellan 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-magellan/config.guess N xenocara/driver/xf86-input-magellan/COPYING N xenocara/driver/xf86-input-magellan/ltmain.sh N xenocara/driver/xf86-input-magellan/Makefile.in N xenocara/driver/xf86-input-magellan/missing N xenocara/driver/xf86-input-magellan/Makefile.am N xenocara/driver/xf86-input-magellan/install-sh N xenocara/driver/xf86-input-magellan/depcomp N xenocara/driver/xf86-input-magellan/config.h.in N xenocara/driver/xf86-input-magellan/configure.ac N xenocara/driver/xf86-input-magellan/ChangeLog N xenocara/driver/xf86-input-magellan/configure N xenocara/driver/xf86-input-magellan/aclocal.m4 N xenocara/driver/xf86-input-magellan/config.sub N xenocara/driver/xf86-input-magellan/man/Makefile.in N xenocara/driver/xf86-input-magellan/man/Makefile.am N xenocara/driver/xf86-input-magellan/src/magellan.h N xenocara/driver/xf86-input-magellan/src/Makefile.in N xenocara/driver/xf86-input-magellan/src/Makefile.am N xenocara/driver/xf86-input-magellan/src/magellan.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:54:06 Log message: Importing xf86-input-magictouch 1.0.0.5 Status: Vendor Tag: xorg Release Tags: v1_0_0_5 N xenocara/driver/xf86-input-magictouch/config.guess N xenocara/driver/xf86-input-magictouch/missing N xenocara/driver/xf86-input-magictouch/ltmain.sh N xenocara/driver/xf86-input-magictouch/config.h.in N xenocara/driver/xf86-input-magictouch/COPYING N xenocara/driver/xf86-input-magictouch/Makefile.am N xenocara/driver/xf86-input-magictouch/depcomp N xenocara/driver/xf86-input-magictouch/config.sub N xenocara/driver/xf86-input-magictouch/ChangeLog N xenocara/driver/xf86-input-magictouch/install-sh N xenocara/driver/xf86-input-magictouch/configure N xenocara/driver/xf86-input-magictouch/aclocal.m4 N xenocara/driver/xf86-input-magictouch/mkinstalldirs N xenocara/driver/xf86-input-magictouch/Makefile.in N xenocara/driver/xf86-input-magictouch/configure.ac N xenocara/driver/xf86-input-magictouch/src/Makefile.am N xenocara/driver/xf86-input-magictouch/src/xf86MagicTouch.c N xenocara/driver/xf86-input-magictouch/src/Makefile.in N xenocara/driver/xf86-input-magictouch/man/magictouch.man N xenocara/driver/xf86-input-magictouch/man/Makefile.am N xenocara/driver/xf86-input-magictouch/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:54:36 Log message: Importing xf86-input-microtouch 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-microtouch/config.guess N xenocara/driver/xf86-input-microtouch/COPYING N xenocara/driver/xf86-input-microtouch/ltmain.sh N xenocara/driver/xf86-input-microtouch/Makefile.in N xenocara/driver/xf86-input-microtouch/missing N xenocara/driver/xf86-input-microtouch/Makefile.am N xenocara/driver/xf86-input-microtouch/install-sh N xenocara/driver/xf86-input-microtouch/depcomp N xenocara/driver/xf86-input-microtouch/config.h.in N xenocara/driver/xf86-input-microtouch/configure.ac N xenocara/driver/xf86-input-microtouch/ChangeLog N xenocara/driver/xf86-input-microtouch/configure N xenocara/driver/xf86-input-microtouch/aclocal.m4 N xenocara/driver/xf86-input-microtouch/config.sub N xenocara/driver/xf86-input-microtouch/man/Makefile.in N xenocara/driver/xf86-input-microtouch/man/microtouch.man N xenocara/driver/xf86-input-microtouch/man/Makefile.am N xenocara/driver/xf86-input-microtouch/src/Makefile.in N xenocara/driver/xf86-input-microtouch/src/Makefile.am N xenocara/driver/xf86-input-microtouch/src/microtouch.h N xenocara/driver/xf86-input-microtouch/src/microtouch.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:55:04 Log message: Importing xf86-input-mouse 1.1.2 Status: Vendor Tag: xorg Release Tags: v1_1_2 N xenocara/driver/xf86-input-mouse/ltmain.sh N xenocara/driver/xf86-input-mouse/depcomp N xenocara/driver/xf86-input-mouse/README.sgml N xenocara/driver/xf86-input-mouse/config.guess N xenocara/driver/xf86-input-mouse/install-sh N xenocara/driver/xf86-input-mouse/configure.ac N xenocara/driver/xf86-input-mouse/ChangeLog N xenocara/driver/xf86-input-mouse/configure N xenocara/driver/xf86-input-mouse/aclocal.m4 N xenocara/driver/xf86-input-mouse/config.h.in N xenocara/driver/xf86-input-mouse/Makefile.am N xenocara/driver/xf86-input-mouse/Makefile.in N xenocara/driver/xf86-input-mouse/README N xenocara/driver/xf86-input-mouse/COPYING N xenocara/driver/xf86-input-mouse/config.sub N xenocara/driver/xf86-input-mouse/missing N xenocara/driver/xf86-input-mouse/src/pnp.c N xenocara/driver/xf86-input-mouse/src/mouse.h N xenocara/driver/xf86-input-mouse/src/mousePriv.h N xenocara/driver/xf86-input-mouse/src/Makefile.am N xenocara/driver/xf86-input-mouse/src/Makefile.in N xenocara/driver/xf86-input-mouse/src/mouse.c N xenocara/driver/xf86-input-mouse/man/Makefile.am N xenocara/driver/xf86-input-mouse/man/Makefile.in N xenocara/driver/xf86-input-mouse/man/mousedrv.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:55:29 Log message: Importing xf86-input-mutouch 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-mutouch/config.guess N xenocara/driver/xf86-input-mutouch/COPYING N xenocara/driver/xf86-input-mutouch/ltmain.sh N xenocara/driver/xf86-input-mutouch/Makefile.in N xenocara/driver/xf86-input-mutouch/missing N xenocara/driver/xf86-input-mutouch/Makefile.am N xenocara/driver/xf86-input-mutouch/install-sh N xenocara/driver/xf86-input-mutouch/depcomp N xenocara/driver/xf86-input-mutouch/config.h.in N xenocara/driver/xf86-input-mutouch/configure.ac N xenocara/driver/xf86-input-mutouch/ChangeLog N xenocara/driver/xf86-input-mutouch/configure N xenocara/driver/xf86-input-mutouch/aclocal.m4 N xenocara/driver/xf86-input-mutouch/config.sub N xenocara/driver/xf86-input-mutouch/man/Makefile.in N xenocara/driver/xf86-input-mutouch/man/Makefile.am N xenocara/driver/xf86-input-mutouch/man/mutouch.man N xenocara/driver/xf86-input-mutouch/src/Makefile.in N xenocara/driver/xf86-input-mutouch/src/Makefile.am N xenocara/driver/xf86-input-mutouch/src/xf86MuTouch.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:55:55 Log message: Importing xf86-input-palmax 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-palmax/config.guess N xenocara/driver/xf86-input-palmax/COPYING N xenocara/driver/xf86-input-palmax/ltmain.sh N xenocara/driver/xf86-input-palmax/Makefile.in N xenocara/driver/xf86-input-palmax/missing N xenocara/driver/xf86-input-palmax/Makefile.am N xenocara/driver/xf86-input-palmax/install-sh N xenocara/driver/xf86-input-palmax/depcomp N xenocara/driver/xf86-input-palmax/config.h.in N xenocara/driver/xf86-input-palmax/configure.ac N xenocara/driver/xf86-input-palmax/ChangeLog N xenocara/driver/xf86-input-palmax/configure N xenocara/driver/xf86-input-palmax/aclocal.m4 N xenocara/driver/xf86-input-palmax/config.sub N xenocara/driver/xf86-input-palmax/man/palmax.man N xenocara/driver/xf86-input-palmax/man/Makefile.in N xenocara/driver/xf86-input-palmax/man/Makefile.am N xenocara/driver/xf86-input-palmax/src/xf86Palmax.c N xenocara/driver/xf86-input-palmax/src/Makefile.in N xenocara/driver/xf86-input-palmax/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:56:20 Log message: Importing xf86-input-penmount 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-penmount/config.guess N xenocara/driver/xf86-input-penmount/COPYING N xenocara/driver/xf86-input-penmount/ltmain.sh N xenocara/driver/xf86-input-penmount/Makefile.in N xenocara/driver/xf86-input-penmount/missing N xenocara/driver/xf86-input-penmount/Makefile.am N xenocara/driver/xf86-input-penmount/install-sh N xenocara/driver/xf86-input-penmount/depcomp N xenocara/driver/xf86-input-penmount/config.h.in N xenocara/driver/xf86-input-penmount/configure.ac N xenocara/driver/xf86-input-penmount/ChangeLog N xenocara/driver/xf86-input-penmount/configure N xenocara/driver/xf86-input-penmount/aclocal.m4 N xenocara/driver/xf86-input-penmount/config.sub N xenocara/driver/xf86-input-penmount/man/Makefile.in N xenocara/driver/xf86-input-penmount/man/Makefile.am N xenocara/driver/xf86-input-penmount/man/penmount.man N xenocara/driver/xf86-input-penmount/src/Makefile.in N xenocara/driver/xf86-input-penmount/src/Makefile.am N xenocara/driver/xf86-input-penmount/src/xf86PM.c N xenocara/driver/xf86-input-penmount/src/xf86PM.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:56:45 Log message: Importing xf86-input-spaceorb 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-spaceorb/config.guess N xenocara/driver/xf86-input-spaceorb/COPYING N xenocara/driver/xf86-input-spaceorb/ltmain.sh N xenocara/driver/xf86-input-spaceorb/Makefile.in N xenocara/driver/xf86-input-spaceorb/missing N xenocara/driver/xf86-input-spaceorb/Makefile.am N xenocara/driver/xf86-input-spaceorb/install-sh N xenocara/driver/xf86-input-spaceorb/depcomp N xenocara/driver/xf86-input-spaceorb/config.h.in N xenocara/driver/xf86-input-spaceorb/configure.ac N xenocara/driver/xf86-input-spaceorb/ChangeLog N xenocara/driver/xf86-input-spaceorb/configure N xenocara/driver/xf86-input-spaceorb/aclocal.m4 N xenocara/driver/xf86-input-spaceorb/config.sub N xenocara/driver/xf86-input-spaceorb/man/Makefile.in N xenocara/driver/xf86-input-spaceorb/man/Makefile.am N xenocara/driver/xf86-input-spaceorb/src/Makefile.in N xenocara/driver/xf86-input-spaceorb/src/Makefile.am N xenocara/driver/xf86-input-spaceorb/src/spaceorb.h N xenocara/driver/xf86-input-spaceorb/src/spaceorb.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:57:10 Log message: Importing xf86-input-summa 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-summa/config.guess N xenocara/driver/xf86-input-summa/COPYING N xenocara/driver/xf86-input-summa/ltmain.sh N xenocara/driver/xf86-input-summa/Makefile.in N xenocara/driver/xf86-input-summa/missing N xenocara/driver/xf86-input-summa/Makefile.am N xenocara/driver/xf86-input-summa/install-sh N xenocara/driver/xf86-input-summa/depcomp N xenocara/driver/xf86-input-summa/config.h.in N xenocara/driver/xf86-input-summa/configure.ac N xenocara/driver/xf86-input-summa/ChangeLog N xenocara/driver/xf86-input-summa/configure N xenocara/driver/xf86-input-summa/aclocal.m4 N xenocara/driver/xf86-input-summa/config.sub N xenocara/driver/xf86-input-summa/man/Makefile.in N xenocara/driver/xf86-input-summa/man/Makefile.am N xenocara/driver/xf86-input-summa/src/Makefile.in N xenocara/driver/xf86-input-summa/src/Makefile.am N xenocara/driver/xf86-input-summa/src/xf86Summa.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:57:34 Log message: Importing xf86-input-tek4957 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-tek4957/config.guess N xenocara/driver/xf86-input-tek4957/COPYING N xenocara/driver/xf86-input-tek4957/ltmain.sh N xenocara/driver/xf86-input-tek4957/Makefile.in N xenocara/driver/xf86-input-tek4957/missing N xenocara/driver/xf86-input-tek4957/Makefile.am N xenocara/driver/xf86-input-tek4957/install-sh N xenocara/driver/xf86-input-tek4957/depcomp N xenocara/driver/xf86-input-tek4957/config.h.in N xenocara/driver/xf86-input-tek4957/configure.ac N xenocara/driver/xf86-input-tek4957/ChangeLog N xenocara/driver/xf86-input-tek4957/configure N xenocara/driver/xf86-input-tek4957/aclocal.m4 N xenocara/driver/xf86-input-tek4957/config.sub N xenocara/driver/xf86-input-tek4957/man/Makefile.in N xenocara/driver/xf86-input-tek4957/man/Makefile.am N xenocara/driver/xf86-input-tek4957/man/tek4957.man N xenocara/driver/xf86-input-tek4957/src/Makefile.in N xenocara/driver/xf86-input-tek4957/src/Makefile.am N xenocara/driver/xf86-input-tek4957/src/xf86Tek4957.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:57:59 Log message: Importing xf86-input-ur98 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-ur98/config.guess N xenocara/driver/xf86-input-ur98/COPYING N xenocara/driver/xf86-input-ur98/ltmain.sh N xenocara/driver/xf86-input-ur98/Makefile.in N xenocara/driver/xf86-input-ur98/missing N xenocara/driver/xf86-input-ur98/Makefile.am N xenocara/driver/xf86-input-ur98/install-sh N xenocara/driver/xf86-input-ur98/depcomp N xenocara/driver/xf86-input-ur98/config.h.in N xenocara/driver/xf86-input-ur98/configure.ac N xenocara/driver/xf86-input-ur98/ChangeLog N xenocara/driver/xf86-input-ur98/configure N xenocara/driver/xf86-input-ur98/aclocal.m4 N xenocara/driver/xf86-input-ur98/config.sub N xenocara/driver/xf86-input-ur98/man/Makefile.in N xenocara/driver/xf86-input-ur98/man/Makefile.am N xenocara/driver/xf86-input-ur98/man/ur98.man N xenocara/driver/xf86-input-ur98/src/Makefile.in N xenocara/driver/xf86-input-ur98/src/xf86Ur-98.c N xenocara/driver/xf86-input-ur98/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:58:25 Log message: Importing xf86-input-vmmouse 12.4.0 Status: Vendor Tag: xorg Release Tags: v12_4_0 N xenocara/driver/xf86-input-vmmouse/config.guess N xenocara/driver/xf86-input-vmmouse/COPYING N xenocara/driver/xf86-input-vmmouse/ltmain.sh N xenocara/driver/xf86-input-vmmouse/Makefile.in N xenocara/driver/xf86-input-vmmouse/missing N xenocara/driver/xf86-input-vmmouse/Makefile.am N xenocara/driver/xf86-input-vmmouse/install-sh N xenocara/driver/xf86-input-vmmouse/depcomp N xenocara/driver/xf86-input-vmmouse/config.h.in N xenocara/driver/xf86-input-vmmouse/configure.ac N xenocara/driver/xf86-input-vmmouse/INSTALL N xenocara/driver/xf86-input-vmmouse/ChangeLog N xenocara/driver/xf86-input-vmmouse/configure N xenocara/driver/xf86-input-vmmouse/README N xenocara/driver/xf86-input-vmmouse/aclocal.m4 N xenocara/driver/xf86-input-vmmouse/config.sub N xenocara/driver/xf86-input-vmmouse/man/Makefile.in N xenocara/driver/xf86-input-vmmouse/man/Makefile.am N xenocara/driver/xf86-input-vmmouse/man/vmmouse.man N xenocara/driver/xf86-input-vmmouse/src/vmmouse_client.h N xenocara/driver/xf86-input-vmmouse/src/Makefile.in N xenocara/driver/xf86-input-vmmouse/src/vmmouse_proto.h N xenocara/driver/xf86-input-vmmouse/src/Makefile.am N xenocara/driver/xf86-input-vmmouse/src/vmmouse_defs.h N xenocara/driver/xf86-input-vmmouse/src/vmmouse_proto.c N xenocara/driver/xf86-input-vmmouse/src/vmmouse_client.c N xenocara/driver/xf86-input-vmmouse/src/vmmouse.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:58:50 Log message: Importing xf86-input-void 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-input-void/config.guess N xenocara/driver/xf86-input-void/COPYING N xenocara/driver/xf86-input-void/ltmain.sh N xenocara/driver/xf86-input-void/Makefile.in N xenocara/driver/xf86-input-void/missing N xenocara/driver/xf86-input-void/Makefile.am N xenocara/driver/xf86-input-void/install-sh N xenocara/driver/xf86-input-void/depcomp N xenocara/driver/xf86-input-void/config.h.in N xenocara/driver/xf86-input-void/configure.ac N xenocara/driver/xf86-input-void/ChangeLog N xenocara/driver/xf86-input-void/configure N xenocara/driver/xf86-input-void/aclocal.m4 N xenocara/driver/xf86-input-void/config.sub N xenocara/driver/xf86-input-void/man/Makefile.in N xenocara/driver/xf86-input-void/man/Makefile.am N xenocara/driver/xf86-input-void/man/void.man N xenocara/driver/xf86-input-void/src/void.c N xenocara/driver/xf86-input-void/src/Makefile.in N xenocara/driver/xf86-input-void/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:59:18 Log message: Importing xf86-video-apm 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-apm/README.sgml N xenocara/driver/xf86-video-apm/config.guess N xenocara/driver/xf86-video-apm/COPYING N xenocara/driver/xf86-video-apm/ltmain.sh N xenocara/driver/xf86-video-apm/Makefile.in N xenocara/driver/xf86-video-apm/missing N xenocara/driver/xf86-video-apm/Makefile.am N xenocara/driver/xf86-video-apm/install-sh N xenocara/driver/xf86-video-apm/depcomp N xenocara/driver/xf86-video-apm/config.h.in N xenocara/driver/xf86-video-apm/configure.ac N xenocara/driver/xf86-video-apm/ChangeLog N xenocara/driver/xf86-video-apm/configure N xenocara/driver/xf86-video-apm/README N xenocara/driver/xf86-video-apm/aclocal.m4 N xenocara/driver/xf86-video-apm/config.sub N xenocara/driver/xf86-video-apm/man/Makefile.in N xenocara/driver/xf86-video-apm/man/apm.man N xenocara/driver/xf86-video-apm/man/Makefile.am N xenocara/driver/xf86-video-apm/src/apm_regs.h N xenocara/driver/xf86-video-apm/src/apm_rush.c N xenocara/driver/xf86-video-apm/src/Makefile.in N xenocara/driver/xf86-video-apm/src/apm.h N xenocara/driver/xf86-video-apm/src/apm_accel.c N xenocara/driver/xf86-video-apm/src/apm_cursor.c N xenocara/driver/xf86-video-apm/src/Makefile.am N xenocara/driver/xf86-video-apm/src/apm_i2c.c N xenocara/driver/xf86-video-apm/src/apm_video.c N xenocara/driver/xf86-video-apm/src/apm_funcs.c N xenocara/driver/xf86-video-apm/src/apm_dga.c N xenocara/driver/xf86-video-apm/src/apm_driver.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 12:59:43 Log message: Importing xf86-video-ark 0.6.0 Status: Vendor Tag: xorg Release Tags: v0_6_0 N xenocara/driver/xf86-video-ark/config.guess N xenocara/driver/xf86-video-ark/COPYING N xenocara/driver/xf86-video-ark/ltmain.sh N xenocara/driver/xf86-video-ark/Makefile.in N xenocara/driver/xf86-video-ark/missing N xenocara/driver/xf86-video-ark/Makefile.am N xenocara/driver/xf86-video-ark/install-sh N xenocara/driver/xf86-video-ark/depcomp N xenocara/driver/xf86-video-ark/config.h.in N xenocara/driver/xf86-video-ark/configure.ac N xenocara/driver/xf86-video-ark/ChangeLog N xenocara/driver/xf86-video-ark/configure N xenocara/driver/xf86-video-ark/aclocal.m4 N xenocara/driver/xf86-video-ark/config.sub N xenocara/driver/xf86-video-ark/src/ark_reg.h N xenocara/driver/xf86-video-ark/src/Makefile.in N xenocara/driver/xf86-video-ark/src/ark.h N xenocara/driver/xf86-video-ark/src/Makefile.am N xenocara/driver/xf86-video-ark/src/ark_driver.c N xenocara/driver/xf86-video-ark/src/ark_accel.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:00:10 Log message: Importing xf86-video-ast 0.81.0 Status: Vendor Tag: xorg Release Tags: v0_81_0 N xenocara/driver/xf86-video-ast/config.guess N xenocara/driver/xf86-video-ast/COPYING N xenocara/driver/xf86-video-ast/ltmain.sh N xenocara/driver/xf86-video-ast/Makefile.in N xenocara/driver/xf86-video-ast/missing N xenocara/driver/xf86-video-ast/Makefile.am N xenocara/driver/xf86-video-ast/install-sh N xenocara/driver/xf86-video-ast/depcomp N xenocara/driver/xf86-video-ast/config.h.in N xenocara/driver/xf86-video-ast/configure.ac N xenocara/driver/xf86-video-ast/ChangeLog N xenocara/driver/xf86-video-ast/configure N xenocara/driver/xf86-video-ast/aclocal.m4 N xenocara/driver/xf86-video-ast/config.sub N xenocara/driver/xf86-video-ast/src/ast_accel.c N xenocara/driver/xf86-video-ast/src/ast_2dtool.h N xenocara/driver/xf86-video-ast/src/Makefile.in N xenocara/driver/xf86-video-ast/src/ast_driver.c N xenocara/driver/xf86-video-ast/src/Makefile.am N xenocara/driver/xf86-video-ast/src/ast_vgatool.h N xenocara/driver/xf86-video-ast/src/ast_cursor.h N xenocara/driver/xf86-video-ast/src/ast_mode.c N xenocara/driver/xf86-video-ast/src/ast_cursor.c N xenocara/driver/xf86-video-ast/src/ast.h N xenocara/driver/xf86-video-ast/src/ast_tool.c N xenocara/driver/xf86-video-ast/src/ast_mode.h N xenocara/driver/xf86-video-ast/src/ast_vgatool.c N xenocara/driver/xf86-video-ast/src/ast_2dtool.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:01:20 Log message: Importing xf86-video-ati 6.6.3 Status: Vendor Tag: xorg Release Tags: v6_6_3 N xenocara/driver/xf86-video-ati/configure.ac N xenocara/driver/xf86-video-ati/aclocal.m4 N xenocara/driver/xf86-video-ati/Makefile.am N xenocara/driver/xf86-video-ati/Makefile.in N xenocara/driver/xf86-video-ati/config.h.in N xenocara/driver/xf86-video-ati/configure N xenocara/driver/xf86-video-ati/COPYING N xenocara/driver/xf86-video-ati/ChangeLog N xenocara/driver/xf86-video-ati/compile N xenocara/driver/xf86-video-ati/config.guess N xenocara/driver/xf86-video-ati/config.sub N xenocara/driver/xf86-video-ati/depcomp N xenocara/driver/xf86-video-ati/install-sh N xenocara/driver/xf86-video-ati/ltmain.sh N xenocara/driver/xf86-video-ati/missing N xenocara/driver/xf86-video-ati/README.ati N xenocara/driver/xf86-video-ati/README.r128 N xenocara/driver/xf86-video-ati/README.ati.sgml N xenocara/driver/xf86-video-ati/README.r128.sgml N xenocara/driver/xf86-video-ati/src/Makefile.am N xenocara/driver/xf86-video-ati/src/Makefile.in N xenocara/driver/xf86-video-ati/src/ati.c N xenocara/driver/xf86-video-ati/src/atiadapter.c N xenocara/driver/xf86-video-ati/src/atibus.c N xenocara/driver/xf86-video-ati/src/atichip.c N xenocara/driver/xf86-video-ati/src/atiident.c N xenocara/driver/xf86-video-ati/src/atioption.c N xenocara/driver/xf86-video-ati/src/atiprobe.c N xenocara/driver/xf86-video-ati/src/atividmem.c N xenocara/driver/xf86-video-ati/src/atimodule.c N xenocara/driver/xf86-video-ati/src/ativgaio.c N xenocara/driver/xf86-video-ati/src/radeon_probe.c N xenocara/driver/xf86-video-ati/src/r128_probe.c N xenocara/driver/xf86-video-ati/src/atiaccel.c N xenocara/driver/xf86-video-ati/src/atiadjust.c N xenocara/driver/xf86-video-ati/src/atiaudio.c N xenocara/driver/xf86-video-ati/src/aticlock.c N xenocara/driver/xf86-video-ati/src/aticonfig.c N xenocara/driver/xf86-video-ati/src/aticonsole.c N xenocara/driver/xf86-video-ati/src/aticursor.c N xenocara/driver/xf86-video-ati/src/atidac.c N xenocara/driver/xf86-video-ati/src/atidecoder.c N xenocara/driver/xf86-video-ati/src/atidsp.c N xenocara/driver/xf86-video-ati/src/atifillin.c N xenocara/driver/xf86-video-ati/src/atii2c.c N xenocara/driver/xf86-video-ati/src/atilock.c N xenocara/driver/xf86-video-ati/src/atimach64.c N xenocara/driver/xf86-video-ati/src/atimach64accel.c N xenocara/driver/xf86-video-ati/src/atimach64cursor.c N xenocara/driver/xf86-video-ati/src/atimach64i2c.c N xenocara/driver/xf86-video-ati/src/atimach64io.c N xenocara/driver/xf86-video-ati/src/atimach64xv.c N xenocara/driver/xf86-video-ati/src/atimode.c N xenocara/driver/xf86-video-ati/src/atipreinit.c N xenocara/driver/xf86-video-ati/src/atiprint.c N xenocara/driver/xf86-video-ati/src/atirgb514.c N xenocara/driver/xf86-video-ati/src/atiscreen.c N xenocara/driver/xf86-video-ati/src/atituner.c N xenocara/driver/xf86-video-ati/src/atiutil.c N xenocara/driver/xf86-video-ati/src/ativalid.c N xenocara/driver/xf86-video-ati/src/atixv.c N xenocara/driver/xf86-video-ati/src/atiload.c N xenocara/driver/xf86-video-ati/src/atimisc.c N xenocara/driver/xf86-video-ati/src/atidri.c N xenocara/driver/xf86-video-ati/src/atidga.c N xenocara/driver/xf86-video-ati/src/ativga.c N xenocara/driver/xf86-video-ati/src/atibank.c N xenocara/driver/xf86-video-ati/src/atiwonder.c N xenocara/driver/xf86-video-ati/src/atiwonderio.c N xenocara/driver/xf86-video-ati/src/atimach64exa.c N xenocara/driver/xf86-video-ati/src/r128_accel.c N xenocara/driver/xf86-video-ati/src/r128_cursor.c N xenocara/driver/xf86-video-ati/src/r128_dga.c N xenocara/driver/xf86-video-ati/src/r128_driver.c N xenocara/driver/xf86-video-ati/src/r128_video.c N xenocara/driver/xf86-video-ati/src/r128_misc.c N xenocara/driver/xf86-video-ati/src/r128_dri.c N xenocara/driver/xf86-video-ati/src/radeon_accel.c N xenocara/driver/xf86-video-ati/src/radeon_mergedfb.c N xenocara/driver/xf86-video-ati/src/radeon_cursor.c N xenocara/driver/xf86-video-ati/src/radeon_dga.c N xenocara/driver/xf86-video-ati/src/radeon_driver.c N xenocara/driver/xf86-video-ati/src/radeon_video.c N xenocara/driver/xf86-video-ati/src/radeon_bios.c N xenocara/driver/xf86-video-ati/src/radeon_mm_i2c.c N xenocara/driver/xf86-video-ati/src/radeon_vip.c N xenocara/driver/xf86-video-ati/src/radeon_misc.c N xenocara/driver/xf86-video-ati/src/radeon_dri.c N xenocara/driver/xf86-video-ati/src/radeon_exa.c N xenocara/driver/xf86-video-ati/src/theatre200.c N xenocara/driver/xf86-video-ati/src/theatre200_module.c N xenocara/driver/xf86-video-ati/src/theatre_detect.c N xenocara/driver/xf86-video-ati/src/theatre_detect_module.c N xenocara/driver/xf86-video-ati/src/theatre.c N xenocara/driver/xf86-video-ati/src/theatre_module.c N xenocara/driver/xf86-video-ati/src/radeon_render.c N xenocara/driver/xf86-video-ati/src/radeon_accelfuncs.c N xenocara/driver/xf86-video-ati/src/atiaccel.h N xenocara/driver/xf86-video-ati/src/atiadapter.h N xenocara/driver/xf86-video-ati/src/atiadjust.h N xenocara/driver/xf86-video-ati/src/atiaudio.h N xenocara/driver/xf86-video-ati/src/atibank.h N xenocara/driver/xf86-video-ati/src/atibus.h N xenocara/driver/xf86-video-ati/src/atichip.h N xenocara/driver/xf86-video-ati/src/aticlock.h N xenocara/driver/xf86-video-ati/src/aticonfig.h N xenocara/driver/xf86-video-ati/src/aticonsole.h N xenocara/driver/xf86-video-ati/src/aticrtc.h N xenocara/driver/xf86-video-ati/src/aticursor.h N xenocara/driver/xf86-video-ati/src/atidac.h N xenocara/driver/xf86-video-ati/src/atidecoder.h N xenocara/driver/xf86-video-ati/src/atidga.h N xenocara/driver/xf86-video-ati/src/atidri.h N xenocara/driver/xf86-video-ati/src/atidripriv.h N xenocara/driver/xf86-video-ati/src/atidsp.h N xenocara/driver/xf86-video-ati/src/atifillin.h N xenocara/driver/xf86-video-ati/src/ati.h N xenocara/driver/xf86-video-ati/src/atii2c.h N xenocara/driver/xf86-video-ati/src/atiident.h N xenocara/driver/xf86-video-ati/src/atiio.h N xenocara/driver/xf86-video-ati/src/atiload.h N xenocara/driver/xf86-video-ati/src/atilock.h N xenocara/driver/xf86-video-ati/src/atimach64accel.h N xenocara/driver/xf86-video-ati/src/atimach64cursor.h N xenocara/driver/xf86-video-ati/src/atimach64.h N xenocara/driver/xf86-video-ati/src/atimach64i2c.h N xenocara/driver/xf86-video-ati/src/atimach64io.h N xenocara/driver/xf86-video-ati/src/atimach64render.c N xenocara/driver/xf86-video-ati/src/atimach64xv.h N xenocara/driver/xf86-video-ati/src/atimode.h N xenocara/driver/xf86-video-ati/src/atimodule.h N xenocara/driver/xf86-video-ati/src/atimono.h N xenocara/driver/xf86-video-ati/src/atioption.h N xenocara/driver/xf86-video-ati/src/atixv.h N xenocara/driver/xf86-video-ati/src/atipreinit.h N xenocara/driver/xf86-video-ati/src/atiprint.h N xenocara/driver/xf86-video-ati/src/atipriv.h N xenocara/driver/xf86-video-ati/src/atiprobe.h N xenocara/driver/xf86-video-ati/src/atiregs.h N xenocara/driver/xf86-video-ati/src/atirgb514.h N xenocara/driver/xf86-video-ati/src/atiscreen.h N xenocara/driver/xf86-video-ati/src/atistruct.h N xenocara/driver/xf86-video-ati/src/atituner.h N xenocara/driver/xf86-video-ati/src/atiutil.h N xenocara/driver/xf86-video-ati/src/ativalid.h N xenocara/driver/xf86-video-ati/src/ativersion.h N xenocara/driver/xf86-video-ati/src/ativga.h N xenocara/driver/xf86-video-ati/src/ativgaio.h N xenocara/driver/xf86-video-ati/src/atividmem.h N xenocara/driver/xf86-video-ati/src/atiwonder.h N xenocara/driver/xf86-video-ati/src/atiwonderio.h N xenocara/driver/xf86-video-ati/src/generic_bus.h N xenocara/driver/xf86-video-ati/src/mach64_common.h N xenocara/driver/xf86-video-ati/src/mach64_dri.h N xenocara/driver/xf86-video-ati/src/mach64_sarea.h N xenocara/driver/xf86-video-ati/src/r128_chipset.h N xenocara/driver/xf86-video-ati/src/r128_common.h N xenocara/driver/xf86-video-ati/src/r128.h N xenocara/driver/xf86-video-ati/src/r128_dri.h N xenocara/driver/xf86-video-ati/src/r128_dripriv.h N xenocara/driver/xf86-video-ati/src/r128_probe.h N xenocara/driver/xf86-video-ati/src/r128_reg.h N xenocara/driver/xf86-video-ati/src/r128_sarea.h N xenocara/driver/xf86-video-ati/src/r128_version.h N xenocara/driver/xf86-video-ati/src/radeon_chipset.h N xenocara/driver/xf86-video-ati/src/radeon_common.h N xenocara/driver/xf86-video-ati/src/radeon_commonfuncs.c N xenocara/driver/xf86-video-ati/src/radeon_dri.h N xenocara/driver/xf86-video-ati/src/radeon_dripriv.h N xenocara/driver/xf86-video-ati/src/radeon_exa_render.c N xenocara/driver/xf86-video-ati/src/radeon_exa_funcs.c N xenocara/driver/xf86-video-ati/src/radeon.h N xenocara/driver/xf86-video-ati/src/radeon_macros.h N xenocara/driver/xf86-video-ati/src/radeon_mergedfb.h N xenocara/driver/xf86-video-ati/src/radeon_probe.h N xenocara/driver/xf86-video-ati/src/radeon_reg.h N xenocara/driver/xf86-video-ati/src/radeon_sarea.h N xenocara/driver/xf86-video-ati/src/radeon_version.h N xenocara/driver/xf86-video-ati/src/radeon_video.h N xenocara/driver/xf86-video-ati/src/theatre200.h N xenocara/driver/xf86-video-ati/src/theatre_detect.h N xenocara/driver/xf86-video-ati/src/theatre.h N xenocara/driver/xf86-video-ati/src/theatre_reg.h N xenocara/driver/xf86-video-ati/src/atipciids.h N xenocara/driver/xf86-video-ati/man/Makefile.am N xenocara/driver/xf86-video-ati/man/Makefile.in N xenocara/driver/xf86-video-ati/man/ati.man N xenocara/driver/xf86-video-ati/man/r128.man N xenocara/driver/xf86-video-ati/man/radeon.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:01:53 Log message: Importing xf86-video-chips 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-chips/README.sgml N xenocara/driver/xf86-video-chips/config.guess N xenocara/driver/xf86-video-chips/COPYING N xenocara/driver/xf86-video-chips/ltmain.sh N xenocara/driver/xf86-video-chips/Makefile.in N xenocara/driver/xf86-video-chips/missing N xenocara/driver/xf86-video-chips/Makefile.am N xenocara/driver/xf86-video-chips/install-sh N xenocara/driver/xf86-video-chips/depcomp N xenocara/driver/xf86-video-chips/config.h.in N xenocara/driver/xf86-video-chips/compile N xenocara/driver/xf86-video-chips/configure.ac N xenocara/driver/xf86-video-chips/ChangeLog N xenocara/driver/xf86-video-chips/configure N xenocara/driver/xf86-video-chips/README N xenocara/driver/xf86-video-chips/aclocal.m4 N xenocara/driver/xf86-video-chips/config.sub N xenocara/driver/xf86-video-chips/man/Makefile.in N xenocara/driver/xf86-video-chips/man/Makefile.am N xenocara/driver/xf86-video-chips/man/chips.man N xenocara/driver/xf86-video-chips/src/ct_cursor.c N xenocara/driver/xf86-video-chips/src/ct_BlitMM.h N xenocara/driver/xf86-video-chips/src/ct_bank.c N xenocara/driver/xf86-video-chips/src/Makefile.in N xenocara/driver/xf86-video-chips/src/ct_driver.c N xenocara/driver/xf86-video-chips/src/ct_BltHiQV.h N xenocara/driver/xf86-video-chips/src/Makefile.am N xenocara/driver/xf86-video-chips/src/ct_Blitter.h N xenocara/driver/xf86-video-chips/src/ct_driver.h N xenocara/driver/xf86-video-chips/src/ct_accel.c N xenocara/driver/xf86-video-chips/src/ct_video.c N xenocara/driver/xf86-video-chips/src/ct_regs.c N xenocara/driver/xf86-video-chips/src/ct_dga.c N xenocara/driver/xf86-video-chips/src/ct_shadow.c N xenocara/driver/xf86-video-chips/src/ct_ddc.c N xenocara/driver/xf86-video-chips/util/dRegs.c N xenocara/driver/xf86-video-chips/util/mRegs.c N xenocara/driver/xf86-video-chips/util/Makefile.in N xenocara/driver/xf86-video-chips/util/Makefile.am N xenocara/driver/xf86-video-chips/util/AsmMacros.h N xenocara/driver/xf86-video-chips/util/modClock.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:02:20 Log message: Importing xf86-video-cirrus 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-cirrus/config.guess N xenocara/driver/xf86-video-cirrus/COPYING N xenocara/driver/xf86-video-cirrus/ltmain.sh N xenocara/driver/xf86-video-cirrus/Makefile.in N xenocara/driver/xf86-video-cirrus/missing N xenocara/driver/xf86-video-cirrus/Makefile.am N xenocara/driver/xf86-video-cirrus/install-sh N xenocara/driver/xf86-video-cirrus/depcomp N xenocara/driver/xf86-video-cirrus/config.h.in N xenocara/driver/xf86-video-cirrus/README.multihead N xenocara/driver/xf86-video-cirrus/configure.ac N xenocara/driver/xf86-video-cirrus/ChangeLog N xenocara/driver/xf86-video-cirrus/configure N xenocara/driver/xf86-video-cirrus/aclocal.m4 N xenocara/driver/xf86-video-cirrus/config.sub N xenocara/driver/xf86-video-cirrus/man/Makefile.in N xenocara/driver/xf86-video-cirrus/man/Makefile.am N xenocara/driver/xf86-video-cirrus/man/cirrus.man N xenocara/driver/xf86-video-cirrus/src/cir_driver.c N xenocara/driver/xf86-video-cirrus/src/lg_hwcurs.c N xenocara/driver/xf86-video-cirrus/src/alp.h N xenocara/driver/xf86-video-cirrus/src/cir_dga.c N xenocara/driver/xf86-video-cirrus/src/cir_shadow.c N xenocara/driver/xf86-video-cirrus/src/alp_i2c.c N xenocara/driver/xf86-video-cirrus/src/CirrusClk.c N xenocara/driver/xf86-video-cirrus/src/Makefile.in N xenocara/driver/xf86-video-cirrus/src/lg_driver.c N xenocara/driver/xf86-video-cirrus/src/Makefile.am N xenocara/driver/xf86-video-cirrus/src/alp_xaa.c N xenocara/driver/xf86-video-cirrus/src/alp_hwcurs.c N xenocara/driver/xf86-video-cirrus/src/lg_i2c.c N xenocara/driver/xf86-video-cirrus/src/lg_xaa.c N xenocara/driver/xf86-video-cirrus/src/lg_xaa.h N xenocara/driver/xf86-video-cirrus/src/alp_xaam.c N xenocara/driver/xf86-video-cirrus/src/lg.h N xenocara/driver/xf86-video-cirrus/src/cir.h N xenocara/driver/xf86-video-cirrus/src/alp_driver.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 13:02:28 Modified files: infrastructure/mk: bsd.port.mk Log message: minor tweaks: make internal _COMMENT and *_DEP3 depend on SUBPACKAGE, so that subdescribe looks cool... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:02:46 Log message: Importing xf86-video-cyrix 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-cyrix/README.sgml N xenocara/driver/xf86-video-cyrix/config.guess N xenocara/driver/xf86-video-cyrix/COPYING N xenocara/driver/xf86-video-cyrix/ltmain.sh N xenocara/driver/xf86-video-cyrix/Makefile.in N xenocara/driver/xf86-video-cyrix/missing N xenocara/driver/xf86-video-cyrix/Makefile.am N xenocara/driver/xf86-video-cyrix/install-sh N xenocara/driver/xf86-video-cyrix/depcomp N xenocara/driver/xf86-video-cyrix/config.h.in N xenocara/driver/xf86-video-cyrix/configure.ac N xenocara/driver/xf86-video-cyrix/ChangeLog N xenocara/driver/xf86-video-cyrix/configure N xenocara/driver/xf86-video-cyrix/README N xenocara/driver/xf86-video-cyrix/aclocal.m4 N xenocara/driver/xf86-video-cyrix/config.sub N xenocara/driver/xf86-video-cyrix/man/Makefile.in N xenocara/driver/xf86-video-cyrix/man/cyrix.man N xenocara/driver/xf86-video-cyrix/man/Makefile.am N xenocara/driver/xf86-video-cyrix/src/cyrix_helper.c N xenocara/driver/xf86-video-cyrix/src/Makefile.in N xenocara/driver/xf86-video-cyrix/src/Makefile.am N xenocara/driver/xf86-video-cyrix/src/cyrix_shadow.c N xenocara/driver/xf86-video-cyrix/src/cyrix.h N xenocara/driver/xf86-video-cyrix/src/cyrix_driver.c N xenocara/driver/xf86-video-cyrix/src/cyrix_bank.c N xenocara/driver/xf86-video-cyrix/src/cyrix_accel.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:03:11 Log message: Importing xf86-video-dummy 0.2.0 Status: Vendor Tag: xorg Release Tags: v0_2_0 N xenocara/driver/xf86-video-dummy/config.guess N xenocara/driver/xf86-video-dummy/COPYING N xenocara/driver/xf86-video-dummy/ltmain.sh N xenocara/driver/xf86-video-dummy/Makefile.in N xenocara/driver/xf86-video-dummy/missing N xenocara/driver/xf86-video-dummy/Makefile.am N xenocara/driver/xf86-video-dummy/install-sh N xenocara/driver/xf86-video-dummy/depcomp N xenocara/driver/xf86-video-dummy/config.h.in N xenocara/driver/xf86-video-dummy/configure.ac N xenocara/driver/xf86-video-dummy/ChangeLog N xenocara/driver/xf86-video-dummy/configure N xenocara/driver/xf86-video-dummy/aclocal.m4 N xenocara/driver/xf86-video-dummy/config.sub N xenocara/driver/xf86-video-dummy/src/dummy.h N xenocara/driver/xf86-video-dummy/src/dummy_dga.c N xenocara/driver/xf86-video-dummy/src/Makefile.in N xenocara/driver/xf86-video-dummy/src/dummy_driver.c N xenocara/driver/xf86-video-dummy/src/Makefile.am N xenocara/driver/xf86-video-dummy/src/dummy_cursor.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:03:43 Log message: Importing xf86-video-fbdev 0.3.0 Status: Vendor Tag: xorg Release Tags: v0_3_0 N xenocara/driver/xf86-video-fbdev/config.guess N xenocara/driver/xf86-video-fbdev/COPYING N xenocara/driver/xf86-video-fbdev/ltmain.sh N xenocara/driver/xf86-video-fbdev/Makefile.in N xenocara/driver/xf86-video-fbdev/missing N xenocara/driver/xf86-video-fbdev/Makefile.am N xenocara/driver/xf86-video-fbdev/install-sh N xenocara/driver/xf86-video-fbdev/depcomp N xenocara/driver/xf86-video-fbdev/config.h.in N xenocara/driver/xf86-video-fbdev/configure.ac N xenocara/driver/xf86-video-fbdev/ChangeLog N xenocara/driver/xf86-video-fbdev/configure N xenocara/driver/xf86-video-fbdev/aclocal.m4 N xenocara/driver/xf86-video-fbdev/config.sub N xenocara/driver/xf86-video-fbdev/man/Makefile.in N xenocara/driver/xf86-video-fbdev/man/Makefile.am N xenocara/driver/xf86-video-fbdev/man/fbdev.man N xenocara/driver/xf86-video-fbdev/src/Makefile.in N xenocara/driver/xf86-video-fbdev/src/fbdev.c N xenocara/driver/xf86-video-fbdev/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:04:20 Log message: Importing xf86-video-glint 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-glint/config.guess N xenocara/driver/xf86-video-glint/COPYING N xenocara/driver/xf86-video-glint/README.pm3 N xenocara/driver/xf86-video-glint/ltmain.sh N xenocara/driver/xf86-video-glint/Makefile.in N xenocara/driver/xf86-video-glint/missing N xenocara/driver/xf86-video-glint/Makefile.am N xenocara/driver/xf86-video-glint/install-sh N xenocara/driver/xf86-video-glint/depcomp N xenocara/driver/xf86-video-glint/config.h.in N xenocara/driver/xf86-video-glint/configure.ac N xenocara/driver/xf86-video-glint/ChangeLog N xenocara/driver/xf86-video-glint/configure N xenocara/driver/xf86-video-glint/aclocal.m4 N xenocara/driver/xf86-video-glint/DRI.txt N xenocara/driver/xf86-video-glint/config.sub N xenocara/driver/xf86-video-glint/man/Makefile.in N xenocara/driver/xf86-video-glint/man/glint.man N xenocara/driver/xf86-video-glint/man/Makefile.am N xenocara/driver/xf86-video-glint/src/pm_accel.c N xenocara/driver/xf86-video-glint/src/pm2ramdac.c N xenocara/driver/xf86-video-glint/src/glint_shadow.c N xenocara/driver/xf86-video-glint/src/tx_dac.c N xenocara/driver/xf86-video-glint/src/pm_dac.c N xenocara/driver/xf86-video-glint/src/Makefile.in N xenocara/driver/xf86-video-glint/src/glint_dga.c N xenocara/driver/xf86-video-glint/src/Makefile.am N xenocara/driver/xf86-video-glint/src/glint_common.h N xenocara/driver/xf86-video-glint/src/pm2_video.c N xenocara/driver/xf86-video-glint/src/pm3_regs.h N xenocara/driver/xf86-video-glint/src/pm2_accel.c N xenocara/driver/xf86-video-glint/src/glint_driver.c N xenocara/driver/xf86-video-glint/src/glint_dripriv.h N xenocara/driver/xf86-video-glint/src/glint_dri.c N xenocara/driver/xf86-video-glint/src/glint.h N xenocara/driver/xf86-video-glint/src/glint_dri.h N xenocara/driver/xf86-video-glint/src/pm2vramdac.c N xenocara/driver/xf86-video-glint/src/sx_accel.c N xenocara/driver/xf86-video-glint/src/pm2v_dac.c N xenocara/driver/xf86-video-glint/src/pm3_video.c N xenocara/driver/xf86-video-glint/src/pm3_dac.c N xenocara/driver/xf86-video-glint/src/TIramdac.c N xenocara/driver/xf86-video-glint/src/glint_regs.h N xenocara/driver/xf86-video-glint/src/tx_accel.c N xenocara/driver/xf86-video-glint/src/pm2_dac.c N xenocara/driver/xf86-video-glint/src/IBMramdac.c N xenocara/driver/xf86-video-glint/src/pm3_accel.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:04:49 Log message: Importing xf86-video-i128 1.1.0.6 Status: Vendor Tag: xorg Release Tags: v1_1_0_6 N xenocara/driver/xf86-video-i128/ltmain.sh N xenocara/driver/xf86-video-i128/depcomp N xenocara/driver/xf86-video-i128/README.sgml N xenocara/driver/xf86-video-i128/config.guess N xenocara/driver/xf86-video-i128/install-sh N xenocara/driver/xf86-video-i128/configure.ac N xenocara/driver/xf86-video-i128/ChangeLog N xenocara/driver/xf86-video-i128/configure N xenocara/driver/xf86-video-i128/aclocal.m4 N xenocara/driver/xf86-video-i128/config.h.in N xenocara/driver/xf86-video-i128/Makefile.am N xenocara/driver/xf86-video-i128/Makefile.in N xenocara/driver/xf86-video-i128/README N xenocara/driver/xf86-video-i128/COPYING N xenocara/driver/xf86-video-i128/config.sub N xenocara/driver/xf86-video-i128/missing N xenocara/driver/xf86-video-i128/src/i128init.c N xenocara/driver/xf86-video-i128/src/Ti302X.h N xenocara/driver/xf86-video-i128/src/i128dga.c N xenocara/driver/xf86-video-i128/src/i128exa.c N xenocara/driver/xf86-video-i128/src/i128.h N xenocara/driver/xf86-video-i128/src/i128reg.h N xenocara/driver/xf86-video-i128/src/i128accel.c N xenocara/driver/xf86-video-i128/src/Makefile.am N xenocara/driver/xf86-video-i128/src/Makefile.in N xenocara/driver/xf86-video-i128/src/IBMRGB.h N xenocara/driver/xf86-video-i128/src/i128_driver.c N xenocara/driver/xf86-video-i128/src/i128IBMDAC.c N xenocara/driver/xf86-video-i128/man/Makefile.am N xenocara/driver/xf86-video-i128/man/Makefile.in N xenocara/driver/xf86-video-i128/man/i128.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:05:16 Log message: Importing xf86-video-i740 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-i740/README.sgml N xenocara/driver/xf86-video-i740/config.guess N xenocara/driver/xf86-video-i740/COPYING N xenocara/driver/xf86-video-i740/ltmain.sh N xenocara/driver/xf86-video-i740/Makefile.in N xenocara/driver/xf86-video-i740/missing N xenocara/driver/xf86-video-i740/Makefile.am N xenocara/driver/xf86-video-i740/install-sh N xenocara/driver/xf86-video-i740/depcomp N xenocara/driver/xf86-video-i740/config.h.in N xenocara/driver/xf86-video-i740/configure.ac N xenocara/driver/xf86-video-i740/ChangeLog N xenocara/driver/xf86-video-i740/configure N xenocara/driver/xf86-video-i740/README N xenocara/driver/xf86-video-i740/aclocal.m4 N xenocara/driver/xf86-video-i740/config.sub N xenocara/driver/xf86-video-i740/man/i740.man N xenocara/driver/xf86-video-i740/man/Makefile.in N xenocara/driver/xf86-video-i740/man/Makefile.am N xenocara/driver/xf86-video-i740/src/i740_i2c.c N xenocara/driver/xf86-video-i740/src/i740_io.c N xenocara/driver/xf86-video-i740/src/Makefile.in N xenocara/driver/xf86-video-i740/src/i740_dga.h N xenocara/driver/xf86-video-i740/src/Makefile.am N xenocara/driver/xf86-video-i740/src/i740.h N xenocara/driver/xf86-video-i740/src/i740_reg.h N xenocara/driver/xf86-video-i740/src/i740_video.c N xenocara/driver/xf86-video-i740/src/i740_dga.c N xenocara/driver/xf86-video-i740/src/i740_accel.c N xenocara/driver/xf86-video-i740/src/i740_driver.c N xenocara/driver/xf86-video-i740/src/i740_macros.h N xenocara/driver/xf86-video-i740/src/i740_cursor.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:05:42 Log message: Importing xf86-video-impact 0.2.0 Status: Vendor Tag: xorg Release Tags: v0_2_0 N xenocara/driver/xf86-video-impact/configure.ac N xenocara/driver/xf86-video-impact/ChangeLog N xenocara/driver/xf86-video-impact/config.h.in N xenocara/driver/xf86-video-impact/ltmain.sh N xenocara/driver/xf86-video-impact/Makefile.am N xenocara/driver/xf86-video-impact/config.guess N xenocara/driver/xf86-video-impact/XF86Config.impact N xenocara/driver/xf86-video-impact/Makefile.in N xenocara/driver/xf86-video-impact/install-sh N xenocara/driver/xf86-video-impact/config.sub N xenocara/driver/xf86-video-impact/depcomp N xenocara/driver/xf86-video-impact/COPYING N xenocara/driver/xf86-video-impact/aclocal.m4 N xenocara/driver/xf86-video-impact/missing N xenocara/driver/xf86-video-impact/configure N xenocara/driver/xf86-video-impact/man/Makefile.am N xenocara/driver/xf86-video-impact/man/Makefile.in N xenocara/driver/xf86-video-impact/man/impact.man N xenocara/driver/xf86-video-impact/src/impact_shadow.c N xenocara/driver/xf86-video-impact/src/Makefile.am N xenocara/driver/xf86-video-impact/src/Makefile.in N xenocara/driver/xf86-video-impact/src/impact.h N xenocara/driver/xf86-video-impact/src/impact_regs.c N xenocara/driver/xf86-video-impact/src/impact_regs.h N xenocara/driver/xf86-video-impact/src/impact_driver.c N xenocara/driver/xf86-video-impact/src/impact_cmap.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:06:08 Log message: Importing xf86-video-imstt 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-imstt/config.guess N xenocara/driver/xf86-video-imstt/COPYING N xenocara/driver/xf86-video-imstt/ltmain.sh N xenocara/driver/xf86-video-imstt/Makefile.in N xenocara/driver/xf86-video-imstt/missing N xenocara/driver/xf86-video-imstt/Makefile.am N xenocara/driver/xf86-video-imstt/install-sh N xenocara/driver/xf86-video-imstt/depcomp N xenocara/driver/xf86-video-imstt/config.h.in N xenocara/driver/xf86-video-imstt/configure.ac N xenocara/driver/xf86-video-imstt/ChangeLog N xenocara/driver/xf86-video-imstt/configure N xenocara/driver/xf86-video-imstt/aclocal.m4 N xenocara/driver/xf86-video-imstt/config.sub N xenocara/driver/xf86-video-imstt/man/Makefile.in N xenocara/driver/xf86-video-imstt/man/Makefile.am N xenocara/driver/xf86-video-imstt/man/imstt.man N xenocara/driver/xf86-video-imstt/src/imstt.h N xenocara/driver/xf86-video-imstt/src/imstt_reg.h N xenocara/driver/xf86-video-imstt/src/Makefile.in N xenocara/driver/xf86-video-imstt/src/Makefile.am N xenocara/driver/xf86-video-imstt/src/imstt_accel.c N xenocara/driver/xf86-video-imstt/src/imstt_driver.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:06:53 Log message: Importing xf86-video-i810 1.7.2 Status: Vendor Tag: xorg Release Tags: v1_7_2 N xenocara/driver/xf86-video-intel/compile N xenocara/driver/xf86-video-intel/depcomp N xenocara/driver/xf86-video-intel/aclocal.m4 N xenocara/driver/xf86-video-intel/README N xenocara/driver/xf86-video-intel/ltmain.sh N xenocara/driver/xf86-video-intel/configure N xenocara/driver/xf86-video-intel/configure.ac N xenocara/driver/xf86-video-intel/config.guess N xenocara/driver/xf86-video-intel/install-sh N xenocara/driver/xf86-video-intel/config.sub N xenocara/driver/xf86-video-intel/missing N xenocara/driver/xf86-video-intel/Makefile.am N xenocara/driver/xf86-video-intel/Makefile.in N xenocara/driver/xf86-video-intel/config.h.in N xenocara/driver/xf86-video-intel/README.sgml N xenocara/driver/xf86-video-intel/ChangeLog N xenocara/driver/xf86-video-intel/COPYING N xenocara/driver/xf86-video-intel/man/i810.man N xenocara/driver/xf86-video-intel/man/Makefile.am N xenocara/driver/xf86-video-intel/man/Makefile.in N xenocara/driver/xf86-video-intel/src/i830_memory.c N xenocara/driver/xf86-video-intel/src/i810_driver.c N xenocara/driver/xf86-video-intel/src/i810_common.h N xenocara/driver/xf86-video-intel/src/i830_3d.c N xenocara/driver/xf86-video-intel/src/i830_io.c N xenocara/driver/xf86-video-intel/src/i830_randr.c N xenocara/driver/xf86-video-intel/src/i810_hwmc.c N xenocara/driver/xf86-video-intel/src/i810_accel.c N xenocara/driver/xf86-video-intel/src/brw_defines.h N xenocara/driver/xf86-video-intel/src/i810_video.c N xenocara/driver/xf86-video-intel/src/wm_prog.h N xenocara/driver/xf86-video-intel/src/i810.h N xenocara/driver/xf86-video-intel/src/i830_cursor.c N xenocara/driver/xf86-video-intel/src/i830.h N xenocara/driver/xf86-video-intel/src/common.h N xenocara/driver/xf86-video-intel/src/i830_driver.c N xenocara/driver/xf86-video-intel/src/i830_common.h N xenocara/driver/xf86-video-intel/src/Makefile.am N xenocara/driver/xf86-video-intel/src/Makefile.in N xenocara/driver/xf86-video-intel/src/i915_3d.c N xenocara/driver/xf86-video-intel/src/i915_3d.h N xenocara/driver/xf86-video-intel/src/i810_dga.c N xenocara/driver/xf86-video-intel/src/i810_memory.c N xenocara/driver/xf86-video-intel/src/i810_wmark.c N xenocara/driver/xf86-video-intel/src/i830_rotate.c N xenocara/driver/xf86-video-intel/src/i810_dri.c N xenocara/driver/xf86-video-intel/src/i810_dri.h N xenocara/driver/xf86-video-intel/src/i810_reg.h N xenocara/driver/xf86-video-intel/src/i830_modes.c N xenocara/driver/xf86-video-intel/src/packed_yuv_sf.g4a N xenocara/driver/xf86-video-intel/src/packed_yuv_wm.g4a N xenocara/driver/xf86-video-intel/src/i830_accel.c N xenocara/driver/xf86-video-intel/src/i830_dga.c N xenocara/driver/xf86-video-intel/src/i830_dri.c N xenocara/driver/xf86-video-intel/src/i830_dri.h N xenocara/driver/xf86-video-intel/src/i830_reg.h N xenocara/driver/xf86-video-intel/src/i810_io.c N xenocara/driver/xf86-video-intel/src/i830_video.c N xenocara/driver/xf86-video-intel/src/i830_video.h N xenocara/driver/xf86-video-intel/src/brw_structs.h N xenocara/driver/xf86-video-intel/src/i915_reg.h N xenocara/driver/xf86-video-intel/src/i915_video.c N xenocara/driver/xf86-video-intel/src/i810_cursor.c N xenocara/driver/xf86-video-intel/src/sf_prog.h N xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.c N xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.h N xenocara/driver/xf86-video-intel/src/xvmc/Makefile.am N xenocara/driver/xf86-video-intel/src/xvmc/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:07:32 Log message: Importing xf86-video-mga 1.4.4 Status: Vendor Tag: xorg Release Tags: v1_4_4 N xenocara/driver/xf86-video-mga/depcomp N xenocara/driver/xf86-video-mga/aclocal.m4 N xenocara/driver/xf86-video-mga/ltmain.sh N xenocara/driver/xf86-video-mga/configure N xenocara/driver/xf86-video-mga/configure.ac N xenocara/driver/xf86-video-mga/config.guess N xenocara/driver/xf86-video-mga/install-sh N xenocara/driver/xf86-video-mga/config.sub N xenocara/driver/xf86-video-mga/missing N xenocara/driver/xf86-video-mga/Makefile.am N xenocara/driver/xf86-video-mga/Makefile.in N xenocara/driver/xf86-video-mga/config.h.in N xenocara/driver/xf86-video-mga/mga_PInS.txt N xenocara/driver/xf86-video-mga/README_HALLIB N xenocara/driver/xf86-video-mga/ChangeLog N xenocara/driver/xf86-video-mga/COPYING N xenocara/driver/xf86-video-mga/man/mga.man N xenocara/driver/xf86-video-mga/man/Makefile.am N xenocara/driver/xf86-video-mga/man/Makefile.in N xenocara/driver/xf86-video-mga/src/mga_storm.c N xenocara/driver/xf86-video-mga/src/binding.h N xenocara/driver/xf86-video-mga/src/mga_ucode.h N xenocara/driver/xf86-video-mga/src/mga_dh.c N xenocara/driver/xf86-video-mga/src/mga_arc.c N xenocara/driver/xf86-video-mga/src/mga_dga.c N xenocara/driver/xf86-video-mga/src/mga_dri.c N xenocara/driver/xf86-video-mga/src/mga_dri.h N xenocara/driver/xf86-video-mga/src/mga_esc.c N xenocara/driver/xf86-video-mga/src/mga_exa.c N xenocara/driver/xf86-video-mga/src/mga.h N xenocara/driver/xf86-video-mga/src/mga_reg.h N xenocara/driver/xf86-video-mga/src/mga_vga.c N xenocara/driver/xf86-video-mga/src/mga_shadow.c N xenocara/driver/xf86-video-mga/src/mga_video.c N xenocara/driver/xf86-video-mga/src/mga_bios.c N xenocara/driver/xf86-video-mga/src/mga_dacG.c N xenocara/driver/xf86-video-mga/src/Makefile.am N xenocara/driver/xf86-video-mga/src/Makefile.in N xenocara/driver/xf86-video-mga/src/mga_macros.h N xenocara/driver/xf86-video-mga/src/mga_g450pll.c N xenocara/driver/xf86-video-mga/src/mga_halmod.c N xenocara/driver/xf86-video-mga/src/clientlx.c N xenocara/driver/xf86-video-mga/src/mga_dac3026.c N xenocara/driver/xf86-video-mga/src/mga_dripriv.h N xenocara/driver/xf86-video-mga/src/mga_driver.c N xenocara/driver/xf86-video-mga/src/mga_common.h N xenocara/driver/xf86-video-mga/src/mga_hwcurs.c N xenocara/driver/xf86-video-mga/src/mga_sarea.h N xenocara/driver/xf86-video-mga/src/mgareg_flags.h N xenocara/driver/xf86-video-mga/src/mga_maven.h N xenocara/driver/xf86-video-mga/src/mga_merge.c N xenocara/driver/xf86-video-mga/src/mga_merge.h N xenocara/driver/xf86-video-mga/src/client.h N xenocara/driver/xf86-video-mga/util/README N xenocara/driver/xf86-video-mga/util/Makefile.am N xenocara/driver/xf86-video-mga/util/Makefile.in N xenocara/driver/xf86-video-mga/util/stormdwg.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:08:01 Log message: Importing xf86-video-neomagic 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-neomagic/config.guess N xenocara/driver/xf86-video-neomagic/COPYING N xenocara/driver/xf86-video-neomagic/NM-reg.txt N xenocara/driver/xf86-video-neomagic/TODO N xenocara/driver/xf86-video-neomagic/ltmain.sh N xenocara/driver/xf86-video-neomagic/Makefile.in N xenocara/driver/xf86-video-neomagic/missing N xenocara/driver/xf86-video-neomagic/Makefile.am N xenocara/driver/xf86-video-neomagic/install-sh N xenocara/driver/xf86-video-neomagic/depcomp N xenocara/driver/xf86-video-neomagic/config.h.in N xenocara/driver/xf86-video-neomagic/configure.ac N xenocara/driver/xf86-video-neomagic/ChangeLog N xenocara/driver/xf86-video-neomagic/configure N xenocara/driver/xf86-video-neomagic/README N xenocara/driver/xf86-video-neomagic/aclocal.m4 N xenocara/driver/xf86-video-neomagic/config.sub N xenocara/driver/xf86-video-neomagic/man/Makefile.in N xenocara/driver/xf86-video-neomagic/man/neomagic.man N xenocara/driver/xf86-video-neomagic/man/Makefile.am N xenocara/driver/xf86-video-neomagic/src/neo_reg.h N xenocara/driver/xf86-video-neomagic/src/neo_driver.c N xenocara/driver/xf86-video-neomagic/src/neo_video.h N xenocara/driver/xf86-video-neomagic/src/neo_bank.c N xenocara/driver/xf86-video-neomagic/src/neo.h N xenocara/driver/xf86-video-neomagic/src/neo_dga.c N xenocara/driver/xf86-video-neomagic/src/Makefile.in N xenocara/driver/xf86-video-neomagic/src/Makefile.am N xenocara/driver/xf86-video-neomagic/src/neo_i2c.c N xenocara/driver/xf86-video-neomagic/src/neo_2097.c N xenocara/driver/xf86-video-neomagic/src/neo_shadow.c N xenocara/driver/xf86-video-neomagic/src/neo_2200.c N xenocara/driver/xf86-video-neomagic/src/neo_video.c N xenocara/driver/xf86-video-neomagic/src/neo_2070.c N xenocara/driver/xf86-video-neomagic/src/neo_2090.c N xenocara/driver/xf86-video-neomagic/src/neo_cursor.c N xenocara/driver/xf86-video-neomagic/src/neo_macros.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:08:27 Log message: Importing xf86-video-newport 0.2.1 Status: Vendor Tag: xorg Release Tags: v0_2_1 N xenocara/driver/xf86-video-newport/ltmain.sh N xenocara/driver/xf86-video-newport/depcomp N xenocara/driver/xf86-video-newport/README.sgml N xenocara/driver/xf86-video-newport/config.guess N xenocara/driver/xf86-video-newport/install-sh N xenocara/driver/xf86-video-newport/configure.ac N xenocara/driver/xf86-video-newport/ChangeLog N xenocara/driver/xf86-video-newport/configure N xenocara/driver/xf86-video-newport/XF86Config.indy N xenocara/driver/xf86-video-newport/aclocal.m4 N xenocara/driver/xf86-video-newport/config.h.in N xenocara/driver/xf86-video-newport/Makefile.am N xenocara/driver/xf86-video-newport/Makefile.in N xenocara/driver/xf86-video-newport/README N xenocara/driver/xf86-video-newport/COPYING N xenocara/driver/xf86-video-newport/config.sub N xenocara/driver/xf86-video-newport/missing N xenocara/driver/xf86-video-newport/src/newport_regs.h N xenocara/driver/xf86-video-newport/src/newport_driver.c N xenocara/driver/xf86-video-newport/src/newport_accel.c N xenocara/driver/xf86-video-newport/src/newport_cmap.c N xenocara/driver/xf86-video-newport/src/newport_shadow.c N xenocara/driver/xf86-video-newport/src/Makefile.am N xenocara/driver/xf86-video-newport/src/Makefile.in N xenocara/driver/xf86-video-newport/src/newport.h N xenocara/driver/xf86-video-newport/src/newport_cursor.c N xenocara/driver/xf86-video-newport/src/newport_regs.c N xenocara/driver/xf86-video-newport/man/Makefile.am N xenocara/driver/xf86-video-newport/man/Makefile.in N xenocara/driver/xf86-video-newport/man/newport.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:09:25 Log message: Importing xf86-video-nsc 2.8.2 Status: Vendor Tag: xorg Release Tags: v2_8_2 N xenocara/driver/xf86-video-nsc/ltmain.sh N xenocara/driver/xf86-video-nsc/depcomp N xenocara/driver/xf86-video-nsc/config.guess N xenocara/driver/xf86-video-nsc/install-sh N xenocara/driver/xf86-video-nsc/configure.ac N xenocara/driver/xf86-video-nsc/ChangeLog N xenocara/driver/xf86-video-nsc/configure N xenocara/driver/xf86-video-nsc/aclocal.m4 N xenocara/driver/xf86-video-nsc/config.h.in N xenocara/driver/xf86-video-nsc/Makefile.am N xenocara/driver/xf86-video-nsc/Makefile.in N xenocara/driver/xf86-video-nsc/COPYING N xenocara/driver/xf86-video-nsc/config.sub N xenocara/driver/xf86-video-nsc/missing N xenocara/driver/xf86-video-nsc/src/nsc_msr_asm.S N xenocara/driver/xf86-video-nsc/src/nsc.h N xenocara/driver/xf86-video-nsc/src/nsc_gx2_dga.c N xenocara/driver/xf86-video-nsc/src/nsc_fourcc.h N xenocara/driver/xf86-video-nsc/src/nsc_driver.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_dga.c N xenocara/driver/xf86-video-nsc/src/nsc_galstub.c N xenocara/driver/xf86-video-nsc/src/nsc_gx2_driver.c N xenocara/driver/xf86-video-nsc/src/nsc_galfns.c N xenocara/driver/xf86-video-nsc/src/nsc_regacc.c N xenocara/driver/xf86-video-nsc/src/nsc_gx2_shadow.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_driver.c N xenocara/driver/xf86-video-nsc/src/nsc_gx2_cursor.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_cursor.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_shadow.c N xenocara/driver/xf86-video-nsc/src/nsc_gx2_accel.c N xenocara/driver/xf86-video-nsc/src/nsc_gx2_video.c N xenocara/driver/xf86-video-nsc/src/Makefile.am N xenocara/driver/xf86-video-nsc/src/panel.c N xenocara/driver/xf86-video-nsc/src/Makefile.in N xenocara/driver/xf86-video-nsc/src/nsc_gx2_vga.c N xenocara/driver/xf86-video-nsc/src/durango.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_accel.c N xenocara/driver/xf86-video-nsc/src/nsc_gx1_video.c N xenocara/driver/xf86-video-nsc/src/gfx/release.txt N xenocara/driver/xf86-video-nsc/src/gfx/i2c_acc.c N xenocara/driver/xf86-video-nsc/src/gfx/rndr_gu2.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_tv.c N xenocara/driver/xf86-video-nsc/src/gfx/tv_fs450.h N xenocara/driver/xf86-video-nsc/src/gfx/gfx_rndr.c N xenocara/driver/xf86-video-nsc/src/gfx/i2c_gpio.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_vid.c N xenocara/driver/xf86-video-nsc/src/gfx/vga_gu1.c N xenocara/driver/xf86-video-nsc/src/gfx/init_gu1.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_i2c.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_tv.h N xenocara/driver/xf86-video-nsc/src/gfx/msr_rdcl.c N xenocara/driver/xf86-video-nsc/src/gfx/saa7114.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_vip.c N xenocara/driver/xf86-video-nsc/src/gfx/tv_fs450.c N xenocara/driver/xf86-video-nsc/src/gfx/disp_gu2.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_mode.h N xenocara/driver/xf86-video-nsc/src/gfx/tv_geode.c N xenocara/driver/xf86-video-nsc/src/gfx/rndr_gu1.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_rtns.h N xenocara/driver/xf86-video-nsc/src/gfx/vid_rdcl.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_init.c N xenocara/driver/xf86-video-nsc/src/gfx/disp_gu1.c N xenocara/driver/xf86-video-nsc/src/gfx/vip_1400.c N xenocara/driver/xf86-video-nsc/src/gfx/durango.c N xenocara/driver/xf86-video-nsc/src/gfx/vid_1400.c N xenocara/driver/xf86-video-nsc/src/gfx/vid_1200.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_vga.c N xenocara/driver/xf86-video-nsc/src/gfx/vid_5530.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_defs.h N xenocara/driver/xf86-video-nsc/src/gfx/tv_fs451.c N xenocara/driver/xf86-video-nsc/src/gfx/history.h N xenocara/driver/xf86-video-nsc/src/gfx/init_gu2.c N xenocara/driver/xf86-video-nsc/src/gfx/tv_1200.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_dcdr.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_msr.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_type.h N xenocara/driver/xf86-video-nsc/src/gfx/vip_1200.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_disp.c N xenocara/driver/xf86-video-nsc/src/gfx/gfx_regs.h N xenocara/driver/xf86-video-nsc/src/panel/panel.h N xenocara/driver/xf86-video-nsc/src/panel/gx2_9211.c N xenocara/driver/xf86-video-nsc/src/panel/92xx.h N xenocara/driver/xf86-video-nsc/src/panel/drac9210.h N xenocara/driver/xf86-video-nsc/src/panel/readme.txt N xenocara/driver/xf86-video-nsc/src/panel/pnl_init.c N xenocara/driver/xf86-video-nsc/src/panel/pnl_bios.c N xenocara/driver/xf86-video-nsc/src/panel/drac9210.c N xenocara/driver/xf86-video-nsc/src/panel/cen9211.h N xenocara/driver/xf86-video-nsc/src/panel/dora9211.h N xenocara/driver/xf86-video-nsc/src/panel/cen9211.c N xenocara/driver/xf86-video-nsc/src/panel/pnl_defs.h N xenocara/driver/xf86-video-nsc/src/panel/dora9211.c N xenocara/driver/xf86-video-nsc/src/panel/gx2_9211.h N xenocara/driver/xf86-video-nsc/src/panel/platform.c N xenocara/driver/xf86-video-nsc/src/panel/panel.c N xenocara/driver/xf86-video-nsc/man/nsc.man N xenocara/driver/xf86-video-nsc/man/Makefile.am N xenocara/driver/xf86-video-nsc/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:09:56 Log message: Importing xf86-video-nv 1.2.0 Status: Vendor Tag: xorg Release Tags: v1_2_0 N xenocara/driver/xf86-video-nv/configure.ac N xenocara/driver/xf86-video-nv/aclocal.m4 N xenocara/driver/xf86-video-nv/Makefile.am N xenocara/driver/xf86-video-nv/Makefile.in N xenocara/driver/xf86-video-nv/config.h.in N xenocara/driver/xf86-video-nv/configure N xenocara/driver/xf86-video-nv/COPYING N xenocara/driver/xf86-video-nv/ChangeLog N xenocara/driver/xf86-video-nv/config.guess N xenocara/driver/xf86-video-nv/config.sub N xenocara/driver/xf86-video-nv/depcomp N xenocara/driver/xf86-video-nv/install-sh N xenocara/driver/xf86-video-nv/ltmain.sh N xenocara/driver/xf86-video-nv/missing N xenocara/driver/xf86-video-nv/README.NV1 N xenocara/driver/xf86-video-nv/src/Makefile.am N xenocara/driver/xf86-video-nv/src/Makefile.in N xenocara/driver/xf86-video-nv/src/nv_const.h N xenocara/driver/xf86-video-nv/src/nv_cursor.c N xenocara/driver/xf86-video-nv/src/nv_dac.c N xenocara/driver/xf86-video-nv/src/nv_dga.c N xenocara/driver/xf86-video-nv/src/nv_dma.h N xenocara/driver/xf86-video-nv/src/nv_driver.c N xenocara/driver/xf86-video-nv/src/nv_hw.c N xenocara/driver/xf86-video-nv/src/nv_include.h N xenocara/driver/xf86-video-nv/src/nv_local.h N xenocara/driver/xf86-video-nv/src/nv_proto.h N xenocara/driver/xf86-video-nv/src/nvreg.h N xenocara/driver/xf86-video-nv/src/nv_setup.c N xenocara/driver/xf86-video-nv/src/nv_shadow.c N xenocara/driver/xf86-video-nv/src/nv_type.h N xenocara/driver/xf86-video-nv/src/nvvga.h N xenocara/driver/xf86-video-nv/src/nv_video.c N xenocara/driver/xf86-video-nv/src/nv_xaa.c N xenocara/driver/xf86-video-nv/src/riva_const.h N xenocara/driver/xf86-video-nv/src/riva_cursor.c N xenocara/driver/xf86-video-nv/src/riva_dac.c N xenocara/driver/xf86-video-nv/src/riva_dga.c N xenocara/driver/xf86-video-nv/src/riva_driver.c N xenocara/driver/xf86-video-nv/src/riva_hw.c N xenocara/driver/xf86-video-nv/src/riva_hw.h N xenocara/driver/xf86-video-nv/src/riva_include.h N xenocara/driver/xf86-video-nv/src/riva_local.h N xenocara/driver/xf86-video-nv/src/riva_proto.h N xenocara/driver/xf86-video-nv/src/riva_setup.c N xenocara/driver/xf86-video-nv/src/riva_shadow.c N xenocara/driver/xf86-video-nv/src/riva_tbl.h N xenocara/driver/xf86-video-nv/src/riva_type.h N xenocara/driver/xf86-video-nv/src/riva_xaa.c N xenocara/driver/xf86-video-nv/man/Makefile.am N xenocara/driver/xf86-video-nv/man/Makefile.in N xenocara/driver/xf86-video-nv/man/nv.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:10:26 Log message: Importing xf86-video-rendition 4.1.2 Status: Vendor Tag: xorg Release Tags: v4_1_2 N xenocara/driver/xf86-video-rendition/configure N xenocara/driver/xf86-video-rendition/configure.ac N xenocara/driver/xf86-video-rendition/Makefile.in N xenocara/driver/xf86-video-rendition/ChangeLog N xenocara/driver/xf86-video-rendition/COPYING N xenocara/driver/xf86-video-rendition/config.h.in N xenocara/driver/xf86-video-rendition/README N xenocara/driver/xf86-video-rendition/Makefile.am N xenocara/driver/xf86-video-rendition/config.guess N xenocara/driver/xf86-video-rendition/ltmain.sh N xenocara/driver/xf86-video-rendition/aclocal.m4 N xenocara/driver/xf86-video-rendition/missing N xenocara/driver/xf86-video-rendition/depcomp N xenocara/driver/xf86-video-rendition/README.sgml N xenocara/driver/xf86-video-rendition/config.sub N xenocara/driver/xf86-video-rendition/install-sh N xenocara/driver/xf86-video-rendition/src/vboard.c N xenocara/driver/xf86-video-rendition/src/accelX.c N xenocara/driver/xf86-video-rendition/src/vos.h N xenocara/driver/xf86-video-rendition/src/vgapalette.data N xenocara/driver/xf86-video-rendition/src/vgafont-std.data N xenocara/driver/xf86-video-rendition/src/rendition_shadow.h N xenocara/driver/xf86-video-rendition/src/v10002d.uc N xenocara/driver/xf86-video-rendition/src/vmisc.c N xenocara/driver/xf86-video-rendition/src/Makefile.in N xenocara/driver/xf86-video-rendition/src/cscode.h N xenocara/driver/xf86-video-rendition/src/Makefile.am N xenocara/driver/xf86-video-rendition/src/rendition_options.h N xenocara/driver/xf86-video-rendition/src/vboard.h N xenocara/driver/xf86-video-rendition/src/vmodes.c N xenocara/driver/xf86-video-rendition/src/rendition.c N xenocara/driver/xf86-video-rendition/src/accel.h N xenocara/driver/xf86-video-rendition/src/hwcursor.c N xenocara/driver/xf86-video-rendition/src/rendition_shadow.c N xenocara/driver/xf86-video-rendition/src/README.uc N xenocara/driver/xf86-video-rendition/src/vloaduc.c N xenocara/driver/xf86-video-rendition/src/v1krisc.c N xenocara/driver/xf86-video-rendition/src/vramdac.c N xenocara/driver/xf86-video-rendition/src/rendition.h N xenocara/driver/xf86-video-rendition/src/cmd2d.h N xenocara/driver/xf86-video-rendition/src/vtypes.h N xenocara/driver/xf86-video-rendition/src/v1krisc.h N xenocara/driver/xf86-video-rendition/src/hwcursor.h N xenocara/driver/xf86-video-rendition/src/vgafont-vrx.data N xenocara/driver/xf86-video-rendition/src/v2kregs.h N xenocara/driver/xf86-video-rendition/src/vloaduc.h N xenocara/driver/xf86-video-rendition/src/commonregs.h N xenocara/driver/xf86-video-rendition/src/vmisc.h N xenocara/driver/xf86-video-rendition/src/v20002d.uc N xenocara/driver/xf86-video-rendition/src/vmodes.h N xenocara/driver/xf86-video-rendition/src/v1kregs.h N xenocara/driver/xf86-video-rendition/src/vramdac.h N xenocara/driver/xf86-video-rendition/man/Makefile.in N xenocara/driver/xf86-video-rendition/man/Makefile.am N xenocara/driver/xf86-video-rendition/man/rendition.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:10:53 Log message: Importing xf86-video-s3 0.4.1 Status: Vendor Tag: xorg Release Tags: v0_4_1 N xenocara/driver/xf86-video-s3/config.guess N xenocara/driver/xf86-video-s3/COPYING N xenocara/driver/xf86-video-s3/ltmain.sh N xenocara/driver/xf86-video-s3/Makefile.in N xenocara/driver/xf86-video-s3/missing N xenocara/driver/xf86-video-s3/Makefile.am N xenocara/driver/xf86-video-s3/install-sh N xenocara/driver/xf86-video-s3/depcomp N xenocara/driver/xf86-video-s3/config.h.in N xenocara/driver/xf86-video-s3/configure.ac N xenocara/driver/xf86-video-s3/ChangeLog N xenocara/driver/xf86-video-s3/configure N xenocara/driver/xf86-video-s3/aclocal.m4 N xenocara/driver/xf86-video-s3/config.sub N xenocara/driver/xf86-video-s3/src/s3_video.c N xenocara/driver/xf86-video-s3/src/s3_Ti.c N xenocara/driver/xf86-video-s3/src/s3_reg.h N xenocara/driver/xf86-video-s3/src/s3_cursor.c N xenocara/driver/xf86-video-s3/src/s3_driver.c N xenocara/driver/xf86-video-s3/src/Makefile.in N xenocara/driver/xf86-video-s3/src/Makefile.am N xenocara/driver/xf86-video-s3/src/s3_dga.c N xenocara/driver/xf86-video-s3/src/s3_Trio64DAC.c N xenocara/driver/xf86-video-s3/src/s3.h N xenocara/driver/xf86-video-s3/src/s3_accel.c N xenocara/driver/xf86-video-s3/src/s3_IBMRGB.c N xenocara/driver/xf86-video-s3/src/s3_bios.c N xenocara/driver/xf86-video-s3/src/newmmio.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:11:21 Log message: Importing xf86-video-s3virge 1.9.1 Status: Vendor Tag: xorg Release Tags: v1_9_1 N xenocara/driver/xf86-video-s3virge/README.sgml N xenocara/driver/xf86-video-s3virge/config.guess N xenocara/driver/xf86-video-s3virge/COPYING N xenocara/driver/xf86-video-s3virge/CALLMAP N xenocara/driver/xf86-video-s3virge/TODO_NOTES N xenocara/driver/xf86-video-s3virge/ltmain.sh N xenocara/driver/xf86-video-s3virge/Makefile.in N xenocara/driver/xf86-video-s3virge/missing N xenocara/driver/xf86-video-s3virge/Makefile.am N xenocara/driver/xf86-video-s3virge/install-sh N xenocara/driver/xf86-video-s3virge/depcomp N xenocara/driver/xf86-video-s3virge/config.h.in N xenocara/driver/xf86-video-s3virge/configure.ac N xenocara/driver/xf86-video-s3virge/ChangeLog N xenocara/driver/xf86-video-s3virge/configure N xenocara/driver/xf86-video-s3virge/README N xenocara/driver/xf86-video-s3virge/aclocal.m4 N xenocara/driver/xf86-video-s3virge/config.sub N xenocara/driver/xf86-video-s3virge/man/Makefile.in N xenocara/driver/xf86-video-s3virge/man/Makefile.am N xenocara/driver/xf86-video-s3virge/man/s3virge.man N xenocara/driver/xf86-video-s3virge/src/s3v_hwcurs.c N xenocara/driver/xf86-video-s3virge/src/s3v_accel.c N xenocara/driver/xf86-video-s3virge/src/Makefile.in N xenocara/driver/xf86-video-s3virge/src/Makefile.am N xenocara/driver/xf86-video-s3virge/src/s3v_rop.h N xenocara/driver/xf86-video-s3virge/src/s3v_shadow.c N xenocara/driver/xf86-video-s3virge/src/s3v_xv.c N xenocara/driver/xf86-video-s3virge/src/s3v_dac.c N xenocara/driver/xf86-video-s3virge/src/s3v_driver.c N xenocara/driver/xf86-video-s3virge/src/s3v_macros.h N xenocara/driver/xf86-video-s3virge/src/s3v_dga.c N xenocara/driver/xf86-video-s3virge/src/s3v_i2c.c N xenocara/driver/xf86-video-s3virge/src/s3v.h N xenocara/driver/xf86-video-s3virge/src/regs3v.h N xenocara/driver/xf86-video-s3virge/src/newmmio.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:11:53 Log message: Importing xf86-video-savage 2.1.2 Status: Vendor Tag: xorg Release Tags: v2_1_2 N xenocara/driver/xf86-video-savage/configure.ac N xenocara/driver/xf86-video-savage/ChangeLog N xenocara/driver/xf86-video-savage/config.h.in N xenocara/driver/xf86-video-savage/ltmain.sh N xenocara/driver/xf86-video-savage/Makefile.am N xenocara/driver/xf86-video-savage/config.guess N xenocara/driver/xf86-video-savage/Makefile.in N xenocara/driver/xf86-video-savage/install-sh N xenocara/driver/xf86-video-savage/config.sub N xenocara/driver/xf86-video-savage/depcomp N xenocara/driver/xf86-video-savage/COPYING N xenocara/driver/xf86-video-savage/aclocal.m4 N xenocara/driver/xf86-video-savage/missing N xenocara/driver/xf86-video-savage/configure N xenocara/driver/xf86-video-savage/man/Makefile.am N xenocara/driver/xf86-video-savage/man/Makefile.in N xenocara/driver/xf86-video-savage/man/savage.man N xenocara/driver/xf86-video-savage/src/savage_hwmc.c N xenocara/driver/xf86-video-savage/src/savage_vbe.h N xenocara/driver/xf86-video-savage/src/savage_regs.h N xenocara/driver/xf86-video-savage/src/Makefile.am N xenocara/driver/xf86-video-savage/src/Makefile.in N xenocara/driver/xf86-video-savage/src/savage_dripriv.h N xenocara/driver/xf86-video-savage/src/savage_driver.c N xenocara/driver/xf86-video-savage/src/savage_driver.h N xenocara/driver/xf86-video-savage/src/savage_drm.h N xenocara/driver/xf86-video-savage/src/savage_shadow.c N xenocara/driver/xf86-video-savage/src/savage_accel.c N xenocara/driver/xf86-video-savage/src/savage_dri.h N xenocara/driver/xf86-video-savage/src/savage_streams.h N xenocara/driver/xf86-video-savage/src/savage_xaa.c N xenocara/driver/xf86-video-savage/src/savage_bci.h N xenocara/driver/xf86-video-savage/src/savage_exa.c N xenocara/driver/xf86-video-savage/src/savage_vbe.c N xenocara/driver/xf86-video-savage/src/savage_i2c.c N xenocara/driver/xf86-video-savage/src/savage_video.c N xenocara/driver/xf86-video-savage/src/savage_streams.c N xenocara/driver/xf86-video-savage/src/savage_sarea.h N xenocara/driver/xf86-video-savage/src/savage_common.h N xenocara/driver/xf86-video-savage/src/savage_dga.c N xenocara/driver/xf86-video-savage/src/savage_cursor.c N xenocara/driver/xf86-video-savage/src/savage_dri.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:12:22 Log message: Importing xf86-video-siliconmotion 1.4.2 Status: Vendor Tag: xorg Release Tags: v1_4_2 N xenocara/driver/xf86-video-siliconmotion/ltmain.sh N xenocara/driver/xf86-video-siliconmotion/depcomp N xenocara/driver/xf86-video-siliconmotion/config.guess N xenocara/driver/xf86-video-siliconmotion/install-sh N xenocara/driver/xf86-video-siliconmotion/Release.txt N xenocara/driver/xf86-video-siliconmotion/configure.ac N xenocara/driver/xf86-video-siliconmotion/ChangeLog N xenocara/driver/xf86-video-siliconmotion/configure N xenocara/driver/xf86-video-siliconmotion/aclocal.m4 N xenocara/driver/xf86-video-siliconmotion/config.h.in N xenocara/driver/xf86-video-siliconmotion/Makefile.am N xenocara/driver/xf86-video-siliconmotion/Makefile.in N xenocara/driver/xf86-video-siliconmotion/README N xenocara/driver/xf86-video-siliconmotion/COPYING N xenocara/driver/xf86-video-siliconmotion/config.sub N xenocara/driver/xf86-video-siliconmotion/CALLMAP N xenocara/driver/xf86-video-siliconmotion/missing N xenocara/driver/xf86-video-siliconmotion/src/smi_video.h N xenocara/driver/xf86-video-siliconmotion/src/smi_driver.c N xenocara/driver/xf86-video-siliconmotion/src/smi_video.c N xenocara/driver/xf86-video-siliconmotion/src/smi_dga.c N xenocara/driver/xf86-video-siliconmotion/src/smi_dac.c N xenocara/driver/xf86-video-siliconmotion/src/smi_i2c.c N xenocara/driver/xf86-video-siliconmotion/src/smi.h N xenocara/driver/xf86-video-siliconmotion/src/smi_shadow.c N xenocara/driver/xf86-video-siliconmotion/src/Makefile.am N xenocara/driver/xf86-video-siliconmotion/src/Makefile.in N xenocara/driver/xf86-video-siliconmotion/src/smi_hwcurs.c N xenocara/driver/xf86-video-siliconmotion/src/regsmi.h N xenocara/driver/xf86-video-siliconmotion/src/smi_accel.c N xenocara/driver/xf86-video-siliconmotion/man/siliconmotion.man N xenocara/driver/xf86-video-siliconmotion/man/Makefile.am N xenocara/driver/xf86-video-siliconmotion/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:13:20 Log message: Importing xf86-video-sis 0.9.2 Status: Vendor Tag: xorg Release Tags: v0_9_2 N xenocara/driver/xf86-video-sis/ltmain.sh N xenocara/driver/xf86-video-sis/depcomp N xenocara/driver/xf86-video-sis/README.sgml N xenocara/driver/xf86-video-sis/config.guess N xenocara/driver/xf86-video-sis/install-sh N xenocara/driver/xf86-video-sis/configure.ac N xenocara/driver/xf86-video-sis/ChangeLog N xenocara/driver/xf86-video-sis/configure N xenocara/driver/xf86-video-sis/aclocal.m4 N xenocara/driver/xf86-video-sis/config.h.in N xenocara/driver/xf86-video-sis/Makefile.am N xenocara/driver/xf86-video-sis/Makefile.in N xenocara/driver/xf86-video-sis/README N xenocara/driver/xf86-video-sis/COPYING N xenocara/driver/xf86-video-sis/config.sub N xenocara/driver/xf86-video-sis/missing N xenocara/driver/xf86-video-sis/src/sis.h N xenocara/driver/xf86-video-sis/src/sis_dri.h N xenocara/driver/xf86-video-sis/src/sis_opt.c N xenocara/driver/xf86-video-sis/src/sis_shadow.c N xenocara/driver/xf86-video-sis/src/sis_dri.c N xenocara/driver/xf86-video-sis/src/sis_vb.c N xenocara/driver/xf86-video-sis/src/sis_setup.c N xenocara/driver/xf86-video-sis/src/sis_dac.h N xenocara/driver/xf86-video-sis/src/sis_common.h N xenocara/driver/xf86-video-sis/src/sis_cursor.h N xenocara/driver/xf86-video-sis/src/sis_utility.c N xenocara/driver/xf86-video-sis/src/sis6326_video.c N xenocara/driver/xf86-video-sis/src/initdef.h N xenocara/driver/xf86-video-sis/src/sis_accel.h N xenocara/driver/xf86-video-sis/src/sis_driver.h N xenocara/driver/xf86-video-sis/src/sis_regs.h N xenocara/driver/xf86-video-sis/src/sis_dga.c N xenocara/driver/xf86-video-sis/src/initextx.h N xenocara/driver/xf86-video-sis/src/oem310.h N xenocara/driver/xf86-video-sis/src/sis300_accel.h N xenocara/driver/xf86-video-sis/src/vgatypes.h N xenocara/driver/xf86-video-sis/src/osdef.h N xenocara/driver/xf86-video-sis/src/init.h N xenocara/driver/xf86-video-sis/src/sis_accel.c N xenocara/driver/xf86-video-sis/src/vstruct.h N xenocara/driver/xf86-video-sis/src/sis_cursor.c N xenocara/driver/xf86-video-sis/src/sis_video.h N xenocara/driver/xf86-video-sis/src/init301.c N xenocara/driver/xf86-video-sis/src/Makefile.am N xenocara/driver/xf86-video-sis/src/Makefile.in N xenocara/driver/xf86-video-sis/src/sis_videostr.h N xenocara/driver/xf86-video-sis/src/init.c N xenocara/driver/xf86-video-sis/src/sis_driver.c N xenocara/driver/xf86-video-sis/src/initextx.c N xenocara/driver/xf86-video-sis/src/sis_memcpy.c N xenocara/driver/xf86-video-sis/src/sis310_accel.h N xenocara/driver/xf86-video-sis/src/sis_dac.c N xenocara/driver/xf86-video-sis/src/sis_vga.c N xenocara/driver/xf86-video-sis/src/init301.h N xenocara/driver/xf86-video-sis/src/sis_video.c N xenocara/driver/xf86-video-sis/src/310vtbl.h N xenocara/driver/xf86-video-sis/src/sis310_accel.c N xenocara/driver/xf86-video-sis/src/300vtbl.h N xenocara/driver/xf86-video-sis/src/oem300.h N xenocara/driver/xf86-video-sis/src/sis300_accel.c N xenocara/driver/xf86-video-sis/man/Makefile.am N xenocara/driver/xf86-video-sis/man/Makefile.in N xenocara/driver/xf86-video-sis/man/sis.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:13:52 Log message: Importing xf86-video-sisusb 0.8.1 Status: Vendor Tag: xorg Release Tags: v0_8_1 N xenocara/driver/xf86-video-sisusb/config.guess N xenocara/driver/xf86-video-sisusb/COPYING N xenocara/driver/xf86-video-sisusb/ltmain.sh N xenocara/driver/xf86-video-sisusb/Makefile.in N xenocara/driver/xf86-video-sisusb/missing N xenocara/driver/xf86-video-sisusb/Makefile.am N xenocara/driver/xf86-video-sisusb/install-sh N xenocara/driver/xf86-video-sisusb/depcomp N xenocara/driver/xf86-video-sisusb/config.h.in N xenocara/driver/xf86-video-sisusb/configure.ac N xenocara/driver/xf86-video-sisusb/ChangeLog N xenocara/driver/xf86-video-sisusb/configure N xenocara/driver/xf86-video-sisusb/aclocal.m4 N xenocara/driver/xf86-video-sisusb/config.sub N xenocara/driver/xf86-video-sisusb/man/Makefile.in N xenocara/driver/xf86-video-sisusb/man/Makefile.am N xenocara/driver/xf86-video-sisusb/man/sisusb.man N xenocara/driver/xf86-video-sisusb/src/sisusb_video.c N xenocara/driver/xf86-video-sisusb/src/sisusb_regs.h N xenocara/driver/xf86-video-sisusb/src/sisusb_driver.c N xenocara/driver/xf86-video-sisusb/src/Makefile.in N xenocara/driver/xf86-video-sisusb/src/sisusb_utility.c N xenocara/driver/xf86-video-sisusb/src/sisusb_cursor.c N xenocara/driver/xf86-video-sisusb/src/sisusb_shadow.c N xenocara/driver/xf86-video-sisusb/src/sisusb_video.h N xenocara/driver/xf86-video-sisusb/src/sisusb_types.h N xenocara/driver/xf86-video-sisusb/src/sisusb_init.c N xenocara/driver/xf86-video-sisusb/src/Makefile.am N xenocara/driver/xf86-video-sisusb/src/sisusb_accel.c N xenocara/driver/xf86-video-sisusb/src/sisusb_dac.h N xenocara/driver/xf86-video-sisusb/src/sisusb_init.h N xenocara/driver/xf86-video-sisusb/src/sisusb_osdef.h N xenocara/driver/xf86-video-sisusb/src/sisusb_accel.h N xenocara/driver/xf86-video-sisusb/src/sisusb_struct.h N xenocara/driver/xf86-video-sisusb/src/sisusb_setup.c N xenocara/driver/xf86-video-sisusb/src/sisusb_opt.c N xenocara/driver/xf86-video-sisusb/src/sisusb_dac.c N xenocara/driver/xf86-video-sisusb/src/sisusb_cursor.h N xenocara/driver/xf86-video-sisusb/src/sisusb_vga.c N xenocara/driver/xf86-video-sisusb/src/sisusb_videostr.h N xenocara/driver/xf86-video-sisusb/src/sisusb.h N xenocara/driver/xf86-video-sisusb/src/sisusb_driver.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:14:18 Log message: Importing xf86-video-sunbw2 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-sunbw2/config.guess N xenocara/driver/xf86-video-sunbw2/COPYING N xenocara/driver/xf86-video-sunbw2/ltmain.sh N xenocara/driver/xf86-video-sunbw2/Makefile.in N xenocara/driver/xf86-video-sunbw2/missing N xenocara/driver/xf86-video-sunbw2/Makefile.am N xenocara/driver/xf86-video-sunbw2/install-sh N xenocara/driver/xf86-video-sunbw2/depcomp N xenocara/driver/xf86-video-sunbw2/config.h.in N xenocara/driver/xf86-video-sunbw2/configure.ac N xenocara/driver/xf86-video-sunbw2/ChangeLog N xenocara/driver/xf86-video-sunbw2/configure N xenocara/driver/xf86-video-sunbw2/aclocal.m4 N xenocara/driver/xf86-video-sunbw2/config.sub N xenocara/driver/xf86-video-sunbw2/man/Makefile.in N xenocara/driver/xf86-video-sunbw2/man/sunbw2.man N xenocara/driver/xf86-video-sunbw2/man/Makefile.am N xenocara/driver/xf86-video-sunbw2/src/bw2.h N xenocara/driver/xf86-video-sunbw2/src/Makefile.in N xenocara/driver/xf86-video-sunbw2/src/bw2_driver.c N xenocara/driver/xf86-video-sunbw2/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:14:43 Log message: Importing xf86-video-suncg14 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-suncg14/config.guess N xenocara/driver/xf86-video-suncg14/COPYING N xenocara/driver/xf86-video-suncg14/ltmain.sh N xenocara/driver/xf86-video-suncg14/Makefile.in N xenocara/driver/xf86-video-suncg14/missing N xenocara/driver/xf86-video-suncg14/Makefile.am N xenocara/driver/xf86-video-suncg14/install-sh N xenocara/driver/xf86-video-suncg14/depcomp N xenocara/driver/xf86-video-suncg14/config.h.in N xenocara/driver/xf86-video-suncg14/configure.ac N xenocara/driver/xf86-video-suncg14/ChangeLog N xenocara/driver/xf86-video-suncg14/configure N xenocara/driver/xf86-video-suncg14/aclocal.m4 N xenocara/driver/xf86-video-suncg14/config.sub N xenocara/driver/xf86-video-suncg14/man/Makefile.in N xenocara/driver/xf86-video-suncg14/man/Makefile.am N xenocara/driver/xf86-video-suncg14/man/suncg14.man N xenocara/driver/xf86-video-suncg14/src/Makefile.in N xenocara/driver/xf86-video-suncg14/src/Makefile.am N xenocara/driver/xf86-video-suncg14/src/cg14_driver.c N xenocara/driver/xf86-video-suncg14/src/cg14.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:15:08 Log message: Importing xf86-video-suncg3 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-suncg3/config.guess N xenocara/driver/xf86-video-suncg3/COPYING N xenocara/driver/xf86-video-suncg3/ltmain.sh N xenocara/driver/xf86-video-suncg3/Makefile.in N xenocara/driver/xf86-video-suncg3/missing N xenocara/driver/xf86-video-suncg3/Makefile.am N xenocara/driver/xf86-video-suncg3/install-sh N xenocara/driver/xf86-video-suncg3/depcomp N xenocara/driver/xf86-video-suncg3/config.h.in N xenocara/driver/xf86-video-suncg3/configure.ac N xenocara/driver/xf86-video-suncg3/ChangeLog N xenocara/driver/xf86-video-suncg3/configure N xenocara/driver/xf86-video-suncg3/aclocal.m4 N xenocara/driver/xf86-video-suncg3/config.sub N xenocara/driver/xf86-video-suncg3/man/Makefile.in N xenocara/driver/xf86-video-suncg3/man/Makefile.am N xenocara/driver/xf86-video-suncg3/man/suncg3.man N xenocara/driver/xf86-video-suncg3/src/Makefile.in N xenocara/driver/xf86-video-suncg3/src/Makefile.am N xenocara/driver/xf86-video-suncg3/src/cg3_driver.c N xenocara/driver/xf86-video-suncg3/src/cg3.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:15:33 Log message: Importing xf86-video-suncg6 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-suncg6/config.guess N xenocara/driver/xf86-video-suncg6/COPYING N xenocara/driver/xf86-video-suncg6/ltmain.sh N xenocara/driver/xf86-video-suncg6/Makefile.in N xenocara/driver/xf86-video-suncg6/missing N xenocara/driver/xf86-video-suncg6/Makefile.am N xenocara/driver/xf86-video-suncg6/install-sh N xenocara/driver/xf86-video-suncg6/depcomp N xenocara/driver/xf86-video-suncg6/config.h.in N xenocara/driver/xf86-video-suncg6/configure.ac N xenocara/driver/xf86-video-suncg6/ChangeLog N xenocara/driver/xf86-video-suncg6/configure N xenocara/driver/xf86-video-suncg6/aclocal.m4 N xenocara/driver/xf86-video-suncg6/config.sub N xenocara/driver/xf86-video-suncg6/man/Makefile.in N xenocara/driver/xf86-video-suncg6/man/Makefile.am N xenocara/driver/xf86-video-suncg6/man/suncg6.man N xenocara/driver/xf86-video-suncg6/src/cg6_cursor.c N xenocara/driver/xf86-video-suncg6/src/cg6.h N xenocara/driver/xf86-video-suncg6/src/cg6_regs.h N xenocara/driver/xf86-video-suncg6/src/cg6_driver.c N xenocara/driver/xf86-video-suncg6/src/Makefile.in N xenocara/driver/xf86-video-suncg6/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:16:03 Log message: Importing xf86-video-sunffb 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-sunffb/config.guess N xenocara/driver/xf86-video-sunffb/COPYING N xenocara/driver/xf86-video-sunffb/ltmain.sh N xenocara/driver/xf86-video-sunffb/Makefile.in N xenocara/driver/xf86-video-sunffb/missing N xenocara/driver/xf86-video-sunffb/Makefile.am N xenocara/driver/xf86-video-sunffb/install-sh N xenocara/driver/xf86-video-sunffb/depcomp N xenocara/driver/xf86-video-sunffb/config.h.in N xenocara/driver/xf86-video-sunffb/configure.ac N xenocara/driver/xf86-video-sunffb/ChangeLog N xenocara/driver/xf86-video-sunffb/configure N xenocara/driver/xf86-video-sunffb/aclocal.m4 N xenocara/driver/xf86-video-sunffb/config.sub N xenocara/driver/xf86-video-sunffb/man/sunffb.man N xenocara/driver/xf86-video-sunffb/man/Makefile.in N xenocara/driver/xf86-video-sunffb/man/Makefile.am N xenocara/driver/xf86-video-sunffb/src/ffb_wid.c N xenocara/driver/xf86-video-sunffb/src/ffb_dac.h N xenocara/driver/xf86-video-sunffb/src/ffb_dri.c N xenocara/driver/xf86-video-sunffb/src/ffb_cursor.c N xenocara/driver/xf86-video-sunffb/src/ffb_drishare.h N xenocara/driver/xf86-video-sunffb/src/Makefile.in N xenocara/driver/xf86-video-sunffb/src/ffb_regs.h N xenocara/driver/xf86-video-sunffb/src/Makefile.am N xenocara/driver/xf86-video-sunffb/src/ffb_attr.c N xenocara/driver/xf86-video-sunffb/src/ffb_ddc.c N xenocara/driver/xf86-video-sunffb/src/ffb_fifo.h N xenocara/driver/xf86-video-sunffb/src/ffb_dga.c N xenocara/driver/xf86-video-sunffb/src/VISmoveImage.s N xenocara/driver/xf86-video-sunffb/src/ffb_dac.c N xenocara/driver/xf86-video-sunffb/src/ffb_asm.s N xenocara/driver/xf86-video-sunffb/src/ffb_rcache.h N xenocara/driver/xf86-video-sunffb/src/ffb.h N xenocara/driver/xf86-video-sunffb/src/ffb_loops.h N xenocara/driver/xf86-video-sunffb/src/ffb_driver.c N xenocara/driver/xf86-video-sunffb/src/ffb_accel.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:16:29 Log message: Importing xf86-video-sunleo 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-sunleo/config.guess N xenocara/driver/xf86-video-sunleo/COPYING N xenocara/driver/xf86-video-sunleo/ltmain.sh N xenocara/driver/xf86-video-sunleo/Makefile.in N xenocara/driver/xf86-video-sunleo/missing N xenocara/driver/xf86-video-sunleo/Makefile.am N xenocara/driver/xf86-video-sunleo/install-sh N xenocara/driver/xf86-video-sunleo/depcomp N xenocara/driver/xf86-video-sunleo/config.h.in N xenocara/driver/xf86-video-sunleo/configure.ac N xenocara/driver/xf86-video-sunleo/ChangeLog N xenocara/driver/xf86-video-sunleo/configure N xenocara/driver/xf86-video-sunleo/aclocal.m4 N xenocara/driver/xf86-video-sunleo/config.sub N xenocara/driver/xf86-video-sunleo/man/Makefile.in N xenocara/driver/xf86-video-sunleo/man/Makefile.am N xenocara/driver/xf86-video-sunleo/man/sunleo.man N xenocara/driver/xf86-video-sunleo/src/leo_regs.h N xenocara/driver/xf86-video-sunleo/src/leo_cursor.c N xenocara/driver/xf86-video-sunleo/src/Makefile.in N xenocara/driver/xf86-video-sunleo/src/leo_frectsp.c N xenocara/driver/xf86-video-sunleo/src/leo_checks.c N xenocara/driver/xf86-video-sunleo/src/Makefile.am N xenocara/driver/xf86-video-sunleo/src/leo_accel.c N xenocara/driver/xf86-video-sunleo/src/leo_glyph.c N xenocara/driver/xf86-video-sunleo/src/leo_fspanssp.c N xenocara/driver/xf86-video-sunleo/src/leo_driver.c N xenocara/driver/xf86-video-sunleo/src/leo_frect.c N xenocara/driver/xf86-video-sunleo/src/leo_fspans.c N xenocara/driver/xf86-video-sunleo/src/leo.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:16:54 Log message: Importing xf86-video-suntcx 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-suntcx/config.guess N xenocara/driver/xf86-video-suntcx/COPYING N xenocara/driver/xf86-video-suntcx/ltmain.sh N xenocara/driver/xf86-video-suntcx/Makefile.in N xenocara/driver/xf86-video-suntcx/missing N xenocara/driver/xf86-video-suntcx/Makefile.am N xenocara/driver/xf86-video-suntcx/install-sh N xenocara/driver/xf86-video-suntcx/depcomp N xenocara/driver/xf86-video-suntcx/config.h.in N xenocara/driver/xf86-video-suntcx/configure.ac N xenocara/driver/xf86-video-suntcx/ChangeLog N xenocara/driver/xf86-video-suntcx/configure N xenocara/driver/xf86-video-suntcx/aclocal.m4 N xenocara/driver/xf86-video-suntcx/config.sub N xenocara/driver/xf86-video-suntcx/man/suntcx.man N xenocara/driver/xf86-video-suntcx/man/Makefile.in N xenocara/driver/xf86-video-suntcx/man/Makefile.am N xenocara/driver/xf86-video-suntcx/src/Makefile.in N xenocara/driver/xf86-video-suntcx/src/tcx_regs.h N xenocara/driver/xf86-video-suntcx/src/Makefile.am N xenocara/driver/xf86-video-suntcx/src/tcx_cursor.c N xenocara/driver/xf86-video-suntcx/src/tcx_driver.c N xenocara/driver/xf86-video-suntcx/src/tcx.h No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:17:23 Log message: Importing xf86-video-tdfx 1.2.2 Status: Vendor Tag: xorg Release Tags: v1_2_2 N xenocara/driver/xf86-video-tdfx/ltmain.sh N xenocara/driver/xf86-video-tdfx/depcomp N xenocara/driver/xf86-video-tdfx/config.guess N xenocara/driver/xf86-video-tdfx/install-sh N xenocara/driver/xf86-video-tdfx/configure.ac N xenocara/driver/xf86-video-tdfx/ChangeLog N xenocara/driver/xf86-video-tdfx/configure N xenocara/driver/xf86-video-tdfx/aclocal.m4 N xenocara/driver/xf86-video-tdfx/config.h.in N xenocara/driver/xf86-video-tdfx/Makefile.am N xenocara/driver/xf86-video-tdfx/Makefile.in N xenocara/driver/xf86-video-tdfx/COPYING N xenocara/driver/xf86-video-tdfx/config.sub N xenocara/driver/xf86-video-tdfx/missing N xenocara/driver/xf86-video-tdfx/src/tdfx_dripriv.h N xenocara/driver/xf86-video-tdfx/src/tdfx_video.c N xenocara/driver/xf86-video-tdfx/src/tdfx_dga.c N xenocara/driver/xf86-video-tdfx/src/tdfx_sli.c N xenocara/driver/xf86-video-tdfx/src/tdfx.h N xenocara/driver/xf86-video-tdfx/src/tdfx_hwcurs.c N xenocara/driver/xf86-video-tdfx/src/Makefile.am N xenocara/driver/xf86-video-tdfx/src/Makefile.in N xenocara/driver/xf86-video-tdfx/src/tdfx_dri.h N xenocara/driver/xf86-video-tdfx/src/tdfxdefs.h N xenocara/driver/xf86-video-tdfx/src/tdfx_io.c N xenocara/driver/xf86-video-tdfx/src/tdfx_dri.c N xenocara/driver/xf86-video-tdfx/src/tdfx_priv.h N xenocara/driver/xf86-video-tdfx/src/tdfx_accel.c N xenocara/driver/xf86-video-tdfx/src/tdfx_priv.c N xenocara/driver/xf86-video-tdfx/src/tdfx_driver.c N xenocara/driver/xf86-video-tdfx/man/Makefile.am N xenocara/driver/xf86-video-tdfx/man/Makefile.in N xenocara/driver/xf86-video-tdfx/man/tdfx.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:17:51 Log message: Importing xf86-video-tga 1.1.0 Status: Vendor Tag: xorg Release Tags: v1_1_0 N xenocara/driver/xf86-video-tga/README.sgml N xenocara/driver/xf86-video-tga/config.guess N xenocara/driver/xf86-video-tga/COPYING N xenocara/driver/xf86-video-tga/ltmain.sh N xenocara/driver/xf86-video-tga/Makefile.in N xenocara/driver/xf86-video-tga/missing N xenocara/driver/xf86-video-tga/Makefile.am N xenocara/driver/xf86-video-tga/install-sh N xenocara/driver/xf86-video-tga/depcomp N xenocara/driver/xf86-video-tga/config.h.in N xenocara/driver/xf86-video-tga/configure.ac N xenocara/driver/xf86-video-tga/ChangeLog N xenocara/driver/xf86-video-tga/configure N xenocara/driver/xf86-video-tga/README N xenocara/driver/xf86-video-tga/aclocal.m4 N xenocara/driver/xf86-video-tga/config.sub N xenocara/driver/xf86-video-tga/src/ICS1562.c N xenocara/driver/xf86-video-tga/src/tga.h N xenocara/driver/xf86-video-tga/src/tga_seg.c N xenocara/driver/xf86-video-tga/src/BTramdac.c N xenocara/driver/xf86-video-tga/src/Makefile.in N xenocara/driver/xf86-video-tga/src/tga_accel.c N xenocara/driver/xf86-video-tga/src/Makefile.am N xenocara/driver/xf86-video-tga/src/tga_regs.h N xenocara/driver/xf86-video-tga/src/tga_line.c N xenocara/driver/xf86-video-tga/src/tga_driver.c N xenocara/driver/xf86-video-tga/src/tga_cursor.c N xenocara/driver/xf86-video-tga/src/IBM561ramdac.c N xenocara/driver/xf86-video-tga/src/tga_dac.c N xenocara/driver/xf86-video-tga/src/BT463ramdac.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:18:22 Log message: Importing xf86-video-trident 1.2.3 Status: Vendor Tag: xorg Release Tags: v1_2_3 N xenocara/driver/xf86-video-trident/depcomp N xenocara/driver/xf86-video-trident/aclocal.m4 N xenocara/driver/xf86-video-trident/ltmain.sh N xenocara/driver/xf86-video-trident/configure N xenocara/driver/xf86-video-trident/configure.ac N xenocara/driver/xf86-video-trident/config.guess N xenocara/driver/xf86-video-trident/install-sh N xenocara/driver/xf86-video-trident/config.sub N xenocara/driver/xf86-video-trident/missing N xenocara/driver/xf86-video-trident/Makefile.am N xenocara/driver/xf86-video-trident/Makefile.in N xenocara/driver/xf86-video-trident/config.h.in N xenocara/driver/xf86-video-trident/ChangeLog N xenocara/driver/xf86-video-trident/COPYING N xenocara/driver/xf86-video-trident/man/trident.man N xenocara/driver/xf86-video-trident/man/Makefile.am N xenocara/driver/xf86-video-trident/man/Makefile.in N xenocara/driver/xf86-video-trident/src/blade_accel_exa.c N xenocara/driver/xf86-video-trident/src/tridentramdac.c N xenocara/driver/xf86-video-trident/src/trident.h N xenocara/driver/xf86-video-trident/src/image_accel.c N xenocara/driver/xf86-video-trident/src/trident_driver.c N xenocara/driver/xf86-video-trident/src/trident_accel.c N xenocara/driver/xf86-video-trident/src/xp4_accel_exa.c N xenocara/driver/xf86-video-trident/src/Makefile.am N xenocara/driver/xf86-video-trident/src/Makefile.in N xenocara/driver/xf86-video-trident/src/blade_accel.c N xenocara/driver/xf86-video-trident/src/xp_accel.c N xenocara/driver/xf86-video-trident/src/trident_video.c N xenocara/driver/xf86-video-trident/src/tridenthelper.c N xenocara/driver/xf86-video-trident/src/xp4_accel.c N xenocara/driver/xf86-video-trident/src/trident_bank.c N xenocara/driver/xf86-video-trident/src/trident_dac.c N xenocara/driver/xf86-video-trident/src/trident_dga.c N xenocara/driver/xf86-video-trident/src/trident_i2c.c N xenocara/driver/xf86-video-trident/src/tvga_dac.c N xenocara/driver/xf86-video-trident/src/trident_shadow.c N xenocara/driver/xf86-video-trident/src/trident_regs.h N xenocara/driver/xf86-video-trident/src/trident_tv.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:18:50 Log message: Importing xf86-video-tseng 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-tseng/ltmain.sh N xenocara/driver/xf86-video-tseng/depcomp N xenocara/driver/xf86-video-tseng/config.guess N xenocara/driver/xf86-video-tseng/install-sh N xenocara/driver/xf86-video-tseng/configure.ac N xenocara/driver/xf86-video-tseng/ChangeLog N xenocara/driver/xf86-video-tseng/configure N xenocara/driver/xf86-video-tseng/aclocal.m4 N xenocara/driver/xf86-video-tseng/config.h.in N xenocara/driver/xf86-video-tseng/Makefile.am N xenocara/driver/xf86-video-tseng/Makefile.in N xenocara/driver/xf86-video-tseng/COPYING N xenocara/driver/xf86-video-tseng/config.sub N xenocara/driver/xf86-video-tseng/missing N xenocara/driver/xf86-video-tseng/src/tseng_dga.c N xenocara/driver/xf86-video-tseng/src/tseng_cursor.c N xenocara/driver/xf86-video-tseng/src/tseng.h N xenocara/driver/xf86-video-tseng/src/tseng_accel.c N xenocara/driver/xf86-video-tseng/src/tseng_mode.c N xenocara/driver/xf86-video-tseng/src/Makefile.am N xenocara/driver/xf86-video-tseng/src/Makefile.in N xenocara/driver/xf86-video-tseng/src/README N xenocara/driver/xf86-video-tseng/src/tseng_driver.c N xenocara/driver/xf86-video-tseng/src/tseng_accel.h N xenocara/driver/xf86-video-tseng/man/Makefile.am N xenocara/driver/xf86-video-tseng/man/Makefile.in N xenocara/driver/xf86-video-tseng/man/tseng.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:19:17 Log message: Importing xf86-video-v4l 0.1.1 Status: Vendor Tag: xorg Release Tags: v0_1_1 N xenocara/driver/xf86-video-v4l/config.guess N xenocara/driver/xf86-video-v4l/COPYING N xenocara/driver/xf86-video-v4l/ltmain.sh N xenocara/driver/xf86-video-v4l/Makefile.in N xenocara/driver/xf86-video-v4l/missing N xenocara/driver/xf86-video-v4l/Makefile.am N xenocara/driver/xf86-video-v4l/install-sh N xenocara/driver/xf86-video-v4l/depcomp N xenocara/driver/xf86-video-v4l/config.h.in N xenocara/driver/xf86-video-v4l/configure.ac N xenocara/driver/xf86-video-v4l/ChangeLog N xenocara/driver/xf86-video-v4l/configure N xenocara/driver/xf86-video-v4l/README N xenocara/driver/xf86-video-v4l/aclocal.m4 N xenocara/driver/xf86-video-v4l/config.sub N xenocara/driver/xf86-video-v4l/man/v4l.man N xenocara/driver/xf86-video-v4l/man/Makefile.in N xenocara/driver/xf86-video-v4l/man/Makefile.am N xenocara/driver/xf86-video-v4l/src/Makefile.in N xenocara/driver/xf86-video-v4l/src/Makefile.am N xenocara/driver/xf86-video-v4l/src/videodev.h N xenocara/driver/xf86-video-v4l/src/v4l.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:19:44 Log message: Importing xf86-video-vesa 1.2.2 Status: Vendor Tag: xorg Release Tags: v1_2_2 N xenocara/driver/xf86-video-vesa/ltmain.sh N xenocara/driver/xf86-video-vesa/depcomp N xenocara/driver/xf86-video-vesa/config.guess N xenocara/driver/xf86-video-vesa/install-sh N xenocara/driver/xf86-video-vesa/configure.ac N xenocara/driver/xf86-video-vesa/ChangeLog N xenocara/driver/xf86-video-vesa/configure N xenocara/driver/xf86-video-vesa/aclocal.m4 N xenocara/driver/xf86-video-vesa/config.h.in N xenocara/driver/xf86-video-vesa/Makefile.am N xenocara/driver/xf86-video-vesa/Makefile.in N xenocara/driver/xf86-video-vesa/COPYING N xenocara/driver/xf86-video-vesa/config.sub N xenocara/driver/xf86-video-vesa/missing N xenocara/driver/xf86-video-vesa/src/vesa.h N xenocara/driver/xf86-video-vesa/src/Makefile.am N xenocara/driver/xf86-video-vesa/src/Makefile.in N xenocara/driver/xf86-video-vesa/src/vesa.c N xenocara/driver/xf86-video-vesa/man/vesa.man N xenocara/driver/xf86-video-vesa/man/Makefile.am N xenocara/driver/xf86-video-vesa/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:20:09 Log message: Importing xf86-video-vga 4.1.0 Status: Vendor Tag: xorg Release Tags: v4_1_0 N xenocara/driver/xf86-video-vga/config.guess N xenocara/driver/xf86-video-vga/COPYING N xenocara/driver/xf86-video-vga/ltmain.sh N xenocara/driver/xf86-video-vga/Makefile.in N xenocara/driver/xf86-video-vga/missing N xenocara/driver/xf86-video-vga/Makefile.am N xenocara/driver/xf86-video-vga/install-sh N xenocara/driver/xf86-video-vga/depcomp N xenocara/driver/xf86-video-vga/config.h.in N xenocara/driver/xf86-video-vga/configure.ac N xenocara/driver/xf86-video-vga/ChangeLog N xenocara/driver/xf86-video-vga/configure N xenocara/driver/xf86-video-vga/aclocal.m4 N xenocara/driver/xf86-video-vga/config.sub N xenocara/driver/xf86-video-vga/man/Makefile.in N xenocara/driver/xf86-video-vga/man/vga.man N xenocara/driver/xf86-video-vga/man/Makefile.am N xenocara/driver/xf86-video-vga/src/Makefile.in N xenocara/driver/xf86-video-vga/src/Makefile.am N xenocara/driver/xf86-video-vga/src/generic.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:20:51 Log message: Importing xf86-video-via 0.2.2 Status: Vendor Tag: xorg Release Tags: v0_2_2 N xenocara/driver/xf86-video-via/ltmain.sh N xenocara/driver/xf86-video-via/depcomp N xenocara/driver/xf86-video-via/config.guess N xenocara/driver/xf86-video-via/install-sh N xenocara/driver/xf86-video-via/configure.ac N xenocara/driver/xf86-video-via/ChangeLog N xenocara/driver/xf86-video-via/configure N xenocara/driver/xf86-video-via/aclocal.m4 N xenocara/driver/xf86-video-via/config.h.in N xenocara/driver/xf86-video-via/Makefile.am N xenocara/driver/xf86-video-via/Makefile.in N xenocara/driver/xf86-video-via/COPYING N xenocara/driver/xf86-video-via/config.sub N xenocara/driver/xf86-video-via/missing N xenocara/driver/xf86-video-via/src/via_drmclient.h N xenocara/driver/xf86-video-via/src/via_accel.c N xenocara/driver/xf86-video-via/src/via_vt162x.c N xenocara/driver/xf86-video-via/src/via_video.h N xenocara/driver/xf86-video-via/src/via_mode.h N xenocara/driver/xf86-video-via/src/via_id.c N xenocara/driver/xf86-video-via/src/via_memory.c N xenocara/driver/xf86-video-via/src/via_driver.h N xenocara/driver/xf86-video-via/src/via_vgahw.c N xenocara/driver/xf86-video-via/src/via_shadow.c N xenocara/driver/xf86-video-via/src/via_bios.h N xenocara/driver/xf86-video-via/src/via_priv.h N xenocara/driver/xf86-video-via/src/via_xvmc.c N xenocara/driver/xf86-video-via/src/via_3d.c N xenocara/driver/xf86-video-via/src/via_xvmc.h N xenocara/driver/xf86-video-via/src/via.h N xenocara/driver/xf86-video-via/src/via_id.h N xenocara/driver/xf86-video-via/src/via_vt162x.h N xenocara/driver/xf86-video-via/src/via_dri.c N xenocara/driver/xf86-video-via/src/via_regs.h N xenocara/driver/xf86-video-via/src/via_vgahw.h N xenocara/driver/xf86-video-via/src/via_xvpriv.h N xenocara/driver/xf86-video-via/src/Makefile.am N xenocara/driver/xf86-video-via/src/via_swov.h N xenocara/driver/xf86-video-via/src/Makefile.in N xenocara/driver/xf86-video-via/src/via_bandwidth.c N xenocara/driver/xf86-video-via/src/via_swov.c N xenocara/driver/xf86-video-via/src/via_video.c N xenocara/driver/xf86-video-via/src/via_memcpy.c N xenocara/driver/xf86-video-via/src/via_memcpy.h N xenocara/driver/xf86-video-via/src/via_vbe.c N xenocara/driver/xf86-video-via/src/via_mode.c N xenocara/driver/xf86-video-via/src/via_dga.c N xenocara/driver/xf86-video-via/src/via_dmabuffer.h N xenocara/driver/xf86-video-via/src/via_i2c.c N xenocara/driver/xf86-video-via/src/via_driver.c N xenocara/driver/xf86-video-via/src/via_dri.h N xenocara/driver/xf86-video-via/src/via_3d.h N xenocara/driver/xf86-video-via/src/via_cursor.c N xenocara/driver/xf86-video-via/src/xvmc/xf86dristr.h N xenocara/driver/xf86-video-via/src/xvmc/xf86dri.c N xenocara/driver/xf86-video-via/src/xvmc/viaXvMC.c N xenocara/driver/xf86-video-via/src/xvmc/viaXvMCPriv.h N xenocara/driver/xf86-video-via/src/xvmc/driDrawable.c N xenocara/driver/xf86-video-via/src/xvmc/viaLowLevel.c N xenocara/driver/xf86-video-via/src/xvmc/Makefile.am N xenocara/driver/xf86-video-via/src/xvmc/Makefile.in N xenocara/driver/xf86-video-via/src/xvmc/viaLowLevel.h N xenocara/driver/xf86-video-via/src/xvmc/viaLowLevelPro.c N xenocara/driver/xf86-video-via/src/xvmc/xf86dri.h N xenocara/driver/xf86-video-via/src/xvmc/driDrawable.h N xenocara/driver/xf86-video-via/man/via.man N xenocara/driver/xf86-video-via/man/Makefile.am N xenocara/driver/xf86-video-via/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:21:19 Log message: Importing xf86-video-vmware 10.14.0 Status: Vendor Tag: xorg Release Tags: v10_14_0 N xenocara/driver/xf86-video-vmware/compile N xenocara/driver/xf86-video-vmware/depcomp N xenocara/driver/xf86-video-vmware/aclocal.m4 N xenocara/driver/xf86-video-vmware/README N xenocara/driver/xf86-video-vmware/ltmain.sh N xenocara/driver/xf86-video-vmware/configure N xenocara/driver/xf86-video-vmware/configure.ac N xenocara/driver/xf86-video-vmware/config.guess N xenocara/driver/xf86-video-vmware/install-sh N xenocara/driver/xf86-video-vmware/config.sub N xenocara/driver/xf86-video-vmware/missing N xenocara/driver/xf86-video-vmware/Makefile.am N xenocara/driver/xf86-video-vmware/Makefile.in N xenocara/driver/xf86-video-vmware/config.h.in N xenocara/driver/xf86-video-vmware/ChangeLog N xenocara/driver/xf86-video-vmware/COPYING N xenocara/driver/xf86-video-vmware/man/Makefile.am N xenocara/driver/xf86-video-vmware/man/Makefile.in N xenocara/driver/xf86-video-vmware/man/vmware.man N xenocara/driver/xf86-video-vmware/src/includeCheck.h N xenocara/driver/xf86-video-vmware/src/bits2pixels.c N xenocara/driver/xf86-video-vmware/src/bits2pixels.h N xenocara/driver/xf86-video-vmware/src/Makefile.am N xenocara/driver/xf86-video-vmware/src/Makefile.in N xenocara/driver/xf86-video-vmware/src/svga_reg.h N xenocara/driver/xf86-video-vmware/src/svga_struct.h N xenocara/driver/xf86-video-vmware/src/vmwarexaa.c N xenocara/driver/xf86-video-vmware/src/svga_limits.h N xenocara/driver/xf86-video-vmware/src/guest_os.h N xenocara/driver/xf86-video-vmware/src/vm_device_version.h N xenocara/driver/xf86-video-vmware/src/vm_basic_types.h N xenocara/driver/xf86-video-vmware/src/vmwarectrlproto.h N xenocara/driver/xf86-video-vmware/src/offscreen_manager.c N xenocara/driver/xf86-video-vmware/src/offscreen_manager.h N xenocara/driver/xf86-video-vmware/src/vmware.c N xenocara/driver/xf86-video-vmware/src/vmware.h N xenocara/driver/xf86-video-vmware/src/vmwarectrl.c N xenocara/driver/xf86-video-vmware/src/vmwarectrl.h N xenocara/driver/xf86-video-vmware/src/vmwarecurs.c N xenocara/driver/xf86-video-vmware/src/vmwarexinerama.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:21:45 Log message: Importing xf86-video-voodoo 1.1.1 Status: Vendor Tag: xorg Release Tags: v1_1_1 N xenocara/driver/xf86-video-voodoo/ltmain.sh N xenocara/driver/xf86-video-voodoo/depcomp N xenocara/driver/xf86-video-voodoo/config.guess N xenocara/driver/xf86-video-voodoo/install-sh N xenocara/driver/xf86-video-voodoo/configure.ac N xenocara/driver/xf86-video-voodoo/ChangeLog N xenocara/driver/xf86-video-voodoo/configure N xenocara/driver/xf86-video-voodoo/TODO N xenocara/driver/xf86-video-voodoo/aclocal.m4 N xenocara/driver/xf86-video-voodoo/config.h.in N xenocara/driver/xf86-video-voodoo/Makefile.am N xenocara/driver/xf86-video-voodoo/Makefile.in N xenocara/driver/xf86-video-voodoo/README N xenocara/driver/xf86-video-voodoo/COPYING N xenocara/driver/xf86-video-voodoo/config.sub N xenocara/driver/xf86-video-voodoo/missing N xenocara/driver/xf86-video-voodoo/src/voodoo_dga.c N xenocara/driver/xf86-video-voodoo/src/voodoo_hardware.c N xenocara/driver/xf86-video-voodoo/src/Makefile.am N xenocara/driver/xf86-video-voodoo/src/Makefile.in N xenocara/driver/xf86-video-voodoo/src/voodoo.h N xenocara/driver/xf86-video-voodoo/src/voodoo_driver.c N xenocara/driver/xf86-video-voodoo/man/Makefile.am N xenocara/driver/xf86-video-voodoo/man/Makefile.in N xenocara/driver/xf86-video-voodoo/man/voodoo.man No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 13:22:11 Log message: Importing xf86-video-wsfb 0.2.0 Status: Vendor Tag: xorg Release Tags: v0_2_0 N xenocara/driver/xf86-video-wsfb/configure.ac N xenocara/driver/xf86-video-wsfb/aclocal.m4 N xenocara/driver/xf86-video-wsfb/Makefile.am N xenocara/driver/xf86-video-wsfb/Makefile.in N xenocara/driver/xf86-video-wsfb/config.h.in N xenocara/driver/xf86-video-wsfb/configure N xenocara/driver/xf86-video-wsfb/COPYING N xenocara/driver/xf86-video-wsfb/ChangeLog N xenocara/driver/xf86-video-wsfb/config.guess N xenocara/driver/xf86-video-wsfb/config.sub N xenocara/driver/xf86-video-wsfb/depcomp N xenocara/driver/xf86-video-wsfb/install-sh N xenocara/driver/xf86-video-wsfb/ltmain.sh N xenocara/driver/xf86-video-wsfb/missing N xenocara/driver/xf86-video-wsfb/src/Makefile.am N xenocara/driver/xf86-video-wsfb/src/Makefile.in N xenocara/driver/xf86-video-wsfb/src/wsfb_driver.c N xenocara/driver/xf86-video-wsfb/man/Makefile.am N xenocara/driver/xf86-video-wsfb/man/Makefile.in N xenocara/driver/xf86-video-wsfb/man/wsfb.man No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/26 13:59:08 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/pkg: DESCR-i18n-lv PLIST-i18n-lv Log message: - remove some unused kludge from the Makefile; - add Latvian language support; requested by nikns CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/26 15:03:55 Modified files: share/man/man5 : bsd.port.mk.5 share/man/man7 : ports.7 Log message: - kill trailing space - new sentence, new line CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 15:27:26 Log message: Import ws input driver from XF4 Status: Vendor Tag: openbsd Release Tags: v4_0 N xenocara/driver/openbsd-input-ws/.gitignore N xenocara/driver/openbsd-input-ws/Makefile.am N xenocara/driver/openbsd-input-ws/Makefile.bsd-wrapper N xenocara/driver/openbsd-input-ws/autogen.sh N xenocara/driver/openbsd-input-ws/configure.ac N xenocara/driver/openbsd-input-ws/.git/HEAD N xenocara/driver/openbsd-input-ws/.git/config N xenocara/driver/openbsd-input-ws/.git/description N xenocara/driver/openbsd-input-ws/.git/index N xenocara/driver/openbsd-input-ws/.git/hooks/applypatch-msg N xenocara/driver/openbsd-input-ws/.git/hooks/commit-msg N xenocara/driver/openbsd-input-ws/.git/hooks/post-commit N xenocara/driver/openbsd-input-ws/.git/hooks/post-update N xenocara/driver/openbsd-input-ws/.git/hooks/pre-applypatch N xenocara/driver/openbsd-input-ws/.git/hooks/pre-commit N xenocara/driver/openbsd-input-ws/.git/hooks/pre-rebase N xenocara/driver/openbsd-input-ws/.git/hooks/update N xenocara/driver/openbsd-input-ws/.git/info/exclude N xenocara/driver/openbsd-input-ws/.git/objects/2d/f4a8dea05ef96aab1fb83a9dac96e4d893fe81 N xenocara/driver/openbsd-input-ws/.git/objects/52/b7eba157d45639a330b653ba7a7be7bae078b6 N xenocara/driver/openbsd-input-ws/.git/objects/63/6c2dee411daf43ba52fde6fb083ede4ce166bc N xenocara/driver/openbsd-input-ws/.git/objects/8d/a7a06fe727fef17e653a2bc25bdd1fc6c24256 N xenocara/driver/openbsd-input-ws/.git/objects/8f/746234b51346fe9622aa7d0fba1d6748506c53 N xenocara/driver/openbsd-input-ws/.git/objects/90/4cd6746c8734b2c33e3f80773d4759715d2f6e N xenocara/driver/openbsd-input-ws/.git/objects/93/f4bdc651cb3903382b2047e15677bdbafbd759 N xenocara/driver/openbsd-input-ws/.git/objects/9f/7a45f40100c32fe19c0a1d393fd88a12eb851e N xenocara/driver/openbsd-input-ws/.git/objects/b0/057c5672a2779fa3f08a072904dad3d40e7da6 N xenocara/driver/openbsd-input-ws/.git/objects/b0/e0c894c1e12c5942ca0559cb84b92f307c2fec N xenocara/driver/openbsd-input-ws/.git/objects/c0/31fa4311d80917e6defc8f5cf0af2630956d1c N xenocara/driver/openbsd-input-ws/.git/objects/d8/901b6f05ced82c49f397f06e44da084f156aed N xenocara/driver/openbsd-input-ws/.git/objects/fe/8810dfe26af817e04a0567ed53dd9826d6a1ff N xenocara/driver/openbsd-input-ws/.git/refs/heads/OpenBSD N xenocara/driver/openbsd-input-ws/.git/refs/heads/master N xenocara/driver/openbsd-input-ws/man/Makefile.am N xenocara/driver/openbsd-input-ws/man/Makefile.in N xenocara/driver/openbsd-input-ws/man/ws.man N xenocara/driver/openbsd-input-ws/src/Makefile.am N xenocara/driver/openbsd-input-ws/src/Makefile.in N xenocara/driver/openbsd-input-ws/src/ws.c No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 15:29:40 Log message: Import usbtablet input driver from XF4 Status: Vendor Tag: openbsd Release Tags: v4_0 N xenocara/driver/openbsd-input-usbtablet/Makefile.am N xenocara/driver/openbsd-input-usbtablet/Makefile.bsd-wrapper N xenocara/driver/openbsd-input-usbtablet/autogen.sh N xenocara/driver/openbsd-input-usbtablet/configure.ac N xenocara/driver/openbsd-input-usbtablet/man/usbtablet.man N xenocara/driver/openbsd-input-usbtablet/man/Makefile.am N xenocara/driver/openbsd-input-usbtablet/man/Makefile.in N xenocara/driver/openbsd-input-usbtablet/src/Makefile.am N xenocara/driver/openbsd-input-usbtablet/src/Makefile.in N xenocara/driver/openbsd-input-usbtablet/src/usbtablet.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/26 15:31:12 Modified files: sys/arch/macppc/dev: mesh.c Log message: Cleanup some KNF nits, if we can't grab a SCB dont return at splbio. ok sometime ago dlg@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/11/26 15:47:57 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST Log message: update to 1.4.4.1 CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/26 15:49:24 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : usbf.4 Log message: Introduction to Universal Serial Bus function support. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/26 16:03:55 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 16:05:51 Added files: driver : Makefile driver/xf86-input-acecad: Makefile.bsd-wrapper driver/xf86-input-calcomp: Makefile.bsd-wrapper driver/xf86-input-citron: Makefile.bsd-wrapper driver/xf86-input-digitaledge: Makefile.bsd-wrapper driver/xf86-input-dmc: Makefile.bsd-wrapper driver/xf86-input-dynapro: Makefile.bsd-wrapper driver/xf86-input-elo2300: Makefile.bsd-wrapper driver/xf86-input-elographics: Makefile.bsd-wrapper driver/xf86-input-fpit: Makefile.bsd-wrapper driver/xf86-input-hyperpen: Makefile.bsd-wrapper driver/xf86-input-jamstudio: Makefile.bsd-wrapper driver/xf86-input-joystick: Makefile.bsd-wrapper driver/xf86-input-keyboard: Makefile.bsd-wrapper driver/xf86-input-magellan: Makefile.bsd-wrapper driver/xf86-input-magictouch: Makefile.bsd-wrapper driver/xf86-input-microtouch: Makefile.bsd-wrapper driver/xf86-input-mouse: Makefile.bsd-wrapper driver/xf86-input-mutouch: Makefile.bsd-wrapper driver/xf86-input-palmax: Makefile.bsd-wrapper driver/xf86-input-penmount: Makefile.bsd-wrapper driver/xf86-input-spaceorb: Makefile.bsd-wrapper driver/xf86-input-summa: Makefile.bsd-wrapper driver/xf86-input-tek4957: Makefile.bsd-wrapper driver/xf86-input-vmmouse: Makefile.bsd-wrapper driver/xf86-input-void: Makefile.bsd-wrapper driver/xf86-video-apm: Makefile.bsd-wrapper driver/xf86-video-ark: Makefile.bsd-wrapper driver/xf86-video-ati: Makefile.bsd-wrapper driver/xf86-video-chips: Makefile.bsd-wrapper driver/xf86-video-cirrus: Makefile.bsd-wrapper driver/xf86-video-cyrix: Makefile.bsd-wrapper driver/xf86-video-dummy: Makefile.bsd-wrapper driver/xf86-video-fbdev: Makefile.bsd-wrapper driver/xf86-video-glint: Makefile.bsd-wrapper driver/xf86-video-i740: Makefile.bsd-wrapper driver/xf86-video-imstt: Makefile.bsd-wrapper driver/xf86-video-intel: Makefile.bsd-wrapper driver/xf86-video-mga: Makefile.bsd-wrapper driver/xf86-video-neomagic: Makefile.bsd-wrapper driver/xf86-video-newport: Makefile.bsd-wrapper driver/xf86-video-nsc: Makefile.bsd-wrapper driver/xf86-video-nv: Makefile.bsd-wrapper driver/xf86-video-rendition: Makefile.bsd-wrapper driver/xf86-video-s3: Makefile.bsd-wrapper driver/xf86-video-s3virge: Makefile.bsd-wrapper driver/xf86-video-savage: Makefile.bsd-wrapper driver/xf86-video-siliconmotion: Makefile.bsd-wrapper driver/xf86-video-sis: Makefile.bsd-wrapper driver/xf86-video-tdfx: Makefile.bsd-wrapper driver/xf86-video-tga: Makefile.bsd-wrapper driver/xf86-video-trident: Makefile.bsd-wrapper driver/xf86-video-tseng: Makefile.bsd-wrapper driver/xf86-video-vesa: Makefile.bsd-wrapper driver/xf86-video-vga: Makefile.bsd-wrapper driver/xf86-video-via: Makefile.bsd-wrapper driver/xf86-video-vmware: Makefile.bsd-wrapper driver/xf86-video-voodoo: Makefile.bsd-wrapper driver/xf86-video-wsfb: Makefile.bsd-wrapper Log message: Build infrastructure for driver CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 16:07:13 Added files: driver/xf86-video-i128: Makefile.bsd-wrapper Log message: Build infrastructure for driver CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/26 16:31:14 Modified files: sys/dev/pcmcia : cfxga.c Log message: Rewrite the blitter functions, providing an accelerated putchar in the process; and fix synchronization points, so that the card no longer gets stuck and in need of a reset after being flooded with rop requests. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/26 16:39:42 Modified files: infrastructure/mk: bsd.port.mk Log message: fix so that variable definitions work even in the presence of subpackage=c++ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/26 16:46:47 Modified files: sys/dev/ic : malo.c Log message: Replace the firmware reset command by a register write which also causes a device reset. This enables resetting also on amd64, and therefore reinitializing after the 'up' 'down' dance works now there. ok claudio@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:01:42 Modified files: driver/xf86-input-acecad: aclocal.m4 configure driver/xf86-input-acecad/man: Makefile.in driver/xf86-input-digitaledge: aclocal.m4 configure driver/xf86-input-digitaledge/man: Makefile.in driver/xf86-input-elographics: aclocal.m4 configure driver/xf86-input-elographics/man: Makefile.in driver/xf86-input-fpit: aclocal.m4 configure driver/xf86-input-fpit/man: Makefile.in driver/xf86-input-hyperpen: aclocal.m4 configure driver/xf86-input-hyperpen/man: Makefile.in driver/xf86-input-jamstudio: aclocal.m4 configure driver/xf86-input-jamstudio/man: Makefile.in driver/xf86-input-joystick: aclocal.m4 configure driver/xf86-input-joystick/man: Makefile.in driver/xf86-input-keyboard: Makefile.in aclocal.m4 configure driver/xf86-input-keyboard/man: Makefile.in driver/xf86-input-keyboard/src: Makefile.in driver/xf86-input-magellan: aclocal.m4 configure driver/xf86-input-magellan/man: Makefile.in driver/xf86-input-magictouch: Makefile.in aclocal.m4 configure driver/xf86-input-magictouch/man: Makefile.in driver/xf86-input-magictouch/src: Makefile.in driver/xf86-input-mouse: Makefile.in aclocal.m4 configure driver/xf86-input-mouse/man: Makefile.in driver/xf86-input-mouse/src: Makefile.in driver/xf86-input-mutouch: aclocal.m4 configure driver/xf86-input-mutouch/man: Makefile.in driver/xf86-input-palmax: aclocal.m4 configure driver/xf86-input-palmax/man: Makefile.in driver/xf86-input-spaceorb: aclocal.m4 configure driver/xf86-input-spaceorb/man: Makefile.in driver/xf86-input-summa: aclocal.m4 configure driver/xf86-input-summa/man: Makefile.in driver/xf86-input-tek4957: aclocal.m4 configure driver/xf86-input-tek4957/man: Makefile.in driver/xf86-input-vmmouse: aclocal.m4 configure driver/xf86-input-vmmouse/man: Makefile.in driver/xf86-input-void: aclocal.m4 configure driver/xf86-input-void/man: Makefile.in driver/xf86-video-apm: aclocal.m4 configure driver/xf86-video-apm/man: Makefile.in driver/xf86-video-ark: aclocal.m4 configure driver/xf86-video-ati: aclocal.m4 configure driver/xf86-video-ati/man: Makefile.in driver/xf86-video-ati/src: Makefile.in driver/xf86-video-chips: aclocal.m4 configure driver/xf86-video-chips/man: Makefile.in driver/xf86-video-cirrus: aclocal.m4 configure driver/xf86-video-cirrus/man: Makefile.in driver/xf86-video-cyrix: aclocal.m4 configure driver/xf86-video-cyrix/man: Makefile.in driver/xf86-video-dummy: aclocal.m4 configure driver/xf86-video-fbdev: aclocal.m4 configure driver/xf86-video-fbdev/man: Makefile.in driver/xf86-video-glint: aclocal.m4 configure driver/xf86-video-glint/man: Makefile.in driver/xf86-video-i128: Makefile.in aclocal.m4 configure driver/xf86-video-i128/man: Makefile.in driver/xf86-video-i128/src: Makefile.in driver/xf86-video-i740: aclocal.m4 configure driver/xf86-video-i740/man: Makefile.in driver/xf86-video-imstt: aclocal.m4 configure driver/xf86-video-imstt/man: Makefile.in driver/xf86-video-intel: aclocal.m4 configure driver/xf86-video-intel/man: Makefile.in driver/xf86-video-intel/src: Makefile.in driver/xf86-video-intel/src/xvmc: Makefile.in driver/xf86-video-mga: aclocal.m4 configure driver/xf86-video-mga/man: Makefile.in driver/xf86-video-neomagic: aclocal.m4 configure driver/xf86-video-neomagic/man: Makefile.in driver/xf86-video-newport: Makefile.in aclocal.m4 configure driver/xf86-video-newport/man: Makefile.in driver/xf86-video-newport/src: Makefile.in driver/xf86-video-nsc: Makefile.in aclocal.m4 configure driver/xf86-video-nsc/man: Makefile.in driver/xf86-video-nsc/src: Makefile.in driver/xf86-video-nv: aclocal.m4 configure driver/xf86-video-nv/man: Makefile.in driver/xf86-video-rendition: Makefile.in aclocal.m4 configure driver/xf86-video-rendition/man: Makefile.in driver/xf86-video-rendition/src: Makefile.in driver/xf86-video-s3: aclocal.m4 configure driver/xf86-video-s3virge: aclocal.m4 configure driver/xf86-video-s3virge/man: Makefile.in driver/xf86-video-savage: Makefile.in aclocal.m4 configure driver/xf86-video-savage/man: Makefile.in driver/xf86-video-savage/src: Makefile.in driver/xf86-video-siliconmotion: Makefile.in aclocal.m4 configure driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-siliconmotion/src: Makefile.in driver/xf86-video-sis: Makefile.in aclocal.m4 configure driver/xf86-video-sis/man: Makefile.in driver/xf86-video-sis/src: Makefile.in driver/xf86-video-tdfx: Makefile.in aclocal.m4 configure driver/xf86-video-tdfx/man: Makefile.in driver/xf86-video-tdfx/src: Makefile.in driver/xf86-video-trident: Makefile.in aclocal.m4 configure driver/xf86-video-trident/man: Makefile.in driver/xf86-video-trident/src: Makefile.in driver/xf86-video-tseng: Makefile.in aclocal.m4 configure driver/xf86-video-tseng/man: Makefile.in driver/xf86-video-tseng/src: Makefile.in driver/xf86-video-vesa: Makefile.in aclocal.m4 configure driver/xf86-video-vesa/man: Makefile.in driver/xf86-video-vesa/src: Makefile.in driver/xf86-video-vga: aclocal.m4 configure driver/xf86-video-vga/man: Makefile.in driver/xf86-video-vmware: Makefile.in aclocal.m4 configure driver/xf86-video-vmware/man: Makefile.in driver/xf86-video-vmware/src: Makefile.in driver/xf86-video-voodoo: Makefile.in aclocal.m4 configure driver/xf86-video-voodoo/man: Makefile.in driver/xf86-video-voodoo/src: Makefile.in Log message: regen with OpenBSD autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:03:44 Modified files: driver/xf86-video-ati/src: radeon_driver.c Log message: OpenBSD modification: Save/restore palette on textmode save/restores too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:04:56 Modified files: driver/xf86-video-ati/src: radeon_exa_render.c radeon_render.c Log message: Bug fixes from X.Org ati-6.6-branch head. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:12:40 Added files: driver/openbsd-input-usbtablet: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing driver/openbsd-input-ws: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing Log message: add files generated by autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:22:51 Added files: util : Makefile util/cf : Makefile.bsd-wrapper util/gccmakedep: Makefile.bsd-wrapper util/imake : Makefile.bsd-wrapper util/macros : Makefile.bsd-wrapper util/makedepend: Makefile.bsd-wrapper Log message: Build infrastructure for util CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/26 17:27:52 Modified files: lib/freetype/include/freetype: Makefile.inc Log message: ${DIST} is gone. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/26 17:29:02 Modified files: sys/dev/pcmcia : cfxga.c Log message: Always update cfxga_scr emulops field when creating a new screen, in case the card was removed and then reinserted. XXX It's still ugly, a better way to handle this is in the works. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/26 18:18:55 Modified files: . : INDEX Log message: sync unzels after multi-packages changes CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/26 23:50:35 Modified files: net/softflowd : Makefile distinfo Log message: update to 0.9.8 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 02:09:14 Modified files: security/prelude/prewikka/files: README.OpenBSD Log message: fix mistake in mysql example ok aanriot@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 02:36:14 Modified files: lang/ruby : ruby.port.mk Log message: remove the default CONFIGURE_STYLE and CONFIGURE_SCRIPT into the new 'ruby extconf' CONFIGURE_STYLE this allows us to pull ruby.port.mk into fun things like subversion ok bernd@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 02:43:14 Modified files: databases/ruby-bdb: Makefile devel/ruby-ncurses: Makefile graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-pixbuf: Makefile net/ruby-pcap : Makefile x11/ruby-gtk : Makefile Log message: switch to CONFIGURE_STYLE= ruby extconf CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/27 02:52:52 Modified files: lang/ruby : Makefile Log message: Add VMEM_WARNING=Yes. Building the ruby documentation consumes lots of memory. discussed with msf@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/27 03:33:28 Modified files: graphics/aqsis : Makefile Log message: - pthread is not needed - bump PKGNAME CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 03:49:42 Removed files: lib/libX11/include/X11: XlibConf.h Log message: This file is generated by configure. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/27 04:00:13 Modified files: sys/netinet : udp_usrreq.c Log message: The current implementation to handle control options is broken as soon as SO_REUSEADDR and multicast/broadcast comes into play. Model the ip_savecontrol handling after the rip_input version which works. Problem found by Simon Kelley. OK henning@ michele@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 04:16:50 Modified files: telephony/siproxd: Makefile distinfo telephony/siproxd/patches: patch-src_Makefile_in telephony/siproxd/pkg: PLIST Added files: telephony/siproxd/patches: patch-doc_siproxd_conf_example Log message: update to 1.5.13 install configuration files to ${SYSCONFDIR} by default use _siproxd unpriv user and chroot by default take MAINTAINER ok markus@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 04:18:21 Modified files: infrastructure/db: user.list Log message: +_siproxd CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 04:25:34 Modified files: sys/dev/pcmcia : cfxga.c Log message: Store the wsscreen_descr structure in the softc. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 04:26:06 Log message: Bring over distrib from XF4 Status: Vendor Tag: openbsd Release Tags: v20061127 N xenocara/distrib/notes/DEINSTALL N xenocara/distrib/notes/DESCR.xbase N xenocara/distrib/notes/DESCR.xfont N xenocara/distrib/notes/DESCR.xserv N xenocara/distrib/notes/DESCR.xshare N xenocara/distrib/notes/Makefile N xenocara/distrib/notes/README.alpha N xenocara/distrib/notes/README.amd64 N xenocara/distrib/notes/README.hp300 N xenocara/distrib/notes/README.hppa N xenocara/distrib/notes/README.i386 N xenocara/distrib/notes/README.mac68k N xenocara/distrib/notes/README.macppc N xenocara/distrib/notes/README.mvme68k N xenocara/distrib/notes/README.mvme88k N xenocara/distrib/notes/README.sgi N xenocara/distrib/notes/README.sparc N xenocara/distrib/notes/README.sparc64 N xenocara/distrib/notes/README.vax N xenocara/distrib/notes/README.zaurus N xenocara/distrib/notes/m4.common N xenocara/distrib/notes/README.armish N xenocara/distrib/sets/checkflist N xenocara/distrib/sets/genlists N xenocara/distrib/sets/gensetlist N xenocara/distrib/sets/makeflist N xenocara/distrib/sets/maketars N xenocara/distrib/sets/nocreate N xenocara/distrib/sets/lists/Makefile N xenocara/distrib/sets/lists/xbase/md.alpha N xenocara/distrib/sets/lists/xbase/md.amd64 N xenocara/distrib/sets/lists/xbase/md.hp300 N xenocara/distrib/sets/lists/xbase/md.hppa N xenocara/distrib/sets/lists/xbase/md.i386 N xenocara/distrib/sets/lists/xbase/md.mac68k N xenocara/distrib/sets/lists/xbase/md.macppc N xenocara/distrib/sets/lists/xbase/md.mvme68k N xenocara/distrib/sets/lists/xbase/md.mvme88k N xenocara/distrib/sets/lists/xbase/md.sgi N xenocara/distrib/sets/lists/xbase/md.sparc N xenocara/distrib/sets/lists/xbase/md.sparc64 N xenocara/distrib/sets/lists/xbase/md.vax N xenocara/distrib/sets/lists/xbase/md.zaurus N xenocara/distrib/sets/lists/xbase/mi N xenocara/distrib/sets/lists/xbase/md.armish N xenocara/distrib/sets/lists/xetc/md.alpha N xenocara/distrib/sets/lists/xetc/md.amd64 N xenocara/distrib/sets/lists/xetc/md.hp300 N xenocara/distrib/sets/lists/xetc/md.hppa N xenocara/distrib/sets/lists/xetc/md.i386 N xenocara/distrib/sets/lists/xetc/md.mac68k N xenocara/distrib/sets/lists/xetc/md.macppc N xenocara/distrib/sets/lists/xetc/md.mvme68k N xenocara/distrib/sets/lists/xetc/md.mvme88k N xenocara/distrib/sets/lists/xetc/md.sgi N xenocara/distrib/sets/lists/xetc/md.sparc N xenocara/distrib/sets/lists/xetc/md.sparc64 N xenocara/distrib/sets/lists/xetc/md.vax N xenocara/distrib/sets/lists/xetc/md.zaurus N xenocara/distrib/sets/lists/xetc/mi N xenocara/distrib/sets/lists/xetc/md.armish N xenocara/distrib/sets/lists/xfont/md.x11r6 N xenocara/distrib/sets/lists/xfont/mi N xenocara/distrib/sets/lists/xserv/md.alpha N xenocara/distrib/sets/lists/xserv/md.amd64 N xenocara/distrib/sets/lists/xserv/md.hp300 N xenocara/distrib/sets/lists/xserv/md.hppa N xenocara/distrib/sets/lists/xserv/md.i386 N xenocara/distrib/sets/lists/xserv/md.mac68k N xenocara/distrib/sets/lists/xserv/md.macppc N xenocara/distrib/sets/lists/xserv/md.mvme68k N xenocara/distrib/sets/lists/xserv/md.mvme88k N xenocara/distrib/sets/lists/xserv/md.sgi N xenocara/distrib/sets/lists/xserv/md.sparc N xenocara/distrib/sets/lists/xserv/md.sparc64 N xenocara/distrib/sets/lists/xserv/md.vax N xenocara/distrib/sets/lists/xserv/md.zaurus N xenocara/distrib/sets/lists/xserv/mi N xenocara/distrib/sets/lists/xserv/md.armish N xenocara/distrib/sets/lists/xshare/md.alpha N xenocara/distrib/sets/lists/xshare/md.amd64 N xenocara/distrib/sets/lists/xshare/md.hp300 N xenocara/distrib/sets/lists/xshare/md.hppa N xenocara/distrib/sets/lists/xshare/md.i386 N xenocara/distrib/sets/lists/xshare/md.mac68k N xenocara/distrib/sets/lists/xshare/md.macppc N xenocara/distrib/sets/lists/xshare/md.mvme68k N xenocara/distrib/sets/lists/xshare/md.mvme88k N xenocara/distrib/sets/lists/xshare/md.sgi N xenocara/distrib/sets/lists/xshare/md.sparc N xenocara/distrib/sets/lists/xshare/md.sparc64 N xenocara/distrib/sets/lists/xshare/md.vax N xenocara/distrib/sets/lists/xshare/md.zaurus N xenocara/distrib/sets/lists/xshare/mi N xenocara/distrib/sets/lists/xshare/md.armish No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 04:38:43 Modified files: sys/dev/usb : files.usb share/man/man4 : Makefile usb.4 Added files: sys/dev/usb : uberry.c share/man/man4 : uberry.4 Log message: smallest usb driver ever: enable config on the Blackberry which prevents usb from idling, thus it can get enough power to charge in all cases CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 04:39:26 Modified files: sys/arch/i386/conf: GENERIC Log message: enable uberry driver CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 04:50:02 Modified files: sys/dev/pcmcia : cfxga.c Log message: Do not perform frame buffer actions on non-active screens. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/27 04:56:20 Modified files: sys/scsi : scsiconf.c Log message: if there are no luns on a target, then say there were no devices, otherwise return any error we find during detach of the luns. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:02:13 Modified files: distrib/notes : m4.common Log message: This is X.Org 7.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:03:10 Modified files: share/mk : bsd.xorg.mk Log message: Use autoreconf --force to overwrite libtool scripts with the OpenBSD ones. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:04:46 Modified files: proto/bigreqsproto: install-sh missing mkinstalldirs proto/damageproto: install-sh missing mkinstalldirs proto/dmxproto : install-sh missing mkinstalldirs proto/evieproto: install-sh missing mkinstalldirs proto/fontcacheproto: install-sh missing mkinstalldirs proto/fontsproto: install-sh missing mkinstalldirs proto/inputproto: install-sh missing mkinstalldirs proto/pmproto : install-sh missing mkinstalldirs proto/printproto: install-sh missing mkinstalldirs proto/randrproto: install-sh missing mkinstalldirs proto/recordproto: install-sh missing mkinstalldirs proto/renderproto: install-sh missing mkinstalldirs proto/resourceproto: install-sh missing mkinstalldirs proto/trapproto: install-sh missing mkinstalldirs proto/videoproto: install-sh missing mkinstalldirs proto/x11proto : config.guess config.sub proto/xcmiscproto: install-sh missing mkinstalldirs proto/xextproto: install-sh missing mkinstalldirs proto/xf86bigfontproto: install-sh missing mkinstalldirs proto/xf86dgaproto: install-sh missing mkinstalldirs proto/xf86miscproto: install-sh missing mkinstalldirs proto/xf86rushproto: install-sh missing mkinstalldirs proto/xf86vidmodeproto: install-sh missing mkinstalldirs proto/xineramaproto: install-sh missing mkinstalldirs Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:18:04 Removed files: util/cf : site.def Log message: Remove generated file CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:20:46 Modified files: data/bitmaps : Makefile.in aclocal.m4 configure install-sh missing mkinstalldirs Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/27 05:27:45 Modified files: sys/netinet : ip_input.c sys/netinet6 : ip6_forward.c ip6_input.c Log message: make use of multiple routing tables. hook up looking up routes in alternate tables to the packet forwarding path. alternate routing tables are mintained with route(8), table selection via pf. mostly hacked on a train ride with ryan some time ago, ok mcbride claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 05:35:30 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: move uberry to a nicer place CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/27 05:39:04 Modified files: sys/dev/acpi : acpiprt.c Log message: Handle objrefs in _PRT. ok jordan@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 05:40:40 Modified files: lib/fontconfig : INSTALL Makefile.in config.guess config.sub lib/fontconfig/conf.d: Makefile.in lib/fontconfig/doc: Makefile.in lib/fontconfig/fc-cache: Makefile.in lib/fontconfig/fc-cat: Makefile.in lib/fontconfig/fc-list: Makefile.in lib/fontconfig/fc-match: Makefile.in lib/fontconfig/src: Makefile.in lib/libFS : INSTALL Makefile.in config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libICE : INSTALL config.guess config.sub ltmain.sh lib/libSM : INSTALL config.guess config.sub ltmain.sh lib/libX11 : config.guess ltmain.sh lib/libXRes : Makefile.in config.guess config.sub ltmain.sh lib/libXRes/man: Makefile.in lib/libXScrnSaver: INSTALL config.guess config.sub ltmain.sh lib/libXScrnSaver/man: Makefile.in lib/libXTrap : INSTALL Makefile.in config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXau : INSTALL config.guess config.sub ltmain.sh lib/libXaw : INSTALL config.guess config.sub ltmain.sh lib/libXaw/man : Makefile.in lib/libXcomposite: INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXcomposite/src: Makefile.in lib/libXcursor : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXdamage : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXdmcp : INSTALL config.guess config.sub ltmain.sh lib/libXevie : Makefile.in config.guess config.sub ltmain.sh lib/libXevie/man: Makefile.in lib/libXext : INSTALL config.guess config.sub ltmain.sh lib/libXfixes : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXfixes/man: Makefile.in lib/libXfont : Makefile.in config.guess config.sub ltmain.sh lib/libXfont/src: Makefile.in lib/libXfontcache: INSTALL config.guess config.sub ltmain.sh lib/libXfontcache/man: Makefile.in lib/libXft : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXi : config.guess ltmain.sh lib/libXi/man : Makefile.in lib/libXinerama: INSTALL config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXmu : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXp : INSTALL Makefile.in config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXp/man : Makefile.in lib/libXpm : INSTALL config.guess config.sub ltmain.sh lib/libXprintAppUtil: INSTALL config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXprintUtil: INSTALL config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXrandr : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXrandr/man: Makefile.in lib/libXrender : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXt : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/libXtst : INSTALL config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libXv : INSTALL config.guess config.sub ltmain.sh lib/libXv/man : Makefile.in lib/libXvMC : INSTALL config.guess config.sub ltmain.sh lib/libXxf86dga: config.guess config.sub ltmain.sh lib/libXxf86dga/man: Makefile.in lib/libXxf86misc: config.guess config.sub ltmain.sh lib/libXxf86misc/man: Makefile.in lib/libXxf86vm : config.guess config.sub ltmain.sh lib/libXxf86vm/man: Makefile.in lib/libdmx : INSTALL config.guess config.sub ltmain.sh lib/libfontenc : INSTALL config.guess config.sub ltmain.sh lib/liblbxutil : INSTALL Makefile.in config.guess config.sub ltmain.sh lib/liboldX : INSTALL config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs lib/libxkbfile : INSTALL config.guess config.sub ltmain.sh lib/libxkbui : INSTALL config.guess config.sub ltmain.sh Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 05:49:40 Modified files: sys/dev/pcmcia : cfxga.c Log message: Separate solid fill operations from regular raster ops; this also brings us accelerated copyrows and copycols. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 06:10:19 Modified files: app/appres : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/bdftopcf : compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/beforelight: INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/bitmap : INSTALL app/editres : INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/fonttosfnt : INSTALL app/fslsfonts : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/fstobdf : INSTALL app/iceauth : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/ico : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/lbxproxy : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/listres : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/luit : INSTALL config.guess config.sub app/mkcfm : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/mkfontscale: config.guess config.sub app/oclock : INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/proxymngr : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/rgb : INSTALL app/rstart : INSTALL app/scripts : INSTALL config.guess config.sub install-sh missing mkinstalldirs app/sessreg : INSTALL app/setxkbmap : INSTALL config.guess app/showfont : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/smproxy : INSTALL app/twm : INSTALL app/twm/man : Makefile.in app/viewres : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/x11perf : INSTALL config.guess config.sub depcomp install-sh missing mkinstalldirs app/xauth : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xbiff : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xcalc : INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xclipboard : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xclock : INSTALL Makefile.in app/xcmsdb : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xconsole : INSTALL app/xdm : INSTALL compile config.guess config.sub depcomp install-sh ltmain.sh missing app/xdpyinfo : INSTALL config.guess config.sub depcomp install-sh missing mkinstalldirs app/xdriinfo : INSTALL app/xedit : INSTALL app/xev : INSTALL config.guess app/xeyes : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xf86dga : INSTALL app/xfd : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xfindproxy : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xfontsel : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xfs : INSTALL app/xfsinfo : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xfwp : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xgamma : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xgc : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xinit : INSTALL app/xkbcomp : INSTALL config.guess config.sub app/xkbevd : INSTALL app/xkbprint : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xkbutils : INSTALL compile depcomp install-sh missing mkinstalldirs app/xkill : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xload : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xlogo : INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xlsatoms : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xlsclients : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xlsfonts : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xmag : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xman : INSTALL app/xmessage : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xmodmap : INSTALL app/xmore : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xphelloworld: INSTALL compile depcomp install-sh missing mkinstalldirs app/xplsprinters: INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xpr : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xprehashprinterlist: INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xprop : INSTALL config.guess config.sub app/xrandr : INSTALL app/xrdb : INSTALL app/xrefresh : INSTALL app/xset : INSTALL app/xsetmode : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xsetpointer: INSTALL config.guess app/xsetroot : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xsm : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xstdcmap : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xtrap : INSTALL app/xvidtune : INSTALL Makefile.in compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xvinfo : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xwd : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs app/xwininfo : INSTALL app/xwud : INSTALL compile config.guess config.sub depcomp install-sh missing mkinstalldirs Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 06:11:29 Modified files: xserver : config.guess config.sub ltmain.sh xserver/hw/xfree86/utils/kbd_mode: Makefile.in Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 06:24:18 Modified files: app/xlockmore/modes: Makefile.in Log message: Support installing in $(DESTDIR) CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 06:28:56 Modified files: security/prelude/prewikka: Makefile Log message: sigh forgot to bump the PKGNAME reminded by aanriot@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/27 06:33:15 Modified files: sys/scsi : scsiconf.c Log message: hook scsibus up to bio. ok deraadt@ krw@ an earlier diff was ok marco@ too CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 06:48:31 Modified files: sys/dev/pcmcia : cfxga.c Log message: Do not use a complete bitmap as a backing store for multiple screens, but remember character cells instead; this is noticeably faster. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/27 07:04:29 Modified files: . : i386-laptop.html Log message: update Fred Crowson's entry, from himself CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/27 07:19:53 Modified files: usr.bin/cvs : Makefile cmd.c cvs.h Log message: client-side of the annotate command is usable, build it too. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/27 07:53:22 Modified files: share/man/man4 : uberry.4 Log message: tweaks; ok deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/27 07:54:16 Modified files: sys/arch/sh/include: ptrace.h Log message: Add PT_STEP. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 07:55:11 Modified files: driver/openbsd-input-usbtablet: config.guess config.sub driver/xf86-input-acecad: config.guess config.sub ltmain.sh driver/xf86-input-acecad/man: Makefile.in driver/xf86-input-digitaledge: config.guess config.sub ltmain.sh driver/xf86-input-digitaledge/man: Makefile.in driver/xf86-input-elographics: config.guess config.sub ltmain.sh driver/xf86-input-elographics/man: Makefile.in driver/xf86-input-fpit: config.guess config.sub ltmain.sh driver/xf86-input-fpit/man: Makefile.in driver/xf86-input-hyperpen: config.guess config.sub ltmain.sh driver/xf86-input-hyperpen/man: Makefile.in driver/xf86-input-jamstudio: config.guess config.sub ltmain.sh driver/xf86-input-jamstudio/man: Makefile.in driver/xf86-input-joystick: config.guess config.sub ltmain.sh driver/xf86-input-joystick/man: Makefile.in driver/xf86-input-keyboard: config.guess config.sub ltmain.sh driver/xf86-input-keyboard/man: Makefile.in driver/xf86-input-magellan: config.guess config.sub ltmain.sh driver/xf86-input-magellan/man: Makefile.in driver/xf86-input-magictouch: config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs driver/xf86-input-magictouch/man: Makefile.in driver/xf86-input-mouse: config.guess config.sub ltmain.sh driver/xf86-input-mouse/man: Makefile.in driver/xf86-input-mutouch: config.guess config.sub ltmain.sh driver/xf86-input-mutouch/man: Makefile.in driver/xf86-input-palmax: config.guess config.sub ltmain.sh driver/xf86-input-palmax/man: Makefile.in driver/xf86-input-spaceorb: config.guess config.sub ltmain.sh driver/xf86-input-spaceorb/man: Makefile.in driver/xf86-input-summa: config.guess config.sub ltmain.sh driver/xf86-input-summa/man: Makefile.in driver/xf86-input-tek4957: config.guess config.sub ltmain.sh driver/xf86-input-tek4957/man: Makefile.in driver/xf86-input-vmmouse: config.guess config.sub ltmain.sh driver/xf86-input-vmmouse/man: Makefile.in driver/xf86-input-void: config.guess config.sub ltmain.sh driver/xf86-input-void/man: Makefile.in driver/xf86-video-apm: config.guess config.sub ltmain.sh driver/xf86-video-apm/man: Makefile.in driver/xf86-video-ark: config.guess config.sub ltmain.sh driver/xf86-video-ati: compile config.guess config.sub depcomp install-sh ltmain.sh missing driver/xf86-video-ati/man: Makefile.in driver/xf86-video-chips: config.guess config.sub ltmain.sh driver/xf86-video-chips/man: Makefile.in driver/xf86-video-cirrus: config.guess config.sub ltmain.sh driver/xf86-video-cirrus/man: Makefile.in driver/xf86-video-cyrix: config.guess config.sub ltmain.sh driver/xf86-video-cyrix/man: Makefile.in driver/xf86-video-dummy: config.guess config.sub ltmain.sh driver/xf86-video-fbdev: config.guess config.sub ltmain.sh driver/xf86-video-fbdev/man: Makefile.in driver/xf86-video-glint: config.guess config.sub ltmain.sh driver/xf86-video-glint/man: Makefile.in driver/xf86-video-i128: config.guess config.sub ltmain.sh driver/xf86-video-i128/man: Makefile.in driver/xf86-video-i740: config.guess config.sub ltmain.sh driver/xf86-video-i740/man: Makefile.in driver/xf86-video-imstt: config.guess config.sub ltmain.sh driver/xf86-video-imstt/man: Makefile.in driver/xf86-video-intel: config.guess config.sub ltmain.sh driver/xf86-video-intel/man: Makefile.in driver/xf86-video-mga: config.guess config.sub ltmain.sh driver/xf86-video-mga/man: Makefile.in driver/xf86-video-neomagic: config.guess config.sub ltmain.sh driver/xf86-video-neomagic/man: Makefile.in driver/xf86-video-newport: config.guess config.sub ltmain.sh driver/xf86-video-newport/man: Makefile.in driver/xf86-video-nsc: config.guess config.sub ltmain.sh driver/xf86-video-nsc/man: Makefile.in driver/xf86-video-nv: config.guess config.sub ltmain.sh driver/xf86-video-nv/man: Makefile.in driver/xf86-video-rendition: config.guess config.sub ltmain.sh driver/xf86-video-rendition/man: Makefile.in driver/xf86-video-s3: config.guess config.sub ltmain.sh driver/xf86-video-s3virge: config.guess config.sub ltmain.sh driver/xf86-video-s3virge/man: Makefile.in driver/xf86-video-savage: config.guess config.sub ltmain.sh driver/xf86-video-savage/man: Makefile.in driver/xf86-video-siliconmotion: config.guess config.sub ltmain.sh driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-sis: config.guess config.sub ltmain.sh driver/xf86-video-sis/man: Makefile.in driver/xf86-video-tdfx: config.guess config.sub ltmain.sh driver/xf86-video-tdfx/man: Makefile.in driver/xf86-video-trident: config.guess config.sub ltmain.sh driver/xf86-video-trident/man: Makefile.in driver/xf86-video-tseng: config.guess config.sub ltmain.sh driver/xf86-video-tseng/man: Makefile.in driver/xf86-video-vesa: config.guess config.sub ltmain.sh driver/xf86-video-vesa/man: Makefile.in driver/xf86-video-vga: config.guess config.sub ltmain.sh driver/xf86-video-vga/man: Makefile.in driver/xf86-video-vmware: config.guess config.sub ltmain.sh driver/xf86-video-vmware/man: Makefile.in driver/xf86-video-voodoo: config.guess config.sub ltmain.sh driver/xf86-video-voodoo/man: Makefile.in Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/27 08:02:34 Modified files: usr.sbin/ripd : auth.c Log message: use correct function name in error message; ok henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 08:11:16 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 08:13:17 Modified files: font/adobe-100dpi: install-sh missing mkinstalldirs font/adobe-75dpi: install-sh missing mkinstalldirs font/adobe-utopia-100dpi: install-sh missing mkinstalldirs font/adobe-utopia-75dpi: install-sh missing mkinstalldirs font/adobe-utopia-type1: install-sh missing mkinstalldirs font/alias : install-sh missing mkinstalldirs font/arabic-misc: install-sh missing mkinstalldirs font/bh-100dpi : install-sh missing mkinstalldirs font/bh-75dpi : install-sh missing mkinstalldirs font/bh-lucidatypewriter-100dpi: install-sh missing mkinstalldirs font/bh-lucidatypewriter-75dpi: install-sh missing mkinstalldirs font/bh-ttf : install-sh missing mkinstalldirs font/bh-type1 : install-sh missing mkinstalldirs font/bitstream-100dpi: install-sh missing mkinstalldirs font/bitstream-75dpi: install-sh missing mkinstalldirs font/bitstream-speedo: install-sh missing mkinstalldirs font/bitstream-type1: install-sh missing mkinstalldirs font/cronyx-cyrillic: install-sh missing mkinstalldirs font/cursor-misc: install-sh missing mkinstalldirs font/daewoo-misc: install-sh missing mkinstalldirs font/dec-misc : install-sh missing mkinstalldirs font/ibm-type1 : install-sh missing mkinstalldirs font/isas-misc : install-sh missing mkinstalldirs font/jis-misc : install-sh missing mkinstalldirs font/micro-misc: install-sh missing mkinstalldirs font/misc-cyrillic: install-sh missing mkinstalldirs font/misc-ethiopic: install-sh missing mkinstalldirs font/misc-meltho: install-sh missing mkinstalldirs font/misc-misc : install-sh missing mkinstalldirs font/mutt-misc : install-sh missing mkinstalldirs font/schumacher-misc: install-sh missing mkinstalldirs font/sony-misc : install-sh missing mkinstalldirs font/sun-misc : install-sh missing mkinstalldirs font/winitzki-cyrillic: install-sh missing mkinstalldirs font/xfree86-type1: install-sh missing mkinstalldirs Log message: regenerate with OpenBSD autotools CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/27 08:17:37 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Added support for parsing _CRS resources Post-parsing fixup for forward name references CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/27 08:20:26 Modified files: sys/dev/acpi : acpi.c acpiprt.c Log message: Fixes for acpiprt routing Post-parse fixup for namerefs ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 08:28:40 Modified files: infrastructure/mk: bsd.port.mk Log message: some white space and reformat (style) make sure every variable assignement is surrounded by spaces CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/27 08:32:12 Modified files: sys/dev/ic : malo.c Log message: Enable WEP. Tested by jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 08:38:01 Modified files: . : Makefile infrastructure/mk: bsd.port.subdir.mk pkgpath.mk modules.port.mk Log message: same formatting clean-up as bsd.port.mk CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/27 08:44:03 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: Initial untested bits for ZD1211B support, different init sequences for radios not yet done. "commit what you have" damien@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 08:46:48 Modified files: sys/arch/i386/i386: kvm86call.S Log message: Prevent panics when booting GENERIC.MP with a vesabios kernel. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/27 08:46:55 Modified files: share/man/man4 : usbf.4 Log message: - remove reference to non-existent usbf(9); noticed by jmc - add author information CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/27 08:49:32 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : cdcef.4 Log message: document the CDC Ethernet function CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 09:00:19 Modified files: sys/arch/i386/i386: kvm86.c Log message: First attempt at making kvm86 MP safe, place mutex lock around calls to kvm86_bioscall at IPL_IPI this might be incorrect, seems to fix some issues with vt switching, however X still bombs on the second attempt with disappointing frequency. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/27 09:02:52 Modified files: usr.bin/cvs : annotate.c Log message: don't process the file if its status is FILE_UNLINK. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/27 09:04:11 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: hook up annotate server bits. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 09:08:05 Modified files: infrastructure/mk: bsd.port.mk Log message: white space police CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 09:10:41 Modified files: sys/arch/vax/dec: wskbdmap_lk201.c Log message: Portuguese LK-201 layout. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 09:13:15 Modified files: share/man/man4/man4.vax: lkkbd.4 Log message: KB_PT CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/27 09:14:07 Modified files: sbin/dhclient : dhcpd.h Log message: remove invalid comment CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/27 09:19:59 Modified files: usr.bin/cvs : client.c Log message: sort sent requests; CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 09:20:46 src/usr.bin/pkg-config Update of /cvs/src/usr.bin/pkg-config In directory cvs.openbsd.org:/tmp/cvs-serv15574/pkg-config Log Message: Directory /cvs/src/usr.bin/pkg-config added to the repository CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/27 09:27:53 Modified files: sys/arch/i386/pci: ichpcib.c Log message: Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, since Celerons don't support it. prodded by gwk@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/27 09:32:43 Modified files: sys/dev/acpi : acpiprt.c Log message: Add check for acpi pointer. This prevents some ugly panics. ok ketennis. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/27 09:47:05 Modified files: sys/dev/pci : files.pci sys/arch/i386/conf: GENERIC Added files: sys/dev/pci : ips.c Log message: IBM ServeRAID controllers driver. Way far from complete but enough to fdisk and disklabel logical drives. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 09:49:13 Added files: usr.bin/pkg-config: Makefile pkg-config Log message: Yet Another pkg-config program, this time as a perl script. Not all flags and options are implemented yet, but it works well enough to build a bunch of ports and xenocara (which requires pkg-config). It is not yet activated in the build; I'm committing to allow for in-tree development (including a man page). ok espie, matthieu CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 09:57:27 Modified files: usr.bin/pkg-config: pkg-config Log message: Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATH is for. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/27 10:00:09 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : bio_register.9 Log message: document bio_register and bio_unregister with help from jmc@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 10:01:56 Modified files: usr.bin/pkg-config: Makefile Log message: forgot about obj dirs. thanks matthieu CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 10:14:43 src/sys/dev/vesa Update of /cvs/src/sys/dev/vesa In directory cvs.openbsd.org:/tmp/cvs-serv29915/vesa Log Message: Directory /cvs/src/sys/dev/vesa added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/27 10:16:57 Modified files: print/lyx : Makefile distinfo print/lyx/patches: patch-configure print/lyx/pkg : PLIST Log message: update lyx to 1.4.3 from Zvezdan Petkovic (maintainer) zap dead mastersite an NO_REGRESS=Yes while there ok pvalchev CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/27 10:20:37 Modified files: share/man/man4 : malo.4 Log message: Comment in WEP support. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 10:30:18 Modified files: infrastructure/mk: bsd.port.mk Log message: zap some older ways to define PLIST which we haven't used ever since pkg_add groks fragments. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/27 10:31:36 Modified files: sys/dev/pci : ips.c Log message: Properly enable enterrupts. Now I finally can newfs the whole drive. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 10:56:57 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable kvm86. ok deraadt CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 11:04:28 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: mainbus.c sys/arch/i386/include: frame.h sys/dev/pci : vga_pci.c vga_pcivar.h sys/dev/wscons : wsconsio.h Added files: sys/dev/vesa : files.vesa vesabios.c vesabiosreg.h vesabiosvar.h vesafb.c vesafbvar.h Log message: commit vesabios for matthieu@ ok deraadt, "slap it in" miod@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/11/27 11:24:43 Modified files: sys/scsi : ch.c scsi_all.h scsi_base.c st.c Log message: rework asc/ascq handling to get rid of "magic" 0x values in the code, changes asc/ascq handling to deal with the pair together rather than seperately, since modern scsi has long since polluted the "categories" of asc enough that you pretty much need to always look as ascq. ok krw@ deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/27 11:30:38 Modified files: sys/dev/acpi : dsdt.h Log message: Make AML_CRSLEN return the correct length for small resources. ok jordan@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/27 11:32:33 Modified files: sys/sys : scsiio.h sys/scsi : scsiconf.c Log message: add bio code to do hotplug of devices on the scsibus. thumbs up deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/27 11:41:23 Modified files: sys/dev/acpi : acpiprt.c Log message: Make normal pic interrupt routing work too. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/27 11:43:30 Modified files: sys/arch/macppc/macppc: cpu.c Log message: For the G5 processor setperf function, don't force perflevel to 50 or 100 perserve the illusion of a much finer granularity of performance control. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/11/27 11:48:07 Modified files: . : want.html Log message: maja@ gave me an et1310 to play with. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/27 11:50:59 Modified files: sys/arch/i386/conf: GENERIC GENERIC.MP Log message: Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2006/11/27 11:53:47 Modified files: . : want.html Log message: I need a faster dedicated macppc development machine and for kvm86 work a multiprocessor amd64 machine. ok deraadt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/27 11:58:03 Modified files: sys/dev/pci : pcidevs Log message: Add some Agere Ethernet ids. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/27 12:01:37 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 12:09:19 Modified files: infrastructure/mk: bsd.port.mk Log message: zap the last special case of PLIST, we do not use that either CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:16:59 Modified files: etc/mtree : BSD.x11.dist lib/libXt : Makefile.bsd-wrapper app/xkbcomp : Makefile.bsd-wrapper data/xkbdata : Makefile.bsd-wrapper Log message: Move back things to /usr/X11R6/lib/X11. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/27 12:19:09 Modified files: sys/arch/amd64/conf: GENERIC GENERIC.MP Log message: Added support to GENERIC for disabled acpi CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/27 12:22:33 Log message: import jwm 1.8rc4 JWM is a window manager for the X11 Window System. JWM is written in C and uses only Xlib at a minimum. based on a port by mk@, and incorporated feedback from steven@ and naddy@ ok matthieu@ Status: Vendor Tag: jasper Release Tags: jasper_27112006 N ports/x11/jwm/Makefile N ports/x11/jwm/distinfo N ports/x11/jwm/pkg/DESCR N ports/x11/jwm/pkg/PLIST N ports/x11/jwm/patches/patch-src-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/27 12:24:18 Modified files: x11 : Makefile Log message: add jwm CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:27:27 Modified files: app/appres : Makefile.bsd-wrapper app/bdftopcf : Makefile.bsd-wrapper app/beforelight: Makefile.bsd-wrapper app/bitmap : Makefile.bsd-wrapper app/editres : Makefile.bsd-wrapper app/fonttosfnt : Makefile.bsd-wrapper app/fslsfonts : Makefile.bsd-wrapper app/fstobdf : Makefile.bsd-wrapper app/iceauth : Makefile.bsd-wrapper app/ico : Makefile.bsd-wrapper app/lbxproxy : Makefile.bsd-wrapper app/listres : Makefile.bsd-wrapper app/luit : Makefile.bsd-wrapper app/mkcfm : Makefile.bsd-wrapper app/mkfontdir : Makefile.bsd-wrapper app/mkfontscale: Makefile.bsd-wrapper app/oclock : Makefile.bsd-wrapper app/proxymngr : Makefile.bsd-wrapper app/rgb : Makefile.bsd-wrapper app/rstart : Makefile.bsd-wrapper app/scripts : Makefile.bsd-wrapper app/sessreg : Makefile.bsd-wrapper app/setxkbmap : Makefile.bsd-wrapper app/showfont : Makefile.bsd-wrapper app/smproxy : Makefile.bsd-wrapper app/twm : Makefile.bsd-wrapper app/viewres : Makefile.bsd-wrapper app/x11perf : Makefile.bsd-wrapper app/xauth : Makefile.bsd-wrapper app/xbiff : Makefile.bsd-wrapper app/xcalc : Makefile.bsd-wrapper app/xclipboard : Makefile.bsd-wrapper app/xclock : Makefile.bsd-wrapper app/xcmsdb : Makefile.bsd-wrapper app/xconsole : Makefile.bsd-wrapper app/xdm : Makefile.bsd-wrapper app/xdpyinfo : Makefile.bsd-wrapper app/xdriinfo : Makefile.bsd-wrapper app/xedit : Makefile.bsd-wrapper app/xev : Makefile.bsd-wrapper app/xeyes : Makefile.bsd-wrapper app/xf86dga : Makefile.bsd-wrapper app/xfd : Makefile.bsd-wrapper app/xfindproxy : Makefile.bsd-wrapper app/xfontsel : Makefile.bsd-wrapper app/xfs : Makefile.bsd-wrapper app/xfsinfo : Makefile.bsd-wrapper app/xfwp : Makefile.bsd-wrapper app/xgamma : Makefile.bsd-wrapper app/xgc : Makefile.bsd-wrapper app/xhost : Makefile.bsd-wrapper app/xinit : Makefile.bsd-wrapper app/xkbevd : Makefile.bsd-wrapper app/xkbprint : Makefile.bsd-wrapper app/xkbutils : Makefile.bsd-wrapper app/xkill : Makefile.bsd-wrapper app/xload : Makefile.bsd-wrapper app/xlockmore : Makefile.bsd-wrapper app/xlogo : Makefile.bsd-wrapper app/xlsatoms : Makefile.bsd-wrapper app/xlsclients : Makefile.bsd-wrapper app/xlsfonts : Makefile.bsd-wrapper app/xmag : Makefile.bsd-wrapper app/xman : Makefile.bsd-wrapper app/xmessage : Makefile.bsd-wrapper app/xmodmap : Makefile.bsd-wrapper app/xmore : Makefile.bsd-wrapper app/xphelloworld: Makefile.bsd-wrapper app/xplsprinters: Makefile.bsd-wrapper app/xpr : Makefile.bsd-wrapper app/xprehashprinterlist: Makefile.bsd-wrapper app/xprop : Makefile.bsd-wrapper app/xrandr : Makefile.bsd-wrapper app/xrdb : Makefile.bsd-wrapper app/xrefresh : Makefile.bsd-wrapper app/xset : Makefile.bsd-wrapper app/xsetmode : Makefile.bsd-wrapper app/xsetpointer: Makefile.bsd-wrapper app/xsetroot : Makefile.bsd-wrapper app/xsm : Makefile.bsd-wrapper app/xstdcmap : Makefile.bsd-wrapper app/xterm : Makefile.bsd-wrapper app/xtrap : Makefile.bsd-wrapper app/xvidtune : Makefile.bsd-wrapper app/xvinfo : Makefile.bsd-wrapper app/xwd : Makefile.bsd-wrapper app/xwininfo : Makefile.bsd-wrapper app/xwud : Makefile.bsd-wrapper Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:28:26 Modified files: proto/bigreqsproto: Makefile.bsd-wrapper proto/compositeproto: Makefile.bsd-wrapper proto/damageproto: Makefile.bsd-wrapper proto/dmxproto : Makefile.bsd-wrapper proto/evieproto: Makefile.bsd-wrapper proto/fixesproto: Makefile.bsd-wrapper proto/fontcacheproto: Makefile.bsd-wrapper proto/fontsproto: Makefile.bsd-wrapper proto/glproto : Makefile.bsd-wrapper proto/inputproto: Makefile.bsd-wrapper proto/kbproto : Makefile.bsd-wrapper proto/pmproto : Makefile.bsd-wrapper proto/printproto: Makefile.bsd-wrapper proto/randrproto: Makefile.bsd-wrapper proto/recordproto: Makefile.bsd-wrapper proto/renderproto: Makefile.bsd-wrapper proto/resourceproto: Makefile.bsd-wrapper proto/scrnsaverproto: Makefile.bsd-wrapper proto/trapproto: Makefile.bsd-wrapper proto/videoproto: Makefile.bsd-wrapper proto/x11proto : Makefile.bsd-wrapper proto/xcmiscproto: Makefile.bsd-wrapper proto/xextproto: Makefile.bsd-wrapper proto/xf86bigfontproto: Makefile.bsd-wrapper proto/xf86dgaproto: Makefile.bsd-wrapper proto/xf86driproto: Makefile.bsd-wrapper proto/xf86miscproto: Makefile.bsd-wrapper proto/xf86rushproto: Makefile.bsd-wrapper proto/xf86vidmodeproto: Makefile.bsd-wrapper proto/xineramaproto: Makefile.bsd-wrapper Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:29:55 Modified files: util/cf : Makefile.bsd-wrapper util/gccmakedep: Makefile.bsd-wrapper util/imake : Makefile.bsd-wrapper util/macros : Makefile.bsd-wrapper util/makedepend: Makefile.bsd-wrapper Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:30:45 Modified files: driver/openbsd-input-usbtablet: Makefile.bsd-wrapper driver/openbsd-input-ws: Makefile.bsd-wrapper driver/xf86-input-acecad: Makefile.bsd-wrapper driver/xf86-input-calcomp: Makefile.bsd-wrapper driver/xf86-input-citron: Makefile.bsd-wrapper driver/xf86-input-digitaledge: Makefile.bsd-wrapper driver/xf86-input-dmc: Makefile.bsd-wrapper driver/xf86-input-dynapro: Makefile.bsd-wrapper driver/xf86-input-elo2300: Makefile.bsd-wrapper driver/xf86-input-elographics: Makefile.bsd-wrapper driver/xf86-input-fpit: Makefile.bsd-wrapper driver/xf86-input-hyperpen: Makefile.bsd-wrapper driver/xf86-input-jamstudio: Makefile.bsd-wrapper driver/xf86-input-joystick: Makefile.bsd-wrapper driver/xf86-input-keyboard: Makefile.bsd-wrapper driver/xf86-input-magellan: Makefile.bsd-wrapper driver/xf86-input-magictouch: Makefile.bsd-wrapper driver/xf86-input-microtouch: Makefile.bsd-wrapper driver/xf86-input-mouse: Makefile.bsd-wrapper driver/xf86-input-mutouch: Makefile.bsd-wrapper driver/xf86-input-palmax: Makefile.bsd-wrapper driver/xf86-input-penmount: Makefile.bsd-wrapper driver/xf86-input-spaceorb: Makefile.bsd-wrapper driver/xf86-input-summa: Makefile.bsd-wrapper driver/xf86-input-tek4957: Makefile.bsd-wrapper driver/xf86-input-vmmouse: Makefile.bsd-wrapper driver/xf86-input-void: Makefile.bsd-wrapper driver/xf86-video-apm: Makefile.bsd-wrapper driver/xf86-video-ark: Makefile.bsd-wrapper driver/xf86-video-ati: Makefile.bsd-wrapper driver/xf86-video-chips: Makefile.bsd-wrapper driver/xf86-video-cirrus: Makefile.bsd-wrapper driver/xf86-video-cyrix: Makefile.bsd-wrapper driver/xf86-video-dummy: Makefile.bsd-wrapper driver/xf86-video-fbdev: Makefile.bsd-wrapper driver/xf86-video-glint: Makefile.bsd-wrapper driver/xf86-video-i128: Makefile.bsd-wrapper driver/xf86-video-i740: Makefile.bsd-wrapper driver/xf86-video-imstt: Makefile.bsd-wrapper driver/xf86-video-intel: Makefile.bsd-wrapper driver/xf86-video-mga: Makefile.bsd-wrapper driver/xf86-video-neomagic: Makefile.bsd-wrapper driver/xf86-video-newport: Makefile.bsd-wrapper driver/xf86-video-nsc: Makefile.bsd-wrapper driver/xf86-video-nv: Makefile.bsd-wrapper driver/xf86-video-rendition: Makefile.bsd-wrapper driver/xf86-video-s3: Makefile.bsd-wrapper driver/xf86-video-s3virge: Makefile.bsd-wrapper driver/xf86-video-savage: Makefile.bsd-wrapper driver/xf86-video-siliconmotion: Makefile.bsd-wrapper driver/xf86-video-sis: Makefile.bsd-wrapper driver/xf86-video-tdfx: Makefile.bsd-wrapper driver/xf86-video-tga: Makefile.bsd-wrapper driver/xf86-video-trident: Makefile.bsd-wrapper driver/xf86-video-tseng: Makefile.bsd-wrapper driver/xf86-video-vesa: Makefile.bsd-wrapper driver/xf86-video-vga: Makefile.bsd-wrapper driver/xf86-video-via: Makefile.bsd-wrapper driver/xf86-video-vmware: Makefile.bsd-wrapper driver/xf86-video-voodoo: Makefile.bsd-wrapper driver/xf86-video-wsfb: Makefile.bsd-wrapper Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/27 12:31:46 Modified files: sys/dev/pcmcia : cfxga.c cfxgareg.h Log message: Support for different video modes (by playing with wsconfcfg). 8 bit modes are disabled until I find why the LUT writes are ignored, and Zaurus-like 640x480x16 is still the default. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/27 12:32:17 Modified files: sbin/dhclient : bpf.c dhcpd.h Log message: Recognize when we are sending to a unicast destination IP address and instead of using BPF, which currently will always set the destination MAC to broadcast, send using a SOCK_RAW socket and sendmsg() so the frame has a unicast destination MAC. Fixes an issue when using a bootp forwarder where unicast DHCPREQUESTs are dropped at the router/gateway until we reach T2/REBINDING and change the destination IP to broadcast. ok henning@ (but doesn't like using a raw socket for this) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/27 12:32:18 Modified files: sys/dev/acpi : acpi.c Log message: Don't spam dmesg. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:34:41 Modified files: data/bitmaps : Makefile.bsd-wrapper xserver : Makefile.bsd-wrapper Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/11/27 12:52:32 Modified files: . : items.html Log message: 2.1 and 2.2 sold out in Canada CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 12:56:35 Modified files: driver : Makefile lib/freetype : Makefile lib/freetype/include: Makefile lib/freetype/include/freetype: Makefile lib/freetype/include/freetype/config: Makefile lib/freetype/include/freetype/internal: Makefile lib/freetype/include/freetype/internal/services: Makefile lib/expat : Makefile app/fvwm : Makefile app/fvwm/fvwm : Makefile app/fvwm/icons : Makefile app/fvwm/libs : Makefile app/fvwm/modules: Makefile app/fvwm/modules/FvwmAuto: Makefile app/fvwm/modules/FvwmBacker: Makefile app/fvwm/modules/FvwmBanner: Makefile app/fvwm/modules/FvwmButtons: Makefile app/fvwm/modules/FvwmCpp: Makefile app/fvwm/modules/FvwmForm: Makefile app/fvwm/modules/FvwmIconBox: Makefile app/fvwm/modules/FvwmIconMan: Makefile app/fvwm/modules/FvwmIdent: Makefile app/fvwm/modules/FvwmM4: Makefile app/fvwm/modules/FvwmPager: Makefile app/fvwm/modules/FvwmRearrange: Makefile app/fvwm/modules/FvwmSave: Makefile app/fvwm/modules/FvwmSaveDesk: Makefile app/fvwm/modules/FvwmScroll: Makefile app/fvwm/modules/FvwmTalk: Makefile app/fvwm/modules/FvwmWinList: Makefile app/fvwm/sample.fvwmrc: Makefile app/fvwm/utils : Makefile Log message: $Xenocara$ -> $OpenBSD$ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/11/27 13:15:09 Modified files: sys/scsi : cd.c scsi_all.h sd.c Log message: get rid of the rest of the asc/ascq magic codes in scsi ok marco@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 13:19:57 Modified files: app/xsystrace : Makefile Added files: app/xsystrace/pixmaps: Makefile Log message: - install pixmaps - fix Applications defaults installation CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 13:21:05 Modified files: app : Makefile Log message: - hook xsystrace - clean up CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 13:29:50 Modified files: infrastructure/mk: bsd.port.mk Log message: unbreak xplanet for now CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 13:35:21 Modified files: app/xsystrace : Makefile Log message: fix MANDIR CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/27 13:39:39 Modified files: app/xsystrace : Makefile Log message: Really fix man page install. XX There ought to be a better way to do that CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/11/27 13:46:03 Modified files: libexec/spamd : spamd.c Log message: Make spamd error out for a greylisted session only after the DATA command not after the RCPT command, as this helps people out when they are faced with retarded sender verification schemes - tested out by a number of people on tech@, and running at u of a for a while. Supposedly this makes verizon sender verification happy. Suggested as a stable candidate by people on tech@, I'm ok with that. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/27 13:52:30 Modified files: sbin/dhclient : dhclient.c Log message: correct comment CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/27 15:32:15 Modified files: share/man/man4 : malo.4 Log message: do not use .Pp before or after .Sh; CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 15:50:31 Modified files: usr.bin/pkg-config: pkg-config Log message: When a package is not found, exit with an error code. Allows things like neon and subversion to build. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 16:02:02 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 16:04:22 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 16:10:00 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/11/27 16:14:22 Modified files: sys/scsi : cd.c ch.c scsi_all.h scsi_base.c sd.c st.c Log message: more magic removal ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/27 16:19:41 Modified files: usr.bin/tip : tip.c Log message: Back out revision 1.31, restoring the ":dc: is always set" behaviour. Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 16:27:46 Modified files: usr.bin/pkg-config: Makefile Log message: better man page based on another script Makefile CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/27 16:27:54 Modified files: usr.bin : Makefile Log message: enter pkg-config CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/27 16:43:47 Modified files: sys/dev/acpi : acpiprt.c dsdt.c Log message: Post-process PCI config space opregions Fixed acpiprt for stinky presario v3000 ok marco@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/27 16:47:56 Modified files: net/dss : Makefile Added files: net/dss/pkg : DESCR-server PLIST-server Removed files: net/dss/pkg : DESCR PLIST Log message: move BROKEN port to MULTI_PACKAGES, so that it doesn't break mirror-maker. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/27 16:52:18 Modified files: usr.bin/pkg-config: pkg-config Log message: stylistic clean-ups. look more like BSD style, open files correctly, remove lots of extra parenthesis, do not depend on $_ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/27 16:56:38 Modified files: sys/dev/pci : ips.c Log message: Replace DMA operations with something less ugly. Still a lot of work remains. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 16:57:51 Modified files: usr.bin/pkg-config: pkg-config Log message: $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/27 17:08:50 Modified files: sbin/pfctl : pfctl_altq.c Log message: fix servicecurve check; no point in checking the same sc three times, it was obviously intended to check all three. has been wrong since the beginning, 4 years... noticed by Earl Lapus , Vasil Dimov mailed me then, ok mcbride CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/27 17:11:44 Modified files: sys/dev/pci : ips.c Log message: Pretend to implement SCSI SYNCHRONIZE_CACHE command. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 17:48:08 Modified files: usr.bin/pkg-config: Makefile Added files: usr.bin/pkg-config: pkg-config.1 Log message: Initial version of a manpage. More options will be described as they are implemented. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 18:20:44 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: Move a sentence and talk a bit about dependency resolution. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 18:36:17 Modified files: usr.bin/pkg-config: pkg-config pkg-config.1 Log message: Allow "pkg-config --modversion" to work. Reported by naddy@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 18:40:21 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: Nicer descriptions of --atleast*version and and --exists CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 18:54:14 Modified files: usr.bin/pkg-config: pkg-config pkg-config.1 Log message: Add the --silence-errors option. Found by naddy@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 18:59:42 Modified files: usr.bin/pkg-config: pkg-config Log message: Sync usage with manpage CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/27 19:22:39 Modified files: sys/dev/pci : if_ixgb.c Log message: style changes and cleaning. no op. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/27 20:30:28 Modified files: usr.bin/pkg-config: pkg-config Log message: Remove a debug print i accidentally left behind CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/27 21:26:50 Modified files: sys/dev/pci : if_ixgb.c Log message: - ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure. - ixgb_dma_free(): Return if the DMA tag is NUL. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/27 21:45:08 Modified files: sys/dev/pci : if_ixgb.c if_ixgb.h Log message: Pre-allocate the TX DMA maps intead of creating and destroying a DMA map per packet sent. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/27 22:19:49 Modified files: net/adns : Makefile distinfo net/adns/pkg : PFRAG.shared PLIST Added files: net/adns/patches: patch-dynamic_Makefile_in Log message: update to 1.4. bump minor. zap some useless extra .so files. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/28 01:11:04 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/28 01:47:55 Modified files: usr.bin/cvs : cvs.1 Log message: we will never support pserver, so do not bother documenting login/logout commands, nor mark them as supported. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/28 02:27:09 Modified files: sbin/isakmpd : isakmpd.8 ui.c Log message: do not re-add existing entries; ok hshoexer CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/28 02:35:28 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/pkg: PLIST-main Added files: editors/openoffice/pkg: DESCR-i18n-sv PLIST-i18n-sv Log message: - add Swedish (sv) lanaguage support; - install icons and desktop files for base, calc, draw, impress and math; (from now on these entries should pop up in kde's menu) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/28 02:55:57 Modified files: sys/dev/ic : malo.c Log message: Instead debug message for WEP key setting, just complain if WEP key setting fails. Always return with error in malo_init() if someting fails. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 03:15:35 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile distinfo databases/p5-DBIx-Class-Schema-Loader/pkg: PLIST Log message: update. From maintainer CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/28 03:18:49 Modified files: security/gnupg : Makefile Added files: security/gnupg/patches: patch-g10_openfile_c Log message: Security fix for a buffer overflow when running gnupg in interactive mode. More info: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 03:19:34 Modified files: devel/p5-Path-Class: Makefile Log message: cpan switch, from maintainer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/28 03:53:55 Modified files: . : want.html Log message: add more, and thanks for some other things CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 03:56:56 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : ips.4 Log message: It's really nice to start your day with writting a man page. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 04:09:52 Modified files: security/p5-Authen-Htpasswd: Makefile www/p5-CGI-Simple: Makefile security/p5-Catalyst-Plugin-Authentication: Makefile security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: Makefile security/p5-Catalyst-Plugin-Authorization-ACL: Makefile security/p5-Catalyst-Plugin-Authorization-Roles: Makefile textproc/p5-Catalyst-Plugin-Textile: Makefile textproc/p5-Catalyst-View-TT: Makefile distinfo www/p5-HTML-TokeParser-Simple: Makefile www/p5-HTML-Widget: Makefile www/p5-HTTP-Body: Makefile www/p5-HTTP-Request-AsCGI: Makefile mail/p5-MIME-Lite: Makefile mail/p5-MIME-tools: Makefile mail/p5-Mail-Alias: Makefile mail/p5-Mail-Audit: Makefile mail/p5-Mail-Box: Makefile mail/p5-Mail-IMAPClient: Makefile mail/p5-Mail-POP3Client: Makefile mail/p5-Mail-SPF-Query: Makefile mail/p5-SMTP-Server: Makefile textproc/p5-Template-Timer: Makefile textproc/p5-Text-SimpleTable: Makefile textproc/p5-Text-Textile: Makefile Log message: a few cpan changes, and simple updates from Simon Dassow CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/28 04:13:22 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h sh-protos.h sh.c sh.h Log message: Turn OVERRIDE_OPTIONS macro into a function, so that we can put preprocessor directives in it; then do our changes only if either OPENBSD_NATIVE or OPENBSD_CROSS is defined; then disable -fregmove for now. ok otto@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/11/28 04:14:52 Modified files: sys/kern : kern_malloc.c Log message: Make malloc() print out a warning message when returning NULL due to M_CANFAIL, idea from miod@, okay deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/28 04:18:55 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 04:19:24 Modified files: lib/libXaw : configure.ac Log message: Fix to make it possible to disable Xaw6. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 04:27:01 Modified files: lib/libXaw : Makefile.am Log message: Remove a linuxism that just pollutes the file sytem CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 04:27:35 Modified files: lib/libXaw : Makefile.bsd-wrapper Log message: Disable build of old compat libXaw6 and libXaw7. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/28 04:31:34 Modified files: sys/arch/i386/pci: ichpcib.c Log message: acpi may steal the timer and speedstep functionality, in which case we cannot io map the device. rest of the attach() functionality is still safely intact. we simply do not have to warn about mapping failing. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 04:35:53 Modified files: lib/libXaw : Makefile.in configure lib/libXaw/man : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 04:48:11 Modified files: lib/fontconfig : Makefile.am lib/fontconfig/conf.d: Makefile.am lib/fontconfig/doc: Makefile.am lib/fontconfig/fc-cache: Makefile.am lib/fontconfig/fc-cat: Makefile.am lib/fontconfig/fc-list: Makefile.am lib/fontconfig/fc-match: Makefile.am lib/fontconfig/src: Makefile.am lib/libFS : Makefile.am lib/libXRes : Makefile.am lib/libXRes/man: Makefile.am lib/libXScrnSaver/man: Makefile.am lib/libXTrap : Makefile.am lib/libXaw/man : Makefile.am lib/libXcomposite: Makefile.am lib/libXcomposite/src: Makefile.am lib/libXcursor : Makefile.am lib/libXdamage : Makefile.am lib/libXevie : Makefile.am lib/libXevie/man: Makefile.am lib/libXfixes : Makefile.am lib/libXfixes/man: Makefile.am lib/libXfont : Makefile.am lib/libXfont/src: Makefile.am lib/libXfontcache/man: Makefile.am lib/libXft : Makefile.am lib/libXi/man : Makefile.am lib/libXmu : Makefile.am lib/libXp : Makefile.am lib/libXp/man : Makefile.am lib/libXrandr : Makefile.am lib/libXrandr/man: Makefile.am lib/libXrender : Makefile.am lib/libXt : Makefile.am Makefile.bsd-wrapper lib/libXv/man : Makefile.am lib/libXxf86dga/man: Makefile.am lib/libXxf86misc/man: Makefile.am lib/libXxf86vm/man: Makefile.am lib/liblbxutil : Makefile.am Log message: Try to prevent endless regeneration of Makefile.in caused to RCS Id expansion. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/28 04:56:03 Modified files: share/man/man4 : ami.4 Log message: useless Xr CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 04:57:05 Modified files: net/dss : Makefile Log message: still broken... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/28 05:01:27 Modified files: sys/dev/pcmcia : cfxga.c cfxgareg.h files.pcmcia Log message: Reorder cfxga initialization sequence for clarity, and minor tweaks; no functional changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/28 05:03:10 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 05:05:19 Modified files: app/beforelight: Makefile.am app/editres : Makefile.am app/oclock : Makefile.am app/xcalc : Makefile.am app/xclock : Makefile.am app/xlogo : Makefile.am app/xvidtune : Makefile.am app/twm/man : Makefile.am Log message: Remove RCS Ids. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 05:06:23 Modified files: xserver/hw/xfree86/utils/kbd_mode: Makefile.am Log message: Remove RCS Id CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 05:15:33 Modified files: driver/xf86-input-acecad/man: Makefile.am driver/xf86-input-aiptek/man: Makefile.am driver/xf86-input-calcomp/man: Makefile.am driver/xf86-input-citron/man: Makefile.am driver/xf86-input-digitaledge/man: Makefile.am driver/xf86-input-dmc/man: Makefile.am driver/xf86-input-dynapro/man: Makefile.am driver/xf86-input-elo2300/man: Makefile.am driver/xf86-input-elographics/man: Makefile.am driver/xf86-input-fpit/man: Makefile.am driver/xf86-input-hyperpen/man: Makefile.am driver/xf86-input-jamstudio/man: Makefile.am driver/xf86-input-joystick/man: Makefile.am driver/xf86-input-keyboard/man: Makefile.am driver/xf86-input-magellan/man: Makefile.am driver/xf86-input-magictouch/man: Makefile.am driver/xf86-input-microtouch/man: Makefile.am driver/xf86-input-mouse/man: Makefile.am driver/xf86-input-mutouch/man: Makefile.am driver/xf86-input-palmax/man: Makefile.am driver/xf86-input-penmount/man: Makefile.am driver/xf86-input-spaceorb/man: Makefile.am driver/xf86-input-summa/man: Makefile.am driver/xf86-input-tek4957/man: Makefile.am driver/xf86-input-ur98/man: Makefile.am driver/xf86-input-vmmouse/man: Makefile.am driver/xf86-input-void/man: Makefile.am driver/xf86-video-apm/man: Makefile.am driver/xf86-video-ati/man: Makefile.am driver/xf86-video-chips/man: Makefile.am driver/xf86-video-i128/man: Makefile.am driver/xf86-video-cirrus/man: Makefile.am driver/xf86-video-cyrix/man: Makefile.am driver/xf86-video-fbdev/man: Makefile.am driver/xf86-video-glint/man: Makefile.am driver/xf86-video-i740/man: Makefile.am driver/xf86-video-impact/man: Makefile.am driver/xf86-video-imstt/man: Makefile.am driver/xf86-video-intel/man: Makefile.am driver/xf86-video-mga/man: Makefile.am driver/xf86-video-neomagic/man: Makefile.am driver/xf86-video-newport/man: Makefile.am driver/xf86-video-nsc/man: Makefile.am driver/xf86-video-nv/man: Makefile.am driver/xf86-video-rendition/man: Makefile.am driver/xf86-video-s3virge/man: Makefile.am driver/xf86-video-savage/man: Makefile.am driver/xf86-video-sis/man: Makefile.am driver/xf86-video-siliconmotion/man: Makefile.am driver/xf86-video-sisusb/man: Makefile.am driver/xf86-video-sunbw2/man: Makefile.am driver/xf86-video-suncg14/man: Makefile.am driver/xf86-video-suncg3/man: Makefile.am driver/xf86-video-suncg6/man: Makefile.am driver/xf86-video-sunffb/man: Makefile.am driver/xf86-video-sunleo/man: Makefile.am driver/xf86-video-suntcx/man: Makefile.am driver/xf86-video-tdfx/man: Makefile.am driver/xf86-video-trident/man: Makefile.am driver/xf86-video-tseng/man: Makefile.am driver/xf86-video-v4l/man: Makefile.am driver/xf86-video-vesa/man: Makefile.am driver/xf86-video-vga/man: Makefile.am driver/xf86-video-via/man: Makefile.am driver/xf86-video-vmware/man: Makefile.am driver/xf86-video-wsfb/man: Makefile.am driver/xf86-video-voodoo/man: Makefile.am Log message: Remove RCS Ids CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 05:54:08 Modified files: app/twm/src : gram.y Removed files: app/twm/src : gram.c deftwmrc.c Log message: Remove generated files. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 05:54:12 Modified files: sys/dev/ic : mpi.c Log message: remove dead code CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 05:56:37 Removed files: app/twm/src : gram.h Log message: Commit correct file removal. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/28 06:09:46 Modified files: . : events.html Log message: canacar will not make it to opencon; reyk will give a talk instead of uwe. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:11:16 Modified files: app/twm/src : Makefile.am Log message: Fix system.twmrc handling CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:13:06 Modified files: app/twm/src : iconmgr.c menus.c parse.c resize.c session.c system.twmrc util.c Log message: OpenBSD fixes and customizations. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:19:50 Modified files: app/twm/src : menus.c Log message: restore a fix from X.Org that I lost in previous merge. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 06:22:56 Modified files: sys/dev/ic : mpi.c Log message: unhandled ioctls return ENOTTY, not 0 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/28 06:31:19 Modified files: usr.bin/cvs : cvs.c Log message: snprintf() -> cvs_path_cat() CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 06:40:55 Modified files: sys/scsi : scsiconf.h Log message: remove a comment that was describing a behaviour that was changed over nine years ago. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:43:46 Modified files: share/mk : bsd.xorg.mk Log message: Define BINDIR conditionnally. Mimics what bsd.prog.mk does. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:50:15 Modified files: app/xterm : Makefile.bsd-wrapper Log message: fix mandir CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:53:23 Modified files: app/xman : Makefile.bsd-wrapper Log message: Fix xman.help location CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 06:54:26 Modified files: app/xman : search.c Log message: OpenBSD fixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/28 07:04:16 Modified files: net/openh323 : Makefile Log message: do not bail out with a fatal error by adding arm to the list of little endian architectures CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/28 07:25:12 Log message: import herrie 1.0 Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory. feedback and ok steven@ Status: Vendor Tag: jasper Release Tags: jasper_28112006 N ports/audio/herrie/distinfo N ports/audio/herrie/Makefile N ports/audio/herrie/pkg/DESCR N ports/audio/herrie/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/28 07:27:52 Modified files: audio : Makefile Log message: add herrie CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/28 07:28:25 Modified files: devel/jdk : java.port.mk Log message: On i386 all source built java ports will use the 1.5 jdk to build. Runtime compatibility is preserved through the use of the javac -source and -target arguments. These arguments are now required for any new source built java ports. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 07:28:39 Modified files: sys/dev/pci : ips.c Log message: Add some debug facility. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/28 07:49:58 Modified files: usr.bin/cvs : repository.c util.c Log message: snprintf() -> cvs_path_cat() CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/28 08:24:08 Modified files: sys/arch/i386/i386: machdep.c mainbus.c Log message: Only use est and other non-acpi setperf mechanisms, if acpi is not attached. Also moves their initialization and printing of information until after the primary cpu has attached to mainbus. prodded by deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/28 08:25:10 Modified files: sys/arch/zaurus/conf: RAMDISK Log message: enable usbf/cdcef, can be used during install (somehow) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 08:41:13 Modified files: app/xdm : Makefile.bsd-wrapper auth.c configure.ac app/xdm/config : GiveConsole TakeConsole Xresources.cpp Xsession.cpp Xsetup_0 Xstartup xdm-config.cpp Added files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: OpnBSD customization: - support for X server privilege separation - logos CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 08:42:30 Modified files: sys/dev/usb : files.usb sys/arch/arm/xscale: pxa27x_udc.c Log message: add needs-flag to allow pxaudc to compile without usbf (to get the previous behaviour of just disabling the USB device controller) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 08:44:16 Modified files: app/xdm : config.h.in configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 08:54:52 Modified files: lib/libxtrans : Xtrans.c Xtranssock.c Xtransutil.c Log message: OpenBSD fixes: snprintf/strlc{at,py} CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 08:57:06 Modified files: app/x11perf : do_blt.c Log message: OpenBSD fix: tighten modes of shared memory segment CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 08:57:55 Modified files: app/xclock : Clock.c Makefile.in Log message: OpenBSD customization: disable Xrender by default. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 09:15:47 Modified files: sys/dev/pci : ips.c Log message: Keep free ccbs in a queue. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 09:17:29 Modified files: sys/dev/pci : ips.c Log message: The default debug level is ``error'' for now. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/28 09:17:57 Modified files: sys/dev/pci : amdpm.c Log message: acpi may steal power management functionality, in which case we cannot io map the device. Bail out without warning. If we want to retain the rgn we could re-enable io and be very very careful. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/28 09:22:37 Modified files: sys/dev/usb : usbdevs Log message: yet another cdce device. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/28 09:23:26 Modified files: sys/dev/usb : usbdevs_data.h usbdevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/28 09:23:44 Modified files: sys/dev/usb : if_cdce.c Log message: another motorola device. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 09:24:00 Modified files: infrastructure/mk: bsd.port.mk Log message: explicitly duplicate stuff to SUBPACKAGE, often a nop, but make sure people get correct information. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 09:28:57 Modified files: infrastructure/mk: bsd.port.mk Log message: prepare to be able to have every subpackage present at once. CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/28 09:32:09 Modified files: sys/arch/i386/i386: machdep.c Log message: Don't display cpu brand string, features, etc. a second time, when booting an MP kernel on a single cpu machine. discussed with kettenis@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/28 09:36:58 Modified files: usr.sbin/ospfd : kroute.c usr.sbin/bgpd : kroute.c usr.sbin/ripd : kroute.c Log message: mib we pass to sysctl when fetching the routing table has 7 entries now, not 6 any more (rtableid added). need to tell sysctl so. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/28 09:39:34 Modified files: usr.sbin/bgpd : bgpd.c bgpd.conf.5 bgpd.h kroute.c parse.y printconf.c Log message: allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/28 09:48:13 Modified files: sbin/route : route.8 route.c Log message: -T in synopsis and briefly in manpage CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 09:56:50 Modified files: sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2100_a50.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c sys/arch/hp300/hp300: autoconf.c sys/arch/hppa/hppa: autoconf.c sys/arch/hppa64/hppa64: autoconf.c sys/arch/luna88k/luna88k: autoconf.c sys/arch/mvme68k/mvme68k: autoconf.c sys/arch/mvme88k/mvme88k: autoconf.c sys/arch/sparc/sparc: autoconf.c sys/arch/sparc64/sparc64: autoconf.c sys/arch/vax/vax: autoconf.c sys/scsi : cd.c ch.c safte.c scsiconf.c scsiconf.h sd.c ses.c ss.c ss_mustek.c ss_scanjet.c ssvar.h st.c uk.c Log message: rename scsibus_attach_args to scsi_attach_args. this can help avoid confusing when trying to attach scsibus to a hba, since it is really meant for attaching scsi devices to scsibus. ok deraadt@ marco@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/28 10:03:03 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf93.in pf93.ok Log message: very basic regress test for rtable select code CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/28 10:11:29 Modified files: share/man/man5 : pf.conf.5 Log message: mention rtable shitz now that it is enabled in the forwarding path CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/28 10:20:25 Modified files: sys/kern : tty_nmea.c Log message: Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiver that provides a PPS signal, more precision and less jitter can be expected. With my test setting (a Garmin GPS 18 LVC hooked up to a i386 machine) I observed a skew of 0.03 to 0.05 seconds between the tty timestamp and the soft timestamp. "put it in" deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 11:17:58 Modified files: infrastructure/mk: bsd.port.mk Log message: display something when switching directories during updates CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 11:19:49 Modified files: sys/dev/mii : miidevs Log message: rename Marvell Gig PHY E1000_5/6 to E1116/E1118. From Pyun YongHyeon CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 11:20:03 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 11:23:10 Modified files: sys/dev/mii : eephy.c Log message: sync with new miidevs entries. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 11:25:43 Modified files: infrastructure/mk: bsd.port.mk Log message: big internal changes: if MULTI_PACKAGES is not defined, define it to '-', so that the `normal' cases is MULTI_PACKAGES, (with possibly one special '-' subpackage). Adjust a few tests accordingly so that people don't notice the '-' SUBPACKAGE: mostly do not print some directory changes, adjust FULLPKGPATH, and set up PLIST- templates correctly. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 11:27:53 Modified files: sys/dev/pci : ips.c Log message: Try to detect stalled xfers with timeouts. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 11:29:29 Modified files: sys/dev/mii : eephyreg.h Log message: some additional registers. From Pyun YongHyeon CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/28 11:35:19 Modified files: sys/arch/i386/i386: machdep.c Log message: Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might need the bus clock later. Add bus clock case for Core cpu's. Rewrite p[34]_update_cpuspeed to make of already detected bus clocks. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/28 11:52:23 Modified files: sys/arch/sh/include: proc.h sys/arch/sh/sh : locore_c.c process_machdep.c Log message: Implement PT_STEP. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 11:53:22 Modified files: sys/arch/macppc/conf: GENERIC Log message: fwscsi doesnt exist, so dont have a commented entry for it left around to confuse people. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/28 11:55:21 Modified files: distrib/notes/armish: prep Log message: fix the installation guide of the Thecus boxes by providing two working methods; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 11:56:17 Modified files: sys/arch/i386/i386: db_trace.c share/man/man4 : ddb.4 Log message: Support "trace /p " to show the stack trace of any process. (Keep in mind that $radix is 0x10 by default.); ok by many CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:02:34 Modified files: driver/xf86-input-acecad/man: Makefile.in driver/xf86-input-digitaledge/man: Makefile.in driver/xf86-input-elographics/man: Makefile.in driver/xf86-input-fpit/man: Makefile.in driver/xf86-input-hyperpen/man: Makefile.in driver/xf86-input-jamstudio/man: Makefile.in driver/xf86-input-joystick/man: Makefile.in driver/xf86-input-keyboard/man: Makefile.in driver/xf86-input-magellan/man: Makefile.in driver/xf86-input-magictouch/man: Makefile.in driver/xf86-input-mouse/man: Makefile.in driver/xf86-input-mutouch/man: Makefile.in driver/xf86-input-palmax/man: Makefile.in driver/xf86-input-spaceorb/man: Makefile.in driver/xf86-input-summa/man: Makefile.in driver/xf86-input-tek4957/man: Makefile.in driver/xf86-input-vmmouse/man: Makefile.in driver/xf86-input-void/man: Makefile.in driver/xf86-video-apm/man: Makefile.in driver/xf86-video-ati/man: Makefile.in driver/xf86-video-chips/man: Makefile.in driver/xf86-video-cirrus/man: Makefile.in driver/xf86-video-cyrix/man: Makefile.in driver/xf86-video-fbdev/man: Makefile.in driver/xf86-video-glint/man: Makefile.in driver/xf86-video-i128/man: Makefile.in driver/xf86-video-i740/man: Makefile.in driver/xf86-video-imstt/man: Makefile.in driver/xf86-video-intel/man: Makefile.in driver/xf86-video-mga/man: Makefile.in driver/xf86-video-neomagic/man: Makefile.in driver/xf86-video-newport/man: Makefile.in driver/xf86-video-nsc/man: Makefile.in driver/xf86-video-nv/man: Makefile.in driver/xf86-video-rendition/man: Makefile.in driver/xf86-video-s3virge/man: Makefile.in driver/xf86-video-savage/man: Makefile.in driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-sis/man: Makefile.in driver/xf86-video-tdfx/man: Makefile.in driver/xf86-video-trident/man: Makefile.in driver/xf86-video-tseng/man: Makefile.in driver/xf86-video-vesa/man: Makefile.in driver/xf86-video-vga/man: Makefile.in driver/xf86-video-vmware/man: Makefile.in driver/xf86-video-voodoo/man: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:03:19 Modified files: lib/fontconfig : Makefile.in lib/fontconfig/conf.d: Makefile.in lib/fontconfig/doc: Makefile.in lib/fontconfig/fc-cache: Makefile.in lib/fontconfig/fc-cat: Makefile.in lib/fontconfig/fc-list: Makefile.in lib/fontconfig/fc-match: Makefile.in lib/fontconfig/src: Makefile.in lib/libFS : Makefile.in lib/libXRes : Makefile.in lib/libXRes/man: Makefile.in lib/libXScrnSaver/man: Makefile.in lib/libXTrap : Makefile.in lib/libXaw : Makefile.bsd-wrapper lib/libXaw/man : Makefile.in lib/libXcomposite: Makefile.in lib/libXcomposite/src: Makefile.in lib/libXcursor : Makefile.in lib/libXdamage : Makefile.in lib/libXevie : Makefile.in lib/libXevie/man: Makefile.in lib/libXfixes : Makefile.in lib/libXfixes/man: Makefile.in lib/libXfont : Makefile.in lib/libXfont/src: Makefile.in lib/libXfontcache/man: Makefile.in lib/libXft : Makefile.in lib/libXi/man : Makefile.in lib/libXmu : Makefile.in lib/libXp : Makefile.in lib/libXp/man : Makefile.in lib/libXrandr : Makefile.in lib/libXrandr/man: Makefile.in lib/libXrender : Makefile.in lib/libXt : Makefile.in lib/libXv/man : Makefile.in lib/libXxf86dga/man: Makefile.in lib/libXxf86misc/man: Makefile.in lib/libXxf86vm/man: Makefile.in lib/liblbxutil : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:04:48 Modified files: app/twm : Makefile.bsd-wrapper Log message: install system.twmrc in /etc/X11/twm CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:05:40 Modified files: app/fvwm/modules/FvwmAuto: Makefile Log message: Missing newline CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:06:59 Modified files: app/xkbcomp : Makefile.bsd-wrapper Log message: xkb data files live in /etx/X11/xkb CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:07:42 Modified files: app/xlockmore : Makefile.bsd-wrapper Log message: app-defaults live in /etc/X11/app-defaults CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:08:01 Modified files: app/beforelight: Makefile.in app/editres : Makefile.in app/oclock : Makefile.in app/twm/man : Makefile.in app/twm/src : Makefile.in app/xcalc : Makefile.in app/xlogo : Makefile.in app/xvidtune : Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 12:13:47 Modified files: infrastructure/mk: bsd.port.mk Log message: fix for xview CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/28 12:13:57 Modified files: net/BitTorrent : Makefile net/BitTorrent/pkg: PLIST-gui Log message: fix GUI subpackage, pointed out by sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 12:15:47 Modified files: x11/qt3 : Makefile Log message: bump pkgnames, noticed by naddy CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/28 12:21:16 Modified files: sys/net : if.h sbin/route : route.c sys/dev/mii : mii_physubr.c usr.bin/systat : if.c usr.sbin/bgpctl: bgpctl.c usr.sbin/bgpd : session.c usr.sbin/ospfctl: ospfctl.c usr.sbin/ospfd : interface.c kroute.c ospfe.c usr.sbin/sasyncd: carp.c usr.sbin/dvmrpctl: dvmrpctl.c usr.sbin/dvmrpd: kroute.c usr.sbin/ripctl: ripctl.c usr.sbin/ripd : interface.c kroute.c ripe.c Log message: add additional link states to report the half duplex / full duplex state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/28 12:28:17 Modified files: usr.sbin/ifstated: ifstated.c Log message: handle the new link states as UP CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:39:01 Modified files: data/xkbdata : Makefile.bsd-wrapper Makefile.in aclocal.m4 configure install-sh missing mkinstalldirs data/xkbdata/compat: Makefile.in data/xkbdata/geometry: Makefile.in data/xkbdata/geometry/digital: Makefile.in data/xkbdata/geometry/ibm: Makefile.in data/xkbdata/geometry/sgi: Makefile.in data/xkbdata/keycodes: Makefile.in data/xkbdata/keycodes/digital: Makefile.in data/xkbdata/keycodes/sgi: Makefile.in data/xkbdata/keymap: Makefile.in data/xkbdata/keymap/digital: Makefile.in data/xkbdata/keymap/sgi: Makefile.in data/xkbdata/keymap/sun: Makefile.in data/xkbdata/rules: Makefile.in data/xkbdata/semantics: Makefile.in data/xkbdata/symbols: Makefile.in data/xkbdata/symbols/digital: Makefile.in data/xkbdata/symbols/fujitsu: Makefile.in data/xkbdata/symbols/hp: Makefile.in data/xkbdata/symbols/macintosh: Makefile.in data/xkbdata/symbols/nec: Makefile.in data/xkbdata/symbols/pc: Makefile.in data/xkbdata/symbols/sgi: Makefile.in data/xkbdata/symbols/sony: Makefile.in data/xkbdata/symbols/sun: Makefile.in data/xkbdata/symbols/xfree68: Makefile.in data/xkbdata/torture: Makefile.in data/xkbdata/types: Makefile.in Log message: install xkb data files in /etc/X11/xkb CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/28 12:58:27 Modified files: sys/arch/i386/i386: est.c Log message: Let est not complain about certain strange msr values on Pentium 4's. We can't use the feature on them anyway, since we don't have enough info from Intel. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 12:59:08 Modified files: driver/xf86-video-wsfb/man: wsfb.man driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Sync with XF4 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 12:59:14 Modified files: sys/dev/pci : ips.c Log message: Better debug messages. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 12:59:15 Modified files: infrastructure/mk: bsd.port.mk Log message: let PKG_ARGS be SUBPACKAGE dependent, define them all CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 13:04:02 Modified files: sys/dev/ic : re.c revar.h sys/dev/pci : if_re_pci.c sys/dev/cardbus: if_re_cardbus.c Log message: move printing of the interrupt string into re_attach(). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 13:13:42 Modified files: app/xdm : Makefile.bsd-wrapper Log message: Disable shared greeter library CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/28 13:14:00 Modified files: sys/dev/pci : pcidevs Log message: add IDs for SiS550/1/2 audio and SiS530/1/2 vga CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/28 13:15:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 13:20:25 Modified files: infrastructure/mk: bsd.port.mk Log message: remove a lot of redirectors, add a lot more loops, build stuff based on internal variables mostly. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 13:23:28 src/usr.sbin/sdio Update of /cvs/src/usr.sbin/sdio In directory cvs.openbsd.org:/tmp/cvs-serv29126/sdio Log Message: Directory /cvs/src/usr.sbin/sdio added to the repository CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/11/28 13:25:59 Modified files: sys/dev/acpi : acpi.c Log message: Fixed clearing arg for acpi_init_pic ok kettenis@ CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 13:26:32 Added files: usr.sbin/sdio : sdio.8 sdio.c Makefile Log message: my small tool for debugging SD/MMC cards from the command line, not hooked up to the build; ok deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 13:26:38 Modified files: infrastructure/mk: bsd.port.mk Log message: fix a typo mv some PKG_ARGS where they belong, and s/SUBPACKAGE/_S CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 13:29:32 Modified files: xserver : Makefile.bsd-wrapper configure configure.ac xserver/dix : devices.c extension.c xserver/hw/xfree86/common: compiler.h xf86Config.c xf86Events.c xf86Init.c xf86Xinput.c xserver/hw/xfree86/doc/man: Xorg.man.pre xserver/hw/xfree86/dummylib: Makefile.am xalloc.c xserver/hw/xfree86/loader: dixsym.c xserver/hw/xfree86/os-support: xf86OSmouse.h xserver/hw/xfree86/os-support/bsd: Makefile.am alpha_video.c arm_video.c bsdResource.c bsd_init.c bsd_kbd.c bsd_mouse.c i386_video.c ppc_video.c sparc64_video.c xserver/hw/xfree86/os-support/bus: Pci.h freebsdPci.c xserver/hw/xfree86/os-support/shared: libc_wrapper.c posix_tty.c sigio.c xserver/hw/xfree86/utils/xorgcfg: startx.c stubs.c text-mode.c xserver/hw/xfree86/utils/xorgconfig: xorgconfig.c xserver/include: dix-config.h.in do-not-use-config.h.in os.h servermd.h xorg-config.h.in xorg-server.h.in xserver/os : Makefile.am access.c connection.c k5auth.c log.c oscolor.c osinit.c rpcauth.c utils.c xdmcp.c Added files: xserver/hw/xfree86/dummylib: chownlock.c dispatchException.c privsep.c serverGeneration.c useMsg.c xserver/hw/xfree86/os-support/bsd: bsd_agp.c hp300_video.c hppa_video.c xserver/os : privsep.c Removed files: xserver/include: dix-config.h do-not-use-config.h xorg-config.h xorg-server.h Log message: OpenBSD local modifications: - privilege separation - some snprintf/strlc{at,py} conversions - support for more architectures - signal handler fixes - default mouse wheel support in config tools - sunmouse protocol CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 13:30:49 Modified files: driver/xf86-input-mouse/src: mouse.c Log message: OpenBSD modifications: sunmouse protocol. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 13:31:25 Modified files: infrastructure/mk: bsd.port.mk Log message: move a few things around inside one single MULTI_PACKAGES loop CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 13:31:31 Modified files: driver/xf86-input-keyboard/src: kbd.c Log message: OpenBSD modifications: no special treatement of sparc keyboard. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/28 13:33:09 Modified files: xserver : Makefile.in xserver/GL : Makefile.in xserver/GL/glx : Makefile.in xserver/GL/mesa: Makefile.in xserver/GL/mesa/X: Makefile.in xserver/GL/mesa/array_cache: Makefile.in xserver/GL/mesa/glapi: Makefile.in xserver/GL/mesa/main: Makefile.in xserver/GL/mesa/math: Makefile.in xserver/GL/mesa/shader: Makefile.in xserver/GL/mesa/shader/grammar: Makefile.in xserver/GL/mesa/shader/slang: Makefile.in xserver/GL/mesa/swrast: Makefile.in xserver/GL/mesa/swrast_setup: Makefile.in xserver/GL/mesa/tnl: Makefile.in xserver/XTrap : Makefile.in xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/afb : Makefile.in xserver/cfb : Makefile.in xserver/cfb32 : Makefile.in xserver/composite: 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/hw : Makefile.in xserver/hw/darwin: 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/ati: Makefile.in xserver/hw/kdrive/chips: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/epson: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/i810: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/mach64: Makefile.in xserver/hw/kdrive/mga: Makefile.in xserver/hw/kdrive/neomagic: Makefile.in xserver/hw/kdrive/nvidia: Makefile.in xserver/hw/kdrive/pm2: Makefile.in xserver/hw/kdrive/r128: Makefile.in xserver/hw/kdrive/sdl: Makefile.in xserver/hw/kdrive/sis300: Makefile.in xserver/hw/kdrive/smi: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/vesa: Makefile.in xserver/hw/kdrive/via: 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/dummylib: 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/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/drm: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/lynxos: 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/os-support/usl: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/rac: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/scanpci: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/ioport: Makefile.in xserver/hw/xfree86/utils/kbd_mode: Makefile.in xserver/hw/xfree86/utils/pcitweak: Makefile.in xserver/hw/xfree86/utils/scanpci: Makefile.in xserver/hw/xfree86/utils/xorgcfg: Makefile.in xserver/hw/xfree86/utils/xorgconfig: 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/xf1bpp: Makefile.in xserver/hw/xfree86/xf4bpp: Makefile.in xserver/hw/xfree86/xf8_16bpp: Makefile.in xserver/hw/xfree86/xf8_32bpp: Makefile.in xserver/hw/xgl : Makefile.in xserver/hw/xgl/egl: Makefile.in xserver/hw/xgl/egl/module: Makefile.in xserver/hw/xgl/glx: Makefile.in xserver/hw/xgl/glx/module: Makefile.in xserver/hw/xgl/glxext: Makefile.in xserver/hw/xgl/glxext/module: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xprint: Makefile.in xserver/hw/xprint/config: Makefile.in xserver/hw/xprint/config/C: Makefile.in xserver/hw/xprint/config/C/print: Makefile.in xserver/hw/xprint/config/C/print/attributes: Makefile.in xserver/hw/xprint/config/C/print/ddx-config: Makefile.in xserver/hw/xprint/config/C/print/ddx-config/raster: Makefile.in xserver/hw/xprint/config/C/print/models: Makefile.in xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/GSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PSspooldir: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts: Makefile.in xserver/hw/xprint/config/en_US: Makefile.in xserver/hw/xprint/config/en_US/print: Makefile.in xserver/hw/xprint/config/en_US/print/attributes: Makefile.in xserver/hw/xprint/doc: Makefile.in xserver/hw/xprint/etc: Makefile.in xserver/hw/xprint/etc/Xsession.d: Makefile.in xserver/hw/xprint/etc/init.d: Makefile.in xserver/hw/xprint/etc/profile.d: Makefile.in xserver/hw/xprint/pcl: Makefile.in xserver/hw/xprint/pcl-mono: Makefile.in xserver/hw/xprint/ps: Makefile.in xserver/hw/xprint/raster: Makefile.in xserver/hw/xwin: Makefile.in xserver/include: Makefile.in xserver/mfb : 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/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 13:40:55 Modified files: infrastructure/mk: bsd.port.mk Log message: apply the same transformation to install/install-all CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/28 14:20:16 Modified files: devel/eclipse/sdk: Makefile Log message: fix a typo that resulted in a missing RUN_DEPEND on the jdk. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/28 14:33:45 Modified files: share/man/man4 : ips.4 Log message: full mnth name for .Dd; CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/28 14:35:56 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: add more dudes; from Chad Dougherty CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/28 14:37:22 Modified files: sbin/route : route.8 Log message: add -T to synopsis; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/28 14:39:46 Modified files: share/man/man5 : pf.conf.5 Log message: bad space; CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/28 16:00:13 Modified files: sys/dev/ic : re.c Log message: identify the chipset. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 16:13:30 Modified files: infrastructure/mk: bsd.port.mk Log message: hidden SUBPACKAGE in _register_plist: put it back into ${_PACKAGE_COOKIE${_S}} CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/28 16:43:54 Modified files: infrastructure/templates: network.conf.template Log message: move a large cpan mirror near the top, this one tends to have old stuff the others forgot. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/28 16:44:35 Modified files: etc : rc Log message: Move isakmpd's auto-generated public key, local.pub, into /etc/isakmpd This makes it readable by unprivileged uses, simplifying configuration, and there is no reason for it to be secret. ok msf deraadt hshoexer CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 16:49:50 Modified files: sys/dev/pci : ips.c Log message: I just don't know why I decided to set block count to 512 unconditionaly on every scatter-gather transfer. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 16:59:45 Modified files: sys/arch/hp300/dev: mb89352.c sys/arch/luna88k/dev: mb89352.c sys/arch/mac68k/dev: ncr5380.c sbc_obio.c sys/arch/macppc/dev: mesh.c sys/arch/mvme68k/dev: sshdma.c vsdma.c wdsc.c sys/arch/mvme88k/dev: vs.c sys/arch/sparc/dev: si.c sys/arch/vax/vsa: ncr.c sys/dev/atapiscsi: atapiscsi.c sys/dev/eisa : aha1742.c sys/dev/i2o : ioprbs.c iopsp.c sys/dev/ic : aac.c adv.c adw.c aic6360.c aic79xx_openbsd.c aic7xxx_openbsd.c ami.c bha.c cac.c ciss.c gdt_common.c isp_openbsd.c mfi.c mpi.c ncr53c9x.c oosiop.c osiop.c siop.c twe.c uha.c sys/dev/isa : aha.c seagate.c wds.c sys/dev/pci : arc.c iha_pci.c trm_pci.c sys/dev/sdmmc : sdmmc_scsi.c sys/dev/usb : umass_scsi.c usscanner.c sys/scsi : scsiconf.c scsiconf.h Log message: give scsi controllers a real attach args to fill in when attaching scsibus. ok miod@ marco@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 17:04:40 Modified files: sys/dev/pci : ips.c Log message: oops, i missed ips when giving scsibus an attach args for drivers to fill in. dedicated to grange, the most talented man at h2k6 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 17:08:00 Modified files: sys/dev/pci : ips.c Log message: Oh, scsi layer already has timeout stuff for us. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/28 17:08:34 Modified files: share/man/man4 : nmea.4 Log message: Document the changes I committed earlier: If we use a device with PPS output, the timestamp is copied from the tty timestamp (presuming tty timestamping has been enabled) or taken when the initial '$' character is received otherwise. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/28 17:16:35 Modified files: sbin/nmeaattach: nmeaattach.8 Log message: Document the new timestamping behaviour here, too, and note that enabling PPS is a device specific operation that might need special software (e.g. from our ports tree). gpsd is such an application and it has just been enabled to nicely play with the new timestamping. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 17:46:52 Modified files: sys/dev/sdmmc : sdmmc.c sdmmcvar.h Log message: add ioctl hack to support the sdio(8) userland tool CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 17:52:37 Modified files: sys/dev/sdmmc : sdhc.c Log message: Show debug messages depending on current debug level, which may be changed with ddb or sdio(8). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/28 17:56:51 Modified files: sys/dev/pci : iha_pci.c Log message: oops, i missed a closing brace with the scsibus_attach_args fixup. found by ian@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/28 18:00:47 Modified files: sys/dev/ic : adv.c Log message: Unbreak. No cookie for dlg. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 18:03:45 Modified files: usr.sbin/sdio : sdio.c Log message: avoid code duplication, include CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/28 18:46:53 Modified files: sys/dev/sdmmc : sdhc.c Log message: oops, don't always enable debugging CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 00:03:58 Modified files: share/man/man5 : pf.conf.5 Log message: stateles -> stateless; from stuart henderson CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/29 00:27:55 Modified files: sbin/isakmpd : isakmpd.8 Log message: Document the new location of local.pub, and clarify the fact that local.key contains the entire keypair. ok deraadt jmc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 00:32:08 Modified files: share/man/man4 : nmea.4 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/29 00:56:29 Modified files: devel/p5-SVN-Notify: Makefile distinfo devel/p5-SVN-Notify/pkg: PLIST Log message: update to 2.64 and convert to cpan module CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/29 00:57:04 Modified files: devel/p5-SVN-Notify: Makefile Log message: forgot to zap PKGNAME CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/29 01:23:31 Modified files: devel/catalyst : Makefile devel/catalyst-tutorial: Makefile devel/p5-Module-Build: Makefile devel/p5-Module-CoreList: Makefile devel/p5-Module-Find: Makefile devel/p5-Module-Install: Makefile devel/p5-Module-Load: Makefile devel/p5-Module-Pluggable: Makefile devel/p5-Module-Pluggable-Fast: Makefile devel/p5-Module-Refresh: Makefile devel/p5-Module-ScanDeps: Makefile devel/p5-Module-Versions-Report: Makefile devel/p5-Net-Server: Makefile devel/p5-Number-Compare: Makefile devel/p5-Number-Compare-Date: Makefile devel/p5-OLE-Storage_Lite: Makefile devel/p5-Object-Declare: Makefile devel/p5-Object-Realize: Makefile devel/p5-Object-Signature: Makefile devel/p5-PAR-Dist: Makefile devel/p5-POE : Makefile devel/p5-Parallel-ForkManager: Makefile devel/p5-Params-CallbackRequest: Makefile devel/p5-Params-Util: Makefile devel/p5-Params-Validate: Makefile devel/p5-Parse-RecDescent: Makefile devel/p5-Path-Class: Makefile devel/p5-Perl-Critic: Makefile devel/p5-PerlIO-eol: Makefile devel/p5-PerlIO-via-dynamic: Makefile devel/p5-PerlIO-via-symlink: Makefile devel/p5-Pod-Coverage: Makefile devel/p5-Proc-Daemon: Makefile devel/p5-Proc-Simple: Makefile devel/p5-Regexp-Shellish: Makefile devel/p5-Return-Value: Makefile devel/p5-SVN-Mirror: Makefile devel/p5-SVN-Notify: Makefile devel/p5-SVN-Simple: Makefile devel/p5-SVN-Web: Makefile devel/p5-Set-Object: Makefile devel/p5-Set-Scalar: Makefile devel/p5-Smart-Comments: Makefile devel/p5-Spiffy: Makefile devel/p5-String-CRC32: Makefile devel/p5-String-Format: Makefile devel/p5-String-Scanf: Makefile devel/p5-Sub-Name: Makefile devel/p5-Sub-Override: Makefile devel/p5-Sub-Uplevel: Makefile devel/p5-Taint-Runtime: Makefile devel/p5-Task-Weaken: Makefile devel/p5-Term-ReadKey: Makefile devel/p5-Term-ReadLine-Gnu: Makefile devel/p5-Term-ReadPassword: Makefile devel/p5-Term-Screen: Makefile devel/p5-Term-ScreenColor: Makefile devel/p5-Term-Shell: Makefile devel/p5-Test-Builder-Tester: Makefile devel/p5-Test-Class: Makefile devel/p5-Test-Deep: Makefile devel/p5-Test-Differences: Makefile devel/p5-Test-Exception: Makefile devel/p5-Test-File-Contents: Makefile devel/p5-Test-Inline: Makefile devel/p5-Test-LongString: Makefile devel/p5-Test-Manifest: Makefile devel/p5-Test-Memory-Cycle: Makefile devel/p5-Test-MockModule: Makefile devel/p5-Test-MockObject: Makefile devel/p5-Test-NoWarnings: Makefile devel/p5-Test-Object: Makefile devel/p5-Test-Pod: Makefile devel/p5-Test-Pod-Coverage: Makefile devel/p5-Test-Taint: Makefile devel/p5-Test-Tester: Makefile devel/p5-Test-WWW-Mechanize: Makefile devel/p5-Test-WWW-Mechanize-Catalyst: Makefile devel/p5-Test-Warn: Makefile devel/p5-Test-use-ok: Makefile devel/p5-Tie-Array-Sorted: Makefile devel/p5-Tie-CPHash: Makefile devel/p5-Tie-IxHash: Makefile devel/p5-Time-Period: Makefile devel/p5-Time-TimeDate: Makefile devel/p5-Time-modules: Makefile devel/p5-Tree-DAG_Node: Makefile devel/p5-Tree-Simple: Makefile devel/p5-Tree-Simple-VisitorFactory: Makefile devel/p5-Universal-can: Makefile devel/p5-Universal-exports: Makefile devel/p5-Universal-isa: Makefile devel/p5-Universal-moniker: Makefile devel/p5-Universal-require: Makefile devel/p5-VCP-autrijus: Makefile devel/p5-Want : Makefile devel/p5-YAML : Makefile devel/p5-capitalization: Makefile devel/p5-prefork: Makefile devel/p5-version: Makefile Log message: switch everyone left in devel to cpan CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/29 01:52:39 Modified files: devel/subversion: Makefile devel/subversion/patches: patch-Makefile_in Added files: devel/subversion/pkg: DESCR-ruby PFRAG.shared-ruby PLIST-ruby Log message: build ruby bindings and put them in their own subpackage. ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/29 02:40:56 Modified files: devel/p5-Locale-gettext: Makefile distinfo devel/p5-Locale-gettext/patches: patch-Makefile_PL Log message: - update to 1.05 (adds several functions provided by the GNU gettext library ; some bug fixes) - enable regression tests - take over maintainership ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/29 02:42:08 Modified files: infrastructure/mk: bsd.port.mk Log message: un-recursive dump-vars, remove vars that don't make a lot of sense now. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/29 03:37:03 Modified files: sys/lib/libz : zutil.h Log message: make it compile w/ debug defined; miod@ ok CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/29 03:37:11 Modified files: sys/dev/pci : if_malo_pci.c sys/dev/cardbus: if_malo_cardbus.c Log message: Add another ID to match for the 88W8310 chip. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/29 03:40:44 Modified files: sys/arch/hppa/spmath: Makefile dbl_float.h sgl_float.h Removed files: sys/arch/hppa/spmath: setovfl.c Log message: unused file and functions CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 04:10:16 Added files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: handle pkg-config files. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 04:10:42 Modified files: usr.sbin/pkg_add: Makefile Log message: +OpenBSD::PkgConfig CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/29 04:16:25 Modified files: sys/arch/i386/i386: acpi_machdep.c Log message: Only establish acpi interrupt if ACPI_ENABLE. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:22:19 Modified files: util/cf : aclocal.m4 util/gccmakedep: aclocal.m4 configure util/imake : aclocal.m4 configure util/macros : Makefile.in aclocal.m4 configure util/makedepend: Makefile.in aclocal.m4 compile config.guess config.sub configure depcomp install-sh missing mkinstalldirs Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:30:05 Modified files: app/ssh-askpass: Makefile Log message: Install app-defaults resource file CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:33:14 Modified files: app/ssh-askpass: Makefile Log message: Force ownership of installed app-defaults CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:33:49 Modified files: app/xsystrace : Makefile Log message: Install app-defaults in right directory CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:41:28 Modified files: app/xfs : Makefile.am Makefile.bsd-wrapper Log message: Install configuraton in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 04:42:26 Modified files: app/xfs : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/29 04:57:27 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: Only establish acpi interrupt if ACPI_ENABLE. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/29 05:05:32 Modified files: sbin/nmeaattach: nmeaattach.c Log message: Remove an unused variable. From Kevin Steves. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/29 05:09:02 Modified files: sbin/nmeaattach: nmeaattach.c Log message: Forgot this in my last committ: Remove not-needed header files. Also from Kevin Steves. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:11:47 Modified files: app/xdm : Makefile.bsd-wrapper Log message: DESTDIR support CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:13:55 Modified files: sys/arch/alpha/tc: cfb.c sfb.c sys/arch/hp300/dev: diofb.c sys/arch/luna88k/dev: lunafb.c sys/arch/mac68k/dev: macfb.c sys/arch/macppc/pci: vgafb.c sys/arch/sparc/dev: fb.c sys/arch/sparc64/dev: fb.c sys/arch/vax/vsa: gpx.c lcg.c lcspx.c smg.c sys/arch/zaurus/zaurus: zaurus_lcd.c sys/dev/ic : sti.c vga.c sys/dev/isa : ega.c pcdisplay.c sys/dev/pci : tga.c sys/dev/pcmcia : cfxga.c sys/dev/wscons : wsdisplay.c wsdisplayvar.h Log message: Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer driver to be able to tell how many wscons screens to attach to it, instead of WSDISPLAY_DEFAULTSCREENS which is a global setting. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:15:27 Modified files: sys/dev/ic : sti.c Log message: Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter can change within uvm without breaking code. From art@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:16:07 Modified files: app/xinit : Makefile.bsd-wrapper Makefile.am Log message: Install startup script in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:16:20 Modified files: app/xinit : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:17:33 Modified files: sys/uvm : uvm_extern.h uvm_km.c Log message: Add an alignment parameter to uvm_km_alloc1(), and change all callers to pass zero; this will be used shortly. From art@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:17:58 Modified files: app/rstart : Makefile.am Makefile.bsd-wrapper Log message: Install configuration in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:18:11 Modified files: app/rstart : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:21:29 Modified files: app/lbxproxy : Makefile.am Makefile.bsd-wrapper Log message: Install configuration in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:21:42 Modified files: app/lbxproxy : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:24:18 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/amd64/amd64: fpu.c sys/arch/arm/arm: db_trace.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c sys/arch/sparc64/sparc64: db_trace.c sys/dev/i2o : iop.c sys/dev/isa : fd.c sys/kern : init_main.c kern_fork.c kern_kthread.c kern_physio.c kern_synch.c kern_sysctl.c sched_bsd.c sys_process.c sys/miscfs/procfs: procfs_cmdline.c procfs_ctl.c procfs_status.c sys/nfs : nfs_bio.c nfs_syscalls.c sys/sys : proc.h sys/uvm : uvm_extern.h uvm_glue.c uvm_meter.c Log message: Kernel stack can be swapped. This means that stuff that's on the stack should never be referenced outside the context of the process to which this stack belongs unless we do the PHOLD/PRELE dance. Loads of code doesn't follow the rules here. Instead of trying to track down all offenders and fix this hairy situation, it makes much more sense to not swap kernel stacks. From art@, tested by many some time ago. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:25:39 Modified files: app/proxymngr : Makefile.bsd-wrapper Makefile.am Log message: Install config in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:25:51 Modified files: app/proxymngr : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:26:14 Modified files: sys/arch/alpha/alpha: vm_machdep.c sys/arch/amd64/amd64: vm_machdep.c sys/arch/arm/arm: vm_machdep.c sys/arch/hp300/include: cpu.h sys/arch/hppa/hppa: vm_machdep.c sys/arch/hppa64/hppa64: vm_machdep.c sys/arch/i386/i386: vm_machdep.c sys/arch/i386/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mac68k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: vm_machdep.c sys/arch/mvme68k/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/powerpc/powerpc: vm_machdep.c sys/arch/sh/include: cpu.h sys/arch/sparc/include: cpu.h sys/arch/sparc64/include: cpu.h sys/arch/vax/include: cpu.h sys/arch/vax/vax: vm_machdep.c sys/uvm : uvm_extern.h Log message: Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except for cpu_swapin() on hppa* which is kept). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:30:11 Modified files: app/xsm : Makefile.am Makefile.bsd-wrapper Log message: Install configuration in /etc/X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 05:30:25 Modified files: app/xsm : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:32:57 Modified files: lib/libkvm : kvm_proc.c Log message: Sync with struct proc change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:34:22 Modified files: bin/ps : keyword.c print.c ps.1 usr.bin/systat : pigs.c usr.bin/top : machine.c Log message: Do not test for processes being swapped out since this can't happen anymore. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 05:39:50 Modified files: sys/kern : uipc_mbuf.c sys/uvm : uvm_extern.h uvm_km.c Log message: We don't use mb_map anymore since a long time already. Remove it. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/29 05:47:49 Modified files: sys/arch/hppa/hppa: vm_machdep.c Log message: cpu_swapin is nomore CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/29 05:51:29 Modified files: share/man/man4 : malo.4 sys/dev/ic : malo.c Log message: Enable monitor mode. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/29 05:57:45 Modified files: sys/arch/hppa64/hppa64: vm_machdep.c Log message: cpu_swapin is nomore CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 06:08:49 Modified files: sys/arch/amd64/conf: GENERIC Log message: Add commented out ips here as well. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 06:22:07 Modified files: sys/arch/m68k/conf: files.m68k sys/arch/m68k/include: cpu.h sys/arch/m68k/m68k: copy.s Removed files: sys/arch/m68k/m68k: mappedcopy.c Log message: Remove MAPPEDCOPY. It does not work and I am not convinced it is worth fixing. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 06:26:12 Modified files: driver : Makefile Log message: disable fbdev. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/29 06:26:23 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/29 06:26:50 Modified files: sys/kern : tty_nmea.c Log message: Update the sensor description based on the GPS operation mode. Initial diff received from matthieu. ok matthieu CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 06:27:21 Modified files: lib/libkvm : kvm_mips64.c Log message: Fix cut'n'paste abuse in error message. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/29 06:27:24 Modified files: www/kronolith : Makefile Log message: Fix comment, bump package name. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 06:28:45 Modified files: sys/arch/arm/arm: mem.c Log message: Use unsigned numbers for comparisons in mmmmap(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 06:34:32 Modified files: sys/dev : audio.c Log message: Compile the mixer tuning via keyboard code if NWSKBD_HOTKEY if nonzero rather than NWSKBD being nonzero. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/29 06:35:07 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: detect potential multiplicative overflow before allocation, and return via the error path; ok pedro CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/29 06:37:12 Modified files: www/kronolith : Makefile distinfo Log message: Security update to Kronolith 2.1.4. Major changes compared to the Kronolith H3 (2.1.3) version are: * Close arbitrary file inclusion in free/busy views. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/29 06:51:41 Modified files: sys/dev/usb : usbdevs Log message: Linksys WUSBF54G CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/29 06:52:49 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/29 06:56:17 Modified files: sys/dev/usb : if_zyd.c Log message: match Linksys WUSBF54G CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/29 07:05:45 Modified files: sys/dev/sdmmc : sdhc.c Log message: make interrupt handler stay quiet in case of shared interrupts CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2006/11/29 07:16:43 Modified files: sys/dev/sdmmc : sdmmc.c sdmmcvar.h sdmmc_mem.c Log message: move CSD/CID decoding to sdmmc_mem.c CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/29 07:26:40 Modified files: sys/arch/armish/conf: GENERIC Log message: disable a gpio that is not needed CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/11/29 07:30:30 Modified files: sys/miscfs/specfs: spec_vnops.c Log message: Correct the calculation of block address for specfs block i/o on devices with sectorsizes other than 512. e.g. cd's. Fixes PR #5235 from Paul Stoeber with a slightly tweaked diff. NetBSD did the same with their r1.59 in 2001, closing their PR#3261 and PR#14026. tweak suggestions and ok pedro@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 07:38:08 Modified files: driver : Makefile Log message: Tweak the list of drivers built depending on the machine a bit more. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 07:38:17 Modified files: sys/dev/pci : ips.c Log message: Add some constants. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 07:39:25 Added files: driver : Makefile.inc Log message: This file is part of the build infrastructure. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/29 07:40:33 Log message: import epic 0.4.0 EPIC is an open source Perl IDE based on the Eclipse platform. Features supported are syntax highlighting, on-the-fly syntax check, content assist, perldoc support, source formatter, templating support and a Perl debugger. A regular expression plugin and support for the eSpell spellchecker are also available. from MAINTAINER Carlos Valiente Status: Vendor Tag: kurt Release Tags: kurt_epic N ports/devel/eclipse/plugins/epic/Makefile N ports/devel/eclipse/plugins/epic/distinfo N ports/devel/eclipse/plugins/epic/pkg/DESCR N ports/devel/eclipse/plugins/epic/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 07:41:09 Modified files: sys/dev/pci : ips.c Log message: ips firmware runs on a little-endian cpu so do endian conversion in i/o access macros. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 07:42:22 Modified files: sbin/route : route.8 Log message: tweak; ok henning CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/29 07:42:34 Log message: import rdt 0.8.0 RDT is an open source Ruby IDE for the Eclipse platform. Features supported are syntax highlighting, on the fly syntax check, graphical outline, Test::Unit view/runner, Ruby application launching, content assist, source formatter, and a Ruby debugger. from MAINTAINER Carlos Valiente Status: Vendor Tag: kurt Release Tags: kurt_rdt N ports/devel/eclipse/plugins/rdt/Makefile N ports/devel/eclipse/plugins/rdt/distinfo N ports/devel/eclipse/plugins/rdt/pkg/DESCR N ports/devel/eclipse/plugins/rdt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/29 07:44:19 Modified files: devel/eclipse/plugins: Makefile Log message: + epic + rdt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 07:45:19 Modified files: lib/libGLw : Makefile Log message: Install headers CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 07:50:06 Modified files: sbin/isakmpd : isakmpd.8 Log message: zap trailing spaces; CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 07:52:19 Modified files: sys/dev/pci : ips.c Log message: CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 07:58:32 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: - sort options (discussed with ckuethe) - there is no benefit in using Fl when options take `--'; use Cm instead CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/11/29 08:03:42 Modified files: sys/dev : ccd.c Log message: The historical reasons to spoof the 'c' partition of ccdN as being FFS are no longer operative. Spoof the label created for ccdN with an UNUSED 'c' partition like every other device's spoofed label. Problem pointed out by millert@ in relation to pending disklabel(8) changes. ok mickey@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/29 09:03:00 Modified files: sys/arch/i386/pci: ichpcib.c Log message: Fix cpu_model string screwup. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/29 09:23:20 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: Remaining bits required for ZD1211B support. Seems to work fine with Linksys and 3Com adapters. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/29 09:24:02 Modified files: . : index.html Log message: zap out-of-date .au www mirror, from Marcus Popp CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 09:27:49 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: typo; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/29 09:28:05 Modified files: share/man/man4 : usb.4 zyd.4 Log message: Update for ZD1211B support. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 09:36:46 Modified files: distrib/sets : gensetlist distrib/sets/lists/xbase: md.amd64 mi distrib/sets/lists/xetc: mi distrib/sets/lists/xserv: md.amd64 distrib/sets/lists/xshare: mi Added files: distrib/sets/lists/xfont: md.x11r7 Removed files: distrib/sets/lists/xfont: md.x11r6 Log message: 1st cut at sets update - still far from complete CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 09:38:13 xenocara/doc Update of /cvs/xenocara/doc In directory cvs.openbsd.org:/tmp/cvs-serv14669/doc Log Message: Directory /cvs/xenocara/doc added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 09:47:43 Log message: Import manual pages from xorg-docs package Status: Vendor Tag: xorg Release Tags: v1_3 N xenocara/doc/xorg-docs/man/Makefile.am N xenocara/doc/xorg-docs/man/general/Consortium.man N xenocara/doc/xorg-docs/man/general/Makefile.am N xenocara/doc/xorg-docs/man/general/Standards.man N xenocara/doc/xorg-docs/man/general/X.man N xenocara/doc/xorg-docs/man/general/XOrgFoundation.man N xenocara/doc/xorg-docs/man/general/XProjectTeam.man N xenocara/doc/xorg-docs/man/general/Xprint.man N xenocara/doc/xorg-docs/man/general/Xprint.sgml N xenocara/doc/xorg-docs/man/general/security.man No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 09:54:11 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: let compress filter out stuff, add method add_bases, make sure write_fh writes to fh. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 09:54:18 Log message: Import specs from xorg-docs 1.3 Status: Vendor Tag: xorg Release Tags: v1_3 N xenocara/doc/xorg-docs/specs/specindex.html N xenocara/doc/xorg-docs/specs/BDF/bdf.ms N xenocara/doc/xorg-docs/specs/BDF/fig1.ps N xenocara/doc/xorg-docs/specs/BDF/fig2.ps N xenocara/doc/xorg-docs/specs/CTEXT/ctext.tbl.ms N xenocara/doc/xorg-docs/specs/Composite/protocol N xenocara/doc/xorg-docs/specs/Damage/protocol N xenocara/doc/xorg-docs/specs/FSProtocol/protocol.ms N xenocara/doc/xorg-docs/specs/Fixes/protocol N xenocara/doc/xorg-docs/specs/GL/libGL.txt N xenocara/doc/xorg-docs/specs/ICCCM/icccm.ms N xenocara/doc/xorg-docs/specs/ICCCM/indexmacros.t N xenocara/doc/xorg-docs/specs/ICE/ICElib.ms N xenocara/doc/xorg-docs/specs/ICE/ice.ms N xenocara/doc/xorg-docs/specs/PM/PM_spec N xenocara/doc/xorg-docs/specs/RX/RX.mif N xenocara/doc/xorg-docs/specs/Randr/protocol.txt N xenocara/doc/xorg-docs/specs/Render/library N xenocara/doc/xorg-docs/specs/Render/protocol N xenocara/doc/xorg-docs/specs/SIAddresses/IPv6.txt N xenocara/doc/xorg-docs/specs/SIAddresses/README N xenocara/doc/xorg-docs/specs/SIAddresses/hostname.txt N xenocara/doc/xorg-docs/specs/SIAddresses/localuser.txt N xenocara/doc/xorg-docs/specs/SM/SMlib.ms N xenocara/doc/xorg-docs/specs/SM/xsmp.ms N xenocara/doc/xorg-docs/specs/X11/AppA N xenocara/doc/xorg-docs/specs/X11/AppB N xenocara/doc/xorg-docs/specs/X11/AppC N xenocara/doc/xorg-docs/specs/X11/AppD N xenocara/doc/xorg-docs/specs/X11/CH01 N xenocara/doc/xorg-docs/specs/X11/CH02 N xenocara/doc/xorg-docs/specs/X11/CH03 N xenocara/doc/xorg-docs/specs/X11/CH04 N xenocara/doc/xorg-docs/specs/X11/CH05 N xenocara/doc/xorg-docs/specs/X11/CH06 N xenocara/doc/xorg-docs/specs/X11/CH07 N xenocara/doc/xorg-docs/specs/X11/CH08 N xenocara/doc/xorg-docs/specs/X11/CH09 N xenocara/doc/xorg-docs/specs/X11/CH10 N xenocara/doc/xorg-docs/specs/X11/CH11 N xenocara/doc/xorg-docs/specs/X11/CH12 N xenocara/doc/xorg-docs/specs/X11/CH13 N xenocara/doc/xorg-docs/specs/X11/CH14 N xenocara/doc/xorg-docs/specs/X11/CH15 N xenocara/doc/xorg-docs/specs/X11/CH16 N xenocara/doc/xorg-docs/specs/X11/abstract.t N xenocara/doc/xorg-docs/specs/X11/credits.t N xenocara/doc/xorg-docs/specs/X11/glossary N xenocara/doc/xorg-docs/specs/X11/indexmacros.t N xenocara/doc/xorg-docs/specs/X11/postproc N xenocara/doc/xorg-docs/specs/XDMCP/xdmcp.ms N xenocara/doc/xorg-docs/specs/XIM/xim.ms N xenocara/doc/xorg-docs/specs/XKB/Proto/XKBproto.book N xenocara/doc/xorg-docs/specs/XKB/Proto/dflttrns.fm5 N xenocara/doc/xorg-docs/specs/XKB/Proto/encoding.fm5 N xenocara/doc/xorg-docs/specs/XKB/Proto/keysyms.fm5 N xenocara/doc/xorg-docs/specs/XKB/Proto/protocol.fm5 N xenocara/doc/xorg-docs/specs/XKB/Proto/prototoc.doc N xenocara/doc/xorg-docs/specs/XKB/Proto/title.fm5 N xenocara/doc/xorg-docs/specs/XKB/Proto/types.fm5 N xenocara/doc/xorg-docs/specs/XKB/XKBlib/XKBlib.book N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.fm5 N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.ix N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.lof N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.lot N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.ps N xenocara/doc/xorg-docs/specs/XKB/XKBlib/allchaps.toc N xenocara/doc/xorg-docs/specs/XKB/XKBlib/fonts.fm5 N xenocara/doc/xorg-docs/specs/XKB/XKBlib/title.fm5 N xenocara/doc/xorg-docs/specs/XLFD/xlfd.tbl.ms N xenocara/doc/xorg-docs/specs/XPRINT/xp_library.book N xenocara/doc/xorg-docs/specs/XPRINT/xp_library.mif N xenocara/doc/xorg-docs/specs/XPRINT/xp_libraryIX.doc N xenocara/doc/xorg-docs/specs/XPRINT/xp_libraryTOC.doc N xenocara/doc/xorg-docs/specs/XPRINT/xp_library_cov.mif N xenocara/doc/xorg-docs/specs/XPRINT/xp_proto.book N xenocara/doc/xorg-docs/specs/XPRINT/xp_proto.mif N xenocara/doc/xorg-docs/specs/XPRINT/xp_protoIX.doc N xenocara/doc/xorg-docs/specs/XPRINT/xp_protoTOC.doc N xenocara/doc/xorg-docs/specs/XPRINT/xp_proto_cov.mif N xenocara/doc/xorg-docs/specs/XProtocol/X11.encoding N xenocara/doc/xorg-docs/specs/XProtocol/X11.keysyms N xenocara/doc/xorg-docs/specs/XProtocol/X11.protocol N xenocara/doc/xorg-docs/specs/XProtocol/glossary N xenocara/doc/xorg-docs/specs/XProtocol/indexmacros.t N xenocara/doc/xorg-docs/specs/XProtocol/postproc N xenocara/doc/xorg-docs/specs/Xaw/AsciiSink N xenocara/doc/xorg-docs/specs/Xaw/AsciiSource N xenocara/doc/xorg-docs/specs/Xaw/AsciiText N xenocara/doc/xorg-docs/specs/Xaw/Box N xenocara/doc/xorg-docs/specs/Xaw/CH1 N xenocara/doc/xorg-docs/specs/Xaw/CH2 N xenocara/doc/xorg-docs/specs/Xaw/CH3.intro N xenocara/doc/xorg-docs/specs/Xaw/CH4.intro N xenocara/doc/xorg-docs/specs/Xaw/CH5.intro N xenocara/doc/xorg-docs/specs/Xaw/CH6.intro N xenocara/doc/xorg-docs/specs/Xaw/CH7.intro N xenocara/doc/xorg-docs/specs/Xaw/Command N xenocara/doc/xorg-docs/specs/Xaw/Dialog N xenocara/doc/xorg-docs/specs/Xaw/Form N xenocara/doc/xorg-docs/specs/Xaw/Grip N xenocara/doc/xorg-docs/specs/Xaw/Label N xenocara/doc/xorg-docs/specs/Xaw/List N xenocara/doc/xorg-docs/specs/Xaw/MenuButton N xenocara/doc/xorg-docs/specs/Xaw/Paned N xenocara/doc/xorg-docs/specs/Xaw/Panner N xenocara/doc/xorg-docs/specs/Xaw/Porthole N xenocara/doc/xorg-docs/specs/Xaw/Repeater N xenocara/doc/xorg-docs/specs/Xaw/Scrollbar N xenocara/doc/xorg-docs/specs/Xaw/Simple N xenocara/doc/xorg-docs/specs/Xaw/SimpleMenu N xenocara/doc/xorg-docs/specs/Xaw/Sme N xenocara/doc/xorg-docs/specs/Xaw/SmeBSB N xenocara/doc/xorg-docs/specs/Xaw/SmeLine N xenocara/doc/xorg-docs/specs/Xaw/StripChart N xenocara/doc/xorg-docs/specs/Xaw/TPage_Credits N xenocara/doc/xorg-docs/specs/Xaw/Template N xenocara/doc/xorg-docs/specs/Xaw/Text N xenocara/doc/xorg-docs/specs/Xaw/TextActions N xenocara/doc/xorg-docs/specs/Xaw/TextCustom N xenocara/doc/xorg-docs/specs/Xaw/TextFuncs N xenocara/doc/xorg-docs/specs/Xaw/TextSink N xenocara/doc/xorg-docs/specs/Xaw/TextSource N xenocara/doc/xorg-docs/specs/Xaw/Toggle N xenocara/doc/xorg-docs/specs/Xaw/Tree N xenocara/doc/xorg-docs/specs/Xaw/Viewport N xenocara/doc/xorg-docs/specs/Xaw/Xtk.widg.front N xenocara/doc/xorg-docs/specs/Xaw/Xtk.widgets N xenocara/doc/xorg-docs/specs/Xaw/block.awk N xenocara/doc/xorg-docs/specs/Xaw/fixindex.awk N xenocara/doc/xorg-docs/specs/Xaw/strings.mit N xenocara/doc/xorg-docs/specs/Xaw/strings.xaw N xenocara/doc/xorg-docs/specs/Xaw/widg.idxmac.t N xenocara/doc/xorg-docs/specs/Xext/AppGroup.mif N xenocara/doc/xorg-docs/specs/Xext/DPMS.ms N xenocara/doc/xorg-docs/specs/Xext/DPMSLib.ms N xenocara/doc/xorg-docs/specs/Xext/bigreq.ms N xenocara/doc/xorg-docs/specs/Xext/buffer.ms N xenocara/doc/xorg-docs/specs/Xext/dbe.tex N xenocara/doc/xorg-docs/specs/Xext/dbelib.tex N xenocara/doc/xorg-docs/specs/Xext/evi.ms N xenocara/doc/xorg-docs/specs/Xext/lbx.book N xenocara/doc/xorg-docs/specs/Xext/lbx.mif N xenocara/doc/xorg-docs/specs/Xext/lbxalg.mif N xenocara/doc/xorg-docs/specs/Xext/mit-shm.ms N xenocara/doc/xorg-docs/specs/Xext/record.ms N xenocara/doc/xorg-docs/specs/Xext/recordlib.ms N xenocara/doc/xorg-docs/specs/Xext/security.tex N xenocara/doc/xorg-docs/specs/Xext/shape.ms N xenocara/doc/xorg-docs/specs/Xext/shapelib.ms N xenocara/doc/xorg-docs/specs/Xext/sync.tex N xenocara/doc/xorg-docs/specs/Xext/synclib.tex N xenocara/doc/xorg-docs/specs/Xext/tog-cup.ms N xenocara/doc/xorg-docs/specs/Xext/xc-misc.ms N xenocara/doc/xorg-docs/specs/Xext/xtest.ms N xenocara/doc/xorg-docs/specs/Xext/xtest1.info N xenocara/doc/xorg-docs/specs/Xext/xtest1.mm N xenocara/doc/xorg-docs/specs/Xext/xtestlib.ms N xenocara/doc/xorg-docs/specs/Xi/encoding.ms N xenocara/doc/xorg-docs/specs/Xi/library.ms N xenocara/doc/xorg-docs/specs/Xi/porting.ms N xenocara/doc/xorg-docs/specs/Xi/protocol.ms N xenocara/doc/xorg-docs/specs/Xmu/Xmu.ms N xenocara/doc/xorg-docs/specs/Xserver/Xprt.book N xenocara/doc/xorg-docs/specs/Xserver/Xprt.mif N xenocara/doc/xorg-docs/specs/Xserver/XprtIX.doc N xenocara/doc/xorg-docs/specs/Xserver/XprtTOC.doc N xenocara/doc/xorg-docs/specs/Xserver/Xprt_cov.mif N xenocara/doc/xorg-docs/specs/Xserver/analysis.tex N xenocara/doc/xorg-docs/specs/Xserver/appgroup.ms N xenocara/doc/xorg-docs/specs/Xserver/ddx.tbl.ms N xenocara/doc/xorg-docs/specs/Xserver/fontlib.ms N xenocara/doc/xorg-docs/specs/Xserver/secint.tex N xenocara/doc/xorg-docs/specs/Xt/CH01 N xenocara/doc/xorg-docs/specs/Xt/CH02 N xenocara/doc/xorg-docs/specs/Xt/CH03 N xenocara/doc/xorg-docs/specs/Xt/CH04 N xenocara/doc/xorg-docs/specs/Xt/CH05 N xenocara/doc/xorg-docs/specs/Xt/CH06 N xenocara/doc/xorg-docs/specs/Xt/CH07 N xenocara/doc/xorg-docs/specs/Xt/CH08 N xenocara/doc/xorg-docs/specs/Xt/CH09 N xenocara/doc/xorg-docs/specs/Xt/CH10 N xenocara/doc/xorg-docs/specs/Xt/CH11 N xenocara/doc/xorg-docs/specs/Xt/CH12 N xenocara/doc/xorg-docs/specs/Xt/CH13 N xenocara/doc/xorg-docs/specs/Xt/Xtk.intr.front N xenocara/doc/xorg-docs/specs/Xt/appA N xenocara/doc/xorg-docs/specs/Xt/appB N xenocara/doc/xorg-docs/specs/Xt/appC N xenocara/doc/xorg-docs/specs/Xt/appD N xenocara/doc/xorg-docs/specs/Xt/appE N xenocara/doc/xorg-docs/specs/Xt/appF N xenocara/doc/xorg-docs/specs/Xt/intr.idxmac.t N xenocara/doc/xorg-docs/specs/Xt/postproc N xenocara/doc/xorg-docs/specs/Xt/strings.mit N xenocara/doc/xorg-docs/specs/Xv/xv-protocol-v2.txt N xenocara/doc/xorg-docs/specs/XvMC/XvMC_API.txt N xenocara/doc/xorg-docs/specs/xfs/FSlib.doc N xenocara/doc/xorg-docs/specs/xfs/design.ms N xenocara/doc/xorg-docs/specs/i18n/Framework.ms N xenocara/doc/xorg-docs/specs/i18n/LocaleDB.ms N xenocara/doc/xorg-docs/specs/i18n/Trans.ms N xenocara/doc/xorg-docs/specs/rstart/fix.awk N xenocara/doc/xorg-docs/specs/rstart/fix.nawk N xenocara/doc/xorg-docs/specs/rstart/fix.sed N xenocara/doc/xorg-docs/specs/rstart/rstart.ms N xenocara/doc/xorg-docs/specs/rstart/rstartd.txt N xenocara/doc/xorg-docs/specs/rstart/tmac.rfc N xenocara/doc/xorg-docs/specs/saver/saver.ms N xenocara/doc/xorg-docs/specs/xtrans/Xtrans.mm No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:01:02 Log message: OpenGL manual pages from monolithic tree. Status: Vendor Tag: xorg Release Tags: v6_9_0 N xenocara/doc/gl-docs/GL/Imakefile N xenocara/doc/gl-docs/GL/gl/Imakefile N xenocara/doc/gl-docs/GL/gl/accum.3gl N xenocara/doc/gl-docs/GL/gl/activetextureARB.3gl N xenocara/doc/gl-docs/GL/gl/alphafunc.3gl N xenocara/doc/gl-docs/GL/gl/aretexturesresident.3gl N xenocara/doc/gl-docs/GL/gl/arrayelement.3gl N xenocara/doc/gl-docs/GL/gl/begin.3gl N xenocara/doc/gl-docs/GL/gl/bindtexture.3gl N xenocara/doc/gl-docs/GL/gl/bitmap.3gl N xenocara/doc/gl-docs/GL/gl/blendcolor.3gl N xenocara/doc/gl-docs/GL/gl/blendequation.3gl N xenocara/doc/gl-docs/GL/gl/blendfunc.3gl N xenocara/doc/gl-docs/GL/gl/calllist.3gl N xenocara/doc/gl-docs/GL/gl/calllists.3gl N xenocara/doc/gl-docs/GL/gl/clear.3gl N xenocara/doc/gl-docs/GL/gl/clearaccum.3gl N xenocara/doc/gl-docs/GL/gl/clearcolor.3gl N xenocara/doc/gl-docs/GL/gl/cleardepth.3gl N xenocara/doc/gl-docs/GL/gl/fog.3gl N xenocara/doc/gl-docs/GL/gl/clearindex.3gl N xenocara/doc/gl-docs/GL/gl/clearstencil.3gl N xenocara/doc/gl-docs/GL/gl/clientactivetextureARB.3gl N xenocara/doc/gl-docs/GL/gl/clipplane.3gl N xenocara/doc/gl-docs/GL/gl/color.3gl N xenocara/doc/gl-docs/GL/gl/colormask.3gl N xenocara/doc/gl-docs/GL/gl/colormaterial.3gl N xenocara/doc/gl-docs/GL/gl/colorpointer.3gl N xenocara/doc/gl-docs/GL/gl/colorsubtable.3gl N xenocara/doc/gl-docs/GL/gl/colortable.3gl N xenocara/doc/gl-docs/GL/gl/colortableparameter.3gl N xenocara/doc/gl-docs/GL/gl/convolutionfilter1d.3gl N xenocara/doc/gl-docs/GL/gl/convolutionfilter2d.3gl N xenocara/doc/gl-docs/GL/gl/convolutionparameter.3gl N xenocara/doc/gl-docs/GL/gl/copycolorsubtable.3gl N xenocara/doc/gl-docs/GL/gl/copycolortable.3gl N xenocara/doc/gl-docs/GL/gl/copyconvolutionfilter1d.3gl N xenocara/doc/gl-docs/GL/gl/enable.3gl N xenocara/doc/gl-docs/GL/gl/copypixels.3gl N xenocara/doc/gl-docs/GL/gl/copyconvolutionfilter2d.3gl N xenocara/doc/gl-docs/GL/gl/copyteximage1d.3gl N xenocara/doc/gl-docs/GL/gl/copyteximage2d.3gl N xenocara/doc/gl-docs/GL/gl/copytexsubimage1d.3gl N xenocara/doc/gl-docs/GL/gl/copytexsubimage2d.3gl N xenocara/doc/gl-docs/GL/gl/copytexsubimage3d.3gl N xenocara/doc/gl-docs/GL/gl/cullface.3gl N xenocara/doc/gl-docs/GL/gl/deletelists.3gl N xenocara/doc/gl-docs/GL/gl/deletetextures.3gl N xenocara/doc/gl-docs/GL/gl/depthfunc.3gl N xenocara/doc/gl-docs/GL/gl/depthmask.3gl N xenocara/doc/gl-docs/GL/gl/depthrange.3gl N xenocara/doc/gl-docs/GL/gl/drawarrays.3gl N xenocara/doc/gl-docs/GL/gl/drawbuffer.3gl N xenocara/doc/gl-docs/GL/gl/drawelements.3gl N xenocara/doc/gl-docs/GL/gl/drawpixels.3gl N xenocara/doc/gl-docs/GL/gl/drawrangeelements.3gl N xenocara/doc/gl-docs/GL/gl/finish.3gl N xenocara/doc/gl-docs/GL/gl/edgeflag.3gl N xenocara/doc/gl-docs/GL/gl/edgeflagpointer.3gl N xenocara/doc/gl-docs/GL/gl/enableclientstate.3gl N xenocara/doc/gl-docs/GL/gl/evalcoord.3gl N xenocara/doc/gl-docs/GL/gl/evalmesh.3gl N xenocara/doc/gl-docs/GL/gl/evalpoint.3gl N xenocara/doc/gl-docs/GL/gl/feedbackbuffer.3gl N xenocara/doc/gl-docs/GL/gl/flush.3gl N xenocara/doc/gl-docs/GL/gl/frontface.3gl N xenocara/doc/gl-docs/GL/gl/frustum.3gl N xenocara/doc/gl-docs/GL/gl/genlists.3gl N xenocara/doc/gl-docs/GL/gl/gentextures.3gl N xenocara/doc/gl-docs/GL/gl/get.3gl N xenocara/doc/gl-docs/GL/gl/getclipplane.3gl N xenocara/doc/gl-docs/GL/gl/getcolortable.3gl N xenocara/doc/gl-docs/GL/gl/getcolortableparameter.3gl N xenocara/doc/gl-docs/GL/gl/getconvolutionfilter.3gl N xenocara/doc/gl-docs/GL/gl/getconvolutionparameter.3gl N xenocara/doc/gl-docs/GL/gl/geterror.3gl N xenocara/doc/gl-docs/GL/gl/gethistogram.3gl N xenocara/doc/gl-docs/GL/gl/gethistogramparameter.3gl N xenocara/doc/gl-docs/GL/gl/getlight.3gl N xenocara/doc/gl-docs/GL/gl/getmap.3gl N xenocara/doc/gl-docs/GL/gl/getmaterial.3gl N xenocara/doc/gl-docs/GL/gl/getminmax.3gl N xenocara/doc/gl-docs/GL/gl/getminmaxparameter.3gl N xenocara/doc/gl-docs/GL/gl/getpixelmap.3gl N xenocara/doc/gl-docs/GL/gl/getpointerv.3gl N xenocara/doc/gl-docs/GL/gl/getpolygonstipple.3gl N xenocara/doc/gl-docs/GL/gl/getseparablefilter.3gl N xenocara/doc/gl-docs/GL/gl/getstring.3gl N xenocara/doc/gl-docs/GL/gl/gettexenv.3gl N xenocara/doc/gl-docs/GL/gl/gettexgen.3gl N xenocara/doc/gl-docs/GL/gl/getteximage.3gl N xenocara/doc/gl-docs/GL/gl/gettexlevelparameter.3gl N xenocara/doc/gl-docs/GL/gl/gettexparameter.3gl N xenocara/doc/gl-docs/GL/gl/hint.3gl N xenocara/doc/gl-docs/GL/gl/histogram.3gl N xenocara/doc/gl-docs/GL/gl/index.3gl N xenocara/doc/gl-docs/GL/gl/indexmask.3gl N xenocara/doc/gl-docs/GL/gl/indexpointer.3gl N xenocara/doc/gl-docs/GL/gl/initnames.3gl N xenocara/doc/gl-docs/GL/gl/interleavedarrays.3gl N xenocara/doc/gl-docs/GL/gl/isenabled.3gl N xenocara/doc/gl-docs/GL/gl/islist.3gl N xenocara/doc/gl-docs/GL/gl/istexture.3gl N xenocara/doc/gl-docs/GL/gl/light.3gl N xenocara/doc/gl-docs/GL/gl/lightmodel.3gl N xenocara/doc/gl-docs/GL/gl/linestipple.3gl N xenocara/doc/gl-docs/GL/gl/linewidth.3gl N xenocara/doc/gl-docs/GL/gl/listbase.3gl N xenocara/doc/gl-docs/GL/gl/loadidentity.3gl N xenocara/doc/gl-docs/GL/gl/loadmatrix.3gl N xenocara/doc/gl-docs/GL/gl/loadname.3gl N xenocara/doc/gl-docs/GL/gl/logicop.3gl N xenocara/doc/gl-docs/GL/gl/map1.3gl N xenocara/doc/gl-docs/GL/gl/map2.3gl N xenocara/doc/gl-docs/GL/gl/mapgrid.3gl N xenocara/doc/gl-docs/GL/gl/material.3gl N xenocara/doc/gl-docs/GL/gl/minmax.3gl N xenocara/doc/gl-docs/GL/gl/newlist.3gl N xenocara/doc/gl-docs/GL/gl/matrixmode.3gl N xenocara/doc/gl-docs/GL/gl/multitexcoordARB.3gl N xenocara/doc/gl-docs/GL/gl/multmatrix.3gl N xenocara/doc/gl-docs/GL/gl/normal.3gl N xenocara/doc/gl-docs/GL/gl/normalpointer.3gl N xenocara/doc/gl-docs/GL/gl/ortho.3gl N xenocara/doc/gl-docs/GL/gl/passthrough.3gl N xenocara/doc/gl-docs/GL/gl/pixelmap.3gl N xenocara/doc/gl-docs/GL/gl/pixelstore.3gl N xenocara/doc/gl-docs/GL/gl/pixeltransfer.3gl N xenocara/doc/gl-docs/GL/gl/pixelzoom.3gl N xenocara/doc/gl-docs/GL/gl/pointsize.3gl N xenocara/doc/gl-docs/GL/gl/polygonmode.3gl N xenocara/doc/gl-docs/GL/gl/polygonoffset.3gl N xenocara/doc/gl-docs/GL/gl/polygonstipple.3gl N xenocara/doc/gl-docs/GL/gl/prioritizetextures.3gl N xenocara/doc/gl-docs/GL/gl/pushattrib.3gl N xenocara/doc/gl-docs/GL/gl/pushclientattrib.3gl N xenocara/doc/gl-docs/GL/gl/pushmatrix.3gl N xenocara/doc/gl-docs/GL/gl/pushname.3gl N xenocara/doc/gl-docs/GL/gl/rasterpos.3gl N xenocara/doc/gl-docs/GL/gl/readbuffer.3gl N xenocara/doc/gl-docs/GL/gl/readpixels.3gl N xenocara/doc/gl-docs/GL/gl/rect.3gl N xenocara/doc/gl-docs/GL/gl/rendermode.3gl N xenocara/doc/gl-docs/GL/gl/resethistogram.3gl N xenocara/doc/gl-docs/GL/gl/resetminmax.3gl N xenocara/doc/gl-docs/GL/gl/rotate.3gl N xenocara/doc/gl-docs/GL/gl/scale.3gl N xenocara/doc/gl-docs/GL/gl/scissor.3gl N xenocara/doc/gl-docs/GL/gl/selectbuffer.3gl N xenocara/doc/gl-docs/GL/gl/separablefilter2d.3gl N xenocara/doc/gl-docs/GL/gl/shademodel.3gl N xenocara/doc/gl-docs/GL/gl/stencilfunc.3gl N xenocara/doc/gl-docs/GL/gl/stencilmask.3gl N xenocara/doc/gl-docs/GL/gl/stencilop.3gl N xenocara/doc/gl-docs/GL/gl/texcoord.3gl N xenocara/doc/gl-docs/GL/gl/texcoordpointer.3gl N xenocara/doc/gl-docs/GL/gl/texenv.3gl N xenocara/doc/gl-docs/GL/gl/texgen.3gl N xenocara/doc/gl-docs/GL/gl/teximage1d.3gl N xenocara/doc/gl-docs/GL/gl/teximage2d.3gl N xenocara/doc/gl-docs/GL/gl/teximage3d.3gl N xenocara/doc/gl-docs/GL/gl/texparameter.3gl N xenocara/doc/gl-docs/GL/gl/texsubimage1d.3gl N xenocara/doc/gl-docs/GL/gl/texsubimage2d.3gl N xenocara/doc/gl-docs/GL/gl/texsubimage3d.3gl N xenocara/doc/gl-docs/GL/gl/translate.3gl N xenocara/doc/gl-docs/GL/gl/vertex.3gl N xenocara/doc/gl-docs/GL/gl/vertexpointer.3gl N xenocara/doc/gl-docs/GL/gl/viewport.3gl N xenocara/doc/gl-docs/GL/glx/Imakefile N xenocara/doc/gl-docs/GL/glx/xchoosevisual.3gl N xenocara/doc/gl-docs/GL/glx/xcopycontext.3gl N xenocara/doc/gl-docs/GL/glx/xcreatecontext.3gl N xenocara/doc/gl-docs/GL/glx/xcreateglxpixmap.3gl N xenocara/doc/gl-docs/GL/glx/xdestroycontext.3gl N xenocara/doc/gl-docs/GL/glx/xdestroyglxpixmap.3gl N xenocara/doc/gl-docs/GL/glx/xfreecontextext.3gl N xenocara/doc/gl-docs/GL/glx/xgetclientstring.3gl N xenocara/doc/gl-docs/GL/glx/xgetconfig.3gl N xenocara/doc/gl-docs/GL/glx/xgetcontextidext.3gl N xenocara/doc/gl-docs/GL/glx/xgetcurrentcontext.3gl N xenocara/doc/gl-docs/GL/glx/xgetcurrentdisplay.3gl N xenocara/doc/gl-docs/GL/glx/xgetcurrentdrawable.3gl N xenocara/doc/gl-docs/GL/glx/ximportcontextext.3gl N xenocara/doc/gl-docs/GL/glx/xintro.3gl N xenocara/doc/gl-docs/GL/glx/xisdirect.3gl N xenocara/doc/gl-docs/GL/glx/xmakecurrent.3gl N xenocara/doc/gl-docs/GL/glx/xquerycontextinfoext.3gl N xenocara/doc/gl-docs/GL/glx/xqueryextension.3gl N xenocara/doc/gl-docs/GL/glx/xqueryextensionsstring.3gl N xenocara/doc/gl-docs/GL/glx/xqueryserverstring.3gl N xenocara/doc/gl-docs/GL/glx/xqueryversion.3gl N xenocara/doc/gl-docs/GL/glx/xswapbuffers.3gl N xenocara/doc/gl-docs/GL/glx/xusexfont.3gl N xenocara/doc/gl-docs/GL/glx/xwaitgl.3gl N xenocara/doc/gl-docs/GL/glx/xwaitx.3gl No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:01:54 Log message: GLU manual pages from monolithic tree Status: Vendor Tag: xorg Release Tags: v6_9_0 N xenocara/doc/gl-docs/GLU/Imakefile N xenocara/doc/gl-docs/GLU/begincurve.3gl N xenocara/doc/gl-docs/GLU/beginpolygon.3gl N xenocara/doc/gl-docs/GLU/beginsurface.3gl N xenocara/doc/gl-docs/GLU/begintrim.3gl N xenocara/doc/gl-docs/GLU/build1dmipmaplevels.3gl N xenocara/doc/gl-docs/GLU/build1dmipmaps.3gl N xenocara/doc/gl-docs/GLU/build2dmipmaplevels.3gl N xenocara/doc/gl-docs/GLU/build2dmipmaps.3gl N xenocara/doc/gl-docs/GLU/build3dmipmaplevels.3gl N xenocara/doc/gl-docs/GLU/build3dmipmaps.3gl N xenocara/doc/gl-docs/GLU/checkextension.3gl N xenocara/doc/gl-docs/GLU/cylinder.3gl N xenocara/doc/gl-docs/GLU/deletenurbsrenderer.3gl N xenocara/doc/gl-docs/GLU/deletequadric.3gl N xenocara/doc/gl-docs/GLU/deletetess.3gl N xenocara/doc/gl-docs/GLU/disk.3gl N xenocara/doc/gl-docs/GLU/errorstring.3gl N xenocara/doc/gl-docs/GLU/getnurbsproperty.3gl N xenocara/doc/gl-docs/GLU/getstring.3gl N xenocara/doc/gl-docs/GLU/gettessproperty.3gl N xenocara/doc/gl-docs/GLU/loadsamplingmatrices.3gl N xenocara/doc/gl-docs/GLU/lookat.3gl N xenocara/doc/gl-docs/GLU/newnurbsrenderer.3gl N xenocara/doc/gl-docs/GLU/newquadric.3gl N xenocara/doc/gl-docs/GLU/newtess.3gl N xenocara/doc/gl-docs/GLU/nextcontour.3gl N xenocara/doc/gl-docs/GLU/nurbscallback.3gl N xenocara/doc/gl-docs/GLU/nurbscallbackdata.3gl N xenocara/doc/gl-docs/GLU/nurbscallbackdataext.3gl N xenocara/doc/gl-docs/GLU/nurbscurve.3gl N xenocara/doc/gl-docs/GLU/nurbsproperty.3gl N xenocara/doc/gl-docs/GLU/nurbssurface.3gl N xenocara/doc/gl-docs/GLU/ortho2d.3gl N xenocara/doc/gl-docs/GLU/partialdisk.3gl N xenocara/doc/gl-docs/GLU/perspective.3gl N xenocara/doc/gl-docs/GLU/pickmatrix.3gl N xenocara/doc/gl-docs/GLU/project.3gl N xenocara/doc/gl-docs/GLU/pwlcurve.3gl N xenocara/doc/gl-docs/GLU/quadriccallback.3gl N xenocara/doc/gl-docs/GLU/quadricdrawstyle.3gl N xenocara/doc/gl-docs/GLU/quadricnormals.3gl N xenocara/doc/gl-docs/GLU/quadricorientation.3gl N xenocara/doc/gl-docs/GLU/quadrictexture.3gl N xenocara/doc/gl-docs/GLU/scaleimage.3gl N xenocara/doc/gl-docs/GLU/sphere.3gl N xenocara/doc/gl-docs/GLU/tessbegincontour.3gl N xenocara/doc/gl-docs/GLU/tessbeginpolygon.3gl N xenocara/doc/gl-docs/GLU/tesscallback.3gl N xenocara/doc/gl-docs/GLU/tessendpolygon.3gl N xenocara/doc/gl-docs/GLU/tessnormal.3gl N xenocara/doc/gl-docs/GLU/tessproperty.3gl N xenocara/doc/gl-docs/GLU/tessvertex.3gl N xenocara/doc/gl-docs/GLU/unproject.3gl N xenocara/doc/gl-docs/GLU/unproject4.3gl No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:02:20 Log message: GLw manual pages from monolithic tree Status: Vendor Tag: xorg Release Tags: v6_9_0 N xenocara/doc/gl-docs/GLw/Imakefile No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:04:40 Log message: Actual docs from SGI ogl-sample cvs -d :pserver:cvs@oss.sgi.com/cvs co -PA projects/ogl-sample/main/doc/man/manglw Status: Vendor Tag: ogl-sample Release Tags: v20061129 N xenocara/doc/gl-docs/GLw/Distfile N xenocara/doc/gl-docs/GLw/GNUmakefile N xenocara/doc/gl-docs/GLw/glwcreatemdrawingarea.gl N xenocara/doc/gl-docs/GLw/glwdrawingarea.gl N xenocara/doc/gl-docs/GLw/glwdrawingareamakecurrent.gl N xenocara/doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 10:10:06 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: add compress_list, allows for empty lines consisting of spaces... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:17:50 Added files: doc/xorg-docs : MAINTAINERS Makefile.am README configure.ac registry Log message: Add top-level files, tweaked to only do man pages, from xorg-docs 1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:18:39 Added files: doc/xorg-docs : Makefile.bsd-wrapper Log message: Add build infrastructure. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:19:25 Added files: doc/xorg-docs : Makefile.in aclocal.m4 config.guess config.sub configure install-sh missing Log message: generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:41:32 Modified files: doc/gl-docs/GLw: Imakefile Added files: doc/gl-docs : Makefile doc/gl-docs/GL/gl: Makefile.bsd-wrapper doc/gl-docs/GL/glx: Makefile.bsd-wrapper doc/gl-docs/GLU: Makefile.bsd-wrapper doc/gl-docs/GLw: Makefile.bsd-wrapper Removed files: doc/gl-docs/GLw: Distfile GNUmakefile Log message: Add build infrastructure. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 10:42:28 Modified files: . : Makefile Added files: doc : Makefile Log message: Hook docs to the build CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 11:03:09 Modified files: lib/expat : Makefile lib/freetype : Makefile lib/libGL : Makefile lib/libGLU : Makefile lib/libGLw : Makefile Log message: Disable profiled libs. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 11:18:39 Modified files: sys/dev/pci : ips.c Log message: Limit the number of openings to 1 for now, there're still bugs. Thanks to miod for the hint. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 11:45:53 Added files: . : 3RDPARTY MODULES Log message: Describe the components of xenocara CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 11:55:38 Added files: . : README Log message: Xenocara user guide. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/29 12:01:40 Modified files: xc/config/cf : OpenBSD.cf xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: Add support for vesafb to the wsfb driver. This makes it possible to run an unaccelerated and unprivileged X server with machdep.allowaperture=0 on i386. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 12:08:23 Modified files: sys/arch/hp300/dev: diofb.c sys/arch/luna88k/dev: omrasops.c sys/arch/sparc/dev: p9000.c p9100.c zx.c sys/arch/vax/vsa: gpx.c smg.c sys/dev/ic : sti.c vga.c sys/dev/isa : ega.c pcdisplay.c sys/dev/pci : tga.c sys/dev/pcmcia : cfxga.c sys/dev/rasops : rasops.c rasops.h sys/dev/sbus : zx.c sys/dev/wscons : wsdisplayvar.h Log message: Add an unpack_attr function to struct wsdisplay_emulops, to match the existing alloc_attr function. This allows rasops_unpack_attr to be kept private to rasops, yet available to the screen drivers. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 12:11:17 Modified files: sys/dev/ic : pcdisplay_subr.c pcdisplayvar.h vga.c sys/dev/pcmcia : cfxga.c sys/dev/wscons : wsdisplay.c wsdisplayvar.h wsmoused.h Log message: Change the getchar wsdisplay_accessops function to not return a display-dependent value, but instead fill a structure with the chaarcter and a valid attribute, suitable for use with unpack_attr. Adapt the wsmoused code to these changes, and remove all knowledge of the text-mode style pc video attributes in it. This will eventually allow wsmoused to be used on non-pcdisplay devices. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/29 12:12:04 Modified files: textproc/txt2tags: Makefile distinfo textproc/txt2tags/patches: patch-t2tconv patch-txt2tags textproc/txt2tags/pkg: PLIST Log message: Update to 2.3.2. Take maintainership (previous maintainer isn't reachable). Some tweaks and cleanups. ok jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 12:12:53 Modified files: sys/dev/wscons : wsdisplay.c Log message: No need to include pcdisplay.h here anymore. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 12:21:20 Modified files: sys/dev/acpi : acpibtn.c Log message: Do not consider unrecognized buttons as lid sensors. ok marco@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 12:31:17 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: - tweak text on which options are default - merge --help and --usage - .Ex ok ckuethe CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/29 12:31:37 Modified files: sys/arch/i386/i386: autoconf.c Log message: Don't print masks if we're in apic mode. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/11/29 12:40:12 Modified files: sys/arch/i386/conf: GENERIC Log message: Fix the major bug in ips which prevents GENERIC to attach it. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 12:44:50 Modified files: sbin/isakmpd : isakmpd.8 Log message: no need to document generation of local.key 3 times; spotted by mcbride, ok hshoexer; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/29 12:49:33 Modified files: x11/mplayer : Makefile Log message: Using the mad and no_x11 flavors together is not a nonsense combination. This change also fixes the builds on arm because there the mad flavor is on by default. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 12:55:37 Modified files: sys/dev/usb : uberry.c Log message: Detach correctly; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/11/29 13:00:23 Modified files: sys/sys : sensors.h Log message: Reflect reality in a comment. CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/29 13:03:20 Modified files: sys/arch/i386/i386: machdep.c mainbus.c mpbios.c mtrr.c pctr.c procfs_machdep.c sys/arch/i386/include: cpu.h param.h sys/arch/i386/pci: ichpcib.c Log message: Remove all the extern cpu_{id,model,whatever} declarations from most stuff in arch/i386/i386. This should prevent more screwups like the one I did before in ichpcib.c... ok dlg@ kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 13:07:10 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Add support for vesafb to the wsfb driver. This makes it possible to run an unaccelerated and unprivileged X server with machdep.allowaperture=0 on i386. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 13:09:27 Modified files: usr.bin/fmt : fmt.1 fmt.c Log message: - sync synopsis and usage() - sort options - avoid line split CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/29 13:10:42 Modified files: audio/p5-Audio-MPD: Makefile Log message: use MODULES=cpan from Simon Dassow, thanks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 13:18:50 Modified files: usr.bin/fmt : fmt.1 Log message: various improvements; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/29 13:21:46 Modified files: audio/p5-CDDB_get: Makefile distinfo audio/p5-CDDB_get/patches: patch-MANIFEST patch-Makefile_PL audio/p5-CDDB_get/pkg: PLIST Removed files: audio/p5-CDDB_get/patches: patch-cddb_pl Log message: update p5-CDDB_get to 2.27 and CPAN'ify from Simon Dassow CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 13:35:32 Modified files: usr.bin/fmt : fmt.1 Log message: - clean up the !}fmt section - better Xr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/29 14:27:44 Modified files: audio/p5-cddb : Makefile Log message: CPAN'ify from Simon Dassow CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/29 14:34:06 Modified files: sys/dev/ic : bcw.c bcwvar.h sys/dev/pci : if_bcw_pci.c Log message: From Jon Simola : New bcw_powercontrol_crystal_on() function, and fix the license for the pci wrapper. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/29 14:39:46 Modified files: sys/dev/ic : malo.c Log message: Enable short slots, which should increase / stableize throughput performance a bit. ok claudio@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 14:50:18 Modified files: etc/mtree : BSD.x11.dist Added files: etc/mtree : BSD.x11-etc.dist Log message: Update mtree descriptions to match actual installation directories. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 14:51:46 Modified files: share/mk : bsd.xorg.mk Log message: define X11ETC CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 14:52:18 Modified files: . : Makefile Log message: (untested) release bits) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/29 14:59:04 Modified files: usr.bin/fmt : fmt.c Log message: trim usage(); ok millert deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/29 15:15:33 Modified files: usr.sbin/gpioctl: Makefile Log message: for macppc too; from ghz@darkdata.org CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/29 15:17:07 Modified files: sys/dev/acpi : acpiac.c acpibat.c acpidev.h acpiec.c acpitz.c dsdt.c Log message: After a long debate at the hackathon it was decided that the acpi implementation is not concurrent if the sensors thread goes away. This makes acpi completly lockless. help and ok dlg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 15:25:08 Modified files: . : README Log message: more information. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 15:28:29 Modified files: xserver : configure.ac Log message: OpenBSD/i386 uses freebsdPci routines too. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/29 15:36:43 Modified files: usr.sbin/dhcrelay: dhcpd.h Log message: remove incorrect comment CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 15:39:04 Modified files: sys/dev/acpi : acpidebug.c Log message: Unused global variable. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/29 15:40:13 Modified files: sys/arch/i386/conf: Makefile.i386 sys/arch/i386/i386: autoconf.c db_interface.c pmapae.c sys/arch/i386/include: db_machdep.h sys/arch/i386/pci: pcibios.c pcibiosvar.h Log message: Nuke all commons but one, and enable --warn-common in LINKFLAGS. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/29 15:45:03 Modified files: . : Makefile Log message: doc needs to be build after util. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/11/29 17:05:40 Modified files: sys/arch/i386/i386: kvm86call.S Log message: Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only used in a few places, and the MP version of GET_CPUINFO is broken. No regression in GENERIC, however GENERIC.MP still has issues. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 17:07:50 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: adjust (C), noticed by matthieu. Note that this lives here because pkg_create is going to use it to normalize *.pc files at some point... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/29 18:04:35 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: some *.pc files have variable= value, with a space. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/30 01:18:00 Modified files: sysutils/p5-UPS-Nut: Makefile Log message: bump PKGNAME after changing MAINTAINER CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/30 01:20:25 Modified files: sys/dev/ic : malo.c Log message: Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOT capapility. Spotted by damien@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/30 01:47:58 Modified files: bin/ksh : ksh.1 Log message: typos; from alf schlichting CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/30 02:24:39 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch more ZD1211B devices mostly from http://zd1211.ath.cx/ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/30 02:25:17 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/30 02:27:20 Modified files: share/man/man4 : zyd.4 sys/dev/usb : if_zyd.c Log message: more ZD1211B devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/30 02:38:24 Modified files: share/man/man4 : bcw.4 Log message: Mention CardBus attachment in synopsis. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/30 03:05:32 Modified files: sys/dev/usb : umass_scsi.c Log message: unitialized variable, busted by dlg, fixed by dlg CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 04:24:50 Modified files: sbin/isakmpd : isakmpd.8 ui.c Log message: new ui command 'rmv': removes an entry from a list, thus reversing an 'add' operation; ok ho, hshoexer, jmc eVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/30 04:25:11 Modified files: sys/arch/hppa/dev: sti_sgc.c Log message: replace a bunch of ifs w/ an array scan and add a few more CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/30 04:25:32 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Log message: Update to png-1.2.14. 'fine with me' steven@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/30 06:18:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: apply some normalization to some properties while reading or writing, for instance, parse Requirements correctly, and simplify Libs before writing. We normalize Libs before writing because it's more efficient. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/30 06:25:03 Modified files: sys/net : if_bridge.c Log message: no need for #if NPF > 0 inside #if NPF > 0 From: Genadijus Paleckis but the really bad description of the diff made this way more complicated then needed. pls plz, when sending in diffs, describe properly what they do and why! CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2006/11/30 07:07:20 Modified files: . : Makefile Log message: give a chance of building by referencing the right mtree file CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 08:51:28 Modified files: sbin/ipsecctl : ike.c ipsecctl.c ipsecctl.h Log message: handle multiple SAs with different same src/dst but different port; store IKE connection string and phase2 IDs in the ipsec rule; cleanup internal API: pass rules around instead of rule members; report Brian Candler; fix with hshoexer, msf; ok hshoexer CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 09:16:27 Modified files: regress/sbin/ipsecctl: ike10.ok ike30.ok ike42.ok ike43.ok ike54.ok ikedel10.ok ikedel30.ok ikedel42.ok ikedel43.ok Log message: sync: proto/port in lid/rid/connection CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 09:17:58 Modified files: sbin/ipsecctl : ike.c Log message: use rmv to unregister ipsec connections; ok hshoexer, ho CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 09:18:21 Modified files: regress/sbin/ipsecctl: ikedel1.ok ikedel10.ok ikedel11.ok ikedel12.ok ikedel13.ok ikedel14.ok ikedel15.ok ikedel16.ok ikedel17.ok ikedel18.ok ikedel19.ok ikedel2.ok ikedel20.ok ikedel21.ok ikedel22.ok ikedel23.ok ikedel29.ok ikedel3.ok ikedel30.ok ikedel31.ok ikedel32.ok ikedel33.ok ikedel34.ok ikedel35.ok ikedel36.ok ikedel37.ok ikedel38.ok ikedel39.ok ikedel4.ok ikedel40.ok ikedel41.ok ikedel42.ok ikedel43.ok ikedel46.ok ikedel47.ok ikedel5.ok ikedel6.ok ikedel7.ok ikedel8.ok ikedel9.ok Log message: sync: rmv to unregister ipsec connections CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/30 09:53:54 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_h Log message: Don't append nspr's shared lib version in PR_GetLibraryName. This fixes missing 'Builtin Roots Module'/Authorities problem in mozilla* apps. okay ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/30 10:00:55 Added files: etc/mtree : BSD.etc-x11.dist Removed files: etc/mtree : BSD.x11-etc.dist Log message: Oops committed the wrong file. Noticed by todd@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/30 10:12:58 Modified files: . : Makefile Log message: revert CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/30 10:23:34 Modified files: sys/dev/ic : malo.c Log message: fix wep key index in firmware command. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/30 10:24:13 Modified files: graphics/png : Makefile distinfo Log message: The libpng people re-rolled the distfile of png-1.2.14. They fixed some fuckup in their autoconf stuff (which we don't use) and changed dates in comments. Bump PKGNAME. Noticed by aanriot@, thanks! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/30 10:24:57 Modified files: doc/gl-docs/GL/gl: Makefile.bsd-wrapper doc/gl-docs/GL/glx: Makefile.bsd-wrapper doc/gl-docs/GLU: Makefile.bsd-wrapper doc/gl-docs/GLw: Makefile.bsd-wrapper Log message: Fix bootstrapping problems noticed by todd@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/30 10:37:27 Modified files: distrib/notes/i386: prep Log message: Update the sections about 1024-cylinder hard disk limits on install. Originally from nick@, with some tweaks by jmc@. ok jmc@ nick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/30 10:38:27 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-Makefile patch-nut.1 biology/nutdb/pkg: PLIST Log message: update nutdb to 12.0 (no response from maintainer) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/30 10:39:12 Modified files: sys/dev/usb : if_zyd.c Log message: fix setting of MAC register ZYD_MAC_RETRY for ZD1211B. maximum retry count must be set for each EDCA access category. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/11/30 10:41:58 Modified files: . : events.html Log message: the OpenSourceTag 2006 is over and i forgot to add this event before :(. while i'm here, fix a dead link of the OpenSourceTag 2005. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/30 10:45:40 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: fix PHY initialization for ZD1211B. we were iterating from 0 to N(zyd_def_phy), but N(zyd_def_phy) is not equal to N(zyd_def_phyB). we were probably writting garbage to the PHY. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/30 10:58:48 Modified files: . : README 3RDPARTY Log message: typos and tweaks from bernd@ and todd@. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 11:33:04 Modified files: www/php5/extensions: Makefile Log message: bump PKGNAMEs after MULTI_PACKAGES changes CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/30 11:42:41 Modified files: usr.sbin/ntpd : ntp.c Log message: Allow sensors in a sensors-only configuration to set the time at startup. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/30 12:20:41 Modified files: gnu/usr.bin/perl: mg.c Log message: When using setproctitle() don't fall back into the non-setproctitle() code. Fixes an environment corruption problem when $0 is modified. From Alexander Bluhm; this is perl bug #41008 CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/30 12:28:07 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: cosmetic CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/30 12:35:20 Modified files: usr.sbin/ripctl: ripctl.8 Log message: remove "show summary" and "detail" keywords that aren't supported ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/30 12:36:49 Log message: import p5-XML-SAX-Expat-Incremental 0.04 XML::SAX::Expat subclass for non-blocking (incremental) parsing, with XML::Parser::ExpatNB. ok steven@ Status: Vendor Tag: jasper Release Tags: jasper_20061130 N ports/textproc/p5-XML-SAX-Expat-Incremental/distinfo N ports/textproc/p5-XML-SAX-Expat-Incremental/Makefile N ports/textproc/p5-XML-SAX-Expat-Incremental/pkg/DESCR N ports/textproc/p5-XML-SAX-Expat-Incremental/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/30 12:38:10 Modified files: textproc : Makefile Log message: add p5-XML-SAX-Expat-Incremental CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/30 13:08:22 Modified files: sys/arch/m68k/fpsp: res_func.sa sys/kern : kern_rwlock.c Log message: s/completly/completely/ ok brad CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/30 13:34:18 Modified files: audio/p5-libvorbis: Makefile audio/p5-Audio-CD: Makefile audio/p5-MP3-ID3v1Tag: Makefile Log message: switch to use MODULES=cpan from Simon Dassow CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/30 13:37:30 Modified files: archivers/gtar : Makefile Added files: archivers/gtar/patches: patch-src_extract_c Log message: SECURITY: GNU tar allows user-assisted attackers to overwrite arbitrary files via a tar file that contains a GNUTYPE_NAMES record with a symbolic link. (CVE-2006-6097) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 13:49:29 Modified files: security/gnupg : Tag: OPENBSD_4_0 Makefile Added files: security/gnupg/patches: Tag: OPENBSD_4_0 patch-g10_openfile_c Log message: MFC: Security fix for a buffer overflow when running gnupg in interactive mode. More info: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 14:03:40 Modified files: www/kronolith : Tag: OPENBSD_4_0 Makefile distinfo Log message: Security update to Kronolith 2.0.7 Major changes compared to the Kronolith H3 (2.0.5) version are: * Close arbitrary file inclusion in free/busy views. * Close several XSS problems with calendar and event fields. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/30 14:06:35 Modified files: www/mozilla : Makefile Log message: - require nspr with PR_GetLibraryName fix - bump major due to previous nspr removal CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/30 14:07:13 Modified files: www/mozilla-firefox: Makefile Log message: - require nspr with PR_GetLibraryName fix - bump major due to previous nspr removal CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/30 14:07:40 Modified files: www/minimo : Makefile Log message: - require nspr with PR_GetLibraryName fix - bump major due to previous nspr removal CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/30 14:08:34 Modified files: mail/mozilla-thunderbird: Makefile Log message: - require nspr with PR_GetLibraryName fix - bump major due to previous nspr removal - remove some leftover nspr pre-configure steps CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 14:14:19 Modified files: archivers/gtar : Tag: OPENBSD_4_0 Makefile Added files: archivers/gtar/patches: Tag: OPENBSD_4_0 patch-src_extract_c Log message: MFC: SECURITY: GNU tar allows user-assisted attackers to overwrite arbitrary files via a tar file that contains a GNUTYPE_NAMES record with a symbolic link. (CVE-2006-6097) CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/30 14:20:41 Modified files: sys/arch/i386/include: param.h Log message: Oops, didn't mean to increase the default msgbufsize for i386. Noticed by brad, thanks. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 14:35:19 Modified files: regress/sbin/ipsecctl: ike10.ok ike30.ok ike42.ok ike43.ok ike54.ok Log message: wrong rid for protocol CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/30 14:35:34 Modified files: sbin/ipsecctl : ike.c Log message: typo: wrong rid for protocol CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/30 14:45:17 Modified files: devel/p5-Log-Log4perl: Makefile distinfo devel/p5-Log-Log4perl/pkg: PLIST Log message: update p5-Log-Log4perl to 1.08 from new maintainer Simon Dassow CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 14:59:12 Modified files: security/gnupg : Tag: OPENBSD_3_9 Makefile Added files: security/gnupg/patches: Tag: OPENBSD_3_9 patch-g10_openfile_c Log message: MFC: Security fix for a buffer overflow when running gnupg in interactive mode. More info: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 15:03:52 Modified files: www/kronolith : Tag: OPENBSD_3_9 Makefile distinfo Log message: Security update to Kronolith 2.0.7 Major changes compared to the Kronolith H3 (2.0.5) version are: * Close arbitrary file inclusion in free/busy views. * Close several XSS problems with calendar and event fields. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 15:05:07 Modified files: archivers/gtar : Tag: OPENBSD_3_9 Makefile Added files: archivers/gtar/patches: Tag: OPENBSD_3_9 patch-src_extract_c Log message: MFC: SECURITY: GNU tar allows user-assisted attackers to overwrite arbitrary files via a tar file that contains a GNUTYPE_NAMES record with a symbolic link. (CVE-2006-6097) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/30 16:08:07 Modified files: infrastructure/mk: bsd.port.mk Log message: fix describe CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/11/30 16:22:16 Modified files: . : Makefile Log message: Fix the install target: one typo and one thinko, probably caused by committing while tired. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/11/30 18:13:01 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: rename 8100E id to spin 1 and add the 8100E second spin chip id chip id from Linux r8169 driver from brad@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/30 21:24:58 Modified files: build : packages-4.0 packages-3.9 Log message: gnupg, kronolith, gtar CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/30 21:25:12 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/30 23:14:10 Modified files: net/nagios/plugins: Makefile Log message: bump PKGNAMEs after MULTI_PACKAGES changes CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/01 00:17:25 Modified files: sys/kern : kern_event.c Log message: spell kqueue, not kqeue ok jmc CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/01 00:18:34 Modified files: sys/netbt : bluetooth.h Log message: spelling: queue, not qeueue CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/01 00:23:26 Modified files: share/man/man5 : pf.conf.5 Log message: Correct the explanation of NAT evaluation order. binat is always first, then rdr on inbound packets or nat on outbound packets. This is _not_ necessarily the same order in which the rules are defined in the ruleset. ok jmc dhartmei henning CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/01 00:25:41 Modified files: usr.sbin/ftp-proxy: filter.c Log message: use flags S/SA for consistency with the rest of pf CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/01 00:31:21 Modified files: usr.sbin/ftp-proxy: filter.c Log message: forgot to update the comment as well CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/01 01:14:53 Modified files: usr.bin/compress: main.c Log message: Fix two bugs: stdin is processed and the current working dir is not readable and having a file named '-'. PR 5301 and 5302. Diff from Vadim Vygonets, with some changes from me. ok millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 04:34:04 Modified files: infrastructure/mk: bsd.port.mk Log message: make it possible to override a FULLPKGPATH if you REALLY know what you're doing... DO NOT USE, unless you really know. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/12/01 04:42:25 Modified files: etc : changelist Log message: iskampds public key local.pub moved from /etc/isakmpd/private to /etc/isamkpd. Noticed by ajacoutot@lphp.org, thanks! ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/01 05:33:28 Modified files: sys/netinet : ip_output.c Log message: rangecheck ttl on IP_TTL, collected dust in my tree CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/01 07:04:06 Modified files: lang/ruby : ruby.port.mk Log message: add MODRUBY_RUN_DEPENDS to help MULTI_PACKAGES ok msf@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/01 07:10:06 Modified files: devel/subversion: Makefile Log message: make only the ruby bindings depend on ruby. pointed out by sturm@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/01 07:24:55 Modified files: math/fftw3 : Makefile math/fftw3/pkg : PLIST-common Log message: build the same -common package regardless of FLAVOR. this keeps PLIST_DB consistent, requested by sturm@ solution discussed with espie@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/01 07:40:00 Modified files: mail/imap-uw : Makefile distinfo mail/imap-uw/patches: patch-Makefile patch-imapd.8 patch-ipopd.8 patch-src_osdep_unix_Makefile patch-src_osdep_unix_Makefile.gss patch-src_osdep_unix_env_unix.c patch-src_osdep_unix_kerb_mit_c patch-tmail_tmail_c Added files: mail/imap-uw/pkg: DESCR-server MESSAGE-server PLIST-server Removed files: mail/imap-uw/pkg: DESCR-main MESSAGE-main PLIST-main Log message: update to imap-uw release 2006c1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/01 09:17:03 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: Fixes parsing of variables/delimiters, so that we classify like pkgconfig. Augment the Requires parser to deal correctly with comparisons. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 09:30:42 Modified files: devel/pkgconfig: Makefile devel/pkgconfig/pkg: PLIST devel/metaauto : Makefile devel/metaauto/pkg: PLIST Added files: devel/metaauto : distinfo Log message: move pkg.m4 into metaauto package, in preparation for eventually replacing pkg-config with the base system pkg-config... CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/12/01 09:34:41 Modified files: lib/libpthread/uthread: uthread_fd.c Log message: Normally pipes created by threaded apps are left non-blocking after being closed so that a threaded child process can still read it without blocking. However, leaving stdin/out/err non-blocking when closed is bad because it can be shared with non-threaded apps that can't deal with a non-blocking file descriptor (i.e. cat). Therefore special case stdin/out/err pipes so that they are reset to blocking upon a close(). Tested by robert@, jolan@ and myself with multiple OOo builds on mp systems where the problem was seen more frequently. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/01 09:36:37 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: handles continuation lines and comments. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 09:46:23 Log message: move the list of geographic location of OpenBSD developers there. Status: Vendor Tag: espie Release Tags: list N ports/geo/openbsd-developers/Makefile N ports/geo/openbsd-developers/files/OpenBSD N ports/geo/openbsd-developers/pkg/PLIST N ports/geo/openbsd-developers/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 09:47:00 Modified files: geo : Makefile Log message: +openbsd-developers CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/12/01 09:50:16 Modified files: share/man/man4 : pci.4 cardbus.4 Log message: Mention bcw, pointed out by jmc. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 09:50:38 Modified files: x11/xplanet : Makefile x11/xplanet/files: openbsd_markers x11/xplanet/pkg: PLIST Log message: zap the license-check on xglobe, RUN_DEPENDS on openbsd-devel CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 10:00:26 Modified files: x11/xglobe : Makefile Removed files: x11/xglobe/files: OpenBSD-markers Log message: get the markers file from openbsd-developers CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 10:33:16 Modified files: infrastructure/mk: bsd.port.mk Log message: remove the last redirectors, regenerate readmes on the fly... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 10:37:15 Modified files: infrastructure/mk: bsd.port.mk Log message: use the pkg-config in /usr/local preferably, until we get a decent pkg-config in /usr/bin... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/01 10:49:38 Modified files: share/man/man5 : bsd.port.mk.5 Log message: give a more thorough list of subpackage-dependent variable, rephrase description of package/subpackage to not give the impression one explicitly invokes the other, since it doesn't... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 10:56:38 Modified files: infrastructure/mk: bsd.port.mk Log message: let license-check recurse correctly, thus we are checking ALL licences, finally. Remove work-around for undefined SUBPACKAGE stuff, since we're no longer hardcoding it at the Makefile level, and thus the ERROR check works. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/01 12:32:31 Modified files: usr.bin/pkg-config: pkg-config Log message: make things vaguely declared where they belong CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/01 12:36:09 Modified files: sys/arch/mvme88k/dev: vs.c Log message: Unbreak. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/01 13:28:24 Modified files: lib/fontconfig : Makefile.bsd-wrapper Log message: Font cache goes to /var/cache CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/01 13:29:01 Modified files: util : Makefile Log message: typo in RCS Id CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/01 13:29:51 Modified files: xserver : Makefile.bsd-wrapper Log message: Xprint configuration goes to /etc CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/01 13:34:52 Modified files: xserver/hw/xprint: Makefile.am Log message: Install xprint config in $datadir CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/01 13:38:56 Modified files: xserver : configure xserver/hw/xprint: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/01 16:30:49 Modified files: mail/dovecot : Makefile distinfo Added files: mail/dovecot/pkg: DESCR-server DESCR-sieve MESSAGE-server PFRAG.shared-server PFRAG.shared-sieve PLIST-server PLIST-sieve Removed files: mail/dovecot/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: add package for the sieve mail filter plugin; ok brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 16:57:28 Modified files: mail/dovecot : Makefile Log message: default package CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/01 17:10:24 Modified files: infrastructure/mk: gnu.port.mk Log message: clean-up spacing CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/01 17:19:11 Modified files: math/matio : Makefile distinfo math/matio/patches: patch-test_test_mat_c Log message: update to matio 1.3.2 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/01 17:37:58 Modified files: build : groups.dat mirrors.dat Log message: add ftp.freebsdchina.org, Shangai, China. from Li Xin checks/diff via Marcus Popp CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/01 17:40:09 Modified files: build : groups.dat Log message: oops, revert accidental commit CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/01 17:41:18 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/01 18:08:30 Modified files: usr.bin/nc : nc.1 Log message: tweaks; from claus assmann (pr #5317); CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 01:56:16 Modified files: app/rstart : Makefile.am Log message: Fix configuration files installations. Patch from Kean Johnston. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 01:56:58 Modified files: app/rstart : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 03:26:16 Modified files: app/fvwm/fvwm : Makefile Log message: Fix variable substitution in man page. From todd@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/02 03:27:40 Modified files: infrastructure/mk: bsd.port.mk Log message: fix READMES again CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/02 03:34:30 Modified files: mail/dovecot : Makefile Log message: SHARED_ONLY; from brad@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/02 03:35:56 Modified files: mail/imap-uw : Makefile Log message: default package CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/02 03:48:03 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: allows us to mark *.pc files as PkgConfig. This will be useful for some `normalization' work (remove ports directory, and replace /usr/local with DEPBASE or some such, so that building without installation works). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/02 03:50:21 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update to 1.02 and CPAN'ify CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 04:00:35 Modified files: sys/dev/sbus : files.sbus sys/arch/sparc/conf: files.sparc Log message: zx needs rasops8 code for emulation modes, not rasops32. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/02 04:08:49 Modified files: infrastructure/mk: bsd.port.mk Log message: move the generated readme stuff to a temporary directory, much cleaner that way. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 04:08:58 Modified files: lib/fontconfig : Makefile.bsd-wrapper Log message: Cache dir is /var/cache/fontconfig, not /var/cache. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/02 04:14:20 Modified files: editors/abiword: Makefile distinfo Log message: maintenance update to abiword 2.4.6 from brad@, tested by ckuethe@ and me CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 04:21:37 Modified files: sys/arch/sparc/dev: cgsix.c sys/dev/sbus : cgsix.c sys/arch/sparc64/dev: creator.c Log message: Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 04:24:04 Modified files: sys/arch/sparc/dev: p9000.c p9100.c zx.c sys/dev/sbus : zx.c Log message: Use ri_devcmap to get corrected color values, instead of directly using WSCOL_xxxx values. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 04:25:09 Modified files: sys/arch/sparc/dev: fb.c sys/arch/sparc64/dev: fb.c sys/dev/wscons : wsdisplayvar.h wsemul_sun.c Log message: Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be different for sparc{,64} systems. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/02 04:27:46 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk pkgpath.mk Log message: move TMPDIR to pkgpath.mk to allow its use from both bsd.port.mk and bsd.port.subdir.mk Use absolute paths to build readmes files, based on READMES_TOP, which can be (or not) PORTSDIR. Generate category readmes in tmp directory as well. minor clean-ups CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/12/02 06:26:15 Modified files: sys/dev/vesa : vesabios.c Log message: typo CVSROOT: /cvs Module name: www Changes by: mglocker@cvs.openbsd.org 2006/12/02 06:44:32 Modified files: . : donations.html Log message: Thanks to Laurent Fanis for donating a U.S. Robotics 802.11g adapter (PrismGT softmac). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 06:47:33 Modified files: lib/fontconfig/fc-cache: Makefile.am lib/fontconfig/fc-cat: Makefile.am lib/fontconfig/fc-list: Makefile.am lib/fontconfig/fc-match: Makefile.am Log message: Link utilities against the newly built libfontconfig, not the (old) installed one. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 06:50:02 Modified files: lib/fontconfig/fc-cache: Makefile.in lib/fontconfig/fc-cat: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 06:59:24 Removed files: lib/fontconfig/fc-arch: fcarch.h Log message: Remove a generated file that should not have been in the distfile. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/02 07:02:38 www/papers/opencon06-nmea Update of /cvs/www/papers/opencon06-nmea In directory cvs.openbsd.org:/tmp/cvs-serv15476/opencon06-nmea Log Message: Directory /cvs/www/papers/opencon06-nmea added to the repository CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/02 07:27:01 Modified files: . : events.html Added files: papers/opencon06-nmea: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00002.html mgp00002.idx.png mgp00002.png mgp00003.html mgp00003.idx.png mgp00003.png mgp00004.html mgp00004.idx.png mgp00004.png mgp00005.html mgp00005.idx.png mgp00005.png mgp00006.html mgp00006.idx.png mgp00006.png mgp00007.html mgp00007.idx.png mgp00007.png mgp00008.html mgp00008.idx.png mgp00008.png mgp00009.html mgp00009.idx.png mgp00009.png mgp00010.html mgp00010.idx.png mgp00010.png mgp00011.html mgp00011.idx.png mgp00011.png mgp00012.html mgp00012.idx.png mgp00012.png mgp00013.html mgp00013.idx.png mgp00013.png mgp00014.html mgp00014.idx.png mgp00014.png mgp00015.html mgp00015.idx.png mgp00015.png mgp00016.html mgp00016.idx.png mgp00016.png mgp00017.html mgp00017.idx.png mgp00017.png mgp00018.html mgp00018.idx.png mgp00018.png mgp00019.html mgp00019.idx.png mgp00019.png mgp00020.html mgp00020.idx.png mgp00020.png mgp00021.html mgp00021.idx.png mgp00021.png mgp00022.html mgp00022.idx.png mgp00022.png mgp00023.html mgp00023.idx.png mgp00023.png mgp00024.html mgp00024.idx.png mgp00024.png mgp00025.html mgp00025.idx.png mgp00025.png mgp00026.html mgp00026.idx.png mgp00026.png mgp00027.html mgp00027.idx.png mgp00027.png Log message: Add and link to my slides at OpenCON 2006. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/02 07:36:23 Modified files: shells/tcsh : Makefile shells/tcsh/patches: patch-config_f_h patch-host_defs Added files: shells/tcsh/patches: patch-sh_proc_c Log message: - fix segfault due to null pointer dereference occasionally seen while building OOo. - sync patches CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/02 07:40:57 Modified files: . : orders.html Log message: remove vt100.nl, they do not sell anymore. Instead, list Computer Collectief in Amsterdam. From Jeroen Janssen, thanks. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/02 08:02:07 Modified files: math/amd : Makefile distinfo Removed files: math/amd/patches: patch-Include_amd_internal_h Log message: minor update to 2.0.3. distfiles are versioned now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 08:55:18 Modified files: sys/arch/sparc64/conf: files.sparc64 sys/conf : files sys/dev/rasops : files.rasops rasops.c rasops8.c Log message: On frame buffers which endianness differs from the host CPU, we can not afford using ovbcopy() in the erasecols emulop, as the ovbcopy implementation might do larger-than-byte loads and store, which will not have the expected result if the source and destination addresses are not similarly aligned. Instead, roll our own byte-only ovbcopy() in this case. This is made dependent on a config(8) attribute to avoid bloating platforms which do not need this, thus frame buffers which may set RI_BSWAP in ri_flg need to depend on this attribute. Problem spotted by matthieu@ using tcsh on sparc64 console. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 09:28:48 Modified files: . : README app/fvwm : Makefile.inc app/fvwm/modules: Makefile.inc app/fvwm/sample.fvwmrc: Makefile app/glxgears : Makefile app/glxinfo : Makefile app/ssh-askpass: Makefile app/wm2 : Makefile app/xidle : Makefile app/xsystrace : Makefile app/xvctl : Makefile lib/expat : Makefile lib/freetype : Makefile lib/libGL : Makefile lib/libGLU : Makefile lib/libGLw : Makefile share/mk : bsd.xorg.mk Log message: Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other directory designed by XENOCARA_OBJDIR in /etc/mk.conf). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/02 09:43:28 Modified files: sys/dev/usb : if_zyd.c Log message: Add a "break" which makes AL7230B initialize now. Still doesn't work afterwards, but ... Spotted by claudio@, ok deraadt@ jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/02 10:58:21 Modified files: lib/libGL : shlib_version lib/libX11 : Makefile.bsd-wrapper lib/libXfixes : Makefile.bsd-wrapper lib/libXfont : Makefile.bsd-wrapper Log message: These libraries need a version bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 11:02:53 Modified files: sys/dev/rasops : rasops.c Log message: Oops, prevent a warning if rasops_bswap is not required. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/12/02 11:12:50 Modified files: x11/ion : Makefile Log message: New maintainer Dmitri Alenitchev CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 11:16:14 Modified files: sys/dev/wscons : wsdisplay.c wsmoused.h Log message: Use a better strategy to make the mouse pointer visible in inverse_char(); also check the return value of alloc_attr() for failure. No functional change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/02 11:28:22 Modified files: usr.bin/pkg-config: pkg-config Log message: rely on PkgConfig.pm, and so really parse the *.pc files. handle --define-variable handle multiple dependencies in the correct order, so that linking will work with complex requirements. okay ckuethe@, matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/02 11:45:55 Modified files: graphics/p5-Image-Info: Makefile Log message: switch to CPAN CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/02 11:58:46 Modified files: usr.bin/pkg-config: pkg-config Log message: typo in error message CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/02 12:11:11 Modified files: sys/dev/ic : vga.c sys/dev/isa : ega.c Log message: In alloc_attr(), make sure xxansitopc[] indicies are within bounds. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/12/02 13:20:55 Modified files: sys/dev/vesa : vesafb.c Log message: Make a debugging printf conditionnal to VESABIOSVERBOSE. ok miod@, gwk@, deraadt@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/02 13:22:09 Modified files: faq/fr : faq6.html faq9.html faq/nl : faq4.html faq9.html faq/pl : faq6.html faq9.html fr : events.html ftp.html i386.html items.html macppc.html want.html ko : goals.html index.html plat.html nl : ftp.html index.html orders.html openbgpd/nl : ftp.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html pl : i386-laptop.html i386.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/02 13:24:17 Modified files: audio/toolame : Makefile cad/qcad : Makefile devel/automake/1.8: Makefile graphics/dvdrip: Makefile graphics/ffmpeg: Makefile misc/cdrchive : Makefile multimedia/dvdauthor: Makefile multimedia/dvdbackup: Makefile multimedia/libdv: Makefile multimedia/libquicktime: Makefile multimedia/mjpegtools: Makefile multimedia/transcode: Makefile multimedia/xine-lib: Makefile multimedia/xine-ui: Makefile sysutils/cdrtools: Makefile sysutils/dvd+rw-tools: Makefile Log message: Remove jakemsr@ from maintainer position, as he has been inactive and email has been bouncing for several months. Jacob, if you get this and/or get back to things, let us know. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/12/02 17:28:49 Modified files: distrib/notes/armish: prep Log message: Mention that the jumper must be moved to J4 on Thecus N2100. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/02 18:01:39 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: postfix snapshot 20061201 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/02 20:22:33 Modified files: faq : faq6.html Log message: Rework the network config section. Could be improved yet, I'm sure, but this organizes the content a lot better, I think. Wanted to do this for about five years now... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/02 20:39:27 Modified files: faq : faq6.html Log message: spellcheck, THEN commit. Though in this case, I didn't make those errors. At least, not recently... ethernet -> Ethernet. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/02 21:03:00 Modified files: faq : faq4.html Log message: don't encourage people to install X if they aren't planning on using it. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 01:46:26 Added files: doc/xorg-docs/man: Makefile.in doc/xorg-docs/man/general: Makefile.in Log message: add autotools generated files CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/12/03 01:51:34 Modified files: archivers/zip : Makefile Log message: add MASTER_SITE_TEX_CTAN to MASTER_SITES, as many other are down or don't have the latest version. "Don't bump pkgname" and ok steven@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/03 02:11:47 Modified files: ko : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/03 02:25:15 Modified files: math/umfpack : Makefile distinfo Log message: minor update to 5.0.2, with versioned distfiles. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/03 02:40:59 Modified files: audio/p5-Audio-MPD: Makefile Log message: bump PKGNAME hint: when you move to MODULES=cpan, PKG_ARCH might change CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 03:13:31 Modified files: etc/mtree : BSD.etc-x11.dist Log message: typo CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/03 03:14:39 Modified files: sys/dev/ic : malo.c Log message: Print the number of unknown commands in malo_cmd_string(). Also don't print an empty newline in malo_hexdump(). OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/03 03:30:47 Modified files: sys/dev/ic : malo.c Log message: First bits of endian cleanup more still needed but commit early, commit often. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/03 03:39:01 Modified files: www/p5-HTML-Widget: Makefile Log message: this depends on p5-Class-Data-Accessor CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/03 04:00:34 Modified files: x11/kde/office3: Makefile distinfo x11/kde/office3/patches: patch-acinclude_m4 patch-configure_in patch-kspread_plugins_calculator_Makefile_in x11/kde/office3/pkg: PLIST Log message: update to 1.6.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 04:51:12 Modified files: etc/mtree : BSD.etc-x11.dist Log message: /etc/X11/rstart/local was a side-effect of the rstart install bug. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/03 05:19:17 Modified files: de : i386-laptop.html i386.html index.html items.html macppc.html orders.html products.html faq/nl : faq14.html faq4.html nl : i386.html index.html items.html macppc.html orders.html zh-cn : anoncvs.html books.html orders.html Added files: zh-cn : 40.html crypto.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/03 05:49:53 Removed files: textproc/txt2tags/patches: patch-t2tconv patch-txt2tags Log message: Remove empty patch files i left over on the last commit. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/03 06:09:30 Log message: import Test::Reporter 1.27 Test::Reporter reports the test results of any given distribution to the CPAN testing service. See http://testers.cpan.org/ for details. Status: Vendor Tag: steven Release Tags: steven-200601203 N ports/devel/p5-Test-Reporter/Makefile N ports/devel/p5-Test-Reporter/distinfo N ports/devel/p5-Test-Reporter/pkg/DESCR N ports/devel/p5-Test-Reporter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/03 06:10:24 Modified files: devel : Makefile Log message: +p5-Test-Reporter CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/03 06:27:24 Modified files: openssh : ftp.html Log message: remove ftp.de.openbsd.org, which is the same as the uni-erlangen mirror. "just remove it" grunk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/03 06:41:19 Modified files: sys/net : if_bridge.c if_bridge.h bridgestp.c if.c sys/sys : sockio.h sbin/brconfig : brconfig.c brconfig.8 Log message: Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work by Andrew Thompson (thompsa@freebsd.org). The local changes include adoption to our bridge code, reduced stack usage and many other bits. If stp is enabled, RSTP will now be used by default. Thanks for help from Andrew. This code has been in snaps for while now, commit encouraged by deraadt@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/03 06:43:59 Modified files: papers : index.html Log message: Link to my OpenCON presentation from here, too. Reminded by naddy. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/03 06:48:34 Modified files: zh-cn : orders.html Log message: missing charset CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/03 06:58:58 Modified files: sys/dev/pci : if_vic.c Log message: re-add a tiny little #ifdef VIC_DEBUG, used to compare the vic(4) features and capabilities on different vmware platforms. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/03 07:14:41 Modified files: devel/swig : Makefile Added files: devel/swig/pkg : DESCR-main PLIST-main Removed files: devel/swig/pkg : DESCR PLIST Log message: Don't lib_depend on guile. Same for run_depend and python. Some hints from steven@ and espie@. ok, kevlo@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/03 07:52:45 Modified files: sys/dev/pci : if_vic.c Log message: always assume full duplex state if the interface is up... what does full duplex mean for a virtual interface? CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/03 09:07:46 Modified files: build : mirrors.dat Log message: catai.net is down for at least one week, from martin@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/03 09:09:21 Modified files: sys/dev/usb : if_uath.c if_uathvar.h Log message: The device doesn't always detach gracefully from the bus after a firmware upload. We thus force a port reset and a re-exploration on the parent hub after firmware upload. In uath_newstate(), if we're called from a process context, we don't need to schedule a USB task. This fixes a problem in uath_stop(): when moving to the S_INIT state, the task was scheduled after the device was reset. Don't abort the RX firmware command pipe in uath_stop(), otherwise we will never receive commands ACKs from the firmware anymore. We now survive to an ifconfig down up. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/03 09:12:22 Modified files: sys/dev/pci : if_sis.c Log message: Set sis_stopped=1 early on attach and reset it later in sis_init(). With mickey's help. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/03 09:16:29 Modified files: . : anoncvs.html cvsync.html ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/03 09:16:58 Modified files: sys/dev/usb : if_ral.c if_rum.c Log message: don't schedule a USB task in {ural,rum}_newstate() if we're called from a process context. this avoids potential races in {ural,rum}_stop(). CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/03 09:23:41 Modified files: sys/dev/pci : if_sis.c Log message: Re-enable RX engine every time otherwise it occasionally stops under unknown circumstances. Tested by many people, ok brad a long time ago. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 09:32:48 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Adapt wsfb to shadowfb changes in X.Org 7.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 09:35:25 Modified files: sys/arch/sparc/dev: if_ie.c Log message: Revert r1.35 (ether_input to ether_input_mbuf conversion), this causes unaligned accesses on some packets. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 09:36:56 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRec (From Alan Coopersmith via X.Org git repository). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 09:38:13 Modified files: sys/arch/sparc/conf: files.sparc sys/arch/sparc/dev: bwtwo.c cgeight.c cgfour.c cgsix.c cgthree.c cgtwo.c sys/arch/sparc/include: fbvar.h Log message: Clean frame buffer attachment code: - There is no need to check for buses config(8) will not let us attach to - Better P4 bus logic, which does not need to abuse device flags - Do not bother trying to print a meaningful device description when it is not connected to sbus. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/03 09:39:13 Modified files: sys/dev/ic : rt2560.c rt2661.c sys/dev/usb : if_ral.c if_rum.c Log message: fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: don't call xxx_set_chan() if the interface is not up&running. patch from Steffen Schuetz (st dot sch at gmx dot net) with minor modifications by me. closes kernel/5313 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 09:40:06 Modified files: sys/arch/sparc/dev: cgtwo.c Log message: Enable all color planes on attach and wait for retrace to program the colormap, this finally makes color work. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 09:40:43 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Initialize more fields of the proto disklabel before invoking readdisklabel(), to pass its recent sanity checks. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 09:41:58 Modified files: sys/arch/sparc/dev: fb.c sys/arch/sparc64/dev: fb.c Log message: Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it applies to non-console frame buffers as well. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 10:04:09 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: lost one _X_EXPORT from X.Org in local changes merge. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 10:10:41 Modified files: sys/arch/sparc/dev: zx.c sys/dev/sbus : zx.c Log message: Instead of invoking rasops_init with a wrong depth value to have some values computed better, prefer invoking it with the real thing and recomputing what needs to be afterwards. No functional change, but this allows fb.c to assume a few things about its callers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/03 10:17:09 Modified files: audio/herrie : Makefile distinfo Log message: update herrie to 1.0.1: - Make Vorbis tag parsing less strict (match case insensitive) - Fix OSS and terminal resizing on OpenBSD - Fix terminal resizing in SIGWINCH wrapper while in chroot() CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 10:35:02 Modified files: driver/xf86-video-ati/src: r128_driver.c Log message: don't use fbdev on non-linux systems CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/03 10:35:17 Modified files: share/man/man4 : ueagle.4 Log message: add link to external firmware package. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/03 10:51:41 Modified files: sys/dev/usb : if_uath.c Log message: don't include rate control is handled by firmware. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 10:58:02 Modified files: driver/xf86-video-ati/src: radeon.h radeon_driver.c Log message: OpenBSD modification: IBookHack option. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 11:18:52 Modified files: dist/Mesa/src/glx/x11: glx_pbuffer.c Log message: Make this build with gcc 2.95 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 12:36:18 Modified files: lib/libGL : Makefile Log message: sparc needs -fPIC CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/12/03 13:14:37 Modified files: usr.sbin/dvmrpd: dvmrpd.h interface.c rde.c rde.h rde_mfc.c rde_srt.c report.c Log message: introduce rde_check_route that selects which routes must be accepted and which discarded. Still not complete, just a step forward. ok norby@ henning@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/03 13:48:00 Modified files: . : i386-laptop.html Log message: 915resolution is in 4.0 packages. from Thomas Schoeller CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 13:57:39 Modified files: xserver/hw/xfree86/common: compiler.h xserver/hw/xfree86/os-support/bsd: Makefile.am xserver/include: servermd.h xorg-config.h.in xserver/os : xalloc.c Log message: Build fixes for OpenBSD/zaurus: - __arm32__ isn't defined by gcc on OpenBSD/arm - ioperm_noop.c is needed in libxorgos CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/03 13:57:55 Modified files: xserver/hw/xfree86/os-support/bsd: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/03 14:26:36 Modified files: editors/zile : Makefile distinfo editors/zile/pkg: DESCR Log message: maintenance update to 2.2.24 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 15:10:30 Modified files: sys/arch/sparc/dev: fb.c Log message: In fb_setsize(), remove dead code in the SUN4 case. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/03 15:13:05 Modified files: sys/arch/sparc/conf: files.sparc sys/arch/sparc/dev: cgeight.c Log message: Change cgeight to run the console in the monochrome overlay plane (as cgtwelve does), and only use the 24 bit color planes when running X. Not tested, but can't be worse than before - the code it replaces was busted anyway. CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/12/03 15:49:01 Modified files: faq : faq6.html Log message: a really small typo CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/03 18:07:15 Modified files: devel/p5-Log-Dispatch: Makefile distinfo Log message: update to 2.13 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/03 18:20:31 Modified files: multimedia/kaffeine: Makefile distinfo multimedia/kaffeine/patches: patch-configure_in patch-kaffeine_src_instwizard_cpp multimedia/kaffeine/pkg: PLIST Added files: multimedia/kaffeine/patches: patch-kaffeine_src_kaffeine_cpp Removed files: multimedia/kaffeine/patches: patch-kaffeine_src_input_disc_paranoia_cpp Log message: update to 0.8.3 CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/03 20:52:08 Modified files: devel/sdl : Makefile Added files: devel/sdl/patches: patch-src_timer_linux_SDL_systimer_c Log message: use nanosleep CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/03 20:53:30 Modified files: usr.bin/cvs : rcs.c Log message: - fix crash when doing keyword expansion of zero-length buffers. ok ray@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/04 00:38:47 Modified files: build : mirrors.dat Log message: add ftp.crans.org in Paris. from Stephane.Glondu at crans.org CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/04 00:39:51 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/04 01:37:17 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: retreive -> retrieve; from daniel matic CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/04 01:39:05 Modified files: share/man/man4/man4.hppa: pdc.4 Log message: various typos; from daniel matic CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/04 01:42:15 Modified files: sbin/sysctl : sysctl.8 Log message: retreive -> retrieve; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/04 01:49:40 Modified files: share/man/man7 : ports.7 Log message: document FETCH_PACKAGES; from marcus popp ok espie CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/04 01:53:46 Modified files: share/man/man4 : pppoe.4 Log message: wrap authname and authkey args in quotes to prevent problems when using special chars; from andreas bihlmaier CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 02:40:31 Log message: initial import of File::NCopy 0.32 File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-File-NCopy/distinfo N ports/devel/p5-File-NCopy/Makefile N ports/devel/p5-File-NCopy/pkg/PLIST N ports/devel/p5-File-NCopy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 02:41:27 Log message: initial import of File::Remove 0.34 File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-File-Remove/Makefile N ports/devel/p5-File-Remove/distinfo N ports/devel/p5-File-Remove/pkg/PLIST N ports/devel/p5-File-Remove/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/04 02:46:27 Modified files: usr.bin/cvs : import.c Log message: - unlink tmp files when finished. - add missing xfree(). CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/04 02:47:54 Modified files: www/minimo : Makefile distinfo www/minimo/files: TODO minimo www/minimo/patches: patch-build_autoconf_altoptions_m4 patch-config_autoconf_mk_in patch-config_rules_mk patch-configure_in patch-gfx_src_gtk_nsFontMetricsXft_cpp patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-security_coreconf_OpenBSD_mk patch-security_coreconf_rules_mk patch-widget_src_gtk2_nsSound_cpp patch-xpcom_io_nsNativeCharsetUtils_cpp patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h www/minimo/pkg : PLIST Added files: www/minimo/patches: patch-embedding_components_windowwatcher_src_nsWindowWatcher_cpp patch-gfx_src_psshared_nsCUPSShim_cpp patch-minimo_base_Minimo_cpp patch-minimo_base_linux_minimo-link-comps patch-minimo_base_linux_minimo-link-names patch-minimo_chrome_content_bindings_keylets_xml patch-minimo_chrome_content_bindings_keynav_xml patch-minimo_chrome_content_bindings_preferences_xml patch-minimo_chrome_content_bookmarks_bmview_xhtml patch-minimo_chrome_content_homebase_bmview_xhtml patch-minimo_chrome_content_minimo_js patch-minimo_chrome_content_minimo_xul patch-minimo_chrome_content_moduleview_moduleload_xhtml patch-minimo_chrome_content_moduleview_rssblank_xhtml patch-minimo_chrome_content_preferences_pane-advanced_xul patch-minimo_chrome_content_preferences_pane-connection_xul patch-minimo_chrome_content_preferences_pane-general_xul patch-minimo_chrome_content_preferences_pane-okaycancel_xul patch-minimo_chrome_content_preferences_pane-privacy_xul patch-minimo_chrome_content_preferences_preferences_xul patch-minimo_chrome_content_rssview_rssblank_xhtml patch-minimo_chrome_content_rssview_rssload_xhtml patch-minimo_chrome_content_toolbars_toolbar-download_xul patch-minimo_chrome_content_toolbars_toolbar-find_xul patch-minimo_chrome_content_toolbars_toolbar-general_xul patch-minimo_chrome_content_toolbars_toolbar-pan_xul patch-minimo_chrome_content_toolbars_toolbar-rss_xul patch-minimo_chrome_content_toolbars_toolbar-search_xul patch-modules_plugin_base_public_nptypes_h Removed files: www/minimo/patches: patch-extensions_transformiix_source_base_Double_cpp patch-mailnews_mime_src_mimemsg_cpp patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk patch-xpcom_components_nsNativeComponentLoader_cpp patch-xpfe_bootstrap_mozilla_in www/minimo/pkg : PFRAG.debug Log message: update to 20061120, from Martynas Venckus CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/04 02:51:21 Modified files: usr.bin/cvs : add.c config.c import.c server.c Log message: snprintf() -> cvs_path_cat() CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 02:54:10 Log message: initial import of Test::ClassAPI 1.02 For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-Test-ClassAPI/distinfo N ports/devel/p5-Test-ClassAPI/Makefile N ports/devel/p5-Test-ClassAPI/pkg/PLIST N ports/devel/p5-Test-ClassAPI/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 02:59:45 Log message: initial import of File::Flat 0.96 File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. In effect, it will automatically create directories as needed. This is create for things like install scripts and such, as you never need to worry about the existance of directories, just write to a file, no matter where it is. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-File-Flat/distinfo N ports/devel/p5-File-Flat/Makefile N ports/devel/p5-File-Flat/pkg/PLIST N ports/devel/p5-File-Flat/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:14:00 Log message: initial import of Pod::Tests 0.18 This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/textproc/p5-Pod-Tests/distinfo N ports/textproc/p5-Pod-Tests/Makefile N ports/textproc/p5-Pod-Tests/pkg/PLIST N ports/textproc/p5-Pod-Tests/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:15:27 Modified files: textproc : Makefile Log message: +p5-Pod-Tests CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:17:16 Log message: initial import of Algorithm::Dependency 1.102 Algorithm::Dependency is a framework for creating simple read-only dependency heirachies, where you have a set of items that rely on other items in the set, and require actions on them as well. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-Algorithm-Dependency/distinfo N ports/devel/p5-Algorithm-Dependency/Makefile N ports/devel/p5-Algorithm-Dependency/pkg/PLIST N ports/devel/p5-Algorithm-Dependency/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:25:47 Modified files: devel : Makefile Log message: +p5-Algorithm-Dependency +p5-File-Flat +p5-File-NCopy +p5-File-Remove +p5-Test-ClassAPI CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:26:15 Modified files: devel/p5-Test-Inline: Makefile distinfo devel/p5-Test-Inline/pkg: PLIST Log message: update to 2.105 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:43:55 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: update to 1.05 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 03:44:46 Modified files: devel/p5-B-Deobfuscate: Makefile distinfo Log message: update to 0.16 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 04:12:15 Modified files: devel/p5-ExtUtils-ParseXS: Makefile distinfo Log message: update to 2.17 CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/04 04:12:49 Modified files: . : events.html Log message: OpenCON 2006 is over and it was again a nice conference. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/04 04:29:02 Modified files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: add rcompress method CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/04 04:34:58 Modified files: www/p5-CGI-Simple: Makefile distinfo Log message: fix fetch, noticed by msf. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 05:07:21 Modified files: devel/p5-File-Slurp: Makefile distinfo Log message: update to 9999.12 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 05:37:36 Modified files: devel/p5-Sub-Uplevel: Makefile distinfo Log message: update to 0.14 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 05:38:19 Modified files: devel/p5-Pod-Coverage: Makefile distinfo devel/p5-Pod-Coverage/pkg: PLIST Log message: update to 0.18 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 05:41:40 Modified files: devel/p5-Test-Pod: Makefile distinfo Log message: update to 1.26 CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/12/04 06:00:48 Modified files: . : events.html Log message: me will be in Berlin and fix past tense for opencon CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/04 06:26:51 Modified files: lang/ruby : Makefile lang/ruby/patches: patch-lib_cgi_rb Log message: Fix some more security problems in cgi.rb. ok msf@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/04 06:44:04 Modified files: x11/kde/graphics3: Makefile Added files: x11/kde/graphics3/patches: patch-kfile-plugins_jpeg_exif_cpp patch-kfile-plugins_jpeg_exif_h Log message: Security fix for a JPEG-EXIF meta information vulnerability. http://www.kde.org/info/security/advisory-20061129-1.txt 'go ahead' espie@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2006/12/04 07:01:25 Modified files: app/fvwm/fvwm : Makefile Log message: X11BASE not X11_BASE; ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 07:18:13 Modified files: devel/p5-Test-LongString: Makefile distinfo devel/p5-Test-LongString/pkg: PLIST Log message: update to 0.11 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 07:24:33 Modified files: devel/p5-Time-modules: Makefile distinfo Log message: update to 2006.0814 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 07:35:12 Log message: initial import of Carp::Assert::More 1.12 Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier. Status: Vendor Tag: msf Release Tags: msf_20061204 N ports/devel/p5-Carp-Assert-More/distinfo N ports/devel/p5-Carp-Assert-More/Makefile N ports/devel/p5-Carp-Assert-More/pkg/PLIST N ports/devel/p5-Carp-Assert-More/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/04 07:35:20 Modified files: sys/dev/pci : if_bge.c if_em.c if_ixgb.c if_vge.c Log message: report full/half duplex state for non-MII interfaces ok brad@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 07:42:23 Modified files: devel : Makefile Log message: +p5-Carp-Assert-More CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/04 08:02:25 Modified files: lib/libc/gen : confstr.3 confstr.c Log message: confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. ok millert@ and jmc@ for the man page bit. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/04 08:05:19 Modified files: usr.bin/getconf: getconf.c Log message: check confstr() return value. Due to the braindead return value specified by POSIX we have to clear errno before; also check for -1 to remain compatible. ok millert@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/04 09:52:52 Modified files: sys/dev/usb : usbdevs Log message: add vendor ID for Silicon Integrated Systems Corporation CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 09:53:19 Modified files: audio/p5-MP3-ID3v1Tag: Makefile Log message: forgot to bump PKGNAME CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/04 09:53:30 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 10:00:53 Modified files: audio/nap : Makefile audio/nap/pkg : PLIST Log message: add @mode CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 10:08:42 Modified files: audio/xmcd : Makefile audio/xmcd/pkg : PLIST Log message: add @mode CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/04 10:12:07 Modified files: sys/dev/usb : if_axe.c Log message: avoid unnecessary copies (memcpy(x, x, n)) in the TX path. "works fine, even under high load" reyk@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/04 10:15:48 Modified files: share/man/man4 : rum.4 Log message: add Sweex LW053 to the list of supported hardware. reported to work by Johan Torin. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/04 10:19:54 Log message: import nss 3.11.4 Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. from MAINTAINER Martynas Venckus . okay jolan@ Status: Vendor Tag: kurt Release Tags: kurt_nss N ports/security/nss/Makefile N ports/security/nss/distinfo N ports/security/nss/files/nss-config N ports/security/nss/files/nss.pc N ports/security/nss/patches/patch-mozilla_security_nss_tests_common_init_sh N ports/security/nss/patches/patch-mozilla_security_nss_Makefile N ports/security/nss/patches/patch-mozilla_security_coreconf_command_mk N ports/security/nss/patches/patch-mozilla_security_coreconf_OpenBSD_mk N ports/security/nss/pkg/PLIST N ports/security/nss/pkg/DESCR N ports/security/nss/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/04 10:22:03 Modified files: security : Makefile Log message: +nss CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/04 10:27:17 Log message: import tkdiff 4.1.3 TkDiff is a graphical front end to the diff program. It provides a side-by-side view of the differences between two files, along with several innovative features such as diff bookmarks and a graphical map of differences for quick navigation. from maintainer Vlad Glagolev feedback and ok steven@ Status: Vendor Tag: jasper Release Tags: jasper_04122006 N ports/devel/tkdiff/distinfo N ports/devel/tkdiff/Makefile N ports/devel/tkdiff/pkg/DESCR N ports/devel/tkdiff/pkg/PLIST N ports/devel/tkdiff/patches/patch-tkdiff No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/04 10:30:27 Modified files: devel : Makefile Log message: add tkdiff CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/04 10:37:52 Modified files: net/ipcalc : Makefile distinfo Log message: Maintenance update to ipcalc 1.2 to fix the -r option. From maintainer, Pierre-Yves Ritschard CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/04 11:22:00 Modified files: devel/tkdiff : Makefile Log message: set USE_X11 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 13:03:25 Removed files: proto/x11proto : Xfuncproto.h Log message: file generated by configure CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 13:04:42 Removed files: proto/x11proto : Xpoll.h Log message: File generated by configure CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/04 13:26:05 Modified files: graphics/win32-codecs: Makefile distinfo Log message: update to 20061022; from Josh Grosse CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 13:28:28 Modified files: xserver/GL/glx : glxcmdsswap.c Log message: Appease gcc 2.95. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 13:42:58 Modified files: . : 3RDPARTY Log message: remove duplicate xlockmore entry. From todd@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/04 13:53:05 Modified files: x11/kde/pim3 : Makefile Log message: iick CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 13:55:17 Modified files: app/fvwm : Makefile.inc app/fvwm/modules: Makefile.inc Log message: Fix build without obj dir. From todd@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 14:09:59 Modified files: doc/gl-docs/GL/gl: Makefile.bsd-wrapper doc/gl-docs/GL/glx: Makefile.bsd-wrapper doc/gl-docs/GLU: Makefile.bsd-wrapper doc/gl-docs/GLw: Makefile.bsd-wrapper Log message: Fix build without an obj dir. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 14:10:07 Modified files: devel/tkdiff : Makefile Log message: add it to sysutils as well CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 14:37:21 Modified files: audio/xmcd : Makefile audio/xmcd/pkg : PLIST Log message: it works fine without setuid mode for xmcd/cda CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 14:49:38 Modified files: converters/p5-Calendar-Simple: Makefile converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile converters/p5-Convert-ASCII-Armour: Makefile converters/p5-Convert-ASN1: Makefile converters/p5-Convert-BER: Makefile converters/p5-Convert-PEM: Makefile converters/p5-Convert-UU: Makefile converters/p5-Convert-UUlib: Makefile converters/p5-Date-Tolkien-Shire: Makefile converters/p5-DateManip: Makefile converters/p5-Finance-Currency-Convert-XE: Makefile converters/p5-JSON: Makefile converters/p5-Jcode: Makefile converters/p5-Net-IDN-Nameprep: Makefile Log message: cpanification, done by Simon Dassow CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 14:53:59 Removed files: xserver/hw/xfree86/xf8_32bpp: cfbgc8.c cfbgc32.c Log message: More files generated by the build system. Pointed out by todd@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/04 15:05:41 Modified files: usr.bin/pkg-config: pkg-config Log message: do the proper dance to order libary dependencies, let modversion do what it should, start at proper version checking. Also displays more diagnostic messages like the real pkg-config does. okay ckuethe@, matthieu@, fries (and a small extra addition of a mismatch diagnostic). Make sure PkgConfig.pm is synch'ed! won't work otherwise. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/04 15:11:20 Modified files: dist/Mesa/src/glx/x11: pixelstore.c indirect_vertex_program.c Log message: Include "glheader.h" to get a definition of __builtin_expect for gcc 2.95. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 15:13:51 Modified files: converters/p5-Unicode-Map: Makefile converters/p5-Unicode-Map8: Makefile converters/p5-Unicode-MapUTF8: Makefile converters/p5-Unicode-String: Makefile Log message: more cpanification from Simon Dassow CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 15:19:39 ports/converters/p5-Convert-BinHex/patches Update of /cvs/ports/converters/p5-Convert-BinHex/patches In directory cvs.openbsd.org:/tmp/cvs-serv21300/patches Log Message: Directory /cvs/ports/converters/p5-Convert-BinHex/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/04 15:23:21 Modified files: converters/p5-Convert-BinHex: Makefile Added files: converters/p5-Convert-BinHex/patches: patch-t_Checker_pm Log message: cpanify and make regression test work while here. from Simon Dassow CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/12/04 16:49:04 Modified files: . : want.html donations.html Log message: bwi.com donated a Via C7 system, thanks to Greg Mortensen for arranging this CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/04 19:13:38 Modified files: . : anoncvs.html Log message: Mitja Muzenic (mitja at muzenic dot net) pointed out that the CVS repository is a lot bigger than 2.2GB now, and I'm pointing out that it isn't getting smaller. Also a brief explaination of the new fish in the C(VS). CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 19:27:28 Modified files: security/tinyca: Makefile distinfo security/tinyca/pkg: PLIST Log message: update to 0.7.5 and add fr and sv locales CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 20:41:43 Modified files: devel/p5-Test-Class: Makefile distinfo devel/p5-Test-Class/pkg: PLIST Log message: update to 0.22 ok sturm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/04 22:52:12 Modified files: mail/dovecot : Tag: OPENBSD_3_9 Makefile Added files: mail/dovecot/patches: Tag: OPENBSD_3_9 patch-src_lib_file-cache_c Log message: SECURITY: Fixed an off-by-one buffer overflow in cache file handling. The code is executed only with mmap_disable=yes and only if index files are used (ie. INDEX=MEMORY is safe). noticed by bernd CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/04 23:05:28 Modified files: lang/ruby : Tag: OPENBSD_3_9 Makefile lang/ruby/patches: Tag: OPENBSD_3_9 patch-lib_cgi_rb Log message: MFC: Fix some more security problems in cgi.rb. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:13:19 Modified files: devel/p5-Cache-Simple-TimedExpiry: Makefile distinfo Log message: update to 0.27 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:14:17 Modified files: devel/p5-Devel-Cycle: Makefile distinfo Log message: update to 1.07 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:15:57 Modified files: devel/p5-Test-Memory-Cycle: Makefile distinfo devel/p5-Test-Memory-Cycle/pkg: PLIST Log message: update to 1.04 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:16:38 Modified files: devel/p5-Tree-Simple: Makefile distinfo Log message: update to 1.17 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:17:21 Modified files: devel/p5-Test-Exception: Makefile distinfo Log message: update to 0.24 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:19:42 Modified files: devel/p5-Test-Object: Makefile distinfo Log message: update to 0.07 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/04 23:20:08 Modified files: devel/goopy : Makefile net/charm : Makefile Log message: remove maintainer per his request CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:27:53 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Removed files: www/p5-WWW-Mechanize/patches: patch-Makefile_PL Log message: update to 1.20 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:29:50 Modified files: devel/p5-Test-WWW-Mechanize: Makefile distinfo devel/p5-Test-WWW-Mechanize/pkg: PLIST Log message: update to 1.12 CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:34:07 Modified files: databases/p5-DBIx-SearchBuilder: Makefile distinfo Log message: update to 1.45 and convert to MODULE cpan CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/04 23:37:56 Modified files: devel/p5-SVN-Notify: Makefile Log message: update to 2.64 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/05 00:12:39 Modified files: x11/kde/graphics3: Tag: OPENBSD_3_9 Makefile Added files: x11/kde/graphics3/patches: Tag: OPENBSD_3_9 patch-kfile-plugins_jpeg_exif_cpp patch-kfile-plugins_jpeg_exif_h Log message: MFC: Security fix for a JPEG-EXIF meta information vulnerability. http://www.kde.org/info/security/advisory-20061129-1.txt CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/05 00:24:26 Modified files: lang/ruby : Tag: OPENBSD_4_0 Makefile lang/ruby/patches: Tag: OPENBSD_4_0 patch-lib_cgi_rb Log message: MFC: Fix some more security problems in cgi.rb. CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/12/05 01:00:15 Modified files: . : errata.html Log message: Errata for an FTP error that happened - the ports.tar.gz archive was incorrect, a new one is up now. Pointed out by Josh Grosse in PR 5316 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/05 01:40:44 Modified files: security/stunnel: Makefile distinfo Log message: stunnel v4.20 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/12/05 02:17:12 Modified files: sys/netinet : ip_output.c ipsec_input.c ipsec_output.c Log message: do not install pmtu routes for transport mode SAs, as they do not the dest IP; PMTU debugging support; ok hshoexer CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/12/05 03:18:12 Modified files: . : events.html Log message: Add Moscow event CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/05 04:01:05 Modified files: usr.bin/cvs : util.c Log message: rmdir(2) sets errno, use it for error message. CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2006/12/05 04:11:36 Modified files: share/man/man7 : ports.7 Log message: - Fix typos. - Document UPDATE_COOKIES_DIR. - UPDATE_COOKIES_DIR needs to be set for using a read-only ports tree. ok espie@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/05 04:55:40 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head Log message: RTFL (Read The First Line)! anoncvs.html is generated, not directly edited. I knew that, really. Too nice a LART applied by grunk@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/05 05:04:36 Modified files: sys/netinet : tcp_input.c Log message: make the syncache code respect (inherit) the ttl from the listening socket when sending the synack response. ok markus CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/05 05:08:13 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c session.c Log message: implement the ttl security hack. since the pc slaves fear the word hack, they call it "Generalized TTL Security Mechanism" officially, RFC 3682. manpage with help from jmc CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/05 05:59:08 Modified files: build/mirrors : anoncvs.html.end Log message: Bah. don't commit in the morning... 3.5GB is what I wanted. Spotted by Stuart Henderson, thanks! CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/12/05 06:27:12 Modified files: sbin/isakmpd : message.c Log message: Don't leak message structures, when we see unsupported payloads or if the payload node allocation fails. Also adjust a comment to make it more clear, who's responsible for freeing the message structs. Input from cloder@. OK hshoexer@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/12/05 07:04:19 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: use lstat for symbolic links; fixes uninitialized uid/gid. ok espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/05 07:29:14 Modified files: sbin/isakmpd : isakmpd.8 Log message: some carp/sasyncd bits from msf and myself; ok mpf CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/12/05 08:01:01 Modified files: sbin/isakmpd : message.c Log message: plug memleak, noticed by jesus@mxtelecom.com ok moritz@, tested by jesus@mxtelecom.com (thanks!) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/05 08:23:16 Modified files: sys/dev/usb : udcf.c Log message: Add code to detect (and eliminate) statistical outliers. Tested by me and naddy; many thanks to naddy for continous testing and feedback during the last weeks. ok naddy CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/05 08:59:48 Modified files: usr.bin/cvs : util.c Log message: unlink(2) sets errno, use it for error message. CVSROOT: /cvs Module name: www Changes by: niallo@cvs.openbsd.org 2006/12/05 10:32:48 Modified files: . : want.html Log message: - Bret Lambert kindly sent me a Zaurus serial cable. Thank you! CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/05 11:37:02 www/papers/opencon06-docs Update of /cvs/www/papers/opencon06-docs In directory cvs.openbsd.org:/var/www/www/papers/opencon06-docs Log Message: Directory /cvs/www/papers/opencon06-docs added to the repository CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/05 11:40:29 Modified files: . : events.html papers : index.html Added files: papers/opencon06-docs: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt Log message: my talk from venice CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/05 11:55:42 www/papers/opencon06-network Update of /cvs/www/papers/opencon06-network In directory cvs.openbsd.org:/tmp/cvs-serv28730/opencon06-network Log Message: Directory /cvs/www/papers/opencon06-network added to the repository CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/05 11:59:55 Added files: papers/opencon06-network: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt Log message: Add the slides of the talk I held at opencon06, which was a great event btw. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/05 12:03:14 Modified files: papers : index.html Log message: Add my opencon slides CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/05 12:05:19 Modified files: sys/dev/microcode/symbol: symbol-license Log message: Typo. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/05 12:05:55 Modified files: . : events.html Log message: Link to my slides. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/05 12:07:05 Modified files: x11/kde/graphics3: Tag: OPENBSD_4_0 Makefile Added files: x11/kde/graphics3/patches: Tag: OPENBSD_4_0 patch-kfile-plugins_jpeg_exif_cpp patch-kfile-plugins_jpeg_exif_h Log message: MFC: Security fix for a JPEG-EXIF meta information vulnerability. http://www.kde.org/info/security/advisory-20061129-1.txt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/05 12:07:07 Modified files: x11/kde/office-i18n3: Makefile distinfo x11/kde/office-i18n3/pkg: PLIST-ca PLIST-cs PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-hu PLIST-it PLIST-ja PLIST-lv PLIST-ms PLIST-nb PLIST-nl PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-sv PLIST-tr PLIST-uk PLIST-zh_CN PLIST-zh_TW Log message: update to 1.6.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/05 12:23:42 Modified files: infrastructure/mk: bsd.port.mk Log message: ending up with an empty SUBPACKAGE is an explicit error. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/12/05 12:55:43 Modified files: sys/arch/sh/sh : mem.c Log message: Allow kmem to work, might not quite be right yet, but allows basic functionality. sort of ok miod@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/05 13:30:27 Modified files: sys/arch/macppc/stand: Locore.c sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/ofwboot: Makefile Added files: sys/arch/macppc/stand/boot.mac: elf32_powerpc_merge.x fixcoff.c Removed files: sys/arch/macppc/stand/boot.mac: hack-coff.c ld.script Log message: Import fixcoff from NetBSD and make some changes to boot.mac Makefile and ofwboot including loosing some meanigless defines and repurposing XCOFF_GLUE to my own ends. These changes make it possible to boot the OpenBSD kernel on at least the Power Macintosh 9500 and 9600. No binary change in stripped ofwboot. ok drahn@, martin@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/05 13:37:34 Modified files: faq/pf/nl : filter.html tagging.html nl : anoncvs.html cvsync.html ftp.html items.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html openssh/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/05 13:48:23 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Implement an alternative workaround for the extent lies out of region panic on old world macppc machines, if the compat property of the device is bandit skip the pci_addr_fixup() call. This acomplishes what the changes in rev 1.33 that were reverted attempted to do without breaking currently supported machines. A positive side effect to this change is also working PCI cards as well as onboard devices. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: dim@cvs.openbsd.org 2006/12/05 14:23:23 Modified files: x11/rxvt : Makefile x11/rxvt/pkg : MESSAGE-main Log message: Fix spelling errors in package message. ok jolan, jasper CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/05 14:24:30 Modified files: distrib/sets/lists/xbase: md.amd64 mi distrib/sets/lists/xetc: mi distrib/sets/lists/xserv: md.amd64 distrib/sets/lists/xshare: mi Log message: Getting slowly closer to reality. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/05 14:27:07 Modified files: sys/dev/pckbc : wskbdmap_mfii.c Log message: Add Dutch map; from Maurice Janssen; ok miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/05 14:28:02 Modified files: sys/arch/hppa/gsc: gsckbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/05 14:28:42 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/05 14:29:48 Modified files: share/man/man4 : pckbd.4 ukbd.4 share/man/man4/man4.hppa: gsckbd.4 Log message: add dutch kbd map to listings CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/05 14:49:29 Modified files: xserver/hw/xfree86/os-support/bus: Pci.h Log message: Sparc bus driver logic from XF4. Slightly different from the one in X.Org, yet I missed it during previous merge. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/05 14:55:55 Modified files: share/man/man4 : uath.4 ath.4 Log message: update url to atheros customer products database. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/05 14:59:57 Modified files: net/xorp : Makefile Added files: net/xorp/pkg : DESCR-main PLIST-main Removed files: net/xorp/pkg : DESCR PLIST Log message: introduce a dummy multi package to fix packaging CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/05 15:03:47 Modified files: share/man/man4 : ath.4 uath.4 Log message: shorter url. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/05 15:23:02 Modified files: mail/dovecot : Tag: OPENBSD_4_0 Makefile distinfo mail/dovecot/patches: Tag: OPENBSD_4_0 patch-Makefile_in patch-dovecot-example_conf Log message: update to dovecot 1.0rc15 many bug fixes and at least one security fix from brad CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/05 15:52:23 Modified files: mail/dovecot : Tag: OPENBSD_3_9 Makefile distinfo mail/dovecot/patches: Tag: OPENBSD_3_9 patch-Makefile_in patch-doc_mkcert_sh patch-dovecot-example_conf mail/dovecot/pkg: Tag: OPENBSD_3_9 PLIST Removed files: mail/dovecot/patches: Tag: OPENBSD_3_9 patch-src_lib_file-cache_c Log message: update to dovecot 1.0rc15 many bug fixes and at least one security fix from brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/05 16:00:22 Modified files: xserver/hw/xfree86/xf1bpp: Makefile.am Log message: gcc 2.95 doesn't use the same serch rules for '-include' as gcc 3. So fix build in a separate obj directory with gcc 2.95. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/05 16:00:47 Modified files: xserver/hw/xfree86/xf1bpp: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/05 21:59:58 Modified files: usr.bin/infocmp: infocmp.c Log message: Don't access buf[strlen(buf) - 1] for zero-length strings. OK jaredy@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/05 22:03:29 Modified files: usr.bin/less : filename.c usr.bin/lex : initscan.c scan.l usr.bin/sectok : cyberflex.c usr.bin/sort : tmp.c Log message: Don't access buf[strlen(buf) - 1] for zero-length strings. OK jaredy@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/05 22:05:16 Modified files: usr.sbin/config: misc.c mkmakefile.c Log message: Don't access buf[strlen(buf) - 1] for zero-length strings. OK jaredy@. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2006/12/05 22:56:03 Modified files: sbin/lmccontrol: lmccontrol.c Log message: typo; from Daniel Matic CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/05 23:09:36 Modified files: textproc/p5-Text-WikiFormat: Makefile distinfo Log message: - update to 0.78, - use cpan module, - dual GPL/Artistic license marked as "Perl", - update my email address ok msf CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/06 00:02:38 Modified files: share/man/man4 : pgt.4 Log message: The Zyxel ZyAIR G-100 which michele@ gave me at OpenCON just ... works, so add it to the supported hardware section. Want it back michele? :) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/06 01:32:44 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-config_tests_unix_compile_test patch-qmake_generators_unix_unixmake_cpp patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_gui_dialogs_qprintdialog_unix_cpp patch-src_gui_kernel_qapplication_x11_cpp x11/qt4/pkg : PLIST-html Log message: maintainance update to 4.2.2, no binary interface change, improvements in about all libraries -> minor bumps. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/06 01:40:23 Modified files: usr.sbin/portmap: portmap.8 Log message: missing full stop; from daniel matic CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/06 02:54:15 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: SAD -> SADB; ok hshoexer CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2006/12/06 03:37:29 Modified files: sys/net : if_spppsubr.c Log message: Missing newline in printf. ok canacar@ CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2006/12/06 04:20:06 www/papers/opencon06-ripd Update of /cvs/www/papers/opencon06-ripd In directory cvs.openbsd.org:/tmp/cvs-serv527/opencon06-ripd Log Message: Directory /cvs/www/papers/opencon06-ripd added to the repository CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2006/12/06 04:29:04 Added files: papers/opencon06-ripd: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt mgp00026.html mgp00026.idx.png mgp00026.png mgp00026.txt mgp00027.html mgp00027.idx.png mgp00027.png mgp00027.txt Log message: Add the slides of the talk i held at opencon06. CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2006/12/06 04:34:15 Modified files: . : events.html Log message: Link to my slides CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2006/12/06 04:41:42 Modified files: papers : index.html Log message: Add my opencon slides. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/06 04:44:53 Modified files: sys/dev/usb : udcf.c Log message: When compiled with UDCF_DEBUG, only output the bits received when udcfdebug > 1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 05:54:29 Modified files: sysutils : Makefile sysutils/p5-Filesys-DiskSpace: Makefile sysutils/p5-Filesys-Virtual: Makefile sysutils/p5-Filesys-Virtual-Plain: Makefile sysutils/p5-Mon: Makefile sysutils/p5-Proc-ProcessTable: Makefile sysutils/p5-Proc-Queue: Makefile sysutils/p5-Unix-Syslog: Makefile Log message: CPAN'ify and bump PKGNAME where needed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 05:57:11 Modified files: sysutils : Makefile Log message: accidentally commited wrong Makefile, sorry. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/06 06:39:34 Modified files: devel/p5-Tie-Array-Sorted: Makefile distinfo Log message: update to 1.41 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/12/06 07:09:27 Modified files: . : events.html Log message: I have been speaking at the European Peering Forum, which unfortunately was not public, yet very high-profile and I have slides to link to CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 07:51:42 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: update p5-XML-RSS to 1.21 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/06 08:08:24 ports/databases/p5-DBIx-Class/patches Update of /cvs/ports/databases/p5-DBIx-Class/patches In directory cvs.openbsd.org:/tmp/cvs-serv26395/patches Log Message: Directory /cvs/ports/databases/p5-DBIx-Class/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/06 08:09:08 Modified files: databases/p5-DBIx-Class: Makefile Added files: databases/p5-DBIx-Class/patches: patch-lib_DBIx_Class_Relationship_HasMany_pm patch-lib_DBIx_Class_Relationship_HasOne_pm Log message: better error messages, throw an exception if we try to set up a relationship without a primary key. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/06 09:20:30 Modified files: multimedia/avidemux: Makefile distinfo multimedia/avidemux/patches: patch-addons_Makefile patch-avidemux_ADM_audiodevice_ADM_deviceoss_cpp patch-configure multimedia/avidemux/pkg: PLIST Added files: multimedia/avidemux/patches: patch-avidemux_ADM_lavcodec_Makefile_in patch-avidemux_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_script_ADM_JSFunctions_cpp patch-avidemux_ADM_script_DirectorySearch_cpp Removed files: multimedia/avidemux/patches: patch-adm_lavcodec_Makefile_in patch-avidemux_ADM_audiofilter_audiodeng_buildfilters_cpp patch-avidemux_ADM_toolkit_toolkit_cpp patch-avidemux_ADM_toolkit_toolkit_hxx patch-avidemux_MPlayer_pp_yuv2rgb_c Log message: - update to 2.3.0 - remove SDL dependency "go ahead" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 10:04:01 Modified files: graphics/p5-GD : Makefile Log message: cpan'ify, add missing WANTLIB, bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 10:06:18 Modified files: graphics/p5-Chart: Makefile graphics/p5-GD-Barcode: Makefile graphics/p5-GD-SVG: Makefile Log message: cpan'ify and bump PKGNAME where needed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 10:21:34 Modified files: graphics/p5-Graphics-ColorNames: Makefile graphics/p5-Image-ExifTool: Makefile graphics/p5-Image-Imlib2: Makefile graphics/p5-Image-Size: Makefile graphics/p5-SVG: Makefile Log message: cpan'ify and bump PKGNAME where needed. CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/12/06 10:21:50 Modified files: . : plus.html Log message: Up to Oct 12; jan.johansson@it.su.se CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/06 10:30:06 Modified files: mail/kpoppassd : Makefile Log message: - use DISTNAME to define PKGNAME CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/06 10:43:31 Modified files: comms/malsync : Makefile devel/nspr : Makefile devel/py-orbit : Makefile games/childsplay-plugins: Makefile games/spacehulk: Makefile Log message: - remove substitutions in PKGNAME talked with and ok jasper@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/06 10:45:57 Modified files: sys/dev/acpi : acpi.c Log message: malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, complain, clean up, and bail out of attach. input and ok gwk CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/12/06 10:49:58 Modified files: sys/nfs : nfs_vnops.c Log message: nfs_readdirplusrpc(): Replace the pointer aerobics used to construct the namecache hash with a more saner approach since the former could lead to a null deref (PR5305). Also make sure that the current buf is bigenough before caching the current entry. comments&ok pedro@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/12/06 10:54:22 Modified files: sbin/mount : mount.c Log message: print readdirplus (rdplus) info for nfs mounts. ok pedro@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 10:55:52 Modified files: graphics/p5-GD-Graph: Makefile graphics/p5-GD-Graph3d: Makefile graphics/p5-GD-TextUtil: Makefile Log message: cpan'ify and bump PKGNAMEs CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/06 10:58:29 Modified files: sbin/pflogd : pflogd.8 Log message: style CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 11:18:18 Modified files: graphics/p5-PerlMagick: Makefile Log message: final graphics/ cpanification. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/06 11:40:03 Modified files: sys/arch/mac68k/dev: if_ae.c Log message: fix some multi-line comments and printfs CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/06 12:21:45 Modified files: sys/dev/cardbus: if_bcw_cardbus.c sys/dev/ic : bcw.c bcwreg.h bcwvar.h sys/dev/pci : if_bcw_pci.c Log message: From Jon Simola : Add bus-specific config space read and write functions, this fixes the attach for ian@darwinsys.com and properly enumerates multiple cores. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/06 12:31:12 Modified files: sysutils/p5-Filesys-Virtual: Makefile sysutils/p5-Filesys-Virtual-Plain: Makefile Log message: PKG_ARCH=* is default, so remove it; remove unneeded BUILD_DEPENDS as well. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/06 13:07:52 Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : aic6915.c aic6915.h sys/dev/pci : if_sf_pci.c Removed files: sys/dev/pci : if_sf.c if_sfreg.h Log message: replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/06 13:30:26 Modified files: share/man/man4 : sf.4 Log message: update for new driver; remove diagnostic section, add bugs, bump date CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/06 13:38:14 Modified files: sys/arch/macppc/conf: GENERIC files.macppc Log message: Enable mesh and mc device drivers in GENERIC, booting on old world macs is pointless without these two. ok martin@, deraadt@ durring h2k6 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/06 14:46:26 Modified files: graphics/p5-Image-ExifTool: Makefile Log message: use cpan mirrors as master site again CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/06 14:52:32 Modified files: graphics/p5-GD-Graph3d: Makefile Log message: zap unneeded MASTER_SITES and BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/06 14:54:08 Modified files: graphics/p5-GD : Makefile Log message: had MODULES double defined, so MODULES=converters/libiconv wasn't set anymore.... noticed by steven@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/06 15:43:38 Modified files: sys/dev/pci : if_sf_pci.c Log message: - de-static - use pci_matchbyid, makes attaching way simpler ok brad@ reyk@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/06 16:02:36 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: starfire ethernet works here now CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/12/06 16:06:31 Modified files: . : amd64.html Log message: sync sf(4) CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/06 16:09:29 Modified files: sys/arch/macppc/conf: RAMDISK Log message: Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty useless to not do so. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/06 16:11:58 Modified files: security/gnupg : Makefile Added files: security/gnupg/patches: patch-g10_encr-data_c Log message: Security fix: remotely controllable function pointer [CVE-2006-6235] from Werner Koch via fsf announce ok steven CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/06 16:25:58 Modified files: sys/dev/pci : if_em.c Log message: Implement em_read_pcie_cap_reg(), where we set the max read size on PCIe to 4k. >From kmacy@FreeBSD Tested by mk@ and Johan Mson Lindman with the 82573 chipset. ok brad@ mglocker@ mk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/06 16:34:45 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: - Move TX ring full sanity check further up and check the number of DMA segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested on amd64/i386/sparc64 ok brad@ mglocker@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2006/12/06 17:49:23 Modified files: . : want.html Log message: Johan Mson Lindman got me the HP 8 port sas controller for bio on mpi work CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/07 01:43:12 Modified files: usr.bin/cvs : config.c Log message: add config file path in debug message. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/07 02:14:16 Modified files: usr.bin/cvs : update.c Log message: snprintf() -> cvs_path_cat() CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/07 02:21:01 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_input_libreal_real_c patch-src_input_mms_c Added files: multimedia/xine-lib/patches: patch-src_input_libreal_asmrp_c patch-src_input_libreal_asmrp_h patch-src_input_mmsh_c Log message: Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) - Buffer overrun in Real Media input plugin. [bug #1603458] Thanks to Roland Kay for reporting and JW for the patch. from brad@, tested by bernd@ and me CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/07 02:54:30 Modified files: share/man/man4 : sf.4 Log message: fix the .An line; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/07 03:22:05 Modified files: sbin/brconfig : brconfig.8 Log message: remove extra dot; from jared r r spiegel CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/07 03:44:16 Modified files: usr.bin/cvs : entries.c Log message: use errno where appropriate in error messages. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/07 04:42:37 Modified files: databases/mysql: Makefile databases/mysql/pkg: PLIST-main Log message: Add missing @pkgpath after MULTI_PACKAGES conversion. CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/07 05:14:50 Modified files: sys/dev/usb : usbdevs Log message: id for Novatel Wireless Merlin U740 CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/07 05:16:30 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regenerated these with Merlin U740 id CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/07 06:28:21 Modified files: usr.bin/cvs : entries.c Log message: check for cvs_path_cat() return value. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/07 06:30:24 Modified files: sys/dev/ic : aic6915.c aic6915.h Log message: remove unused code, fix style and spacing, tidy up ioctl path from brad@ CVSROOT: /cvs Module name: www Changes by: grange@cvs.openbsd.org 2006/12/07 06:50:20 Modified files: . : want.html Log message: I've got an ips(4) card (thanks to Alex Hafey ) and two more from Bret Lambert are on the way but Wim haven't brought me any SCSI drives so I need some to finally finish the ips(4) driver. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/12/07 09:43:27 www/papers/opencon06-drivers Update of /cvs/www/papers/opencon06-drivers In directory cvs.openbsd.org:/tmp/cvs-serv18938/opencon06-drivers Log Message: Directory /cvs/www/papers/opencon06-drivers added to the repository CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/12/07 09:46:12 Added files: papers/opencon06-drivers: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00030.txt Log message: Add the slides for my driver talk at opencon CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/12/07 09:54:09 Modified files: . : events.html papers : index.html Log message: Link my opencon slides. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/07 10:11:08 Modified files: infrastructure/db: user.list Log message: add user for net/flow-tools CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/07 10:32:19 Modified files: share/man/man4 : ral.4 rum.4 sys/dev/usb : if_ral.c if_rum.c Log message: http://www.ralinktech.com/ domain name is for sale. use official url instead: http://www.ralinktech.com.tw/ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/07 11:15:30 Modified files: sys/net : if_ethersubr.c if_tokensubr.c if_fddisubr.c Log message: use LINK_STATE_IS_UP(ifp0->if_link_state) instead of ifp0->if_link_state == LINK_STATE_UP to handle the new half/full duplex link states. i forgot to commit these snippets before. ok jsg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/07 11:24:49 Modified files: sys/dev/usb : if_axe.c Log message: some cleanup for axe(4): - remove IFF_RUNNING check from axe_init() and check for the appropriate condition before calling axe_init(). - check for MTU too small, as done everywhere else. - remove unnecessary setting of error to 0, its initialized to 0 in axe_ioctl(). - use the IFQ_IS_EMPTY macro in axe_watchdog(). ok brad@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/07 12:14:27 Modified files: usr.sbin/ospfd : kroute.c ospf.h ospfd.c ospfd.h parse.y rde.c Log message: Make it possible to set the metric and LSA type for redistributed routes. Mostly based on a diff by Pierre-Yves Ritschard (I just simplified the parser code). OK norby@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/07 12:46:54 Modified files: x11/rox-filer : Makefile distinfo x11/rox-filer/pkg: PLIST Added files: x11/rox-filer/patches: patch-ROX-Filer_AppRun Log message: update rox-filer to 2.5 from Vlad Glagolev with some tweaks by me feedback and ok steven@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/07 13:03:20 Modified files: sys/dev/pci : pcidevs Log message: Add Broadcom BCM5787F. From brad. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/07 13:04:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:06:00 Modified files: . : alpha.html Log message: sort the wireless entries; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/07 13:07:43 Modified files: editors/joe : Makefile Log message: remove maintainer per his request CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:14:57 Modified files: . : alpha.html Log message: acx(4) entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:23:13 Modified files: . : amd64.html Log message: acx(4) entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:27:16 Modified files: . : i386.html Log message: acx(4) entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:31:40 Modified files: . : sparc64.html Log message: acx(4) entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:40:20 Modified files: . : alpha.html Log message: an.4 bits; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:48:26 Modified files: . : amd64.html Log message: sync the an.4 entry somewhat; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:50:19 Modified files: . : alpha.html Log message: sync the an.4 entry; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/07 13:57:15 Modified files: x11/xpad : Makefile distinfo x11/xpad/pkg : PLIST Log message: maintenance update to xpad 2.12 from martynas at altroot.org CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 13:57:50 Modified files: . : hppa.html Log message: an.4 bits; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/07 14:01:44 Modified files: devel/chmlib : Makefile Log message: changed homepage/master site from martynas at altroot.org CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:03:13 Modified files: . : i386.html Log message: sync for an.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:07:31 Modified files: . : macppc.html Log message: an.4 bits; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/07 14:10:41 Modified files: libexec/spamd : grey.c Log message: check exit status of the pfctl command executed. ok beck@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:13:13 Modified files: . : alpha.html Log message: ath.4 update; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:20:13 Modified files: . : amd64.html Log message: ath.4 update; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:21:55 Modified files: . : amd64.html Log message: kill blank line (possibly my fault anyway); CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/07 14:23:58 Modified files: security/gnupg : Tag: OPENBSD_4_0 Makefile Added files: security/gnupg/patches: Tag: OPENBSD_4_0 patch-g10_encr-data_c Log message: MFC: Security fix: remotely controllable function pointer [CVE-2006-6235] from Werner Koch via fsf announce CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/07 14:25:37 Modified files: sys/dev/usb : ubsa.c Log message: attach Novatel Merlin U740 to ubsa ok dlg@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:26:53 Modified files: . : i386.html Log message: ath.4 sync; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:33:14 Modified files: . : i386.html Log message: atu.4 sync; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:37:14 Modified files: . : amd64.html Log message: atu.4 update; CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/07 14:38:48 Modified files: share/man/man4 : ubsa.4 Log message: add Novatel Wireless Merlin U740 to the list of supported adapters CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/07 14:43:53 Modified files: www/elinks : Makefile distinfo Removed files: www/elinks/patches: patch-src_cache_dialogs_c patch-src_dialogs_document_c Log message: Update to elinks 0.11.2, which includes a security update: CVE-2006-5925: smbclient command injection via smb URL metacharacters no response from MAINTAINER. ok steven@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:44:54 Modified files: . : hppa.html Log message: atu.4 bits; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:46:43 Modified files: . : macppc.html Log message: update atu.4; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/07 14:46:58 Modified files: multimedia/xine-lib: Tag: OPENBSD_4_0 Makefile multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-src_input_libreal_real_c patch-src_input_mms_c Added files: multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-src_input_libreal_asmrp_c patch-src_input_libreal_asmrp_h patch-src_input_mmsh_c Log message: MFC: Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) - Buffer overrun in Real Media input plugin. [bug #1603458] Thanks to Roland Kay for reporting and JW for the patch. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/07 14:47:24 Modified files: distrib/sets/lists/xshare: mi distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.i386 Log message: more CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/07 14:49:01 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: PLIST-server Log message: - repair dependencies - use BUILD_PKGPATH since this can be flavored - add forgotten @pkgpath annotation - bump all PKGNAMEs CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:51:08 Modified files: . : sparc64.html Log message: update atu.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 14:53:24 Modified files: . : zaurus.html Log message: update atu.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:09:20 Modified files: . : alpha.html Log message: add atw.4 bits; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/07 15:12:47 Modified files: security/gnupg : Tag: OPENBSD_3_9 Makefile Added files: security/gnupg/patches: Tag: OPENBSD_3_9 patch-g10_encr-data_c Log message: MFC: Security fix: remotely controllable function pointer [CVE-2006-6235] from Werner Koch via fsf announce CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:16:09 Modified files: . : amd64.html Log message: update atw.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:19:16 Modified files: . : i386.html Log message: update atw.4 entry; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:23:36 Modified files: . : macppc.html Log message: atw.4 bits; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:32:12 Modified files: . : amd64.html Log message: add cnw.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:40:59 Modified files: . : i386.html Log message: slight sync for ipw.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:47:38 Modified files: . : amd64.html i386.html Log message: small sync for iwi.4 entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 15:54:21 Modified files: . : amd64.html i386.html Log message: malo.4 entries; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 16:11:27 Modified files: . : alpha.html amd64.html i386.html sparc64.html Log message: pgt.4 bits; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/07 16:21:52 Modified files: share/man/man4 : ral.4 Log message: +Surecom EP-9321-g1. from www pages; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/07 16:33:57 Modified files: share/man/man4 : ral.4 Log message: +Compex WL54. from www pages; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/07 16:50:10 Modified files: sys/dev/ic : pgt.c Log message: Fix some channel tweaks; e.g. solves a bug which sets the channel to 40 when switching into hostap mode. ok claudio@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 16:58:03 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: various ral/ural additions and sync; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/07 17:04:10 Modified files: sys/dev/ic : acx111.c Log message: If we receive a rate of 0 from the AMRR rate adaption code, set the TX rate to a minimum value of 1Mbit/s instead of doing a panic(). We don't know yet how the rate of 0 is produced in some conditions. ok claudio@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 17:13:19 Modified files: . : amd64.html i386.html Log message: ray.4 bits; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 17:31:20 Modified files: . : amd64.html i386.html macppc.html Log message: rtw.4 updates; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 17:43:28 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: rum.4 bits; CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2006/12/07 17:52:32 Modified files: . : want.html Log message: Remove my request for a multiprocessor AMD64 machine. Johan Mson Lindman has kindly donated funds to purchase a processor, mainboard and RAM which are on the way, Thanks! CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 17:53:59 Modified files: . : alpha.html amd64.html i386.html sparc64.html Log message: uath.4 bits; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 18:00:23 Modified files: . : i386.html Log message: add wpi.4, plus tweak iwi.4; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/07 18:06:37 Modified files: . : amd64.html i386.html Log message: zyd.4 bits; CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/07 18:14:00 Modified files: . : why-cvs.html Log message: update numbers and CVS website. Numbers changed strangely, I interpreted the text to mean "size of checked out trees", not the size of the repositories, so I came up with this: $ du -hs * 168M ports 604M src 492M xenocara $ find . -name "*" -type f -print |wc -l 139779 *shrug*. Need for update pointed out by Martynas Venckus (martynas at altroot dot org). CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/12/07 18:19:44 Modified files: sys/arch/macppc/dev: mesh.c Log message: scsibus_attach_args not scsi_attach_args for saa in mesh_attach(). ok dlg@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/07 18:21:57 Modified files: faq : faq5.html build/mirrors : anoncvs.html.head Log message: new home for CVS, apparently. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/12/07 18:24:33 Modified files: . : anoncvs.html Log message: sync (maybe even properly, this time) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/07 18:28:40 Modified files: sys/dev/cardbus: if_bcw_cardbus.c sys/dev/ic : bcw.c sys/dev/pci : if_bcw_pci.c Log message: From Jon Simola : Style and whitespace cleanup. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/07 19:13:36 Modified files: sys/dev/pci : if_bge.c pcidevs if_msk.c share/man/man4 : sk.4 Log message: Add the Broadcom BCM5787F PCI id. Add D-Link DGE-560SX and another Marvell Yukon (unknown model) PCI ids. From the Linux sky2 driver via brad@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/07 19:16:34 Modified files: sys/dev/pci : pcidevs_data.h pcidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/07 20:22:13 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/07 22:19:07 Modified files: build : packages-4.0 packages-3.9 Log message: dovecot, gnupg, kronolith, ruby, xine-lib CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/07 22:19:20 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/07 23:53:40 Modified files: games/childsplay: Makefile distinfo games/childsplay/pkg: PLIST Log message: - update to version 0.85.1 ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/07 23:54:33 Modified files: games/childsplay-plugins: Makefile distinfo games/childsplay-plugins/pkg: PLIST Log message: - update to version 0.85 ok steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/07 23:57:47 Log message: import Audio-FLAC-Header 1.4 interface to FLAC header metadata from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-Audio-FLAC-Header/Makefile N ports/audio/p5-Audio-FLAC-Header/distinfo N ports/audio/p5-Audio-FLAC-Header/patches/patch-Makefile_PL N ports/audio/p5-Audio-FLAC-Header/pkg/DESCR N ports/audio/p5-Audio-FLAC-Header/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 00:00:09 Log message: import Audio-Musepack 0.02 object-oriented interface to Musepack/APE file information from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-Audio-Musepack/Makefile N ports/audio/p5-Audio-Musepack/distinfo N ports/audio/p5-Audio-Musepack/pkg/DESCR N ports/audio/p5-Audio-Musepack/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 00:02:42 Log message: import Audio-WMA 0.7 reads WMA/ASF metadata Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-Audio-WMA/Makefile N ports/audio/p5-Audio-WMA/distinfo N ports/audio/p5-Audio-WMA/pkg/DESCR N ports/audio/p5-Audio-WMA/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 00:04:59 Log message: import MP3-Tag 0.9708 read tags of MP3 audio files from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-MP3-Tag/Makefile N ports/audio/p5-MP3-Tag/distinfo N ports/audio/p5-MP3-Tag/pkg/DESCR N ports/audio/p5-MP3-Tag/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 00:06:38 Log message: import MP4-Info 1.11 fetch info from MPEG-4 files from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-MP4-Info/Makefile N ports/audio/p5-MP4-Info/distinfo N ports/audio/p5-MP4-Info/pkg/DESCR N ports/audio/p5-MP4-Info/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 00:10:43 Modified files: audio : Makefile Log message: +p5-Audio-FLAC-Header +p5-Audio-Musepack +p5-Audio-WMA +p5-MP3-Tag +p5-MP4-Info CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/08 01:23:42 Modified files: net/flow-tools : Makefile distinfo net/flow-tools/patches: patch-lib_Makefile_in patch-src_flow-capture_c net/flow-tools/pkg: PLIST Log message: move to flow-tools-0.68; - create _netflow user for flow-tools, not yet used by default - disable RRD python scripts for now, since RRD python module not yet in ports CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/08 01:33:36 Modified files: net/nsd : Makefile distinfo Log message: NSD 3.0.3; minor bugfix release CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 01:56:24 Modified files: . : INDEX Log message: sync, 3993 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/08 02:17:34 Modified files: sys/dev/ic : acx.c acx100.c acxreg.h Log message: First round of evil macro removal. _acx_set_##name##_tmplt bites the dust. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/08 02:19:19 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: Document the interface:ip syntax and add some statements to the examples to make them useful. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/08 02:21:08 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: Document redistribute set options. OK norby@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/08 03:19:08 Modified files: infrastructure/mk: bsd.port.mk Log message: wrap calls for _print-package-args to print reliable errors (better than: `some Makefile somewhere is broken ! find it') CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/12/08 03:26:38 Modified files: sbin/pflogd : pflogd.8 Log message: state that if the log file is bad, it is first moved out of the way. if that fails, then logging is suspended. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/08 03:29:43 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc.html sparc64.html zaurus.html Log message: wi(4) updates; CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/12/08 03:34:46 Modified files: . : events.html Log message: - add two past talks I didn't mention before. - fix an existing entry for consistency. agreed by deraadt@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/08 06:19:10 Modified files: devel/p5-Locale-Maketext-Gettext: Makefile distinfo Log message: update to 1.17 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/08 08:40:26 Modified files: www/gnash : Makefile Log message: Don't pick up unnecessary libgsm. Noticed by Hans Zimmerman, thanks! Also bump pkgname and update my email address. Ok jolan@, espie@. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/08 08:54:28 Modified files: . : macppc.html Log message: add Apple Airport to wi(4) device list, after some discussion w/ drahn; CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/12/08 08:55:53 Modified files: . : want.html Log message: my usb keyboards all died CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/12/08 09:53:48 Modified files: . : i386.html Log message: fix ipw(4) entry. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/12/08 10:08:06 Modified files: . : events.html Log message: repair markups. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/12/08 10:33:44 Modified files: . : want.html Log message: i could use a hard disk to revive my laptop CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2006/12/08 11:39:59 Modified files: . : want.html Log message: The battery in my notebook is close to dead. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2006/12/08 11:48:24 Modified files: . : want.html Log message: i really could use an LCD monitor CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2006/12/08 11:49:34 Modified files: . : want.html Log message: I've got a Merlin U740 now, but could use some more 3g devices CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/08 12:21:30 Modified files: security/nss : Makefile security/nss/pkg: PLIST Log message: Remove all static libraries except libcrmf.a, since some of them conflict with libraries in /usr/lib. Mark the port SHARED_ONLY. From maintainer, after some discussions with kurt@ and me. ok kurt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/08 13:53:51 Modified files: . : events.html Log message: opencon was big. > 135 people CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/08 14:19:34 Modified files: share/man/man4 : udcf.4 Log message: explain why german trains run late; help from jmc CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/08 14:28:08 Modified files: usr.sbin/ospfd : rde.c rde_lsdb.c Log message: Fix a crash seen on busy area border routers. The problem was a NULL dereference in rde_summary_update(). Even though we merge in the new LSA it may be suppressed because the remove happened less than 5 seconds ago. So the second lsa_find() is still unable to locate the LSA and in this case we may not access v->cost. Additionally only remove not yet deleted LSA in lsa_remove_invalid_sums(), removing already removed entries removes also the suppressed LSAs. Problem found and fix tested by Pierre-Yves Ritschard. OK norby@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 14:32:13 Modified files: sys/netinet6 : ip6_output.c Log message: leftover from interface-local multicast change. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 14:32:27 Modified files: sys/netinet6 : route6.c Log message: unifdef -UCOMPAT_RFC1883 (ancient) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 14:32:59 Modified files: lib/libc/net : ip6opt.c Log message: return is not a function. (cosmetic) CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/08 14:35:05 Modified files: sys/arch/i386/i386: locore.s Log message: Fix kernel link warning on i386 about boothowto being overridden, by removing the second definition from locore. To prevent locore from subsequently clobbering boothowto, remove clearing bss from it. The bootloader has already taken care of this. ok miod weingart deraadt CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 14:49:03 Modified files: sys/netinet6 : route6.c Log message: typo in comment. from kame CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/08 14:57:37 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Remove a debugging printf CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 14:57:55 Modified files: sys/netinet6 : ip6_input.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/08 15:29:56 Modified files: devel/goopy : Makefile Log message: bump PKGNAME after maintainer removal CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 15:31:16 Modified files: usr.sbin/bgpd : Makefile rde.c Log message: no need for KAME_SCOPEID; just check __KAME__. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/08 15:31:33 Modified files: net/charm : Makefile Log message: bump PKGNAME after maintainer removal CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/08 15:45:01 Modified files: devel/p5-Class-Std-Utils: Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/08 15:58:55 Modified files: editors/vim/patches: patch-src_auto_configure Log message: working gettext on static archs, so that -lang packages no PKGNAME bump needed CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 16:01:18 Log message: import p5-Inline 0.44 The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/devel/p5-Inline/Makefile N ports/devel/p5-Inline/distinfo N ports/devel/p5-Inline/patches/patch-C_Makefile_PL N ports/devel/p5-Inline/pkg/DESCR N ports/devel/p5-Inline/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 16:02:18 Modified files: devel : Makefile Log message: +p5-Inline CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/08 16:08:19 Modified files: sys/kern : kern_sysctl.c Log message: A more permanent solution to setperf methods returning error values and the higher level sysctl code passing them to userland. Distinct diff from the one I passed around internally with less crazy semantics. Also nuke some trailing spaces in a few places. "just go ahead" deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 16:08:29 Log message: import Ogg-Vorbis-Header 0.03 object-oriented interface to Ogg Vorbis information from Andreas Bihlmaier Status: Vendor Tag: steven Release Tags: steven-20061208 N ports/audio/p5-Ogg-Vorbis-Header/Makefile N ports/audio/p5-Ogg-Vorbis-Header/distinfo N ports/audio/p5-Ogg-Vorbis-Header/pkg/PLIST N ports/audio/p5-Ogg-Vorbis-Header/pkg/DESCR N ports/audio/p5-Ogg-Vorbis-Header/patches/patch-Header_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/08 16:09:39 Modified files: audio : Makefile Log message: +p5-Ogg-Vorbis-Header CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/08 17:16:46 Modified files: sys/arch/i386/i386: powernow-k8.c sys/arch/amd64/amd64: powernow-k8.c Log message: Like the earlier change to powernow-k7.c check for both the regular cpuid signature AND the AMD extended cpuid 0x800000001 (%eax). Tested by, krw@, Joerg Niendorf and steven mestdagh ok dim@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 17:47:01 Modified files: libexec/tftpd : tftpd.c Log message: IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO. also prepare for RFC2292->RFC3542 switch (IPV6_RECVPKTINFO). glocker ok (he tested), deraadt also looked at CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/08 18:12:28 Modified files: lib/libc : shlib_version sys/netinet : in_pcb.h ip6.h udp_usrreq.c sys/netinet6 : icmp6.c in6.h in6_src.c ip6_input.c ip6_output.c ip6_var.h mld6.c raw_ip6.c route6.c udp6_output.c usr.sbin/tcpdump: print-ip6opts.c lib/libc/net : Makefile.inc inet6_option_space.3 inet6_rthdr_space.3 ip6opt.c rthdr.c Added files: lib/libc/net : inet6_opt_init.3 inet6_rth_space.3 Log message: switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/08 18:13:37 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/08 19:32:00 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/08 19:33:25 Modified files: . : donations.html Log message: columns CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/08 19:35:50 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: www Changes by: dim@cvs.openbsd.org 2006/12/08 20:01:51 Modified files: . : want.html Log message: I could use a box with Intel 965 based graphics. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 22:10:43 Modified files: sys/dev/pci : files.pci share/man/man4 : Makefile pci.4 Added files: sys/dev/pci : ahci.c share/man/man4 : ahci.4 Log message: the start of a driver for ahci controllers. this does nothing but map the register space and hook an interrupt up for the controller i have, but it is going into the tree so i can work on it. commit early, commit often CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 22:19:49 Modified files: sys/dev/pci : ahci.c Log message: registers for hba control CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2006/12/08 22:44:42 Modified files: . : want.html Log message: we dont support the emulex fc controllers, so id like to get hold of them and have a go at writing a driver for them. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/08 23:03:06 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 23:03:34 Modified files: sys/dev/pci : ahci.c Log message: bit definitions for the cap and ghc registers CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 23:08:09 Modified files: sys/dev/pci : ahci.c Log message: add macros for debug shizz CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 23:15:32 Modified files: sys/dev/pci : ahci.c Log message: add wrappers for safe access to the register space. stolen from arc (which stole them from mpi). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 23:29:43 Modified files: sys/dev/pci : ahci.c Log message: split the mapping of the pci resources out of the main attach func CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/08 23:42:53 Modified files: sys/dev/pci : ahci.c Log message: figure out which revision of ahci we're trying to use and print it out. if we don't know about it, bomb out. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/09 00:02:44 Modified files: sys/dev/pci : ahci.c Log message: reset the hba and set the enable bit. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/09 00:17:10 Modified files: sys/dev/pci : ahci.c Log message: sigh, split the bus space mapping and interrupt hookup apart so i can reset the controller and clear interrupts off it before doing the hookup. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/09 00:31:37 Modified files: www/elinks : Tag: OPENBSD_3_9 Makefile distinfo www/elinks/patches: Tag: OPENBSD_3_9 patch-configure Removed files: www/elinks/patches: Tag: OPENBSD_3_9 patch-src_cache_dialogs_c patch-src_dialogs_document_c patch-src_intl_gettext_Makefile Log message: MFC: Update to elinks 0.11.2, which includes a security update: CVE-2006-5925: smbclient command injection via smb URL metacharacters CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/09 00:38:49 Modified files: www/elinks : Tag: OPENBSD_4_0 Makefile distinfo Removed files: www/elinks/patches: Tag: OPENBSD_4_0 patch-src_cache_dialogs_c patch-src_dialogs_document_c Log message: MFC: Update to elinks 0.11.2, which includes a security update: CVE-2006-5925: smbclient command injection via smb URL metacharacters CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/09 01:52:11 Modified files: mail/openwebmail: Makefile mail/openwebmail/pkg: PLIST Log message: owner/group fixes. "looks good" sturm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 01:52:36 Modified files: share/man/man4 : usb.4 Log message: grammar fixes from raphael langerhorst; CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/09 04:26:33 Modified files: sys/arch/zaurus/conf: GENERIC Log message: Enable udcf(4). ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 06:10:17 Modified files: share/man/man4 : udcf.4 Log message: standardise section headers; ok deraadt mbalmer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 06:13:55 Modified files: share/man/man4 : udcf.4 Log message: some indent and a little cleanup; CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/09 06:27:05 Modified files: share/man/man4 : udcf.4 Log message: Be consistent with writing frequencies, it's n kHz, not nKHz. The DCF77 transmitter uses 77.5 kHz. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/09 06:29:12 Modified files: share/man/man4 : udcf.4 Log message: The call sign is DCF77, not just DCF. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 06:29:54 Modified files: lib/libc/net : inet6_opt_init.3 Log message: various tweaks; my apologies to itojun for forgetting to send him feedback for these CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/09 06:32:37 Modified files: . : want.html Log message: Marcus and I are looking for Marvell based SDIO cards and USB adaptors. I could use some additional CPUs and RAM for my 420R. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 07:25:41 Modified files: lib/libc/net : inet6_rth_space.3 Log message: various tweaks; CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/12/09 07:38:08 Modified files: . : want.html Log message: A 2048 bytes/sector storage device needed in Munich, Germany. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 07:40:15 Modified files: lib/libc/net : inet6_option_space.3 inet6_rthdr_space.3 Log message: tweak the text on deprecated functions, after some help from tom; CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/09 07:47:01 Modified files: share/man/man4 : udcf.4 Log message: Shorten. And use the correct device name. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/09 07:52:21 Modified files: share/man/man4 : udcf.4 Log message: Improvements, from jmc. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/09 07:56:41 Modified files: infrastructure/mk: bsd.port.mk Log message: Add proper "Returning to build of..." to unconfuse the logger in the case of FORCE_UPDATE. Also break out in case update fails (otherwise the old installed package would be enough to continue building). Sprinkle REPORT_PROBLEM to know more precisely what stuff is breaking. replace some if eval cmd; then with if (eval exec cmd); then because if eval... seems to break early, even with the test guard, thus giving a chance to REPORT_PROBLEM to do stuff instead of having to wait. (Note: a trap would probably be simpler ?) CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/12/09 08:25:35 Modified files: devel/luabitlib: Makefile distinfo Log message: luabitlib-20 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/09 08:31:01 Modified files: app/fvwm/icons : Makefile Log message: Avoid infinit recursion on cleandir. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/12/09 08:51:10 Modified files: . : want.html Log message: Thinkpad port replicator is being organised, sparc64/macppc machines with PCI Express would be really useful for some planned development. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/09 09:03:06 Modified files: data/xkbdata/keycodes: xfree86 data/xkbdata/rules: xorg Added files: data/xkbdata/symbols: zaurus data/xkbdata/symbols/sun: lkeys Log message: OpenBSD customization: zaurus and Sun keyboards. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/12/09 09:03:55 Modified files: . : events.html Log message: open 2007 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/09 09:38:14 Modified files: share/man/man4 : sf.4 Log message: note where the new driver came from CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/12/09 10:13:07 Modified files: usr.sbin/spamdb: spamdb.8 spamdb.c Log message: make spamdb take multiple add/delete arguments, thus making it much easier to do bulk add/deletes without opening and locking the database for each one. testing by scads of people on tech@ Ok deraadt@ jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/09 10:16:06 Modified files: usr.bin/pkg-config: pkg-config Log message: reorg code some more: - handle most version number requirements. - handle uninstalled packages correctly. - process options in the same order as the gnu pkg-config. - sanitize status code returns. - set up printerr the same way gnu pkg-config does. tested on xenocara by matthieu@ Still missing: actual --static implementation, and possibly some other details... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/09 10:52:33 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/12/09 11:14:11 Modified files: share/man/man4 : zyd.4 Log message: Mention another ZD1211B, MSI US54SE Reported by Simon Kuhnle on tech@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/09 11:26:38 ports/devel/autogen/patches Update of /cvs/ports/devel/autogen/patches In directory cvs.openbsd.org:/tmp/cvs-serv3881/patches Log Message: Directory /cvs/ports/devel/autogen/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/09 11:28:53 Modified files: devel/autogen : Makefile distinfo devel/autogen/pkg: PLIST Added files: devel/autogen/patches: patch-agen5_defLoad_c patch-agen5_test_error_test patch-autoopts_test_enums_test Log message: Update to 5.8.7. Fix regression tests and a use after realloc. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/09 12:00:50 Modified files: devel/autogen : Makefile Log message: Oops! This was for guile 1.8, but we still have guile 1.6 in the tree. Add guile-ltdl to LIB_DEPENDS and bump pkgname. Sorry. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/09 12:49:26 Modified files: . : amd64.html i386.html Log message: add MSI US54SE to zyd.4 list; from simon kuhnle CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/09 12:49:51 Modified files: editors/kile : Makefile distinfo editors/kile/patches: patch-src_kile_syntax_latex_xml Log message: update to kile 1.9.3 ok maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/09 12:53:38 Modified files: share/man/man4 : zyd.4 Log message: jsg worked a lot in here too CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/12/09 13:00:47 Modified files: . : want.html Log message: I need to be able to display a 1728x2304 image for an unsupported video device I'd love to work on. None of my monitors can do this. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 13:04:27 Modified files: usr.sbin/spamdb: spamdb.8 spamdb.c Log message: better synopsis/usage and a couple wee fixes; mostly ok beck CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/09 13:06:48 Modified files: sys/arch/sparc/conf: GENERIC RAMDISK SUN4 SUN4C SUN4M files.sparc sys/arch/sparc64/conf: GENERIC RAMDISK RAMDISKU1 RAMDISKU5 files.sparc64 sys/dev/sbus : files.sbus sys/dev/wscons : files.wscons wsemulconf.c wsemulvar.h Log message: Do not make sun terminal emulation selected by the wsemul_sun frame buffer attribute anymore; remove it and use option WSEMUL_SUN instead, which gets added to all sparc* kernels. While there, do not compile vt100 emulation on sparc* kernels, this saves 16+ KB of text. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/09 13:59:18 Modified files: share/man/man4 : zyd.4 Log message: full stoppage; CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/12/09 14:06:13 Modified files: sys/dev/usb : umass_quirks.c Log message: Add quirk for Sony DSC-W50 (which is UFI, not SCSI) and rearrange umass_fixup_sony() a bit while there, okay krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/09 14:12:54 Modified files: distrib/sets : maketars Log message: sort the sets to make sure that shared libraries are early in the sets, to avoid various "interrupt while upgrading and you are hosed" problems. prodded by drahn, this will save kitella from doing 6 hour drives, ok espie CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/12/09 14:22:30 Modified files: sys/dev/usb : umass_quirks.c Log message: Better describe the magic done by umass_fixup_sony(), okay krw@ CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/12/09 16:26:03 Modified files: sys/dev/usb : if_zyd.c Log message: Add USR5423. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2006/12/09 17:04:09 Modified files: share/man/man4 : zyd.4 Log message: USR5423 and Sandberg. -moj CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/09 18:07:49 Modified files: sys/dev/pci : pcidevs Log message: Add ATI RS200M AGP. CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/09 18:08:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/12/09 21:39:37 Modified files: . : crypto.html Added files: papers : crypt-service.pdf Log message: add the ACM ToCS version of the openbsd cryptoframework paper (published in ACM ToCS in Feb '06). CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/12/10 00:30:12 Modified files: . : want.html Log message: I'd like a Soekris. While I'm here, fix typos. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2006/12/10 00:45:49 Modified files: . : want.html Log message: im getting some emulex gear, thankyou CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/10 01:40:51 Modified files: . : amd64.html i386.html Log message: USR5423 and Sandberg from moj; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/10 02:10:15 Modified files: devel/p5-Algorithm-Dependency: Makefile Log message: missing dependency on p5-Test-ClassAPI CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/10 02:20:59 Modified files: build : packages-4.0 packages-3.9 Log message: elinks CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/10 02:21:12 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/10 03:11:19 Modified files: build : mirrors.dat Log message: another serious inspection by marcus.popp at paranoidbsd.org also adds a few more email contacts for maintainers mirrors removed because of various missing stuff, indicated in the file: ftp.planetmirror.com ftp.bg.openbsd.org gulus.USherbrooke.ca ftp.jyu.fi ftp.netlab.is.tsukuba.ac.jp ftp.calyx.nl ftp.uninett.no mirrors.evolva.ro ftp.is.co.za mirror.switch.ch www.mirrorservice.org CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/10 03:13:01 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/10 03:16:12 Modified files: sys/netinet6 : ip6_output.c Log message: In ip6_output(), make sure ia is initialized before it is used. CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/12/10 03:20:07 Modified files: . : want.html Log message: I could do with a machine with more than 4 GB memory for hacking on large memory support in i386 and amd64. The most I have in any system is 1 GB (most are 256 MB or less) and that one won't go above 4 GB. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/10 03:58:41 Modified files: usr.bin/pkg-config: pkg-config Log message: trivial change: comparing versions on a non-existent config is not a good idea... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 04:07:14 Log message: handle postgres datetime conversion from perl Status: Vendor Tag: espie Release Tags: pg N ports/devel/p5-DateTime-Format-Pg/Makefile N ports/devel/p5-DateTime-Format-Pg/distinfo N ports/devel/p5-DateTime-Format-Pg/pkg/PLIST N ports/devel/p5-DateTime-Format-Pg/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 04:09:23 Modified files: devel : Makefile devel/p5-DateTime-Format-MySQL: Makefile Log message: +p5-DateTime-Format-Pg mark *MySQL extra category converters CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 04:18:19 Modified files: . : cvsup.html Log message: just noticed that cvsup-openbsd.leo.org does not resolve anymore, so zap it CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/12/10 04:46:43 Modified files: papers : index.html Added files: papers : plug080405.tgz Log message: this talk was only listed in events.html . ok saad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 04:55:07 Modified files: databases/evolution-data-server: Makefile Log message: fix build, make sure we don't pick stuff we should not... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 04:56:25 Modified files: databases/p5-Class-DBI: Makefile databases/p5-SQL-Abstract: Makefile Log message: sprinkle cpan while around CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:21:43 Log message: yet another perl module, useless except as a dependency to interesting stuff, yada yada yada... Status: Vendor Tag: espie Release Tags: yuck N ports/devel/p5-Data-OptList/Makefile N ports/devel/p5-Data-OptList/distinfo N ports/devel/p5-Data-OptList/pkg/PLIST N ports/devel/p5-Data-OptList/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:26:46 Log message: another funky export mechanism for perl modules. Status: Vendor Tag: espie Release Tags: yuck N ports/devel/p5-Sub-Exporter/Makefile N ports/devel/p5-Sub-Exporter/distinfo N ports/devel/p5-Sub-Exporter/pkg/PLIST N ports/devel/p5-Sub-Exporter/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:29:56 Log message: yet another tester Status: Vendor Tag: espie Release Tags: yuck N ports/devel/p5-Test-Output/Makefile N ports/devel/p5-Test-Output/distinfo N ports/devel/p5-Test-Output/pkg/PLIST N ports/devel/p5-Test-Output/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:34:09 Log message: about final missing package in that set, all that for SQL::ReservedWords... Status: Vendor Tag: espie Release Tags: yuck N ports/devel/p5-Sub-Install/Makefile N ports/devel/p5-Sub-Install/distinfo N ports/devel/p5-Sub-Install/pkg/PLIST N ports/devel/p5-Sub-Install/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:35:09 Modified files: devel : Makefile Log message: add stuff related to p5-Sub-Exporter CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:40:34 Log message: marry test framework with perl::critic Status: Vendor Tag: espie Release Tags: test N ports/devel/p5-Test-Perl-Critic/Makefile N ports/devel/p5-Test-Perl-Critic/distinfo N ports/devel/p5-Test-Perl-Critic/pkg/PLIST N ports/devel/p5-Test-Perl-Critic/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:46:01 Modified files: devel : Makefile devel/p5-Sub-Install: Makefile devel/p5-Sub-Exporter: Makefile Log message: handle critics better CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:58:10 Log message: checks for reserved words in mostly all SQL-derived languages, allows for selective quoting. Status: Vendor Tag: espie Release Tags: cool N ports/databases/p5-SQL-ReservedWords/Makefile N ports/databases/p5-SQL-ReservedWords/distinfo N ports/databases/p5-SQL-ReservedWords/pkg/PLIST N ports/databases/p5-SQL-ReservedWords/pkg/DESCR N ports/databases/p5-SQL-ReservedWords/patches/patch-scripts_sqlrw No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 05:59:19 Modified files: databases : Makefile Log message: +SQL::ReservedWords CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/12/10 07:09:49 Modified files: . : events.html Log message: - sort events by 'start date'. - remove 'c2k3' and 'c2k4' entries (the right place is now 'hackathons.html'). "sure" deraadt@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/10 07:25:33 www/papers/akqit06 Update of /cvs/www/papers/akqit06 In directory cvs.openbsd.org:/tmp/cvs-serv30356/akqit06 Log Message: Directory /cvs/www/papers/akqit06 added to the repository CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/10 07:33:15 Modified files: papers : index.html Added files: papers/akqit06 : index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt Log message: Add slides of a talk I gave earlier this year about ensuring quality in the development of OpenBSD. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/10 07:35:42 Modified files: . : events.html Log message: Link to the slides of my AK QIT talk from here, too. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/10 07:39:05 Modified files: sys/dev/usb : udcf.c Log message: Faster synchronization after an unexpected minute gap. Only look at the skew value if it is != 0. Remove some dead code. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 08:07:48 Modified files: build : mirrors.dat Log message: fu-berlin and fht-esslingen are back. while there, zap a lot of very old commented entries, and supply even more information about maintainer and source of updates. another excellent diff from Marcus Popp, thanks. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 08:08:45 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2006/12/10 08:09:55 Modified files: . : want.html Log message: I've recieved the needed SATA disk. Thanks! CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/10 08:42:12 Modified files: sys/dev/usb : udcf.c Log message: Re-arm signal loss detection only after we received a bit, not in itself. This prevents the signal loss function from being called repeatedly when we have no signal. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/10 09:12:41 Modified files: sys/arch/sparc/sparc: clock.c Log message: Fix typo in intersil clock programming. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/10 09:13:32 Modified files: sys/dev/usb : udcf.c Log message: restart collecting bits immediately after a parity error, i.e. use the frame immediately following the corrupt one; there is no no need to skip it by waiting for the next minute gap and the sensor value has valid data one minute earlier than before. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/10 09:14:22 Modified files: sys/arch/sparc/conf: GENERIC RAMDISK SUN4 sys/arch/sparc/dev: si.c Log message: Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would get ignored previously. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/10 09:15:03 Modified files: sys/arch/sparc/dev: si.c Log message: Delay two seconds after board reset before trying to probe scsi devices. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/10 09:15:37 Modified files: sys/dev/ic : ncr5380sbc.c Log message: Do not attempt to access scsi_xfer fields after scsi_done() has been invoked. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/10 09:47:44 Modified files: sys/dev/usb : udcf.c Log message: Make sure the bit collecting is restarted after signal loss. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/10 10:34:41 Added files: infrastructure/package: check-indirect-dependencies Log message: reduce the amount of direct dependencies by pointing out those which are pulled in as indirect dependencies ok espie@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/10 10:36:01 Modified files: mail/py-milter : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 10:36:24 Log message: simple clock object, dependency for Rose. Status: Vendor Tag: espie Release Tags: dep N ports/devel/p5-Time-Clock/Makefile N ports/devel/p5-Time-Clock/distinfo N ports/devel/p5-Time-Clock/pkg/PLIST N ports/devel/p5-Time-Clock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/10 10:37:35 Modified files: misc/plan : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/10 10:40:50 Modified files: www/zope-xmlmethods: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/10 10:46:23 Modified files: www/zope-cmf : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 11:00:20 Log message: rose datetime utilities Status: Vendor Tag: espie Release Tags: rose N ports/databases/p5-Rose-DateTime/Makefile N ports/databases/p5-Rose-DateTime/distinfo N ports/databases/p5-Rose-DateTime/pkg/PLIST N ports/databases/p5-Rose-DateTime/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 11:01:33 Log message: rose object framework Status: Vendor Tag: espie Release Tags: rose N ports/databases/p5-Rose-Object/Makefile N ports/databases/p5-Rose-Object/distinfo N ports/databases/p5-Rose-Object/pkg/PLIST N ports/databases/p5-Rose-Object/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 12:00:51 Modified files: build : mirrors.dat Log message: maintainer mail for crans.org is openbsd at crans.org . No output change, so no sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/10 12:07:50 Modified files: lang/erlang : Makefile Added files: lang/erlang/patches: patch-erts_emulator_sys_unix_erl_poll_c Log message: fix a bug in the kernel poll implementation (OTP-6344) from maintainer Jon Olsson CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 12:15:41 Modified files: build : groups.skel support.skel Log message: using m4 include() is dangerous, because stuff gets expanded. we only want to fill in headers and footers, so use paste() instead. ok otto@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/10 12:19:33 Modified files: sbin/fdisk : disk.c mbr.c Log message: Read/write device sectors rather than assuming sector size == DEV_BSIZE. Simply extract/insert the desired MBR from/into the first DEV_BSIZE bytes of the sector. Makes fdisk work with devices having a sector size different from DEV_BSIZE (512 bytes). e.g. 2048 byte sector MP3 devices. Original diff from weingart@. ok pedro@ deraadt@ weingart@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 13:44:09 Modified files: build : mirrors.dat Log message: welcome back Portugal (Coimbra) FTP/HTTP mirror, from maintainer Pedro Almeida CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/10 13:45:01 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/10 14:01:53 Modified files: sys/dev/ic : malo.c Log message: Add missing argument to a DPRINTF call. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 14:35:34 Log message: DBI abstraction layer for Rose OO RDBMS. A few tweaks that I may change later... Status: Vendor Tag: espie Release Tags: rose N ports/databases/p5-Rose-DB/Makefile N ports/databases/p5-Rose-DB/distinfo N ports/databases/p5-Rose-DB/pkg/PLIST N ports/databases/p5-Rose-DB/pkg/DESCR N ports/databases/p5-Rose-DB/patches/patch-t_test-lib_pl N ports/databases/p5-Rose-DB/patches/patch-t_subclass-basic_t N ports/databases/p5-Rose-DB/patches/patch-lib_Rose_DB_Registry_Entry_pm N ports/databases/p5-Rose-DB/patches/patch-t_basic_t No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:40:53 Log message: import libconfuse 2.5 libConfuse is a configuration file parser library, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. ok kili@ Status: Vendor Tag: jasper Release Tags: jasper_20061210 N ports/devel/libconfuse/distinfo N ports/devel/libconfuse/Makefile N ports/devel/libconfuse/pkg/PLIST N ports/devel/libconfuse/pkg/PFRAG.shared N ports/devel/libconfuse/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:42:29 Log message: import libdaemon 0.10 libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts: * A wrapper around fork() which does the correct daemonization procedure of a process * A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR * An API for writing PID files * An API for serializing UNIX signals into a pipe for usage with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog. ok kili@ Status: Vendor Tag: jasper Release Tags: jasper_20061210 N ports/devel/libdaemon/Makefile N ports/devel/libdaemon/distinfo N ports/devel/libdaemon/pkg/DESCR N ports/devel/libdaemon/pkg/PLIST N ports/devel/libdaemon/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/12/10 14:45:25 Modified files: . : errata.html Log message: update last errata entry to include src.tar.gz too. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:45:26 Modified files: devel : Makefile Log message: add libconfuse and libdaemon CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:48:09 Log message: import scmpc 0.2.2 scmpc is a client for MPD which submits your tracks to Audioscrobbler. ok kili@ Status: Vendor Tag: jasper Release Tags: jasper_20061210 N ports/audio/scmpc/distinfo N ports/audio/scmpc/Makefile N ports/audio/scmpc/pkg/PLIST N ports/audio/scmpc/pkg/DESCR N ports/audio/scmpc/patches/patch-Makefile_in N ports/audio/scmpc/patches/patch-examples-scmpc_in N ports/audio/scmpc/patches/patch-man-scmpc_man N ports/audio/scmpc/patches/patch-src-preferences_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:49:37 Modified files: audio : Makefile Log message: add scmpc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:55:11 Log message: import tagtool 0.12.2 Audio Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit tags one by one, but the most useful features are the ability to easily tag or rename hundreds of files at once, in any desired format. The mass tag and mass rename features can handle filenames in any format thanks to an easily configurable format template. from MAINTAINER Vlad Glagolev Status: Vendor Tag: jasper Release Tags: jasper_20061210 N ports/audio/tagtool/Makefile N ports/audio/tagtool/distinfo N ports/audio/tagtool/pkg/PLIST N ports/audio/tagtool/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 14:56:21 Modified files: audio : Makefile Log message: add tagtool CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 15:03:48 Log message: import geany 0.9 Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Basic features of Geany: * syntax highlighting * code folding * code completion * auto completion of often used constructs like if, for and while * auto completion of XML and HTML tags * call tips * many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal * symbol lists from MAINTAINER Vlad Glagolev Status: Vendor Tag: jasper Release Tags: jasper_20061210 N ports/devel/geany/Makefile N ports/devel/geany/distinfo N ports/devel/geany/pkg/DESCR N ports/devel/geany/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/10 15:04:56 Modified files: devel : Makefile Log message: add geany CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 15:13:22 Log message: Rose ODBMS. Status: Vendor Tag: espie Release Tags: rose N ports/databases/p5-Rose-DB-Object/Makefile N ports/databases/p5-Rose-DB-Object/distinfo N ports/databases/p5-Rose-DB-Object/pkg/PLIST N ports/databases/p5-Rose-DB-Object/pkg/DESCR N ports/databases/p5-Rose-DB-Object/patches/patch-t_test-lib_pl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 15:15:00 Modified files: devel : Makefile databases : Makefile Log message: add rose pieces CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/10 15:17:55 Modified files: sys/sys : stdint.h Log message: typo; Alexander_Bluhm@genua.de CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/10 16:08:29 Modified files: . : want.html Log message: clean CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/12/10 16:15:01 Modified files: usr.sbin/pkg_add: pkg_create Log message: don't complain about uid/gid of symlinks. "makes sense" sturm@, "go for it" espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 16:17:42 Modified files: databases/p5-DBD-SQLite: Makefile distinfo Added files: databases/p5-DBD-SQLite/patches: patch-Makefile_PL Log message: go back to 1.12, as 1.13 has some really weird issues with Rose. Okay robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 16:26:32 Log message: lazy evaluation of variables, dependency of tangram. Status: Vendor Tag: espie Release Tags: tangram N ports/devel/p5-Data-Lazy/Makefile N ports/devel/p5-Data-Lazy/distinfo N ports/devel/p5-Data-Lazy/pkg/PLIST N ports/devel/p5-Data-Lazy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 16:48:59 Log message: yet another OO DBMS for perl Status: Vendor Tag: espie Release Tags: tangram N ports/databases/p5-Tangram/Makefile N ports/databases/p5-Tangram/distinfo N ports/databases/p5-Tangram/pkg/PLIST N ports/databases/p5-Tangram/pkg/DESCR N ports/databases/p5-Tangram/patches/patch-Makefile_PL N ports/databases/p5-Tangram/files/CONFIG No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 16:50:13 Modified files: devel : Makefile databases : Makefile Log message: add tangram pieces CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/10 17:33:52 Modified files: . : INDEX Log message: synch, 4036 unzels CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/12/10 19:30:32 Modified files: . : want.html Log message: My hub is running out of ports, help! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/10 21:14:37 Modified files: sys/dev/pci : ahci.c Log message: if ahci debug and verbose output is enabled, then dump the cap register. this also fixes a few reg definition errors i found after having them dumped. something seems really screwy with %b. i cant select the 32nd bit position using \x20 or \040, so im using \32 and the rest are octal (\oNN). hex (\xNN) seems really really borked, and the compiler doesnt like eating some of the dec ones (eg, \8BITNAME). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/10 21:26:16 Modified files: sys/dev/pci : ahci.c Log message: stash the field showing which ports are hooked up, and dump it if verbose debug is on CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/10 22:08:18 Modified files: sys/kern : subr_prf.c Log message: allow bit 32 to be printed; bug spotted and fix tested by dlg CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/10 22:10:50 Modified files: sys/dev/pci : ahci.c Log message: fix %b format string now that deraadt fixed printf CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/10 22:47:53 Modified files: sys/dev/pci : ahci.c Log message: per port register definitions CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/11 00:59:18 Modified files: usr.bin/cvs : cvs.1 cvs.c cvs.h repository.c Log message: Permit checkout from a read-only repository using the -R global option or using the CVSREADONLYFS environment variable. Request/test/ok todd@. Man page bits courtesy of jmc@. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/11 01:15:56 Modified files: sys/dev/pci : pwdog.c Log message: Shorten the code, but no functional changes. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/11 01:25:54 Modified files: sys/dev/pci : pwdog.c Log message: Only disarm the watchdog if we really want to, not before each re-trigger. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/11 03:53:00 Modified files: usr.bin/cvs : cvs.c Log message: global option -n implies -l CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 04:05:43 Modified files: infrastructure/mk: bsd.port.mk Log message: missed a few = signs. Avoid writing anything when no libspecs. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/11 04:26:05 Modified files: sys/netinet6 : in6_src.c Log message: de-__P. noted by Dries Schellekens CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 05:46:12 Modified files: sys/dev/pci : ahci.c Log message: give the function prototypes a bit more room for the return type. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 05:48:01 Modified files: sys/dev/pci : ahci.c Log message: oops, too far for the match/attach funcs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 05:54:00 Modified files: sys/dev/pci : ahci.c Log message: pull the wrapper for allocations of dma mem with a single segment in from arc, which got it from mpi, which got it from ami. grange is right, we should look at pushing it back up into the bus_dma api somewhere. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 06:06:33 Modified files: sys/dev/pci : ahci.c Log message: define the command structs used by the ports. this stuff isnt endearing me to ata at all, and apparently ahci is a good ata controller. the command path looks way more complicated than it needs to be (or maybe i am used to really good scsi controllers, i dont know). a lot of the terminology seems annoyingly different just for the sake of being different. i mean, what is the advantage of calling a scatter gather lement a "physical region descriptor table"? noone else calls it that. there's a lot of weird stuff in here. blah. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 06:08:11 Modified files: sys/dev/pci : ahci.c Log message: dont stash the implemented ports map, im going to use a different mechanism to figure out if a port is usable or not later on. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 06:17:57 Modified files: sys/dev/pci : ahci.c Log message: remove the argument to all the port registers that say which port you want to address. instead make them simply offsets from the start of a ports register space, which is something we can easily set up with bus_space_subregion. this should make the code a lot easier to read later on. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 06:20:29 Modified files: sys/dev/pci : ahci.c Log message: oops, we want to return when everything goes well in ahci_attach, rather than fall through to the bits that do cleanup when an error occurs. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 06:36:06 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: pass all subpackage information to make-plist. Adapt make-plist to use the same code as pkg_create to deduce fragment names, remove some old special cases that should no longer matter. Zap directories from dependencies in a way depending on the dependency. Far from perfect yet, as directories should be registered multiple times in packages that do not depend on each other, and could also be used to figure out where to put new files... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 06:51:14 Modified files: infrastructure/install: make-plist Log message: zap extra parse_args. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/11 07:01:03 Modified files: infrastructure/mk: bsd.port.mk Log message: DEPPATHS per subpackage, ok espie CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2006/12/11 07:43:20 Modified files: . : landisk.html Log message: since switching off regmove, landisk is self-hosting CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/11 08:12:02 Modified files: audio/herrie : Makefile distinfo Log message: update herrie to 1.0.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 08:52:14 Modified files: infrastructure/mk: bsd.port.mk Log message: repair pkg_mklocatedb from src CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/11 09:31:35 Modified files: usr.sbin/ppp/ppp: lcp.c Log message: If the peer rejects my MRU request and our request is smaller then what the peer accepts, set the MRU anyway. Smaller packets are always accepted. From brian@FreeBSD via brad@ ok canacar@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 10:17:25 Modified files: infrastructure/install: make-plist Log message: filter prefix early, in preparation of more changes to come. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/11 11:16:37 Modified files: sys/dev/pci : alipm.c amdpm.c piixpm.c viapm.c nviic.c Log message: do not bus_space_map devices which are at address 0; ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/11 12:47:37 Modified files: sys/dev/pci : pci.c pcivar.h sys/arch/i386/pci: pci_machdep.c Log message: On i386, swizzle interrupts for devices for which we don't have explicit inetrrupt routing information. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/11 13:42:50 Modified files: mail/mailman : Makefile distinfo mail/mailman/pkg: PLIST Log message: upgrade to mailman 2.1.9 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/11 13:49:43 Modified files: etc/mtree : 4.4BSD.dist Log message: add /var/www/bin, ok deraadt CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/11 13:50:12 Log message: Initial import of Data-Random 0.05 Data::Random - Perl module to generate random data from alexander_bluhm at genua.de Status: Vendor Tag: sturm Release Tags: sturm_20061211 N ports/devel/p5-Data-Random/Makefile N ports/devel/p5-Data-Random/distinfo N ports/devel/p5-Data-Random/pkg/DESCR N ports/devel/p5-Data-Random/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/11 13:50:55 Modified files: usr.bin/calendar: io.c usr.bin/newsyslog: newsyslog.c usr.bin/oldrdist: docmd.c usr.bin/rdist : docmd.c usr.bin/skeyaudit: skeyaudit.c usr.bin/sudo : logging.c usr.bin/vi/common: recover.c usr.sbin/lpr/lpd: printjob.c Log message: rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/11 13:53:23 Modified files: sys/arch/alpha/include: signal.h Log message: change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.de this is a tiny ABI change, but it is better for a handfull of reasons CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/11 13:57:40 Modified files: sys/arch/i386/pci: geodesc.c gscpcib.c gscpm.c Log message: do not bus_space_map devices which are at address 0; ok kettenis CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/11 14:03:03 Modified files: devel : Makefile Log message: p5-Data-Random CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/11 14:08:35 Modified files: devel/liboil : Makefile distinfo devel/liboil/patches: patch-configure devel/liboil/pkg: PLIST Log message: Update to 0.3.10 and take maintainership. Tested by ajacoutot@, ok espie@. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/12/11 14:25:46 Modified files: usr.bin/ssh : ssh.1 ssh-keygen.1 Log message: add rfc 4716 (public key format); ok jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 14:29:08 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile Log message: switch to newer package for run depends. from janus. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/11 14:30:55 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document regress-dir-depends, after some prodding by janus. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/12/11 14:31:58 Modified files: sys/netinet : tcp_input.c Log message: allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmei CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/11 14:42:30 Modified files: devel/boost : Makefile devel/boost/pkg: PFRAG.shared-libs PLIST-libs PLIST-main Added files: devel/boost/pkg: PFRAG.serialization-libs PFRAG.serialization-main PFRAG.shared-serialization-libs Log message: Fix this on alpha by disabling the serialization lib. This lib does not honor BOOST_NO_EXCEPTIONS, and exception support is currently broken on alpha. ok espie@. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 15:11:48 Modified files: sys/net : if_bridge.c if_bridge.h bridgestp.c sbin/brconfig : brconfig.8 brconfig.c Log message: refer to the RSTP point to point option as "PTP" instead of "P2P". P2P is commonly used in relation to peer to peer networks, PTP is used in various protocols for layer 2 point to point links (ie., full duplex ethernet links). note that the newly added brconfig commands [-]p2p and [-]autop2p will change to [-]ptp and [-]autoptp. suggested by Andrew Thompson (thompsa@freebsd.org) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:06 src/usr.bin/bgplg Update of /cvs/src/usr.bin/bgplg In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg Log Message: Directory /cvs/src/usr.bin/bgplg added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:07 src/usr.bin/bgplg/bgpctl Update of /cvs/src/usr.bin/bgplg/bgpctl In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg/bgpctl Log Message: Directory /cvs/src/usr.bin/bgplg/bgpctl added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:08 src/usr.bin/bgplg/bgplg Update of /cvs/src/usr.bin/bgplg/bgplg In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg/bgplg Log Message: Directory /cvs/src/usr.bin/bgplg/bgplg added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:09 src/usr.bin/bgplg/bgplgsh Update of /cvs/src/usr.bin/bgplg/bgplgsh In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg/bgplgsh Log Message: Directory /cvs/src/usr.bin/bgplg/bgplgsh added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:10 src/usr.bin/bgplg/ping Update of /cvs/src/usr.bin/bgplg/ping In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg/ping Log Message: Directory /cvs/src/usr.bin/bgplg/ping added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:04:11 src/usr.bin/bgplg/traceroute Update of /cvs/src/usr.bin/bgplg/traceroute In directory cvs.openbsd.org:/tmp/cvs-serv7380/bgplg/traceroute Log Message: Directory /cvs/src/usr.bin/bgplg/traceroute added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/11 16:10:11 Added files: usr.bin/bgplg : Makefile bgplg.8 bgplg.c bgplg.css bgplg.foot bgplg.h bgplg.head bgplgsh.8 bgplgsh.c index.html misc.c usr.bin/bgplg/bgpctl: Makefile usr.bin/bgplg/bgplg: Makefile usr.bin/bgplg/bgplgsh: Makefile usr.bin/bgplg/ping: Makefile usr.bin/bgplg/traceroute: Makefile Log message: import a looking glass for bgpd(8) (CGI web interface), see the bgplg(8) and bgplgsh(8) manpages for installation and usage instructions. this has been tested by various users and on openbgp route servers in the DE-CIX. ok deraadt@ henning@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/11 16:22:45 Modified files: sys/arch/i386/i386: kvm86call.S Log message: CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/11 16:40:30 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: spaces CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 16:42:33 Modified files: sys/dev/pci : ahci.c Log message: use oct bits consistently in the format string for %b. pointed out by deraadt@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/11 16:45:13 Modified files: sys/arch/i386/i386: kvm86call.S Log message: Ensure kvm86_call actually saves the curpcb instead of junk. Error introduced by myself at h2k6, thanks mickey@ and toby@ for turning me in the direction of a corrupt PCB. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 18:52:54 Log message: simple-threaded catalyst engine based on POE Status: Vendor Tag: espie Release Tags: catalyst N ports/www/p5-Catalyst-Engine-HTTP-POE/Makefile N ports/www/p5-Catalyst-Engine-HTTP-POE/distinfo N ports/www/p5-Catalyst-Engine-HTTP-POE/pkg/PLIST N ports/www/p5-Catalyst-Engine-HTTP-POE/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/11 18:53:50 Modified files: www : Makefile Log message: +p5-Catalyst-Engine-HTTP-POE CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:06:09 Modified files: sys/dev/pci : ahci.c Log message: stash the number of commands each port can do in the softc CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:13:32 Modified files: sys/dev/pci : ahci.c Log message: introduce the command control blocks, and the concept that they are managed per port rather than as a big list for the whole controller. the softc has an array of pointers to a struct that manages all the shizz relevant to a particular port. when we map the controllers ports, we'll allocate these as needed. if the port isnt implemented, we leave its pointer in the softc null and use that to decide if a drive might be there or not, rather than lookup up the PI register all the time. a comparison has to null has to be cheaper than doing bit operations, surely. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:19:37 Modified files: sys/dev/pci : ahci.c Log message: add wrappers for reading and writing a ports registers called ahci_pread, and ahci_pwrite. these will use an io handle into a window of the controllers register space that can be created with bus_space_subregion, and which is stored in the ahci_port struct. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:22:56 Modified files: sys/dev/pci : ahci.c Log message: add functions to get and put ccbs out of each ports command free list. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:24:20 Modified files: sys/dev/pci : ahci.c Log message: remember our dma tag. be able to do dma is like, really cool. man. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:37:09 Modified files: sys/dev/pci : ahci.c Log message: start implementing the bits that allocate the per port structures and their ccb lists. this is missing handling of the dmamem each port needs to manage, but that can wait till i figure out how it fits together. insane stuff. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:39:25 Modified files: sys/dev/pci : ahci.c Log message: for each port the controller says is hooked up, go and allocate our ahci_port structs for it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:41:50 Modified files: sys/dev/pci : ahci.c Log message: feng shui CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:44:00 Modified files: sys/dev/pci : ahci.c Log message: after allocating the ahci_port bits, stash it in the softc rather than drop it. im guessing at some point we'll want to use each port, knowing where they are can help. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/11 19:44:36 Modified files: sys/scsi : cd.c cd.h scsi_base.c scsiconf.h sd.c sdvar.h st.c Log message: Give the SCSI layer the ability to requeue i/o's rejected by a driver using the new NO_CCB result. Currently a no-op since no driver produces that result. ok dlg@ marco@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/11 19:45:16 Modified files: sys/dev/pci : ahci.c Log message: small cleanup after feng shui CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/12/11 20:58:42 Modified files: usr.bin/ssh : channels.c compat.c compat.h Log message: bz #1019: some ssh.com versions apparently can't cope with the remote port forwarding bind_address being a hostname, so send them an address for cases where they are not explicitly specified (wildcard or localhost bind). reported by daveroth AT acm.org; ok dtucker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/11 21:05:08 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/11 23:21:34 Log message: import pacpl 3.2.5 Perl Audio Converter is a tool for converting multiple audio types from one format to another. See DESCR for supported formats. It also has konqueror and amarok plugins. based on submission by Andreas Bihlmaier also tested by dassow@ Status: Vendor Tag: steven Release Tags: steven-20061212 N ports/audio/pacpl/Makefile N ports/audio/pacpl/distinfo N ports/audio/pacpl/pkg/DESCR-main N ports/audio/pacpl/pkg/PLIST-main N ports/audio/pacpl/pkg/PLIST-konqueror N ports/audio/pacpl/pkg/MESSAGE-amarok N ports/audio/pacpl/pkg/PLIST-amarok N ports/audio/pacpl/pkg/DESCR-amarok N ports/audio/pacpl/pkg/DESCR-konqueror N ports/audio/pacpl/patches/patch-pacpl-install N ports/audio/pacpl/patches/patch-pacpl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/11 23:22:59 Modified files: audio : Makefile Log message: +pacpl CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/12 00:28:41 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Ignore sigpipe as libevent does not handle that for us. Confirmed by provos. Fixes race condition where ftp-proxy would silently exit if a write was attempted on a socket that was closed by an RST. Should fix PR 5260. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/12 01:49:21 Log message: Import libmal-0.43. libmal is simply a convenience library of the object files contained in Tom Whittaker's malsync distribution, along with a few wrapper functions. The malsync utility enables people who have Palm OS devices to sync to Mobile Application Link (MAL) compliant servers. "go ahead" steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061212 N ports/comms/libmal/Makefile N ports/comms/libmal/distinfo N ports/comms/libmal/patches/patch-src_Makefile_in N ports/comms/libmal/pkg/PFRAG.shared N ports/comms/libmal/pkg/DESCR N ports/comms/libmal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/12 01:50:55 Modified files: comms : Makefile Log message: Add libmal. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/12 02:01:47 Modified files: . : crypto.html Log message: typo and whitespace fix CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/12/12 02:24:22 Modified files: usr.bin/m4 : m4.1 Log message: mention the fact that m4 also accepts files via cmdline ok espie@ jmc@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/12 03:06:29 Modified files: sys/dev/ic : malo.c Log message: Make malo(4) work on macppc by adding a few letoh32(), removing some htole32() -- bus_space(9) does the endian switch for us -- and finaly change one letoh32() to letoh16(). The last one being by far the nastiest one. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/12 03:19:45 Modified files: usr.sbin/bgpd : rde.c Log message: Kill peer_remove(). This function is only used once so inline it there. OK henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 03:24:38 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: add a workaround for hardware ip4csum-tx bug on re(4) chips. the hardware checksum could be mangled with 28 byte or less IP packets. >From tsutsui@NetBSD Tested by otto@ brad@ and Han Boetes Tested by maja@ with the 8139C+ chipset Tested on amd64/i386/sparc64 ok mglocker@ brad@ otto@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/12 03:26:48 Modified files: usr.sbin/bgpd : rde_rib.c Log message: In path_remove() remove only local prefixes from the pftable. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/12 03:30:33 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Even IPv6 has a prefixlen limit. This ensures that we do not overflow the struct in6_addr later on. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/12 03:34:22 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Change nexthop_delete() to be more obvious what's going on. No functional change. OK henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 04:30:32 Added files: usr.bin/bgplg : openbgpd.gif Log message: add a nice image (the openbgpd logo) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 04:37:55 Modified files: usr.bin/bgplg : bgplg.c bgplg.css bgplg.head index.html Log message: Valid XHTML 1.1! (according to http://validator.w3.org/) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 04:43:50 Modified files: usr.bin/bgplg : bgplg.c bgplg.css bgplgsh.c misc.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/12 05:10:57 Modified files: print/teTeX/base: Makefile print/teTeX/base/pkg: PLIST-main Log message: Add missing @pkgpath after conversio to new MULTI_PACKAGES. Spotted by Antti Harri , thanks! CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 06:26:23 Modified files: usr.bin/bgplg : bgplg.8 Log message: change the proposed permissions for the chroot'ed executables: use 0555 instead of 0655, and 4555 for ping and traceroute (they require the setuid bit to open a raw socket before privilege revocation). CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 07:18:05 Modified files: usr.bin/bgplg : bgplg.c Log message: print the hostname in the HTML title. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 07:36:14 Modified files: usr.bin/bgplg : bgplg.8 bgplgsh.8 Log message: executed processes (like traceroute) will be killed after a hard limit of 60 seconds; add a CAVEATS section to the bgplg(8) and bgplgsh(8) manpages. thanks for the feedback ;) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 08:08:37 Modified files: sys/net : if_enc.c Log message: ansify the enc code ok otto@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/12 08:13:46 Modified files: share/man/man4 : pwdog.4 Log message: Remove the BUGS sections. It is not really a bug and it is explained in watchdog(4) discussed with jmc and mk, ok jmc. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/12 08:14:43 Modified files: share/man/man4/man4.i386: wdt.4 Log message: Remove the BUGS section here, too. requested by jmc. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/12 09:37:32 Modified files: usr.bin : Makefile etc : Makefile Log message: enable bgplg, the bgp looking glass ok henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/12/12 09:59:52 Modified files: sys/dev/acpi : dsdt.c Log message: - include for tsleep(); - change the defs of LHS, RHS, DST and DST2 to be AML_*. Noted by Marco S Hyman on misc@, these allow ACPI to be compiled into RAMDISK kernels. Suggestion for AML_ rename (to avoid name clash with TIMEZONE's DST, which was noted by someone else a while ago, but I forget who) from jordan@. ok marco@, jordan@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/12 10:59:09 Modified files: sys/dev/acpi : acpiec.c Log message: There is no acpiec_notify() function so don't supply a prototype. While there, fix a typo. ok gwk CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/12/12 11:07:12 Modified files: . : want.html Log message: i'm getting the keyboard, thanks CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/12 11:07:25 Modified files: sys/dev/acpi : acpireg.h Log message: Fix a typo to clean M's out of my tree. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/12 11:28:54 Modified files: sys/dev/pci : pci_map.c Log message: ignore bars which are 0; ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/12 12:18:52 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Use appropriate macros to decode IGN. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/12 12:32:21 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: not needed CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/12 12:38:55 Modified files: usr.sbin/dhcpd : dispatch.c options.c Log message: remove unused #defines; no binary change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/12 12:39:14 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: kettenis@cvs.openbsd.org 2006/12/12 13:15:13 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Fix typo in comment. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2006/12/12 13:32:37 Modified files: sysutils/pciutils: Makefile sysutils/pciutils/patches: patch-lib_obsd-device_c Log message: Make reading PCI registers work on big-endian platforms. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/12 13:48:11 Modified files: sys/dev/pci : if_msk.c pcidevs Log message: Clarifying a few pcidevs entry names based on names found in a much more recent Marvell Linux sk98lin driver. From brad@. ok me and kettenis (via mglocker) CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/12 13:49:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/12 13:51:15 Modified files: share/man/man4 : sk.4 Log message: Mention both A1 and B1 revisions of the D-Link DGE-530T adapter and remove Yukon-2 chipsets from the list of PCI adapters. From brad@. ok myself and kettenis (via mglocker) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/12 14:07:25 Modified files: . : README Log message: Document 1st build. Suggested by dim@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/12 14:07:48 Modified files: games/freeciv : Makefile games/freeciv/pkg: PLIST-main Log message: add forgotten @pkgpath CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/12 14:14:22 Modified files: usr.sbin/bgpctl: bgpctl.8 usr.sbin/bgpd : bgpd.8 Log message: Xr bgplg and bgplgsh; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/12 14:16:18 Modified files: usr.bin/m4 : m4.1 misc.c Log message: tweak previous, and update usage(); ok grunk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/12 14:20:02 Modified files: sbin/ipsecctl : ipsec.conf.5 share/man/man4 : enc.4 Log message: a rewrite of enc.4, hopefully a little more useful than what we previously had; more can go in here, so feel free... many thanks to ho for feedback, and angelos and cedric who i harangued endlessly to explain nat/ipsec to me; the ipsec.conf.5 change just moves some stuff more appropriate to enc.4; ok hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/12 14:31:29 Modified files: lib/fontconfig : Makefile.bsd-wrapper Log message: Disable building of docs explicitely. Avoids that installed docbook2html triggers it accidentally. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/12 14:42:10 Modified files: graphics/win32-codecs: Tag: OPENBSD_4_0 Makefile Log message: add a master site where the old distfile is hosted; noticed by "J.C. Roberts" , discussed w/sturm@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/12 14:42:52 Modified files: graphics/win32-codecs: Tag: OPENBSD_3_9 Makefile Log message: add a master site where the old distfile is hosted; noticed by "J.C. Roberts" , discussed w/sturm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/12 16:14:13 Modified files: print/teTeX/base: Makefile print/teTeX/base/pkg: PLIST-main Log message: Backout my last change. It was obviously wrong, sorry! Spotted by steven@, thanks! CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/12 16:14:28 Modified files: sys/arch/amd64/amd64: powernow-k8.c sys/arch/amd64/include: cpu.h sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/i386/i386: est.c longrun.c p4tcc.c powernow-k7.c powernow-k8.c powernow.c sys/arch/i386/include: cpu.h sys/arch/i386/pci: elan520.c gscpm.c ichpcib.c sys/arch/macppc/macppc: cpu.c sys/arch/zaurus/dev: zaurus_apm.c sys/kern : kern_sysctl.c sys/sys : sysctl.h Log message: Complete gwk's previous patch to stop setperf methods from returning errors to userland: make all cpu_setperf functions return void. Tested by many, ok gwk@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/12/12 16:54:44 Modified files: share/man/man4 : Makefile pci.4 sk.4 Added files: share/man/man4 : msk.4 Log message: add msk(4), tweak sk(4) and pci(4) accordingly okay kettenis@, from brad@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/12 22:10:15 Modified files: sys/net : pf_osfp.c pfvar.h usr.sbin/tcpdump: pfctl_osfp.c print-tcp.c sbin/pfctl : pfctl_osfp.c Log message: IPv6 passive OS fingerprinting. reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2006/12/13 01:34:39 Modified files: usr.bin/ssh : servconf.c Log message: Make PermitOpen work with multiple values like the man pages says. bz #1267 with details from peter at dmtz.com, with & ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2006/12/13 01:36:36 Modified files: regress/usr.bin/ssh: cfgmatch.sh Log message: Additional test for multiple PermitOpen entries. ok djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/13 01:36:55 Modified files: share/man/man4 : sk.4 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/13 01:52:07 Modified files: www/links : Makefile distinfo www/links/patches: patch-configure_in Removed files: www/links/patches: patch-kbdbind_c Log message: Update to 1.00pre19. Fixes CVE-2006-5925 (smbclient command injection). "please commit it" sturm@ ok espie@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/13 01:53:08 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-configure_in Log message: Update to 2.1pre26. Fixes CVE-2006-5925 (smbclient command injection). "please commit it" sturm@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/13 02:01:59 Modified files: sys/net : pf.c pf_if.c sys/netinet : ip_ah.c ip_carp.c ip_ipip.c Log message: use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses (s6_addr16[1] filled) ok dhartmei CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/13 02:49:59 Modified files: sys/dev/ic : fxp.c Log message: eliminate unnecessary interface resets in fxp_ioctl() CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/13 03:25:14 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-autodoc_source_display_idl_hi_ary_cxx patch-automation_source_testtool_objtest_cxx patch-berkeleydb_db-4_2_52_patch patch-config_office_configure_in patch-config_office_set_soenv_in patch-cppu_source_uno_data_cxx patch-desktop_source_app_main_cxx patch-dmake_unix_runargv_c patch-dtrans_source_X11_X11_selection_cxx patch-external_gcc3_specific_makefile_mk patch-icu_icu-2_6_patch patch-idlc_source_idlccompile_cxx patch-instsetoo_native_util_makefile_mk patch-jvmfwk_plugins_sunmajor_pluginlib_sunversion_cxx patch-jvmfwk_sunmajor_pluginlib_sunjre_cxx patch-lingucomponent_source_spellcheck_hunspell_affixmgr_cxx patch-psprint_source_printer_cupsmgr_cxx patch-psprint_source_printer_printerinfomanager_cxx patch-psprint_source_printergfx_printerjob_cxx patch-sal_osl_unx_backtrace_c patch-sal_osl_unx_file_cxx patch-sal_osl_unx_file_error_transl_cxx patch-salhelper_test_rtti_makefile_mk patch-scp2_source_ooo_file_library_ooo_scp patch-scp2_source_ure_ure_scp patch-shell_source_backends_localebe_localebackend_cxx patch-solenv_bin_modules_installer_globals_pm patch-solenv_inc_libs_mk patch-solenv_inc_settings_mk patch-solenv_inc_unxobsd_mk patch-stlport_STLport-4_5_patch patch-stlport_makefile_mk patch-tools_bootstrp_command_cxx patch-tools_source_fsys_unx_cxx patch-tools_source_stream_strmunx_cxx patch-vcl_unx_source_app_i18n_ic_cxx patch-vcl_unx_source_app_i18n_xkb_cxx patch-vcl_unx_source_app_saldisp_cxx patch-vcl_unx_source_gdi_gcach_xpeer_cxx patch-vcl_unx_source_gdi_salogl_cxx patch-vcl_unx_source_plugadapt_salmain_cxx patch-vcl_util_makefile_mk editors/openoffice/pkg: PFRAG.shared-main PLIST-java PLIST-main Removed files: editors/openoffice/patches: patch-cppu_source_typelib_typelib_cxx patch-external_glibc_glibcpatch_sh patch-external_glibc_sdfiles_makefile_mk patch-external_prj_d_lst patch-psprint_source_fontmanager_fontmanager_cxx patch-solenv_config_ssrc680_ini patch-solenv_config_stand_lst Log message: - update to version 2.1.0 which includes many bugfixes and improvements - remove some unnecessary patches and add a no_lang pseudo flavor which allows people to do a build w/o language packs (requested by kurt@) - from now on we set the file descriptor limit to a higher value (256) in the OpenOffice build environment to prevent build failures - point explicitly to the licensing FAQ instead of pointing to the contents of the FAQ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/13 04:03:54 Modified files: sys/dev/ic : acx.c acx100.c acxreg.h Log message: First part of fixing broken beacon frames in acx(4) AP mode based on a diff from Sepherosa Ziehau (DragonFly); The firmware TIM element template was initialized wrong. Though, our ieee80211_alloc_beacon() routine calculates it's own TIM element, which now results in having two TIMs in an acx(4) beacon. Would it be an idea to introduce a ieee80211_alloc_beacon() flag to turn the TIM element off? Because fiddling out the TIM element in the driver for cases in which the firmware calculates its own TIM is a bit ugly ... ok claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/13 06:24:09 Modified files: usr.sbin/ospfd : rde_lsdb.c Log message: Correct funtion name in fatal message. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/13 06:30:07 Modified files: usr.sbin/ospfd : kroute.c Log message: Doh! I forgot the change from kroute to rroute in the deletion case. Found by Armin Wolfermann CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/13 07:23:32 Modified files: usr.bin/vacation: vacation.1 Log message: fix a display; CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/13 08:11:28 Modified files: sys/dev/usb : usbdevs Log message: add device id for IBM Hubs as found in Thinkpad dockingstations CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/13 08:12:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/13 10:13:01 Modified files: sys/dev/ic : fxp.c Log message: insufficient testing, martin, please do not be a moron CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/13 11:14:10 Modified files: sys/net : pf_osfp.c Log message: wrap ipv6 portion with #ifdef INET6. from cmetz CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/13 11:19:02 Modified files: print/teTeX/base: Makefile print/teTeX/base/pkg: PLIST-main Log message: read the no_x11 fragment go ahead bernd@ CVSROOT: /cvs Module name: www Changes by: mglocker@cvs.openbsd.org 2006/12/13 13:40:58 Modified files: . : want.html Log message: Looking for some bcw(4) devices (Broadcom BCM43xx). CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/13 13:57:16 Modified files: devel/eclipse/sdk: Makefile distinfo devel/eclipse/sdk/patches: patch-features_org_eclipse_platform_build_xml patch-features_org_eclipse_platform_launchers_library_eclipseMozilla_c patch-features_org_eclipse_platform_source_build_xml patch-features_org_eclipse_platform_source_feature_xml patch-features_org_eclipse_rcp_build_xml patch-features_org_eclipse_rcp_source_build_xml patch-plugins_org_eclipse_pde_doc_user_pdeOptions patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_64_build_xml patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_build_xml patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_mak patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml patch-plugins_org_eclipse_update_core_openbsd_src_build_xml devel/eclipse/sdk/pkg: DESCR-gnome PFRAG.shared-gnome PLIST-main Added files: devel/eclipse/sdk/patches: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_cpp patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_h patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_profile_h patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_cpp patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_h patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_org_eclipse_swt_internal_mozilla_XPCOM_java patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_gtk_org_eclipse_swt_browser_Browser_java patch-too_long_XPCOM_PROFILE_properties patch-too_long_XPCOM_properties devel/eclipse/sdk/pkg: DESCR-browser DESCR-swt PFRAG.shared-browser PFRAG.shared-swt PLIST-browser PLIST-swt Removed files: devel/eclipse/sdk/pkg: DESCR-mozilla PFRAG.shared-main PFRAG.shared-mozilla PLIST-mozilla Log message: - update to 3.2.1 - incorporate patches to allow building with newer gecko from http://overlays.gentoo.org/proj/java/browser/other/eclipse-patches/3.2.1/. however still building/depending on www/mozilla since we don't have a -devel firefox package yet. Also use NS_InitXPCOM2 instead of NS_InitXPCOM3 since exists in both the suite and firefox. - restructure sub-packages for standalone swt installs. people using eclipse-gnome and/or eclipse-mozilla will need to manually pkg_delete / pkg_add due to the restructure. tested by ian@, jolan@ and some input steven@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/13 14:10:49 Removed files: sys/dev/ic : ncr5380.doc Log message: Obsolete and became wrong over the time, better remove. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/13 14:11:23 Modified files: sys/arch/vax/include: vsbus.h Log message: Remove unused parts of vsbus_attach_args structure. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/13 14:12:06 Modified files: sys/arch/vax/vsa: vsbus.c Log message: Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a waste of 128KB of kvm. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/13 14:12:58 Modified files: sys/arch/mac68k/dev: sbc.c sbc_obio.c sbcvar.h sys/arch/sparc/dev: si.c sys/arch/vax/vsa: ncr.c sys/dev/ic : ncr5380var.h Log message: Remove the dma_eop callback in the ncr5380 driver md attachment, it was always doing nothing and the mi code does not use it anymore anyway. No functional change. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/13 14:34:04 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.c Log message: Fix a few unitialized vars, all taken from gcc trunk, except the change in shl_sext_kind(). ok miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 14:47:14 Modified files: www/links : Tag: OPENBSD_3_9 Makefile distinfo www/links/patches: Tag: OPENBSD_3_9 patch-aclocal_m4 patch-configure_in Removed files: www/links/patches: Tag: OPENBSD_3_9 patch-kbdbind_c Log message: MFC: Update to 1.00pre19. Fixes CVE-2006-5925 (smbclient command injection). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 14:54:25 Modified files: www/links+ : Tag: OPENBSD_3_9 Makefile distinfo www/links+/patches: Tag: OPENBSD_3_9 patch-configure_in patch-html_c Log message: MFC: Update to 2.1pre26. Fixes CVE-2006-5925 (smbclient command injection). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 14:59:58 Modified files: www/links : Tag: OPENBSD_4_0 Makefile distinfo www/links/patches: Tag: OPENBSD_4_0 patch-aclocal_m4 patch-configure_in Removed files: www/links/patches: Tag: OPENBSD_4_0 patch-kbdbind_c Log message: MFC: Update to 1.00pre19. Fixes CVE-2006-5925 (smbclient command injection). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 15:07:54 Modified files: www/links+ : Tag: OPENBSD_4_0 Makefile distinfo www/links+/patches: Tag: OPENBSD_4_0 patch-configure_in patch-html_c Log message: MFC: Update to 2.1pre26. Fixes CVE-2006-5925 (smbclient command injection). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 15:16:12 Modified files: security/clamav: Tag: OPENBSD_4_0 Makefile distinfo security/clamav/patches: Tag: OPENBSD_4_0 patch-configure Log message: update to ClamAV 0.88.6 to silence warnings about clamav being outdated CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 15:44:12 Modified files: security/clamav: Tag: OPENBSD_3_9 Makefile distinfo security/clamav/patches: Tag: OPENBSD_3_9 patch-configure Log message: update to ClamAV 0.88.6 to silence warnings about clamav being outdated CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 16:07:36 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.6.6 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/13 16:14:29 Modified files: net/gopher : Makefile net/gopher/patches: patch-doc_gopher_1 patch-gopher_Makefile_in Added files: net/gopher/patches: patch-conf_h Log message: The gopher project is now at quux.org, make this the default server so the client will start up without a server argument. Use PREFIX for substitutions instead of LOCALBASE. Update my email address. ok sturm@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/13 17:17:40 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when adding additional IP address or re-running dhclient by only causing an interface init if the interface is not already running. As well as some cosmetics. from brad@. Loose the ether_cmp function of dubious optimizational value simply use bcmp. Revert the ordering hack, don't execute instruction eieio directly in mc_dmaintr, makes no difference in triggering the uvm_fault bug, the problem lies elsewhere. Fix some indentation related to the DBDMA macros. Tested on Power Macintosh 9600MP and 9500MP by myself. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/13 17:58:45 Modified files: sys/arch/macppc/dev: mesh.c Removed files: sys/arch/macppc/dev: meshreg.h Log message: Per the new policy with respect to short header files contaning only register offsets, loose the file meshreg.h. ok dlg@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/13 22:02:29 Modified files: sys/arch/arm/xscale: pxa2x0_intr.c Log message: - enable nested interrupts on zaurus. most obvious side-effect of this is likely that interrupts are properly counted in kern.cp_time sysctl. so top(1) et al will show a value for time spent in interrupts. tested by many, ok drahn@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/13 22:37:00 Modified files: build : packages-4.0 packages-3.9 Log message: clamav, links, links+ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/13 22:37:15 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 22:57:45 Modified files: net/py-xmpp : Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 23:16:59 Modified files: net/p5-RPC-XML : Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 23:17:44 Modified files: lang/classpath : Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 23:26:54 ports/net/p5-RPC-XML/patches Update of /cvs/ports/net/p5-RPC-XML/patches In directory cvs.openbsd.org:/tmp/cvs-serv24793/patches Log Message: Directory /cvs/ports/net/p5-RPC-XML/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/13 23:32:22 Modified files: net/p5-RPC-XML : Makefile Added files: net/p5-RPC-XML/patches: patch-Makefile_PL Log message: better fix, p5-libwww is not really needed at build time CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/14 00:10:48 Modified files: infrastructure/db: user.list Log message: _apache2 for www/apache-httpd ok robert@, dlg@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/14 00:14:21 Log message: Bringing this in now so that we can work on it here. Batting tarballs back and forth in email messages doesn't make any sense when we have a cvs tree to work in. So, not hooked into the package builds yet. Original work and port name from dlg. ok robert@, dlg@ Status: Vendor Tag: deanna Release Tags: deanna_20061214 N ports/www/apache-httpd/distinfo N ports/www/apache-httpd/Makefile N ports/www/apache-httpd/pkg/PLIST N ports/www/apache-httpd/pkg/DESCR N ports/www/apache-httpd/pkg/MESSAGE N ports/www/apache-httpd/patches/patch-Makefile_in N ports/www/apache-httpd/patches/patch-config_layout N ports/www/apache-httpd/patches/patch-docs_conf_httpd_conf_in No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/12/14 00:37:24 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: If an MS-DOS filesystem claims to have more clusters than can be represented in the FAT, limit the number of clusters we work with to the FAT value. This stops corrupt filesystems causing us to run off the end of the FAT and panic()ing in fillinusemap(). Found by Jason Crawford (jasonrcrawford at gmail.com) with the MOKB fs fuzzer. Initial debugging by thib@. ok krw@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/14 01:23:54 Modified files: editors/openoffice: Makefile Log message: add glitz and png to WANTLIB-main; bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/14 02:07:56 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.4/pkg: PLIST-main devel/jdk/1.5 : Makefile devel/jdk/1.5/pkg: PLIST-main editors/emacs21: Makefile editors/emacs21/pkg: PLIST-main editors/vim : Makefile editors/vim/pkg: PLIST-main mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST-main net/samba : Makefile net/samba/pkg : PLIST-main x11/fvwm2 : Makefile x11/fvwm2/pkg : PLIST-main Log message: use BASE_PKGPATH instead of homegrown variable, no bumps needed CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/14 02:23:24 Modified files: sys/dev/ic : ath.c ar5212.c Log message: fix a minor bug in the tx data queue setup by using the right queue type. this would cause us some more trouble with WME which isn't supported yet... thanks to Nick Kossifidis CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/14 02:27:15 Modified files: . : press.html Log message: The geman IT magazine iX has a review of the OpenBSD 4.0 release in iX-current. The article is in german. with some english polishing by jmc, thanks. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/14 02:31:17 Modified files: usr.bin/cvs : remove.c Log message: no need to send -f to the server; this flag has effect on the client-side only. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/14 02:31:56 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST Log message: this is wrong. You do not *ever* use @exec for trivial purposes that can be achieved otherwise. This probably broke the install, I don't care! Learn how to use @owner and friends. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/14 02:34:38 Modified files: build : mirrors.dat Log message: remove 2 incomplete mirrors: ftp.stacken.kth.se mirror.iawnet.sandia.gov from marcus.popp at paranoidbsd.org, thanks CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/14 02:35:34 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/14 02:41:32 Modified files: usr.bin/apply : apply.1 Log message: "apply echo *" operates similarly to ls(1), not "apply echo a*"; from sat@freebsd ok otto CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/14 02:50:25 Modified files: www/apache-httpd: Makefile Log message: add a few master sites CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/12/14 02:56:03 Modified files: . : translation-explained.html Log message: drowzee.kd85.com is R.I.P., start a new translation mailing list CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2006/12/14 03:01:14 Modified files: usr.bin/ssh : servconf.c Log message: Make "PermitOpen all" first-match within a block to match the way other options work. ok markus@ djm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/12/14 03:10:21 Modified files: sys/dev/pci : if_vic.c Log message: remove an ugly macro that made claudio sad. luckily it wasnt being used. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/14 03:14:05 Modified files: games/backgammon/backgammon: extra.c move.c games/backgammon/common_source: back.h init.c Log message: fix DEBUG by renaming a variable colliding with ncurses found by Sascha Welter, ok otto@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/14 03:15:10 Modified files: games/gomoku : bdisp.c main.c pickmove.c Log message: fix some obvious mistakes to make DEBUG compile ok otto@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/14 03:22:03 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST Log message: remove indirect dependency, add libiconv module, adjust WANTLIB, sync plist CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/14 03:23:34 Modified files: usr.bin/pkg-config: pkg-config Log message: add PKG_CONFIG_LIBDIR, okay bernd@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/12/14 03:55:03 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: Remove dirsperblk, which is not used after it is calculated. ok weingart@ pedro@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/14 04:20:22 Modified files: www/apache-httpd: Makefile Log message: use MASTER_SITE_APACHE, pointed out by dlg CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/14 06:12:24 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-instsetoo_native_util_makefile_mk patch-solenv_inc_settings_mk Log message: do not create downloadable install sets because we do not use them at all. this saves like 2G of disk space. resync patches while i am here. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/14 07:56:23 Modified files: sys/arch/sh/sh : locore_c.c locore_subr.S Log message: Reset BBRB if we exit from a process that was single-stepping. Prevents a process that re-uses its ASID from getting random SIGTRAPs. ok miod@, mickey@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/14 08:10:32 Modified files: sys/arch/sparc64/include: psl.h Log message: Add defines for several SPARC-V9 implementations. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/14 08:13:17 Modified files: usr.bin/cvs : client.c Log message: add support for the "Sticky" request; client-side only for now. CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/12/14 09:59:45 Modified files: . : plus.html Log message: a month of effort (up to 11/07) from Janne Johansson, thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/14 10:14:01 Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: Swizzle interrupts for devices for which we don't have explicit inetrrupt routing information. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/14 10:36:12 Modified files: sys/arch/alpha/pci: apecs.c cia.c irongate.c lca.c tsc.c sys/arch/amd64/amd64: mainbus.c sys/arch/arm/footbridge: footbridge.c sys/arch/arm/xscale: i80321.c sys/arch/hppa/dev: dino.c sys/arch/hppa64/dev: elroy.c sys/arch/i386/i386: mainbus.c sys/arch/i386/pci: pchb.c sys/arch/macppc/pci: ht.c mpcpcibus.c sys/arch/mvmeppc/pci: mpcpcibr.c sys/arch/sgi/pci: macepcibridge.c sys/arch/sh/dev: shpcic.c sys/arch/sparc64/dev: psycho.c schizo.c sys/dev/pci : pci.c pcivar.h ppb.c Log message: Make pci subsystem aware of domains. Each host bridge gets assigned a unique domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 10:41:27 Modified files: databases/p5-AsciiDB-TagFile: Makefile Log message: cpanify and bump version 'just put it in' steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 10:47:55 Modified files: databases/p5-BerkeleyDB: Makefile databases/p5-BerkeleyDB/pkg: PLIST Removed files: databases/p5-BerkeleyDB/pkg: PFRAG.shared Log message: cpanify, set SHARED_ONLY, update plist, remove pfrag and bump ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 10:55:39 Modified files: databases/p5-Catalyst-Model-CDBI: Makefile databases/p5-Catalyst-Model-DBIC-Schema: Makefile Log message: cpanify and change license to 'Perl' ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:01:23 Modified files: databases/p5-Class-DBI-AbstractSearch: Makefile Log message: cpanify and remove unneeded BUILD_DEPENDS, no package change ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:04:56 ports/databases/p5-Class-DBI-AsForm/patches Update of /cvs/ports/databases/p5-Class-DBI-AsForm/patches In directory cvs.openbsd.org:/tmp/cvs-serv16909/patches Log Message: Directory /cvs/ports/databases/p5-Class-DBI-AsForm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:08:10 Modified files: databases/p5-Class-DBI-AsForm: Makefile Added files: databases/p5-Class-DBI-AsForm/patches: patch-t_01_t Log message: cpanify and fix failing tests (updated, depended port changed output from HTML to XHTML) ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:14:19 Modified files: databases/p5-Class-DBI-FromCGI: Makefile databases/p5-Class-DBI-FromForm: Makefile Log message: cpanify and remove unnecessary BUILD_DEPENDS ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:24:45 Modified files: databases/p5-Class-DBI-Loader: Makefile Log message: cpanify, remove unneeded BUILD_DEPENDS and enable pod tests. no regress interactions, so remove REGRESS_IS_INTERACTIVE ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:30:36 Modified files: databases/p5-Class-DBI-Loader-Relationship: Makefile databases/p5-Class-DBI-Pager: Makefile databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile databases/p5-Class-DBI-Plugin-Type: Makefile databases/p5-Class-DBI-SQLite: Makefile databases/p5-Class-DBI-mysql: Makefile Log message: cpanify and remove unrequired build depends, no package changes ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:37:22 Modified files: databases/p5-DBD-CSV: Makefile Log message: cpanify, add license, remove build depends and bump version ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:43:14 Modified files: databases/p5-DBD-SQLite2: Makefile Log message: cpanify, set license to 'Perl' and switch to SHARED_ONLY ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 11:48:35 Modified files: databases/p5-DBD-mysql: Makefile Log message: cpanify, change license to 'Perl' and switch to SHARED_ONLY. as the tests fail without a running mysqld instance set REGRESS_IS_INTERACTIVE=Yes ok steven@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/14 11:49:44 Modified files: etc : Makefile Log message: Uncomment MAKEDEVARCH+=landisk. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 12:01:40 Modified files: databases/p5-DBD-mysqlPP: Makefile databases/p5-DBIx-Class-HTMLWidget: Makefile Log message: cpanify and change license to 'Perl' ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 12:04:45 Modified files: databases/p5-DBIx-ContextualFetch: Makefile databases/p5-DBIx-DBSchema: Makefile databases/p5-DBIx-XHTML_Table: Makefile databases/p5-Data-Page: Makefile databases/p5-Ima-DBI: Makefile Log message: cpanify, remove unnecessary build deps and change license to 'Perl' ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 12:09:40 Modified files: databases/p5-SQL-Abstract-Limit: Makefile databases/p5-SQL-Statement: Makefile databases/p5-SQL-Translator: Makefile Log message: cpanify and remove unnecessary build deps ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 12:14:43 Modified files: databases/p5-Tie-DBI: Makefile Log message: cpanify, add license, remove homepage (the contained docs are the same) and bump version ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/14 12:22:27 Modified files: databases/p5-ldap: Makefile Log message: cpanify, add license and bump version ok steven@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/12/14 12:25:58 Modified files: usr.bin/man : man.c Log message: Coverity CID 2996: Don't return without closing fp. Fix from christos NetBSD. ok otto@, millert@ (earlier version) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/14 13:29:00 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure patch-lib_Makefile_in archivers/gtar/pkg: PLIST Added files: archivers/gtar/patches: patch-tests_testsuite Removed files: archivers/gtar/patches: patch-src_extract_c patch-tests_shortrec_at Log message: Update to 1.16.1. User-visible changes: * New option --exclude-tag allows to specify "exclusion tag files". * The --exclude-cache option now excludes the directories themselves, too. * Support for reading ustar type 'N' logical records has been removed. * Race conditions around 'tar -x --same-owner' have been fixed. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/14 13:40:28 Modified files: editors/openoffice: Makefile editors/openoffice/pkg: PLIST-main Log message: move the desktop icons to the proper location; bump PKGNAME CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2006/12/14 13:40:55 Modified files: sys/net : pf.c Log message: in "BAD/loose state" messages, also print the packet's original sequence number, it can differ from the sequence number being tested (for packets without payload), and both matter in explaining why a packet mismatched. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/14 14:19:19 Added files: comms/wy60/patches: patch-wy60_c Log message: proactively fix building with gcc4; problem reported on FreeBSD CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/14 14:26:53 Modified files: editors/nano : Makefile distinfo editors/nano/pkg: PLIST Added files: editors/nano/patches: patch-doc_man_Makefile_in patch-doc_man_fr_Makefile_in patch-doc_man_nano_1 patch-doc_man_nanorc_5 patch-doc_syntax_asm_nanorc patch-doc_syntax_c_nanorc patch-doc_syntax_java_nanorc patch-doc_syntax_nanorc_nanorc patch-doc_syntax_perl_nanorc patch-doc_syntax_pov_nanorc patch-doc_syntax_python_nanorc patch-doc_syntax_ruby_nanorc patch-doc_syntax_sh_nanorc patch-src_Makefile_in Removed files: editors/nano/patches: patch-Makefile_in patch-nanorc_sample Log message: Update to 2.0.1. Improvements and new features: * Improved color syntax highlighting * Copy text without cutting * Verbatim input mode * Repeat last seach without confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/14 14:52:04 Added files: sys/arch/macppc/dev: esp.c Log message: Add the esp driver to macppc, supports the NCR53c94 SCSI controller found on old world macs as the external SCSI controller. Still a work in progress, it probes the SCSI bus correctly but attempts to access device meet with limited sucess. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/14 15:45:21 Modified files: usr.bin/pkg-config: pkg-config Log message: do not display result if $rc != 0, fixes cases like LIBS=`pkg-config --libs foo`, like in net/ekg CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/14 20:04:24 Modified files: lib/libc/sys : mount.2 sys/msdosfs : msdosfs_vfsops.c msdosfsmount.h bootsect.h bpb.h fat.h sys/sys : mount.h sbin/mount : mount.c sbin/mount_msdos: mount_msdos.c mount_msdos.8 Log message: Nuke GEMDOSFS. Unused part of unused atari port. Simplifies MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 22:52:06 Modified files: libexec/tftpd : tftpd.c Log message: reduce RFC2292/3542 #ifdef. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 23:00:12 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: reduce RFC2292/3542 #ifdefs. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 23:07:39 Modified files: sbin/ping6 : ping6.c Log message: reduce RFC2292/3542 #ifdefs. while here, correct type mismatch (socklen_t) and adjust AH handling to OpenBSD. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 23:12:03 Modified files: usr.sbin/rtsold: rtsol.c Log message: cleanup RFC2292/3542 #ifdef. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 23:14:07 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: reduce RFC2292/3542 #ifdef. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/14 23:16:49 Modified files: usr.sbin/route6d: route6d.c Log message: reduce RFC2292/3542 #ifdef. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/15 01:02:53 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: server-side Sticky bits. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/15 01:26:18 Modified files: usr.bin/cvs : client.c Log message: adjust the Directory request by sending the repository on a new line too. matches gnu cvs behaviour. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/15 02:31:20 Modified files: sys/net : if_pflog.c Log message: make pflog(4) count; ok hennig@ deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/15 02:32:30 Modified files: sys/netinet : ip_ah.c ip_esp.c ipsec_input.c Log message: make enc(4) count; ok markus@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/15 02:50:37 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: server-side Static-directory bits. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/15 02:51:44 ports/net/openvpn/patches Update of /cvs/ports/net/openvpn/patches In directory cvs.openbsd.org:/tmp/cvs-serv6380/patches Log Message: Directory /cvs/ports/net/openvpn/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/15 02:56:14 Modified files: net/openvpn : Makefile net/openvpn/pkg: PLIST Added files: net/openvpn/patches: 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-sample-config-files_xinetd-client-config patch-sample-config-files_xinetd-server-config Log message: - use the _openvpn uid/gid istead of nobody/nogroup; from Tamas Tevesz - remove USE_GMAKE because it is not needed - use a different method for installing the sample config files to prevent installing .orig files left behind after patching - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/15 02:58:55 Modified files: infrastructure/package: check-indirect-dependencies Log message: don't check build dependencies for now, these have to be compared against indirect run dependencies which needs a little more code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/15 04:03:26 Removed files: comms/libmal : Makefile distinfo comms/libmal/patches: patch-src_Makefile_in comms/libmal/pkg: DESCR PFRAG.shared PLIST Log message: - remove malsync: superseded by comms/libmal ok pvalchev@ sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/15 04:10:12 Added files: comms/libmal : Makefile distinfo comms/libmal/patches: patch-src_Makefile_in comms/libmal/pkg: DESCR PFRAG.shared PLIST Log message: - revert previous commit ; wrong dir, sorry! CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/15 04:11:54 Modified files: devel/uuid : Makefile distinfo devel/uuid/pkg : PLIST-main Log message: update to version 1.5.1; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/15 04:19:46 Modified files: infrastructure/package: check-indirect-dependencies Log message: Output beautification. One chunk from sturm@, two chunks by myself. ok sturm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:09:18 Modified files: bin/test : test.1 Log message: remove a raft of unneccessary escapes; from ru@freebsd CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:16:26 Modified files: usr.bin/what : what.1 Log message: minor tweaks, partly from ru@freebsd; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:28:34 Modified files: sbin/sysctl : sysctl.8 Log message: some Nm blips, from mk; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:38:15 Modified files: sbin/mount_ados: mount_ados.8 mount_ados.c Log message: sort options; sync usage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:48:29 Modified files: sbin/mount_msdos: mount_msdos.8 mount_msdos.c Log message: sort options; sync usage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:53:59 Modified files: sbin/mount_ntfs: mount_ntfs.8 mount_ntfs.c Log message: sort options; sync usage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 05:59:11 Modified files: sbin/mount_udf : mount_udf.c Log message: sync usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 06:04:06 Modified files: sbin/mount_xfs : mount_xfs.8 mount_xfs.c Log message: use "special" and "node" for synopsis/usage() here too; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/15 06:12:14 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: dummy support for update-patches request. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/15 06:23:17 Modified files: sbin/mount_portal: mount_portal.8 Log message: sync w/ usage(); ok pedro CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/15 06:33:33 Removed files: comms/malsync : Makefile distinfo comms/malsync/patches: patch-Makefile patch-mal_client_unix_MAL31DBConfig_c patch-mal_common_AGNet_h patch-malsync_c comms/malsync/pkg: DESCR PLIST Log message: - remove malsync: superseded by comms/libmal ok pvalchev@ sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/15 06:34:40 Modified files: comms : Makefile Log message: - bye bye malsync CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2006/12/15 06:41:06 Modified files: . : press.html Log message: specify that the latest article from "iX magazine" is in german only. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/15 07:09:13 Modified files: sbin/dhclient : options.c usr.sbin/dhcpd : options.c Log message: typo in comment CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/15 07:56:38 Modified files: sbin/dhclient : clparse.c dhclient.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/15 08:11:41 Modified files: productivity/taskjuggler: Makefile Log message: avoid docbook-to-man CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/15 08:28:27 Modified files: sys/dev/ic : aic6915.c Log message: fix every architecture being treated as strictly aligned in sf_rxintr() by only checking for __STRICT_ALIGNMENT; tested on i386 and alpha CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/15 08:40:28 Modified files: usr.bin/cvs : client.c Log message: add support for "Static-directory" request. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/15 08:41:57 Modified files: build : mirrors.dat Log message: relist ftp.stacken.kth.se, change maintainer while there. thanks to Gabriel Kihlman CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/15 08:43:07 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 08:57:27 Modified files: sys/dev/pci : pcidevs Log message: Add e few entries found on a HP DL585 G2. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 08:58:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/15 09:03:16 Modified files: usr.sbin/dhcpd : dhcp.c Log message: small KNF CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/15 09:12:52 Modified files: share/man/man4 : bnx.4 Log message: add the HP NC373i PCI Express Multifunction Gigabit embedded server adapter as found on the latest HP ProLiant servers (DL365 G1, DL385 G2, DL585 G2). CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/15 09:14:17 Modified files: . : i386-laptop.html Log message: add Dell Latitude D410 from landry.breuil at irisa.fr, thanks CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/15 09:49:39 Modified files: sys/kern : tty_nmea.c Log message: Correct order of malloc(9) arguments. Spotted by Constantine A. Murenin ; thanks. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/15 10:22:07 Modified files: devel/libconfuse: Makefile Log message: depends on gettext CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/15 10:34:45 Modified files: mail/sylpheed : Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/15 10:39:42 Modified files: geo/gpsbabel : Makefile Log message: BUILD_DEPENDS is not SUBPACKAGE-aware CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/15 11:59:50 Modified files: etc/etc.landisk: MAKEDEV.md fbtab ttys Log message: Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussed with deraadt@ some time ago CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/15 12:00:02 Modified files: etc/etc.landisk: MAKEDEV share/man/man8/man8.landisk: MAKEDEV.8 Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/15 12:15:04 Modified files: regress/etc/MAKEDEV: Makefile Log message: Sync arch list CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 13:37:34 Modified files: sys/dev/pci : if_msk.c Log message: Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 13:42:19 Modified files: etc : MAKEDEV.common Log message: Create /dev/pci[0-3]. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 13:51:28 Modified files: share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.cats: 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.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.sgi: 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: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/15 14:03:56 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.cats : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.mac68k : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.mvme88k: MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/15 14:47:27 Modified files: sys/dev/mii : mii_physubr.c Log message: use mii_media_active instead of mii_media_status to get the full duplex state. this will actually enable duplex reporting for drivers using the mii layer. figured out by Moritz Grimm with sk(4) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/15 16:53:42 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD Log message: acpi can fit onto the cd ramdisks CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/12/15 17:24:37 Modified files: . : want.html Log message: i want a NetXen NX2031 10G NIC (like the HP NC510C/F) ;). we have everything except the NIC to start hacking on a driver. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/15 17:41:56 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST Log message: To avoid name clashes with the system httpd, configure with program name httpd2. Rename the support programs and their manual pages accordingly. bump pkgname. ok steven@, bernd@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/15 21:07:19 Modified files: . : want.html Log message: found some bcw cards for mglocker CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/15 23:18:35 Modified files: lib/libkeynote : signature.c Log message: strlen fix. OK jaredy@ and millert@. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/15 23:41:27 Modified files: print/poppler/pkg: PLIST-qt Log message: fix rcsid; Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 01:15:37 Modified files: devel/p5-Class-Std: Makefile Log message: depends on p5-version, noticed by pval CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 01:21:01 Modified files: devel/p5-Class-Std-Utils: Makefile Log message: also run depends on p5-version CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 01:24:41 Modified files: devel/p5-Smart-Comments: Makefile Log message: depends on p5-version, noticed by pval CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/16 01:49:18 Modified files: sbin/mknod : mkfifo.1 mknod.8 mknod.c Log message: various small improvements; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/16 01:55:42 Modified files: usr.bin/fold : fold.1 Log message: "Mention what underlining is meant here." from ru@freebsd, -r1.13; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/16 01:56:35 Modified files: usr.bin/fold : fold.1 Log message: +.Ex -std fold CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/12/16 01:57:16 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/patches: patch-configure Log message: Fix build with modular X. ok pval@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 02:35:11 Modified files: print/poppler : Makefile Log message: bump PKGNAME after plist change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 04:00:23 Modified files: net/ipsvd : Makefile distinfo Log message: update to ipsvd 0.12.1 from Christian Rueger via maintainer CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/16 04:14:24 Modified files: usr.bin/pkg-config: pkg-config Log message: it's not an error for a variable not to be defined for some/all of the *.pc files, see x11/gnome/yelp. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/16 04:24:12 Modified files: net/ipsvd : Makefile Log message: add license CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:34:26 src/usr.sbin/hostated Update of /cvs/src/usr.sbin/hostated In directory cvs.openbsd.org:/tmp/cvs-serv20437/hostated Log Message: Directory /cvs/src/usr.sbin/hostated added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:34:38 src/usr.sbin/hostatectl Update of /cvs/src/usr.sbin/hostatectl In directory cvs.openbsd.org:/tmp/cvs-serv8894/hostatectl Log Message: Directory /cvs/src/usr.sbin/hostatectl added to the repository CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:45:07 Added files: usr.sbin/hostated: Makefile buffer.c check_http.c check_icmp.c check_tcp.c control.c hce.c imsg.c log.c parse.y pfe.c pfe_filter.c hostated.conf.5 hostated.h hostated.c hostated.8 usr.sbin/hostatectl: hostatectl.8 Makefile parser.c parser.h hostatectl.c Log message: Import hostated, the host status daemon. This daemon will monitor remote hosts and dynamically alter pf(4) tables and redirection rules for active server load balancing. The daemon has been written by Pierre-Yves Ritschard (pyr at spootnik.org) and was formerly known as "slbd". The daemon is fully functional but it still needs some work and cleanup so we don't link it to the build yet. Some TODOs are a partial rewrite of the check_* routines (use libevent whenever we can), improvement of the manpages, and general knf and cleanup. ok deraadt@ claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:48:38 Modified files: usr.sbin/hostatectl: hostatectl.8 Log message: new sentence, new line CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:52:51 Modified files: usr.sbin/hostated: hostated.conf.5 hostated.8 Log message: new sentence, new line CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/16 04:53:46 Modified files: infrastructure/mk: bsd.port.mk Log message: activate our pkg-config. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/16 04:58:22 Modified files: infrastructure/db: user.list Log message: add _openvpn CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 04:59:12 Modified files: usr.sbin/hostated: check_icmp.c Log message: knf, add copyright and license for in_cksum() from ping.c CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/16 05:22:37 Modified files: audio/amarok : Makefile audio/aumix : Makefile audio/bmp : Makefile audio/gmpc : Makefile audio/grip : Makefile audio/gtkpod : Makefile audio/libgpod : Makefile audio/libsamplerate: Makefile audio/ncmpc : Makefile audio/rhythmbox: Makefile audio/xhippo : Makefile audio/xmms-mad : Makefile comms/jpilot : Makefile converters/wv2 : Makefile databases/dbh : Makefile databases/evolution-data-server: Makefile databases/mdbtools/snapshot: Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile databases/sqlite: Makefile databases/sqlite3: Makefile devel/ORBit2 : Makefile devel/atk : Makefile devel/desktop-file-utils: Makefile devel/eclipse/sdk: Makefile devel/gal2 : Makefile devel/gconf-editor: Makefile devel/gconf2 : Makefile devel/glib2 : Makefile devel/glib2mm : Makefile devel/gstreamer: Makefile devel/gstreamer-plugins: Makefile devel/libIDL : Makefile devel/libassetml: Makefile devel/libglade2: Makefile devel/libglademm: Makefile devel/libgsf : Makefile devel/libgtop2 : Makefile devel/liboil : Makefile devel/liboop : Makefile devel/libsigc++-2: Makefile devel/libsoup : Makefile devel/libspectrum: Makefile devel/libwnck : Makefile devel/libxfce4util: Makefile devel/libzvt : Makefile devel/mysql-gui-common: Makefile editors/abiword: Makefile editors/ldapvi : Makefile editors/leafpad: Makefile editors/openoffice: Makefile editors/vim : Makefile education/drgeo: Makefile emulators/fuse : Makefile games/dopewars : Makefile games/freeciv : Makefile games/gtkballs : Makefile graphics/agg : Makefile graphics/blender: Makefile graphics/cairo : Makefile graphics/dia : Makefile graphics/digikam: Makefile graphics/evince: Makefile graphics/gfract: Makefile graphics/gimp/stable: Makefile graphics/gphoto2: Makefile graphics/gqview: Makefile graphics/gtkam : Makefile graphics/imlib2: Makefile graphics/kipi-plugins: Makefile graphics/libgphoto2: Makefile graphics/libkexif: Makefile graphics/libmpeg2: Makefile graphics/makehuman: Makefile graphics/mhgui : Makefile graphics/py-cairo: Makefile graphics/py-matplotlib: Makefile graphics/sane-frontends: Makefile graphics/sodipodi: Makefile graphics/swfdec: Makefile graphics/xsane : Makefile inputmethods/libtomoe-gtk: Makefile japanese/kanatest: Makefile lang/kaffe : Makefile mail/mail-notification: Makefile mail/mozilla-thunderbird: Makefile math/calcoo : Makefile math/freemat : Makefile math/galculator: Makefile math/gnumeric : Makefile math/plplot : Makefile misc/logjam : Makefile misc/mc : Makefile misc/shared-mime-info: Makefile misc/xcdroast : Makefile multimedia/avidemux: Makefile multimedia/libdv: Makefile multimedia/libtheora: Makefile multimedia/mjpegtools: Makefile multimedia/transcode: Makefile multimedia/xine-lib: Makefile multimedia/xine-ui: Makefile net/bitlbee : Makefile net/dclib : Makefile net/etherape : Makefile net/ettercap : Makefile net/gaim : Makefile net/gaim-icb : Makefile net/gaim-tlen : Makefile net/gajim : Makefile net/gftp : Makefile net/gmudix : Makefile net/gnet : Makefile net/gtk-gnutella: Makefile net/howl : Makefile net/ices : Makefile net/ices2 : Makefile net/irssi : Makefile net/libshout : Makefile net/libtorrent : Makefile net/meanwhile : Makefile net/nmap : Makefile net/rtorrent : Makefile net/valknut : Makefile net/xchat : Makefile news/pan : Makefile print/poppler : Makefile productivity/gnucash: Makefile security/hydra : Makefile security/nessus/core: Makefile security/openct: Makefile security/opensc: Makefile security/xmlsec: Makefile sysutils/bubblemon: Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/hot-babe: Makefile textproc/gnome-spell: Makefile textproc/gpdf : Makefile textproc/gtkspell: Makefile textproc/ots : Makefile www/bluefish : Makefile www/cssed : Makefile www/epiphany : Makefile www/galeon : Makefile www/gtkhtml3 : Makefile www/libcroco : Makefile www/lighttpd : Makefile www/links+ : Makefile www/minimo : Makefile www/mozilla : Makefile www/mozilla-firefox: Makefile x11/Xdialog : Makefile x11/aewm : Makefile x11/bbkeys : Makefile x11/blackbox : Makefile x11/cwm : Makefile x11/dbus : Makefile x11/devilspie : Makefile x11/fluxbox : Makefile x11/gaim-guifications: Makefile x11/gnome/applets2: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/desktop: Makefile x11/gnome/doc-utils: Makefile x11/gnome/eel : Makefile x11/gnome/eog : Makefile x11/gnome/gail : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/ggv : Makefile x11/gnome/keyring: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/libxklavier: Makefile x11/gnome/menus: Makefile x11/gnome/metacity: Makefile x11/gnome/nautilus: Makefile x11/gnome/panel: Makefile x11/gnome/session: Makefile x11/gnome/terminal: Makefile x11/gnome/themes: Makefile x11/gnome/utils: Makefile x11/gnome/vfs : Makefile x11/gnome/vfs2 : Makefile x11/gnome/yelp : Makefile x11/gnome/zenity: Makefile x11/gromit : Makefile x11/gtk+2 : Makefile x11/gtk-engines2: Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtk2mm : Makefile x11/gtkglext : Makefile x11/gtksourceview: Makefile x11/idesk : Makefile x11/kde/arts3 : Makefile x11/kde/base3 : Makefile x11/kde/graphics3: Makefile x11/kde/libs3 : Makefile x11/kde/network3: Makefile x11/kde/office3: Makefile x11/matchbox/libfakekey: Makefile x11/matchbox/libmatchbox: Makefile x11/matchbox/matchbox-common: Makefile x11/matchbox/matchbox-desktop: Makefile x11/matchbox/matchbox-keyboard: Makefile x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-window-manager: Makefile x11/mlterm : Makefile x11/mplayer : Makefile x11/netwmpager : Makefile x11/obconf : Makefile x11/ogle_gui : Makefile x11/openbox : Makefile x11/pbrowser : Makefile x11/py-gtk2 : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/sawfish : Makefile x11/skippy : Makefile x11/vlc : Makefile x11/wmctrl : Makefile x11/wmi : Makefile x11/wxWidgets : Makefile x11/xawtv : Makefile x11/xcompmgr : Makefile x11/xcursor-themes: Makefile x11/xcursorgen : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-bglist-editor: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-iconbox: Makefile x11/xfce4/xfce4-lua-graph: Makefile x11/xfce4/xfce4-minicmd: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-showdesktop: Makefile x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systray: Makefile x11/xfce4/xfce4-taskbar: Makefile x11/xfce4/xfce4-toys: Makefile x11/xfce4/xfce4-trigger-launcher: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile x11/xscreensaver: Makefile sysutils/gkrellm/plugins: Makefile.inc Log message: say goodbye to GNU land. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/16 05:28:15 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: ltlib marker for libtool convenience library. Long-term, we want to be able to build stuff without installing dependencies `for real', and pkgconfig and libtool files keep getting in the way, so pkg_* will have to take control, sooner or later... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/16 05:30:32 Modified files: devel/p5-ExtUtils-PkgConfig: Makefile Log message: blast another pkg-config dep CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 05:42:14 Modified files: usr.sbin/hostated: check_http.c check_tcp.c control.c hce.c hostated.8 hostated.c hostated.conf.5 hostated.h parse.y pfe.c pfe_filter.c Log message: knf, spacing please note that some editors will replace tabs with multiple spaces if you cut & paste code from other sections. please try to keep the tabs ;). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/16 05:44:05 Modified files: sys/msdosfs : msdosfs_fat.c msdosfs_vfsops.c msdosfsmount.h Log message: Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. Enables devices (e.g. newer iPods, various other mp3 players) that use 2048 byte sectors. Inspired by original diffs from weingart@ and Alexey Vatchenk. ok tom@ pedro@ deraadt@ weingart@ marco@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/16 05:45:39 Modified files: de : anoncvs.html cvsync.html donations.html errata.html faq/fr : faq4.html faq5.html faq/nl : faq5.html fr : anoncvs.html crypto.html cvsup.html cvsync.html donations.html errata.html ftp.html index.html pkg-stable.html pkg-stable39.html why-cvs.html nl : anoncvs.html crypto.html ftp.html openbgpd/nl : ftp.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html openssh/de : ftp.html openssh/fr : ftp.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 05:47:18 Modified files: usr.sbin/hostatectl: hostatectl.c parser.c Log message: knf, spacing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/16 05:47:40 Modified files: devel/geany : Makefile devel/libconfuse: Makefile devel/pango : Makefile devel/py-orbit : Makefile devel/vte : Makefile Log message: zap more pkgconfig CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/16 05:48:09 Modified files: devel/pkgconfig: Makefile Log message: do not build CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 07:07:29 Modified files: usr.sbin/hostated: hostated.c Log message: knf (second level indents are four spaces) CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2006/12/16 07:21:15 Modified files: usr.sbin/hostatectl: hostatectl.c Log message: Fix two comments. ok reyk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 08:02:35 Modified files: usr.sbin/hostatectl: hostatectl.c Log message: more spacing CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/16 08:13:45 Modified files: sbin/dhclient : clparse.c dhcpd.h Log message: make /sbin/dhclient-script consistent with other paths; ok henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 08:25:40 Modified files: usr.sbin/hostated: control.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/16 08:32:06 Modified files: sys/dev/usb : if_uath.c Log message: trim 802.11 FCS from received frames. noticed by jsg@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/16 08:35:47 Modified files: sys/dev/usb : if_zyd.c Log message: o add missing calibration bits for ZD1211B in zyd_set_chan() o add workaround for TX rate==0 bug here too. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/16 08:41:25 Modified files: share/man/man8 : dhcp.8 Log message: make the section on BPF standalone and clarify it applies to client and server; ok henning@ help and ok jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/16 08:52:30 Modified files: sys/dev/ic : sti.c Log message: Better sti_mapchar() implementation, matches Latin char indexes to HP Roman font indicies whenever possible. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/12/16 09:07:06 Modified files: . : want.html Log message: got the disk CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 09:43:38 Log message: Import libX11 1.1.1 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_1_1 U xenocara/lib/libX11/README U xenocara/lib/libX11/acinclude.m4 U xenocara/lib/libX11/configure.ac U xenocara/lib/libX11/aclocal.m4 U xenocara/lib/libX11/Makefile.am C xenocara/lib/libX11/Makefile.in U xenocara/lib/libX11/x11-xcb.pc.in U xenocara/lib/libX11/x11.pc.in C xenocara/lib/libX11/configure U xenocara/lib/libX11/AUTHORS U xenocara/lib/libX11/COPYING U xenocara/lib/libX11/ChangeLog U xenocara/lib/libX11/INSTALL U xenocara/lib/libX11/NEWS U xenocara/lib/libX11/compile C xenocara/lib/libX11/config.guess U xenocara/lib/libX11/config.sub U xenocara/lib/libX11/depcomp U xenocara/lib/libX11/install-sh C xenocara/lib/libX11/ltmain.sh U xenocara/lib/libX11/missing U xenocara/lib/libX11/cpprules.in U xenocara/lib/libX11/include/Makefile.am C xenocara/lib/libX11/include/Makefile.in U xenocara/lib/libX11/include/X11/XlibConf.h.in U xenocara/lib/libX11/include/X11/XKBlib.h U xenocara/lib/libX11/include/X11/Xcms.h U xenocara/lib/libX11/include/X11/Xlib.h U xenocara/lib/libX11/include/X11/Xlibint.h U xenocara/lib/libX11/include/X11/Xlocale.h U xenocara/lib/libX11/include/X11/Xresource.h U xenocara/lib/libX11/include/X11/Xutil.h U xenocara/lib/libX11/include/X11/cursorfont.h U xenocara/lib/libX11/include/X11/Xregion.h U xenocara/lib/libX11/include/X11/ImUtil.h U xenocara/lib/libX11/include/X11/XlibConf.h U xenocara/lib/libX11/include/X11/Xlib-xcb.h U xenocara/lib/libX11/modules/Makefile.am C xenocara/lib/libX11/modules/Makefile.in U xenocara/lib/libX11/modules/im/Makefile.am C xenocara/lib/libX11/modules/im/Makefile.in U xenocara/lib/libX11/modules/im/ximcp/Makefile.am C xenocara/lib/libX11/modules/im/ximcp/Makefile.in U xenocara/lib/libX11/modules/im/ximcp/imCallbk.c U xenocara/lib/libX11/modules/im/ximcp/imDefFlt.c U xenocara/lib/libX11/modules/im/ximcp/imDefIc.c U xenocara/lib/libX11/modules/im/ximcp/imDefIm.c U xenocara/lib/libX11/modules/im/ximcp/imDefLkup.c U xenocara/lib/libX11/modules/im/ximcp/imDispch.c U xenocara/lib/libX11/modules/im/ximcp/imEvToWire.c U xenocara/lib/libX11/modules/im/ximcp/imExten.c U xenocara/lib/libX11/modules/im/ximcp/imImSw.c U xenocara/lib/libX11/modules/im/ximcp/imInsClbk.c U xenocara/lib/libX11/modules/im/ximcp/imInt.c U xenocara/lib/libX11/modules/im/ximcp/imLcFlt.c U xenocara/lib/libX11/modules/im/ximcp/imLcGIc.c U xenocara/lib/libX11/modules/im/ximcp/imLcIc.c U xenocara/lib/libX11/modules/im/ximcp/imLcIm.c U xenocara/lib/libX11/modules/im/ximcp/imLcLkup.c U xenocara/lib/libX11/modules/im/ximcp/imLcPrs.c U xenocara/lib/libX11/modules/im/ximcp/imLcSIc.c U xenocara/lib/libX11/modules/im/ximcp/imRmAttr.c U xenocara/lib/libX11/modules/im/ximcp/imRm.c U xenocara/lib/libX11/modules/im/ximcp/imThaiFlt.c U xenocara/lib/libX11/modules/im/ximcp/imThaiIc.c U xenocara/lib/libX11/modules/im/ximcp/imThaiIm.c U xenocara/lib/libX11/modules/im/ximcp/imTrans.c U xenocara/lib/libX11/modules/im/ximcp/imTransR.c U xenocara/lib/libX11/modules/im/ximcp/imTrX.c U xenocara/lib/libX11/modules/lc/Makefile.am C xenocara/lib/libX11/modules/lc/Makefile.in U xenocara/lib/libX11/modules/lc/Utf8/Makefile.am C xenocara/lib/libX11/modules/lc/Utf8/Makefile.in U xenocara/lib/libX11/modules/lc/Utf8/lcUTF8Load.c U xenocara/lib/libX11/modules/lc/def/Makefile.am C xenocara/lib/libX11/modules/lc/def/Makefile.in U xenocara/lib/libX11/modules/lc/def/lcDefConv.c U xenocara/lib/libX11/modules/lc/gen/Makefile.am C xenocara/lib/libX11/modules/lc/gen/Makefile.in U xenocara/lib/libX11/modules/lc/gen/lcGenConv.c U xenocara/lib/libX11/modules/lc/xlocale/Makefile.am C xenocara/lib/libX11/modules/lc/xlocale/Makefile.in U xenocara/lib/libX11/modules/lc/xlocale/lcEuc.c U xenocara/lib/libX11/modules/lc/xlocale/lcJis.c U xenocara/lib/libX11/modules/lc/xlocale/lcSjis.c U xenocara/lib/libX11/modules/om/Makefile.am C xenocara/lib/libX11/modules/om/Makefile.in U xenocara/lib/libX11/modules/om/generic/Makefile.am C xenocara/lib/libX11/modules/om/generic/Makefile.in U xenocara/lib/libX11/modules/om/generic/omDefault.c U xenocara/lib/libX11/modules/om/generic/omGeneric.c U xenocara/lib/libX11/modules/om/generic/omImText.c U xenocara/lib/libX11/modules/om/generic/omText.c U xenocara/lib/libX11/modules/om/generic/omTextEsc.c U xenocara/lib/libX11/modules/om/generic/omTextExt.c U xenocara/lib/libX11/modules/om/generic/omTextPer.c U xenocara/lib/libX11/modules/om/generic/omXChar.c U xenocara/lib/libX11/src/Makefile.am C xenocara/lib/libX11/src/Makefile.in U xenocara/lib/libX11/src/config.h.in U xenocara/lib/libX11/src/x11_xcb.c U xenocara/lib/libX11/src/Xxcbint.h U xenocara/lib/libX11/src/AllCells.c U xenocara/lib/libX11/src/AllowEv.c U xenocara/lib/libX11/src/AllPlanes.c U xenocara/lib/libX11/src/AutoRep.c U xenocara/lib/libX11/src/Backgnd.c U xenocara/lib/libX11/src/BdrWidth.c U xenocara/lib/libX11/src/Bell.c U xenocara/lib/libX11/src/Border.c U xenocara/lib/libX11/src/ChAccCon.c U xenocara/lib/libX11/src/ChActPGb.c U xenocara/lib/libX11/src/ChClMode.c U xenocara/lib/libX11/src/ChCmap.c U xenocara/lib/libX11/src/ChGC.c U xenocara/lib/libX11/src/ChKeyCon.c U xenocara/lib/libX11/src/ChkIfEv.c U xenocara/lib/libX11/src/ChkMaskEv.c U xenocara/lib/libX11/src/ChkTypEv.c U xenocara/lib/libX11/src/ChkTypWEv.c U xenocara/lib/libX11/src/ChkWinEv.c U xenocara/lib/libX11/src/Clear.c U xenocara/lib/libX11/src/ChPntCon.c U xenocara/lib/libX11/src/ChProp.c U xenocara/lib/libX11/src/ChSaveSet.c U xenocara/lib/libX11/src/ChWAttrs.c U xenocara/lib/libX11/src/ChWindow.c U xenocara/lib/libX11/src/CirWin.c U xenocara/lib/libX11/src/CirWinDn.c U xenocara/lib/libX11/src/CirWinUp.c U xenocara/lib/libX11/src/ClDisplay.c U xenocara/lib/libX11/src/ClearArea.c U xenocara/lib/libX11/src/Cmap.h U xenocara/lib/libX11/src/ConfWind.c U xenocara/lib/libX11/src/Context.c U xenocara/lib/libX11/src/ConvSel.c U xenocara/lib/libX11/src/CopyArea.c U xenocara/lib/libX11/src/CopyCmap.c U xenocara/lib/libX11/src/CopyGC.c U xenocara/lib/libX11/src/CopyPlane.c U xenocara/lib/libX11/src/CrBFData.c U xenocara/lib/libX11/src/CrCmap.c U xenocara/lib/libX11/src/CrCursor.c U xenocara/lib/libX11/src/CrGC.c U xenocara/lib/libX11/src/CrGlCur.c U xenocara/lib/libX11/src/Cr.h U xenocara/lib/libX11/src/CrPFBData.c U xenocara/lib/libX11/src/CrPixmap.c U xenocara/lib/libX11/src/CrWindow.c U xenocara/lib/libX11/src/Cursor.c U xenocara/lib/libX11/src/DefCursor.c U xenocara/lib/libX11/src/DelProp.c U xenocara/lib/libX11/src/Depths.c U xenocara/lib/libX11/src/DestSubs.c U xenocara/lib/libX11/src/DestWind.c U xenocara/lib/libX11/src/DisName.c U xenocara/lib/libX11/src/DrArc.c U xenocara/lib/libX11/src/DrArcs.c U xenocara/lib/libX11/src/DrLine.c U xenocara/lib/libX11/src/DrLines.c U xenocara/lib/libX11/src/DrPoint.c U xenocara/lib/libX11/src/DrPoints.c U xenocara/lib/libX11/src/DrRect.c U xenocara/lib/libX11/src/DrRects.c U xenocara/lib/libX11/src/DrSegs.c U xenocara/lib/libX11/src/ErrDes.c U xenocara/lib/libX11/src/ErrHndlr.c U xenocara/lib/libX11/src/evtomask.c U xenocara/lib/libX11/src/EvToWire.c U xenocara/lib/libX11/src/FetchName.c U xenocara/lib/libX11/src/FillArc.c U xenocara/lib/libX11/src/FillArcs.c U xenocara/lib/libX11/src/Flush.c U xenocara/lib/libX11/src/FillPoly.c U xenocara/lib/libX11/src/FillRct.c U xenocara/lib/libX11/src/FillRcts.c U xenocara/lib/libX11/src/FilterEv.c U xenocara/lib/libX11/src/Font.c U xenocara/lib/libX11/src/FontInfo.c U xenocara/lib/libX11/src/FontNames.c U xenocara/lib/libX11/src/FreeCmap.c U xenocara/lib/libX11/src/FreeCols.c U xenocara/lib/libX11/src/FreeCurs.c U xenocara/lib/libX11/src/FreeEData.c U xenocara/lib/libX11/src/FreeGC.c U xenocara/lib/libX11/src/FreePix.c U xenocara/lib/libX11/src/FSSaver.c U xenocara/lib/libX11/src/FSWrap.c U xenocara/lib/libX11/src/GCMisc.c U xenocara/lib/libX11/src/Geom.c U xenocara/lib/libX11/src/GetAtomNm.c U xenocara/lib/libX11/src/GetColor.c U xenocara/lib/libX11/src/GetDflt.c U xenocara/lib/libX11/src/GetFPath.c U xenocara/lib/libX11/src/GetFProp.c U xenocara/lib/libX11/src/GetGCVals.c U xenocara/lib/libX11/src/GetGeom.c U xenocara/lib/libX11/src/GetHColor.c U xenocara/lib/libX11/src/GetHints.c U xenocara/lib/libX11/src/GetIFocus.c U xenocara/lib/libX11/src/GetImage.c U xenocara/lib/libX11/src/GetKCnt.c U xenocara/lib/libX11/src/GetMoEv.c U xenocara/lib/libX11/src/GetNrmHint.c U xenocara/lib/libX11/src/GetPCnt.c U xenocara/lib/libX11/src/GetPntMap.c U xenocara/lib/libX11/src/GetProp.c U xenocara/lib/libX11/src/GetRGBCMap.c U xenocara/lib/libX11/src/GetSOwner.c U xenocara/lib/libX11/src/GetSSaver.c U xenocara/lib/libX11/src/GetStCmap.c U xenocara/lib/libX11/src/GetTxtProp.c U xenocara/lib/libX11/src/GetWAttrs.c U xenocara/lib/libX11/src/GetWMCMapW.c U xenocara/lib/libX11/src/GetWMProto.c U xenocara/lib/libX11/src/globals.c U xenocara/lib/libX11/src/GrButton.c U xenocara/lib/libX11/src/GrKeybd.c U xenocara/lib/libX11/src/GrKey.c U xenocara/lib/libX11/src/GrPointer.c U xenocara/lib/libX11/src/GrServer.c U xenocara/lib/libX11/src/Host.c U xenocara/lib/libX11/src/Iconify.c U xenocara/lib/libX11/src/IfEvent.c U xenocara/lib/libX11/src/imConv.c U xenocara/lib/libX11/src/ImText16.c U xenocara/lib/libX11/src/ImText.c U xenocara/lib/libX11/src/ImUtil.c U xenocara/lib/libX11/src/InitExt.c U xenocara/lib/libX11/src/InsCmap.c U xenocara/lib/libX11/src/IntAtom.c U xenocara/lib/libX11/src/KeyBind.c U xenocara/lib/libX11/src/Key.h U xenocara/lib/libX11/src/KeysymStr.c U xenocara/lib/libX11/src/KillCl.c U xenocara/lib/libX11/src/LiHosts.c U xenocara/lib/libX11/src/LiICmaps.c U xenocara/lib/libX11/src/LiProps.c U xenocara/lib/libX11/src/ListExt.c U xenocara/lib/libX11/src/LoadFont.c U xenocara/lib/libX11/src/LockDis.c U xenocara/lib/libX11/src/locking.c U xenocara/lib/libX11/src/locking.h U xenocara/lib/libX11/src/LookupCol.c U xenocara/lib/libX11/src/LowerWin.c U xenocara/lib/libX11/src/Macros.c U xenocara/lib/libX11/src/MapRaised.c U xenocara/lib/libX11/src/MapSubs.c U xenocara/lib/libX11/src/MapWindow.c U xenocara/lib/libX11/src/Misc.c U xenocara/lib/libX11/src/MaskEvent.c U xenocara/lib/libX11/src/ModMap.c U xenocara/lib/libX11/src/MoveWin.c U xenocara/lib/libX11/src/NextEvent.c U xenocara/lib/libX11/src/OCWrap.c U xenocara/lib/libX11/src/OMWrap.c U xenocara/lib/libX11/src/OpenDis.c U xenocara/lib/libX11/src/ParseCmd.c U xenocara/lib/libX11/src/ParseCol.c U xenocara/lib/libX11/src/ParseGeom.c U xenocara/lib/libX11/src/PeekEvent.c U xenocara/lib/libX11/src/PeekIfEv.c U xenocara/lib/libX11/src/Pending.c U xenocara/lib/libX11/src/PixFormats.c U xenocara/lib/libX11/src/PmapBgnd.c U xenocara/lib/libX11/src/PmapBord.c U xenocara/lib/libX11/src/poly.h U xenocara/lib/libX11/src/PolyReg.c U xenocara/lib/libX11/src/PolyTxt16.c U xenocara/lib/libX11/src/PolyTxt.c U xenocara/lib/libX11/src/PropAlloc.c U xenocara/lib/libX11/src/PutBEvent.c U xenocara/lib/libX11/src/PutImage.c U xenocara/lib/libX11/src/Quarks.c U xenocara/lib/libX11/src/QuBest.c U xenocara/lib/libX11/src/QuColor.c U xenocara/lib/libX11/src/QuColors.c U xenocara/lib/libX11/src/QuCurShp.c U xenocara/lib/libX11/src/QuExt.c U xenocara/lib/libX11/src/QuKeybd.c U xenocara/lib/libX11/src/QuPntr.c U xenocara/lib/libX11/src/QuStipShp.c U xenocara/lib/libX11/src/QuTextE16.c U xenocara/lib/libX11/src/QuTextExt.c U xenocara/lib/libX11/src/QuTileShp.c U xenocara/lib/libX11/src/QuTree.c U xenocara/lib/libX11/src/RaiseWin.c U xenocara/lib/libX11/src/RdBitF.c U xenocara/lib/libX11/src/RecolorC.c U xenocara/lib/libX11/src/ReconfWin.c U xenocara/lib/libX11/src/ReconfWM.c U xenocara/lib/libX11/src/Region.c U xenocara/lib/libX11/src/RegstFlt.c U xenocara/lib/libX11/src/RepWindow.c U xenocara/lib/libX11/src/RestackWs.c U xenocara/lib/libX11/src/RotProp.c U xenocara/lib/libX11/src/ScrResStr.c U xenocara/lib/libX11/src/SelInput.c U xenocara/lib/libX11/src/SendEvent.c U xenocara/lib/libX11/src/SetBack.c U xenocara/lib/libX11/src/Sync.c U xenocara/lib/libX11/src/SetClMask.c U xenocara/lib/libX11/src/SetClOrig.c U xenocara/lib/libX11/src/SetCRects.c U xenocara/lib/libX11/src/SetDashes.c U xenocara/lib/libX11/src/SetFont.c U xenocara/lib/libX11/src/SetFore.c U xenocara/lib/libX11/src/SetFPath.c U xenocara/lib/libX11/src/SetFunc.c U xenocara/lib/libX11/src/SetHints.c U xenocara/lib/libX11/src/SetIFocus.c U xenocara/lib/libX11/src/SetLocale.c U xenocara/lib/libX11/src/SetLStyle.c U xenocara/lib/libX11/src/SetNrmHint.c U xenocara/lib/libX11/src/SetPMask.c U xenocara/lib/libX11/src/SetPntMap.c U xenocara/lib/libX11/src/SetRGBCMap.c U xenocara/lib/libX11/src/SetSOwner.c U xenocara/lib/libX11/src/SetSSaver.c U xenocara/lib/libX11/src/SetState.c U xenocara/lib/libX11/src/SetStCmap.c U xenocara/lib/libX11/src/SetStip.c U xenocara/lib/libX11/src/SetTile.c U xenocara/lib/libX11/src/SetTSOrig.c U xenocara/lib/libX11/src/SetTxtProp.c U xenocara/lib/libX11/src/Text.c U xenocara/lib/libX11/src/SetWMCMapW.c U xenocara/lib/libX11/src/SetWMProto.c U xenocara/lib/libX11/src/StBytes.c U xenocara/lib/libX11/src/StColor.c U xenocara/lib/libX11/src/StColors.c U xenocara/lib/libX11/src/StName.c U xenocara/lib/libX11/src/StNColor.c U xenocara/lib/libX11/src/StrKeysym.c U xenocara/lib/libX11/src/StrToText.c U xenocara/lib/libX11/src/Synchro.c U xenocara/lib/libX11/src/Text16.c U xenocara/lib/libX11/src/TextExt16.c U xenocara/lib/libX11/src/TextExt.c U xenocara/lib/libX11/src/TextToStr.c U xenocara/lib/libX11/src/TrCoords.c U xenocara/lib/libX11/src/UndefCurs.c U xenocara/lib/libX11/src/UngrabBut.c U xenocara/lib/libX11/src/UngrabKbd.c U xenocara/lib/libX11/src/UngrabKey.c U xenocara/lib/libX11/src/UngrabPtr.c U xenocara/lib/libX11/src/UngrabSvr.c U xenocara/lib/libX11/src/UninsCmap.c U xenocara/lib/libX11/src/UnldFont.c U xenocara/lib/libX11/src/UnmapSubs.c U xenocara/lib/libX11/src/UnmapWin.c U xenocara/lib/libX11/src/VisUtil.c U xenocara/lib/libX11/src/WarpPtr.c U xenocara/lib/libX11/src/Window.c U xenocara/lib/libX11/src/WinEvent.c U xenocara/lib/libX11/src/Withdraw.c U xenocara/lib/libX11/src/WMGeom.c U xenocara/lib/libX11/src/WMProps.c U xenocara/lib/libX11/src/WrBitF.c U xenocara/lib/libX11/src/Xatomtype.h U xenocara/lib/libX11/src/Xintatom.h U xenocara/lib/libX11/src/Xintconn.h U xenocara/lib/libX11/src/XlibAsync.c U xenocara/lib/libX11/src/XlibInt.c U xenocara/lib/libX11/src/XomGeneric.h U xenocara/lib/libX11/src/Xresinternal.h U xenocara/lib/libX11/src/Xrm.c U xenocara/lib/libX11/src/XrmI.h U xenocara/lib/libX11/src/os2Stubs.c U xenocara/lib/libX11/src/udcInf.c U xenocara/lib/libX11/src/UIThrStubs.c U xenocara/lib/libX11/src/xcb_lock.c U xenocara/lib/libX11/src/xcb_disp.c U xenocara/lib/libX11/src/xcb_io.c U xenocara/lib/libX11/src/ConnDis.c U xenocara/lib/libX11/src/x11_trans.c U xenocara/lib/libX11/src/XKeysymDB U xenocara/lib/libX11/src/XErrorDB U xenocara/lib/libX11/src/xkb/Makefile.am C xenocara/lib/libX11/src/xkb/Makefile.in U xenocara/lib/libX11/src/xkb/XKB.c U xenocara/lib/libX11/src/xkb/XKBBind.c U xenocara/lib/libX11/src/xkb/XKBCompat.c U xenocara/lib/libX11/src/xkb/XKBCtrls.c U xenocara/lib/libX11/src/xkb/XKBCvt.c U xenocara/lib/libX11/src/xkb/XKBGetMap.c U xenocara/lib/libX11/src/xkb/XKBGetByName.c U xenocara/lib/libX11/src/xkb/XKBNames.c U xenocara/lib/libX11/src/xkb/XKBRdBuf.c U xenocara/lib/libX11/src/xkb/XKBSetMap.c U xenocara/lib/libX11/src/xkb/XKBUse.c U xenocara/lib/libX11/src/xkb/XKBleds.c U xenocara/lib/libX11/src/xkb/XKBBell.c U xenocara/lib/libX11/src/xkb/XKBGeom.c U xenocara/lib/libX11/src/xkb/XKBSetGeom.c U xenocara/lib/libX11/src/xkb/XKBExtDev.c U xenocara/lib/libX11/src/xkb/XKBList.c U xenocara/lib/libX11/src/xkb/XKBMisc.c U xenocara/lib/libX11/src/xkb/XKBMAlloc.c U xenocara/lib/libX11/src/xkb/XKBGAlloc.c U xenocara/lib/libX11/src/xkb/XKBAlloc.c U xenocara/lib/libX11/src/xkb/XKBlibint.h U xenocara/lib/libX11/src/util/Makefile.am C xenocara/lib/libX11/src/util/Makefile.in U xenocara/lib/libX11/src/util/makekeys.c U xenocara/lib/libX11/src/util/mkks.sh U xenocara/lib/libX11/src/xcms/Xcms.txt U xenocara/lib/libX11/src/xcms/Makefile.am C xenocara/lib/libX11/src/xcms/Makefile.in U xenocara/lib/libX11/src/xcms/AddDIC.c U xenocara/lib/libX11/src/xcms/AddSF.c U xenocara/lib/libX11/src/xcms/CCC.c U xenocara/lib/libX11/src/xcms/CvColW.c U xenocara/lib/libX11/src/xcms/CvCols.c U xenocara/lib/libX11/src/xcms/Cv.h U xenocara/lib/libX11/src/xcms/HVC.c U xenocara/lib/libX11/src/xcms/HVCGcC.c U xenocara/lib/libX11/src/xcms/HVCGcV.c U xenocara/lib/libX11/src/xcms/HVCGcVC.c U xenocara/lib/libX11/src/xcms/HVCMnV.c U xenocara/lib/libX11/src/xcms/HVCMxC.c U xenocara/lib/libX11/src/xcms/HVCMxV.c U xenocara/lib/libX11/src/xcms/HVCMxVC.c U xenocara/lib/libX11/src/xcms/HVCMxVs.c U xenocara/lib/libX11/src/xcms/HVCWpAj.c U xenocara/lib/libX11/src/xcms/IdOfPr.c U xenocara/lib/libX11/src/xcms/LRGB.c U xenocara/lib/libX11/src/xcms/Lab.c U xenocara/lib/libX11/src/xcms/LabGcC.c U xenocara/lib/libX11/src/xcms/LabGcL.c U xenocara/lib/libX11/src/xcms/LabGcLC.c U xenocara/lib/libX11/src/xcms/LabMnL.c U xenocara/lib/libX11/src/xcms/LabMxC.c U xenocara/lib/libX11/src/xcms/LabMxL.c U xenocara/lib/libX11/src/xcms/LabMxLC.c U xenocara/lib/libX11/src/xcms/LabWpAj.c U xenocara/lib/libX11/src/xcms/Luv.c U xenocara/lib/libX11/src/xcms/LuvGcC.c U xenocara/lib/libX11/src/xcms/LuvGcL.c U xenocara/lib/libX11/src/xcms/LuvGcLC.c U xenocara/lib/libX11/src/xcms/LuvMnL.c U xenocara/lib/libX11/src/xcms/LuvMxC.c U xenocara/lib/libX11/src/xcms/LuvMxL.c U xenocara/lib/libX11/src/xcms/LuvMxLC.c U xenocara/lib/libX11/src/xcms/LuvWpAj.c U xenocara/lib/libX11/src/xcms/OfCCC.c U xenocara/lib/libX11/src/xcms/PrOfId.c U xenocara/lib/libX11/src/xcms/QBlack.c U xenocara/lib/libX11/src/xcms/QBlue.c U xenocara/lib/libX11/src/xcms/QGreen.c U xenocara/lib/libX11/src/xcms/QRed.c U xenocara/lib/libX11/src/xcms/QWhite.c U xenocara/lib/libX11/src/xcms/QuCol.c U xenocara/lib/libX11/src/xcms/QuCols.c U xenocara/lib/libX11/src/xcms/SetCCC.c U xenocara/lib/libX11/src/xcms/SetGetCols.c U xenocara/lib/libX11/src/xcms/StCol.c U xenocara/lib/libX11/src/xcms/StCols.c U xenocara/lib/libX11/src/xcms/UNDEFINED.c U xenocara/lib/libX11/src/xcms/XRGB.c U xenocara/lib/libX11/src/xcms/XYZ.c U xenocara/lib/libX11/src/xcms/cmsAllCol.c U xenocara/lib/libX11/src/xcms/cmsAllNCol.c U xenocara/lib/libX11/src/xcms/cmsCmap.c U xenocara/lib/libX11/src/xcms/cmsColNm.c U xenocara/lib/libX11/src/xcms/cmsGlobls.c U xenocara/lib/libX11/src/xcms/cmsInt.c U xenocara/lib/libX11/src/xcms/cmsLkCol.c U xenocara/lib/libX11/src/xcms/cmsMath.c U xenocara/lib/libX11/src/xcms/cmsProp.c U xenocara/lib/libX11/src/xcms/cmsTrig.c U xenocara/lib/libX11/src/xcms/uvY.c U xenocara/lib/libX11/src/xcms/xyY.c U xenocara/lib/libX11/src/xcms/Xcmsint.h U xenocara/lib/libX11/src/xlibi18n/Makefile.am C xenocara/lib/libX11/src/xlibi18n/Makefile.in U xenocara/lib/libX11/src/xlibi18n/XlcDL.c U xenocara/lib/libX11/src/xlibi18n/XlcSL.c U xenocara/lib/libX11/src/xlibi18n/XDefaultIMIF.c U xenocara/lib/libX11/src/xlibi18n/XDefaultOMIF.c U xenocara/lib/libX11/src/xlibi18n/xim_trans.c U xenocara/lib/libX11/src/xlibi18n/ICWrap.c U xenocara/lib/libX11/src/xlibi18n/IMWrap.c U xenocara/lib/libX11/src/xlibi18n/imKStoUCS.c U xenocara/lib/libX11/src/xlibi18n/lcCT.c U xenocara/lib/libX11/src/xlibi18n/lcCharSet.c U xenocara/lib/libX11/src/xlibi18n/lcConv.c U xenocara/lib/libX11/src/xlibi18n/lcDB.c U xenocara/lib/libX11/src/xlibi18n/lcDynamic.c U xenocara/lib/libX11/src/xlibi18n/lcFile.c U xenocara/lib/libX11/src/xlibi18n/lcGeneric.c U xenocara/lib/libX11/src/xlibi18n/lcInit.c U xenocara/lib/libX11/src/xlibi18n/lcPrTxt.c U xenocara/lib/libX11/src/xlibi18n/lcPubWrap.c U xenocara/lib/libX11/src/xlibi18n/lcPublic.c U xenocara/lib/libX11/src/xlibi18n/lcRM.c U xenocara/lib/libX11/src/xlibi18n/lcStd.c U xenocara/lib/libX11/src/xlibi18n/lcTxtPr.c U xenocara/lib/libX11/src/xlibi18n/lcUTF8.c U xenocara/lib/libX11/src/xlibi18n/lcUtil.c U xenocara/lib/libX11/src/xlibi18n/lcWrap.c U xenocara/lib/libX11/src/xlibi18n/mbWMProps.c U xenocara/lib/libX11/src/xlibi18n/mbWrap.c U xenocara/lib/libX11/src/xlibi18n/utf8WMProps.c U xenocara/lib/libX11/src/xlibi18n/utf8Wrap.c U xenocara/lib/libX11/src/xlibi18n/wcWrap.c U xenocara/lib/libX11/src/xlibi18n/Xaixlcint.h U xenocara/lib/libX11/src/xlibi18n/XimImSw.h U xenocara/lib/libX11/src/xlibi18n/XimProto.h U xenocara/lib/libX11/src/xlibi18n/XimThai.h U xenocara/lib/libX11/src/xlibi18n/XimTrInt.h U xenocara/lib/libX11/src/xlibi18n/XimTrX.h U xenocara/lib/libX11/src/xlibi18n/XimTrans.h U xenocara/lib/libX11/src/xlibi18n/Ximint.h U xenocara/lib/libX11/src/xlibi18n/XimintL.h U xenocara/lib/libX11/src/xlibi18n/XimintP.h U xenocara/lib/libX11/src/xlibi18n/XlcGeneric.h U xenocara/lib/libX11/src/xlibi18n/XlcPubI.h U xenocara/lib/libX11/src/xlibi18n/XlcPublic.h U xenocara/lib/libX11/src/xlibi18n/Xlcint.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/armscii_8.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/ascii.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/big5.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/big5_emacs.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1133.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1251.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1255.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/cp1256.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/gb2312.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/georgian_academy.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/georgian_ps.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_1.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_10.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_11.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_13.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_14.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_15.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_16.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_2.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_3.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_4.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_5.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/tcvn.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_6.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_7.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_8.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_9.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/iso8859_9e.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0201.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0208.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/jisx0212.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_c.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_r.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/koi8_u.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/ksc5601.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/mulelao.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/tatar_cyr.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/tis620.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/ucs2be.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/utf8.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/viscii.h U xenocara/lib/libX11/src/xlibi18n/lcUniConv/README U xenocara/lib/libX11/src/xlibi18n/lcUniConv/COPYRIGHT U xenocara/lib/libX11/src/xlibi18n/lcUniConv/8bit_tab_to_h.c U xenocara/lib/libX11/src/xlibi18n/lcUniConv/cjk_tab_to_h.c U xenocara/lib/libX11/nls/Makefile.am C xenocara/lib/libX11/nls/Makefile.in U xenocara/lib/libX11/nls/locale.alias.pre U xenocara/lib/libX11/nls/compose.dir.pre U xenocara/lib/libX11/nls/locale.dir.pre U xenocara/lib/libX11/nls/localerules.in U xenocara/lib/libX11/nls/armscii-8/XI18N_OBJS U xenocara/lib/libX11/nls/armscii-8/Makefile.am C xenocara/lib/libX11/nls/armscii-8/Makefile.in U xenocara/lib/libX11/nls/armscii-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/armscii-8/Compose.pre U xenocara/lib/libX11/nls/C/XI18N_OBJS U xenocara/lib/libX11/nls/C/Makefile.am C xenocara/lib/libX11/nls/C/Makefile.in U xenocara/lib/libX11/nls/C/XLC_LOCALE.pre U xenocara/lib/libX11/nls/C/Compose.pre U xenocara/lib/libX11/nls/el_GR.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/el_GR.UTF-8/Makefile.am C xenocara/lib/libX11/nls/el_GR.UTF-8/Makefile.in U xenocara/lib/libX11/nls/el_GR.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/el_GR.UTF-8/Compose.pre U xenocara/lib/libX11/nls/en_US.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/en_US.UTF-8/Makefile.am C xenocara/lib/libX11/nls/en_US.UTF-8/Makefile.in U xenocara/lib/libX11/nls/en_US.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/en_US.UTF-8/Compose.pre U xenocara/lib/libX11/nls/georgian-academy/XI18N_OBJS U xenocara/lib/libX11/nls/georgian-academy/Makefile.am C xenocara/lib/libX11/nls/georgian-academy/Makefile.in U xenocara/lib/libX11/nls/georgian-academy/XLC_LOCALE.pre U xenocara/lib/libX11/nls/georgian-academy/Compose.pre U xenocara/lib/libX11/nls/georgian-ps/XI18N_OBJS U xenocara/lib/libX11/nls/georgian-ps/Makefile.am C xenocara/lib/libX11/nls/georgian-ps/Makefile.in U xenocara/lib/libX11/nls/georgian-ps/XLC_LOCALE.pre U xenocara/lib/libX11/nls/georgian-ps/Compose.pre U xenocara/lib/libX11/nls/ibm-cp1133/XI18N_OBJS U xenocara/lib/libX11/nls/ibm-cp1133/Makefile.am C xenocara/lib/libX11/nls/ibm-cp1133/Makefile.in U xenocara/lib/libX11/nls/ibm-cp1133/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ibm-cp1133/Compose.pre U xenocara/lib/libX11/nls/iscii-dev/XI18N_OBJS U xenocara/lib/libX11/nls/iscii-dev/Makefile.am C xenocara/lib/libX11/nls/iscii-dev/Makefile.in U xenocara/lib/libX11/nls/iscii-dev/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iscii-dev/Compose.pre U xenocara/lib/libX11/nls/isiri-3342/XI18N_OBJS U xenocara/lib/libX11/nls/isiri-3342/Makefile.am C xenocara/lib/libX11/nls/isiri-3342/Makefile.in U xenocara/lib/libX11/nls/isiri-3342/XLC_LOCALE.pre U xenocara/lib/libX11/nls/isiri-3342/Compose.pre U xenocara/lib/libX11/nls/iso8859-1/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-1/Makefile.am C xenocara/lib/libX11/nls/iso8859-1/Makefile.in U xenocara/lib/libX11/nls/iso8859-1/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-1/Compose.pre U xenocara/lib/libX11/nls/iso8859-10/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-10/Makefile.am C xenocara/lib/libX11/nls/iso8859-10/Makefile.in U xenocara/lib/libX11/nls/iso8859-10/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-10/Compose.pre U xenocara/lib/libX11/nls/iso8859-11/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-11/Makefile.am C xenocara/lib/libX11/nls/iso8859-11/Makefile.in U xenocara/lib/libX11/nls/iso8859-11/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-11/Compose.pre U xenocara/lib/libX11/nls/iso8859-13/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-13/Makefile.am C xenocara/lib/libX11/nls/iso8859-13/Makefile.in U xenocara/lib/libX11/nls/iso8859-13/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-13/Compose.pre U xenocara/lib/libX11/nls/iso8859-14/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-14/Makefile.am C xenocara/lib/libX11/nls/iso8859-14/Makefile.in U xenocara/lib/libX11/nls/iso8859-14/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-14/Compose.pre U xenocara/lib/libX11/nls/iso8859-15/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-15/Makefile.am C xenocara/lib/libX11/nls/iso8859-15/Makefile.in U xenocara/lib/libX11/nls/iso8859-15/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-15/Compose.pre U xenocara/lib/libX11/nls/iso8859-2/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-2/Makefile.am C xenocara/lib/libX11/nls/iso8859-2/Makefile.in U xenocara/lib/libX11/nls/iso8859-2/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-2/Compose.pre U xenocara/lib/libX11/nls/ja/XI18N_OBJS U xenocara/lib/libX11/nls/ja/Makefile.am C xenocara/lib/libX11/nls/ja/Makefile.in U xenocara/lib/libX11/nls/ja/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja/Compose.pre U xenocara/lib/libX11/nls/iso8859-3/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-3/Makefile.am C xenocara/lib/libX11/nls/iso8859-3/Makefile.in U xenocara/lib/libX11/nls/iso8859-3/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-3/Compose.pre U xenocara/lib/libX11/nls/iso8859-4/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-4/Makefile.am C xenocara/lib/libX11/nls/iso8859-4/Makefile.in U xenocara/lib/libX11/nls/iso8859-4/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-4/Compose.pre U xenocara/lib/libX11/nls/iso8859-5/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-5/Makefile.am C xenocara/lib/libX11/nls/iso8859-5/Makefile.in U xenocara/lib/libX11/nls/iso8859-5/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-5/Compose.pre U xenocara/lib/libX11/nls/iso8859-6/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-6/Makefile.am C xenocara/lib/libX11/nls/iso8859-6/Makefile.in U xenocara/lib/libX11/nls/iso8859-6/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-6/Compose.pre U xenocara/lib/libX11/nls/iso8859-7/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-7/Makefile.am C xenocara/lib/libX11/nls/iso8859-7/Makefile.in U xenocara/lib/libX11/nls/iso8859-7/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-7/Compose.pre U xenocara/lib/libX11/nls/iso8859-8/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-8/Makefile.am C xenocara/lib/libX11/nls/iso8859-8/Makefile.in U xenocara/lib/libX11/nls/iso8859-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-8/Compose.pre U xenocara/lib/libX11/nls/iso8859-9/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-9/Makefile.am C xenocara/lib/libX11/nls/iso8859-9/Makefile.in U xenocara/lib/libX11/nls/iso8859-9/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-9/Compose.pre U xenocara/lib/libX11/nls/iso8859-9e/XI18N_OBJS U xenocara/lib/libX11/nls/iso8859-9e/Makefile.am C xenocara/lib/libX11/nls/iso8859-9e/Makefile.in U xenocara/lib/libX11/nls/iso8859-9e/XLC_LOCALE.pre U xenocara/lib/libX11/nls/iso8859-9e/Compose.pre U xenocara/lib/libX11/nls/ja.JIS/XI18N_OBJS U xenocara/lib/libX11/nls/ja.JIS/Makefile.am C xenocara/lib/libX11/nls/ja.JIS/Makefile.in U xenocara/lib/libX11/nls/ja.JIS/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja.JIS/Compose.pre U xenocara/lib/libX11/nls/ja_JP.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/ja_JP.UTF-8/Makefile.am C xenocara/lib/libX11/nls/ja_JP.UTF-8/Makefile.in U xenocara/lib/libX11/nls/ja_JP.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja_JP.UTF-8/Compose.pre U xenocara/lib/libX11/nls/ja.S90/XI18N_OBJS U xenocara/lib/libX11/nls/ja.S90/Makefile.am C xenocara/lib/libX11/nls/ja.S90/Makefile.in U xenocara/lib/libX11/nls/ja.S90/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja.S90/Compose.pre U xenocara/lib/libX11/nls/ja.SJIS/XI18N_OBJS U xenocara/lib/libX11/nls/ja.SJIS/Makefile.am C xenocara/lib/libX11/nls/ja.SJIS/Makefile.in U xenocara/lib/libX11/nls/ja.SJIS/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja.SJIS/Compose.pre U xenocara/lib/libX11/nls/ja.U90/XI18N_OBJS U xenocara/lib/libX11/nls/ja.U90/Makefile.am C xenocara/lib/libX11/nls/ja.U90/Makefile.in U xenocara/lib/libX11/nls/ja.U90/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ja.U90/Compose.pre U xenocara/lib/libX11/nls/ko/XI18N_OBJS U xenocara/lib/libX11/nls/ko/Makefile.am C xenocara/lib/libX11/nls/ko/Makefile.in U xenocara/lib/libX11/nls/ko/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ko/Compose.pre U xenocara/lib/libX11/nls/koi8-c/XI18N_OBJS U xenocara/lib/libX11/nls/koi8-c/Makefile.am C xenocara/lib/libX11/nls/koi8-c/Makefile.in U xenocara/lib/libX11/nls/koi8-c/XLC_LOCALE.pre U xenocara/lib/libX11/nls/koi8-c/Compose.pre U xenocara/lib/libX11/nls/koi8-r/XI18N_OBJS U xenocara/lib/libX11/nls/koi8-r/Makefile.am C xenocara/lib/libX11/nls/koi8-r/Makefile.in U xenocara/lib/libX11/nls/koi8-r/XLC_LOCALE.pre U xenocara/lib/libX11/nls/koi8-r/Compose.pre U xenocara/lib/libX11/nls/koi8-u/XI18N_OBJS U xenocara/lib/libX11/nls/koi8-u/Makefile.am C xenocara/lib/libX11/nls/koi8-u/Makefile.in U xenocara/lib/libX11/nls/koi8-u/XLC_LOCALE.pre U xenocara/lib/libX11/nls/koi8-u/Compose.pre U xenocara/lib/libX11/nls/ko_KR.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/ko_KR.UTF-8/Makefile.am C xenocara/lib/libX11/nls/ko_KR.UTF-8/Makefile.in U xenocara/lib/libX11/nls/ko_KR.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/ko_KR.UTF-8/Compose.pre U xenocara/lib/libX11/nls/microsoft-cp1251/XI18N_OBJS U xenocara/lib/libX11/nls/microsoft-cp1251/Makefile.am C xenocara/lib/libX11/nls/microsoft-cp1251/Makefile.in U xenocara/lib/libX11/nls/microsoft-cp1251/XLC_LOCALE.pre U xenocara/lib/libX11/nls/microsoft-cp1251/Compose.pre U xenocara/lib/libX11/nls/microsoft-cp1255/XI18N_OBJS U xenocara/lib/libX11/nls/microsoft-cp1255/Makefile.am C xenocara/lib/libX11/nls/microsoft-cp1255/Makefile.in U xenocara/lib/libX11/nls/microsoft-cp1255/XLC_LOCALE.pre U xenocara/lib/libX11/nls/microsoft-cp1255/Compose.pre U xenocara/lib/libX11/nls/microsoft-cp1256/XI18N_OBJS U xenocara/lib/libX11/nls/microsoft-cp1256/Makefile.am C xenocara/lib/libX11/nls/microsoft-cp1256/Makefile.in U xenocara/lib/libX11/nls/microsoft-cp1256/XLC_LOCALE.pre U xenocara/lib/libX11/nls/microsoft-cp1256/Compose.pre U xenocara/lib/libX11/nls/mulelao-1/XI18N_OBJS U xenocara/lib/libX11/nls/mulelao-1/Makefile.am C xenocara/lib/libX11/nls/mulelao-1/Makefile.in U xenocara/lib/libX11/nls/mulelao-1/XLC_LOCALE.pre U xenocara/lib/libX11/nls/mulelao-1/Compose.pre U xenocara/lib/libX11/nls/nokhchi-1/XI18N_OBJS U xenocara/lib/libX11/nls/nokhchi-1/Makefile.am C xenocara/lib/libX11/nls/nokhchi-1/Makefile.in U xenocara/lib/libX11/nls/nokhchi-1/XLC_LOCALE.pre U xenocara/lib/libX11/nls/nokhchi-1/Compose.pre U xenocara/lib/libX11/nls/pt_BR.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/pt_BR.UTF-8/Makefile.am C xenocara/lib/libX11/nls/pt_BR.UTF-8/Makefile.in U xenocara/lib/libX11/nls/pt_BR.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/pt_BR.UTF-8/Compose.pre U xenocara/lib/libX11/nls/tatar-cyr/XI18N_OBJS U xenocara/lib/libX11/nls/tatar-cyr/Makefile.am C xenocara/lib/libX11/nls/tatar-cyr/Makefile.in U xenocara/lib/libX11/nls/tatar-cyr/XLC_LOCALE.pre U xenocara/lib/libX11/nls/tatar-cyr/Compose.pre U xenocara/lib/libX11/nls/th_TH/XI18N_OBJS U xenocara/lib/libX11/nls/th_TH/Makefile.am C xenocara/lib/libX11/nls/th_TH/Makefile.in U xenocara/lib/libX11/nls/th_TH/XLC_LOCALE.pre U xenocara/lib/libX11/nls/th_TH/Compose.pre U xenocara/lib/libX11/nls/tscii-0/XI18N_OBJS U xenocara/lib/libX11/nls/tscii-0/Makefile.am C xenocara/lib/libX11/nls/tscii-0/Makefile.in U xenocara/lib/libX11/nls/tscii-0/XLC_LOCALE.pre U xenocara/lib/libX11/nls/tscii-0/Compose.pre U xenocara/lib/libX11/nls/th_TH.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/th_TH.UTF-8/Makefile.am C xenocara/lib/libX11/nls/th_TH.UTF-8/Makefile.in U xenocara/lib/libX11/nls/th_TH.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/th_TH.UTF-8/Compose.pre U xenocara/lib/libX11/nls/vi_VN.tcvn/XI18N_OBJS U xenocara/lib/libX11/nls/vi_VN.tcvn/Makefile.am C xenocara/lib/libX11/nls/vi_VN.tcvn/Makefile.in U xenocara/lib/libX11/nls/vi_VN.tcvn/XLC_LOCALE.pre U xenocara/lib/libX11/nls/vi_VN.tcvn/Compose.pre U xenocara/lib/libX11/nls/vi_VN.viscii/XI18N_OBJS U xenocara/lib/libX11/nls/vi_VN.viscii/Makefile.am C xenocara/lib/libX11/nls/vi_VN.viscii/Makefile.in U xenocara/lib/libX11/nls/vi_VN.viscii/XLC_LOCALE.pre U xenocara/lib/libX11/nls/vi_VN.viscii/Compose.pre U xenocara/lib/libX11/nls/zh_CN/XI18N_OBJS U xenocara/lib/libX11/nls/zh_CN/Makefile.am C xenocara/lib/libX11/nls/zh_CN/Makefile.in U xenocara/lib/libX11/nls/zh_CN/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_CN/Compose.pre U xenocara/lib/libX11/nls/zh_CN.gb18030/XI18N_OBJS U xenocara/lib/libX11/nls/zh_CN.gb18030/Makefile.am C xenocara/lib/libX11/nls/zh_CN.gb18030/Makefile.in U xenocara/lib/libX11/nls/zh_CN.gb18030/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_CN.gb18030/Compose.pre U xenocara/lib/libX11/nls/zh_CN.gbk/XI18N_OBJS U xenocara/lib/libX11/nls/zh_CN.gbk/Makefile.am C xenocara/lib/libX11/nls/zh_CN.gbk/Makefile.in U xenocara/lib/libX11/nls/zh_CN.gbk/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_CN.gbk/Compose.pre U xenocara/lib/libX11/nls/zh_CN.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/zh_CN.UTF-8/Makefile.am C xenocara/lib/libX11/nls/zh_CN.UTF-8/Makefile.in U xenocara/lib/libX11/nls/zh_CN.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_CN.UTF-8/Compose.pre U xenocara/lib/libX11/nls/zh_HK.big5/XI18N_OBJS U xenocara/lib/libX11/nls/zh_HK.big5/Makefile.am C xenocara/lib/libX11/nls/zh_HK.big5/Makefile.in U xenocara/lib/libX11/nls/zh_HK.big5/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_HK.big5/Compose.pre U xenocara/lib/libX11/nls/zh_HK.big5hkscs/XI18N_OBJS U xenocara/lib/libX11/nls/zh_HK.big5hkscs/Makefile.am C xenocara/lib/libX11/nls/zh_HK.big5hkscs/Makefile.in U xenocara/lib/libX11/nls/zh_HK.big5hkscs/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_HK.big5hkscs/Compose.pre U xenocara/lib/libX11/nls/zh_HK.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/zh_HK.UTF-8/Makefile.am C xenocara/lib/libX11/nls/zh_HK.UTF-8/Makefile.in U xenocara/lib/libX11/nls/zh_HK.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_HK.UTF-8/Compose.pre U xenocara/lib/libX11/nls/zh_TW/XI18N_OBJS U xenocara/lib/libX11/nls/zh_TW/Makefile.am C xenocara/lib/libX11/nls/zh_TW/Makefile.in U xenocara/lib/libX11/nls/zh_TW/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_TW/Compose.pre U xenocara/lib/libX11/nls/zh_TW.big5/XI18N_OBJS U xenocara/lib/libX11/nls/zh_TW.big5/Makefile.am C xenocara/lib/libX11/nls/zh_TW.big5/Makefile.in U xenocara/lib/libX11/nls/zh_TW.big5/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_TW.big5/Compose.pre U xenocara/lib/libX11/nls/zh_TW.UTF-8/XI18N_OBJS U xenocara/lib/libX11/nls/zh_TW.UTF-8/Makefile.am C xenocara/lib/libX11/nls/zh_TW.UTF-8/Makefile.in U xenocara/lib/libX11/nls/zh_TW.UTF-8/XLC_LOCALE.pre U xenocara/lib/libX11/nls/zh_TW.UTF-8/Compose.pre U xenocara/lib/libX11/man/Makefile.am C xenocara/lib/libX11/man/Makefile.in U xenocara/lib/libX11/man/AllPlanes.man U xenocara/lib/libX11/man/BlackPixelOfScreen.man U xenocara/lib/libX11/man/DisplayOfCCC.man U xenocara/lib/libX11/man/ImageByteOrder.man U xenocara/lib/libX11/man/IsCursorKey.man U xenocara/lib/libX11/man/XAllocClassHint.man U xenocara/lib/libX11/man/XAllocIconSize.man U xenocara/lib/libX11/man/XAllocStandardColormap.man U xenocara/lib/libX11/man/XAllocSizeHints.man U xenocara/lib/libX11/man/XAllocWMHints.man U xenocara/lib/libX11/man/XAddHost.man U xenocara/lib/libX11/man/XAllocColor.man U xenocara/lib/libX11/man/XAllowEvents.man U xenocara/lib/libX11/man/XAnyEvent.man U xenocara/lib/libX11/man/XButtonEvent.man U xenocara/lib/libX11/man/XClearArea.man U xenocara/lib/libX11/man/XChangeKeyboardControl.man U xenocara/lib/libX11/man/XChangeKeyboardMapping.man U xenocara/lib/libX11/man/XClientMessageEvent.man U xenocara/lib/libX11/man/XChangePointerControl.man U xenocara/lib/libX11/man/XChangeSaveSet.man U xenocara/lib/libX11/man/XChangeWindowAttributes.man U xenocara/lib/libX11/man/XCreateWindowEvent.man U xenocara/lib/libX11/man/XCirculateEvent.man U xenocara/lib/libX11/man/XCirculateRequestEvent.man U xenocara/lib/libX11/man/XColormapEvent.man U xenocara/lib/libX11/man/XConfigureEvent.man U xenocara/lib/libX11/man/XConfigureRequestEvent.man U xenocara/lib/libX11/man/XConfigureWindow.man U xenocara/lib/libX11/man/XCopyArea.man U xenocara/lib/libX11/man/XCreateColormap.man U xenocara/lib/libX11/man/XCreateFontCursor.man U xenocara/lib/libX11/man/XCreateFontSet.man U xenocara/lib/libX11/man/XCreateGC.man U xenocara/lib/libX11/man/XCreateIC.man U xenocara/lib/libX11/man/XInitImage.man U xenocara/lib/libX11/man/XCreateOC.man U xenocara/lib/libX11/man/XCreatePixmap.man U xenocara/lib/libX11/man/XCreateRegion.man U xenocara/lib/libX11/man/XCreateWindow.man U xenocara/lib/libX11/man/XCrossingEvent.man U xenocara/lib/libX11/man/XDestroyWindowEvent.man U xenocara/lib/libX11/man/XDefineCursor.man U xenocara/lib/libX11/man/XDestroyWindow.man U xenocara/lib/libX11/man/XDrawArc.man U xenocara/lib/libX11/man/XDrawImageString.man U xenocara/lib/libX11/man/XDrawLine.man U xenocara/lib/libX11/man/XDrawPoint.man U xenocara/lib/libX11/man/XDrawRectangle.man U xenocara/lib/libX11/man/XDrawString.man U xenocara/lib/libX11/man/XDrawText.man U xenocara/lib/libX11/man/XEmptyRegion.man U xenocara/lib/libX11/man/XrmEnumerateDatabase.man U xenocara/lib/libX11/man/XExtentsOfFontSet.man U xenocara/lib/libX11/man/XErrorEvent.man U xenocara/lib/libX11/man/XExposeEvent.man U xenocara/lib/libX11/man/XFocusChangeEvent.man U xenocara/lib/libX11/man/XFilterEvent.man U xenocara/lib/libX11/man/XFontSetExtents.man U xenocara/lib/libX11/man/XFillRectangle.man U xenocara/lib/libX11/man/XFlush.man U xenocara/lib/libX11/man/XFontsOfFontSet.man U xenocara/lib/libX11/man/XFree.man U xenocara/lib/libX11/man/XGraphicsExposeEvent.man U xenocara/lib/libX11/man/XGravityEvent.man U xenocara/lib/libX11/man/XrmGetFileDatabase.man U xenocara/lib/libX11/man/XrmGetResource.man U xenocara/lib/libX11/man/XGetVisualInfo.man U xenocara/lib/libX11/man/XGrabButton.man U xenocara/lib/libX11/man/XGetWindowAttributes.man U xenocara/lib/libX11/man/XGetWindowProperty.man U xenocara/lib/libX11/man/XGetXCBConnection.man U xenocara/lib/libX11/man/XGrabKey.man U xenocara/lib/libX11/man/XGrabKeyboard.man U xenocara/lib/libX11/man/XGrabPointer.man U xenocara/lib/libX11/man/XGrabServer.man U xenocara/lib/libX11/man/XIconifyWindow.man U xenocara/lib/libX11/man/XIfEvent.man U xenocara/lib/libX11/man/XrmInitialize.man U xenocara/lib/libX11/man/XInstallColormap.man U xenocara/lib/libX11/man/XAddConnectionWatch.man U xenocara/lib/libX11/man/XIntersectRegion.man U xenocara/lib/libX11/man/XInternAtom.man U xenocara/lib/libX11/man/XKeymapEvent.man U xenocara/lib/libX11/man/XListFonts.man U xenocara/lib/libX11/man/XLoadFont.man U xenocara/lib/libX11/man/XLookupKeysym.man U xenocara/lib/libX11/man/XrmMergeDatabases.man U xenocara/lib/libX11/man/XMapEvent.man U xenocara/lib/libX11/man/XMapRequestEvent.man U xenocara/lib/libX11/man/XMapWindow.man U xenocara/lib/libX11/man/XNextEvent.man U xenocara/lib/libX11/man/XNoOp.man U xenocara/lib/libX11/man/XOpenDisplay.man U xenocara/lib/libX11/man/XOpenIM.man U xenocara/lib/libX11/man/XOpenOM.man U xenocara/lib/libX11/man/XPropertyEvent.man U xenocara/lib/libX11/man/XParseGeometry.man U xenocara/lib/libX11/man/XPolygonRegion.man U xenocara/lib/libX11/man/XPutBackEvent.man U xenocara/lib/libX11/man/XPutImage.man U xenocara/lib/libX11/man/XrmPutResource.man U xenocara/lib/libX11/man/XQueryBestSize.man U xenocara/lib/libX11/man/XQueryColor.man U xenocara/lib/libX11/man/XQueryExtension.man U xenocara/lib/libX11/man/XQueryPointer.man U xenocara/lib/libX11/man/XQueryTree.man U xenocara/lib/libX11/man/XReparentEvent.man U xenocara/lib/libX11/man/XResourceManagerString.man U xenocara/lib/libX11/man/XResizeRequestEvent.man U xenocara/lib/libX11/man/XRaiseWindow.man U xenocara/lib/libX11/man/XReadBitmapFile.man U xenocara/lib/libX11/man/XRecolorCursor.man U xenocara/lib/libX11/man/XReparentWindow.man U xenocara/lib/libX11/man/XSelectionClearEvent.man U xenocara/lib/libX11/man/XSaveContext.man U xenocara/lib/libX11/man/XSelectionEvent.man U xenocara/lib/libX11/man/XSetICFocus.man U xenocara/lib/libX11/man/XSetICValues.man U xenocara/lib/libX11/man/XSelectInput.man U xenocara/lib/libX11/man/XStringListToTextProperty.man U xenocara/lib/libX11/man/XSelectionRequestEvent.man U xenocara/lib/libX11/man/XSetArcMode.man U xenocara/lib/libX11/man/XSetClipOrigin.man U xenocara/lib/libX11/man/XSetCloseDownMode.man U xenocara/lib/libX11/man/XSetCommand.man U xenocara/lib/libX11/man/XSetErrorHandler.man U xenocara/lib/libX11/man/XSetEventQueueOwner.man U xenocara/lib/libX11/man/XSendEvent.man U xenocara/lib/libX11/man/XSetFillStyle.man U xenocara/lib/libX11/man/XSetFont.man U xenocara/lib/libX11/man/XSetFontPath.man U xenocara/lib/libX11/man/XSetInputFocus.man U xenocara/lib/libX11/man/XSetLineAttributes.man U xenocara/lib/libX11/man/XSetPointerMapping.man U xenocara/lib/libX11/man/XSetScreenSaver.man U xenocara/lib/libX11/man/XSetSelectionOwner.man U xenocara/lib/libX11/man/XSetState.man U xenocara/lib/libX11/man/XSetTransientForHint.man U xenocara/lib/libX11/man/XSetTextProperty.man U xenocara/lib/libX11/man/XSetTile.man U xenocara/lib/libX11/man/XSetWMClientMachine.man U xenocara/lib/libX11/man/XSetWMColormapWindows.man U xenocara/lib/libX11/man/XSetWMIconName.man U xenocara/lib/libX11/man/XSetWMName.man U xenocara/lib/libX11/man/XSetWMProperties.man U xenocara/lib/libX11/man/XSetWMProtocols.man U xenocara/lib/libX11/man/XStoreBytes.man U xenocara/lib/libX11/man/XStoreColors.man U xenocara/lib/libX11/man/XStringToKeysym.man U xenocara/lib/libX11/man/XSupportsLocale.man U xenocara/lib/libX11/man/XSynchronize.man U xenocara/lib/libX11/man/XmbTextListToTextProperty.man U xenocara/lib/libX11/man/XTextExtents.man U xenocara/lib/libX11/man/XTextWidth.man U xenocara/lib/libX11/man/XInitThreads.man U xenocara/lib/libX11/man/XTranslateCoordinates.man U xenocara/lib/libX11/man/XrmUniqueQuark.man U xenocara/lib/libX11/man/XUnmapEvent.man U xenocara/lib/libX11/man/XUnmapWindow.man U xenocara/lib/libX11/man/XVaCreateNestedList.man U xenocara/lib/libX11/man/XVisibilityEvent.man U xenocara/lib/libX11/man/XWarpPointer.man U xenocara/lib/libX11/man/XcmsCCCOfColormap.man U xenocara/lib/libX11/man/XcmsAllocColor.man U xenocara/lib/libX11/man/XcmsConvertColors.man U xenocara/lib/libX11/man/XcmsColor.man U xenocara/lib/libX11/man/XcmsCreateCCC.man U xenocara/lib/libX11/man/XcmsDefaultCCC.man U xenocara/lib/libX11/man/XcmsCIELabQueryMaxC.man U xenocara/lib/libX11/man/XcmsCIELuvQueryMaxC.man U xenocara/lib/libX11/man/XcmsQueryBlack.man U xenocara/lib/libX11/man/XcmsQueryColor.man U xenocara/lib/libX11/man/XcmsStoreColor.man U xenocara/lib/libX11/man/XcmsSetWhitePoint.man U xenocara/lib/libX11/man/XcmsTekHVCQueryMaxC.man U xenocara/lib/libX11/man/XmbDrawImageString.man U xenocara/lib/libX11/man/XmbDrawString.man U xenocara/lib/libX11/man/XmbDrawText.man U xenocara/lib/libX11/man/XmbLookupString.man U xenocara/lib/libX11/man/XmbResetIC.man U xenocara/lib/libX11/man/XmbTextEscapement.man U xenocara/lib/libX11/man/XmbTextExtents.man U xenocara/lib/libX11/man/XmbTextPerCharExtents.man 79 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libX11 CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/16 10:00:03 Modified files: usr.bin/mg : Makefile funmap.c region.c Log message: Get rid of PREFIXREGION ifdef, since we always enable it anyway. no binary change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:01:58 Modified files: lib/libX11 : Makefile.in config.sub configure lib/libX11/include: Makefile.in lib/libX11/man : Makefile.in lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in lib/libX11/modules/lc: Makefile.in lib/libX11/modules/lc/Utf8: Makefile.in lib/libX11/modules/lc/def: Makefile.in lib/libX11/modules/lc/gen: Makefile.in lib/libX11/modules/lc/xlocale: Makefile.in lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.in lib/libX11/nls : Makefile.in lib/libX11/nls/C: 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: 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/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/src : Makefile.in lib/libX11/src/util: Makefile.in lib/libX11/src/xcms: Makefile.in lib/libX11/src/xkb: Makefile.in lib/libX11/src/xlibi18n: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:05:19 Log message: xf86-video-s3 0.5.0 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v0_5_0 U xenocara/driver/xf86-video-s3/configure.ac C xenocara/driver/xf86-video-s3/aclocal.m4 U xenocara/driver/xf86-video-s3/Makefile.am U xenocara/driver/xf86-video-s3/Makefile.in U xenocara/driver/xf86-video-s3/config.h.in C xenocara/driver/xf86-video-s3/configure U xenocara/driver/xf86-video-s3/COPYING U xenocara/driver/xf86-video-s3/ChangeLog N xenocara/driver/xf86-video-s3/compile C xenocara/driver/xf86-video-s3/config.guess C xenocara/driver/xf86-video-s3/config.sub U xenocara/driver/xf86-video-s3/depcomp U xenocara/driver/xf86-video-s3/install-sh C xenocara/driver/xf86-video-s3/ltmain.sh U xenocara/driver/xf86-video-s3/missing U xenocara/driver/xf86-video-s3/src/Makefile.am U xenocara/driver/xf86-video-s3/src/Makefile.in U xenocara/driver/xf86-video-s3/src/s3_accel.c U xenocara/driver/xf86-video-s3/src/newmmio.h U xenocara/driver/xf86-video-s3/src/s3_bios.c U xenocara/driver/xf86-video-s3/src/s3_cursor.c U xenocara/driver/xf86-video-s3/src/s3_dga.c U xenocara/driver/xf86-video-s3/src/s3_driver.c U xenocara/driver/xf86-video-s3/src/s3.h U xenocara/driver/xf86-video-s3/src/s3_IBMRGB.c U xenocara/driver/xf86-video-s3/src/s3_reg.h U xenocara/driver/xf86-video-s3/src/s3_Ti.c U xenocara/driver/xf86-video-s3/src/s3_Trio64DAC.c U xenocara/driver/xf86-video-s3/src/s3_video.c 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-s3 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/16 10:14:34 Modified files: usr.bin/pkg-config: pkg-config Log message: tweak slightly: not having the variable is okay, not finding the package is still an error. CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2006/12/16 10:39:19 Modified files: usr.sbin/afs/src/lwp: process.s390.S Log message: Fix up s390 assembler in arla's lwp threading. Results from beck@ request to look into it, even though there's no OpenBSD/s390. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:40:01 Modified files: driver/xf86-video-s3: Makefile.in configure driver/xf86-video-s3/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:43:03 Log message: sessreg 1.0.2 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/sessreg/README U xenocara/app/sessreg/configure.ac C xenocara/app/sessreg/aclocal.m4 C xenocara/app/sessreg/Makefile.am C xenocara/app/sessreg/Makefile.in U xenocara/app/sessreg/config.h.in C xenocara/app/sessreg/configure U xenocara/app/sessreg/AUTHORS U xenocara/app/sessreg/COPYING U xenocara/app/sessreg/ChangeLog U xenocara/app/sessreg/INSTALL U xenocara/app/sessreg/NEWS U xenocara/app/sessreg/compile U xenocara/app/sessreg/config.guess U xenocara/app/sessreg/config.sub U xenocara/app/sessreg/depcomp U xenocara/app/sessreg/install-sh U xenocara/app/sessreg/missing C xenocara/app/sessreg/sessreg.h U xenocara/app/sessreg/sessreg.c U xenocara/app/sessreg/sessreg.man U xenocara/app/sessreg/filenames.sed.c 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/sessreg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:45:03 Modified files: app/sessreg : config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:47:13 Log message: twm 1.0.3 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/app/twm/README U xenocara/app/twm/configure.ac C xenocara/app/twm/aclocal.m4 U xenocara/app/twm/Makefile.am U xenocara/app/twm/Makefile.in U xenocara/app/twm/config.h.in C xenocara/app/twm/configure U xenocara/app/twm/AUTHORS U xenocara/app/twm/COPYING U xenocara/app/twm/ChangeLog U xenocara/app/twm/INSTALL U xenocara/app/twm/NEWS U xenocara/app/twm/compile U xenocara/app/twm/config.guess U xenocara/app/twm/config.sub U xenocara/app/twm/depcomp U xenocara/app/twm/install-sh U xenocara/app/twm/missing U xenocara/app/twm/sample-twmrc/jim.twmrc U xenocara/app/twm/sample-twmrc/keith.twmrc U xenocara/app/twm/sample-twmrc/lemke.twmrc U xenocara/app/twm/src/system.twmrc C xenocara/app/twm/src/Makefile.am C xenocara/app/twm/src/Makefile.in C xenocara/app/twm/src/gram.c C xenocara/app/twm/src/gram.h U xenocara/app/twm/src/lex.c U xenocara/app/twm/src/add_window.c U xenocara/app/twm/src/add_window.h U xenocara/app/twm/src/cursor.c U xenocara/app/twm/src/deftwmrc.c U xenocara/app/twm/src/events.c U xenocara/app/twm/src/events.h U xenocara/app/twm/src/gc.c U xenocara/app/twm/src/gc.h U xenocara/app/twm/src/iconmgr.c U xenocara/app/twm/src/iconmgr.h U xenocara/app/twm/src/icons.c U xenocara/app/twm/src/icons.h U xenocara/app/twm/src/list.c U xenocara/app/twm/src/list.h U xenocara/app/twm/src/menus.c U xenocara/app/twm/src/menus.h U xenocara/app/twm/src/parse.c U xenocara/app/twm/src/parse.h U xenocara/app/twm/src/resize.c U xenocara/app/twm/src/twm.c U xenocara/app/twm/src/resize.h U xenocara/app/twm/src/screen.h U xenocara/app/twm/src/session.c U xenocara/app/twm/src/session.h U xenocara/app/twm/src/twm.h U xenocara/app/twm/src/util.c U xenocara/app/twm/src/util.h U xenocara/app/twm/src/version.c U xenocara/app/twm/src/version.h U xenocara/app/twm/src/gram.y U xenocara/app/twm/src/lex.l U xenocara/app/twm/src/deftwmrc.sed U xenocara/app/twm/src/siconify.bm U xenocara/app/twm/man/Makefile.am C xenocara/app/twm/man/Makefile.in U xenocara/app/twm/man/twm.man 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/twm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/16 10:48:27 Modified files: usr.sbin/hostated: hce.c log.c parse.y Log message: spacing CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:50:43 Modified files: app/twm : Makefile.in config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:51:59 Removed files: app/twm/src : lex.c Log message: Remove generated file CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/16 10:52:21 Modified files: usr.sbin/hostatectl: hostatectl.c Log message: spacing, plus dubious \% in format string CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/16 10:53:03 Modified files: usr.sbin/hostatectl: parser.c Log message: unused variable CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:54:07 Log message: xfs 1.0.4 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/app/xfs/README U xenocara/app/xfs/configure.ac C xenocara/app/xfs/aclocal.m4 U xenocara/app/xfs/Makefile.am C xenocara/app/xfs/Makefile.in U xenocara/app/xfs/config.h.in C xenocara/app/xfs/configure U xenocara/app/xfs/AUTHORS U xenocara/app/xfs/COPYING U xenocara/app/xfs/ChangeLog U xenocara/app/xfs/INSTALL U xenocara/app/xfs/NEWS U xenocara/app/xfs/config.guess U xenocara/app/xfs/config.sub U xenocara/app/xfs/depcomp U xenocara/app/xfs/install-sh U xenocara/app/xfs/missing U xenocara/app/xfs/xfs.def U xenocara/app/xfs/config.cpp U xenocara/app/xfs/xfs.man U xenocara/app/xfs/difs/atom.c U xenocara/app/xfs/difs/cache.c U xenocara/app/xfs/difs/charinfo.c U xenocara/app/xfs/difs/difsutils.c U xenocara/app/xfs/difs/dispatch.c U xenocara/app/xfs/difs/events.c U xenocara/app/xfs/difs/extensions.c U xenocara/app/xfs/difs/fontinfo.c U xenocara/app/xfs/difs/fonts.c U xenocara/app/xfs/difs/globals.c U xenocara/app/xfs/difs/initfonts.c U xenocara/app/xfs/difs/main.c U xenocara/app/xfs/difs/resource.c U xenocara/app/xfs/difs/swaprep.c U xenocara/app/xfs/difs/swapreq.c U xenocara/app/xfs/difs/tables.c U xenocara/app/xfs/os/access.c U xenocara/app/xfs/os/config.c U xenocara/app/xfs/os/config.h U xenocara/app/xfs/os/configstr.h U xenocara/app/xfs/os/connection.c U xenocara/app/xfs/os/daemon.c U xenocara/app/xfs/os/error.c U xenocara/app/xfs/os/io.c U xenocara/app/xfs/os/osdep.h U xenocara/app/xfs/os/osglue.c U xenocara/app/xfs/os/osinit.c U xenocara/app/xfs/os/utils.c U xenocara/app/xfs/os/waitfor.c U xenocara/app/xfs/os/xfstrans.c U xenocara/app/xfs/include/access.h U xenocara/app/xfs/include/accstr.h U xenocara/app/xfs/include/assert.h U xenocara/app/xfs/include/auth.h U xenocara/app/xfs/include/authstr.h U xenocara/app/xfs/include/cache.h U xenocara/app/xfs/include/cachestr.h U xenocara/app/xfs/include/client.h U xenocara/app/xfs/include/clientstr.h U xenocara/app/xfs/include/closestr.h U xenocara/app/xfs/include/closure.h U xenocara/app/xfs/include/difsfn.h U xenocara/app/xfs/include/difsfnst.h U xenocara/app/xfs/include/difs.h U xenocara/app/xfs/include/difsutils.h U xenocara/app/xfs/include/dispatch.h U xenocara/app/xfs/include/extentst.h U xenocara/app/xfs/include/fsevents.h U xenocara/app/xfs/include/fsresource.h U xenocara/app/xfs/include/globals.h U xenocara/app/xfs/include/misc.h U xenocara/app/xfs/include/os.h U xenocara/app/xfs/include/osstruct.h U xenocara/app/xfs/include/servermd.h U xenocara/app/xfs/include/site.h U xenocara/app/xfs/include/swaprep.h U xenocara/app/xfs/include/swapreq.h 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xfs CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 10:56:18 Modified files: app/xfs : config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:01:36 Log message: xf86-video-mga 1.4.5 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_4_5 U xenocara/driver/xf86-video-mga/configure.ac C xenocara/driver/xf86-video-mga/aclocal.m4 U xenocara/driver/xf86-video-mga/Makefile.am U xenocara/driver/xf86-video-mga/Makefile.in U xenocara/driver/xf86-video-mga/config.h.in C xenocara/driver/xf86-video-mga/configure U xenocara/driver/xf86-video-mga/COPYING U xenocara/driver/xf86-video-mga/ChangeLog C xenocara/driver/xf86-video-mga/config.guess C xenocara/driver/xf86-video-mga/config.sub U xenocara/driver/xf86-video-mga/depcomp U xenocara/driver/xf86-video-mga/install-sh C xenocara/driver/xf86-video-mga/ltmain.sh U xenocara/driver/xf86-video-mga/missing U xenocara/driver/xf86-video-mga/README_HALLIB U xenocara/driver/xf86-video-mga/mga_PInS.txt U xenocara/driver/xf86-video-mga/src/Makefile.am U xenocara/driver/xf86-video-mga/src/Makefile.in U xenocara/driver/xf86-video-mga/src/binding.h U xenocara/driver/xf86-video-mga/src/client.h U xenocara/driver/xf86-video-mga/src/clientlx.c U xenocara/driver/xf86-video-mga/src/mga_arc.c U xenocara/driver/xf86-video-mga/src/mga_bios.c U xenocara/driver/xf86-video-mga/src/mga_common.h U xenocara/driver/xf86-video-mga/src/mga_dac3026.c U xenocara/driver/xf86-video-mga/src/mga_dacG.c U xenocara/driver/xf86-video-mga/src/mga_dga.c U xenocara/driver/xf86-video-mga/src/mga_dh.c U xenocara/driver/xf86-video-mga/src/mga_driver.c U xenocara/driver/xf86-video-mga/src/mga_esc.c U xenocara/driver/xf86-video-mga/src/mga_g450pll.c U xenocara/driver/xf86-video-mga/src/mga.h U xenocara/driver/xf86-video-mga/src/mga_halmod.c U xenocara/driver/xf86-video-mga/src/mga_hwcurs.c U xenocara/driver/xf86-video-mga/src/mga_macros.h U xenocara/driver/xf86-video-mga/src/mga_maven.h U xenocara/driver/xf86-video-mga/src/mga_merge.c U xenocara/driver/xf86-video-mga/src/mga_merge.h U xenocara/driver/xf86-video-mga/src/mgareg_flags.h U xenocara/driver/xf86-video-mga/src/mga_reg.h U xenocara/driver/xf86-video-mga/src/mga_sarea.h U xenocara/driver/xf86-video-mga/src/mga_shadow.c U xenocara/driver/xf86-video-mga/src/mga_ucode.h U xenocara/driver/xf86-video-mga/src/mga_vga.c U xenocara/driver/xf86-video-mga/src/mga_video.c U xenocara/driver/xf86-video-mga/src/mga_dri.c U xenocara/driver/xf86-video-mga/src/mga_dri.h U xenocara/driver/xf86-video-mga/src/mga_dripriv.h U xenocara/driver/xf86-video-mga/src/mga_exa.c U xenocara/driver/xf86-video-mga/src/mga_storm.c U xenocara/driver/xf86-video-mga/man/Makefile.am C xenocara/driver/xf86-video-mga/man/Makefile.in U xenocara/driver/xf86-video-mga/man/mga.man U xenocara/driver/xf86-video-mga/util/README U xenocara/driver/xf86-video-mga/util/Makefile.am U xenocara/driver/xf86-video-mga/util/Makefile.in U xenocara/driver/xf86-video-mga/util/stormdwg.c 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-mga CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/16 11:05:35 Modified files: usr.sbin/hostated: parse.y Log message: typo CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:05:56 Modified files: driver/xf86-video-mga: Makefile.in configure driver/xf86-video-mga/src: Makefile.in driver/xf86-video-mga/util: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:09:24 Log message: xf86-video-sis 0.9.3 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v0_9_3 U xenocara/driver/xf86-video-sis/README U xenocara/driver/xf86-video-sis/configure.ac C xenocara/driver/xf86-video-sis/aclocal.m4 U xenocara/driver/xf86-video-sis/Makefile.am C xenocara/driver/xf86-video-sis/Makefile.in U xenocara/driver/xf86-video-sis/config.h.in C xenocara/driver/xf86-video-sis/configure U xenocara/driver/xf86-video-sis/COPYING U xenocara/driver/xf86-video-sis/ChangeLog C xenocara/driver/xf86-video-sis/config.guess C xenocara/driver/xf86-video-sis/config.sub U xenocara/driver/xf86-video-sis/depcomp U xenocara/driver/xf86-video-sis/install-sh C xenocara/driver/xf86-video-sis/ltmain.sh U xenocara/driver/xf86-video-sis/missing U xenocara/driver/xf86-video-sis/README.sgml U xenocara/driver/xf86-video-sis/src/Makefile.am C xenocara/driver/xf86-video-sis/src/Makefile.in U xenocara/driver/xf86-video-sis/src/300vtbl.h U xenocara/driver/xf86-video-sis/src/310vtbl.h U xenocara/driver/xf86-video-sis/src/init301.c U xenocara/driver/xf86-video-sis/src/init301.h U xenocara/driver/xf86-video-sis/src/init.c U xenocara/driver/xf86-video-sis/src/initdef.h U xenocara/driver/xf86-video-sis/src/initextx.c U xenocara/driver/xf86-video-sis/src/initextx.h U xenocara/driver/xf86-video-sis/src/init.h U xenocara/driver/xf86-video-sis/src/oem300.h U xenocara/driver/xf86-video-sis/src/oem310.h U xenocara/driver/xf86-video-sis/src/osdef.h U xenocara/driver/xf86-video-sis/src/sis300_accel.c U xenocara/driver/xf86-video-sis/src/sis300_accel.h U xenocara/driver/xf86-video-sis/src/sis310_accel.c U xenocara/driver/xf86-video-sis/src/sis310_accel.h U xenocara/driver/xf86-video-sis/src/sis6326_video.c U xenocara/driver/xf86-video-sis/src/sis_accel.c U xenocara/driver/xf86-video-sis/src/sis_accel.h U xenocara/driver/xf86-video-sis/src/sis_common.h U xenocara/driver/xf86-video-sis/src/sis_cursor.c U xenocara/driver/xf86-video-sis/src/sis_cursor.h U xenocara/driver/xf86-video-sis/src/sis_dac.c U xenocara/driver/xf86-video-sis/src/sis_dac.h U xenocara/driver/xf86-video-sis/src/sis_dga.c U xenocara/driver/xf86-video-sis/src/sis_driver.c U xenocara/driver/xf86-video-sis/src/sis_driver.h U xenocara/driver/xf86-video-sis/src/sis.h U xenocara/driver/xf86-video-sis/src/sis_memcpy.c U xenocara/driver/xf86-video-sis/src/sis_opt.c U xenocara/driver/xf86-video-sis/src/sis_regs.h U xenocara/driver/xf86-video-sis/src/sis_setup.c U xenocara/driver/xf86-video-sis/src/sis_shadow.c U xenocara/driver/xf86-video-sis/src/sis_utility.c U xenocara/driver/xf86-video-sis/src/sis_vb.c U xenocara/driver/xf86-video-sis/src/sis_vga.c U xenocara/driver/xf86-video-sis/src/sis_video.c U xenocara/driver/xf86-video-sis/src/sis_video.h U xenocara/driver/xf86-video-sis/src/sis_videostr.h U xenocara/driver/xf86-video-sis/src/vgatypes.h U xenocara/driver/xf86-video-sis/src/vstruct.h U xenocara/driver/xf86-video-sis/src/sis_dri.c U xenocara/driver/xf86-video-sis/src/sis_dri.h U xenocara/driver/xf86-video-sis/man/Makefile.am C xenocara/driver/xf86-video-sis/man/Makefile.in U xenocara/driver/xf86-video-sis/man/sis.man 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-sis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:17:10 Modified files: driver/xf86-video-sis: configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:18:33 Log message: util-macros 1.1.3 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_1_3 U xenocara/util/macros/README U xenocara/util/macros/configure.ac U xenocara/util/macros/aclocal.m4 U xenocara/util/macros/Makefile.am U xenocara/util/macros/Makefile.in U xenocara/util/macros/xorg-macros.m4.in C xenocara/util/macros/configure U xenocara/util/macros/COPYING U xenocara/util/macros/ChangeLog U xenocara/util/macros/install-sh U xenocara/util/macros/missing U xenocara/util/macros/xorgversion.m4 U xenocara/util/macros/xorg-macros.m4 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/util/macros CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:19:37 Modified files: util/macros : configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:24:36 Log message: libXfont 1.2.5 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_2_5 U xenocara/lib/libXfont/configure.ac C xenocara/lib/libXfont/aclocal.m4 U xenocara/lib/libXfont/Makefile.am C xenocara/lib/libXfont/Makefile.in C xenocara/lib/libXfont/config.h.in U xenocara/lib/libXfont/xfont.pc.in C xenocara/lib/libXfont/configure U xenocara/lib/libXfont/AUTHORS U xenocara/lib/libXfont/COPYING U xenocara/lib/libXfont/ChangeLog C xenocara/lib/libXfont/config.guess C xenocara/lib/libXfont/config.sub U xenocara/lib/libXfont/depcomp U xenocara/lib/libXfont/install-sh C xenocara/lib/libXfont/ltmain.sh U xenocara/lib/libXfont/missing U xenocara/lib/libXfont/autogen.sh U xenocara/lib/libXfont/include/X11/fonts/bdfint.h U xenocara/lib/libXfont/include/X11/fonts/bitmap.h U xenocara/lib/libXfont/include/X11/fonts/bufio.h U xenocara/lib/libXfont/include/X11/fonts/fntfil.h U xenocara/lib/libXfont/include/X11/fonts/fntfilio.h U xenocara/lib/libXfont/include/X11/fonts/fntfilst.h U xenocara/lib/libXfont/include/X11/fonts/fontconf.h U xenocara/lib/libXfont/include/X11/fonts/fontencc.h U xenocara/lib/libXfont/include/X11/fonts/fontmisc.h U xenocara/lib/libXfont/include/X11/fonts/fontmod.h U xenocara/lib/libXfont/include/X11/fonts/fontshow.h U xenocara/lib/libXfont/include/X11/fonts/fontutil.h U xenocara/lib/libXfont/include/X11/fonts/fontxlfd.h U xenocara/lib/libXfont/include/X11/fonts/pcf.h U xenocara/lib/libXfont/include/X11/fonts/fontconf.h.in U xenocara/lib/libXfont/src/Makefile.am C xenocara/lib/libXfont/src/Makefile.in U xenocara/lib/libXfont/src/dummy.c U xenocara/lib/libXfont/src/FreeType/ft.h U xenocara/lib/libXfont/src/FreeType/ftfuncs.h U xenocara/lib/libXfont/src/FreeType/Makefile.am C xenocara/lib/libXfont/src/FreeType/Makefile.in U xenocara/lib/libXfont/src/FreeType/xttcap.h U xenocara/lib/libXfont/src/FreeType/ftenc.c U xenocara/lib/libXfont/src/FreeType/ftfuncs.c U xenocara/lib/libXfont/src/FreeType/fttools.c U xenocara/lib/libXfont/src/FreeType/xttcap.c U xenocara/lib/libXfont/src/FreeType/ftsystem.c U xenocara/lib/libXfont/src/fontfile/Makefile.am C xenocara/lib/libXfont/src/fontfile/Makefile.in U xenocara/lib/libXfont/src/fontfile/bitsource.c U xenocara/lib/libXfont/src/fontfile/bufio.c U xenocara/lib/libXfont/src/fontfile/decompress.c U xenocara/lib/libXfont/src/fontfile/defaults.c U xenocara/lib/libXfont/src/fontfile/dirfile.c U xenocara/lib/libXfont/src/fontfile/ffcheck.c U xenocara/lib/libXfont/src/fontfile/fileio.c U xenocara/lib/libXfont/src/fontfile/filewr.c U xenocara/lib/libXfont/src/fontfile/fontdir.c U xenocara/lib/libXfont/src/fontfile/fontencc.c U xenocara/lib/libXfont/src/fontfile/fontfile.c U xenocara/lib/libXfont/src/fontfile/fontscale.c U xenocara/lib/libXfont/src/fontfile/gunzip.c U xenocara/lib/libXfont/src/fontfile/printerfont.c U xenocara/lib/libXfont/src/fontfile/register.c U xenocara/lib/libXfont/src/fontfile/renderers.c U xenocara/lib/libXfont/src/bitmap/Makefile.am C xenocara/lib/libXfont/src/bitmap/Makefile.in U xenocara/lib/libXfont/src/bitmap/bdfread.c U xenocara/lib/libXfont/src/bitmap/bdfutils.c U xenocara/lib/libXfont/src/bitmap/bitmap.c U xenocara/lib/libXfont/src/bitmap/bitmapfunc.c U xenocara/lib/libXfont/src/bitmap/bitmaputil.c U xenocara/lib/libXfont/src/bitmap/bitscale.c U xenocara/lib/libXfont/src/bitmap/fontink.c U xenocara/lib/libXfont/src/bitmap/pcfread.c U xenocara/lib/libXfont/src/bitmap/pcfwrite.c U xenocara/lib/libXfont/src/bitmap/snfread.c U xenocara/lib/libXfont/src/bitmap/snfstr.h U xenocara/lib/libXfont/src/builtins/Makefile.am C xenocara/lib/libXfont/src/builtins/Makefile.in U xenocara/lib/libXfont/src/builtins/builtin.h U xenocara/lib/libXfont/src/builtins/dir.c U xenocara/lib/libXfont/src/builtins/file.c U xenocara/lib/libXfont/src/builtins/fonts.c U xenocara/lib/libXfont/src/builtins/fpe.c U xenocara/lib/libXfont/src/builtins/render.c U xenocara/lib/libXfont/src/builtins/buildfont U xenocara/lib/libXfont/src/fc/Makefile.am C xenocara/lib/libXfont/src/fc/Makefile.in U xenocara/lib/libXfont/src/fc/fsconvert.c U xenocara/lib/libXfont/src/fc/fserve.c U xenocara/lib/libXfont/src/fc/fserve.h U xenocara/lib/libXfont/src/fc/fservestr.h U xenocara/lib/libXfont/src/fc/fsio.c U xenocara/lib/libXfont/src/fc/fsio.h U xenocara/lib/libXfont/src/fc/fslibos.h U xenocara/lib/libXfont/src/fc/fstrans.c U xenocara/lib/libXfont/src/util/Makefile.am C xenocara/lib/libXfont/src/util/Makefile.in U xenocara/lib/libXfont/src/util/atom.c U xenocara/lib/libXfont/src/util/fontaccel.c U xenocara/lib/libXfont/src/util/fontnames.c U xenocara/lib/libXfont/src/util/fontutil.c U xenocara/lib/libXfont/src/util/fontxlfd.c U xenocara/lib/libXfont/src/util/format.c U xenocara/lib/libXfont/src/util/miscutil.c U xenocara/lib/libXfont/src/util/patcache.c U xenocara/lib/libXfont/src/util/private.c U xenocara/lib/libXfont/src/util/utilbitmap.c U xenocara/lib/libXfont/src/stubs/Makefile.am C xenocara/lib/libXfont/src/stubs/Makefile.in U xenocara/lib/libXfont/src/stubs/cauthgen.c U xenocara/lib/libXfont/src/stubs/csignal.c U xenocara/lib/libXfont/src/stubs/delfntcid.c U xenocara/lib/libXfont/src/stubs/errorf.c U xenocara/lib/libXfont/src/stubs/fatalerror.c U xenocara/lib/libXfont/src/stubs/findoldfnt.c U xenocara/lib/libXfont/src/stubs/getcres.c U xenocara/lib/libXfont/src/stubs/getdefptsize.c U xenocara/lib/libXfont/src/stubs/getnewfntcid.c U xenocara/lib/libXfont/src/stubs/gettime.c U xenocara/lib/libXfont/src/stubs/initfshdl.c U xenocara/lib/libXfont/src/stubs/regfpefunc.c U xenocara/lib/libXfont/src/stubs/rmfshdl.c U xenocara/lib/libXfont/src/stubs/servclient.c U xenocara/lib/libXfont/src/stubs/setfntauth.c U xenocara/lib/libXfont/src/stubs/stfntcfnt.c U xenocara/lib/libXfont/src/stubs/stubs.h U xenocara/lib/libXfont/src/stubs/xpstubs.c U xenocara/lib/libXfont/src/fontcache/Makefile.am C xenocara/lib/libXfont/src/fontcache/Makefile.in U xenocara/lib/libXfont/src/fontcache/fontcache.c U xenocara/lib/libXfont/src/fontcache/fontcache.h U xenocara/lib/libXfont/src/fontcache/fcqueue.h U xenocara/lib/libXfont/src/Type1/Makefile.am C xenocara/lib/libXfont/src/Type1/Makefile.in U xenocara/lib/libXfont/src/Type1/arith.c U xenocara/lib/libXfont/src/Type1/arith.h U xenocara/lib/libXfont/src/Type1/blues.h U xenocara/lib/libXfont/src/Type1/cluts.h U xenocara/lib/libXfont/src/Type1/curves.c U xenocara/lib/libXfont/src/Type1/curves.h U xenocara/lib/libXfont/src/Type1/digit.h U xenocara/lib/libXfont/src/Type1/fontfcn.c U xenocara/lib/libXfont/src/Type1/fontfcn.h U xenocara/lib/libXfont/src/Type1/fonts.h U xenocara/lib/libXfont/src/Type1/hdigit.h U xenocara/lib/libXfont/src/Type1/hints.c U xenocara/lib/libXfont/src/Type1/hints.h U xenocara/lib/libXfont/src/Type1/lines.c U xenocara/lib/libXfont/src/Type1/lines.h U xenocara/lib/libXfont/src/Type1/objects.c U xenocara/lib/libXfont/src/Type1/objects.h U xenocara/lib/libXfont/src/Type1/paths.c U xenocara/lib/libXfont/src/Type1/paths.h U xenocara/lib/libXfont/src/Type1/pictures.h U xenocara/lib/libXfont/src/Type1/regions.c U xenocara/lib/libXfont/src/Type1/regions.h U xenocara/lib/libXfont/src/Type1/scanfont.c U xenocara/lib/libXfont/src/Type1/spaces.c U xenocara/lib/libXfont/src/Type1/t1io.c U xenocara/lib/libXfont/src/Type1/spaces.h U xenocara/lib/libXfont/src/Type1/strokes.h U xenocara/lib/libXfont/src/Type1/t1funcs.c U xenocara/lib/libXfont/src/Type1/t1hdigit.h U xenocara/lib/libXfont/src/Type1/t1imager.h U xenocara/lib/libXfont/src/Type1/t1info.c U xenocara/lib/libXfont/src/Type1/t1intf.h U xenocara/lib/libXfont/src/Type1/t1malloc.c U xenocara/lib/libXfont/src/Type1/t1snap.c U xenocara/lib/libXfont/src/Type1/t1stdio.h U xenocara/lib/libXfont/src/Type1/t1stub.c U xenocara/lib/libXfont/src/Type1/t1unicode.c U xenocara/lib/libXfont/src/Type1/t1unicode.h U xenocara/lib/libXfont/src/Type1/token.c U xenocara/lib/libXfont/src/Type1/token.h U xenocara/lib/libXfont/src/Type1/tokst.h U xenocara/lib/libXfont/src/Type1/trig.h U xenocara/lib/libXfont/src/Type1/type1.c U xenocara/lib/libXfont/src/Type1/util.c U xenocara/lib/libXfont/src/Type1/util.h U xenocara/lib/libXfont/src/Speedo/Makefile.am C xenocara/lib/libXfont/src/Speedo/Makefile.in U xenocara/lib/libXfont/src/Speedo/adobe-iso.h U xenocara/lib/libXfont/src/Speedo/bics-iso.h U xenocara/lib/libXfont/src/Speedo/bics-unicode.c U xenocara/lib/libXfont/src/Speedo/bics-unicode.h U xenocara/lib/libXfont/src/Speedo/do_char.c U xenocara/lib/libXfont/src/Speedo/do_trns.c U xenocara/lib/libXfont/src/Speedo/keys.h U xenocara/lib/libXfont/src/Speedo/out_bl2d.c U xenocara/lib/libXfont/src/Speedo/out_blk.c U xenocara/lib/libXfont/src/Speedo/out_outl.c U xenocara/lib/libXfont/src/Speedo/out_scrn.c U xenocara/lib/libXfont/src/Speedo/out_util.c U xenocara/lib/libXfont/src/Speedo/reset.c U xenocara/lib/libXfont/src/Speedo/set_spcs.c U xenocara/lib/libXfont/src/Speedo/set_trns.c U xenocara/lib/libXfont/src/Speedo/spdo_prv.h U xenocara/lib/libXfont/src/Speedo/speedo.h U xenocara/lib/libXfont/src/Speedo/spencode.c U xenocara/lib/libXfont/src/Speedo/sperr.c U xenocara/lib/libXfont/src/Speedo/spfile.c U xenocara/lib/libXfont/src/Speedo/spfont.c U xenocara/lib/libXfont/src/Speedo/spfuncs.c U xenocara/lib/libXfont/src/Speedo/spglyph.c U xenocara/lib/libXfont/src/Speedo/spinfo.c U xenocara/lib/libXfont/src/Speedo/spint.h U xenocara/lib/libXfont/src/Speedo/useropt.h 18 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXfont CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:29:46 Modified files: lib/libXfont : Makefile.in aclocal.m4 config.h.in configure lib/libXfont/src: Makefile.in lib/libXfont/src/FreeType: Makefile.in lib/libXfont/src/Speedo: Makefile.in lib/libXfont/src/Type1: Makefile.in lib/libXfont/src/bitmap: Makefile.in lib/libXfont/src/builtins: Makefile.in lib/libXfont/src/fc: Makefile.in lib/libXfont/src/fontcache: Makefile.in lib/libXfont/src/fontfile: Makefile.in lib/libXfont/src/stubs: Makefile.in lib/libXfont/src/util: Makefile.in Removed files: lib/libXfont/src/Type1: AFM.h afm.c cidchar.c range.h Log message: merge libXfont 1.2.5 and regenerate CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:30:24 Modified files: lib/libXfont : Makefile.bsd-wrapper Log message: bump major CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 11:34:43 Log message: xf86-video-nv 1.2.1 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_2_1 U xenocara/driver/xf86-video-nv/configure.ac C xenocara/driver/xf86-video-nv/aclocal.m4 U xenocara/driver/xf86-video-nv/Makefile.am U xenocara/driver/xf86-video-nv/Makefile.in U xenocara/driver/xf86-video-nv/config.h.in C xenocara/driver/xf86-video-nv/configure U xenocara/driver/xf86-video-nv/COPYING U xenocara/driver/xf86-video-nv/ChangeLog U xenocara/driver/xf86-video-nv/config.guess U xenocara/driver/xf86-video-nv/config.sub U xenocara/driver/xf86-video-nv/depcomp U xenocara/driver/xf86-video-nv/install-sh U xenocara/driver/xf86-video-nv/ltmain.sh U xenocara/driver/xf86-video-nv/missing U xenocara/driver/xf86-video-nv/README.NV1 U xenocara/driver/xf86-video-nv/src/Makefile.am U xenocara/driver/xf86-video-nv/src/Makefile.in U xenocara/driver/xf86-video-nv/src/nv_const.h U xenocara/driver/xf86-video-nv/src/nv_cursor.c U xenocara/driver/xf86-video-nv/src/nv_dac.c U xenocara/driver/xf86-video-nv/src/nv_dga.c U xenocara/driver/xf86-video-nv/src/nv_dma.h U xenocara/driver/xf86-video-nv/src/nv_driver.c U xenocara/driver/xf86-video-nv/src/nv_hw.c U xenocara/driver/xf86-video-nv/src/nv_include.h U xenocara/driver/xf86-video-nv/src/nv_local.h U xenocara/driver/xf86-video-nv/src/nv_proto.h U xenocara/driver/xf86-video-nv/src/nvreg.h U xenocara/driver/xf86-video-nv/src/nv_setup.c U xenocara/driver/xf86-video-nv/src/nv_shadow.c U xenocara/driver/xf86-video-nv/src/nv_type.h U xenocara/driver/xf86-video-nv/src/nvvga.h U xenocara/driver/xf86-video-nv/src/nv_video.c U xenocara/driver/xf86-video-nv/src/nv_xaa.c U xenocara/driver/xf86-video-nv/src/riva_const.h U xenocara/driver/xf86-video-nv/src/riva_cursor.c U xenocara/driver/xf86-video-nv/src/riva_dac.c U xenocara/driver/xf86-video-nv/src/riva_dga.c U xenocara/driver/xf86-video-nv/src/riva_driver.c U xenocara/driver/xf86-video-nv/src/riva_hw.c U xenocara/driver/xf86-video-nv/src/riva_hw.h U xenocara/driver/xf86-video-nv/src/riva_include.h U xenocara/driver/xf86-video-nv/src/riva_local.h U xenocara/driver/xf86-video-nv/src/riva_proto.h U xenocara/driver/xf86-video-nv/src/riva_setup.c U xenocara/driver/xf86-video-nv/src/riva_shadow.c U xenocara/driver/xf86-video-nv/src/riva_tbl.h U xenocara/driver/xf86-video-nv/src/riva_type.h U xenocara/driver/xf86-video-nv/src/riva_xaa.c U xenocara/driver/xf86-video-nv/man/Makefile.am C xenocara/driver/xf86-video-nv/man/Makefile.in U xenocara/driver/xf86-video-nv/man/nv.man 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-nv CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/16 11:50:33 Modified files: usr.sbin/hostated: control.c hostated.c hostated.h pfe.c usr.sbin/hostatectl: hostatectl.8 hostatectl.c parser.c parser.h Log message: - allow to use host/service/table names instead of Ids in hostatectl. - minor change of the "hostatectl show" command output - increase the max service and tag names (max pf tag name size is 64 now!) thanks to pyr who found a bug in my initial diff CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/16 12:15:35 Modified files: sys/dev/pci : if_msk.c Log message: Process status descriptors for port B. Fix two typos while I'm there. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:16:54 Modified files: util/macros : xorgversion.m4 Log message: Replace sed constructs depending on GNU sed by something more portable. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:17:44 Modified files: driver/xf86-video-nv: Makefile.in aclocal.m4 configure driver/xf86-video-nv/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:29:02 Modified files: app : Makefile Log message: mkcfm has been obsoleted in X.Org 7.2RC3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:31:40 Log message: xf86-video-vesa 1.3.0 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_3_0 U xenocara/driver/xf86-video-vesa/config.guess U xenocara/driver/xf86-video-vesa/COPYING U xenocara/driver/xf86-video-vesa/ltmain.sh U xenocara/driver/xf86-video-vesa/Makefile.in U xenocara/driver/xf86-video-vesa/missing U xenocara/driver/xf86-video-vesa/Makefile.am U xenocara/driver/xf86-video-vesa/install-sh U xenocara/driver/xf86-video-vesa/depcomp U xenocara/driver/xf86-video-vesa/config.h.in U xenocara/driver/xf86-video-vesa/configure.ac U xenocara/driver/xf86-video-vesa/ChangeLog C xenocara/driver/xf86-video-vesa/configure U xenocara/driver/xf86-video-vesa/aclocal.m4 U xenocara/driver/xf86-video-vesa/config.sub U xenocara/driver/xf86-video-vesa/man/Makefile.in U xenocara/driver/xf86-video-vesa/man/Makefile.am U xenocara/driver/xf86-video-vesa/man/vesa.man U xenocara/driver/xf86-video-vesa/src/vesa.h U xenocara/driver/xf86-video-vesa/src/Makefile.in U xenocara/driver/xf86-video-vesa/src/Makefile.am U xenocara/driver/xf86-video-vesa/src/vesa.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-vesa CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/16 12:34:14 Modified files: plan9/9libs : Makefile Log message: Mark as broken on architectures other than i386/sparc*, due to incorrect use of varargs and other unportable constructs (that nobody has stepped up to fix in years). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:34:40 Modified files: driver/xf86-video-vesa: aclocal.m4 config.h.in configure Log message: regen CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/12/16 12:45:14 Log message: Import asterisk-native-sounds, higher-quality versions of the "basic" asterisk sounds. Help and OK steven@ Status: Vendor Tag: ian Release Tags: ian_2006-Dec-16 N ports/telephony/asterisk-native-sounds/Makefile N ports/telephony/asterisk-native-sounds/distinfo N ports/telephony/asterisk-native-sounds/pkg/DESCR N ports/telephony/asterisk-native-sounds/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 12:59:55 Log message: xf86-video-i128 1.2.1 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_2_1 U xenocara/driver/xf86-video-i128/README.sgml U xenocara/driver/xf86-video-i128/config.guess U xenocara/driver/xf86-video-i128/COPYING U xenocara/driver/xf86-video-i128/ltmain.sh U xenocara/driver/xf86-video-i128/Makefile.in U xenocara/driver/xf86-video-i128/missing U xenocara/driver/xf86-video-i128/Makefile.am U xenocara/driver/xf86-video-i128/install-sh U xenocara/driver/xf86-video-i128/depcomp U xenocara/driver/xf86-video-i128/config.h.in U xenocara/driver/xf86-video-i128/configure.ac U xenocara/driver/xf86-video-i128/ChangeLog C xenocara/driver/xf86-video-i128/configure U xenocara/driver/xf86-video-i128/README U xenocara/driver/xf86-video-i128/aclocal.m4 U xenocara/driver/xf86-video-i128/config.sub U xenocara/driver/xf86-video-i128/man/Makefile.in U xenocara/driver/xf86-video-i128/man/Makefile.am U xenocara/driver/xf86-video-i128/man/i128.man U xenocara/driver/xf86-video-i128/src/i128reg.h U xenocara/driver/xf86-video-i128/src/Ti302X.h U xenocara/driver/xf86-video-i128/src/Makefile.in U xenocara/driver/xf86-video-i128/src/i128IBMDAC.c U xenocara/driver/xf86-video-i128/src/i128exa.c U xenocara/driver/xf86-video-i128/src/Makefile.am U xenocara/driver/xf86-video-i128/src/i128.h U xenocara/driver/xf86-video-i128/src/i128accel.c U xenocara/driver/xf86-video-i128/src/i128dga.c U xenocara/driver/xf86-video-i128/src/i128init.c U xenocara/driver/xf86-video-i128/src/IBMRGB.h U xenocara/driver/xf86-video-i128/src/i128_driver.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-i128 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 13:03:19 Modified files: driver/xf86-video-i128: aclocal.m4 config.h.in configure Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/16 13:07:13 Modified files: sys/dev/hil : hil.c Log message: Make hil(4) shared interrupts aware, by exiting early if the stat register does not indicate data being available; for some reason on hppa hil_intr() gets invoked when serial ports interrupt. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/16 13:08:44 Modified files: sys/dev/hil : hilms.c Log message: Button boxes have their Y axis inverted, compared to mice, so compensate before feeding wscons. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/12/16 13:18:44 Modified files: telephony : Makefile Log message: += asterisk-native-sounds CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/16 13:19:34 Modified files: sys/dev/pci : if_msk.c Log message: Enable RAM buffer for the second port too; makes dual port cards work so reenable attachment of the second port on cards that have it. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 13:22:38 Log message: xserver 1.1.99.903 from X.Org 7.2RC3 Status: Vendor Tag: xorg Release Tags: v1_1_99_903 U xenocara/xserver/config.guess U xenocara/xserver/COPYING U xenocara/xserver/ltmain.sh C xenocara/xserver/Makefile.in U xenocara/xserver/missing U xenocara/xserver/Makefile.am U xenocara/xserver/cpprules.in U xenocara/xserver/install-sh U xenocara/xserver/depcomp U xenocara/xserver/xorg-server.pc.in U xenocara/xserver/compile C xenocara/xserver/configure.ac C xenocara/xserver/configure U xenocara/xserver/acinclude.m4 U xenocara/xserver/aclocal.m4 U xenocara/xserver/xorg-server.m4 U xenocara/xserver/config.sub C xenocara/xserver/include/xorg-config.h.in U xenocara/xserver/include/swaprep.h U xenocara/xserver/include/propertyst.h U xenocara/xserver/include/extinit.h U xenocara/xserver/include/window.h U xenocara/xserver/include/validate.h U xenocara/xserver/include/windowstr.h U xenocara/xserver/include/dixgrabs.h U xenocara/xserver/include/resource.h C xenocara/xserver/include/do-not-use-config.h U xenocara/xserver/include/input.h U xenocara/xserver/include/colormap.h U xenocara/xserver/include/gc.h U xenocara/xserver/include/region.h U xenocara/xserver/include/closure.h U xenocara/xserver/include/kdrive-config.h.in U xenocara/xserver/include/pixmap.h C xenocara/xserver/include/Makefile.in C xenocara/xserver/include/xorg-config.h U xenocara/xserver/include/extnsionst.h U xenocara/xserver/include/colormapst.h U xenocara/xserver/include/Makefile.am U xenocara/xserver/include/xorg-server.h.in U xenocara/xserver/include/gcstruct.h U xenocara/xserver/include/XIstubs.h U xenocara/xserver/include/dix.h U xenocara/xserver/include/exevents.h C xenocara/xserver/include/xorg-server.h U xenocara/xserver/include/selection.h U xenocara/xserver/include/regionstr.h U xenocara/xserver/include/site.h U xenocara/xserver/include/rgb.h U xenocara/xserver/include/property.h U xenocara/xserver/include/cursor.h U xenocara/xserver/include/misc.h U xenocara/xserver/include/xgl-config.h.in U xenocara/xserver/include/servermd.h U xenocara/xserver/include/dixevents.h U xenocara/xserver/include/closestr.h U xenocara/xserver/include/swapreq.h U xenocara/xserver/include/cursorstr.h U xenocara/xserver/include/screenint.h U xenocara/xserver/include/bstorestr.h U xenocara/xserver/include/bstore.h C xenocara/xserver/include/dix-config.h U xenocara/xserver/include/dixstruct.h U xenocara/xserver/include/xwin-config.h.in U xenocara/xserver/include/xkb-config.h.in C xenocara/xserver/include/do-not-use-config.h.in U xenocara/xserver/include/pixmapstr.h U xenocara/xserver/include/inputstr.h U xenocara/xserver/include/opaque.h U xenocara/xserver/include/dixfont.h U xenocara/xserver/include/dix-config.h.in U xenocara/xserver/include/globals.h U xenocara/xserver/include/dixfontstr.h U xenocara/xserver/include/extension.h U xenocara/xserver/include/os.h U xenocara/xserver/include/scrnintstr.h U xenocara/xserver/include/miscstruct.h C xenocara/xserver/damageext/Makefile.in U xenocara/xserver/damageext/Makefile.am U xenocara/xserver/damageext/damageext.h U xenocara/xserver/damageext/damageextint.h U xenocara/xserver/damageext/damageext.c U xenocara/xserver/render/renderedge.c U xenocara/xserver/render/mirect.c U xenocara/xserver/render/picture.c U xenocara/xserver/render/picture.h U xenocara/xserver/render/render.c U xenocara/xserver/render/animcur.c C xenocara/xserver/render/Makefile.in U xenocara/xserver/render/mitri.c U xenocara/xserver/render/mitrap.c U xenocara/xserver/render/Makefile.am U xenocara/xserver/render/miindex.c U xenocara/xserver/render/mipict.h U xenocara/xserver/render/filter.c U xenocara/xserver/render/glyphstr.h U xenocara/xserver/render/picturestr.h U xenocara/xserver/render/mipict.c U xenocara/xserver/render/glyph.c U xenocara/xserver/render/renderedge.h U xenocara/xserver/render/miglyph.c C xenocara/xserver/hw/Makefile.in U xenocara/xserver/hw/Makefile.am C xenocara/xserver/hw/kdrive/Makefile.in U xenocara/xserver/hw/kdrive/Makefile.am U xenocara/xserver/hw/kdrive/r128/r128.h C xenocara/xserver/hw/kdrive/r128/Makefile.in U xenocara/xserver/hw/kdrive/r128/r128.c U xenocara/xserver/hw/kdrive/r128/r128draw.c U xenocara/xserver/hw/kdrive/r128/Makefile.am U xenocara/xserver/hw/kdrive/r128/r128stub.c U xenocara/xserver/hw/kdrive/smi/smistub.c C xenocara/xserver/hw/kdrive/smi/Makefile.in U xenocara/xserver/hw/kdrive/smi/smi.c U xenocara/xserver/hw/kdrive/smi/Makefile.am U xenocara/xserver/hw/kdrive/smi/smidraw.h U xenocara/xserver/hw/kdrive/smi/smi.h U xenocara/xserver/hw/kdrive/smi/smidraw.c U xenocara/xserver/hw/kdrive/mga/mgadraw.c C xenocara/xserver/hw/kdrive/mga/Makefile.in U xenocara/xserver/hw/kdrive/mga/Makefile.am U xenocara/xserver/hw/kdrive/mga/g400_common.h U xenocara/xserver/hw/kdrive/mga/mga.h U xenocara/xserver/hw/kdrive/mga/mga.c U xenocara/xserver/hw/kdrive/mga/mgastub.c U xenocara/xserver/hw/kdrive/mga/g400_composite.c C xenocara/xserver/hw/kdrive/fake/Makefile.in U xenocara/xserver/hw/kdrive/fake/Makefile.am U xenocara/xserver/hw/kdrive/fake/fake.c U xenocara/xserver/hw/kdrive/fake/fake.h U xenocara/xserver/hw/kdrive/fake/os.c U xenocara/xserver/hw/kdrive/fake/mouse.c U xenocara/xserver/hw/kdrive/fake/kbd.c U xenocara/xserver/hw/kdrive/fake/fakeinit.c U xenocara/xserver/hw/kdrive/via/via_regs.h U xenocara/xserver/hw/kdrive/via/viastub.c U xenocara/xserver/hw/kdrive/via/via.c U xenocara/xserver/hw/kdrive/via/viadraw.c C xenocara/xserver/hw/kdrive/via/Makefile.in U xenocara/xserver/hw/kdrive/via/Makefile.am U xenocara/xserver/hw/kdrive/via/via.h U xenocara/xserver/hw/kdrive/via/viadraw.h U xenocara/xserver/hw/kdrive/pm2/pm2.h C xenocara/xserver/hw/kdrive/pm2/Makefile.in U xenocara/xserver/hw/kdrive/pm2/Makefile.am U xenocara/xserver/hw/kdrive/pm2/pm2.c U xenocara/xserver/hw/kdrive/pm2/pm2stub.c U xenocara/xserver/hw/kdrive/pm2/pm2_draw.c U xenocara/xserver/hw/kdrive/pm2/glint_regs.h U xenocara/xserver/hw/kdrive/nvidia/nvidiastub.c C xenocara/xserver/hw/kdrive/nvidia/Makefile.in U xenocara/xserver/hw/kdrive/nvidia/nvidia.h U xenocara/xserver/hw/kdrive/nvidia/Makefile.am U xenocara/xserver/hw/kdrive/nvidia/nvidia.c U xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.h U xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.c U xenocara/xserver/hw/kdrive/chips/chipsdraw.c C xenocara/xserver/hw/kdrive/chips/Makefile.in U xenocara/xserver/hw/kdrive/chips/chipsstub.c U xenocara/xserver/hw/kdrive/chips/Makefile.am U xenocara/xserver/hw/kdrive/chips/chips.c U xenocara/xserver/hw/kdrive/chips/chips.h U xenocara/xserver/hw/kdrive/mach64/mach64draw.h C xenocara/xserver/hw/kdrive/mach64/Makefile.in U xenocara/xserver/hw/kdrive/mach64/Makefile.am U xenocara/xserver/hw/kdrive/mach64/mach64draw.c U xenocara/xserver/hw/kdrive/mach64/mach64video.c U xenocara/xserver/hw/kdrive/mach64/mach64.c U xenocara/xserver/hw/kdrive/mach64/mach64.h U xenocara/xserver/hw/kdrive/mach64/mach64stub.c U xenocara/xserver/hw/kdrive/neomagic/backend.c C xenocara/xserver/hw/kdrive/neomagic/Makefile.in U xenocara/xserver/hw/kdrive/neomagic/Makefile.am U xenocara/xserver/hw/kdrive/neomagic/neo_draw.c U xenocara/xserver/hw/kdrive/neomagic/backend.h U xenocara/xserver/hw/kdrive/neomagic/neomagic.c U xenocara/xserver/hw/kdrive/neomagic/neomagicstub.c U xenocara/xserver/hw/kdrive/neomagic/neomagic.h U xenocara/xserver/hw/kdrive/neomagic/ChangeLog U xenocara/xserver/hw/kdrive/neomagic/README C xenocara/xserver/hw/kdrive/sdl/Makefile.in U xenocara/xserver/hw/kdrive/sdl/Makefile.am U xenocara/xserver/hw/kdrive/sdl/sdl.c U xenocara/xserver/hw/kdrive/ati/radeon_composite.c U xenocara/xserver/hw/kdrive/ati/r128_composite.c U xenocara/xserver/hw/kdrive/ati/ati_reg.h U xenocara/xserver/hw/kdrive/ati/ati_cursor.c U xenocara/xserver/hw/kdrive/ati/ati_microcode.c C xenocara/xserver/hw/kdrive/ati/Makefile.in U xenocara/xserver/hw/kdrive/ati/ati_dma.h U xenocara/xserver/hw/kdrive/ati/Makefile.am U xenocara/xserver/hw/kdrive/ati/ati_stub.c U xenocara/xserver/hw/kdrive/ati/ati_video.c U xenocara/xserver/hw/kdrive/ati/ati_draw.c U xenocara/xserver/hw/kdrive/ati/ati.c U xenocara/xserver/hw/kdrive/ati/ati_dma.c U xenocara/xserver/hw/kdrive/ati/ChangeLog U xenocara/xserver/hw/kdrive/ati/ati.h U xenocara/xserver/hw/kdrive/ati/ati_draw.h U xenocara/xserver/hw/kdrive/linux/ts.c U xenocara/xserver/hw/kdrive/linux/ps2.c U xenocara/xserver/hw/kdrive/linux/linux.c U xenocara/xserver/hw/kdrive/linux/bus.c C xenocara/xserver/hw/kdrive/linux/Makefile.in U xenocara/xserver/hw/kdrive/linux/klinux.h U xenocara/xserver/hw/kdrive/linux/Makefile.am U xenocara/xserver/hw/kdrive/linux/ms.c U xenocara/xserver/hw/kdrive/linux/keyboard.c U xenocara/xserver/hw/kdrive/linux/evdev.c U xenocara/xserver/hw/kdrive/linux/mouse.c U xenocara/xserver/hw/kdrive/linux/agp.h U xenocara/xserver/hw/kdrive/linux/agp.c U xenocara/xserver/hw/kdrive/linux/tslib.c U xenocara/xserver/hw/kdrive/sis300/sis_reg.h U xenocara/xserver/hw/kdrive/sis300/sis.c C xenocara/xserver/hw/kdrive/sis300/Makefile.in U xenocara/xserver/hw/kdrive/sis300/Makefile.am U xenocara/xserver/hw/kdrive/sis300/sis_stub.c U xenocara/xserver/hw/kdrive/sis300/sis.h U xenocara/xserver/hw/kdrive/sis300/sis_draw.c U xenocara/xserver/hw/kdrive/src/kmap.c U xenocara/xserver/hw/kdrive/src/kdrive.c U xenocara/xserver/hw/kdrive/src/kasync.c C xenocara/xserver/hw/kdrive/src/Makefile.in U xenocara/xserver/hw/kdrive/src/kdrive.h U xenocara/xserver/hw/kdrive/src/kkeymap.h U xenocara/xserver/hw/kdrive/src/kxv.c U xenocara/xserver/hw/kdrive/src/kinfo.c U xenocara/xserver/hw/kdrive/src/Makefile.am U xenocara/xserver/hw/kdrive/src/vga.c U xenocara/xserver/hw/kdrive/src/kxv.h U xenocara/xserver/hw/kdrive/src/kinput.c U xenocara/xserver/hw/kdrive/src/kmode.c U xenocara/xserver/hw/kdrive/src/ktest.c U xenocara/xserver/hw/kdrive/src/kaapict.c U xenocara/xserver/hw/kdrive/src/knoop.c U xenocara/xserver/hw/kdrive/src/kcurscol.c U xenocara/xserver/hw/kdrive/src/fourcc.h U xenocara/xserver/hw/kdrive/src/kcmap.c U xenocara/xserver/hw/kdrive/src/kaa.c U xenocara/xserver/hw/kdrive/src/vga.h U xenocara/xserver/hw/kdrive/src/koffscreen.c U xenocara/xserver/hw/kdrive/src/kaa.h U xenocara/xserver/hw/kdrive/src/kshadow.c U xenocara/xserver/hw/kdrive/i810/i810draw.h U xenocara/xserver/hw/kdrive/i810/i810draw.c U xenocara/xserver/hw/kdrive/i810/i810.c U xenocara/xserver/hw/kdrive/i810/i810stub.c U xenocara/xserver/hw/kdrive/i810/i810_cursor.c C xenocara/xserver/hw/kdrive/i810/Makefile.in U xenocara/xserver/hw/kdrive/i810/Makefile.am U xenocara/xserver/hw/kdrive/i810/i810.h U xenocara/xserver/hw/kdrive/i810/i810_reg.h U xenocara/xserver/hw/kdrive/i810/i810_video.c U xenocara/xserver/hw/kdrive/vesa/vesa.h C xenocara/xserver/hw/kdrive/vesa/Makefile.in U xenocara/xserver/hw/kdrive/vesa/vm86.h U xenocara/xserver/hw/kdrive/vesa/Makefile.am U xenocara/xserver/hw/kdrive/vesa/vga.c U xenocara/xserver/hw/kdrive/vesa/vesa.c U xenocara/xserver/hw/kdrive/vesa/vesainit.c U xenocara/xserver/hw/kdrive/vesa/vbe.c U xenocara/xserver/hw/kdrive/vesa/vm86.c U xenocara/xserver/hw/kdrive/vesa/vbe.h U xenocara/xserver/hw/kdrive/vesa/vga.h C xenocara/xserver/hw/kdrive/ephyr/Makefile.in U xenocara/xserver/hw/kdrive/ephyr/Makefile.am U xenocara/xserver/hw/kdrive/ephyr/ephyr_draw.c U xenocara/xserver/hw/kdrive/ephyr/hostx.h U xenocara/xserver/hw/kdrive/ephyr/os.c U xenocara/xserver/hw/kdrive/ephyr/ephyr.c U xenocara/xserver/hw/kdrive/ephyr/hostx.c U xenocara/xserver/hw/kdrive/ephyr/ephyrinit.c U xenocara/xserver/hw/kdrive/ephyr/ephyr.h U xenocara/xserver/hw/kdrive/ephyr/README U xenocara/xserver/hw/kdrive/fbdev/fbinit.c U xenocara/xserver/hw/kdrive/fbdev/fbdev.h C xenocara/xserver/hw/kdrive/fbdev/Makefile.in U xenocara/xserver/hw/kdrive/fbdev/fbdev.c U xenocara/xserver/hw/kdrive/fbdev/Makefile.am C xenocara/xserver/hw/kdrive/epson/Makefile.in U xenocara/xserver/hw/kdrive/epson/epson13806reg.h U xenocara/xserver/hw/kdrive/epson/epson13806.h U xenocara/xserver/hw/kdrive/epson/Makefile.am U xenocara/xserver/hw/kdrive/epson/epson13806draw.c U xenocara/xserver/hw/kdrive/epson/epson13806stub.c U xenocara/xserver/hw/kdrive/epson/epson13806.c U xenocara/xserver/hw/kdrive/epson/epson13806draw.h U xenocara/xserver/hw/xgl/xglparse.c U xenocara/xserver/hw/xgl/xgltrap.c U xenocara/xserver/hw/xgl/xglsync.c U xenocara/xserver/hw/xgl/xglinit.c U xenocara/xserver/hw/xgl/xglbstore.c U xenocara/xserver/hw/xgl/xglget.c U xenocara/xserver/hw/xgl/xgl.h U xenocara/xserver/hw/xgl/xgltile.c U xenocara/xserver/hw/xgl/xglloader.c U xenocara/xserver/hw/xgl/xglshm.c C xenocara/xserver/hw/xgl/Makefile.in U xenocara/xserver/hw/xgl/xglsolid.c U xenocara/xserver/hw/xgl/xglwindow.c U xenocara/xserver/hw/xgl/xglpict.c U xenocara/xserver/hw/xgl/xglcopy.c U xenocara/xserver/hw/xgl/Makefile.am U xenocara/xserver/hw/xgl/xglgc.c U xenocara/xserver/hw/xgl/xglhash.c U xenocara/xserver/hw/xgl/xglglx.h U xenocara/xserver/hw/xgl/xglpixmap.c U xenocara/xserver/hw/xgl/xglglyph.c U xenocara/xserver/hw/xgl/xglgeometry.c U xenocara/xserver/hw/xgl/xgloutput.c U xenocara/xserver/hw/xgl/xglscreen.c U xenocara/xserver/hw/xgl/xglcompose.c U xenocara/xserver/hw/xgl/xglxv.c U xenocara/xserver/hw/xgl/xglcmap.c U xenocara/xserver/hw/xgl/xglglx.c U xenocara/xserver/hw/xgl/xglinput.c U xenocara/xserver/hw/xgl/xglmodule.h U xenocara/xserver/hw/xgl/xglfill.c U xenocara/xserver/hw/xgl/xglarea.c C xenocara/xserver/hw/xgl/glx/Makefile.in U xenocara/xserver/hw/xgl/glx/Makefile.am U xenocara/xserver/hw/xgl/glx/xglxorg.c U xenocara/xserver/hw/xgl/glx/xglx.c U xenocara/xserver/hw/xgl/glx/xglx.h C xenocara/xserver/hw/xgl/glx/module/Makefile.in U xenocara/xserver/hw/xgl/glx/module/Makefile.am U xenocara/xserver/hw/xgl/glx/module/xglxmodule.c U xenocara/xserver/hw/xgl/glxext/xglglxext.c C xenocara/xserver/hw/xgl/glxext/Makefile.in U xenocara/xserver/hw/xgl/glxext/Makefile.am U xenocara/xserver/hw/xgl/glxext/xglglxlog.c U xenocara/xserver/hw/xgl/glxext/xglglxext.h C xenocara/xserver/hw/xgl/glxext/module/Makefile.in U xenocara/xserver/hw/xgl/glxext/module/Makefile.am U xenocara/xserver/hw/xgl/glxext/module/glcoremodule.c U xenocara/xserver/hw/xgl/glxext/module/glxmodule.c U xenocara/xserver/hw/xgl/egl/xeglinit.c C xenocara/xserver/hw/xgl/egl/Makefile.in U xenocara/xserver/hw/xgl/egl/kkeymap.h U xenocara/xserver/hw/xgl/egl/Makefile.am U xenocara/xserver/hw/xgl/egl/xeglinput.c U xenocara/xserver/hw/xgl/egl/kinput.c U xenocara/xserver/hw/xgl/egl/xegl.c U xenocara/xserver/hw/xgl/egl/evdev.c U xenocara/xserver/hw/xgl/egl/xegl.h C xenocara/xserver/hw/xgl/egl/module/Makefile.in U xenocara/xserver/hw/xgl/egl/module/Makefile.am U xenocara/xserver/hw/xgl/egl/module/xeglmodule.c U xenocara/xserver/hw/xnest/Handlers.h U xenocara/xserver/hw/xnest/Font.c U xenocara/xserver/hw/xnest/Pointer.h U xenocara/xserver/hw/xnest/GC.c U xenocara/xserver/hw/xnest/Init.h U xenocara/xserver/hw/xnest/Events.c U xenocara/xserver/hw/xnest/os2Stub.c U xenocara/xserver/hw/xnest/XNCursor.h U xenocara/xserver/hw/xnest/XNFont.h C xenocara/xserver/hw/xnest/Makefile.in U xenocara/xserver/hw/xnest/Args.h U xenocara/xserver/hw/xnest/Visual.h U xenocara/xserver/hw/xnest/Xnest.h U xenocara/xserver/hw/xnest/Keyboard.h U xenocara/xserver/hw/xnest/Screen.h U xenocara/xserver/hw/xnest/Init.c U xenocara/xserver/hw/xnest/Window.c U xenocara/xserver/hw/xnest/GCOps.c U xenocara/xserver/hw/xnest/Makefile.am U xenocara/xserver/hw/xnest/Drawable.h U xenocara/xserver/hw/xnest/Screen.c U xenocara/xserver/hw/xnest/XNPixmap.h U xenocara/xserver/hw/xnest/Color.h U xenocara/xserver/hw/xnest/Pixmap.c U xenocara/xserver/hw/xnest/Pointer.c U xenocara/xserver/hw/xnest/XNGC.h U xenocara/xserver/hw/xnest/Visual.c U xenocara/xserver/hw/xnest/Display.c U xenocara/xserver/hw/xnest/screensaver U xenocara/xserver/hw/xnest/icon U xenocara/xserver/hw/xnest/Display.h U xenocara/xserver/hw/xnest/Keyboard.c U xenocara/xserver/hw/xnest/XNWindow.h U xenocara/xserver/hw/xnest/Args.c U xenocara/xserver/hw/xnest/GCOps.h U xenocara/xserver/hw/xnest/xnest-config.h U xenocara/xserver/hw/xnest/Xnest.man.pre U xenocara/xserver/hw/xnest/Handlers.c U xenocara/xserver/hw/xnest/Events.h U xenocara/xserver/hw/xnest/Cursor.c U xenocara/xserver/hw/xnest/Color.c U xenocara/xserver/hw/xfree86/osandcommon.c U xenocara/xserver/hw/xfree86/xorgconf.cpp C xenocara/xserver/hw/xfree86/Makefile.in U xenocara/xserver/hw/xfree86/Makefile.am U xenocara/xserver/hw/xfree86/xorg.c U xenocara/xserver/hw/xfree86/Options C xenocara/xserver/hw/xfree86/shadowfb/Makefile.in U xenocara/xserver/hw/xfree86/shadowfb/shadow.c U xenocara/xserver/hw/xfree86/shadowfb/Makefile.am U xenocara/xserver/hw/xfree86/shadowfb/shadowfb.h U xenocara/xserver/hw/xfree86/shadowfb/sfbmodule.c U xenocara/xserver/hw/xfree86/os-support/int10Defines.h C xenocara/xserver/hw/xfree86/os-support/Makefile.in U xenocara/xserver/hw/xfree86/os-support/assyntax.h U xenocara/xserver/hw/xfree86/os-support/Makefile.am U xenocara/xserver/hw/xfree86/os-support/xorgos.c U xenocara/xserver/hw/xfree86/os-support/xf86_ansic.h U xenocara/xserver/hw/xfree86/os-support/xf86_OSlib.h U xenocara/xserver/hw/xfree86/os-support/xf86_libc.h U xenocara/xserver/hw/xfree86/os-support/xf86OSKbd.h U xenocara/xserver/hw/xfree86/os-support/xf86OSmouse.h U xenocara/xserver/hw/xfree86/os-support/README.OS-lib U xenocara/xserver/hw/xfree86/os-support/xf86_OSproc.h U xenocara/xserver/hw/xfree86/os-support/xf86OSpriv.h U xenocara/xserver/hw/xfree86/os-support/bus/Sbus.c U xenocara/xserver/hw/xfree86/os-support/bus/sparcPci.c U xenocara/xserver/hw/xfree86/os-support/bus/linuxPci.c U xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.c U xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.h U xenocara/xserver/hw/xfree86/os-support/bus/Pci.h U xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.c C xenocara/xserver/hw/xfree86/os-support/bus/Makefile.in U xenocara/xserver/hw/xfree86/os-support/bus/Pci.c U xenocara/xserver/hw/xfree86/os-support/bus/xf86Pci.h U xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.c U xenocara/xserver/hw/xfree86/os-support/bus/Makefile.am U xenocara/xserver/hw/xfree86/os-support/bus/ppcPci.c U xenocara/xserver/hw/xfree86/os-support/bus/axpPci.c U xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.h U xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.c U xenocara/xserver/hw/xfree86/os-support/bus/freebsdPci.c U xenocara/xserver/hw/xfree86/os-support/bus/xf86Sbus.h U xenocara/xserver/hw/xfree86/os-support/bus/ix86Pci.c U xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.h U xenocara/xserver/hw/xfree86/os-support/bus/netbsdPci.c U xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.h U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.S U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_noinline.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_video.c C xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.in U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_io.c U xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.am U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_init.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mouse.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.h U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-ia32.S U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-sparcv8plus.S C xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.in U xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.am U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbdEv.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_init.c U xenocara/xserver/hw/xfree86/os-support/solaris/agpgart.h U xenocara/xserver/hw/xfree86/os-support/solaris/sun_bios.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_io.c U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-amd64.S U xenocara/xserver/hw/xfree86/os-support/solaris/sun_agp.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_mouse.c U xenocara/xserver/hw/xfree86/os-support/solaris/apSolaris.shar U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_inout.s U xenocara/xserver/hw/xfree86/os-support/solaris/sun_vid.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_axp.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_mouse.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_font.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_io.c C xenocara/xserver/hw/xfree86/os-support/linux/Makefile.in U xenocara/xserver/hw/xfree86/os-support/linux/lnx.h U xenocara/xserver/hw/xfree86/os-support/linux/Makefile.am U xenocara/xserver/hw/xfree86/os-support/linux/lnxResource.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_acpi.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kmod.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_init.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_apm.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_jstk.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_ev56.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_video.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.h U xenocara/xserver/hw/xfree86/os-support/linux/lnx_pci.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_ia64.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_agp.c U xenocara/xserver/hw/xfree86/os-support/linux/int10/linux.c U xenocara/xserver/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_io.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_axp.c U xenocara/xserver/hw/xfree86/os-support/bsd/arm_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/ppc_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_apm.c C xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.in U xenocara/xserver/hw/xfree86/os-support/bsd/i386_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/sparc64_video.c C xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.am U xenocara/xserver/hw/xfree86/os-support/bsd/alpha_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_ev56.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsdResource.c U xenocara/xserver/hw/xfree86/os-support/bsd/memrange.h U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_mouse.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_jstk.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_init.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kmod.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.h U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usbvar.h U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.h U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb_hid_usages U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usage.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/descr.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.3 U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/data.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/parse.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_iop.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_video.c C xenocara/xserver/hw/xfree86/os-support/sco/Makefile.in U xenocara/xserver/hw/xfree86/os-support/sco/sco_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/sco/Makefile.am U xenocara/xserver/hw/xfree86/os-support/sco/sco_init.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_mouse.c U xenocara/xserver/hw/xfree86/os-support/sco/VTsw_sco.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_io.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_KbdMap.c C xenocara/xserver/hw/xfree86/os-support/usl/Makefile.in U xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.c U xenocara/xserver/hw/xfree86/os-support/usl/Makefile.am U xenocara/xserver/hw/xfree86/os-support/usl/usl_iop.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_io.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_vtsw.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_init.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_video.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_mouse.c U xenocara/xserver/hw/xfree86/os-support/shared/at_scancode.c U xenocara/xserver/hw/xfree86/os-support/shared/stdPci.c U xenocara/xserver/hw/xfree86/os-support/shared/stdResource.c U xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.c U xenocara/xserver/hw/xfree86/os-support/shared/ioperm_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/inout.S U xenocara/xserver/hw/xfree86/os-support/shared/kmod_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/sigiostubs.c U xenocara/xserver/hw/xfree86/os-support/shared/vidmem.c U xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.h U xenocara/xserver/hw/xfree86/os-support/shared/sigio.c U xenocara/xserver/hw/xfree86/os-support/shared/VTsw_usl.c U xenocara/xserver/hw/xfree86/os-support/shared/agp_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/std_kbdEv.c U xenocara/xserver/hw/xfree86/os-support/shared/pm_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/bios_mmap.c U xenocara/xserver/hw/xfree86/os-support/shared/posix_tty.c U xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.h U xenocara/xserver/hw/xfree86/os-support/shared/kbd.c U xenocara/xserver/hw/xfree86/os-support/shared/bios_devmem.c U xenocara/xserver/hw/xfree86/os-support/shared/sysv_kbd.c U xenocara/xserver/hw/xfree86/os-support/shared/VTsw_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.c U xenocara/xserver/hw/xfree86/os-support/shared/libc_wrapper.c C xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.in U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mouse.c U xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.am U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_video.c U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mmap.c U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_init.c U xenocara/xserver/hw/xfree86/os-support/misc/PortIO.S U xenocara/xserver/hw/xfree86/os-support/misc/Delay.c C xenocara/xserver/hw/xfree86/os-support/misc/Makefile.in U xenocara/xserver/hw/xfree86/os-support/misc/IODelay.c U xenocara/xserver/hw/xfree86/os-support/misc/IODelay.S U xenocara/xserver/hw/xfree86/os-support/misc/Makefile.am U xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.c U xenocara/xserver/hw/xfree86/os-support/misc/xf86_IlHack.c U xenocara/xserver/hw/xfree86/os-support/misc/xf86_Util.c U xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.S U xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.c U xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.S U xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.c C xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.in U xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.h U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_init.c U xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.am U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_video.c U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_io.c U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_mouse.c U xenocara/xserver/hw/xfree86/doc/README.rapidaccess U xenocara/xserver/hw/xfree86/doc/README.DRI C xenocara/xserver/hw/xfree86/doc/Makefile.in U xenocara/xserver/hw/xfree86/doc/Makefile.am U xenocara/xserver/hw/xfree86/doc/README.fonts C xenocara/xserver/hw/xfree86/doc/devel/Makefile.in U xenocara/xserver/hw/xfree86/doc/devel/README.DRIcomp U xenocara/xserver/hw/xfree86/doc/devel/Makefile.am U xenocara/xserver/hw/xfree86/doc/devel/exa-driver.txt U xenocara/xserver/hw/xfree86/doc/devel/RAC.Notes U xenocara/xserver/hw/xfree86/doc/devel/DebuggingHints U xenocara/xserver/hw/xfree86/doc/devel/Registry U xenocara/xserver/hw/xfree86/doc/devel/Domain.note U xenocara/xserver/hw/xfree86/doc/man/xorg.conf.man.pre C xenocara/xserver/hw/xfree86/doc/man/Makefile.in U xenocara/xserver/hw/xfree86/doc/man/Makefile.am C xenocara/xserver/hw/xfree86/doc/man/Xorg.man.pre U xenocara/xserver/hw/xfree86/doc/sgml/DESIGN.sgml C xenocara/xserver/hw/xfree86/doc/sgml/Makefile.in U xenocara/xserver/hw/xfree86/doc/sgml/Makefile.am U xenocara/xserver/hw/xfree86/common/xf86Xinput.h U xenocara/xserver/hw/xfree86/common/xf86Helper.c U xenocara/xserver/hw/xfree86/common/xf86Privstr.h U xenocara/xserver/hw/xfree86/common/xf86str.h U xenocara/xserver/hw/xfree86/common/xisb.c U xenocara/xserver/hw/xfree86/common/xf86Bus.c U xenocara/xserver/hw/xfree86/common/xf86.h U xenocara/xserver/hw/xfree86/common/xf86Resources.h U xenocara/xserver/hw/xfree86/common/vesamodes U xenocara/xserver/hw/xfree86/common/xf86Configure.c U xenocara/xserver/hw/xfree86/common/xf86Date.h U xenocara/xserver/hw/xfree86/common/xf86KbdBSD.c U xenocara/xserver/hw/xfree86/common/xf86DPMS.c U xenocara/xserver/hw/xfree86/common/xf86Option.c U xenocara/xserver/hw/xfree86/common/xf86Globals.c U xenocara/xserver/hw/xfree86/common/xf86Bus.h U xenocara/xserver/hw/xfree86/common/xorgVersion.h C xenocara/xserver/hw/xfree86/common/xf86Init.c U xenocara/xserver/hw/xfree86/common/extramodes C xenocara/xserver/hw/xfree86/common/Makefile.in U xenocara/xserver/hw/xfree86/common/xf86isaBus.c U xenocara/xserver/hw/xfree86/common/xf86VidMode.c U xenocara/xserver/hw/xfree86/common/compiler.h U xenocara/xserver/hw/xfree86/common/xf86xv.h U xenocara/xserver/hw/xfree86/common/xf86fbman.h U xenocara/xserver/hw/xfree86/common/xf86sbusBus.c U xenocara/xserver/hw/xfree86/common/xf86cvt.c U xenocara/xserver/hw/xfree86/common/Makefile.am U xenocara/xserver/hw/xfree86/common/xf86fbBus.c U xenocara/xserver/hw/xfree86/common/xf86Build.h U xenocara/xserver/hw/xfree86/common/xf86InPriv.h U xenocara/xserver/hw/xfree86/common/xf86XKB.c U xenocara/xserver/hw/xfree86/common/xf86xvmc.h U xenocara/xserver/hw/xfree86/common/xf86noBus.c U xenocara/xserver/hw/xfree86/common/xf86AutoConfig.c U xenocara/xserver/hw/xfree86/common/xisb.h U xenocara/xserver/hw/xfree86/common/xf86Build.h.in U xenocara/xserver/hw/xfree86/common/xf86KbdMach.c U xenocara/xserver/hw/xfree86/common/xf86Io.c U xenocara/xserver/hw/xfree86/common/xf86pciBus.c U xenocara/xserver/hw/xfree86/common/xf86cmap.c C xenocara/xserver/hw/xfree86/common/xf86Config.c U xenocara/xserver/hw/xfree86/common/xf86Version.h U xenocara/xserver/hw/xfree86/common/xf86cmap.h U xenocara/xserver/hw/xfree86/common/xf86KbdLnx.c U xenocara/xserver/hw/xfree86/common/scoasm.h U xenocara/xserver/hw/xfree86/common/xf86Kbd.c U xenocara/xserver/hw/xfree86/common/xf86sbusBus.h U xenocara/xserver/hw/xfree86/common/xf86xvpriv.h U xenocara/xserver/hw/xfree86/common/xf86Versions.c U xenocara/xserver/hw/xfree86/common/xf86MiscExt.c U xenocara/xserver/hw/xfree86/common/atKeynames.h U xenocara/xserver/hw/xfree86/common/xf86RandR.c U xenocara/xserver/hw/xfree86/common/xf86Mode.c U xenocara/xserver/hw/xfree86/common/xf86Opt.h U xenocara/xserver/hw/xfree86/common/xorgHelper.c U xenocara/xserver/hw/xfree86/common/xf86pciBus.h U xenocara/xserver/hw/xfree86/common/xf86DGA.c U xenocara/xserver/hw/xfree86/common/xf86xvmc.c U xenocara/xserver/hw/xfree86/common/fourcc.h U xenocara/xserver/hw/xfree86/common/modeline2c.pl U xenocara/xserver/hw/xfree86/common/xf86PM.c U xenocara/xserver/hw/xfree86/common/xf86Module.h U xenocara/xserver/hw/xfree86/common/xf86Cursor.c U xenocara/xserver/hw/xfree86/common/xf86Keymap.h U xenocara/xserver/hw/xfree86/common/xf86DoProbe.c U xenocara/xserver/hw/xfree86/common/xf86fbman.c U xenocara/xserver/hw/xfree86/common/xf86Debug.c U xenocara/xserver/hw/xfree86/common/xf86PciInfo.h U xenocara/xserver/hw/xfree86/common/xf86xv.c U xenocara/xserver/hw/xfree86/common/xf86Priv.h U xenocara/xserver/hw/xfree86/common/xf86Events.c U xenocara/xserver/hw/xfree86/common/xf86DoScanPci.c U xenocara/xserver/hw/xfree86/common/xf86Xinput.c U xenocara/xserver/hw/xfree86/common/xf86DefModes.c U xenocara/xserver/hw/xfree86/common/xf86Config.h C xenocara/xserver/hw/xfree86/utils/Makefile.in U xenocara/xserver/hw/xfree86/utils/Makefile.am C xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.in U xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.am U xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.man.pre U xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/up.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/right.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/XOrgCfg.pre U xenocara/xserver/hw/xfree86/utils/xorgcfg/expert.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/TODO U xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/help.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/startx.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/left.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/interface.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.h C xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.in U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/loadmod.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/wider.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.am U xenocara/xserver/hw/xfree86/utils/xorgcfg/help.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/options.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/xorgcfg.man.pre U xenocara/xserver/hw/xfree86/utils/xorgcfg/narrower.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/computer.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/accessx.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/down.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/config.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/config.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/shorter.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/taller.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xpm C xenocara/xserver/hw/xfree86/utils/xorgcfg/text-mode.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/options.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.c U xenocara/xserver/hw/xfree86/utils/cvt/cvt.man.pre C xenocara/xserver/hw/xfree86/utils/cvt/Makefile.in U xenocara/xserver/hw/xfree86/utils/cvt/Makefile.am U xenocara/xserver/hw/xfree86/utils/cvt/cvt.c C xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.in U xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.am U xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.c U xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.c C xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.in U xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.am U xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c C xenocara/xserver/hw/xfree86/utils/gtf/Makefile.in U xenocara/xserver/hw/xfree86/utils/gtf/Makefile.am U xenocara/xserver/hw/xfree86/utils/gtf/gtf.c U xenocara/xserver/hw/xfree86/utils/gtf/gtf.man.pre U xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.man.pre C xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.in U xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.am U xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards98 C xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.c U xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.c U xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.h U xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards C xenocara/xserver/hw/xfree86/utils/ioport/Makefile.in U xenocara/xserver/hw/xfree86/utils/ioport/ioport.c U xenocara/xserver/hw/xfree86/utils/ioport/Makefile.am U xenocara/xserver/hw/xfree86/x86emu/ops2.c U xenocara/xserver/hw/xfree86/x86emu/decode.c U xenocara/xserver/hw/xfree86/x86emu/debug.c C xenocara/xserver/hw/xfree86/x86emu/Makefile.in U xenocara/xserver/hw/xfree86/x86emu/ops.c U xenocara/xserver/hw/xfree86/x86emu/Makefile.am U xenocara/xserver/hw/xfree86/x86emu/validate.c U xenocara/xserver/hw/xfree86/x86emu/sys.c U xenocara/xserver/hw/xfree86/x86emu/prim_ops.c U xenocara/xserver/hw/xfree86/x86emu/x86emu.h U xenocara/xserver/hw/xfree86/x86emu/fpu.c U xenocara/xserver/hw/xfree86/x86emu/x86emu/ops.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/debug.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_ops.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/decode.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/x86emui.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/regs.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu_regs.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_asm.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/types.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciData.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciData.c U xenocara/xserver/hw/xfree86/scanpci/pci.ids C xenocara/xserver/hw/xfree86/scanpci/Makefile.in U xenocara/xserver/hw/xfree86/scanpci/Makefile.am U xenocara/xserver/hw/xfree86/scanpci/pciid2c.pl U xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.h U xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.c U xenocara/xserver/hw/xfree86/scanpci/xf86PciStdIds.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciIds.h U xenocara/xserver/hw/xfree86/scanpci/extrapci.ids U xenocara/xserver/hw/xfree86/scanpci/xf86PciStr.h U xenocara/xserver/hw/xfree86/dixmods/GLcoremodule.c U xenocara/xserver/hw/xfree86/dixmods/cfb32module.c C xenocara/xserver/hw/xfree86/dixmods/Makefile.in U xenocara/xserver/hw/xfree86/dixmods/cfbmodule.c U xenocara/xserver/hw/xfree86/dixmods/Makefile.am U xenocara/xserver/hw/xfree86/dixmods/recordmod.c U xenocara/xserver/hw/xfree86/dixmods/xkbVT.c U xenocara/xserver/hw/xfree86/dixmods/type1mod.c U xenocara/xserver/hw/xfree86/dixmods/shmodule.c U xenocara/xserver/hw/xfree86/dixmods/xkbPrivate.c U xenocara/xserver/hw/xfree86/dixmods/fbmodule.c U xenocara/xserver/hw/xfree86/dixmods/dbemodule.c U xenocara/xserver/hw/xfree86/dixmods/xkbKillSrv.c U xenocara/xserver/hw/xfree86/dixmods/ftmodule.c U xenocara/xserver/hw/xfree86/dixmods/glxmodule.c U xenocara/xserver/hw/xfree86/dixmods/xf86XTrapModule.c U xenocara/xserver/hw/xfree86/dixmods/mfbmodule.c U xenocara/xserver/hw/xfree86/dixmods/afbmodule.c U xenocara/xserver/hw/xfree86/dixmods/extmod/dgaproc.h C xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.in U xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.h U xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.am U xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86misc.c U xenocara/xserver/hw/xfree86/dixmods/extmod/vidmodeproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86vmode.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xvmodproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xvmod.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dgaext.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86miscproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga2.c U xenocara/xserver/hw/xfree86/loader/sym.h U xenocara/xserver/hw/xfree86/loader/loader.h U xenocara/xserver/hw/xfree86/loader/dixsym.c C xenocara/xserver/hw/xfree86/loader/Makefile.in U xenocara/xserver/hw/xfree86/loader/loadmod.c U xenocara/xserver/hw/xfree86/loader/loadfont.c U xenocara/xserver/hw/xfree86/loader/Makefile.am U xenocara/xserver/hw/xfree86/loader/fontsym.c U xenocara/xserver/hw/xfree86/loader/dlloader.c U xenocara/xserver/hw/xfree86/loader/loadext.c U xenocara/xserver/hw/xfree86/loader/loaderProcs.h U xenocara/xserver/hw/xfree86/loader/os.c U xenocara/xserver/hw/xfree86/loader/loader.c U xenocara/xserver/hw/xfree86/loader/misym.c U xenocara/xserver/hw/xfree86/loader/extsym.c U xenocara/xserver/hw/xfree86/loader/dlloader.h U xenocara/xserver/hw/xfree86/loader/xf86sym.c U xenocara/xserver/hw/xfree86/loader/SparcMulDiv.S U xenocara/xserver/hw/xfree86/xf4bpp/xf4bpp.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcGC.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcWinFS.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcSetSp.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyPnt.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaImages.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPixmap.c U xenocara/xserver/hw/xfree86/xf4bpp/offscreen.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcGetSp.c U xenocara/xserver/hw/xfree86/xf4bpp/emulRepAre.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbhrzvert.c U xenocara/xserver/hw/xfree86/xf4bpp/wm3.h U xenocara/xserver/hw/xfree86/xf4bpp/emulOpStip.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbbresd.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbimggblt.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcArea.c C xenocara/xserver/hw/xfree86/xf4bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf4bpp/ibmTrace.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcSpMcro.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcPntWin.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbzerarc.c U xenocara/xserver/hw/xfree86/xf4bpp/wm3.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyRec.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcIO.c U xenocara/xserver/hw/xfree86/xf4bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf4bpp/mfbbres.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcRslvC.c U xenocara/xserver/hw/xfree86/xf4bpp/NOTES U xenocara/xserver/hw/xfree86/xf4bpp/vgaVideo.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcBStore.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbseg.c U xenocara/xserver/hw/xfree86/xf4bpp/emulTile.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaGC.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcGCstr.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcCReduce.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbline.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbfillarc.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaSolid.c U xenocara/xserver/hw/xfree86/xf4bpp/vgamodule.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcQuery.c U xenocara/xserver/hw/xfree86/xf4bpp/OScompiler.h U xenocara/xserver/hw/xfree86/xf4bpp/vgaReg.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcClip.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcWindow.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcImg.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcCpArea.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcFillRct.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaBitBlt.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcDepth.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPixFS.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaStipple.c U xenocara/xserver/hw/xfree86/parser/Monitor.c U xenocara/xserver/hw/xfree86/parser/Extensions.c U xenocara/xserver/hw/xfree86/parser/xf86tokens.h U xenocara/xserver/hw/xfree86/parser/write.c C xenocara/xserver/hw/xfree86/parser/Makefile.in U xenocara/xserver/hw/xfree86/parser/Video.c U xenocara/xserver/hw/xfree86/parser/Makefile.am U xenocara/xserver/hw/xfree86/parser/configProcs.h U xenocara/xserver/hw/xfree86/parser/Layout.c U xenocara/xserver/hw/xfree86/parser/xf86Optrec.h U xenocara/xserver/hw/xfree86/parser/DRI.c U xenocara/xserver/hw/xfree86/parser/Screen.c U xenocara/xserver/hw/xfree86/parser/Input.c U xenocara/xserver/hw/xfree86/parser/Pointer.c U xenocara/xserver/hw/xfree86/parser/read.c U xenocara/xserver/hw/xfree86/parser/Configint.h U xenocara/xserver/hw/xfree86/parser/Flags.c U xenocara/xserver/hw/xfree86/parser/xf86Parser.h U xenocara/xserver/hw/xfree86/parser/Vendor.c U xenocara/xserver/hw/xfree86/parser/Keyboard.c U xenocara/xserver/hw/xfree86/parser/scan.c U xenocara/xserver/hw/xfree86/parser/cpconfig.c U xenocara/xserver/hw/xfree86/parser/Module.c U xenocara/xserver/hw/xfree86/parser/Device.c U xenocara/xserver/hw/xfree86/parser/Files.c U xenocara/xserver/hw/xfree86/dummylib/xf86getpagesize.c U xenocara/xserver/hw/xfree86/dummylib/xf86getverb.c U xenocara/xserver/hw/xfree86/dummylib/getvalidbios.c U xenocara/xserver/hw/xfree86/dummylib/xf86msg.c U xenocara/xserver/hw/xfree86/dummylib/xf86info.c U xenocara/xserver/hw/xfree86/dummylib/xf86screens.c C xenocara/xserver/hw/xfree86/dummylib/Makefile.in U xenocara/xserver/hw/xfree86/dummylib/xf86verbose.c U xenocara/xserver/hw/xfree86/dummylib/Makefile.am U xenocara/xserver/hw/xfree86/dummylib/xf86drvmsgverb.c U xenocara/xserver/hw/xfree86/dummylib/xf86drvmsg.c U xenocara/xserver/hw/xfree86/dummylib/verrorf.c U xenocara/xserver/hw/xfree86/dummylib/logvwrite.c U xenocara/xserver/hw/xfree86/dummylib/xf86opt.c U xenocara/xserver/hw/xfree86/dummylib/xf86allocscripi.c U xenocara/xserver/hw/xfree86/dummylib/fatalerror.c U xenocara/xserver/hw/xfree86/dummylib/xf86errorfverb.c U xenocara/xserver/hw/xfree86/dummylib/getemptypci.c U xenocara/xserver/hw/xfree86/dummylib/xf86errorf.c U xenocara/xserver/hw/xfree86/dummylib/pcitestmulti.c U xenocara/xserver/hw/xfree86/dummylib/dummylib.h U xenocara/xserver/hw/xfree86/dummylib/xf86msgverb.c U xenocara/xserver/hw/xfree86/dummylib/README U xenocara/xserver/hw/xfree86/dummylib/xf86servisinit.c U xenocara/xserver/hw/xfree86/dummylib/xf86addrestolist.c U xenocara/xserver/hw/xfree86/dummylib/xalloc.c U xenocara/xserver/hw/xfree86/vbe/vbe_module.c C xenocara/xserver/hw/xfree86/vbe/Makefile.in U xenocara/xserver/hw/xfree86/vbe/Makefile.am U xenocara/xserver/hw/xfree86/vbe/vbeModes.c U xenocara/xserver/hw/xfree86/vbe/vbeModes.h U xenocara/xserver/hw/xfree86/vbe/vbe.c U xenocara/xserver/hw/xfree86/vbe/vbe.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbblak.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltG.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpawhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbinv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltO.c C xenocara/xserver/hw/xfree86/xf1bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf1bpp/xf1bpp.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbwht.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltC.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpablack.c U xenocara/xserver/hw/xfree86/xf1bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf1bpp/mfbteblack.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbplyblack.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.sh U xenocara/xserver/hw/xfree86/xf1bpp/mfbplywhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtileG.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltCI.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbseg.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtileC.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpainv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtewhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.sh U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltX.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbigbblak.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbigbwht.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbplyinv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbmodule.c U xenocara/xserver/hw/xfree86/int10/x86emu.c U xenocara/xserver/hw/xfree86/int10/xf86x86emu.h U xenocara/xserver/hw/xfree86/int10/xf86x86emu.c C xenocara/xserver/hw/xfree86/int10/Makefile.in U xenocara/xserver/hw/xfree86/int10/xf86int10.c U xenocara/xserver/hw/xfree86/int10/Makefile.am U xenocara/xserver/hw/xfree86/int10/xf86int10.h U xenocara/xserver/hw/xfree86/int10/generic.c U xenocara/xserver/hw/xfree86/int10/pci.c U xenocara/xserver/hw/xfree86/int10/stub.c U xenocara/xserver/hw/xfree86/int10/helper_exec.c U xenocara/xserver/hw/xfree86/int10/INT10.HOWTO U xenocara/xserver/hw/xfree86/int10/xf86int10module.c U xenocara/xserver/hw/xfree86/int10/helper_mem.c U xenocara/xserver/hw/xfree86/exa/examodule.c C xenocara/xserver/hw/xfree86/exa/Makefile.in U xenocara/xserver/hw/xfree86/exa/Makefile.am U xenocara/xserver/hw/xfree86/exa/exa.man.pre U xenocara/xserver/hw/xfree86/ramdac/IBM.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.h U xenocara/xserver/hw/xfree86/ramdac/CURSOR.NOTES U xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.c U xenocara/xserver/hw/xfree86/ramdac/xf86HWCurs.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.h C xenocara/xserver/hw/xfree86/ramdac/Makefile.in U xenocara/xserver/hw/xfree86/ramdac/TIPriv.h U xenocara/xserver/hw/xfree86/ramdac/Makefile.am U xenocara/xserver/hw/xfree86/ramdac/xf86BitOrder.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacCmap.c U xenocara/xserver/hw/xfree86/ramdac/BTPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacMod.c U xenocara/xserver/hw/xfree86/ramdac/TI.h U xenocara/xserver/hw/xfree86/ramdac/BT.h U xenocara/xserver/hw/xfree86/ramdac/BT.c U xenocara/xserver/hw/xfree86/ramdac/IBM.h U xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.c U xenocara/xserver/hw/xfree86/ramdac/TI.c U xenocara/xserver/hw/xfree86/ramdac/IBMPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86CursorPriv.h U xenocara/xserver/hw/xfree86/vgahw/vgaHW.c C xenocara/xserver/hw/xfree86/vgahw/Makefile.in U xenocara/xserver/hw/xfree86/vgahw/vgaHWmodule.c U xenocara/xserver/hw/xfree86/vgahw/Makefile.am U xenocara/xserver/hw/xfree86/vgahw/vgaHW.h U xenocara/xserver/hw/xfree86/vgahw/vgaCmap.c C xenocara/xserver/hw/xfree86/rac/Makefile.in U xenocara/xserver/hw/xfree86/rac/Makefile.am U xenocara/xserver/hw/xfree86/rac/xf86RAC.c U xenocara/xserver/hw/xfree86/rac/xf86RAC.h U xenocara/xserver/hw/xfree86/ddc/print_edid.c U xenocara/xserver/hw/xfree86/ddc/ddcPriv.h U xenocara/xserver/hw/xfree86/ddc/vdif.h U xenocara/xserver/hw/xfree86/ddc/interpret_edid.c U xenocara/xserver/hw/xfree86/ddc/edid.c C xenocara/xserver/hw/xfree86/ddc/Makefile.in U xenocara/xserver/hw/xfree86/ddc/print_vdif.c U xenocara/xserver/hw/xfree86/ddc/Makefile.am U xenocara/xserver/hw/xfree86/ddc/DDC.HOWTO U xenocara/xserver/hw/xfree86/ddc/interpret_vdif.c U xenocara/xserver/hw/xfree86/ddc/xf86DDC.c U xenocara/xserver/hw/xfree86/ddc/ddcProperty.c U xenocara/xserver/hw/xfree86/ddc/edid.h U xenocara/xserver/hw/xfree86/ddc/xf86DDC.h U xenocara/xserver/hw/xfree86/xaa/xaaRect.c U xenocara/xserver/hw/xfree86/xaa/xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaPaintWin.c U xenocara/xserver/hw/xfree86/xaa/xaaWrapper.h U xenocara/xserver/hw/xfree86/xaa/lf3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaFillRect.c U xenocara/xserver/hw/xfree86/xaa/xaaInit.c U xenocara/xserver/hw/xfree86/xaa/xaaFillPoly.c U xenocara/xserver/hw/xfree86/xaa/xaaWideLine.c U xenocara/xserver/hw/xfree86/xaa/xaaBitOrder.c U xenocara/xserver/hw/xfree86/xaa/xaaOverlay.c U xenocara/xserver/hw/xfree86/xaa/l3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/mf3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaacexp.h U xenocara/xserver/hw/xfree86/xaa/m-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaGC.c C xenocara/xserver/hw/xfree86/xaa/Makefile.in U xenocara/xserver/hw/xfree86/xaa/XAA.HOWTO U xenocara/xserver/hw/xfree86/xaa/l-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaarop.h U xenocara/xserver/hw/xfree86/xaa/lf3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaNonTEText.c U xenocara/xserver/hw/xfree86/xaa/mf3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaInitAccel.c U xenocara/xserver/hw/xfree86/xaa/Makefile.am U xenocara/xserver/hw/xfree86/xaa/xaaTables.c U xenocara/xserver/hw/xfree86/xaa/xaaWrapper.c U xenocara/xserver/hw/xfree86/xaa/xaaLine.c U xenocara/xserver/hw/xfree86/xaa/l3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/s-xaaLine.c U xenocara/xserver/hw/xfree86/xaa/m-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaOverlayDF.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyPlane.c U xenocara/xserver/hw/xfree86/xaa/xaaFallback.c U xenocara/xserver/hw/xfree86/xaa/l-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaStateChange.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyWin.c U xenocara/xserver/hw/xfree86/xaa/xaaTEGlyphBlt.S U xenocara/xserver/hw/xfree86/xaa/xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/s-xaaDashLine.c U xenocara/xserver/hw/xfree86/xaa/xaaNonTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaSpans.c U xenocara/xserver/hw/xfree86/xaa/xaaPict.c U xenocara/xserver/hw/xfree86/xaa/xaaOffscreen.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/m3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaawrap.h U xenocara/xserver/hw/xfree86/xaa/xaaBitBlt.c U xenocara/xserver/hw/xfree86/xaa/xaaGCmisc.c U xenocara/xserver/hw/xfree86/xaa/xaaImage.c U xenocara/xserver/hw/xfree86/xaa/m-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaa.h U xenocara/xserver/hw/xfree86/xaa/m3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaDashLine.c U xenocara/xserver/hw/xfree86/xaa/xaaPCache.c U xenocara/xserver/hw/xfree86/xaa/xaalocal.h U xenocara/xserver/hw/xfree86/xaa/xaaFillArc.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyArea.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaROP.c U xenocara/xserver/hw/xfree86/xaa/xaaTEText.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaLineMisc.c U xenocara/xserver/hw/xfree86/xaa/l-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32.h U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyplane.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbimage.c C xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbscrinit.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcmisc.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32module.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc.c U xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc32.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbbstore.c U xenocara/xserver/hw/xfree86/xf8_32bpp/xf86overlay.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc8.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbpntwin.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyarea.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcunder.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbwindow.c U xenocara/xserver/hw/xfree86/dri/drimodule.c C xenocara/xserver/hw/xfree86/dri/Makefile.in U xenocara/xserver/hw/xfree86/dri/dri.c U xenocara/xserver/hw/xfree86/dri/sarea.h U xenocara/xserver/hw/xfree86/dri/Makefile.am U xenocara/xserver/hw/xfree86/dri/dri.h U xenocara/xserver/hw/xfree86/dri/dristruct.h U xenocara/xserver/hw/xfree86/dri/xf86dri.c U xenocara/xserver/hw/xfree86/fbdevhw/fbpriv.h C xenocara/xserver/hw/xfree86/fbdevhw/Makefile.in U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.c U xenocara/xserver/hw/xfree86/fbdevhw/Makefile.am U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.man.pre U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.h U xenocara/xserver/hw/xfree86/fbdevhw/README U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhwstub.c C xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf8_16bpp/xf8_16module.c U xenocara/xserver/hw/xfree86/xf8_16bpp/cfb8_16.h U xenocara/xserver/hw/xfree86/i2c/uda1380_module.c U xenocara/xserver/hw/xfree86/i2c/tda8425_module.c U xenocara/xserver/hw/xfree86/i2c/tda9850.h U xenocara/xserver/hw/xfree86/i2c/tda9850_module.c U xenocara/xserver/hw/xfree86/i2c/tda9885.h U xenocara/xserver/hw/xfree86/i2c/uda1380.h U xenocara/xserver/hw/xfree86/i2c/uda1380.c U xenocara/xserver/hw/xfree86/i2c/tda8425.c U xenocara/xserver/hw/xfree86/i2c/fi1236_module.c U xenocara/xserver/hw/xfree86/i2c/xf86i2cmodule.c U xenocara/xserver/hw/xfree86/i2c/xf86i2c.c C xenocara/xserver/hw/xfree86/i2c/Makefile.in U xenocara/xserver/hw/xfree86/i2c/msp3430_module.c U xenocara/xserver/hw/xfree86/i2c/Makefile.am U xenocara/xserver/hw/xfree86/i2c/fi1236.c U xenocara/xserver/hw/xfree86/i2c/tda9885_module.c U xenocara/xserver/hw/xfree86/i2c/tda9885.c U xenocara/xserver/hw/xfree86/i2c/bt829.c U xenocara/xserver/hw/xfree86/i2c/msp3430.c U xenocara/xserver/hw/xfree86/i2c/fi1236.h U xenocara/xserver/hw/xfree86/i2c/bt829.h U xenocara/xserver/hw/xfree86/i2c/msp3430.h U xenocara/xserver/hw/xfree86/i2c/xf86i2c.h U xenocara/xserver/hw/xfree86/i2c/tda9850.c U xenocara/xserver/hw/xfree86/i2c/tda8425.h U xenocara/xserver/hw/xfree86/i2c/bt829_module.c U xenocara/xserver/hw/xfree86/i2c/i2c_def.h U xenocara/xserver/hw/xprint/attributes.c U xenocara/xserver/hw/xprint/spooler.c C xenocara/xserver/hw/xprint/Makefile.in U xenocara/xserver/hw/xprint/ValTree.c U xenocara/xserver/hw/xprint/Init.c U xenocara/xserver/hw/xprint/Makefile.am U xenocara/xserver/hw/xprint/AttrValid.c U xenocara/xserver/hw/xprint/Util.c U xenocara/xserver/hw/xprint/mediaSizes.c U xenocara/xserver/hw/xprint/DiPrint.h U xenocara/xserver/hw/xprint/Oid.c U xenocara/xserver/hw/xprint/dpmsstubs-wrapper.c U xenocara/xserver/hw/xprint/attributes.h U xenocara/xserver/hw/xprint/miinitext-wrapper.c U xenocara/xserver/hw/xprint/OidStrs.h U xenocara/xserver/hw/xprint/Oid.h U xenocara/xserver/hw/xprint/spooler.h U xenocara/xserver/hw/xprint/ddxInit.c U xenocara/xserver/hw/xprint/AttrValid.h U xenocara/xserver/hw/xprint/OidDefs.h C xenocara/xserver/hw/xprint/doc/Makefile.in U xenocara/xserver/hw/xprint/doc/Xprt.html U xenocara/xserver/hw/xprint/doc/Makefile.am U xenocara/xserver/hw/xprint/doc/Xprt.man.pre U xenocara/xserver/hw/xprint/doc/Xprt.sgml U xenocara/xserver/hw/xprint/raster/Raster.h C xenocara/xserver/hw/xprint/raster/Makefile.in U xenocara/xserver/hw/xprint/raster/Makefile.am U xenocara/xserver/hw/xprint/raster/Raster.c U xenocara/xserver/hw/xprint/raster/RasterAttVal.c C xenocara/xserver/hw/xprint/etc/Makefile.in U xenocara/xserver/hw/xprint/etc/Makefile.am C xenocara/xserver/hw/xprint/etc/init.d/Makefile.in U xenocara/xserver/hw/xprint/etc/init.d/Makefile.am U xenocara/xserver/hw/xprint/etc/init.d/xprint.cpp C xenocara/xserver/hw/xprint/etc/profile.d/Makefile.in U xenocara/xserver/hw/xprint/etc/profile.d/Makefile.am U xenocara/xserver/hw/xprint/etc/profile.d/xprint.sh U xenocara/xserver/hw/xprint/etc/profile.d/xprint.csh C xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.in U xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.am U xenocara/xserver/hw/xprint/etc/Xsession.d/92xprint-xpserverlist C xenocara/xserver/hw/xprint/config/Makefile.in U xenocara/xserver/hw/xprint/config/Makefile.am U xenocara/xserver/hw/xprint/config/README C xenocara/xserver/hw/xprint/config/en_US/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/Makefile.am C xenocara/xserver/hw/xprint/config/en_US/print/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/print/Makefile.am C xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.am U xenocara/xserver/hw/xprint/config/en_US/print/attributes/document C xenocara/xserver/hw/xprint/config/C/Makefile.in U xenocara/xserver/hw/xprint/config/C/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/Xprinters C xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/postscript U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/pcl C xenocara/xserver/hw/xprint/config/C/print/models/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/ps2pdf_spooltodir.sh C xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/model-config U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00072.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00059.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00065.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00082.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00067.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00057.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00061.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00092.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00079.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00081.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00084.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00071.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00051.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00086.pmf C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00055.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.alias U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.dir U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00093.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00063.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00080.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00083.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00088.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00087.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00089.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00068.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00085.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00069.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00076.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00060.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00091.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00053.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00062.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00064.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00094.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00073.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/README U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00075.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00090.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00058.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00074.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00056.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00066.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00052.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00054.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00070.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00077.pmf C xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/model-config U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/spooltodir.sh C xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/model-config C xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/model-config U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00072.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00059.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00065.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00082.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00067.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00057.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00061.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00092.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00079.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00081.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00084.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00071.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00051.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00086.pmf C xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00055.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.alias U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.dir U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00093.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00063.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00080.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00083.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00088.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00087.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00089.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00068.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00085.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00069.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00076.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00060.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00091.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00053.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00062.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00064.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00094.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00073.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/README U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00075.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00090.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00058.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00074.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00056.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00066.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00052.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00054.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00070.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00077.pmf C xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/model-config U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Italic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-BookOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-DemiOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Symbol.pmf C xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Book.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Light.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Roman.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-DemiItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-BoldOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-LightItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Oblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Oblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-BoldOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-DemiOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-BookOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/ZapfDingbats.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-BoldItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Roman.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Italic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Book.pmf C xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/attributes/job U xenocara/xserver/hw/xprint/config/C/print/attributes/printer U xenocara/xserver/hw/xprint/config/C/print/attributes/document C xenocara/xserver/hw/xprint/pcl-mono/Makefile.in U xenocara/xserver/hw/xprint/pcl-mono/Makefile.am U xenocara/xserver/hw/xprint/pcl/PclCursor.c U xenocara/xserver/hw/xprint/pcl/Makefile.am.inc U xenocara/xserver/hw/xprint/pcl/PclAttr.c C xenocara/xserver/hw/xprint/pcl/Makefile.in U xenocara/xserver/hw/xprint/pcl/Makefile.am U xenocara/xserver/hw/xprint/pcl/PclArc.c U xenocara/xserver/hw/xprint/pcl/PclInit.c U xenocara/xserver/hw/xprint/pcl/PclMisc.c U xenocara/xserver/hw/xprint/pcl/PclAttVal.c U xenocara/xserver/hw/xprint/pcl/PclPixel.c U xenocara/xserver/hw/xprint/pcl/PclGC.c U xenocara/xserver/hw/xprint/pcl/PclPrint.c U xenocara/xserver/hw/xprint/pcl/PclWindow.c U xenocara/xserver/hw/xprint/pcl/PclPolygon.c U xenocara/xserver/hw/xprint/pcl/PclColor.c U xenocara/xserver/hw/xprint/pcl/PclFonts.c U xenocara/xserver/hw/xprint/pcl/PclLine.c U xenocara/xserver/hw/xprint/pcl/PclSFonts.c U xenocara/xserver/hw/xprint/pcl/Pclmap.h U xenocara/xserver/hw/xprint/pcl/PclText.c U xenocara/xserver/hw/xprint/pcl/Pcl.h U xenocara/xserver/hw/xprint/pcl/PclDef.h U xenocara/xserver/hw/xprint/pcl/PclArea.c U xenocara/xserver/hw/xprint/pcl/PclSpans.c U xenocara/xserver/hw/xprint/pcl/PclSFonts.h U xenocara/xserver/hw/xprint/ps/PsPixel.c U xenocara/xserver/hw/xprint/ps/PsCache.c U xenocara/xserver/hw/xprint/ps/PsImageUtil.c U xenocara/xserver/hw/xprint/ps/PsSpans.c U xenocara/xserver/hw/xprint/ps/PsText.c U xenocara/xserver/hw/xprint/ps/PsPixmap.c U xenocara/xserver/hw/xprint/ps/PsInit.c U xenocara/xserver/hw/xprint/ps/PsFTFonts.c C xenocara/xserver/hw/xprint/ps/Makefile.in U xenocara/xserver/hw/xprint/ps/Makefile.am U xenocara/xserver/hw/xprint/ps/PsGC.c U xenocara/xserver/hw/xprint/ps/PsPolygon.c U xenocara/xserver/hw/xprint/ps/PsArc.c U xenocara/xserver/hw/xprint/ps/psout.c U xenocara/xserver/hw/xprint/ps/Ps.h U xenocara/xserver/hw/xprint/ps/psout.h U xenocara/xserver/hw/xprint/ps/psout_ftpstype3.c U xenocara/xserver/hw/xprint/ps/PsFonts.c U xenocara/xserver/hw/xprint/ps/psout_ft.c U xenocara/xserver/hw/xprint/ps/PsAttr.c U xenocara/xserver/hw/xprint/ps/PsPrint.c U xenocara/xserver/hw/xprint/ps/PsDef.h U xenocara/xserver/hw/xprint/ps/PsAttVal.c U xenocara/xserver/hw/xprint/ps/PsMisc.c U xenocara/xserver/hw/xprint/ps/PsArea.c U xenocara/xserver/hw/xprint/ps/ttf2pt1wrap.c U xenocara/xserver/hw/xprint/ps/PsWindow.c U xenocara/xserver/hw/xprint/ps/PsLine.c U xenocara/xserver/hw/xprint/ps/PsColor.c U xenocara/xserver/hw/xprint/ps/psout_ftpstype1.c U xenocara/xserver/hw/vfb/lk201kbd.h U xenocara/xserver/hw/vfb/InitInput.c C xenocara/xserver/hw/vfb/Makefile.in U xenocara/xserver/hw/vfb/InitOutput.c U xenocara/xserver/hw/vfb/Makefile.am U xenocara/xserver/hw/vfb/Xvfb.man.pre U xenocara/xserver/hw/darwin/XDarwin.man U xenocara/xserver/hw/darwin/darwinKeyboard.c U xenocara/xserver/hw/darwin/darwinClut8.h U xenocara/xserver/hw/darwin/darwinXinput.c C xenocara/xserver/hw/darwin/Makefile.in U xenocara/xserver/hw/darwin/darwin.c U xenocara/xserver/hw/darwin/Makefile.am U xenocara/xserver/hw/darwin/darwinKeyboard.h U xenocara/xserver/hw/darwin/darwinEvents.c U xenocara/xserver/hw/darwin/darwin.h U xenocara/xserver/hw/darwin/utils/README.txt U xenocara/xserver/hw/darwin/utils/dumpkeymap.man U xenocara/xserver/hw/darwin/utils/dumpkeymap.c U xenocara/xserver/hw/darwin/bundle/startXClients.cpp U xenocara/xserver/hw/darwin/bundle/XDarwin.icns U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/French.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/French.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/French.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/English.lproj/InfoPlist.strings.cpp U xenocara/xserver/hw/darwin/bundle/English.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/English.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/ko.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/ko.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/ko.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/German.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/German.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/German.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/quartz/XApplication.h U xenocara/xserver/hw/darwin/quartz/quartzKeyboard.c U xenocara/xserver/hw/darwin/quartz/quartzPasteboard.h U xenocara/xserver/hw/darwin/quartz/XServer.h U xenocara/xserver/hw/darwin/quartz/XDarwinStartup.man U xenocara/xserver/hw/darwin/quartz/Preferences.h U xenocara/xserver/hw/darwin/quartz/keysym2ucs.c U xenocara/xserver/hw/darwin/quartz/pseudoramiX.c U xenocara/xserver/hw/darwin/quartz/quartzAudio.c U xenocara/xserver/hw/darwin/quartz/applewmExt.h U xenocara/xserver/hw/darwin/quartz/quartzCursor.h U xenocara/xserver/hw/darwin/quartz/keysym2ucs.h U xenocara/xserver/hw/darwin/quartz/XServer.m U xenocara/xserver/hw/darwin/quartz/applewm.c U xenocara/xserver/hw/darwin/quartz/quartzCursor.c U xenocara/xserver/hw/darwin/quartz/quartzStartup.c U xenocara/xserver/hw/darwin/quartz/Preferences.m U xenocara/xserver/hw/darwin/quartz/XDarwinStartup.c U xenocara/xserver/hw/darwin/quartz/XApplication.m U xenocara/xserver/hw/darwin/quartz/pseudoramiX.h U xenocara/xserver/hw/darwin/quartz/quartz.c U xenocara/xserver/hw/darwin/quartz/quartzPasteboard.c U xenocara/xserver/hw/darwin/quartz/quartz.h U xenocara/xserver/hw/darwin/quartz/quartzAudio.h U xenocara/xserver/hw/darwin/quartz/quartzCocoa.m U xenocara/xserver/hw/darwin/quartz/quartzCommon.h U xenocara/xserver/hw/darwin/quartz/cr/crScreen.m U xenocara/xserver/hw/darwin/quartz/cr/crAppleWM.m U xenocara/xserver/hw/darwin/quartz/cr/XView.h U xenocara/xserver/hw/darwin/quartz/cr/XView.m U xenocara/xserver/hw/darwin/quartz/cr/cr.h U xenocara/xserver/hw/darwin/quartz/cr/crFrame.m U xenocara/xserver/hw/darwin/quartz/xpr/x-hook.h U xenocara/xserver/hw/darwin/quartz/xpr/xprCursor.c U xenocara/xserver/hw/darwin/quartz/xpr/x-hash.c U xenocara/xserver/hw/darwin/quartz/xpr/dri.c U xenocara/xserver/hw/darwin/quartz/xpr/xpr.h U xenocara/xserver/hw/darwin/quartz/xpr/dri.h U xenocara/xserver/hw/darwin/quartz/xpr/x-list.h U xenocara/xserver/hw/darwin/quartz/xpr/Xplugin.h U xenocara/xserver/hw/darwin/quartz/xpr/x-hook.c U xenocara/xserver/hw/darwin/quartz/xpr/dristruct.h U xenocara/xserver/hw/darwin/quartz/xpr/appledri.c U xenocara/xserver/hw/darwin/quartz/xpr/x-hash.h U xenocara/xserver/hw/darwin/quartz/xpr/xprFrame.c U xenocara/xserver/hw/darwin/quartz/xpr/xprAppleWM.c U xenocara/xserver/hw/darwin/quartz/xpr/x-list.c U xenocara/xserver/hw/darwin/quartz/xpr/xprScreen.c U xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.h U xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.c U xenocara/xserver/hw/darwin/quartz/fullscreen/fullscreen.c U xenocara/xserver/hw/darwin/quartz/XDarwin.pbproj/project.pbxproj U xenocara/xserver/hw/darwin/iokit/xfIOKitStartup.c U xenocara/xserver/hw/darwin/iokit/xfIOKit.c U xenocara/xserver/hw/darwin/iokit/xfIOKit.h U xenocara/xserver/hw/darwin/iokit/xfIOKitCursor.c U xenocara/xserver/hw/dmx/dmxsync.c U xenocara/xserver/hw/dmx/dmxvisual.h U xenocara/xserver/hw/dmx/dmxpict.h U xenocara/xserver/hw/dmx/dmxcmap.h U xenocara/xserver/hw/dmx/dmxscrinit.h C xenocara/xserver/hw/dmx/Makefile.in U xenocara/xserver/hw/dmx/dmxpixmap.c U xenocara/xserver/hw/dmx/dmxfont.c U xenocara/xserver/hw/dmx/dmxinput.h U xenocara/xserver/hw/dmx/dmx_glxvisuals.h U xenocara/xserver/hw/dmx/dmx.h U xenocara/xserver/hw/dmx/dmxcursor.c U xenocara/xserver/hw/dmx/Makefile.am U xenocara/xserver/hw/dmx/dmxstat.c U xenocara/xserver/hw/dmx/dmx_glxvisuals.c U xenocara/xserver/hw/dmx/Xdmx.man U xenocara/xserver/hw/dmx/dmxstat.h U xenocara/xserver/hw/dmx/dmxwindow.h U xenocara/xserver/hw/dmx/dmxgc.c U xenocara/xserver/hw/dmx/dmxlog.c U xenocara/xserver/hw/dmx/dmxgcops.c U xenocara/xserver/hw/dmx/dmx-config.h U xenocara/xserver/hw/dmx/dmxdpms.h U xenocara/xserver/hw/dmx/dmxpixmap.h U xenocara/xserver/hw/dmx/dmxcb.h U xenocara/xserver/hw/dmx/dmxcb.c U xenocara/xserver/hw/dmx/dmxinit.c U xenocara/xserver/hw/dmx/dmxclient.h U xenocara/xserver/hw/dmx/dmxprop.c U xenocara/xserver/hw/dmx/dmxcursor.h U xenocara/xserver/hw/dmx/dmxfont.h U xenocara/xserver/hw/dmx/dmxshadow.c U xenocara/xserver/hw/dmx/dmxsync.h U xenocara/xserver/hw/dmx/dmxinput.c U xenocara/xserver/hw/dmx/dmxpict.c U xenocara/xserver/hw/dmx/dmxlog.h U xenocara/xserver/hw/dmx/dmxdpms.c U xenocara/xserver/hw/dmx/dmxextension.h U xenocara/xserver/hw/dmx/dmxgcops.h U xenocara/xserver/hw/dmx/dmxvisual.c U xenocara/xserver/hw/dmx/dmxprop.h U xenocara/xserver/hw/dmx/dmxinit.h U xenocara/xserver/hw/dmx/dmx.c U xenocara/xserver/hw/dmx/dmxshadow.h U xenocara/xserver/hw/dmx/dmxgc.h U xenocara/xserver/hw/dmx/dmxscrinit.c U xenocara/xserver/hw/dmx/dmxextension.c U xenocara/xserver/hw/dmx/dmxcmap.c U xenocara/xserver/hw/dmx/dmxwindow.c U xenocara/xserver/hw/dmx/input/dmxevents.h U xenocara/xserver/hw/dmx/input/dmxcommon.c U xenocara/xserver/hw/dmx/input/dmxbackend.c U xenocara/xserver/hw/dmx/input/dmxmotion.c U xenocara/xserver/hw/dmx/input/dmxmotion.h U xenocara/xserver/hw/dmx/input/dmxsigio.c U xenocara/xserver/hw/dmx/input/dmxdummy.c U xenocara/xserver/hw/dmx/input/lnx-ps2.c U xenocara/xserver/hw/dmx/input/dmxdetach.c U xenocara/xserver/hw/dmx/input/dmxsigio.h U xenocara/xserver/hw/dmx/input/usb-mouse.h U xenocara/xserver/hw/dmx/input/dmxbackend.h U xenocara/xserver/hw/dmx/input/dmxconsole.h U xenocara/xserver/hw/dmx/input/dmxinputinit.c U xenocara/xserver/hw/dmx/input/usb-common.c C xenocara/xserver/hw/dmx/input/Makefile.in U xenocara/xserver/hw/dmx/input/dmxeq.h U xenocara/xserver/hw/dmx/input/dmxarg.h U xenocara/xserver/hw/dmx/input/dmxinputinit.h U xenocara/xserver/hw/dmx/input/Makefile.am U xenocara/xserver/hw/dmx/input/ChkNotMaskEv.c U xenocara/xserver/hw/dmx/input/lnx-ps2.h U xenocara/xserver/hw/dmx/input/lnx-ms.c U xenocara/xserver/hw/dmx/input/dmxxinput.c U xenocara/xserver/hw/dmx/input/dmxcommon.h U xenocara/xserver/hw/dmx/input/usb-keyboard.c U xenocara/xserver/hw/dmx/input/usb-keyboard.h U xenocara/xserver/hw/dmx/input/dmxmap.h U xenocara/xserver/hw/dmx/input/dmxmap.c U xenocara/xserver/hw/dmx/input/usb-private.h U xenocara/xserver/hw/dmx/input/lnx-ms.h U xenocara/xserver/hw/dmx/input/lnx-keyboard.c U xenocara/xserver/hw/dmx/input/usb-mouse.c U xenocara/xserver/hw/dmx/input/dmxevents.c U xenocara/xserver/hw/dmx/input/dmxconsole.c U xenocara/xserver/hw/dmx/input/dmxarg.c U xenocara/xserver/hw/dmx/input/usb-other.h U xenocara/xserver/hw/dmx/input/dmxdummy.h U xenocara/xserver/hw/dmx/input/lnx-keyboard.h U xenocara/xserver/hw/dmx/input/usb-other.c U xenocara/xserver/hw/dmx/input/dmxeq.c U xenocara/xserver/hw/dmx/input/ChkNotMaskEv.h U xenocara/xserver/hw/dmx/input/usb-common.h U xenocara/xserver/hw/dmx/examples/dmxrmscreen.c U xenocara/xserver/hw/dmx/examples/xled.c U xenocara/xserver/hw/dmx/examples/xdmx.c U xenocara/xserver/hw/dmx/examples/xinput.c U xenocara/xserver/hw/dmx/examples/dmxaddinput.c U xenocara/xserver/hw/dmx/examples/dmxwininfo.c U xenocara/xserver/hw/dmx/examples/dmxresize.c C xenocara/xserver/hw/dmx/examples/Makefile.in U xenocara/xserver/hw/dmx/examples/dmxreconfig.c U xenocara/xserver/hw/dmx/examples/Makefile.am U xenocara/xserver/hw/dmx/examples/evi.c U xenocara/xserver/hw/dmx/examples/ev.c U xenocara/xserver/hw/dmx/examples/xbell.c U xenocara/xserver/hw/dmx/examples/dmxaddscreen.c U xenocara/xserver/hw/dmx/examples/dmxrminput.c U xenocara/xserver/hw/dmx/examples/xtest.c U xenocara/xserver/hw/dmx/examples/res.c U xenocara/xserver/hw/dmx/doc/dmx.sgml U xenocara/xserver/hw/dmx/doc/scaled.sgml U xenocara/xserver/hw/dmx/doc/doxygen.head C xenocara/xserver/hw/dmx/doc/Makefile.in U xenocara/xserver/hw/dmx/doc/Makefile.am U xenocara/xserver/hw/dmx/doc/doxygen.conf U xenocara/xserver/hw/dmx/doc/dmx.txt U xenocara/xserver/hw/dmx/doc/DMXSpec.txt U xenocara/xserver/hw/dmx/doc/doxygen.foot U xenocara/xserver/hw/dmx/doc/DMXSpec-v1.txt U xenocara/xserver/hw/dmx/doc/scaled.txt U xenocara/xserver/hw/dmx/doc/doxygen.css U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReq.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxPixPriv.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigVirtual.html U xenocara/xserver/hw/dmx/doc/html/dmx_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReply.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxinput_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2folderclosed.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigToken.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxColormapPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_eval.html U xenocara/xserver/hw/dmx/doc/html/ftv2plastnode.png U xenocara/xserver/hw/dmx/doc/html/struct__dmxCursorPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h.html U xenocara/xserver/hw/dmx/doc/html/annotated.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigOption.html U xenocara/xserver/hw/dmx/doc/html/dmxxinput_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxinput_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXConfigCmdStruct.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8h.html U xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxFontPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigNumber.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2folderopen.png U xenocara/xserver/hw/dmx/doc/html/dmxinput_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxclient_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXEventMap.html U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-private_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXScreenInfo.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8c.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReq.html U xenocara/xserver/hw/dmx/doc/html/dmxsync_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigFullDim.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReq.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigParam.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxWinPriv.html U xenocara/xserver/hw/dmx/doc/html/ftv2pnode.png U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2mlastnode.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXStatInfo.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInitInfo.html U xenocara/xserver/hw/dmx/doc/html/ftv2lastnode.png U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReq.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h.html U xenocara/xserver/hw/dmx/doc/html/structdmxGlxVisualPrivate.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigWall.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReq.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReply.html U xenocara/xserver/hw/dmx/doc/html/ftv2blank.png U xenocara/xserver/hw/dmx/doc/html/dmxextension_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structDMXConfigListStruct.html U xenocara/xserver/hw/dmx/doc/html/files.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReply.html U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8c.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReq.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__EventQueue.html U xenocara/xserver/hw/dmx/doc/html/dmxext_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxproto_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxGCPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReply.html U xenocara/xserver/hw/dmx/doc/html/dmxext_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReq.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReply.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxArg.html U xenocara/xserver/hw/dmx/doc/html/dmxdetach_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxclient_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_enum.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReply.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmx_8h.html U xenocara/xserver/hw/dmx/doc/html/globals_type.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxextension_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPair.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8h-source.html U xenocara/xserver/hw/dmx/doc/html/doxygen.png U xenocara/xserver/hw/dmx/doc/html/ftv2vertline.png U xenocara/xserver/hw/dmx/doc/html/dmxsync_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8c.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxproto_8h-source.html U xenocara/xserver/hw/dmx/doc/html/ftv2doc.png U xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/globals_func.html U xenocara/xserver/hw/dmx/doc/html/dmx__glxvisuals_8h-source.html U xenocara/xserver/hw/dmx/doc/html/functions_vars.html U xenocara/xserver/hw/dmx/doc/html/usb-private_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigString.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8h-source.html U xenocara/xserver/hw/dmx/doc/html/lib_2dmx_2dmx_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8c.html U xenocara/xserver/hw/dmx/doc/html/programs_2Xserver_2Xext_2dmx_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__Event.html U xenocara/xserver/hw/dmx/doc/html/globals_vars.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXInputInfo.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigSub.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8h-source.html U xenocara/xserver/hw/dmx/doc/html/main.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__myPrivate.html U xenocara/xserver/hw/dmx/doc/html/dmxsync_8c.html U xenocara/xserver/hw/dmx/doc/html/classes.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxextension_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxPictPriv.html U xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8h.html U xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigEntry.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInputInfo.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXStatAvg.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h-source.html U xenocara/xserver/hw/dmx/doc/html/ftv2node.png U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPartDim.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_defs.html U xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h-source.html U xenocara/xserver/hw/dmx/doc/html/tree.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8c.html U xenocara/xserver/hw/dmx/doc/html/functions.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReq.html U xenocara/xserver/hw/dmx/doc/html/ftv2link.png U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2mnode.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigComment.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxGlyphPriv.html U xenocara/xserver/hw/dmx/doc/html/index.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReply.html U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReq.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8c.html U xenocara/xserver/hw/dmx/doc/html/doxygen.css U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigDisplay.html U xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.c U xenocara/xserver/hw/dmx/glxProxy/glxcmds.c U xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.h U xenocara/xserver/hw/dmx/glxProxy/glxvisuals.h U xenocara/xserver/hw/dmx/glxProxy/glxserver.h U xenocara/xserver/hw/dmx/glxProxy/unpack.h U xenocara/xserver/hw/dmx/glxProxy/glxutil.c U xenocara/xserver/hw/dmx/glxProxy/glxdrawable.h U xenocara/xserver/hw/dmx/glxProxy/glxerror.h C xenocara/xserver/hw/dmx/glxProxy/Makefile.in U xenocara/xserver/hw/dmx/glxProxy/glxvendor.h U xenocara/xserver/hw/dmx/glxProxy/Makefile.am U xenocara/xserver/hw/dmx/glxProxy/glxutil.h U xenocara/xserver/hw/dmx/glxProxy/glxscreens.c U xenocara/xserver/hw/dmx/glxProxy/glxext.c U xenocara/xserver/hw/dmx/glxProxy/g_disptab.h U xenocara/xserver/hw/dmx/glxProxy/renderpixswap.c U xenocara/xserver/hw/dmx/glxProxy/g_disptab.c U xenocara/xserver/hw/dmx/glxProxy/render2swap.c U xenocara/xserver/hw/dmx/glxProxy/glxsingle.c U xenocara/xserver/hw/dmx/glxProxy/glxcontext.h U xenocara/xserver/hw/dmx/glxProxy/global.c U xenocara/xserver/hw/dmx/glxProxy/glxvisuals.c U xenocara/xserver/hw/dmx/glxProxy/g_renderswap.c U xenocara/xserver/hw/dmx/glxProxy/compsize.c U xenocara/xserver/hw/dmx/glxProxy/glxvendor.c U xenocara/xserver/hw/dmx/glxProxy/glxswap.c U xenocara/xserver/hw/dmx/glxProxy/glxswap.h U xenocara/xserver/hw/dmx/glxProxy/glxscreens.h U xenocara/xserver/hw/dmx/glxProxy/glxext.h U xenocara/xserver/hw/dmx/glxProxy/glxsingle.h U xenocara/xserver/hw/dmx/glxProxy/glxcmdsswap.c U xenocara/xserver/hw/dmx/config/test-g.out U xenocara/xserver/hw/dmx/config/dmxprint.h U xenocara/xserver/hw/dmx/config/Canvas.c U xenocara/xserver/hw/dmx/config/dmxparse.h U xenocara/xserver/hw/dmx/config/test-f.in U xenocara/xserver/hw/dmx/config/dmxprint.c U xenocara/xserver/hw/dmx/config/TODO U xenocara/xserver/hw/dmx/config/xdmxconfig.c U xenocara/xserver/hw/dmx/config/test-b.in U xenocara/xserver/hw/dmx/config/dmxparse.c U xenocara/xserver/hw/dmx/config/test-h.out U xenocara/xserver/hw/dmx/config/dmxconfig.h U xenocara/xserver/hw/dmx/config/test-k.in U xenocara/xserver/hw/dmx/config/test-b.out U xenocara/xserver/hw/dmx/config/xdmxconfig.man U xenocara/xserver/hw/dmx/config/test-i.out C xenocara/xserver/hw/dmx/config/Makefile.in U xenocara/xserver/hw/dmx/config/test-f.out U xenocara/xserver/hw/dmx/config/test-l.out U xenocara/xserver/hw/dmx/config/parser.y U xenocara/xserver/hw/dmx/config/test-c.out U xenocara/xserver/hw/dmx/config/test-i.in U xenocara/xserver/hw/dmx/config/Makefile.am U xenocara/xserver/hw/dmx/config/test-e.out U xenocara/xserver/hw/dmx/config/vdltodmx.man U xenocara/xserver/hw/dmx/config/dmxcompat.c U xenocara/xserver/hw/dmx/config/parser.c U xenocara/xserver/hw/dmx/config/test-g.in U xenocara/xserver/hw/dmx/config/test-j.in U xenocara/xserver/hw/dmx/config/dmxconfig.c U xenocara/xserver/hw/dmx/config/test-l.in U xenocara/xserver/hw/dmx/config/parser.h U xenocara/xserver/hw/dmx/config/test-d.out U xenocara/xserver/hw/dmx/config/test-d.in U xenocara/xserver/hw/dmx/config/CanvasP.h U xenocara/xserver/hw/dmx/config/dmxtodmx.c U xenocara/xserver/hw/dmx/config/test-a.in U xenocara/xserver/hw/dmx/config/test-k.out U xenocara/xserver/hw/dmx/config/test-j.out U xenocara/xserver/hw/dmx/config/test-e.in U xenocara/xserver/hw/dmx/config/test-c.in U xenocara/xserver/hw/dmx/config/scanner.l U xenocara/xserver/hw/dmx/config/dmxcompat.h U xenocara/xserver/hw/dmx/config/scanner.c U xenocara/xserver/hw/dmx/config/dmxtodmx.man U xenocara/xserver/hw/dmx/config/test-a.out U xenocara/xserver/hw/dmx/config/test-h.in U xenocara/xserver/hw/dmx/config/vdltodmx.c U xenocara/xserver/hw/dmx/config/Canvas.h U xenocara/xserver/hw/xwin/winmultiwindowclass.h U xenocara/xserver/hw/xwin/winpixmap.c U xenocara/xserver/hw/xwin/winclipboardtextconv.c U xenocara/xserver/hw/xwin/winprefs.h U xenocara/xserver/hw/xwin/winwin32rootless.c U xenocara/xserver/hw/xwin/winmsg.h U xenocara/xserver/hw/xwin/winfont.c U xenocara/xserver/hw/xwin/winprocarg.c U xenocara/xserver/hw/xwin/winshaddd.c U xenocara/xserver/hw/xwin/winprefsyacc.y U xenocara/xserver/hw/xwin/XWin.rc U xenocara/xserver/hw/xwin/winpolyline.c U xenocara/xserver/hw/xwin/InitInput.c U xenocara/xserver/hw/xwin/winprefsyacc.c U xenocara/xserver/hw/xwin/winconfig.h U xenocara/xserver/hw/xwin/winmultiwindowwm.c U xenocara/xserver/hw/xwin/winwakeup.c U xenocara/xserver/hw/xwin/winrandr.c U xenocara/xserver/hw/xwin/winconfig.c U xenocara/xserver/hw/xwin/winshadgdi.c U xenocara/xserver/hw/xwin/ddraw.h U xenocara/xserver/hw/xwin/winerror.c U xenocara/xserver/hw/xwin/winglobals.c C xenocara/xserver/hw/xwin/Makefile.in U xenocara/xserver/hw/xwin/winmultiwindowicons.c U xenocara/xserver/hw/xwin/winwin32rootlesswndproc.c U xenocara/xserver/hw/xwin/winvalargs.c U xenocara/xserver/hw/xwin/winwindow.h U xenocara/xserver/hw/xwin/winwin32rootlesswindow.c U xenocara/xserver/hw/xwin/winprefslex.c U xenocara/xserver/hw/xwin/InitOutput.c U xenocara/xserver/hw/xwin/winpfbdd.c U xenocara/xserver/hw/xwin/winmultiwindowwndproc.c U xenocara/xserver/hw/xwin/winnativegdi.c U xenocara/xserver/hw/xwin/Makefile.am U xenocara/xserver/hw/xwin/winclipboard.h U xenocara/xserver/hw/xwin/wincreatewnd.c U xenocara/xserver/hw/xwin/winkeyhook.c U xenocara/xserver/hw/xwin/winkeymap.h U xenocara/xserver/hw/xwin/winclipboardinit.c U xenocara/xserver/hw/xwin/winmultiwindowclass.c U xenocara/xserver/hw/xwin/winclipboardthread.c U xenocara/xserver/hw/xwin/winlayouts.h U xenocara/xserver/hw/xwin/windialogs.c U xenocara/xserver/hw/xwin/winprefs.c U xenocara/xserver/hw/xwin/winpntwin.c U xenocara/xserver/hw/xwin/XWinrc.man U xenocara/xserver/hw/xwin/winkeybd.h U xenocara/xserver/hw/xwin/XWin.man U xenocara/xserver/hw/xwin/winprefsyacc.h U xenocara/xserver/hw/xwin/winpriv.c U xenocara/xserver/hw/xwin/winwndproc.c U xenocara/xserver/hw/xwin/winclipboardwrappers.c U xenocara/xserver/hw/xwin/winresource.h U xenocara/xserver/hw/xwin/winkeynames.h U xenocara/xserver/hw/xwin/winkeybd.c U xenocara/xserver/hw/xwin/winclipboardwndproc.c U xenocara/xserver/hw/xwin/winmultiwindowshape.c U xenocara/xserver/hw/xwin/winms.h U xenocara/xserver/hw/xwin/winwindow.c U xenocara/xserver/hw/xwin/winmessages.h U xenocara/xserver/hw/xwin/winprefslex.l U xenocara/xserver/hw/xwin/X.ico U xenocara/xserver/hw/xwin/winregistry.c U xenocara/xserver/hw/xwin/winblock.c U xenocara/xserver/hw/xwin/winvideo.c U xenocara/xserver/hw/xwin/winclipboardxevents.c U xenocara/xserver/hw/xwin/winfillsp.c U xenocara/xserver/hw/xwin/winallpriv.c U xenocara/xserver/hw/xwin/winscrinit.c U xenocara/xserver/hw/xwin/winmisc.c U xenocara/xserver/hw/xwin/winauth.c U xenocara/xserver/hw/xwin/winmouse.c U xenocara/xserver/hw/xwin/winpushpxl.c U xenocara/xserver/hw/xwin/wingc.c U xenocara/xserver/hw/xwin/winshadddnl.c U xenocara/xserver/hw/xwin/winclip.c U xenocara/xserver/hw/xwin/winclipboardunicode.c U xenocara/xserver/hw/xwin/ChangeLog U xenocara/xserver/hw/xwin/winmultiwindowwindow.c U xenocara/xserver/hw/xwin/_usr_X11R6_lib_X11_system.XWinrc U xenocara/xserver/hw/xwin/win.h U xenocara/xserver/hw/xwin/wincursor.c U xenocara/xserver/hw/xwin/README U xenocara/xserver/hw/xwin/winsetsp.c U xenocara/xserver/hw/xwin/wintrayicon.c U xenocara/xserver/hw/xwin/wingetsp.c U xenocara/xserver/hw/xwin/winwindowswm.c U xenocara/xserver/hw/xwin/winmsg.c U xenocara/xserver/hw/xwin/winengine.c U xenocara/xserver/hw/xwin/wincmap.c U xenocara/xserver/hw/xwin/X-boxed.ico U xenocara/xserver/hw/xwin/winpriv.h U xenocara/xserver/hw/xwin/winrop.c U xenocara/xserver/hw/xwin/xlaunch/COPYING U xenocara/xserver/hw/xwin/xlaunch/config.cc U xenocara/xserver/hw/xwin/xlaunch/main.cc U xenocara/xserver/hw/xwin/xlaunch/window/dialog.h U xenocara/xserver/hw/xwin/xlaunch/window/window.h U xenocara/xserver/hw/xwin/xlaunch/window/wizard.cc U xenocara/xserver/hw/xwin/xlaunch/window/util.h U xenocara/xserver/hw/xwin/xlaunch/window/util.cc U xenocara/xserver/hw/xwin/xlaunch/window/window.cc U xenocara/xserver/hw/xwin/xlaunch/window/wizard.h U xenocara/xserver/hw/xwin/xlaunch/window/dialog.cc U xenocara/xserver/hw/xwin/xlaunch/resources/windowed.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/resources.h U xenocara/xserver/hw/xwin/xlaunch/resources/fullscreen.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/nodecoration.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/multiwindow.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/resources.rc U xenocara/xserver/hw/xwin/xlaunch/resources/images.rc U xenocara/xserver/hw/xwin/xlaunch/resources/strings.rc U xenocara/xserver/hw/xwin/xlaunch/resources/dialog.rc C xenocara/xserver/doc/Makefile.in U xenocara/xserver/doc/Makefile.am U xenocara/xserver/doc/Xserver.man.pre U xenocara/xserver/doc/smartsched U xenocara/xserver/randr/randr.c C xenocara/xserver/randr/Makefile.in U xenocara/xserver/randr/Makefile.am U xenocara/xserver/randr/mirandr.c U xenocara/xserver/randr/randrstr.h U xenocara/xserver/afb/afbpixmap.c U xenocara/xserver/afb/afbwindow.c U xenocara/xserver/afb/afbbresd.c U xenocara/xserver/afb/afbgc.c U xenocara/xserver/afb/afbfillarc.c U xenocara/xserver/afb/afbtileC.c U xenocara/xserver/afb/afbzerarc.c U xenocara/xserver/afb/afbblt.c C xenocara/xserver/afb/Makefile.in U xenocara/xserver/afb/afbscrinit.c U xenocara/xserver/afb/afbcmap.c U xenocara/xserver/afb/Makefile.am U xenocara/xserver/afb/afbpushpxl.c U xenocara/xserver/afb/afbtile.c U xenocara/xserver/afb/afbtegblt.c U xenocara/xserver/afb/afbfont.c U xenocara/xserver/afb/afb.h U xenocara/xserver/afb/afbfillsp.c U xenocara/xserver/afb/afbbltCI.c U xenocara/xserver/afb/afbplygblt.c U xenocara/xserver/afb/afbsetsp.c U xenocara/xserver/afb/afbpntwin.c U xenocara/xserver/afb/afbhrzvert.c U xenocara/xserver/afb/README U xenocara/xserver/afb/afbbltG.c U xenocara/xserver/afb/afbbltC.c U xenocara/xserver/afb/afbbres.c U xenocara/xserver/afb/afbfillrct.c U xenocara/xserver/afb/afbclip.c U xenocara/xserver/afb/Xdaniver.doc U xenocara/xserver/afb/afbpolypnt.c U xenocara/xserver/afb/afbbltO.c U xenocara/xserver/afb/afbgetsp.c U xenocara/xserver/afb/afbtileG.c U xenocara/xserver/afb/afbimage.c U xenocara/xserver/afb/afbbltX.c U xenocara/xserver/afb/afbbitblt.c U xenocara/xserver/afb/afbimggblt.c U xenocara/xserver/afb/afbline.c U xenocara/xserver/afb/afbbstore.c U xenocara/xserver/afb/afbply1rct.c U xenocara/xserver/afb/afbmisc.c U xenocara/xserver/afb/afbpntarea.c U xenocara/xserver/afb/afbseg.c U xenocara/xserver/dix/globals.c U xenocara/xserver/dix/xpstubs.c U xenocara/xserver/dix/colormap.c U xenocara/xserver/dix/strcasecmp.c U xenocara/xserver/dix/buildatoms U xenocara/xserver/dix/ffs.c U xenocara/xserver/dix/extension.c U xenocara/xserver/dix/privates.c C xenocara/xserver/dix/Makefile.in U xenocara/xserver/dix/resource.c U xenocara/xserver/dix/glyphcurs.c U xenocara/xserver/dix/cursor.c U xenocara/xserver/dix/Makefile.am U xenocara/xserver/dix/gc.c U xenocara/xserver/dix/atom.c U xenocara/xserver/dix/dixutils.c U xenocara/xserver/dix/swaprep.c U xenocara/xserver/dix/window.c U xenocara/xserver/dix/swapreq.c U xenocara/xserver/dix/dispatch.h U xenocara/xserver/dix/initatoms.c U xenocara/xserver/dix/main.c U xenocara/xserver/dix/devices.c U xenocara/xserver/dix/dixfonts.c U xenocara/xserver/dix/pixmap.c U xenocara/xserver/dix/BuiltInAtoms U xenocara/xserver/dix/dispatch.c U xenocara/xserver/dix/tables.c U xenocara/xserver/dix/events.c U xenocara/xserver/dix/grabs.c U xenocara/xserver/dix/CHANGES U xenocara/xserver/dix/property.c U xenocara/xserver/cfb/cfbfillsp.c U xenocara/xserver/cfb/cfb8bit.c U xenocara/xserver/cfb/cfbsolidC.c U xenocara/xserver/cfb/cfbsolid.c U xenocara/xserver/cfb/cfbhrzvert.c U xenocara/xserver/cfb/stip68kgnu.h U xenocara/xserver/cfb/Makefile.am.inc U xenocara/xserver/cfb/cfb8segCS.c U xenocara/xserver/cfb/cfbgetsp.c U xenocara/xserver/cfb/cfbcppl.c U xenocara/xserver/cfb/cfbimage.c U xenocara/xserver/cfb/cfb8lineCO.c U xenocara/xserver/cfb/cfbigblt8.c U xenocara/xserver/cfb/cfb8bit.h U xenocara/xserver/cfb/cfbply1rctG.c U xenocara/xserver/cfb/cfb8lineG.c C xenocara/xserver/cfb/Makefile.in U xenocara/xserver/cfb/cfbrrop.h U xenocara/xserver/cfb/cfbscrinit.c U xenocara/xserver/cfb/cfbply1rct.c U xenocara/xserver/cfb/cfbtileodd.c U xenocara/xserver/cfb/cfbtileoddC.c U xenocara/xserver/cfb/cfbrctstp8.c U xenocara/xserver/cfb/cfbgc.c U xenocara/xserver/cfb/cfbfillarcG.c U xenocara/xserver/cfb/Makefile.am U xenocara/xserver/cfb/cfbtab.h U xenocara/xserver/cfb/cfbrrop.c U xenocara/xserver/cfb/cfbbltO.c U xenocara/xserver/cfb/cfbzerarcX.c U xenocara/xserver/cfb/cfb16.h U xenocara/xserver/cfb/cfbzerarcG.c U xenocara/xserver/cfb/cfbply1rctC.c U xenocara/xserver/cfb/cfbzerarc.c U xenocara/xserver/cfb/cfbpush8.c U xenocara/xserver/cfb/cfbpixmap.c U xenocara/xserver/cfb/cfbglblt8.c U xenocara/xserver/cfb/cfbblt.c U xenocara/xserver/cfb/cfbzerarcC.c U xenocara/xserver/cfb/cfbbstore.c U xenocara/xserver/cfb/cfbfillarcC.c U xenocara/xserver/cfb/cfballpriv.c U xenocara/xserver/cfb/cfbpolypnt.c U xenocara/xserver/cfb/cfbtile32.c U xenocara/xserver/cfb/cfbmap.h U xenocara/xserver/cfb/cfbcmap.c U xenocara/xserver/cfb/cfbline.c U xenocara/xserver/cfb/cfbfillrct.c U xenocara/xserver/cfb/cfb8line.c U xenocara/xserver/cfb/cfb8setG.c U xenocara/xserver/cfb/cfbbltX.c U xenocara/xserver/cfb/cfbglrop8.c U xenocara/xserver/cfb/cfbbres.c U xenocara/xserver/cfb/cfb8lineX.c U xenocara/xserver/cfb/cfbtileoddG.c U xenocara/xserver/cfb/cfb8lineCP.c U xenocara/xserver/cfb/cfb8segC.c U xenocara/xserver/cfb/cfbsolidX.c U xenocara/xserver/cfb/cfbpntwin.c U xenocara/xserver/cfb/cfbmskbits.c U xenocara/xserver/cfb/cfbfillarc.c U xenocara/xserver/cfb/cfbteblt8.c U xenocara/xserver/cfb/stipmips.s U xenocara/xserver/cfb/cfbsetsp.c U xenocara/xserver/cfb/cfbtegblt.c U xenocara/xserver/cfb/cfbmskbits.h U xenocara/xserver/cfb/cfbbitblt.c U xenocara/xserver/cfb/cfbtile32C.c U xenocara/xserver/cfb/cfb8segX.c U xenocara/xserver/cfb/cfbbresd.c U xenocara/xserver/cfb/stipsparc.s U xenocara/xserver/cfb/cfbbltC.c U xenocara/xserver/cfb/cfbsolidG.c U xenocara/xserver/cfb/cfbwindow.c U xenocara/xserver/cfb/stipsprc32.s U xenocara/xserver/cfb/cfb24.h U xenocara/xserver/cfb/cfbbltG.c U xenocara/xserver/cfb/cfb.h U xenocara/xserver/cfb/cfbunmap.h U xenocara/xserver/cfb/cfb32.h U xenocara/xserver/cfb/cfbseg.c U xenocara/xserver/cfb/cfbtile32G.c U xenocara/xserver/xfixes/xfixes.c C xenocara/xserver/xfixes/Makefile.in U xenocara/xserver/xfixes/cursor.c U xenocara/xserver/xfixes/Makefile.am U xenocara/xserver/xfixes/region.c U xenocara/xserver/xfixes/saveset.c U xenocara/xserver/xfixes/select.c U xenocara/xserver/xfixes/xfixesint.h U xenocara/xserver/xfixes/xfixes.h U xenocara/xserver/composite/compwindow.c U xenocara/xserver/composite/compint.h C xenocara/xserver/composite/Makefile.in U xenocara/xserver/composite/Makefile.am U xenocara/xserver/composite/compinit.c U xenocara/xserver/composite/compalloc.c U xenocara/xserver/composite/compext.c U xenocara/xserver/fb/fbedge.c U xenocara/xserver/fb/fbsetsp.c U xenocara/xserver/fb/fbmmx.h U xenocara/xserver/fb/fbbits.h U xenocara/xserver/fb/fbpict.h U xenocara/xserver/fb/fbutil.c U xenocara/xserver/fb/fbcompose.c U xenocara/xserver/fb/fbcmap.c U xenocara/xserver/fb/fb24_32.h U xenocara/xserver/fb/fbpush.c C xenocara/xserver/fb/Makefile.in U xenocara/xserver/fb/fbarc.c U xenocara/xserver/fb/fbstipple.c U xenocara/xserver/fb/fbbits.c U xenocara/xserver/fb/fbglyph.c U xenocara/xserver/fb/Makefile.am U xenocara/xserver/fb/fbcopy.c U xenocara/xserver/fb/fbpict.c U xenocara/xserver/fb/fbimage.c U xenocara/xserver/fb/fbrop.h U xenocara/xserver/fb/fboverlay.h U xenocara/xserver/fb/fbgc.c U xenocara/xserver/fb/fbpoint.c U xenocara/xserver/fb/fbseg.c U xenocara/xserver/fb/fbmmx.c U xenocara/xserver/fb/fboverlay.c U xenocara/xserver/fb/fbfillsp.c U xenocara/xserver/fb/fbscreen.c U xenocara/xserver/fb/fballpriv.c U xenocara/xserver/fb/fbtile.c U xenocara/xserver/fb/fbfill.c U xenocara/xserver/fb/fbpseudocolor.h U xenocara/xserver/fb/fbline.c U xenocara/xserver/fb/fbpixmap.c U xenocara/xserver/fb/fbtrap.c U xenocara/xserver/fb/fbbstore.c U xenocara/xserver/fb/fb24_32.c U xenocara/xserver/fb/fbbltone.c U xenocara/xserver/fb/fbedgeimp.h U xenocara/xserver/fb/fbpseudocolor.c U xenocara/xserver/fb/fbsolid.c U xenocara/xserver/fb/fbwindow.c U xenocara/xserver/fb/fbblt.c U xenocara/xserver/fb/fbgetsp.c U xenocara/xserver/fb/fb.h U xenocara/xserver/fb/fbfillrect.c U xenocara/xserver/mi/mizerline.c U xenocara/xserver/mi/mipolytext.c U xenocara/xserver/mi/mioverlay.h U xenocara/xserver/mi/mipointer.h U xenocara/xserver/mi/mifillarc.c U xenocara/xserver/mi/mipushpxl.c U xenocara/xserver/mi/mipolypnt.c U xenocara/xserver/mi/mizerarc.h U xenocara/xserver/mi/migc.c U xenocara/xserver/mi/mizerarc.c U xenocara/xserver/mi/migc.h U xenocara/xserver/mi/mipointer.c U xenocara/xserver/mi/micmap.c U xenocara/xserver/mi/mistruct.h U xenocara/xserver/mi/mispans.c U xenocara/xserver/mi/miarc.c U xenocara/xserver/mi/mibstorest.h C xenocara/xserver/mi/Makefile.in U xenocara/xserver/mi/mibitblt.c U xenocara/xserver/mi/micmap.h U xenocara/xserver/mi/mipolygen.c U xenocara/xserver/mi/mieq.c U xenocara/xserver/mi/miinitext.c U xenocara/xserver/mi/miregion.c U xenocara/xserver/mi/cbrt.c U xenocara/xserver/mi/mifillarc.h U xenocara/xserver/mi/miscanfill.h U xenocara/xserver/mi/Makefile.am U xenocara/xserver/mi/miscrinit.c U xenocara/xserver/mi/mibank.h U xenocara/xserver/mi/mipolycon.c U xenocara/xserver/mi/mioverlay.c U xenocara/xserver/mi/mifillrct.c U xenocara/xserver/mi/miline.h U xenocara/xserver/mi/miwideline.h U xenocara/xserver/mi/mispritest.h U xenocara/xserver/mi/miexpose.c U xenocara/xserver/mi/mivalidate.h U xenocara/xserver/mi/mipolyseg.c U xenocara/xserver/mi/mibank.c U xenocara/xserver/mi/mibstore.h U xenocara/xserver/mi/miwideline.c U xenocara/xserver/mi/mispans.h U xenocara/xserver/mi/miwindow.c U xenocara/xserver/mi/mifpoly.h U xenocara/xserver/mi/misprite.h U xenocara/xserver/mi/mipoly.h U xenocara/xserver/mi/misprite.c U xenocara/xserver/mi/mi.h U xenocara/xserver/mi/micursor.c U xenocara/xserver/mi/micoord.h U xenocara/xserver/mi/mibstore.c U xenocara/xserver/mi/mipointrst.h U xenocara/xserver/mi/midash.c U xenocara/xserver/mi/mivaltree.c U xenocara/xserver/mi/miglblt.c U xenocara/xserver/mi/mizerclip.c U xenocara/xserver/mi/mipolyutil.c U xenocara/xserver/mi/mifpolycon.c U xenocara/xserver/mi/mipoly.c U xenocara/xserver/mi/midispcur.c U xenocara/xserver/mi/mipolyrect.c U xenocara/xserver/mfb/mfbpgbblak.c U xenocara/xserver/mfb/mfbbltG.c U xenocara/xserver/mfb/mfbplygblt.c U xenocara/xserver/mfb/maskbits.c U xenocara/xserver/mfb/mfbpawhite.c U xenocara/xserver/mfb/mfbbitblt.c U xenocara/xserver/mfb/mfbimage.c U xenocara/xserver/mfb/mfbfont.c U xenocara/xserver/mfb/mfbpgbinv.c U xenocara/xserver/mfb/mfbhrzvert.c U xenocara/xserver/mfb/mfbsetsp.c U xenocara/xserver/mfb/mfbbltO.c U xenocara/xserver/mfb/mfbbresd.c U xenocara/xserver/mfb/mfbimggblt.c U xenocara/xserver/mfb/mfbblt.c U xenocara/xserver/mfb/mfbfillrct.c C xenocara/xserver/mfb/Makefile.in U xenocara/xserver/mfb/mfbpolypnt.c U xenocara/xserver/mfb/mfbpgbwht.c U xenocara/xserver/mfb/mfbbltC.c U xenocara/xserver/mfb/mfbzerarc.c U xenocara/xserver/mfb/mfbscrclse.c U xenocara/xserver/mfb/mfb.h U xenocara/xserver/mfb/mfbpushpxl.c U xenocara/xserver/mfb/mfbpablack.c U xenocara/xserver/mfb/Makefile.am U xenocara/xserver/mfb/mfbteblack.c U xenocara/xserver/mfb/mfbbres.c U xenocara/xserver/mfb/mergerop.h U xenocara/xserver/mfb/mfbplyblack.c U xenocara/xserver/mfb/mfbplywhite.c U xenocara/xserver/mfb/mfbpntwin.c U xenocara/xserver/mfb/mfbwindow.c U xenocara/xserver/mfb/mfbtileG.c U xenocara/xserver/mfb/mfbclip.c U xenocara/xserver/mfb/fastblt.h U xenocara/xserver/mfb/mfbtegblt.c U xenocara/xserver/mfb/mfbpixmap.c U xenocara/xserver/mfb/mfbbltCI.c U xenocara/xserver/mfb/mfbseg.c U xenocara/xserver/mfb/mfbmisc.c U xenocara/xserver/mfb/mfbtileC.c U xenocara/xserver/mfb/mfbcmap.c U xenocara/xserver/mfb/mfbbstore.c U xenocara/xserver/mfb/mfbscrinit.c U xenocara/xserver/mfb/mfbline.c U xenocara/xserver/mfb/mfbpainv.c U xenocara/xserver/mfb/mfbfillarc.c U xenocara/xserver/mfb/mfbtewhite.c U xenocara/xserver/mfb/mfbtile.c U xenocara/xserver/mfb/mfbgetsp.c U xenocara/xserver/mfb/mfbbltX.c U xenocara/xserver/mfb/mfbply1rct.c U xenocara/xserver/mfb/maskbits.h U xenocara/xserver/mfb/mfbigbblak.c U xenocara/xserver/mfb/mfbfillsp.c U xenocara/xserver/mfb/mfbigbwht.c U xenocara/xserver/mfb/mfbplyinv.c U xenocara/xserver/mfb/mfbgc.c U xenocara/xserver/mfb/mfbpntarea.c U xenocara/xserver/cfb32/cfbsolidC.c U xenocara/xserver/cfb32/cfb8segCS.c U xenocara/xserver/cfb32/cfb8lineCO.c U xenocara/xserver/cfb32/cfbply1rctG.c U xenocara/xserver/cfb32/cfb8lineG.c C xenocara/xserver/cfb32/Makefile.in U xenocara/xserver/cfb32/cfbtileoddC.c U xenocara/xserver/cfb32/cfbfillarcG.c U xenocara/xserver/cfb32/Makefile.am U xenocara/xserver/cfb32/cfbbltO.c U xenocara/xserver/cfb32/cfbzerarcX.c U xenocara/xserver/cfb32/cfbzerarcG.c U xenocara/xserver/cfb32/cfbply1rctC.c U xenocara/xserver/cfb32/cfbzerarcC.c U xenocara/xserver/cfb32/cfbfillarcC.c U xenocara/xserver/cfb32/cfb8setG.c U xenocara/xserver/cfb32/cfbbltX.c U xenocara/xserver/cfb32/cfb8lineX.c U xenocara/xserver/cfb32/cfbtileoddG.c U xenocara/xserver/cfb32/cfb8lineCP.c U xenocara/xserver/cfb32/cfb8segC.c U xenocara/xserver/cfb32/cfbsolidX.c U xenocara/xserver/cfb32/cfbtile32C.c U xenocara/xserver/cfb32/cfb8segX.c U xenocara/xserver/cfb32/cfbbltC.c U xenocara/xserver/cfb32/cfbsolidG.c U xenocara/xserver/cfb32/cfbbltG.c U xenocara/xserver/cfb32/cfbseg.c U xenocara/xserver/cfb32/cfbtile32G.c C xenocara/xserver/dbe/Makefile.in U xenocara/xserver/dbe/Makefile.am U xenocara/xserver/dbe/midbe.c U xenocara/xserver/dbe/dbe.c U xenocara/xserver/dbe/midbe.h U xenocara/xserver/dbe/midbestr.h U xenocara/xserver/dbe/dbestruct.h C xenocara/xserver/miext/Makefile.in U xenocara/xserver/miext/Makefile.am U xenocara/xserver/miext/damage/damage.c C xenocara/xserver/miext/damage/Makefile.in U xenocara/xserver/miext/damage/Makefile.am U xenocara/xserver/miext/damage/damage.h U xenocara/xserver/miext/damage/damagestr.h U xenocara/xserver/miext/shadow/shrot16pack_270.c U xenocara/xserver/miext/shadow/shrotpackYX.h U xenocara/xserver/miext/shadow/shrotate.c U xenocara/xserver/miext/shadow/shrot16pack.c U xenocara/xserver/miext/shadow/shpacked.c U xenocara/xserver/miext/shadow/shalloc.c U xenocara/xserver/miext/shadow/shrot32pack.c C xenocara/xserver/miext/shadow/Makefile.in U xenocara/xserver/miext/shadow/shadow.c U xenocara/xserver/miext/shadow/shrot8pack.c U xenocara/xserver/miext/shadow/Makefile.am U xenocara/xserver/miext/shadow/shrot16pack_180.c U xenocara/xserver/miext/shadow/shrot8pack_90.c U xenocara/xserver/miext/shadow/shrot16pack_270YX.c U xenocara/xserver/miext/shadow/shplanar8.c U xenocara/xserver/miext/shadow/shrot32pack_270.c U xenocara/xserver/miext/shadow/shrot16pack_90YX.c U xenocara/xserver/miext/shadow/shrotpack.h U xenocara/xserver/miext/shadow/shrot16pack_90.c U xenocara/xserver/miext/shadow/shrot8pack_270.c U xenocara/xserver/miext/shadow/shrot32pack_90.c U xenocara/xserver/miext/shadow/shrot8pack_180.c U xenocara/xserver/miext/shadow/shplanar.c U xenocara/xserver/miext/shadow/shrot32pack_180.c U xenocara/xserver/miext/shadow/shadow.h U xenocara/xserver/miext/rootless/rootlessWindow.c C xenocara/xserver/miext/rootless/Makefile.in U xenocara/xserver/miext/rootless/README.txt U xenocara/xserver/miext/rootless/rootlessScreen.c U xenocara/xserver/miext/rootless/Makefile.am U xenocara/xserver/miext/rootless/rootlessConfig.h U xenocara/xserver/miext/rootless/rootlessCommon.h U xenocara/xserver/miext/rootless/rootlessWindow.h U xenocara/xserver/miext/rootless/rootlessValTree.c U xenocara/xserver/miext/rootless/rootlessCommon.c U xenocara/xserver/miext/rootless/rootless.h U xenocara/xserver/miext/rootless/rootlessGC.c U xenocara/xserver/miext/rootless/accel/rlAccel.c U xenocara/xserver/miext/rootless/accel/rlAccel.h U xenocara/xserver/miext/rootless/accel/rlSolid.c U xenocara/xserver/miext/rootless/accel/rlFillRect.c U xenocara/xserver/miext/rootless/accel/rlFillSpans.c U xenocara/xserver/miext/rootless/accel/rlBlt.c U xenocara/xserver/miext/rootless/accel/rlCopy.c U xenocara/xserver/miext/rootless/accel/rlFill.c U xenocara/xserver/miext/rootless/accel/rlGlyph.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlphaPicture.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlphaWindow.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlpha.h U xenocara/xserver/miext/cw/cw_render.c U xenocara/xserver/miext/cw/cw_ops.c C xenocara/xserver/miext/cw/Makefile.in U xenocara/xserver/miext/cw/Makefile.am U xenocara/xserver/miext/cw/cw.h U xenocara/xserver/miext/cw/cw.c U xenocara/xserver/exa/exa_priv.h U xenocara/xserver/exa/exa_unaccel.c U xenocara/xserver/exa/exa_render.c U xenocara/xserver/exa/exa.h C xenocara/xserver/exa/Makefile.in U xenocara/xserver/exa/exa.c U xenocara/xserver/exa/Makefile.am U xenocara/xserver/exa/exa_accel.c U xenocara/xserver/exa/exa_offscreen.c U xenocara/xserver/exa/exa_migration.c U xenocara/xserver/Xi/closedev.c U xenocara/xserver/Xi/setdval.h U xenocara/xserver/Xi/stubs.c U xenocara/xserver/Xi/queryst.c U xenocara/xserver/Xi/setmmap.h U xenocara/xserver/Xi/exevents.c U xenocara/xserver/Xi/chgptr.c U xenocara/xserver/Xi/devbell.h U xenocara/xserver/Xi/chgkmap.h U xenocara/xserver/Xi/allowev.c U xenocara/xserver/Xi/ungrdev.c U xenocara/xserver/Xi/closedev.h U xenocara/xserver/Xi/exglobals.h C xenocara/xserver/Xi/Makefile.in U xenocara/xserver/Xi/chgdctl.c U xenocara/xserver/Xi/chgkbd.c U xenocara/xserver/Xi/setbmap.c U xenocara/xserver/Xi/getmmap.h U xenocara/xserver/Xi/getprop.c U xenocara/xserver/Xi/opendev.h U xenocara/xserver/Xi/grabdevk.c U xenocara/xserver/Xi/listdev.h U xenocara/xserver/Xi/sendexev.c U xenocara/xserver/Xi/opendev.c U xenocara/xserver/Xi/ungrdevb.h U xenocara/xserver/Xi/Makefile.am U xenocara/xserver/Xi/chgdctl.h U xenocara/xserver/Xi/ungrdevb.c U xenocara/xserver/Xi/getmmap.c U xenocara/xserver/Xi/chgkmap.c U xenocara/xserver/Xi/setmmap.c U xenocara/xserver/Xi/getbmap.h U xenocara/xserver/Xi/getdctl.h U xenocara/xserver/Xi/gtmotion.c U xenocara/xserver/Xi/setfocus.h U xenocara/xserver/Xi/ungrdev.h U xenocara/xserver/Xi/selectev.c U xenocara/xserver/Xi/devbell.c U xenocara/xserver/Xi/selectev.h U xenocara/xserver/Xi/setmode.h U xenocara/xserver/Xi/gtmotion.h U xenocara/xserver/Xi/setmode.c U xenocara/xserver/Xi/listdev.c U xenocara/xserver/Xi/ungrdevk.c U xenocara/xserver/Xi/grabdev.h U xenocara/xserver/Xi/extinit.c U xenocara/xserver/Xi/chgprop.c U xenocara/xserver/Xi/getprop.h U xenocara/xserver/Xi/setbmap.h U xenocara/xserver/Xi/getselev.c U xenocara/xserver/Xi/queryst.h U xenocara/xserver/Xi/chgkbd.h U xenocara/xserver/Xi/grabdevk.h U xenocara/xserver/Xi/getfctl.c U xenocara/xserver/Xi/getbmap.c U xenocara/xserver/Xi/chgprop.h U xenocara/xserver/Xi/chgptr.h U xenocara/xserver/Xi/sendexev.h U xenocara/xserver/Xi/getselev.h U xenocara/xserver/Xi/getfocus.h U xenocara/xserver/Xi/getkmap.c U xenocara/xserver/Xi/grabdevb.h U xenocara/xserver/Xi/getfocus.c U xenocara/xserver/Xi/chgfctl.h U xenocara/xserver/Xi/getvers.c U xenocara/xserver/Xi/getfctl.h U xenocara/xserver/Xi/grabdevb.c U xenocara/xserver/Xi/getvers.h U xenocara/xserver/Xi/setfocus.c U xenocara/xserver/Xi/getkmap.h U xenocara/xserver/Xi/allowev.h U xenocara/xserver/Xi/chgfctl.c U xenocara/xserver/Xi/ungrdevk.h U xenocara/xserver/Xi/grabdev.c U xenocara/xserver/Xi/getdctl.c U xenocara/xserver/Xi/setdval.c U xenocara/xserver/xkb/ddxBeep.c U xenocara/xserver/xkb/README.compiled U xenocara/xserver/xkb/xkbPrKeyEv.c U xenocara/xserver/xkb/ddxFakeMtn.c U xenocara/xserver/xkb/XKBMAlloc.c U xenocara/xserver/xkb/xkb.c U xenocara/xserver/xkb/xkbLEDs.c U xenocara/xserver/xkb/xkbAccessX.c U xenocara/xserver/xkb/xkbtext.c C xenocara/xserver/xkb/Makefile.in U xenocara/xserver/xkb/xkbfmisc.c U xenocara/xserver/xkb/xkmread.c U xenocara/xserver/xkb/xkbSwap.c U xenocara/xserver/xkb/Makefile.am U xenocara/xserver/xkb/ddxFakeBtn.c U xenocara/xserver/xkb/xkbActions.c U xenocara/xserver/xkb/XKBMisc.c U xenocara/xserver/xkb/XKBGAlloc.c U xenocara/xserver/xkb/ddxVT.c U xenocara/xserver/xkb/xkbUtils.c U xenocara/xserver/xkb/xkb.h U xenocara/xserver/xkb/xkbout.c U xenocara/xserver/xkb/xkbPrOtherEv.c U xenocara/xserver/xkb/xkberrs.c U xenocara/xserver/xkb/ddxLoad.c U xenocara/xserver/xkb/XKBAlloc.c U xenocara/xserver/xkb/ddxInit.c U xenocara/xserver/xkb/ddxDevBtn.c U xenocara/xserver/xkb/ddxLEDs.c U xenocara/xserver/xkb/xkbInit.c U xenocara/xserver/xkb/xkbEvents.c U xenocara/xserver/xkb/ddxList.c U xenocara/xserver/xkb/ddxKillSrv.c U xenocara/xserver/xkb/ddxCtrls.c U xenocara/xserver/xkb/ddxKeyClick.c U xenocara/xserver/xkb/xkbDflts.h U xenocara/xserver/xkb/ddxPrivate.c U xenocara/xserver/xkb/maprules.c U xenocara/xserver/record/set.c C xenocara/xserver/record/Makefile.in U xenocara/xserver/record/Makefile.am U xenocara/xserver/record/record.c U xenocara/xserver/record/set.h U xenocara/xserver/os/utils.c U xenocara/xserver/os/osinit.c U xenocara/xserver/os/osdep.h U xenocara/xserver/os/rpcauth.c C xenocara/xserver/os/Makefile.in U xenocara/xserver/os/strlcpy.c U xenocara/xserver/os/strlcat.c U xenocara/xserver/os/io.c C xenocara/xserver/os/Makefile.am U xenocara/xserver/os/k5auth.c U xenocara/xserver/os/xdmauth.c U xenocara/xserver/os/log.c U xenocara/xserver/os/WaitFor.c U xenocara/xserver/os/oscolor.h U xenocara/xserver/os/xdmcp.c U xenocara/xserver/os/connection.c U xenocara/xserver/os/mitauth.c U xenocara/xserver/os/xprintf.c U xenocara/xserver/os/xstrans.c U xenocara/xserver/os/auth.c U xenocara/xserver/os/access.c U xenocara/xserver/os/oscolor.c U xenocara/xserver/os/secauth.c U xenocara/xserver/os/xalloc.c C xenocara/xserver/GL/Makefile.in U xenocara/xserver/GL/Makefile.am U xenocara/xserver/GL/symlink-mesa.sh U xenocara/xserver/GL/glx/indirect_texture_compression.c U xenocara/xserver/GL/glx/indirect_table.c U xenocara/xserver/GL/glx/rensize.c U xenocara/xserver/GL/glx/glxcmds.c U xenocara/xserver/GL/glx/render2.c U xenocara/xserver/GL/glx/indirect_dispatch.h U xenocara/xserver/GL/glx/singlesize.c U xenocara/xserver/GL/glx/singlesize.h U xenocara/xserver/GL/glx/glxserver.h U xenocara/xserver/GL/glx/indirect_dispatch_swap.c U xenocara/xserver/GL/glx/unpack.h U xenocara/xserver/GL/glx/glxutil.c U xenocara/xserver/GL/glx/glxdrawable.h C xenocara/xserver/GL/glx/Makefile.in U xenocara/xserver/GL/glx/indirect_table.h U xenocara/xserver/GL/glx/Makefile.am U xenocara/xserver/GL/glx/glxutil.h U xenocara/xserver/GL/glx/glxscreens.c U xenocara/xserver/GL/glx/glxext.c U xenocara/xserver/GL/glx/glxdri.c U xenocara/xserver/GL/glx/g_disptab.h U xenocara/xserver/GL/glx/singlepixswap.c U xenocara/xserver/GL/glx/renderpixswap.c U xenocara/xserver/GL/glx/indirect_program.c U xenocara/xserver/GL/glx/indirect_size_get.h U xenocara/xserver/GL/glx/render2swap.c U xenocara/xserver/GL/glx/indirect_util.c U xenocara/xserver/GL/glx/indirect_reqsize.h U xenocara/xserver/GL/glx/glxcontext.h U xenocara/xserver/GL/glx/xfont.c U xenocara/xserver/GL/glx/renderpix.c U xenocara/xserver/GL/glx/extension_string.h U xenocara/xserver/GL/glx/indirect_reqsize.c U xenocara/xserver/GL/glx/swap_interval.c U xenocara/xserver/GL/glx/glxvisuals.c U xenocara/xserver/GL/glx/single2swap.c U xenocara/xserver/GL/glx/singlepix.c U xenocara/xserver/GL/glx/glxscreens.h U xenocara/xserver/GL/glx/indirect_size_get.c U xenocara/xserver/GL/glx/indirect_dispatch.c U xenocara/xserver/GL/glx/glxext.h U xenocara/xserver/GL/glx/glxcmdsswap.c U xenocara/xserver/GL/glx/extension_string.c U xenocara/xserver/GL/glx/indirect_util.h U xenocara/xserver/GL/glx/single2.c U xenocara/xserver/GL/apple/aglGlx.c U xenocara/xserver/GL/apple/indirect.c U xenocara/xserver/GL/windows/glwrap.c U xenocara/xserver/GL/windows/indirect.c U xenocara/xserver/GL/windows/glwindows.h U xenocara/xserver/GL/windows/ChangeLog U xenocara/xserver/GL/mesa/dummy.c C xenocara/xserver/GL/mesa/Makefile.in U xenocara/xserver/GL/mesa/Makefile.am C xenocara/xserver/GL/mesa/array_cache/Makefile.in U xenocara/xserver/GL/mesa/array_cache/Makefile.am C xenocara/xserver/GL/mesa/swrast/Makefile.in U xenocara/xserver/GL/mesa/swrast/Makefile.am C xenocara/xserver/GL/mesa/glapi/Makefile.in U xenocara/xserver/GL/mesa/glapi/Makefile.am C xenocara/xserver/GL/mesa/swrast_setup/Makefile.in U xenocara/xserver/GL/mesa/swrast_setup/Makefile.am C xenocara/xserver/GL/mesa/main/Makefile.in U xenocara/xserver/GL/mesa/main/Makefile.am U xenocara/xserver/GL/mesa/X/xf86glx_util.c C xenocara/xserver/GL/mesa/X/Makefile.in U xenocara/xserver/GL/mesa/X/Makefile.am U xenocara/xserver/GL/mesa/X/xf86glx.c U xenocara/xserver/GL/mesa/X/xf86glxint.h U xenocara/xserver/GL/mesa/X/xf86glx_util.h C xenocara/xserver/GL/mesa/shader/Makefile.in U xenocara/xserver/GL/mesa/shader/Makefile.am C xenocara/xserver/GL/mesa/shader/slang/Makefile.in U xenocara/xserver/GL/mesa/shader/slang/Makefile.am C xenocara/xserver/GL/mesa/shader/grammar/Makefile.in U xenocara/xserver/GL/mesa/shader/grammar/Makefile.am C xenocara/xserver/GL/mesa/tnl/Makefile.in U xenocara/xserver/GL/mesa/tnl/Makefile.am C xenocara/xserver/GL/mesa/math/Makefile.in U xenocara/xserver/GL/mesa/math/Makefile.am U xenocara/xserver/Xext/panoramiXSwap.c U xenocara/xserver/Xext/xf86bigfont.c U xenocara/xserver/Xext/panoramiXh.h U xenocara/xserver/Xext/dpms.c U xenocara/xserver/Xext/fontcache.c U xenocara/xserver/Xext/xvdix.h U xenocara/xserver/Xext/shmint.h U xenocara/xserver/Xext/mbuf.c U xenocara/xserver/Xext/xcmisc.c U xenocara/xserver/Xext/xvmcext.h U xenocara/xserver/Xext/EVIstruct.h C xenocara/xserver/Xext/Makefile.in U xenocara/xserver/Xext/panoramiXprocs.c U xenocara/xserver/Xext/mbufbf.c U xenocara/xserver/Xext/appgroup.c U xenocara/xserver/Xext/sampleEVI.c U xenocara/xserver/Xext/security.c U xenocara/xserver/Xext/sync.c U xenocara/xserver/Xext/xevie.c U xenocara/xserver/Xext/appgroup.h U xenocara/xserver/Xext/Makefile.am U xenocara/xserver/Xext/xprint.c U xenocara/xserver/Xext/saver.c U xenocara/xserver/Xext/xace.c U xenocara/xserver/Xext/xres.c U xenocara/xserver/Xext/mitmisc.c U xenocara/xserver/Xext/dpmsstubs.c U xenocara/xserver/Xext/cup.c U xenocara/xserver/Xext/xvdisp.h U xenocara/xserver/Xext/mbufpx.c U xenocara/xserver/Xext/xvmain.c U xenocara/xserver/Xext/dpmsproc.h U xenocara/xserver/Xext/shm.c U xenocara/xserver/Xext/SecurityPolicy U xenocara/xserver/Xext/EVI.c U xenocara/xserver/Xext/xvdisp.c U xenocara/xserver/Xext/panoramiX.h U xenocara/xserver/Xext/bigreq.c U xenocara/xserver/Xext/xcalibrate.c U xenocara/xserver/Xext/shape.c U xenocara/xserver/Xext/xace.h U xenocara/xserver/Xext/securitysrv.h U xenocara/xserver/Xext/sleepuntil.h U xenocara/xserver/Xext/sleepuntil.c U xenocara/xserver/Xext/xacestr.h U xenocara/xserver/Xext/panoramiXsrv.h U xenocara/xserver/Xext/panoramiX.c U xenocara/xserver/Xext/xtest.c U xenocara/xserver/Xext/xvmc.c U xenocara/xserver/XTrap/xtrapdi.c U xenocara/xserver/XTrap/xtrapddmi.c C xenocara/xserver/XTrap/Makefile.in U xenocara/xserver/XTrap/xtrapditbl.c U xenocara/xserver/XTrap/Makefile.am U xenocara/xserver/XTrap/xtrapdiswp.c 181 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/xserver CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/16 13:35:09 Modified files: share/man/man4 : udcf.4 Log message: Quothe the argument to the .Nd command, else the last word gets suppressed. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/12/16 13:48:16 ports/geo/jeoip/patches Update of /cvs/ports/geo/jeoip/patches In directory cvs.openbsd.org:/tmp/cvs-serv13652/patches Log Message: Directory /cvs/ports/geo/jeoip/patches added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 13:59:16 Modified files: xserver : Makefile.in aclocal.m4 configure configure.ac xserver/GL : Makefile.in xserver/GL/glx : Makefile.in xserver/GL/mesa: Makefile.in xserver/GL/mesa/X: Makefile.in xserver/GL/mesa/array_cache: Makefile.in xserver/GL/mesa/glapi: Makefile.in xserver/GL/mesa/main: Makefile.in xserver/GL/mesa/math: Makefile.in xserver/GL/mesa/shader: Makefile.in xserver/GL/mesa/shader/grammar: Makefile.in xserver/GL/mesa/shader/slang: Makefile.in xserver/GL/mesa/swrast: Makefile.in xserver/GL/mesa/swrast_setup: Makefile.in xserver/GL/mesa/tnl: Makefile.in xserver/XTrap : Makefile.in xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/afb : Makefile.in xserver/cfb : Makefile.in xserver/cfb32 : Makefile.in xserver/composite: 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/hw : Makefile.in xserver/hw/darwin: 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/ati: Makefile.in xserver/hw/kdrive/chips: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/epson: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/i810: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/mach64: Makefile.in xserver/hw/kdrive/mga: Makefile.in xserver/hw/kdrive/neomagic: Makefile.in xserver/hw/kdrive/nvidia: Makefile.in xserver/hw/kdrive/pm2: Makefile.in xserver/hw/kdrive/r128: Makefile.in xserver/hw/kdrive/sdl: Makefile.in xserver/hw/kdrive/sis300: Makefile.in xserver/hw/kdrive/smi: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/vesa: Makefile.in xserver/hw/kdrive/via: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xf86AutoConfig.c xf86Config.c xf86Init.c 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 Xorg.man.pre xserver/hw/xfree86/doc/sgml: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dummylib: 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/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.am 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/lynxos: 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/os-support/usl: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/rac: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/scanpci: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/ioport: Makefile.in xserver/hw/xfree86/utils/kbd_mode: Makefile.in xserver/hw/xfree86/utils/pcitweak: Makefile.in xserver/hw/xfree86/utils/scanpci: Makefile.in xserver/hw/xfree86/utils/xorgcfg: Makefile.in text-mode.c xserver/hw/xfree86/utils/xorgconfig: Makefile.in xorgconfig.c 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/xf1bpp: Makefile.in xserver/hw/xfree86/xf4bpp: Makefile.in xserver/hw/xfree86/xf8_16bpp: Makefile.in xserver/hw/xfree86/xf8_32bpp: Makefile.in xserver/hw/xgl : Makefile.in xserver/hw/xgl/egl: Makefile.in xserver/hw/xgl/egl/module: Makefile.in xserver/hw/xgl/glx: Makefile.in xserver/hw/xgl/glx/module: Makefile.in xserver/hw/xgl/glxext: Makefile.in xserver/hw/xgl/glxext/module: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xprint: Makefile.in xserver/hw/xprint/config: Makefile.in xserver/hw/xprint/config/C: Makefile.in xserver/hw/xprint/config/C/print: Makefile.in xserver/hw/xprint/config/C/print/attributes: Makefile.in xserver/hw/xprint/config/C/print/ddx-config: Makefile.in xserver/hw/xprint/config/C/print/ddx-config/raster: Makefile.in xserver/hw/xprint/config/C/print/models: Makefile.in xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/GSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PSspooldir: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts: Makefile.in xserver/hw/xprint/config/en_US: Makefile.in xserver/hw/xprint/config/en_US/print: Makefile.in xserver/hw/xprint/config/en_US/print/attributes: Makefile.in xserver/hw/xprint/doc: Makefile.in xserver/hw/xprint/etc: Makefile.in xserver/hw/xprint/etc/Xsession.d: Makefile.in xserver/hw/xprint/etc/init.d: Makefile.in xserver/hw/xprint/etc/profile.d: Makefile.in xserver/hw/xprint/pcl: Makefile.in xserver/hw/xprint/pcl-mono: Makefile.in xserver/hw/xprint/ps: Makefile.in xserver/hw/xprint/raster: Makefile.in xserver/hw/xwin: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in xorg-config.h.in xserver/mfb : 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.am Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Removed files: xserver/hw/xfree86/os-support: xf86drm.h xserver/hw/xfree86/os-support/drm: Makefile.am Makefile.in drmmodule.c xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c Log message: - merge xserver 1.1.99.903 - regen generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:02:08 Log message: xf86-video-intel 1.7.3 Status: Vendor Tag: xorg Release Tags: v1_7_3 U xenocara/driver/xf86-video-intel/compile U xenocara/driver/xf86-video-intel/depcomp U xenocara/driver/xf86-video-intel/aclocal.m4 U xenocara/driver/xf86-video-intel/README U xenocara/driver/xf86-video-intel/ltmain.sh C xenocara/driver/xf86-video-intel/configure U xenocara/driver/xf86-video-intel/configure.ac U xenocara/driver/xf86-video-intel/config.guess U xenocara/driver/xf86-video-intel/install-sh U xenocara/driver/xf86-video-intel/config.sub U xenocara/driver/xf86-video-intel/missing U xenocara/driver/xf86-video-intel/Makefile.am U xenocara/driver/xf86-video-intel/Makefile.in U xenocara/driver/xf86-video-intel/config.h.in U xenocara/driver/xf86-video-intel/README.sgml U xenocara/driver/xf86-video-intel/ChangeLog U xenocara/driver/xf86-video-intel/COPYING U xenocara/driver/xf86-video-intel/man/i810.man U xenocara/driver/xf86-video-intel/man/Makefile.am C xenocara/driver/xf86-video-intel/man/Makefile.in U xenocara/driver/xf86-video-intel/src/i830_memory.c U xenocara/driver/xf86-video-intel/src/i810_driver.c U xenocara/driver/xf86-video-intel/src/i810_common.h U xenocara/driver/xf86-video-intel/src/i830_3d.c U xenocara/driver/xf86-video-intel/src/i830_io.c U xenocara/driver/xf86-video-intel/src/i830_randr.c U xenocara/driver/xf86-video-intel/src/i810_hwmc.c U xenocara/driver/xf86-video-intel/src/i810_accel.c U xenocara/driver/xf86-video-intel/src/brw_defines.h U xenocara/driver/xf86-video-intel/src/i810_video.c U xenocara/driver/xf86-video-intel/src/wm_prog.h U xenocara/driver/xf86-video-intel/src/i810.h U xenocara/driver/xf86-video-intel/src/i830_cursor.c U xenocara/driver/xf86-video-intel/src/i830.h U xenocara/driver/xf86-video-intel/src/common.h U xenocara/driver/xf86-video-intel/src/i830_driver.c U xenocara/driver/xf86-video-intel/src/i830_common.h U xenocara/driver/xf86-video-intel/src/Makefile.am C xenocara/driver/xf86-video-intel/src/Makefile.in U xenocara/driver/xf86-video-intel/src/i915_3d.c U xenocara/driver/xf86-video-intel/src/i915_3d.h U xenocara/driver/xf86-video-intel/src/i810_dga.c U xenocara/driver/xf86-video-intel/src/i810_memory.c U xenocara/driver/xf86-video-intel/src/i810_wmark.c U xenocara/driver/xf86-video-intel/src/i830_rotate.c U xenocara/driver/xf86-video-intel/src/i810_dri.c U xenocara/driver/xf86-video-intel/src/i810_dri.h U xenocara/driver/xf86-video-intel/src/i810_reg.h U xenocara/driver/xf86-video-intel/src/i830_modes.c U xenocara/driver/xf86-video-intel/src/packed_yuv_sf.g4a U xenocara/driver/xf86-video-intel/src/packed_yuv_wm.g4a U xenocara/driver/xf86-video-intel/src/i830_accel.c U xenocara/driver/xf86-video-intel/src/i830_dga.c U xenocara/driver/xf86-video-intel/src/i830_dri.c U xenocara/driver/xf86-video-intel/src/i830_dri.h U xenocara/driver/xf86-video-intel/src/i830_reg.h U xenocara/driver/xf86-video-intel/src/i810_io.c U xenocara/driver/xf86-video-intel/src/i830_video.c U xenocara/driver/xf86-video-intel/src/i830_video.h U xenocara/driver/xf86-video-intel/src/brw_structs.h U xenocara/driver/xf86-video-intel/src/i915_reg.h U xenocara/driver/xf86-video-intel/src/i915_video.c U xenocara/driver/xf86-video-intel/src/i810_cursor.c U xenocara/driver/xf86-video-intel/src/sf_prog.h U xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.c U xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.h U xenocara/driver/xf86-video-intel/src/xvmc/Makefile.am C xenocara/driver/xf86-video-intel/src/xvmc/Makefile.in 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-intel CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:04:37 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 config.h.in configure driver/xf86-video-intel/man: Makefile.in driver/xf86-video-intel/src: Makefile.in driver/xf86-video-intel/src/xvmc: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:06:31 Log message: xf86-video-vmware 10.14.1 Status: Vendor Tag: xorg Release Tags: v10_14_1 U xenocara/driver/xf86-video-vmware/compile U xenocara/driver/xf86-video-vmware/depcomp U xenocara/driver/xf86-video-vmware/aclocal.m4 U xenocara/driver/xf86-video-vmware/README U xenocara/driver/xf86-video-vmware/ltmain.sh C xenocara/driver/xf86-video-vmware/configure U xenocara/driver/xf86-video-vmware/configure.ac U xenocara/driver/xf86-video-vmware/config.guess U xenocara/driver/xf86-video-vmware/install-sh U xenocara/driver/xf86-video-vmware/config.sub U xenocara/driver/xf86-video-vmware/missing U xenocara/driver/xf86-video-vmware/Makefile.am U xenocara/driver/xf86-video-vmware/Makefile.in U xenocara/driver/xf86-video-vmware/config.h.in U xenocara/driver/xf86-video-vmware/ChangeLog U xenocara/driver/xf86-video-vmware/COPYING U xenocara/driver/xf86-video-vmware/man/Makefile.am U xenocara/driver/xf86-video-vmware/man/Makefile.in U xenocara/driver/xf86-video-vmware/man/vmware.man U xenocara/driver/xf86-video-vmware/src/includeCheck.h U xenocara/driver/xf86-video-vmware/src/bits2pixels.c U xenocara/driver/xf86-video-vmware/src/bits2pixels.h U xenocara/driver/xf86-video-vmware/src/Makefile.am U xenocara/driver/xf86-video-vmware/src/Makefile.in U xenocara/driver/xf86-video-vmware/src/svga_reg.h U xenocara/driver/xf86-video-vmware/src/svga_struct.h U xenocara/driver/xf86-video-vmware/src/vmwarexaa.c U xenocara/driver/xf86-video-vmware/src/svga_limits.h U xenocara/driver/xf86-video-vmware/src/guest_os.h U xenocara/driver/xf86-video-vmware/src/vm_device_version.h U xenocara/driver/xf86-video-vmware/src/vm_basic_types.h U xenocara/driver/xf86-video-vmware/src/vmwarectrlproto.h U xenocara/driver/xf86-video-vmware/src/offscreen_manager.c U xenocara/driver/xf86-video-vmware/src/offscreen_manager.h U xenocara/driver/xf86-video-vmware/src/vmware.c U xenocara/driver/xf86-video-vmware/src/vmware.h U xenocara/driver/xf86-video-vmware/src/vmwarectrl.c U xenocara/driver/xf86-video-vmware/src/vmwarectrl.h U xenocara/driver/xf86-video-vmware/src/vmwarecurs.c U xenocara/driver/xf86-video-vmware/src/vmwarexinerama.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-vmware CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:09:40 Modified files: driver/xf86-video-vmware: aclocal.m4 config.h.in configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:12:49 Log message: libXft 2.1.12 Status: Vendor Tag: xorg Release Tags: v2_1_12 U xenocara/lib/libXft/README U xenocara/lib/libXft/configure.ac C xenocara/lib/libXft/aclocal.m4 U xenocara/lib/libXft/Makefile.am C xenocara/lib/libXft/Makefile.in U xenocara/lib/libXft/config.h.in U xenocara/lib/libXft/xft-config.in U xenocara/lib/libXft/xft.pc.in C xenocara/lib/libXft/configure U xenocara/lib/libXft/AUTHORS U xenocara/lib/libXft/COPYING U xenocara/lib/libXft/ChangeLog U xenocara/lib/libXft/INSTALL U xenocara/lib/libXft/NEWS C xenocara/lib/libXft/config.guess C xenocara/lib/libXft/config.sub U xenocara/lib/libXft/depcomp U xenocara/lib/libXft/install-sh C xenocara/lib/libXft/ltmain.sh U xenocara/lib/libXft/missing U xenocara/lib/libXft/autogen.sh U xenocara/lib/libXft/man/Xft.3 U xenocara/lib/libXft/man/xft-config.1 U xenocara/lib/libXft/man/Makefile.am C xenocara/lib/libXft/man/Makefile.in U xenocara/lib/libXft/man/Xft.3.in U xenocara/lib/libXft/man/xft-config.1.in U xenocara/lib/libXft/src/Makefile.am C xenocara/lib/libXft/src/Makefile.in U xenocara/lib/libXft/src/xftint.h U xenocara/lib/libXft/src/xftcolor.c U xenocara/lib/libXft/src/xftcore.c U xenocara/lib/libXft/src/xftdbg.c U xenocara/lib/libXft/src/xftdpy.c U xenocara/lib/libXft/src/xftdraw.c U xenocara/lib/libXft/src/xftextent.c U xenocara/lib/libXft/src/xftfont.c U xenocara/lib/libXft/src/xftfreetype.c U xenocara/lib/libXft/src/xftglyphs.c U xenocara/lib/libXft/src/xftinit.c U xenocara/lib/libXft/src/xftlist.c U xenocara/lib/libXft/src/xftname.c U xenocara/lib/libXft/src/xftrender.c U xenocara/lib/libXft/src/xftstr.c U xenocara/lib/libXft/src/xftswap.c U xenocara/lib/libXft/src/xftxlfd.c U xenocara/lib/libXft/include/X11/Xft/Xft.h U xenocara/lib/libXft/include/X11/Xft/XftCompat.h 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXft CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:15:27 Modified files: lib/libXft : aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:15:49 Modified files: lib/libXft : Makefile.bsd-wrapper Log message: Bump minor CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/12/16 14:16:21 Modified files: geo/jeoip : Makefile Added files: geo/jeoip/patches: patch-build_xml Log message: Unbreak systrace build; add GeoIP as REGRESS_DEPENDS and RUN_DEPENDS; split out program's regress from its implicit use inside build to an explicit regress target. Bump pkg. Prodded by steven@, help from him & kurt@, "go ahead" steven@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:17:37 Log message: xauth 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/xauth/README U xenocara/app/xauth/configure.ac C xenocara/app/xauth/aclocal.m4 U xenocara/app/xauth/Makefile.am C xenocara/app/xauth/Makefile.in C xenocara/app/xauth/config.h.in C xenocara/app/xauth/configure U xenocara/app/xauth/AUTHORS U xenocara/app/xauth/COPYING U xenocara/app/xauth/ChangeLog U xenocara/app/xauth/INSTALL U xenocara/app/xauth/NEWS C xenocara/app/xauth/compile C xenocara/app/xauth/config.guess C xenocara/app/xauth/config.sub C xenocara/app/xauth/depcomp C xenocara/app/xauth/install-sh C xenocara/app/xauth/missing U xenocara/app/xauth/gethost.c U xenocara/app/xauth/parsedpy.c U xenocara/app/xauth/process.c U xenocara/app/xauth/xauth.c U xenocara/app/xauth/xauth.h U xenocara/app/xauth/xauth.man 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xauth CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:19:46 Modified files: app/xauth : Makefile.in aclocal.m4 config.h.in configure Removed files: app/xauth : mkinstalldirs Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:22:01 Log message: beforelight 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/beforelight/README U xenocara/app/beforelight/configure.ac C xenocara/app/beforelight/aclocal.m4 C xenocara/app/beforelight/Makefile.am C xenocara/app/beforelight/Makefile.in U xenocara/app/beforelight/config.h.in C xenocara/app/beforelight/configure U xenocara/app/beforelight/AUTHORS U xenocara/app/beforelight/COPYING U xenocara/app/beforelight/ChangeLog U xenocara/app/beforelight/INSTALL U xenocara/app/beforelight/NEWS C xenocara/app/beforelight/compile C xenocara/app/beforelight/config.guess C xenocara/app/beforelight/config.sub C xenocara/app/beforelight/depcomp C xenocara/app/beforelight/install-sh C xenocara/app/beforelight/missing U xenocara/app/beforelight/b4light.c U xenocara/app/beforelight/Beforelight.ad U xenocara/app/beforelight/beforelight.man 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/beforelight CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:23:37 Modified files: app/beforelight: Makefile.am Makefile.in aclocal.m4 configure Removed files: app/beforelight: config.h mkinstalldirs Log message: - merge beforelight 1.0.2 - regen generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:25:29 Log message: editres 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/editres/README U xenocara/app/editres/configure.ac C xenocara/app/editres/aclocal.m4 C xenocara/app/editres/Makefile.am C xenocara/app/editres/Makefile.in U xenocara/app/editres/config.h.in C xenocara/app/editres/configure U xenocara/app/editres/AUTHORS U xenocara/app/editres/COPYING U xenocara/app/editres/ChangeLog U xenocara/app/editres/INSTALL U xenocara/app/editres/NEWS C xenocara/app/editres/compile C xenocara/app/editres/config.guess C xenocara/app/editres/config.sub C xenocara/app/editres/depcomp C xenocara/app/editres/install-sh C xenocara/app/editres/missing U xenocara/app/editres/actions.c U xenocara/app/editres/comm.c U xenocara/app/editres/editres.c U xenocara/app/editres/editresP.h U xenocara/app/editres/geometry.c U xenocara/app/editres/handler.c U xenocara/app/editres/setvalues.c U xenocara/app/editres/utils.c U xenocara/app/editres/svpopup.c U xenocara/app/editres/widgets.c U xenocara/app/editres/wtree.c U xenocara/app/editres/Editres-color.ad U xenocara/app/editres/Editres.ad U xenocara/app/editres/editres.man 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/editres CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:27:08 Modified files: app/editres : Makefile.am Makefile.in aclocal.m4 configure Removed files: app/editres : config.h mkinstalldirs Log message: - merge editres 1.0.2 - regen generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:28:35 Log message: fonttosfnt 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/app/fonttosfnt/README U xenocara/app/fonttosfnt/configure.ac C xenocara/app/fonttosfnt/aclocal.m4 U xenocara/app/fonttosfnt/Makefile.am U xenocara/app/fonttosfnt/Makefile.in U xenocara/app/fonttosfnt/config.h.in C xenocara/app/fonttosfnt/configure U xenocara/app/fonttosfnt/AUTHORS U xenocara/app/fonttosfnt/COPYING U xenocara/app/fonttosfnt/ChangeLog U xenocara/app/fonttosfnt/INSTALL U xenocara/app/fonttosfnt/NEWS U xenocara/app/fonttosfnt/compile U xenocara/app/fonttosfnt/config.guess U xenocara/app/fonttosfnt/config.sub U xenocara/app/fonttosfnt/depcomp U xenocara/app/fonttosfnt/install-sh U xenocara/app/fonttosfnt/missing U xenocara/app/fonttosfnt/fonttosfnt.c U xenocara/app/fonttosfnt/fonttosfnt.h U xenocara/app/fonttosfnt/read.c U xenocara/app/fonttosfnt/struct.c U xenocara/app/fonttosfnt/util.c U xenocara/app/fonttosfnt/write.c U xenocara/app/fonttosfnt/env.c U xenocara/app/fonttosfnt/fonttosfnt.man 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/fonttosfnt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:29:40 Modified files: app/fonttosfnt : Makefile.in aclocal.m4 config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:31:40 Log message: libICE 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libICE/README U xenocara/lib/libICE/configure.ac C xenocara/lib/libICE/aclocal.m4 U xenocara/lib/libICE/Makefile.am C xenocara/lib/libICE/Makefile.in C xenocara/lib/libICE/config.h.in U xenocara/lib/libICE/ice.pc.in C xenocara/lib/libICE/configure U xenocara/lib/libICE/AUTHORS U xenocara/lib/libICE/COPYING U xenocara/lib/libICE/ChangeLog U xenocara/lib/libICE/INSTALL U xenocara/lib/libICE/NEWS C xenocara/lib/libICE/config.guess C xenocara/lib/libICE/config.sub U xenocara/lib/libICE/depcomp U xenocara/lib/libICE/install-sh C xenocara/lib/libICE/ltmain.sh U xenocara/lib/libICE/missing U xenocara/lib/libICE/src/Makefile.am C xenocara/lib/libICE/src/Makefile.in U xenocara/lib/libICE/src/ICElibint.h U xenocara/lib/libICE/src/accept.c U xenocara/lib/libICE/src/authutil.c U xenocara/lib/libICE/src/connect.c U xenocara/lib/libICE/src/error.c U xenocara/lib/libICE/src/getauth.c U xenocara/lib/libICE/src/globals.h U xenocara/lib/libICE/src/iceauth.c U xenocara/lib/libICE/src/icetrans.c U xenocara/lib/libICE/src/listen.c U xenocara/lib/libICE/src/listenwk.c U xenocara/lib/libICE/src/locking.c U xenocara/lib/libICE/src/misc.c U xenocara/lib/libICE/src/ping.c U xenocara/lib/libICE/src/process.c U xenocara/lib/libICE/src/protosetup.c U xenocara/lib/libICE/src/register.c U xenocara/lib/libICE/src/replywait.c U xenocara/lib/libICE/src/setauth.c U xenocara/lib/libICE/src/shutdown.c U xenocara/lib/libICE/src/watch.c U xenocara/lib/libICE/include/X11/ICE/ICE.h U xenocara/lib/libICE/include/X11/ICE/ICEconn.h U xenocara/lib/libICE/include/X11/ICE/ICElib.h U xenocara/lib/libICE/include/X11/ICE/ICEmsg.h U xenocara/lib/libICE/include/X11/ICE/ICEproto.h U xenocara/lib/libICE/include/X11/ICE/ICEutil.h 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libICE CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:34:03 Modified files: lib/libICE : Makefile.in aclocal.m4 config.h.in configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:35:47 Log message: libXScrnSaver 1.1.2 Status: Vendor Tag: xorg Release Tags: v1_1_2 U xenocara/lib/libXScrnSaver/README U xenocara/lib/libXScrnSaver/configure.ac C xenocara/lib/libXScrnSaver/aclocal.m4 U xenocara/lib/libXScrnSaver/Makefile.am C xenocara/lib/libXScrnSaver/Makefile.in U xenocara/lib/libXScrnSaver/config.h.in U xenocara/lib/libXScrnSaver/xscrnsaver.pc.in C xenocara/lib/libXScrnSaver/configure U xenocara/lib/libXScrnSaver/AUTHORS U xenocara/lib/libXScrnSaver/COPYING U xenocara/lib/libXScrnSaver/ChangeLog U xenocara/lib/libXScrnSaver/INSTALL U xenocara/lib/libXScrnSaver/NEWS C xenocara/lib/libXScrnSaver/config.guess C xenocara/lib/libXScrnSaver/config.sub U xenocara/lib/libXScrnSaver/depcomp U xenocara/lib/libXScrnSaver/install-sh C xenocara/lib/libXScrnSaver/ltmain.sh U xenocara/lib/libXScrnSaver/missing U xenocara/lib/libXScrnSaver/autogen.sh U xenocara/lib/libXScrnSaver/src/Makefile.am C xenocara/lib/libXScrnSaver/src/Makefile.in U xenocara/lib/libXScrnSaver/src/XScrnSaver.c U xenocara/lib/libXScrnSaver/man/Makefile.am C xenocara/lib/libXScrnSaver/man/Makefile.in U xenocara/lib/libXScrnSaver/man/Xss.man 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXScrnSaver CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:38:25 Modified files: lib/libXScrnSaver: Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:39:11 Log message: libXau 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libXau/README U xenocara/lib/libXau/configure.ac C xenocara/lib/libXau/aclocal.m4 U xenocara/lib/libXau/Makefile.am U xenocara/lib/libXau/Makefile.in U xenocara/lib/libXau/config.h.in U xenocara/lib/libXau/xau.pc.in C xenocara/lib/libXau/configure U xenocara/lib/libXau/AUTHORS U xenocara/lib/libXau/COPYING U xenocara/lib/libXau/ChangeLog U xenocara/lib/libXau/INSTALL U xenocara/lib/libXau/NEWS C xenocara/lib/libXau/config.guess C xenocara/lib/libXau/config.sub U xenocara/lib/libXau/depcomp U xenocara/lib/libXau/install-sh C xenocara/lib/libXau/ltmain.sh U xenocara/lib/libXau/missing U xenocara/lib/libXau/AuDispose.c U xenocara/lib/libXau/AuFileName.c U xenocara/lib/libXau/AuGetAddr.c U xenocara/lib/libXau/AuGetBest.c U xenocara/lib/libXau/AuLock.c U xenocara/lib/libXau/AuRead.c U xenocara/lib/libXau/AuUnlock.c U xenocara/lib/libXau/AuWrite.c U xenocara/lib/libXau/k5encode.c U xenocara/lib/libXau/Autest.c U xenocara/lib/libXau/Xau.man U xenocara/lib/libXau/include/X11/Xauth.h 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXau CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:41:04 Modified files: lib/libXau : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:45:47 Log message: libXfont 1.2.6 Status: Vendor Tag: xorg Release Tags: v1_2_6 U xenocara/lib/libXfont/configure.ac C xenocara/lib/libXfont/aclocal.m4 C xenocara/lib/libXfont/Makefile.am C xenocara/lib/libXfont/Makefile.in C xenocara/lib/libXfont/config.h.in U xenocara/lib/libXfont/xfont.pc.in C xenocara/lib/libXfont/configure U xenocara/lib/libXfont/AUTHORS U xenocara/lib/libXfont/COPYING U xenocara/lib/libXfont/ChangeLog U xenocara/lib/libXfont/config.guess U xenocara/lib/libXfont/config.sub U xenocara/lib/libXfont/depcomp U xenocara/lib/libXfont/install-sh U xenocara/lib/libXfont/ltmain.sh U xenocara/lib/libXfont/missing U xenocara/lib/libXfont/autogen.sh U xenocara/lib/libXfont/include/X11/fonts/bdfint.h U xenocara/lib/libXfont/include/X11/fonts/bitmap.h U xenocara/lib/libXfont/include/X11/fonts/bufio.h U xenocara/lib/libXfont/include/X11/fonts/fntfil.h U xenocara/lib/libXfont/include/X11/fonts/fntfilio.h U xenocara/lib/libXfont/include/X11/fonts/fntfilst.h U xenocara/lib/libXfont/include/X11/fonts/fontencc.h U xenocara/lib/libXfont/include/X11/fonts/fontmisc.h U xenocara/lib/libXfont/include/X11/fonts/fontmod.h U xenocara/lib/libXfont/include/X11/fonts/fontshow.h U xenocara/lib/libXfont/include/X11/fonts/fontutil.h U xenocara/lib/libXfont/include/X11/fonts/fontxlfd.h U xenocara/lib/libXfont/include/X11/fonts/pcf.h U xenocara/lib/libXfont/include/X11/fonts/fontconf.h.in U xenocara/lib/libXfont/src/Makefile.am U xenocara/lib/libXfont/src/Makefile.in U xenocara/lib/libXfont/src/dummy.c U xenocara/lib/libXfont/src/FreeType/ft.h U xenocara/lib/libXfont/src/FreeType/ftfuncs.h U xenocara/lib/libXfont/src/FreeType/Makefile.am U xenocara/lib/libXfont/src/FreeType/Makefile.in U xenocara/lib/libXfont/src/FreeType/xttcap.h U xenocara/lib/libXfont/src/FreeType/ftenc.c U xenocara/lib/libXfont/src/FreeType/ftfuncs.c U xenocara/lib/libXfont/src/FreeType/fttools.c U xenocara/lib/libXfont/src/FreeType/xttcap.c U xenocara/lib/libXfont/src/FreeType/ftsystem.c U xenocara/lib/libXfont/src/fontfile/Makefile.am U xenocara/lib/libXfont/src/fontfile/Makefile.in U xenocara/lib/libXfont/src/fontfile/bitsource.c U xenocara/lib/libXfont/src/fontfile/bufio.c U xenocara/lib/libXfont/src/fontfile/decompress.c U xenocara/lib/libXfont/src/fontfile/defaults.c U xenocara/lib/libXfont/src/fontfile/dirfile.c U xenocara/lib/libXfont/src/fontfile/ffcheck.c U xenocara/lib/libXfont/src/fontfile/fileio.c U xenocara/lib/libXfont/src/fontfile/filewr.c U xenocara/lib/libXfont/src/fontfile/fontdir.c U xenocara/lib/libXfont/src/fontfile/fontencc.c U xenocara/lib/libXfont/src/fontfile/fontfile.c U xenocara/lib/libXfont/src/fontfile/fontscale.c U xenocara/lib/libXfont/src/fontfile/gunzip.c U xenocara/lib/libXfont/src/fontfile/printerfont.c U xenocara/lib/libXfont/src/fontfile/register.c U xenocara/lib/libXfont/src/fontfile/renderers.c U xenocara/lib/libXfont/src/bitmap/Makefile.am U xenocara/lib/libXfont/src/bitmap/Makefile.in U xenocara/lib/libXfont/src/bitmap/bdfread.c U xenocara/lib/libXfont/src/bitmap/bdfutils.c U xenocara/lib/libXfont/src/bitmap/bitmap.c U xenocara/lib/libXfont/src/bitmap/bitmapfunc.c U xenocara/lib/libXfont/src/bitmap/bitmaputil.c U xenocara/lib/libXfont/src/bitmap/bitscale.c U xenocara/lib/libXfont/src/bitmap/fontink.c U xenocara/lib/libXfont/src/bitmap/pcfread.c U xenocara/lib/libXfont/src/bitmap/pcfwrite.c U xenocara/lib/libXfont/src/bitmap/snfread.c U xenocara/lib/libXfont/src/bitmap/snfstr.h U xenocara/lib/libXfont/src/builtins/Makefile.am U xenocara/lib/libXfont/src/builtins/Makefile.in U xenocara/lib/libXfont/src/builtins/builtin.h U xenocara/lib/libXfont/src/builtins/dir.c U xenocara/lib/libXfont/src/builtins/file.c U xenocara/lib/libXfont/src/builtins/fonts.c U xenocara/lib/libXfont/src/builtins/fpe.c U xenocara/lib/libXfont/src/builtins/render.c U xenocara/lib/libXfont/src/builtins/buildfont U xenocara/lib/libXfont/src/fc/Makefile.am U xenocara/lib/libXfont/src/fc/Makefile.in U xenocara/lib/libXfont/src/fc/fsconvert.c U xenocara/lib/libXfont/src/fc/fserve.c U xenocara/lib/libXfont/src/fc/fserve.h U xenocara/lib/libXfont/src/fc/fservestr.h U xenocara/lib/libXfont/src/fc/fsio.c U xenocara/lib/libXfont/src/fc/fsio.h U xenocara/lib/libXfont/src/fc/fslibos.h U xenocara/lib/libXfont/src/fc/fstrans.c U xenocara/lib/libXfont/src/util/Makefile.am U xenocara/lib/libXfont/src/util/Makefile.in U xenocara/lib/libXfont/src/util/atom.c U xenocara/lib/libXfont/src/util/fontaccel.c U xenocara/lib/libXfont/src/util/fontnames.c U xenocara/lib/libXfont/src/util/fontutil.c U xenocara/lib/libXfont/src/util/fontxlfd.c U xenocara/lib/libXfont/src/util/format.c U xenocara/lib/libXfont/src/util/miscutil.c U xenocara/lib/libXfont/src/util/patcache.c U xenocara/lib/libXfont/src/util/private.c U xenocara/lib/libXfont/src/util/utilbitmap.c U xenocara/lib/libXfont/src/stubs/Makefile.am U xenocara/lib/libXfont/src/stubs/Makefile.in U xenocara/lib/libXfont/src/stubs/cauthgen.c U xenocara/lib/libXfont/src/stubs/csignal.c U xenocara/lib/libXfont/src/stubs/delfntcid.c U xenocara/lib/libXfont/src/stubs/errorf.c U xenocara/lib/libXfont/src/stubs/fatalerror.c U xenocara/lib/libXfont/src/stubs/findoldfnt.c U xenocara/lib/libXfont/src/stubs/getcres.c U xenocara/lib/libXfont/src/stubs/getdefptsize.c U xenocara/lib/libXfont/src/stubs/getnewfntcid.c U xenocara/lib/libXfont/src/stubs/gettime.c U xenocara/lib/libXfont/src/stubs/initfshdl.c U xenocara/lib/libXfont/src/stubs/regfpefunc.c U xenocara/lib/libXfont/src/stubs/rmfshdl.c U xenocara/lib/libXfont/src/stubs/servclient.c U xenocara/lib/libXfont/src/stubs/setfntauth.c U xenocara/lib/libXfont/src/stubs/stfntcfnt.c U xenocara/lib/libXfont/src/stubs/stubs.h U xenocara/lib/libXfont/src/stubs/xpstubs.c U xenocara/lib/libXfont/src/fontcache/Makefile.am U xenocara/lib/libXfont/src/fontcache/Makefile.in U xenocara/lib/libXfont/src/fontcache/fontcache.c U xenocara/lib/libXfont/src/fontcache/fontcache.h U xenocara/lib/libXfont/src/fontcache/fcqueue.h U xenocara/lib/libXfont/src/Type1/Makefile.am U xenocara/lib/libXfont/src/Type1/Makefile.in U xenocara/lib/libXfont/src/Type1/arith.c U xenocara/lib/libXfont/src/Type1/arith.h U xenocara/lib/libXfont/src/Type1/blues.h U xenocara/lib/libXfont/src/Type1/cluts.h U xenocara/lib/libXfont/src/Type1/curves.c U xenocara/lib/libXfont/src/Type1/curves.h U xenocara/lib/libXfont/src/Type1/digit.h U xenocara/lib/libXfont/src/Type1/fontfcn.c U xenocara/lib/libXfont/src/Type1/fontfcn.h U xenocara/lib/libXfont/src/Type1/fonts.h U xenocara/lib/libXfont/src/Type1/hdigit.h U xenocara/lib/libXfont/src/Type1/hints.c U xenocara/lib/libXfont/src/Type1/hints.h U xenocara/lib/libXfont/src/Type1/lines.c U xenocara/lib/libXfont/src/Type1/lines.h U xenocara/lib/libXfont/src/Type1/objects.c U xenocara/lib/libXfont/src/Type1/objects.h U xenocara/lib/libXfont/src/Type1/paths.c U xenocara/lib/libXfont/src/Type1/paths.h U xenocara/lib/libXfont/src/Type1/pictures.h U xenocara/lib/libXfont/src/Type1/regions.c U xenocara/lib/libXfont/src/Type1/regions.h U xenocara/lib/libXfont/src/Type1/scanfont.c U xenocara/lib/libXfont/src/Type1/spaces.c U xenocara/lib/libXfont/src/Type1/t1io.c U xenocara/lib/libXfont/src/Type1/spaces.h U xenocara/lib/libXfont/src/Type1/strokes.h U xenocara/lib/libXfont/src/Type1/t1funcs.c U xenocara/lib/libXfont/src/Type1/t1hdigit.h U xenocara/lib/libXfont/src/Type1/t1imager.h U xenocara/lib/libXfont/src/Type1/t1info.c U xenocara/lib/libXfont/src/Type1/t1intf.h U xenocara/lib/libXfont/src/Type1/t1malloc.c U xenocara/lib/libXfont/src/Type1/t1snap.c U xenocara/lib/libXfont/src/Type1/t1stdio.h U xenocara/lib/libXfont/src/Type1/t1stub.c U xenocara/lib/libXfont/src/Type1/t1unicode.c U xenocara/lib/libXfont/src/Type1/t1unicode.h U xenocara/lib/libXfont/src/Type1/token.c U xenocara/lib/libXfont/src/Type1/token.h U xenocara/lib/libXfont/src/Type1/tokst.h U xenocara/lib/libXfont/src/Type1/trig.h U xenocara/lib/libXfont/src/Type1/type1.c U xenocara/lib/libXfont/src/Type1/util.c U xenocara/lib/libXfont/src/Type1/util.h U xenocara/lib/libXfont/src/Speedo/Makefile.am U xenocara/lib/libXfont/src/Speedo/Makefile.in U xenocara/lib/libXfont/src/Speedo/adobe-iso.h U xenocara/lib/libXfont/src/Speedo/bics-iso.h U xenocara/lib/libXfont/src/Speedo/bics-unicode.c U xenocara/lib/libXfont/src/Speedo/bics-unicode.h U xenocara/lib/libXfont/src/Speedo/do_char.c U xenocara/lib/libXfont/src/Speedo/do_trns.c U xenocara/lib/libXfont/src/Speedo/keys.h U xenocara/lib/libXfont/src/Speedo/out_bl2d.c U xenocara/lib/libXfont/src/Speedo/out_blk.c U xenocara/lib/libXfont/src/Speedo/out_outl.c U xenocara/lib/libXfont/src/Speedo/out_scrn.c U xenocara/lib/libXfont/src/Speedo/out_util.c U xenocara/lib/libXfont/src/Speedo/reset.c U xenocara/lib/libXfont/src/Speedo/set_spcs.c U xenocara/lib/libXfont/src/Speedo/set_trns.c U xenocara/lib/libXfont/src/Speedo/spdo_prv.h U xenocara/lib/libXfont/src/Speedo/speedo.h U xenocara/lib/libXfont/src/Speedo/spencode.c U xenocara/lib/libXfont/src/Speedo/sperr.c U xenocara/lib/libXfont/src/Speedo/spfile.c U xenocara/lib/libXfont/src/Speedo/spfont.c U xenocara/lib/libXfont/src/Speedo/spfuncs.c U xenocara/lib/libXfont/src/Speedo/spglyph.c U xenocara/lib/libXfont/src/Speedo/spinfo.c U xenocara/lib/libXfont/src/Speedo/spint.h U xenocara/lib/libXfont/src/Speedo/useropt.h 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXfont CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:50:27 Modified files: lib/libXfont : Makefile.am Makefile.in aclocal.m4 configure Removed files: lib/libXfont/include/X11/fonts: fontconf.h Log message: - merge libXfont 1.2.6 - regen generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:52:58 Modified files: . : MODULES Log message: Update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:53:57 Modified files: . : 3RDPARTY Log message: xterm 223 has been released CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/16 14:55:10 Modified files: . : 3RDPARTY Log message: current version of xterm in OpenBSD is 216 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/16 15:09:38 Modified files: share/man/man4 : aac.4 gdt.4 ips.4 pci.4 Log message: Some fixes from brad, ok jmc. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/12/16 18:54:08 Modified files: telephony/asterisk-native-sounds: Makefile Log message: Add MAINTAINER line CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/16 23:04:11 Modified files: sys/dev/pci : if_bge.c Log message: Add/modify some comments. From Brad. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/17 01:23:29 Modified files: telephony/asterisk-native-sounds: Makefile Log message: bump pkgname after maintainer change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/17 02:01:48 Modified files: audio/timidity : Makefile Log message: fix WANTLIB and LIB_DEPENDS for gtk2 flavor remove pkgconfig dependency while here. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/17 02:14:36 Modified files: emulators/fuse : Makefile Log message: fix WANTLIB and LIB_DEPENDS for gtk flavor. reminded by Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/17 02:21:36 ports/www/p5-FCGI-ProcManager Update of /cvs/ports/www/p5-FCGI-ProcManager In directory cvs.openbsd.org:/tmp/cvs-serv22052/p5-FCGI-ProcManager Log Message: Directory /cvs/ports/www/p5-FCGI-ProcManager added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/17 02:22:29 ports/www/p5-FCGI-ProcManager/pkg Update of /cvs/ports/www/p5-FCGI-ProcManager/pkg In directory cvs.openbsd.org:/tmp/cvs-serv27219/pkg Log Message: Directory /cvs/ports/www/p5-FCGI-ProcManager/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/17 02:25:11 Added files: www/p5-FCGI-ProcManager: Makefile distinfo www/p5-FCGI-ProcManager/pkg: DESCR PLIST Log message: Import p5-FCGI-ProcManager - perl functions for managing FastCGI applications ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/17 02:36:46 Modified files: www : Makefile Log message: hook in p5-FCGI-ProcManager CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 02:58:28 Modified files: share/man/man4 : udcf.4 Log message: Shorten .Nd. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:40:54 Log message: libXfontcache 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/lib/libXfontcache/README U xenocara/lib/libXfontcache/configure.ac C xenocara/lib/libXfontcache/aclocal.m4 U xenocara/lib/libXfontcache/Makefile.am C xenocara/lib/libXfontcache/Makefile.in U xenocara/lib/libXfontcache/config.h.in U xenocara/lib/libXfontcache/xfontcache.pc.in C xenocara/lib/libXfontcache/configure U xenocara/lib/libXfontcache/AUTHORS U xenocara/lib/libXfontcache/COPYING U xenocara/lib/libXfontcache/ChangeLog U xenocara/lib/libXfontcache/INSTALL U xenocara/lib/libXfontcache/NEWS C xenocara/lib/libXfontcache/config.guess C xenocara/lib/libXfontcache/config.sub U xenocara/lib/libXfontcache/depcomp U xenocara/lib/libXfontcache/install-sh C xenocara/lib/libXfontcache/ltmain.sh U xenocara/lib/libXfontcache/missing U xenocara/lib/libXfontcache/autogen.sh U xenocara/lib/libXfontcache/src/Makefile.am C xenocara/lib/libXfontcache/src/Makefile.in U xenocara/lib/libXfontcache/src/FontCache.c U xenocara/lib/libXfontcache/man/Makefile.am C xenocara/lib/libXfontcache/man/Makefile.in U xenocara/lib/libXfontcache/man/Xfontcache.man 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXfontcache CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:43:10 Modified files: lib/libXfontcache: Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:44:42 Log message: libXres 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libXRes/README U xenocara/lib/libXRes/configure.ac C xenocara/lib/libXRes/aclocal.m4 C xenocara/lib/libXRes/Makefile.am C xenocara/lib/libXRes/Makefile.in U xenocara/lib/libXRes/config.h.in U xenocara/lib/libXRes/xres.pc.in C xenocara/lib/libXRes/configure U xenocara/lib/libXRes/AUTHORS U xenocara/lib/libXRes/COPYING U xenocara/lib/libXRes/ChangeLog U xenocara/lib/libXRes/INSTALL U xenocara/lib/libXRes/NEWS C xenocara/lib/libXRes/config.guess C xenocara/lib/libXRes/config.sub U xenocara/lib/libXRes/depcomp U xenocara/lib/libXRes/install-sh C xenocara/lib/libXRes/ltmain.sh U xenocara/lib/libXRes/missing U xenocara/lib/libXRes/autogen.sh U xenocara/lib/libXRes/src/Makefile.am C xenocara/lib/libXRes/src/Makefile.in U xenocara/lib/libXRes/src/XRes.c U xenocara/lib/libXRes/include/X11/extensions/XRes.h U xenocara/lib/libXRes/man/Makefile.am C xenocara/lib/libXRes/man/Makefile.in U xenocara/lib/libXRes/man/XRes.man 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXRes CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:47:26 Modified files: lib/libXRes : Makefile.am Makefile.in aclocal.m4 configure Log message: - merge libXres 1.0.3 - regen generated files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:48:59 Log message: libXv 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libXv/README U xenocara/lib/libXv/configure.ac C xenocara/lib/libXv/aclocal.m4 U xenocara/lib/libXv/Makefile.am U xenocara/lib/libXv/Makefile.in U xenocara/lib/libXv/config.h.in U xenocara/lib/libXv/xv.pc.in C xenocara/lib/libXv/configure U xenocara/lib/libXv/AUTHORS U xenocara/lib/libXv/COPYING U xenocara/lib/libXv/ChangeLog U xenocara/lib/libXv/INSTALL U xenocara/lib/libXv/NEWS C xenocara/lib/libXv/config.guess C xenocara/lib/libXv/config.sub U xenocara/lib/libXv/depcomp U xenocara/lib/libXv/install-sh C xenocara/lib/libXv/ltmain.sh U xenocara/lib/libXv/missing U xenocara/lib/libXv/autogen.sh U xenocara/lib/libXv/src/Makefile.am U xenocara/lib/libXv/src/Makefile.in U xenocara/lib/libXv/src/Xv.c U xenocara/lib/libXv/src/Xvlibint.h U xenocara/lib/libXv/man/Makefile.am C xenocara/lib/libXv/man/Makefile.in U xenocara/lib/libXv/man/Xv.man U xenocara/lib/libXv/man/XvFreeAdaptorInfo.man U xenocara/lib/libXv/man/XvFreeEncodingInfo.man U xenocara/lib/libXv/man/XvGetPortAttribute.man U xenocara/lib/libXv/man/XvGetStill.man U xenocara/lib/libXv/man/XvGetVideo.man U xenocara/lib/libXv/man/XvGrabPort.man U xenocara/lib/libXv/man/XvPortNotify.man U xenocara/lib/libXv/man/XvPutStill.man U xenocara/lib/libXv/man/XvPutVideo.man U xenocara/lib/libXv/man/XvQueryAdaptors.man U xenocara/lib/libXv/man/XvQueryBestSize.man U xenocara/lib/libXv/man/XvQueryEncodings.man U xenocara/lib/libXv/man/XvQueryExtension.man U xenocara/lib/libXv/man/XvSelectPortNotify.man U xenocara/lib/libXv/man/XvStopVideo.man U xenocara/lib/libXv/man/XvSelectVideoNotify.man U xenocara/lib/libXv/man/XvSetPortAttribute.man U xenocara/lib/libXv/man/XvUngrabPort.man U xenocara/lib/libXv/man/XvVideoNotify.man U xenocara/lib/libXv/include/Makefile.am U xenocara/lib/libXv/include/Makefile.in U xenocara/lib/libXv/include/X11/Makefile.am U xenocara/lib/libXv/include/X11/Makefile.in U xenocara/lib/libXv/include/X11/extensions/Xvlib.h U xenocara/lib/libXv/include/X11/extensions/Makefile.am U xenocara/lib/libXv/include/X11/extensions/Makefile.in 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXv CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:50:47 Modified files: lib/libXv : Makefile.in aclocal.m4 configure lib/libXv/include: Makefile.in lib/libXv/include/X11: Makefile.in lib/libXv/include/X11/extensions: Makefile.in lib/libXv/src : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:51:54 Log message: libXvMC 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/lib/libXvMC/README U xenocara/lib/libXvMC/configure.ac C xenocara/lib/libXvMC/aclocal.m4 U xenocara/lib/libXvMC/Makefile.am U xenocara/lib/libXvMC/Makefile.in U xenocara/lib/libXvMC/config.h.in U xenocara/lib/libXvMC/xvmc.pc.in C xenocara/lib/libXvMC/configure U xenocara/lib/libXvMC/AUTHORS U xenocara/lib/libXvMC/COPYING U xenocara/lib/libXvMC/ChangeLog U xenocara/lib/libXvMC/INSTALL U xenocara/lib/libXvMC/NEWS U xenocara/lib/libXvMC/compile C xenocara/lib/libXvMC/config.guess C xenocara/lib/libXvMC/config.sub U xenocara/lib/libXvMC/depcomp U xenocara/lib/libXvMC/install-sh C xenocara/lib/libXvMC/ltmain.sh U xenocara/lib/libXvMC/missing U xenocara/lib/libXvMC/autogen.sh U xenocara/lib/libXvMC/src/Makefile.am U xenocara/lib/libXvMC/src/Makefile.in U xenocara/lib/libXvMC/src/XvMC.c U xenocara/lib/libXvMC/src/XvMClibint.h U xenocara/lib/libXvMC/src/XvMCWrapper.c U xenocara/lib/libXvMC/include/Makefile.am U xenocara/lib/libXvMC/include/Makefile.in U xenocara/lib/libXvMC/include/X11/Makefile.am U xenocara/lib/libXvMC/include/X11/Makefile.in U xenocara/lib/libXvMC/include/X11/extensions/XvMClib.h U xenocara/lib/libXvMC/include/X11/extensions/Makefile.am U xenocara/lib/libXvMC/include/X11/extensions/Makefile.in 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXvMC CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:54:18 Modified files: lib/libXvMC : Makefile.in aclocal.m4 configure lib/libXvMC/include: Makefile.in lib/libXvMC/include/X11: Makefile.in lib/libXvMC/include/X11/extensions: Makefile.in lib/libXvMC/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:55:18 Log message: libfontenc 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/lib/libfontenc/README U xenocara/lib/libfontenc/configure.ac C xenocara/lib/libfontenc/aclocal.m4 U xenocara/lib/libfontenc/Makefile.am C xenocara/lib/libfontenc/Makefile.in U xenocara/lib/libfontenc/config.h.in U xenocara/lib/libfontenc/fontenc.pc.in C xenocara/lib/libfontenc/configure U xenocara/lib/libfontenc/AUTHORS U xenocara/lib/libfontenc/COPYING U xenocara/lib/libfontenc/ChangeLog U xenocara/lib/libfontenc/INSTALL U xenocara/lib/libfontenc/NEWS C xenocara/lib/libfontenc/config.guess C xenocara/lib/libfontenc/config.sub U xenocara/lib/libfontenc/depcomp U xenocara/lib/libfontenc/install-sh C xenocara/lib/libfontenc/ltmain.sh U xenocara/lib/libfontenc/missing U xenocara/lib/libfontenc/autogen.sh U xenocara/lib/libfontenc/src/Makefile.am C xenocara/lib/libfontenc/src/Makefile.in U xenocara/lib/libfontenc/src/encparse.c U xenocara/lib/libfontenc/src/fontenc.c U xenocara/lib/libfontenc/src/fontencI.h U xenocara/lib/libfontenc/include/X11/fonts/fontenc.h 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libfontenc CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:57:15 Modified files: lib/libfontenc : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:57:44 Log message: util-macros 1.1.4 Status: Vendor Tag: xorg Release Tags: v1_1_4 U xenocara/util/macros/README U xenocara/util/macros/configure.ac C xenocara/util/macros/aclocal.m4 U xenocara/util/macros/Makefile.am C xenocara/util/macros/Makefile.in U xenocara/util/macros/xorg-macros.m4.in C xenocara/util/macros/configure U xenocara/util/macros/COPYING U xenocara/util/macros/ChangeLog U xenocara/util/macros/install-sh U xenocara/util/macros/missing U xenocara/util/macros/xorgversion.m4 U xenocara/util/macros/xorg-macros.m4 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/util/macros CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 03:59:40 Modified files: util/macros : Makefile.in configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:01:48 Log message: xproto 7.0.10 Status: Vendor Tag: xorg Release Tags: v7_0_10 U xenocara/proto/x11proto/configure.ac C xenocara/proto/x11proto/aclocal.m4 U xenocara/proto/x11proto/Makefile.am C xenocara/proto/x11proto/Makefile.in U xenocara/proto/x11proto/Xfuncproto.h.in U xenocara/proto/x11proto/Xpoll.h.in U xenocara/proto/x11proto/do-not-use-config.h.in U xenocara/proto/x11proto/xproto.pc.in C xenocara/proto/x11proto/configure U xenocara/proto/x11proto/ap_keysym.h U xenocara/proto/x11proto/DECkeysym.h U xenocara/proto/x11proto/HPkeysym.h U xenocara/proto/x11proto/keysymdef.h U xenocara/proto/x11proto/keysym.h U xenocara/proto/x11proto/Sunkeysym.h U xenocara/proto/x11proto/Xalloca.h U xenocara/proto/x11proto/Xarch.h U xenocara/proto/x11proto/Xatom.h U xenocara/proto/x11proto/Xdefs.h U xenocara/proto/x11proto/XF86keysym.h U xenocara/proto/x11proto/Xfuncs.h U xenocara/proto/x11proto/X.h U xenocara/proto/x11proto/Xmd.h U xenocara/proto/x11proto/Xosdefs.h U xenocara/proto/x11proto/Xos.h U xenocara/proto/x11proto/Xos_r.h U xenocara/proto/x11proto/Xproto.h U xenocara/proto/x11proto/Xprotostr.h U xenocara/proto/x11proto/Xthreads.h U xenocara/proto/x11proto/Xw32defs.h U xenocara/proto/x11proto/XWDFile.h U xenocara/proto/x11proto/Xwindows.h U xenocara/proto/x11proto/Xwinsock.h U xenocara/proto/x11proto/AUTHORS U xenocara/proto/x11proto/COPYING U xenocara/proto/x11proto/ChangeLog U xenocara/proto/x11proto/config.guess U xenocara/proto/x11proto/config.sub U xenocara/proto/x11proto/install-sh U xenocara/proto/x11proto/missing U xenocara/proto/x11proto/autogen.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/proto/x11proto CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:03:30 Modified files: proto/x11proto : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:06:24 Log message: xf86-video-mga 1.4.6 Status: Vendor Tag: xorg Release Tags: v1_4_6 U xenocara/driver/xf86-video-mga/configure.ac C xenocara/driver/xf86-video-mga/aclocal.m4 U xenocara/driver/xf86-video-mga/Makefile.am C xenocara/driver/xf86-video-mga/Makefile.in U xenocara/driver/xf86-video-mga/config.h.in C xenocara/driver/xf86-video-mga/configure U xenocara/driver/xf86-video-mga/COPYING U xenocara/driver/xf86-video-mga/ChangeLog U xenocara/driver/xf86-video-mga/config.guess U xenocara/driver/xf86-video-mga/config.sub U xenocara/driver/xf86-video-mga/depcomp U xenocara/driver/xf86-video-mga/install-sh U xenocara/driver/xf86-video-mga/ltmain.sh U xenocara/driver/xf86-video-mga/missing U xenocara/driver/xf86-video-mga/README_HALLIB U xenocara/driver/xf86-video-mga/mga_PInS.txt U xenocara/driver/xf86-video-mga/src/Makefile.am U xenocara/driver/xf86-video-mga/src/Makefile.in U xenocara/driver/xf86-video-mga/src/binding.h U xenocara/driver/xf86-video-mga/src/client.h U xenocara/driver/xf86-video-mga/src/clientlx.c U xenocara/driver/xf86-video-mga/src/mga_arc.c U xenocara/driver/xf86-video-mga/src/mga_bios.c U xenocara/driver/xf86-video-mga/src/mga_common.h U xenocara/driver/xf86-video-mga/src/mga_dac3026.c U xenocara/driver/xf86-video-mga/src/mga_dacG.c U xenocara/driver/xf86-video-mga/src/mga_dga.c U xenocara/driver/xf86-video-mga/src/mga_dh.c U xenocara/driver/xf86-video-mga/src/mga_driver.c U xenocara/driver/xf86-video-mga/src/mga_esc.c U xenocara/driver/xf86-video-mga/src/mga_g450pll.c U xenocara/driver/xf86-video-mga/src/mga.h U xenocara/driver/xf86-video-mga/src/mga_halmod.c U xenocara/driver/xf86-video-mga/src/mga_hwcurs.c U xenocara/driver/xf86-video-mga/src/mga_macros.h U xenocara/driver/xf86-video-mga/src/mga_maven.h U xenocara/driver/xf86-video-mga/src/mga_merge.c U xenocara/driver/xf86-video-mga/src/mga_merge.h U xenocara/driver/xf86-video-mga/src/mgareg_flags.h U xenocara/driver/xf86-video-mga/src/mga_reg.h U xenocara/driver/xf86-video-mga/src/mga_sarea.h U xenocara/driver/xf86-video-mga/src/mga_shadow.c U xenocara/driver/xf86-video-mga/src/mga_ucode.h U xenocara/driver/xf86-video-mga/src/mga_vga.c U xenocara/driver/xf86-video-mga/src/mga_video.c U xenocara/driver/xf86-video-mga/src/mga_dri.c U xenocara/driver/xf86-video-mga/src/mga_dri.h U xenocara/driver/xf86-video-mga/src/mga_dripriv.h U xenocara/driver/xf86-video-mga/src/mga_exa.c U xenocara/driver/xf86-video-mga/src/mga_storm.c U xenocara/driver/xf86-video-mga/man/Makefile.am U xenocara/driver/xf86-video-mga/man/Makefile.in U xenocara/driver/xf86-video-mga/man/mga.man U xenocara/driver/xf86-video-mga/util/README U xenocara/driver/xf86-video-mga/util/Makefile.am U xenocara/driver/xf86-video-mga/util/Makefile.in U xenocara/driver/xf86-video-mga/util/stormdwg.c 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-mga CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/17 04:07:08 Modified files: graphics/aalib : Makefile distinfo Log message: fetch distfile from sourceforge. new checksum since the new distfile does not include the config.cache file. no package change. from Mikolaj Kucharski CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:08:26 Modified files: driver/xf86-video-mga: Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:10:11 Log message: xf86-video-nv 1.2.2 Status: Vendor Tag: xorg Release Tags: v1_2_2 U xenocara/driver/xf86-video-nv/configure.ac C xenocara/driver/xf86-video-nv/aclocal.m4 U xenocara/driver/xf86-video-nv/Makefile.am C xenocara/driver/xf86-video-nv/Makefile.in U xenocara/driver/xf86-video-nv/config.h.in C xenocara/driver/xf86-video-nv/configure U xenocara/driver/xf86-video-nv/COPYING U xenocara/driver/xf86-video-nv/ChangeLog C xenocara/driver/xf86-video-nv/config.guess C xenocara/driver/xf86-video-nv/config.sub U xenocara/driver/xf86-video-nv/depcomp U xenocara/driver/xf86-video-nv/install-sh C xenocara/driver/xf86-video-nv/ltmain.sh U xenocara/driver/xf86-video-nv/missing U xenocara/driver/xf86-video-nv/README.NV1 U xenocara/driver/xf86-video-nv/src/Makefile.am C xenocara/driver/xf86-video-nv/src/Makefile.in U xenocara/driver/xf86-video-nv/src/nv_const.h U xenocara/driver/xf86-video-nv/src/nv_cursor.c U xenocara/driver/xf86-video-nv/src/nv_dac.c U xenocara/driver/xf86-video-nv/src/nv_dga.c U xenocara/driver/xf86-video-nv/src/nv_dma.h U xenocara/driver/xf86-video-nv/src/nv_driver.c U xenocara/driver/xf86-video-nv/src/nv_hw.c U xenocara/driver/xf86-video-nv/src/nv_include.h U xenocara/driver/xf86-video-nv/src/nv_local.h U xenocara/driver/xf86-video-nv/src/nv_proto.h U xenocara/driver/xf86-video-nv/src/nvreg.h U xenocara/driver/xf86-video-nv/src/nv_setup.c U xenocara/driver/xf86-video-nv/src/nv_shadow.c U xenocara/driver/xf86-video-nv/src/nv_type.h U xenocara/driver/xf86-video-nv/src/nvvga.h U xenocara/driver/xf86-video-nv/src/nv_video.c U xenocara/driver/xf86-video-nv/src/nv_xaa.c U xenocara/driver/xf86-video-nv/src/riva_const.h U xenocara/driver/xf86-video-nv/src/riva_cursor.c U xenocara/driver/xf86-video-nv/src/riva_dac.c U xenocara/driver/xf86-video-nv/src/riva_dga.c U xenocara/driver/xf86-video-nv/src/riva_driver.c U xenocara/driver/xf86-video-nv/src/riva_hw.c U xenocara/driver/xf86-video-nv/src/riva_hw.h U xenocara/driver/xf86-video-nv/src/riva_include.h U xenocara/driver/xf86-video-nv/src/riva_local.h U xenocara/driver/xf86-video-nv/src/riva_proto.h U xenocara/driver/xf86-video-nv/src/riva_setup.c U xenocara/driver/xf86-video-nv/src/riva_shadow.c U xenocara/driver/xf86-video-nv/src/riva_tbl.h U xenocara/driver/xf86-video-nv/src/riva_type.h U xenocara/driver/xf86-video-nv/src/riva_xaa.c U xenocara/driver/xf86-video-nv/man/Makefile.am C xenocara/driver/xf86-video-nv/man/Makefile.in U xenocara/driver/xf86-video-nv/man/nv.man 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-nv CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:12:05 Modified files: driver/xf86-video-nv: Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:14:15 Log message: xf86-video-rendition 4.1.3 Status: Vendor Tag: xorg Release Tags: v4_1_3 U xenocara/driver/xf86-video-rendition/README U xenocara/driver/xf86-video-rendition/configure.ac C xenocara/driver/xf86-video-rendition/aclocal.m4 U xenocara/driver/xf86-video-rendition/Makefile.am C xenocara/driver/xf86-video-rendition/Makefile.in U xenocara/driver/xf86-video-rendition/config.h.in C xenocara/driver/xf86-video-rendition/configure U xenocara/driver/xf86-video-rendition/COPYING U xenocara/driver/xf86-video-rendition/ChangeLog C xenocara/driver/xf86-video-rendition/config.guess C xenocara/driver/xf86-video-rendition/config.sub U xenocara/driver/xf86-video-rendition/depcomp U xenocara/driver/xf86-video-rendition/install-sh C xenocara/driver/xf86-video-rendition/ltmain.sh U xenocara/driver/xf86-video-rendition/missing U xenocara/driver/xf86-video-rendition/README.sgml U xenocara/driver/xf86-video-rendition/src/v10002d.uc U xenocara/driver/xf86-video-rendition/src/v20002d.uc U xenocara/driver/xf86-video-rendition/src/Makefile.am C xenocara/driver/xf86-video-rendition/src/Makefile.in U xenocara/driver/xf86-video-rendition/src/accel.h U xenocara/driver/xf86-video-rendition/src/accelX.c U xenocara/driver/xf86-video-rendition/src/cmd2d.h U xenocara/driver/xf86-video-rendition/src/commonregs.h U xenocara/driver/xf86-video-rendition/src/cscode.h U xenocara/driver/xf86-video-rendition/src/hwcursor.c U xenocara/driver/xf86-video-rendition/src/hwcursor.h U xenocara/driver/xf86-video-rendition/src/rendition.c U xenocara/driver/xf86-video-rendition/src/rendition.h U xenocara/driver/xf86-video-rendition/src/rendition_options.h U xenocara/driver/xf86-video-rendition/src/rendition_shadow.c U xenocara/driver/xf86-video-rendition/src/rendition_shadow.h U xenocara/driver/xf86-video-rendition/src/v1kregs.h U xenocara/driver/xf86-video-rendition/src/v1krisc.c U xenocara/driver/xf86-video-rendition/src/v1krisc.h U xenocara/driver/xf86-video-rendition/src/v2kregs.h U xenocara/driver/xf86-video-rendition/src/vboard.c U xenocara/driver/xf86-video-rendition/src/vboard.h U xenocara/driver/xf86-video-rendition/src/vmisc.c U xenocara/driver/xf86-video-rendition/src/vloaduc.c U xenocara/driver/xf86-video-rendition/src/vloaduc.h U xenocara/driver/xf86-video-rendition/src/vmisc.h U xenocara/driver/xf86-video-rendition/src/vmodes.c U xenocara/driver/xf86-video-rendition/src/vmodes.h U xenocara/driver/xf86-video-rendition/src/vos.h U xenocara/driver/xf86-video-rendition/src/vramdac.c U xenocara/driver/xf86-video-rendition/src/vramdac.h U xenocara/driver/xf86-video-rendition/src/vtypes.h U xenocara/driver/xf86-video-rendition/src/README.uc U xenocara/driver/xf86-video-rendition/src/vgafont-std.data U xenocara/driver/xf86-video-rendition/src/vgafont-vrx.data U xenocara/driver/xf86-video-rendition/src/vgapalette.data U xenocara/driver/xf86-video-rendition/man/Makefile.am C xenocara/driver/xf86-video-rendition/man/Makefile.in U xenocara/driver/xf86-video-rendition/man/rendition.man 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-rendition CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:16:25 Modified files: driver/xf86-video-rendition: Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:17:41 Log message: xtrans 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libxtrans/README U xenocara/lib/libxtrans/Xtrans.h U xenocara/lib/libxtrans/Xtrans.c U xenocara/lib/libxtrans/Xtransdnet.c U xenocara/lib/libxtrans/Xtransint.h U xenocara/lib/libxtrans/Xtranslcl.c U xenocara/lib/libxtrans/Xtransos2.c U xenocara/lib/libxtrans/Xtranssock.c U xenocara/lib/libxtrans/Xtranstli.c U xenocara/lib/libxtrans/Xtransutil.c U xenocara/lib/libxtrans/transport.c U xenocara/lib/libxtrans/configure.ac C xenocara/lib/libxtrans/aclocal.m4 U xenocara/lib/libxtrans/Makefile.am U xenocara/lib/libxtrans/Makefile.in U xenocara/lib/libxtrans/xtrans.pc.in U xenocara/lib/libxtrans/configure U xenocara/lib/libxtrans/AUTHORS U xenocara/lib/libxtrans/COPYING U xenocara/lib/libxtrans/ChangeLog U xenocara/lib/libxtrans/INSTALL U xenocara/lib/libxtrans/NEWS U xenocara/lib/libxtrans/install-sh U xenocara/lib/libxtrans/missing U xenocara/lib/libxtrans/xtrans.m4 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libxtrans CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:18:24 Modified files: lib/libxtrans : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:23:00 Removed files: driver/xf86-input-aiptek: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-input-aiptek/man: Makefile.am Makefile.in aiptek.man driver/xf86-input-aiptek/src: Makefile.am Makefile.in xf86Aiptek.c xf86Aiptek.h Log message: This driver is no longer part of X.Org. New master site: http://aiptektablet.sourceforge.net/ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 04:24:26 Modified files: share/man/man4 : usb.4 Log message: Sync udcf entry with udcf(4). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:30:16 Removed files: app/mkcfm : AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.bsd-wrapper Makefile.in NEWS README aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing mkcfm.c mkcfm.man mkinstalldirs Log message: deprecated as of X.Org 7.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 04:30:53 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 04:47:05 Modified files: sys/dev/pci : pcidevs Log message: Add Meinberg Funkuhren GmbH CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 04:47:12 Modified files: devel/avr/libc : Makefile Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. Bump pkgname. ok steven@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 04:48:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 04:49:12 Modified files: devel/libfmt : Makefile devel/libregexp9: Makefile Log message: Remove bogus REGRESS_DEPENDS=${BUILD_DEPENDS}. ok steven@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 04:50:51 Modified files: devel/luavenv : Makefile Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. Remove BUILD_DEPENDS, because it's NO_BUILD=Yes (thanks to steven@ for pointing this out). No bump required. ok steven@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 04:56:56 Modified files: devel/luaalarm : Makefile devel/luafs : Makefile devel/luapack : Makefile devel/luaposix : Makefile devel/p5-Algorithm-Annotate: Makefile devel/p5-Class-Accessor-Chained: Makefile devel/p5-Class-C3: Makefile devel/p5-File-Find-Rule: Makefile devel/p5-File-Find-Rule-Filesys-Virtual: Makefile devel/p5-IO-Digest: Makefile devel/p5-VCP-autrijus: Makefile devel/svk : Makefile graphics/luagd : Makefile Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. No bump required. ok steven@ There'l be more of this, including some ports where a RUN_DEPENDS=${BUILD_DEPENDS} really causes wrong runtime dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/17 05:12:59 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-configure patch-lib-src_libnyquist_Makefile_in patch-lib-src_portaudio_pa_unix_oss_pa_unix_oss_c patch-lib-src_portmixer_px_unix_oss_px_unix_oss_c patch-lib-src_soundtouch_configure patch-lib-src_soundtouch_source_SoundTouch_Makefile_in patch-lib-src_soundtouch_source_example_SoundStretch_Makefile_in patch-lib-src_soundtouch_source_example_bpm_Makefile_in patch-src_export_ExportMP3_cpp patch-tests_Makefile_in audio/audacity/pkg: PLIST Added files: audio/audacity/patches: patch-lib-src_soundtouch_include_STTypes_h patch-src_DirManager_cpp patch-src_Makefile_in patch-src_Prefs_cpp patch-src_Sequence_cpp patch-tests_SequenceTest_cpp patch-tests_SimpleBlockFileTest_cpp Removed files: audio/audacity/patches: patch-lib-src_libnyquist_sys_term_c Log message: - update to version 1.3.2 big thanks to Martynas Venckus for his work on regression tests "go ahead!" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 07:22:46 Modified files: net/nmap : Makefile Log message: Okan Demirmen drops maintainership, Giovanni Bechis takes over. bump pkgname. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 07:34:07 Modified files: app/xterm : Makefile.bsd-wrapper Log message: enable luit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 08:01:57 Log message: import l2p 1.0 L2P creates PNG images of mathematical expressions formatted in LaTeX. While it can convert a whole LaTeX document, it is designed to easily generate images from just a fragment of LaTeX code. Status: Vendor Tag: jasper Release Tags: jasper_20061217 N ports/graphics/l2p/distinfo N ports/graphics/l2p/Makefile N ports/graphics/l2p/pkg/PLIST N ports/graphics/l2p/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 08:03:15 Modified files: graphics : Makefile Log message: add l2p CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/17 08:19:30 Modified files: security/clamav: Makefile distinfo Log message: Maintenance update to version 0.88.7, improvements in mail scanning. Bump the major SHARED_LIBS number because exposed structs and interfaces changed. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 08:56:23 Modified files: sys/dev/pci : pwdog.c Log message: add a little spacing here, to please mglocker CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/12/17 09:24:00 Modified files: sys/dev/ic : rt2560.c rt2661.c Log message: fix index of ERP information element in beacons. still ugly, but correct. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/17 09:32:35 Modified files: sys/dev/pci : files.pci share/man/man4 : Makefile Added files: sys/dev/pci : mbg.c share/man/man4 : mbg.4 Log message: mbg(4), a driver for Meinberg Funkuhren time signal station receivers "Made in Switzerland" Currently, the DCF77 PCI32 receiver card is supported I have to mention the outstanding support from Meinberg, not only did they give me the hardware, docs, and reference source code, but they even call me back to explain the details of their hardware to me. If only the wireless manufacturors were that cooperative... ok claudio, ok mglocker, "commit it when ready" deraadt CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/17 10:12:45 Modified files: . : donations.html Log message: Meinberg Funkuhren GmbH donated a DCF77 PCI32 card which allowed me to write mbg(4). Many thanks! CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/12/17 10:34:34 Modified files: . : donations.html Log message: jurjen oskam sent me a HD. thanks! CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/17 10:41:56 Modified files: sbin/dhclient : conflex.c Log message: fix comment CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 10:49:44 Log message: import Crypt::Blowfish_PP 1.12 The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption algorithm in perl. The implementation is entirely Object Oriented, as there is quite a lot of context inherent in making blowfish as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a packed string. The transformation itself is a 16-round Feistel Network, and operates on a 64 bit block. Status: Vendor Tag: jasper Release Tags: jasper_20061217 N ports/security/p5-Crypt-Blowfish_PP/Makefile N ports/security/p5-Crypt-Blowfish_PP/distinfo N ports/security/p5-Crypt-Blowfish_PP/pkg/DESCR N ports/security/p5-Crypt-Blowfish_PP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/17 11:03:33 Modified files: usr.sbin/dhcpd : conflex.c confpars.c dhcpd.h dhctoken.h Log message: remove one-lease-per-client parameter which was never implemented (it doesn't do anything and is not documented); ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 11:03:37 Modified files: security : Makefile Log message: add p5-Crypt-Blowfish_PP CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/17 11:09:32 Modified files: sbin/dhclient : dhclient.c Log message: remove ASSERT_STATE() macro which is a NOOP, no binary change; ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 11:09:41 Log message: import p5-WWW-Robot 0.024 This module implements a configurable web traversal engine, for a robot or other web agent. Given an initial web page (URL), the Robot will get the contents of that page, and extract all links on the page, adding them to a list of URLs to visit. Features of the Robot module include: * Follows the Robot Exclusion Protocol. * Supports the META element proposed extensions to the Protocol. * Implements many of the Guidelines for Robot Writers. * Configurable. * Builds on standard Perl 5 modules for WWW, HTTP, HTML, etc. Status: Vendor Tag: jasper Release Tags: jasper_20061217 N ports/www/p5-WWW-Robot/Makefile N ports/www/p5-WWW-Robot/distinfo N ports/www/p5-WWW-Robot/pkg/DESCR N ports/www/p5-WWW-Robot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/17 11:11:13 Modified files: www : Makefile Log message: add p5-WWW-Robot CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 11:27:22 Modified files: app/beforelight: Makefile.am Log message: Fix installation in DESTDIR, from X.Org git repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 11:29:08 Modified files: app/beforelight: Makefile.in aclocal.m4 Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/17 11:57:50 Modified files: share/man/man4 : pci.4 Log message: Xr mbg CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/17 11:58:49 Modified files: lang/classpath : Makefile Log message: nikolay, don't add pkg-config when I'm getting rid of it ;-) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/17 12:42:21 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 12:52:56 Modified files: app : Makefile data : Makefile driver : Makefile font : Makefile lib : Makefile proto : Makefile util : Makefile Log message: remove update target CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 13:11:22 Modified files: www/xavante : Makefile Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. Remove BUILD_DEPENDS (NO_BUILD=Yes). ok dassow@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/17 13:13:33 Modified files: graphics/p5-Graphics-ColorNames: Makefile mail/tkrat : Makefile net/luasocket : Makefile net/p5-Filesys-Virtual-DAAP: Makefile net/p5-Net-DAAP-Client: Makefile print/psdim : Makefile textproc/p5-Catalyst-View-TT: Makefile textproc/p5-Text-Quoted: Makefile textproc/p5-Text-Table: Makefile www/p5-HTML-TableContentParser: Makefile www/p5-PodToHTML: Makefile x11/p5-Tk-ProgressBar-Mac: Makefile Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. ok dassow@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 13:15:39 Modified files: . : Makefile Log message: remove update target CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 13:41:36 Modified files: . : Makefile share/mk : bsd.xorg.mk app/xdm : Makefile.bsd-wrapper Log message: make the install target more similar to what is done in the base system. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/17 13:50:51 Modified files: lib/libutil : passwd.c pw_lock.3 Log message: Always write errno on pw_lock failure so it can be relied on. Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 14:01:52 Modified files: data/xkbdata/symbols: Makefile.am data/xkbdata/symbols/sun: Makefile.am Log message: Install extra files for OpenBSD CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 14:02:39 Modified files: data/xkbdata : aclocal.m4 config.h.in configure data/xkbdata/symbols: Makefile.in data/xkbdata/symbols/sun: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/17 14:26:53 Modified files: sys/arch/hppa/gsc: gsckbd.c Log message: sync with pckbd.c r1.8: go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/17 14:27:20 Modified files: sys/arch/hppa/gsc: gsckbc.c Log message: Sync with pckbc.c r1.12: silence a debug message; from kili@outback.escape.de CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 14:36:43 Modified files: etc/mtree : BSD.x11.dist Log message: sync with reality CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/17 14:38:26 Modified files: share/man/man4 : malo.4 Log message: Fix typo in chip name. From brad. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/17 14:45:49 Modified files: sys/dev/ic : acx.c acx100.c acxreg.h Log message: Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNC bite the dust and make the code easier to read. Help and OK mglocker@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 14:45:51 Modified files: lib/fontconfig : Makefile.bsd-wrapper Log message: fix mandir definition CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 14:46:45 Modified files: xserver : Makefile.bsd-wrapper Log message: let datadir point to /usr/X11R6/share for now. CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/12/17 14:56:50 Modified files: net/tor : Makefile distinfo Log message: update to tor-0.1.1.26; from maintainer CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/17 15:04:05 Modified files: sys/dev/wscons : wskbdutil.c Log message: When processing a compose sequence of a dead accent and the spacebar, put the ``mundane'' accent: apostrophe instead of acute, and comma instead of cedilla. This matches what existing keyboard layouts with dead keys do. From Maurice Janssen via otto@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 15:12:21 Modified files: xserver/hw/xprint: Makefile.am Log message: don't bother installing linux or solaris specific init scripts. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 15:17:44 Modified files: xserver : aclocal.m4 xserver/hw/xprint: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/17 15:18:16 Modified files: sys/arch/macppc/pci: vgafb.c vgafb_pci.c sys/arch/sparc64/dev: creator.c vgafb.c sys/dev/pci : tga.c tgavar.h sys/dev/sbus : agten.c bwtwo.c cgsix.c cgthree.c mgx.c rfx.c vigra.c zx.c Log message: Remove unnecessary inclusion. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/17 15:18:41 Removed files: sys/dev/wscons : wscons_raster.h wscons_rfont.h Log message: More leftovers from rcons. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/17 15:20:29 Modified files: mail/postfix/stable: Makefile distinfo Log message: postfix version 2.3.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 15:28:37 Modified files: distrib/sets/lists/xbase: mi md.i386 distrib/sets/lists/xetc: mi md.i386 distrib/sets/lists/xserv: md.i386 distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/17 15:47:35 Modified files: . : Makefile Log message: fix make obj after recent changes CVSROOT: /cvs Module name: xenocara Changes by: dim@cvs.openbsd.org 2006/12/17 16:25:34 Modified files: lib/libGLU : Makefile Log message: When using gcc 3, link libGLU using -lsupc++, to prevent some ports, such as gle, getting errors about undefined references to operator new, delete and other C++ stuff. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/12/17 17:08:04 Modified files: sbin/ipsecctl : ike.c Log message: call ike_setup_ids from a more appropriate location. ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/17 17:36:02 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/17 17:36:27 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/17 17:46:25 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: force wd at pciide down to PIO mode 4 (yuck) until some DMA issues are sorted out. makes the px-ehs much more happier. ok jsg@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/17 18:08:58 Modified files: usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c errwarn.c Log message: warn() -> warning() to not overload with libc function; this has previously been done to dhclient and dhcpd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/17 22:47:35 Modified files: sys/dev/acpi : acpiprt.c Log message: move proto to the right place CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/18 00:19:40 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-master.cf Log message: postfix snapshot 20061210 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/18 00:46:19 Modified files: security/p5-Crypt-Blowfish_PP: Makefile Log message: fix rcsid CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/18 00:58:22 Modified files: sys/dev/pci : mbg.c Log message: Format dmesg line according to our rules and make sure the firmware id string is '\0' terminated, plus some KNF. from deraadt CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/18 01:24:54 Modified files: sys/arch/i386/conf: GENERIC Log message: Activate mbg(4). ok deraadt CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/18 01:29:33 Modified files: distrib/notes/i386: hardware Log message: Add Meinberg Funkuhren to misc. devices. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/18 01:35:31 Modified files: . : i386.html Log message: Add Meinberg Funkuhren to misc. devices. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/18 02:06:15 Modified files: archivers/unrar: Makefile distinfo Log message: Maintenance update to version 3.68, from maintainer Rui Reis. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/12/18 02:51:29 Modified files: audio/amarok : Makefile Log message: revert a part of the last commit that was commited accidentally while removing the pkgconfig dependency; noticed by viq CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/18 03:34:23 Modified files: net/libshout : Makefile distinfo Removed files: net/libshout/patches: patch-src_shout_c Log message: update to libshout 2.2.2 from MAINTAINER Moritz Grimm CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/18 04:31:30 Modified files: databases/ruby-bdb: Makefile Log message: Fix LIB_DEPENDS for dbv4. This unbreaks package installation. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/18 04:50:15 Modified files: misc/cdrdao : Makefile Log message: Remove pkgconfig from BUILD_DEPENDS. Spotted by kili@. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/12/18 05:40:11 Modified files: x11/gtk+2/patches: patch-configure Log message: Add missing $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/18 05:50:45 Modified files: sys/arch/hppa/dev: cpudevs Log message: the 8900 is called shortfin CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/18 05:51:00 Modified files: sys/arch/hppa/dev: cpudevs.h cpudevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 05:52:34 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk Log message: duplicate the print-plist targets, add a version -with-depends, which is slower, but shows dependency lines as well... Also fix target evaluation to work like it does elsewhere CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 05:53:09 Modified files: infrastructure/package: check-newlib-depends Log message: let check-newlib-depends use the new targets CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/18 06:43:42 Modified files: sys/arch/hppa/dev: cpudevs Log message: add c3700 and c8000 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/18 06:44:12 Modified files: sys/arch/hppa/dev: cpudevs.h cpudevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/18 07:13:15 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: it appears some sensors flip duen to bugs or erroneous readings. provide dampenning for negative events and simultaneously increase polling frequency accordingly to provide same rate of reporting. mbalmer@ beck@ deraadt@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 07:39:56 Log message: xmlrpc C/C++ library, prereq for newer cmake. Also, makes sense to take this code out, as some other stuff is bound to want this at some point. This library is incredibly sloppy engineering. Reasonably readable code, looks sensible, but incredible lack of testing (doesn't even pass its own testsuite on a stable release... and does a lot of things that can't work outside of linux... makes you wonder who is actually using this...) Status: Vendor Tag: espie Release Tags: fucked_up N ports/net/xmlrpc-c/distinfo N ports/net/xmlrpc-c/Makefile N ports/net/xmlrpc-c/patches/patch-Makefile_config_in N ports/net/xmlrpc-c/patches/patch-openbsd-common_make N ports/net/xmlrpc-c/patches/patch-Makefile_common N ports/net/xmlrpc-c/patches/patch-lib_abyss_src_thread_h N ports/net/xmlrpc-c/patches/patch-xmlrpc-c-config_in N ports/net/xmlrpc-c/patches/patch-src_xmlrpc_datetime_c N ports/net/xmlrpc-c/patches/patch-lib_abyss_src_server_c N ports/net/xmlrpc-c/patches/patch-src_Makefile N ports/net/xmlrpc-c/patches/patch-src_registry_c N ports/net/xmlrpc-c/patches/patch-src_xmlrpc_builddecomp_c N ports/net/xmlrpc-c/patches/patch-lib_abyss_src_socket_unix_c N ports/net/xmlrpc-c/patches/patch-lib_libutil_memblock_c N ports/net/xmlrpc-c/patches/patch-src_xmlrpc_data_c N ports/net/xmlrpc-c/patches/patch-src_xmlrpc_parse_c N ports/net/xmlrpc-c/patches/patch-src_xmlrpc_server_abyss_c N ports/net/xmlrpc-c/patches/patch-src_cpp_test_server_abyss_cpp N ports/net/xmlrpc-c/patches/patch-src_cpp_test_testclient_cpp N ports/net/xmlrpc-c/pkg/DESCR N ports/net/xmlrpc-c/pkg/PLIST N ports/net/xmlrpc-c/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 07:43:30 Modified files: net : Makefile Log message: +xmlrpc-c CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/12/18 07:44:33 Modified files: sys/dev/ic : aac.c Log message: - struct scsibus_attach_args; + struct scsibus_attach_args saa; OK miod@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 09:04:32 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Source_CPack_cmCPackTGZGenerator_cxx patch-Source_cmCPluginAPI_cxx patch-Source_cmCommandArgumentParserHelper_cxx patch-Source_cmDocumentation_cxx patch-Source_cmGlobalGenerator_cxx patch-Source_cmIfCommand_cxx patch-Source_cmListFileLexer_c patch-Source_cmLocalUnixMakefileGenerator3_cxx patch-Source_cmMakefile_cxx patch-Source_cmSystemTools_cxx patch-Source_cmake_cxx patch-Source_kwsys_ProcessUNIX_c patch-Source_kwsys_Registry_cxx patch-Source_kwsys_SystemTools_cxx devel/cmake/pkg: PLIST Added files: devel/cmake/patches: patch-Modules_FindXMLRPC_cmake Removed files: devel/cmake/patches: patch-Source_CTest_cmCTestSubmitHandler_cxx patch-Source_cmCTest_cxx patch-Source_cmGeneratedFileStream_cxx patch-Source_cmXMLParser_cxx patch-Tests_ComplexOneConfig_Executable_CMakeLists_txt patch-Tests_Complex_Executable_CMakeLists_txt patch-Utilities_cmtar_libtar_c Log message: update to cmake 2.4.5, quite a few patches vanish since cmake can now build stuff with system libraries, so we no longer have to repair curl/zlib... just xmlrpc which cmake can't find without help. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 09:05:23 Modified files: audio/amarok : Makefile distinfo audio/amarok/patches: patch-configure_in audio/amarok/pkg: PLIST Log message: update to 1.4.4, builds and runs... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 10:05:50 Modified files: graphics/gwenview: Makefile distinfo graphics/gwenview/patches: patch-configure_in graphics/gwenview/pkg: PLIST graphics/gwenview-i18n: Makefile distinfo graphics/gwenview-i18n/pkg: PLIST Removed files: graphics/gwenview/patches: patch-src_gvcore_Makefile_in Log message: update to 1.4.1, requested by brad. gwenview now uses exiv2, as do some other kde pieces (so exif is probably no longer be needed for kde at all in the near future). Bump the gwenviewcore major: the cache public object now sports a nice pimpl, so the interface cannot be the same... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 10:26:58 Modified files: graphics/libkipi: Makefile graphics/kipi-plugins: Makefile Log message: cosmetic changes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 10:50:39 Modified files: sys/dev/pci : mbg.c Log message: delete extra goo CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/18 10:52:40 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Activate mbg(4). ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 10:55:58 Modified files: sys/dev/acpi : acpiac.c Log message: minor cleaning; ok marco CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/18 11:08:12 Modified files: sbin/dhclient : dhclient.c Log message: this is clearer and consistent with other areas; ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/18 11:15:33 Log message: import py-Xlib 0.13 The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20061812 N ports/x11/py-Xlib/Makefile N ports/x11/py-Xlib/distinfo N ports/x11/py-Xlib/pkg/DESCR N ports/x11/py-Xlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/18 11:15:36 Modified files: sys/arch/macppc/conf: GENERIC Log message: Activate the mbg(4) Meinberg Funkuhren driver. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/18 11:18:59 Modified files: x11 : Makefile Log message: add py-Xlib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 11:36:05 Modified files: sys/dev/acpi : dsdt.c Log message: our panic() can take stdarg arguments CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:49:46 Modified files: sys/arch/hppa/dev: dino.c Log message: Allow bus_space mappings to span more than one 8MB segment; ok mickey@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:51:38 Modified files: sys/arch/hp300/include: bus.h Log message: Provide bus_space_{read,write}_raw_region_{2,4}. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 11:55:30 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/patches: patch-src_Makefile Log message: minor update. new digikam wants the new one. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:57:26 Modified files: sys/arch/hp300/dev: sti_sgc.c sys/arch/hp300/hp300: wscons_machdep.c sys/arch/hppa/dev: sti_sgc.c sys/dev/ic : sti.c stivar.h Log message: Change sti attachment to pass an array of base addresses for the sti regions, instead of using the rom mapping for region #0 and the device mapping for region #1. This will allow sti devices on which regions may be relative to different origins to attach (to be used very soon). ok mickey@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:58:37 Modified files: sys/dev/ic : sti.c Log message: Read word-mode rom regions with bus_space_read_raw_region instead of bus_space_region, for they might lie on a bus with a different endianness than the cpu. ok mickey@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:59:25 Modified files: share/man/man4 : pci.4 sti.4 sys/arch/hppa/conf: GENERIC Added files: sys/dev/pci : sti_pci.c Log message: Add support for pci-based sti devices. ok mickey@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/18 11:59:58 Modified files: sys/arch/hppa/conf: RAMDISK Log message: sti@pci there too, why not. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/18 12:05:01 Modified files: usr.sbin/dhcpd : dhctoken.h Log message: align, no binary change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 12:07:44 Modified files: usr.sbin : Makefile Removed files: usr.sbin/acpid : Makefile acpi.h acpid.8 main.c pathnames.h script.c usr.sbin/acpid/samples: power-button Log message: we will not use acpid, but later modify apmd to handle it; ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 12:08:27 Removed files: usr.sbin/acpid/samples: Makefile Log message: we will not use , but later modify apmd to handle it; ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 12:10:06 Modified files: distrib/sets/lists/base: md.amd64 md.i386 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/18 12:11:44 Modified files: sbin/dhclient : dhclient.conf.5 Log message: remove statement for send parameter: "except that the client can specify a dhcp-lease-time option other than the default requested lease time, which is two hours". we don't by default send a dhcp-lease-time option in request/discover. ok jmc@, henning@ 'if you are sure' CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/18 12:16:59 Modified files: usr.sbin/bgpd : rde_attr.c Log message: avoid p = realloc(p idiom, ok claudio, spotted deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/18 12:48:04 Modified files: usr.sbin/hostated: hostated.8 hostated.conf.5 usr.sbin/hostatectl: hostatectl.8 Log message: some initial improvements for the hostated pages; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 12:52:44 Modified files: x11/kde/patches-3.2.3: patch-admin_cvs_sh x11/kde/patches-3.4: patch-admin_cvs_sh x11/kde/patches-3.5.2: patch-admin_cvs_sh x11/kde/patches-3.5.3: patch-admin_cvs_sh x11/kde/patches-3.5: patch-admin_cvs_sh Log message: unhardcode autom4te-2.59 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 13:35:46 Log message: wee, newer version. Probably a new set of bugs. Status: Vendor Tag: espie Release Tags: autoconf N ports/devel/autoconf/2.61/Makefile N ports/devel/autoconf/2.61/distinfo N ports/devel/autoconf/2.61/pkg/PLIST N ports/devel/autoconf/2.61/pkg/DESCR N ports/devel/autoconf/2.61/patches/patch-Makefile_in N ports/devel/autoconf/2.61/patches/patch-tests_c_at N ports/devel/autoconf/2.61/patches/patch-tests_Makefile_in N ports/devel/autoconf/2.61/patches/patch-lib_m4sugar_Makefile_in N ports/devel/autoconf/2.61/patches/patch-lib_autotest_general_m4 N ports/devel/autoconf/2.61/patches/patch-lib_autotest_Makefile_in N ports/devel/autoconf/2.61/patches/patch-lib_autoconf_Makefile_in N ports/devel/autoconf/2.61/patches/patch-doc_autoconf_texi N ports/devel/autoconf/2.61/patches/patch-doc_Makefile_in N ports/devel/autoconf/2.61/patches/patch-configure N ports/devel/autoconf/2.61/patches/patch-bin_autoupdate_in N ports/devel/autoconf/2.61/patches/patch-bin_autom4te_in N ports/devel/autoconf/2.61/patches/patch-tests_local_at No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 13:36:26 Modified files: devel/autoconf : Makefile Log message: add 2.61 CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/12/18 13:57:45 Modified files: sys/dev/acpi : acpibtn.c acpitz.c Log message: Remove misleading NOTREACHED comments. Sending a signal does not stop execution. Noticed by deraadt@ CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2006/12/18 14:08:28 Modified files: kerberosV/src/kadmin: add-random-users.c kerberosV/src/kdc: string2key.c kerberosV/src/kpasswd: kpasswd-generator.c kerberosV/src/kuser: generate-requests.c kerberosV/src/lib/kadm5: ipropd_master.c kerberosV/src/lib/krb5: config_file.c kerberosV/src/lib/sl: sl.c Log message: Sync with heimdal; clearer and might generet fewer conflicts on next import. looks ok, beck@ ray@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/18 14:26:26 Modified files: graphics/l2p : Makefile graphics/l2p/pkg: PLIST Log message: install a man page, and some minor tweaks. ok jasper CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/18 14:52:18 Modified files: x11/py-Xlib : Makefile Log message: unbreak, you don't need gmake make regress do something CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/18 15:11:29 Modified files: sys/arch/landisk/landisk: landiskreg.h Log message: fix device names and typos in comments CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/18 15:18:35 Modified files: share/man/man4 : sk.4 Log message: Remove lies about link0 flag. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/18 15:20:59 Modified files: share/man/man4 : msk.4 Log message: Remove lies about link0 flag. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/18 15:27:56 Modified files: audio/scmpc : Makefile audio/tagtool : Makefile mail/sylpheed : Makefile Log message: kill remaining devel/pkgconfig dependencies. reminded by steven@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/18 15:38:54 Modified files: etc/mtree : BSD.etc-x11.dist BSD.x11.dist Log message: xserver data dir moved a lot... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/18 15:41:36 Modified files: distrib/sets/lists/xbase: md.i386 md.amd64 distrib/sets/lists/xetc: md.amd64 distrib/sets/lists/xserv: md.i386 md.amd64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/18 17:00:03 Modified files: graphics/digikam: Makefile distinfo graphics/digikam/pkg: PLIST graphics/digikam-image-plugins: Makefile distinfo graphics/digikam-image-plugins/pkg: PLIST Added files: graphics/digikam/patches: patch-configure_in Removed files: graphics/digikam/patches: patch-digikam_digikam_albumlister_cpp patch-digikam_utilities_imageeditor_imlibinterface_cpp Log message: new version 0.9.0. improvements include usage of exiv2, which has a much more powerful tag handling, and lcms interface... useful if you have color profiles available. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/18 21:09:11 Modified files: sys/dev/acpi : acpi.c Log message: simplify some low-level methods substantially (shrinking code); ok marco jordan CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/18 22:53:47 Modified files: usr.sbin/acpidump: acpidump.8 Log message: no more acpid.8; CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/18 23:33:49 Modified files: sys/netinet6 : ip6_input.c Log message: reject (potentially malicious) packets from outside, with interface-local multicast addr in ip6_dst. by jinmei@kame CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/19 02:08:18 Modified files: share/man/man4 : acx.4 Log message: s/Engenic/Ergenic/ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/19 03:03:22 Modified files: infrastructure/install: make-plist Log message: don't insist on matching subpackage names, anything goes... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/19 03:49:19 Modified files: graphics/dcraw : Makefile Log message: Bruno no longer has time to maintain this regularly. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/19 04:31:10 Modified files: sys/netinet : ipsec_output.c Log message: TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it applies to INET6 too, so move it outside. markus ok CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/19 04:46:39 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: add client-side support for Clear-static-directory, Clear-sticky and Set-sticky requests. Set-sticky needs more work though. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/19 05:04:50 Modified files: distrib/notes/macppc: hardware Log message: Add Meinberg Funkuhren radio clocks. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/19 05:06:40 Modified files: distrib/notes/sparc64: hardware Log message: Add Meinberg Funkuhren, here, too. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/19 05:22:18 Modified files: . : i386.html macppc.html sparc64.html Log message: And Meinberg Funkuhren radio clocks and link to the manual page. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/19 06:00:50 Modified files: lib/libc/stdlib: malloc.c Log message: a failed mmap returns MAP_FAILED, not NULL. found while exercising pax in low-mem conditions; ok dim@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/19 07:11:21 Modified files: usr.bin/cvs : client.c remote.h server.c Log message: add client-side support for Set-static-directory. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/19 07:25:55 Modified files: . : amd64.html i386.html Log message: s/Engenic/Ergenic for cardbus acx.4; from kettenis CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/19 07:39:30 Modified files: usr.sbin/hostated: hostated.conf.5 Log message: sort the various commands; discussed w/ pyr CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/19 07:44:38 Modified files: usr.sbin/hostatectl: hostatectl.8 Log message: sort these commands too; CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/19 07:47:45 Modified files: usr.sbin/traceroute6: Makefile traceroute6.c Log message: eliminate #ifdef OLDRAWSOCKET -DHAVE_POLL is no longer needed CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/19 07:48:45 Modified files: sbin/ping6 : Makefile Log message: no need for -D CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/19 07:50:29 Modified files: usr.sbin/rtadvd: Makefile Log message: no need for -DINET6 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/19 08:06:10 Modified files: usr.sbin/route6d: Makefile Log message: no need for -D CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2006/12/19 08:12:59 Modified files: usr.bin/cvs : add.c client.c remote.h Log message: - Introduce a way for the command code to recognize what the server replied. - Modify the add command so it uses the above method to correctly enter added files in CVS/Entries if in a remote setup. ok xsa@ ... And no a shark didnt eat me. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2006/12/19 08:15:14 Modified files: usr.bin/cvs : add.c Log message: correctly check snprintf(), noticed by ray@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/19 09:04:40 Modified files: usr.bin/cvs : client.c Log message: add some bits to handle Remove-entry. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/19 09:20:01 Modified files: sys/dev/acpi : acpicpu.c Log message: Hook up acpicpu to the hw.setperf mechanism, this allows people running ACPI kernels built with the acpicpu diff to scale processor and frequency voltage, various incarnations tested by brad, thib, johan m:son lindman. ok marco CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/19 09:48:16 Modified files: sys/dev/acpi : acpicpu.c Log message: Add sanity to check for mfg overriden gasio field. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 11:17:15 Modified files: sys/dev/acpi : acpitz.c Log message: knf + delete unused variables CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/19 12:15:25 Log message: import mppenc 1.16 musepack encoder Status: Vendor Tag: steven Release Tags: steven-20061219 N ports/audio/mppenc/Makefile N ports/audio/mppenc/distinfo N ports/audio/mppenc/pkg/PLIST N ports/audio/mppenc/pkg/DESCR N ports/audio/mppenc/patches/patch-src_CMakeLists_txt N ports/audio/mppenc/patches/patch-src_config_h N ports/audio/mppenc/patches/patch-src_cvd_c N ports/audio/mppenc/patches/patch-src_mppdec_h N ports/audio/mppenc/patches/patch-src_wave_in_c N ports/audio/mppenc/patches/patch-src_tools_c N ports/audio/mppenc/patches/patch-src_bitstream_c N ports/audio/mppenc/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/19 12:15:33 Modified files: audio : Makefile Log message: +mppenc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/19 12:47:08 Modified files: share/man/man4/man4.hp300: sgc.4 Log message: sync w/ sti.4 .Nd; CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/19 13:28:11 Modified files: sys/dev/acpi : acpicpu.c Log message: spacing CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/19 15:00:20 Modified files: . : users.html Log message: Elixor got bought by Reverse.Net, and now the old domain is owned by grabbers. Make the entry point to the new domain, from Matthew McGehrin, Reverse.Net CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/19 15:36:00 ports/databases/p5-DBI/patches Update of /cvs/ports/databases/p5-DBI/patches In directory cvs.openbsd.org:/tmp/cvs-serv18857/patches Log Message: Directory /cvs/ports/databases/p5-DBI/patches added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/19 15:40:21 Modified files: distrib/sets/lists/xbase: md.sparc64 distrib/sets/lists/xetc: md.sparc64 distrib/sets/lists/xserv: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 16:01:47 Modified files: sys/dev/acpi : acpiutil.c Log message: slight cleaning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 16:17:54 Modified files: . : Makefile.cross Log message: missing TARGET_ARCH handling (solbourne) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/19 16:45:03 Modified files: distrib/notes/i386: hardware Log message: Unify wording for Meinberg. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/19 18:50:30 Modified files: libexec/tcpd/tcpdchk: tcpdchk.c Log message: More strlen("") fixes. OK otto@, ``If it makes you feel better'' millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/19 18:58:47 Modified files: usr.sbin/user : user.c Log message: Fix potential buffer overread in function, even though the current code cannot overflow. Add error checking to protect future code changes and to provide a better example for plagiarizers. OK millert@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:20:40 Modified files: distrib/i386/ramdiskC: list.local Log message: there is no rum support on ramdiskC CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:29:41 Modified files: sys/arch/i386/conf: RAMDISK_CD sys/arch/amd64/conf: RAMDISK_CD Log message: rum fits CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:29:55 Modified files: distrib/amd64/ramdisk_cd: list.local Log message: rum firmware too, of course CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:30:40 Modified files: sys/arch/i386/conf: RAMDISK Log message: acpi (disabled) just happens to fit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:31:33 Modified files: sys/arch/i386/conf: RAMDISKB Log message: acpi (disabled) fits... when we trade it for the rarely used i2o controllers, wi(4) [this is a server-style install media], and eisa bus support. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:32:20 Modified files: sys/arch/i386/conf: RAMDISKC Log message: acpi fits, when we trade it primarily for the very large rtw(4) driver. this product is relatively rare, and way more laptops will need acpi than need the rtw driver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/19 20:33:12 Modified files: sys/arch/amd64/conf: RAMDISK Log message: acpi fits when we decide that it is more important than ahc(4) adaptec scsi support (note that ahd was never even there...). CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/12/19 20:33:38 Modified files: libexec/tftp-proxy: tftp-proxy.c Log message: add an additional rule to the filter anchor that allows traffic out from the server to the client. this is necessary in case the server is not otherwise allowed to talk to the client. ok jcs@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/12/19 23:45:10 Modified files: usr.bin/aucat : aucat.c usr.bin/pmdb : pmdb.c Log message: remove unneeded #include ok mbalmer@ deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/20 01:12:00 Modified files: include : unistd.h Log message: zap bogus sentinel, as noticed by dasn. okay theo CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/20 01:13:56 Modified files: sys/net80211 : ieee80211.c Log message: Put all net80211 interfaces into the ``wlan'' interface group. Idea from me, name ``wlan'' from henning@. ok mbalmer@, reyk@, henning@, msf@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/20 02:07:40 Modified files: . : amd64.html i386.html Log message: rum(4) on RAMDISK_CD; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2006/12/20 02:11:30 Modified files: . : i386.html Log message: rtw(4) no longer on RAMDISKC; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/20 02:12:32 Modified files: share/man/man5 : hostname.if.5 Log message: remove a useless sentence; ok deraadt ray CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/20 02:49:05 Modified files: sbin/ifconfig : ifconfig.8 Log message: make a list of default interface groups; ok grange deraadt ray(plus tweaks) henning CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/20 05:26:29 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Removed files: devel/ipython/patches: patch-IPython_iplib_py Log message: update to ipython 0.7.3 from maintainer Will Maier CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2006/12/20 06:22:00 Modified files: . : books.html Log message: Add "The Art of Software Security Assesment" CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/20 07:14:42 Modified files: . : books.html Log message: typo CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/12/20 07:27:58 Modified files: sys/arch/arm/xscale: i80321_intr.c Log message: Enable recursive interrupts on armish. nudge by deraadt@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/20 07:46:59 Modified files: sys/dev/onewire: owtemp.c Log message: Implement high resolution temperature measuring. Based on the diff provided by aaron@linville.org in PR 5314. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/20 08:04:22 Modified files: sys/dev/onewire: onewiredevs Log message: Add Java iButton mbalmer gave me at h2k6. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/20 08:06:21 Modified files: sys/dev/onewire: onewiredevs.h onewiredevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/12/20 08:32:10 Modified files: usr.bin/cmp : cmp.1 usr.bin/sdiff : sdiff.1 Log message: .Xr cmp and sdiff each other ok jmc@ ray@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/20 09:25:27 Modified files: usr.bin/cvs : client.c Log message: remove debug message left in previous commit. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/20 09:40:27 Modified files: usr.bin/cvs : add.c Log message: missing xfree(); CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/20 09:48:08 Modified files: . : want.html Log message: I have now GPS devices that provide PPS signal, no need to keep them here. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/12/20 09:50:13 Modified files: usr.sbin/ntpd : ntp.c Log message: let ntpd use sensors immediately after system boot by special casing last_sensor_scan == 0. monotime might be very close to 0 after boot. source unknown, maybe from naddy, rediscovered & ok mblamer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 10:04:00 Modified files: sys/dev/acpi : acpi.c Log message: acpi_unmap_pmregs() is not used, ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 10:25:26 Modified files: sys/dev/acpi : acpi.c Log message: rename __acpi_enable_gpe(); ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 10:28:04 Modified files: sys/dev/acpi : dsdt.c Log message: skip the perfect hash for now since it wastes a lot of kernel memory, and fails to fit onto the floppies. for now, do a linear search, but someone should sort the instructions and use bsearch; ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 10:33:38 Modified files: sys/dev/acpi : acpi.c Log message: oops, name already used CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/20 10:50:40 Modified files: sys/dev/acpi : acpicpu.c sys/altq : altq_subr.c sys/arch/i386/i386: est.c lapic.c longrun.c machdep.c microtime.s p4tcc.c powernow-k7.c powernow-k8.c procfs_machdep.c sys/arch/i386/include: cpu.h sys/arch/i386/isa: clock.c Log message: "#ifdef is a tool of the weak!" Rename pentium_mhz to cpuspeed which is consistant with amd64 making shared ACPI code less nasty. ok marco, deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 11:27:49 Modified files: sys/dev/acpi : dsdt.c Log message: first steps of knf (trying not to step on jordan's feet too much); ok marco CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/20 11:59:50 Modified files: sys/arch/i386/pci: pci_machdep.c Log message: Don't bail out on a bad interrupt line if we have a valid apic interrupt pin for a pci device. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/20 12:00:19 Modified files: devel/p5-Class-C3: Makefile Log message: bump PKGNAME after changed RUN_DEPENDS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 12:33:54 Modified files: sys/dev/sdmmc : sdmmcdevs Log message: add atheros ids CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 12:33:58 Modified files: sys/dev/sdmmc : sdmmcdevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/20 13:16:16 Modified files: usr.bin/mg : autoexec.c Log message: kill an ill-formed (and totally unnecessary) realloc. Spotted by theo. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/20 13:21:06 Modified files: usr.bin/mg : autoexec.c Log message: since auto-execute expects a function name at the "Execute:" prompt anyway, enable autocomplete for that field. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/20 14:21:09 Modified files: usr.bin/mg : basic.c Log message: Get rid of CVMVAS define. Originally to change pgforw/back parameter from pages to lines. We don't use it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 14:31:45 Modified files: usr.bin/mg : autoexec.c display.c Log message: kjell loves his extra spaces CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/20 15:18:05 Modified files: sys/dev/mii : rgephy.c Log message: Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. ok deraadt@, brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 15:45:26 Modified files: sys/dev/acpi : dsdt.c Log message: nearly complete knf CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/20 15:46:59 Modified files: distrib/sets/lists/xbase: md.macppc distrib/sets/lists/xetc: md.macppc distrib/sets/lists/xserv: md.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/20 15:48:29 Modified files: sys/dev/acpi : acpicpu.c sys/arch/amd64/amd64: powernow-k8.c sys/arch/amd64/include: cpu.h Log message: Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed is declared in the equivalent file on i386 and delete the repeticious declarations already scattered in a few places. Thanks to Will Backman for letting me test this on his machine, ok mk@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/20 16:07:36 Modified files: lib/libutil : passwd.c Log message: Don't use err as labels or variables, especially since we include err.h. OK moritz@ and jaredy@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/20 16:26:52 Modified files: sys/dev/ic : re.c Log message: remove debug message inserted in last commit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/20 18:02:58 Log message: a perl XS module to look at lexical variables in higher scopes. Used automatically by the perl debugger to implement y if installed. Status: Vendor Tag: espie Release Tags: incredible N ports/devel/p5-PadWalker/Makefile N ports/devel/p5-PadWalker/distinfo N ports/devel/p5-PadWalker/pkg/PLIST N ports/devel/p5-PadWalker/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/20 18:03:42 Modified files: devel : Makefile Log message: +p5-PadWalker CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/20 18:08:13 Log message: dependency for Devel::ebug, a perl debugger. Status: Vendor Tag: espie Release Tags: r N ports/devel/p5-Proc-Background/Makefile N ports/devel/p5-Proc-Background/distinfo N ports/devel/p5-Proc-Background/pkg/PLIST N ports/devel/p5-Proc-Background/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/20 18:09:10 Modified files: devel : Makefile Log message: +p5-Proc-Background CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 18:42:49 Modified files: sys/dev/acpi : acpiec.c Log message: ECs are weird in that they generate many interrupts. One for the actual event and a bunch while doing reads and writes. Now that we have reworked the interrupt code it is no longer workable to catch both in the same handler. So from now on no longer sleep but simply delay. Removed the sleep wait function completely to save some bytes too. Worst meassured delay was 160us. These events are infrequent (pulling ac cable etc). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/20 19:05:46 Modified files: sys/scsi : scsi_changer.h scsi_ioctl.c sd.c ss.c st.c Log message: Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> 'transfer', 'tranfered' -> 'transferred'. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/20 19:28:47 Modified files: lib/libevent : buffer.c libexec/ftpd : ftpd.c sys/arch/mvme68k/dev: vsreg.h sys/arch/mvme88k/dev: vsreg.h sys/dev : midi.c sys/dev/ic : aic79xx.h sys/dev/isa : fd.c sys/dev/usb : if_atu.c sys/kern : kern_physio.c Log message: 'tranfer' -> 'transfer' in comments. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/20 19:44:55 Modified files: libexec/ld.so/mips64: rtld_machine.c sys/dev/ata : ata.c sys/dev/eisa : aha1742.c sys/dev/ic : siop.c sys/dev/pci/bktr: bktr_audio.c usr.bin/telnet : encrypt.c Log message: 'immediatly' -> 'immediately' in comments. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 21:18:48 Modified files: sys/dev/acpi : acpibat.c Log message: Silence acpibat significantly and shave off about 1k. Also add some smarts for battery removal and insertion. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 21:54:27 Modified files: sys/dev/acpi : acpibat.c Log message: Fix silly logic errors. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/12/20 22:15:06 Modified files: sys/dev/ic : re.c Log message: re_fixup_rx() is a no-op function, other than copying data to the same address, thus slowing down the driver on __STRICT_ALIGN archs, remove. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 22:24:25 Modified files: sys/dev/acpi : acpiec.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 22:53:35 Modified files: sys/dev/acpi : acpiec.c Log message: Remove some more remnants of old acpiec_wait function. Rename acpiec_wait_nosleep to acpiec_wait since the old sleeping function is gone anyway. Redo waiting loop to shave some more bytes of. Tabing, spacing and some more KNF. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/20 22:57:17 Modified files: sys/dev/acpi : acpi.c Log message: Remove some leftover acpiec gpe/interrupt code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 01:11:50 Modified files: devel/p5-Module-Build: Makefile distinfo devel/p5-Module-Build/pkg: PLIST Log message: update to 0.2806, which fixes unattended prompt responses. okay msf@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 01:13:37 Modified files: devel/p5-ExtUtils-PkgConfig: Makefile Log message: oops, RUN_DEPENDS -> bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 01:23:43 Modified files: devel/p5-Algorithm-Dependency: Makefile Log message: bad bump CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/21 01:39:01 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: SECURITY update to thunderbird 1.5.0.9 for details, see http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunderbird from Martynas Venckus CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/21 01:39:53 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update to 1.5.0.9 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/21 01:58:04 Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-configure devel/subversion/pkg: PLIST-python PLIST-ruby Removed files: devel/subversion/patches: patch-build-outputs_mk Log message: update to subversion 1.4.2 maintainer didn't have time also tested by simon. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/21 02:09:26 Log message: import pypanel 2.4 PyPanel is a lightweight panel/taskbar written in Python and C for X11 window managers. It can be easily customized to match any desktop theme or taste. PyPanel works with WindowMaker and EWMH compliant WMs (Kahakai, Openbox, PekWM, FVWM, etc). help from steven@, ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20061221 N ports/x11/pypanel/Makefile N ports/x11/pypanel/distinfo N ports/x11/pypanel/pkg/DESCR N ports/x11/pypanel/pkg/PLIST N ports/x11/pypanel/pkg/PFRAG.shared N ports/x11/pypanel/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/21 02:11:45 Modified files: x11 : Makefile Log message: add pypanel CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/21 02:53:43 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: Security update to firefox 1.5.0.9. More info: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox ok steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 04:23:41 Modified files: sys/dev/acpi : acpiac.c acpibat.c acpibtn.c acpicpu.c acpidev.h acpiprt.c acpitz.c acpivar.h amltypes.h dsdt.h Log message: more minor knf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 04:29:58 Modified files: sys/dev/acpi : acpidebug.c Log message: more knf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 04:33:21 Modified files: sys/dev/acpi : acpiec.c acpimadt.c acpiprt.c acpivar.h amltypes.h Log message: spacing CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/21 04:55:23 Modified files: sys/dev/pci : pcidevs Log message: another radeon x1600; from form CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/21 04:56:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2006/12/21 05:26:51 Modified files: sys/net : pf.c Log message: in pf_route(), initialize ro to NULL at the beginning. if left un- initialized, it might equal &iproute by chance, causing a panic when rtfree() is then mistakenly called. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/12/21 05:28:41 Modified files: . : want.html Log message: EVC adaptors for mickey and me CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/21 05:47:57 Modified files: sys/kern : kern_watchdog.c share/man/man4 : watchdog.4 Log message: Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto is set to 0, the watchdog will not be retriggered by the kernel *and* it will not be disabled at system shutdown time (before it got disabled at system shutdown time.) ok markus mickey mk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/21 06:09:37 Modified files: www/firefox-i18n: Makefile distinfo Log message: - update to 1.5.0.9 from Martynas Venckus , thanks! ok robert@ bernd@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/21 06:10:57 Modified files: sys/dev/acpi : acpibat.c Log message: Tweak to report full battery. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/21 07:58:14 Modified files: usr.bin/cvs : rcs.c Log message: - plug memory leak in rcs_patch_lines() ok joris@ ray@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/21 07:59:25 Modified files: usr.bin/cvs : rcs.c Log message: - plug memory leak in rcs_translate_tag() ok joris@ ray@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/21 08:03:15 Modified files: usr.bin/cvs : rcs.c Log message: - plug memory leak in rcs_parse_delta() ok joris@ ray@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/21 08:25:19 Modified files: usr.sbin/bgpd : rde_attr.c Log message: Check for overflow of others_len. This can not happen at the moment because less than 255 attributes can be allocated at max. OK claudio@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/21 08:37:44 Modified files: usr.bin/rcs : rcs.c Log message: - plug memleak in rcs_parse_delta() same as opencvs diff, ok xsa@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/21 08:51:54 Modified files: usr.sbin/watchdogd: watchdogd.8 watchdogd.c Log message: Let watchdogd use the new watchdog(4) semantics. When the new option -n (no restore) is specified, the watchdog will not be restored to it's original values when watchdogd terminates. that means, when watchdogd is run with -n and you 'halt' the system, the watchdog hardware will reset it. which is wanted when the machine is remote and the system shuts down unplanned. "looks ok" markus CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2006/12/21 09:27:23 Modified files: share/man/man5 : bsd.port.mk.5 Log message: - PATCH_SITES -> PATCHSITES ok bernd@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/21 10:10:11 Modified files: usr.sbin/ospfd : rde.c Log message: order variables by size/type. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/21 10:22:29 Modified files: usr.sbin/ospfd : ospfd.c ospfd.h parse.y Log message: Unbreak redistribute default and make it possible to specify a metric for the default route as well. OK norby@, michele@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/21 10:27:06 Log message: add cmatrix 1.2a Shows a scrolling 'Matrix'-like screen, with support for many options like fonts, colors and font styles. feedback and ok naddy@ Status: Vendor Tag: jasper Release Tags: jasper_20061221 N ports/games/cmatrix/Makefile N ports/games/cmatrix/distinfo N ports/games/cmatrix/pkg/DESCR N ports/games/cmatrix/pkg/PLIST N ports/games/cmatrix/patches/patch-cmatrix_1 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/21 10:28:41 Modified files: games : Makefile Log message: add cmatrix CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/21 11:06:02 Modified files: usr.bin/mg : funmap.c kbd.c Log message: Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, which swaps ^H and DEL. ok jason@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/21 11:18:13 Modified files: usr.bin/mg : extend.c Log message: Fix a realloc-style bug (curmap = reallocmap(curmap)) in keymap repapping. spotted by theo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/21 11:45:20 Modified files: usr.sbin/watchdogd: watchdogd.8 Log message: appease the groff beast; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 11:53:28 Modified files: sys/dev/pci : pcidevs pucdata.c share/man/man4 : puc.4 Log message: support Avlab PCI 2S as a puc; from nicm__@ntlworld.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 11:54:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 11:56:03 Modified files: lib/libwrap : hosts_access.3 Log message: mention sys/types.h needed; eth0@o2.pl CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/21 12:13:07 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Log message: Update to libtorrent 0.11.0 and rtorrent 0.7.0; from maintainer Henrik Enberg. * Encrypted (obfuscated) handshake and connection support. * Added support for tunneling through HTTP 1.0 proxies. * Support for the CANCEL piece request message. * Allow the user to configure the max file size a torrent is allowed to create, and the option to split large files. Take maintainer, as Henrik doesn't have the time any longer. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/12/21 12:17:59 Modified files: . : want.html Log message: maja@ sent me a pcie->expresscard adapter, thanks CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/21 12:59:02 Modified files: sys/dev/acpi : acpi.c acpibat.c acpidebug.c acpimadt.c acpiprt.c acpivar.h dsdt.h Log message: even more knf love CVSROOT: /cvs Module name: www Changes by: mglocker@cvs.openbsd.org 2006/12/21 13:29:56 Modified files: . : donations.html Log message: Just received a miniPCI Broadcom BCM43xx device from Travers Buda, USA. Thanks a lot! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/21 14:35:34 Modified files: lib/libc/sys : setregid.2 setreuid.2 Log message: make more correct and less confusing; noted by David Madore; ok jmc@ deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/21 14:38:17 Modified files: usr.bin/vi/ex : ex_filter.c Log message: Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite a few on tech@. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/21 14:41:44 Modified files: mail/enigmail : Makefile mail/enigmail/pkg: PLIST Added files: mail/enigmail/pkg: PFRAG.shared Removed files: mail/enigmail/pkg: MESSAGE Log message: Install as a global extension now. Corrects problems reported by Stephan A. Rickauer" NOTE: SO_VERSION must be kept in sync with thunderbird's SO_VERSION. LIB_DEPENDS must be kept in sync with thunderbird's PKGNAME. with input and okay steven@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/12/21 14:43:44 Modified files: sys/dev/ic : hme.c Log message: use the arpcom copy of the ethernet address so that updates to lladdr can work CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/12/21 14:48:11 Modified files: sys/dev/ic : hme.c Log message: better yet, nuke all references to sc_enaddr except for the copy into arpcom.ac_enaddr CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/21 14:52:12 Modified files: mail/mozilla-thunderbird: Makefile Log message: add comment to remind committers to keep enigmail in sync. okay steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 14:57:29 Log message: a small perl package to make it easy to handle CSS. Status: Vendor Tag: espie Release Tags: t N ports/www/p5-CSS-Tiny/Makefile N ports/www/p5-CSS-Tiny/distinfo N ports/www/p5-CSS-Tiny/pkg/PLIST N ports/www/p5-CSS-Tiny/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 15:02:42 Log message: convert perl programs into HTML Status: Vendor Tag: espie Release Tags: t N ports/textproc/p5-PPI-HTML/Makefile N ports/textproc/p5-PPI-HTML/distinfo N ports/textproc/p5-PPI-HTML/pkg/PLIST N ports/textproc/p5-PPI-HTML/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/21 15:04:13 Modified files: textproc : Makefile www : Makefile Log message: p5-PPI-HTML, p5-CSS-Tiny CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/12/21 15:13:36 Modified files: sys/dev/ic : gem.c gemvar.h hme.c hmevar.h sys/dev/pci : if_gem_pci.c if_hme_pci.c sys/dev/sbus : if_hme_sbus.c Log message: betetr yet, just nuke sc_enaddr all together, just fill in arpcom and everybody is happy CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/21 15:15:11 Modified files: audio/pacpl : Makefile Log message: add this to the converters category CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/12/21 15:16:09 Modified files: sys/dev/sbus : if_gem_sbus.c Log message: nuke sc_enaddr here too CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/12/21 15:17:56 Modified files: sys/dev/ic : lemacvar.h Log message: nuke unused sc_enaddr and comment about it CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/21 15:22:27 Modified files: editors/nano : Makefile distinfo Log message: update to 2.0.2 (miscellaneous bug fixes) CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/21 15:31:07 Modified files: sys/arch/i386/i386: est.c Log message: Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR, with the same high and low speed, leading to a divide by zero error. A more complete fix will be committed later. Do it now, deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/21 15:32:30 Modified files: usr.bin/cvs : client.c Log message: if the add or import command is issued, send the wrapper-sendme-rcsOptions request to the server. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/12/21 15:49:28 Modified files: . : want.html Log message: It's never fun to come back home and find out the power supply of your main machine commited suicide behind your back. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/12/21 17:47:15 Modified files: . : want.html Log message: Christmas came early thanks to Jesse Callaway, Michael Welsh, and C. Bensend! CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/12/21 18:34:46 Modified files: sys/arch/i386/i386: est.c Log message: A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800), that specify equal highest and lowest clock ratios. EST is now silently disabled on these, as was already done for lowest clock ratios that are zero (on e.g. a bunch of Pentium 4's). Other weird MSR's are still reported, because we first want to know about them, before we decide how to handle them. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/21 20:18:14 Modified files: sbin/dhclient : dhcpd.h packet.c Log message: delete prototypes for functions that don't exist CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/22 00:04:49 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: update to 0.10 from MAINTAINER Vlad Glagolev CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/22 00:10:43 Modified files: sys/dev/pci : mbg.c Log message: make driver look more like others do; ok mbalmer CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/22 00:14:42 Modified files: papers : index.html Log message: german -> German. From Ray Lay , thanks. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/22 00:19:20 Modified files: sys/dev/pci : mbg.c Log message: shorten code CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/22 00:58:44 Modified files: sys/dev/pci : pcidevs Log message: Add two more Meinberg radio clocks. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/22 00:59:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen. CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/12/22 01:55:18 Modified files: . : want.html Log message: Got the 2048 bytes/sector device, thanks! CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/22 02:04:42 Modified files: sys/dev/pci : mbg.c Log message: fold long lines. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/22 03:01:33 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: update to 1.14 from MAINTAINER Srebrenko Sehic CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/22 04:51:50 Modified files: usr.bin/cvs : checkout.c Log message: snprintf() -> cvs_path_cat(); CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/22 06:24:52 Modified files: sys/net : pf.c Log message: add special handling for "urpf-failed" with carp interfaces. the unicast reverse path forwarding (URPF) check drops packets coming in on an interface other than that which holds the route back to the packet's source address. this caused problems with routes bound to a carp interface instead of the underlying interface. this diff validates the underlying carpdev if the route is bound to a carp interface. from Pierre-Yves Ritschard (pyr at spootnik.org) ok henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/22 06:43:00 Modified files: sys/dev/mii : eephy.c Log message: - Add IFM_NONE. - Don't set MIIF_NOISOLATE so eephy(4) can be used in configurations with multiple PHYs. - When PHY is resolved to a master, show it with IFM_ETH_MASTER. Based on a diff from yongari@FreeBSD, through brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/22 07:11:03 Modified files: sys/dev/mii : brgphy.c Log message: Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. Based on a diff by brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/22 07:12:53 Modified files: sys/dev/mii : rgephy.c Log message: Fix check for active 1000baseT media. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/22 07:24:34 Modified files: sys/dev/acpi : amltypes.h Log message: spacing CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/22 08:47:41 Modified files: productivity/gnucash: Makefile Log message: bump PKGNAME after changing RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/22 09:30:17 Modified files: multimedia/mjpegtools: Makefile multimedia/avidemux: Makefile Log message: unbreak by finding pkg-config in the right place CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/22 09:44:25 Modified files: net/p5-Net-Wake: Makefile textproc/p5-Object-MultiType: Makefile textproc/p5-XML-Smart: Makefile Log message: cpanification, from okan at demirmen.com CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2006/12/22 10:31:45 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-Makefile patch-Makefile_target patch-configure patch-dyngen-exec_h patch-exec_c patch-osdep_h patch-qemu-img_c patch-target-i386_helper2_c patch-vl_c patch-vl_h emulators/qemu/pkg: PLIST Removed files: emulators/qemu/patches: patch-hw_ne2000_c patch-hw_pc_c patch-hw_pcnet.c patch-hw_pcnet.h patch-hw_rtl8139_c patch-vnc_c patch-vnchextile_h Log message: update qemu to 0.8.2, from brad@ See http://fabrice.bellard.free.fr/qemu/changelog.html for details. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/22 10:32:12 Modified files: audio/mp3info : Makefile distinfo audio/mp3info/patches: patch-Makefile audio/mp3info/pkg: DESCR Removed files: audio/mp3info/patches: patch-gmp3info_c Log message: update to mp3info 0.8.5a see http://www.ibiblio.org/mp3info/ChangeLog for details partly done by Giovanni Bechis CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/22 10:37:50 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn't survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2006/12/22 13:03:02 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-main.cf patch-master.cf Log message: update to postfix snapshot 2.4-20061221 from brad@, ok jakob@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/22 15:12:37 Modified files: telephony/asterisk-sounds: Makefile telephony/asterisk-sounds/pkg: PLIST Log message: remove 'silence' sounds, as they are included in asterisk 1.2.14 from stuart henderson CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/22 15:16:10 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-asterisk_c patch-cdr_Makefile telephony/asterisk/pkg: PLIST Log message: update to 1.2.14, from stuart henderson CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/22 15:55:36 Modified files: sys/dev/pci : arc.c Log message: always include sensors.h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/22 15:59:19 Modified files: devel/p5-Class-C3: Makefile Log message: FIX PKGNAME. First sturm, then you steven. What's up with you guys ? CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/12/22 16:11:06 Modified files: . : events.html Log message: looks like i'll make it to berlin too CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/22 16:32:29 Log message: import seamonkey-1.0.7 Web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application. Based mostly on a port from James Wright with input from several - thanks! Tested on i386/amd64/sparc64/macppc. Status: Vendor Tag: kurt Release Tags: kurt_20061222 N ports/www/seamonkey/Makefile N ports/www/seamonkey/distinfo N ports/www/seamonkey/files/xptcinvoke_asm_ppc_openbsd.s N ports/www/seamonkey/files/xptcinvoke_asm_sparc64_openbsd.s N ports/www/seamonkey/files/xptcinvoke_openbsd_alpha.cpp N ports/www/seamonkey/files/xptcinvoke_openbsd_amd64.cpp N ports/www/seamonkey/files/xptcinvoke_ppc_openbsd.cpp N ports/www/seamonkey/files/xptcinvoke_sparc64_openbsd.cpp N ports/www/seamonkey/files/xptcstubs_asm_ppc_openbsd.s N ports/www/seamonkey/files/xptcstubs_openbsd_alpha.cpp N ports/www/seamonkey/files/xptcstubs_openbsd_amd64.cpp N ports/www/seamonkey/files/xptcstubs_ppc_openbsd.cpp N ports/www/seamonkey/files/xptcstubs_sparc64_openbsd.cpp N ports/www/seamonkey/files/README.OpenBSD N ports/www/seamonkey/patches/patch-directory_c-sdk_configure_in N ports/www/seamonkey/patches/patch-build_autoconf_altoptions_m4 N ports/www/seamonkey/patches/patch-config_autoconf_mk_in N ports/www/seamonkey/patches/patch-config_mkdepend_imakemdep_h N ports/www/seamonkey/patches/patch-config_rules_mk N ports/www/seamonkey/patches/patch-configure_in N ports/www/seamonkey/patches/patch-extensions_transformiix_source_base_Double_cpp N ports/www/seamonkey/patches/patch-js_src_xpconnect_shell_Makefile_in N ports/www/seamonkey/patches/patch-gfx_src_ps_nsFontMetricsPS_cpp N ports/www/seamonkey/patches/patch-security_nss_Makefile N ports/www/seamonkey/patches/patch-mailnews_mime_src_mimemsg_cpp N ports/www/seamonkey/patches/patch-modules_libpref_src_init_all_js N ports/www/seamonkey/patches/patch-modules_plugin_base_public_nptypes_h N ports/www/seamonkey/patches/patch-security_manager_Makefile_in N ports/www/seamonkey/patches/patch-security_nss_lib_softoken_config_mk N ports/www/seamonkey/patches/patch-security_nss_lib_smime_config_mk N ports/www/seamonkey/patches/patch-security_nss_lib_nss_config_mk N ports/www/seamonkey/patches/patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile N ports/www/seamonkey/patches/patch-security_coreconf_OpenBSD_mk N ports/www/seamonkey/patches/patch-security_coreconf_rules_mk N ports/www/seamonkey/patches/patch-xpcom_glue_standalone_Makefile_in N ports/www/seamonkey/patches/patch-widget_src_gtk2_nsSound_cpp N ports/www/seamonkey/patches/patch-widget_src_gtk_nsSound_cpp N ports/www/seamonkey/patches/patch-xpcom_components_nsNativeComponentLoader_cpp N ports/www/seamonkey/patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in N ports/www/seamonkey/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h N ports/www/seamonkey/patches/patch-security_nss_cmd_platlibs_mk N ports/www/seamonkey/patches/patch-xpfe_bootstrap_mozilla_in N ports/www/seamonkey/patches/patch-directory_c-sdk_config_rules_mk N ports/www/seamonkey/patches/patch-directory_c-sdk_config_OpenBSD_mk N ports/www/seamonkey/patches/patch-directory_c-sdk_build_mk N ports/www/seamonkey/patches/patch-security_nss_lib_ckfw_builtins_Makefile N ports/www/seamonkey/patches/patch-security_nss_cmd_pkiutil_platlibs_mk N ports/www/seamonkey/patches/patch-security_nss_lib_ssl_config_mk N ports/www/seamonkey/patches/patch-xpfe_communicator_resources_locale_en-US_brand_properties N ports/www/seamonkey/patches/patch-xpfe_communicator_resources_locale_en-US_brand_dtd N ports/www/seamonkey/patches/patch-mailnews_mailnews_js N ports/www/seamonkey/pkg/PLIST-main N ports/www/seamonkey/pkg/PFRAG.shared-devel N ports/www/seamonkey/pkg/PLIST-devel N ports/www/seamonkey/pkg/DESCR-main N ports/www/seamonkey/pkg/DESCR-devel N ports/www/seamonkey/pkg/PFRAG.shared-main N ports/www/seamonkey/pkg/MESSAGE-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/22 16:34:05 Modified files: www : Makefile Log message: +seamonkey CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/22 17:36:24 Modified files: sys/dev : ipmi.c Log message: wrong printing; ok marco CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/22 17:50:14 Modified files: . : zaurus.html Log message: update CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/22 21:17:20 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PFRAG.shared PLIST Log message: update to 0.9.3, from maintainer will maier CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/23 01:12:45 Modified files: www/minimo : Makefile www/minimo/patches: patch-minimo_chrome_content_minimo_js Log message: make startup homepage override work properly, from martynas venckus CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/23 01:17:54 Modified files: games/crimson : Makefile distinfo games/crimson/patches: patch-Makefile_in games/crimson/pkg: PLIST Log message: update to 0.5.0 CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/23 01:29:39 Modified files: sys/kern : tty_nmea.c Log message: in nmeaopen(), only add the sensors to the system if there was no error. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/23 02:32:03 Modified files: games/uqm : Makefile distinfo games/uqm/files: build.vars config_unix.h games/uqm/pkg : PLIST-content PLIST-main PLIST-remix1 PLIST-remix2 PLIST-remix3 PLIST-threedomusic PLIST-voice Removed files: games/uqm/patches: patch-src_sc2code_credits_c patch-src_sc2code_libs_graphics_sdl_scalemmx_h Log message: update to 0.6.0 CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/23 02:43:49 Added files: papers/opencon06-nmea: mgp00001.txt mgp00002.txt mgp00003.txt mgp00004.txt mgp00005.txt mgp00006.txt mgp00007.txt mgp00008.txt mgp00009.txt mgp00010.txt mgp00011.txt mgp00012.txt mgp00013.txt mgp00014.txt mgp00015.txt mgp00016.txt mgp00017.txt mgp00018.txt mgp00019.txt mgp00020.txt mgp00021.txt mgp00022.txt mgp00023.txt mgp00024.txt mgp00025.txt mgp00026.txt mgp00027.txt Log message: Add the text pages of my OpenCON talk. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 03:01:51 ports/audio/herrie/patches Update of /cvs/ports/audio/herrie/patches In directory cvs.openbsd.org:/tmp/cvs-serv6189/patches Log Message: Directory /cvs/ports/audio/herrie/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 03:03:03 Modified files: audio/herrie : Makefile distinfo Added files: audio/herrie/patches: patch-src-gui-gui_playq_c patch-src-gui-gui_vfslist_c Log message: update herrie to 1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 03:04:03 Modified files: audio/herrie/patches: patch-src-gui-gui_playq_c patch-src-gui-gui_vfslist_c Log message: rcs id's.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 03:26:57 Log message: import tkdvd 4.0.4 TkDVD is a GUI to dvd+rw-tools and cdrecord. It allows burnning CDs and DVDs easily. Features: * View the current command line that will be used to burn the CD/DVD * Burn CD/DVD from iso images * Create ISO images from files and CD/DVD * CD/DVD Copy * Can overburn CD/DVD * Support multi session CD/DVD * Add/delete/exclude file/directories and show current used space * Can keep directory structure * Options to choose iso9660 filesystem extension (like Joliet or RockRidge extensions) * Prevent burning if used space > DVD+R/RW capacity * Show output of growisofs/mkisofs to view burned % and estimated remaining time submitted by Vlad Glagolev (MAINTAINER) Status: Vendor Tag: jasper Release Tags: jasper_20061223 N ports/sysutils/tkdvd/distinfo N ports/sysutils/tkdvd/Makefile N ports/sysutils/tkdvd/pkg/DESCR N ports/sysutils/tkdvd/pkg/PLIST N ports/sysutils/tkdvd/patches/patch-src-save_load_options_tcl N ports/sysutils/tkdvd/patches/patch-TkDVD_sh N ports/sysutils/tkdvd/patches/patch-configure N ports/sysutils/tkdvd/patches/patch-install_tcl N ports/sysutils/tkdvd/patches/patch-src-other_procedures_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 03:29:07 Modified files: sysutils : Makefile Log message: add tkdvd CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/12/23 03:30:20 Modified files: mail/courier-authlib: Makefile mail/courier-authlib/pkg: PLIST-main Log message: Fix -makedatprog in the userdb subpackage and bump packagename. main pkgname bumped because of a minor change in the PLIST. From Genadijus Paleckis , thanks. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/23 03:37:34 Modified files: usr.sbin/watchdogd: watchdogd.c Log message: Do not name both a variable and a goto target 'restore'; it's legal, but confusing. at least it confused thib... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/23 03:42:41 Modified files: lib/freetype : Makefile Log message: Missed a sed substitution for freetype2.pc. Noticed by Frederick C. Druseikis, thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 04:20:42 Log message: import bruce 1.1.1 Bruce the Presentation Tool is for Python programmers who are tired of fighting with presentation tools. In its basic form it allows text, code or image pages and even interactive Python sessions. It uses PyGame and is easily extensible to add new page types. submitted by Will Maier (MAINTAINER) ok jolan@ Status: Vendor Tag: jasper Release Tags: jasper_20061223 N ports/productivity/bruce/Makefile N ports/productivity/bruce/distinfo N ports/productivity/bruce/pkg/PLIST N ports/productivity/bruce/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/23 04:23:16 Modified files: productivity : Makefile Log message: add bruce CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 04:39:40 Modified files: sys/arch/sparc64/include: elf_abi.h Log message: Provide sparc64-specific DT_XXX constant. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 05:25:32 Modified files: share/man/man4 : msk.4 Log message: s/sk0/msk0/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 05:28:11 Modified files: sys/arch/sparc64/sparc64: cpu.c locore.s Log message: On UltraSPARC-III, patch some crucial D-cache flush instructions, and enable the cache. ok jason@, miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 05:34:50 Modified files: sys/dev/mii : ukphy_subr.c Log message: Fix check for active 1000baseT media. Pointed out by brad@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/23 06:08:07 Modified files: . : Makefile Log message: - Bring in the /usr/local/lib/X11/app-default handling from XF4 Makefile - Repair subdir recursion. noticed by Frederick C. Druseikis. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 06:16:32 Modified files: sys/dev/mii : ciphy.c ipgphy.c Log message: Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. Based on a diff by brad@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/23 06:17:08 www/papers/linuxtag06-network Update of /cvs/www/papers/linuxtag06-network In directory cvs.openbsd.org:/tmp/cvs-serv21405/linuxtag06-network Log Message: Directory /cvs/www/papers/linuxtag06-network added to the repository CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/23 06:21:01 Added files: papers/linuxtag06-network: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00001.txt mgp00002.html mgp00002.idx.png mgp00002.png mgp00002.txt mgp00003.html mgp00003.idx.png mgp00003.png mgp00003.txt mgp00004.html mgp00004.idx.png mgp00004.png mgp00004.txt mgp00005.html mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.html mgp00006.idx.png mgp00006.png mgp00006.txt mgp00007.html mgp00007.idx.png mgp00007.png mgp00007.txt mgp00008.html mgp00008.idx.png mgp00008.png mgp00008.txt mgp00009.html mgp00009.idx.png mgp00009.png mgp00009.txt mgp00010.html mgp00010.idx.png mgp00010.png mgp00010.txt mgp00011.html mgp00011.idx.png mgp00011.png mgp00011.txt mgp00012.html mgp00012.idx.png mgp00012.png mgp00012.txt mgp00013.html mgp00013.idx.png mgp00013.png mgp00013.txt mgp00014.html mgp00014.idx.png mgp00014.png mgp00014.txt mgp00015.html mgp00015.idx.png mgp00015.png mgp00015.txt mgp00016.html mgp00016.idx.png mgp00016.png mgp00016.txt mgp00017.html mgp00017.idx.png mgp00017.png mgp00017.txt mgp00018.html mgp00018.idx.png mgp00018.png mgp00018.txt mgp00019.html mgp00019.idx.png mgp00019.png mgp00019.txt mgp00020.html mgp00020.idx.png mgp00020.png mgp00020.txt mgp00021.html mgp00021.idx.png mgp00021.png mgp00021.txt mgp00022.html mgp00022.idx.png mgp00022.png mgp00022.txt mgp00023.html mgp00023.idx.png mgp00023.png mgp00023.txt mgp00024.html mgp00024.idx.png mgp00024.png mgp00024.txt mgp00025.html mgp00025.idx.png mgp00025.png mgp00025.txt mgp00026.html mgp00026.idx.png mgp00026.png mgp00026.txt mgp00027.html mgp00027.idx.png mgp00027.png mgp00027.txt mgp00028.html mgp00028.idx.png mgp00028.png mgp00028.txt mgp00029.html mgp00029.idx.png mgp00029.png mgp00029.txt mgp00030.html mgp00030.idx.png mgp00030.png mgp00030.txt mgp00031.html mgp00031.idx.png mgp00031.png mgp00031.txt mgp00032.html mgp00032.idx.png mgp00032.png mgp00032.txt Log message: Add my slides form the LinuxTag 2006 presentation. Long time ago but still interesting. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/23 06:23:23 Added files: papers : linuxtag06-network.pdf Log message: LinuxTag 2006 paper about how to use OpenBGPD and OpenOSPFD. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/23 06:24:46 Modified files: papers : index.html Log message: Add LinuxTag presentation and paper. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/12/23 06:26:16 Modified files: . : events.html Log message: Link to LinuxTag paper and slides. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/23 06:31:31 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-loader_pe_image_c patch-loader_win32_c patch-modules_access_ftp_c patch-src_misc_modules_c x11/vlc/pkg : DESCR PLIST Added files: x11/vlc/patches: patch-aclocal_m4 patch-modules_codec_faad_c patch-modules_demux_Makefile_in patch-modules_gui_wxwidgets_Makefile_in patch-share_Makefile_in Log message: update to 0.8.6 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/23 07:10:13 Log message: full text search engine Status: Vendor Tag: espie Release Tags: t N ports/textproc/clucene/Makefile N ports/textproc/clucene/distinfo N ports/textproc/clucene/pkg/PLIST N ports/textproc/clucene/pkg/DESCR N ports/textproc/clucene/pkg/PFRAG.shared N ports/textproc/clucene/patches/patch-test_tests_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/23 07:12:11 Modified files: textproc : Makefile Log message: +clucene CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/23 08:00:15 Modified files: sys/sys : cdefs.h pool.h Log message: When compiling with gcc3, flag pool_get() as a malloc-like function, this helps optimization. With feedback from grange@ and thib@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/12/23 08:30:28 Modified files: share/man/man7 : ports.7 Log message: mark regress as a top-level target, even though it's usually not run by normal users. Even your average src/ developers does not know about make regress, it looks like ;-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/23 08:54:00 Modified files: databases/p5-DBI: Makefile Added files: databases/p5-DBI/patches: patch-lib_DBI_ProxyServer_pm Log message: let ProxyServer pass ping through. Allows DBIx::Class to work with Proxys. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/23 10:04:16 Modified files: net/transmission: Makefile distinfo net/transmission/pkg: PLIST-gui Added files: net/transmission/patches: patch-cli_transmissioncli_1 patch-configure patch-gtk_tr_backend_c patch-gtk_tr_torrent_c patch-mk_common_mk Removed files: net/transmission/files: transmissioncli.1 net/transmission/patches: patch-Jamrules patch-libtransmission_internal_h patch-libtransmission_tracker_c patch-libtransmission_utils_c patch-libtransmission_utils_h Log message: update to 0.6.1 (+ changeset 1190 for -gtk fixes) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/23 10:15:56 ports/net/rtorrent/patches Update of /cvs/ports/net/rtorrent/patches In directory cvs.openbsd.org:/tmp/cvs-serv9344/patches Log Message: Directory /cvs/ports/net/rtorrent/patches added to the repository CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/12/23 10:19:06 Modified files: sys/dev/acpi : dsdt.c Log message: Correctly compute timeout value in acpi_sleep. Also make sure it is non zero. ok marco@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/12/23 10:24:40 Modified files: sys/dev/acpi : acpiec.c Log message: Move the handling of SCI events to the acpiec gpe handler. ok marco@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/23 10:35:35 Modified files: sys/sys : cdio.h sys/scsi : cd.c Log message: Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi commands via the DVD_LU_SEND_RPC_STATE and DVD_HOST_SEND_RPC_STATE ioctls respectively. Thus allowing any region protected DVDs mistakenly delivered by Santa to the wrong region to be viewed on recalcitrant DVD drives (with the aid of an appropriate utility like regionset). No change to any current functions. Found in my hackers@ folder from August. From netbsd -> Kurt Miller -> jmc@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:36:59 Modified files: sys/dev : ipmi.c Log message: if errors happen while reading the sdr list, give up on handling the device as cleanly as possible. ok marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:40:39 Modified files: sys/sys : sensors.h Log message: new sensor api is two level, such that a device (ie. ipmi or lm0) has devices hanging off it; written by Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:41:26 Modified files: sys/kern : kern_sensors.c kern_sysctl.c Log message: kernel code implimemting the new two-level sensor api; written by Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:46:40 Modified files: sys/kern : tty_nmea.c sys/dev/pci : viaenv.c mbg.c arc.c sys/dev : ipmi.c ipmivar.h sys/scsi : safte.c ses.c sys/dev/usb : udcf.c sys/dev/onewire: owid.c owtemp.c sys/dev/isa : aps.c apsvar.h it.c itvar.h nsclpcsio_isa.c viasio.c sys/dev/ic : ami.c amivar.h ciss.c cissvar.h lm78.c lm78var.h mfi.c mfivar.h sys/dev/i2c : ad741x.c adm1021.c adm1024.c adm1025.c adm1026.c adm1030.c adm1031.c adt7460.c asb100.c ds1631.c fcu.c fintek.c gl518sm.c lm75.c lm87.c maxim6690.c pca9554.c tsl2560.c w83l784r.c sys/dev/acpi : acpiac.c acpibat.c acpidev.h acpitz.c sys/arch/i386/i386: esm.c sys/arch/macppc/dev: asms.c smu.c sys/arch/sparc64/dev: pcf8591_ofw.c Log message: adapt to new two-level sensor api; Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:49:53 Modified files: etc : sensorsd.conf lib/libc/gen : sysctl.3 sbin/sysctl : sysctl.c usr.sbin/ntpd : ntpd.h sensors.c usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: adapt to new two-level sensor sysctl framework; by Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:50:20 Modified files: share/man/man4 : ami.4 fintek.4 lmenv.4 Log message: show two-level sensor framework in action; Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 10:53:09 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : sensor_attach.9 Removed files: share/man/man9 : sensor_add.9 Log message: describe new functions to handle sensors; by Constantine A. Murenin CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 11:13:46 Modified files: security/clamav: Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: Maintenance update to version 0.88.7, improvements in mail scanning. Bump the major SHARED_LIBS number because exposed structs and interfaces changed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 11:30:34 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/23 12:00:33 Modified files: gnu/usr.bin/texinfo/util: texi2dvi Log message: Remove trailing spaces in sed expression. From Michael Small. Fixes PR 5300. ok otto@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/23 12:39:47 Modified files: net/rtorrent : Makefile Added files: net/rtorrent/patches: patch-src_core_download_list_cc Log message: From upstream changeset 828: Fixed a bug caused by gcc-3.3.5 miscompiling the exception thrown. (Invalid torrent files will now produce an error rather than crashing rtorrent.) CVSROOT: /cvs Module name: www Changes by: deanna@cvs.openbsd.org 2006/12/23 12:52:31 Modified files: . : want.html Log message: I'd like some kind of speech synthesizer for working on TTS support. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 13:24:42 Modified files: archivers/gtar : Makefile Log message: the static FLAVOR needs gettext to build as well CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/23 13:51:45 Modified files: faq/fr : faq6.html faq/pl : faq4.html faq5.html faq6.html fr : alpha.html books.html donations.html errata.html events.html ftp.html landisk.html pkg-stable.html pkg-stable39.html press.html users.html hu : index.html nl : hppa.html i386.html macppc.html sparc.html why-cvs.html zaurus.html openntpd/fr : portable.html pl : anoncvs.html cvsup.html i386-laptop.html i386.html why-cvs.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 13:53:49 Modified files: www/mozilla-firefox: Tag: OPENBSD_3_9 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_3_9 patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: MFC: Security update to firefox 1.5.0.9. More info: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 13:54:43 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_3_9 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_3_9 patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: MFC: SECURITY update to thunderbird 1.5.0.9 for details, see http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunderbird CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 14:06:01 Modified files: editors/ldapvi : Makefile Log message: needs xsltproc to build CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/23 14:08:01 Modified files: libexec/ld.so : library_subr.c sys/dev/microcode/aic7xxx: aic7xxx.seq aicasm_gram.y aicasm_macro_gram.y usr.bin/rcs : ci.c usr.sbin/afs/src/arlad: inter.c usr.sbin/httpd/src/main: buff.c util.c Log message: Spelling. 'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/23 14:15:58 Modified files: sys/dev/microcode/aic7xxx: aic79xx_reg.h aic79xx_seq.h aic7xxx_reg.h aic7xxx_seq.h Log message: Regenerate. No change except for comments being updated to reflect current versions of base files. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 14:17:33 Modified files: net/ekg/patches: patch-lib_Makefile_in Added files: net/ekg/patches: patch-src_Makefile_in Log message: build even w/o gnu make CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 14:21:04 Modified files: palm/coldsync : Makefile Log message: needs gettext CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 14:30:31 Modified files: www/pecl-memcache: Makefile Log message: depend on proper version of autoconf/automake CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 14:31:05 Modified files: www/pecl-APC : Makefile Log message: depend on proper version of autoconf/automake CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 15:46:13 Modified files: sys/arch/i386/i386: machdep.c Log message: do not mix & and || badly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 16:40:49 Modified files: lib/libc/arch/sparc64/fpu: fpu_explode.c Log message: please gcc CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/12/23 17:47:27 Modified files: sbin/dmesg : dmesg.c Log message: zap incorrect comment CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/23 18:07:59 Modified files: usr.bin/mg : display.c Log message: Add column-number indicator to status line (enabled when line-number-mode is enabled; i.e. by default). This is essentially free, and has been requested a few times now CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2006/12/23 18:20:53 Modified files: usr.bin/mg : file.c fileio.c line.c Log message: Fix a bug where inserting a file resulted in an incorrect line-number count for a buffer (M-X insert-file, M-> to reproduce). While here, fix a number of bugs with incorrect line numbers after swap point-and-mark Originally reported via debian's bug tracking system. Fix tested by Han Boetes and Deanna Phillips. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 18:25:01 Modified files: sys/arch/sparc64/dev: psycho.c schizo.c Log message: change schizo/psycho interrupts to be xname:what instead of ugly names seen previously; discussed with kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/23 18:26:20 Modified files: sys/dev/i2c : fintek.c Log message: normally hardware engineers call it Vcc not VCC CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/23 18:57:16 Modified files: x11/vlc : Makefile x11/vlc/pkg : DESCR PLIST Added files: x11/vlc/pkg : PFRAG.no-no_web Log message: add mozilla plugin support, tested on amd64 now you can view fun stuff like http://www.borat.tv/reportings3.php directly in firefox CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/12/23 22:01:08 Modified files: usr.sbin/sasyncd: conf.y sasyncd.c sasyncd.h Log message: first pass cleanup of sasyncd, based on some discussion with deraadt@ inline conf_init into main() and remove it from conf.y. add usage(). small amount of whitespace nits in sasync.h ok deraadt@ mcbride@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 23:11:09 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_0 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_4_0 patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: MFC: Security update to firefox 1.5.0.9. More info: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 23:12:43 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_4_0 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_4_0 patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: MFC: SECURITY update to thunderbird 1.5.0.9 for details, see http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunderbird CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 23:18:58 Modified files: mail/thunderbird-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: update to 1.5.0.9 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 23:19:31 Modified files: www/firefox-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: - update to 1.5.0.9 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/12/23 23:27:19 Modified files: security/clamav: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: Maintenance update to version 0.88.7, improvements in mail scanning. Bump the major SHARED_LIBS number because exposed structs and interfaces changed. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/23 23:46:04 Modified files: sysutils/tkdvd : Makefile sysutils/tkdvd/patches: patch-TkDVD_sh patch-install_tcl patch-src-save_load_options_tcl sysutils/tkdvd/pkg: DESCR Removed files: sysutils/tkdvd/patches: patch-configure Log message: - fix cd device - remove unneeded configure - don't hardcode /usr/local - NO_REGRESS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/12/24 02:39:27 Modified files: sys/dev : vnd.c Log message: ansify, no binary change, from Bret Lambert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/24 03:59:05 Log message: import gtk-chtheme 0.3.1 GTK ChTheme is a small and fast command line utility to switch GTK themes on the fly. It also has an optional GUI to preview the requested theme and change the font used with it, an optional GUI dock, and it can install themes downloaded from http://gtk.themes.org, preview them, or switch to them immediately. submitted by Vlad Glagolev ok dassow@ Status: Vendor Tag: jasper Release Tags: jasper_20061224 N ports/x11/gtk-chtheme/distinfo N ports/x11/gtk-chtheme/Makefile N ports/x11/gtk-chtheme/pkg/DESCR N ports/x11/gtk-chtheme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/12/24 04:01:55 Modified files: x11/ion : Makefile distinfo x11/ion/patches: patch-etc_cfg_ioncore_lua patch-system_mk Log message: ion-20061223, take back maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/24 04:03:04 Modified files: x11 : Makefile Log message: add gtk-chtheme CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/24 04:16:44 Modified files: textproc/p5-Catalyst-View-XSLT: Makefile distinfo Removed files: textproc/p5-Catalyst-View-XSLT/patches: patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm Log message: author accepted our patches and released a new version. adds new (previously missing) dependency. patches merged, regressions fixed and port cpanified. OK steven@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/24 04:24:09 Modified files: www/opera : Makefile distinfo www/opera/pkg : PLIST Log message: Update to opera-9.10. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/24 05:41:02 Modified files: mail/p5-Email-Address: Makefile mail/p5-Email-MIME: Makefile mail/p5-Email-MIME-ContentType: Makefile mail/p5-Email-MIME-Encodings: Makefile mail/p5-Email-MIME-Modifier: Makefile mail/p5-Email-MessageID: Makefile mail/p5-Email-Simple: Makefile Log message: cpanify remaining mail ports: no package change, no bump. OK jasper@, steven@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/24 05:47:57 Modified files: games/boggle/boggle: bog.c games/mille : mille.c Log message: fix program name in usage, use __progname CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/24 05:54:13 Modified files: sys/dev/pci : if_bnx.c Log message: use the right size when loading the rx/tx descriptor bus dma maps. from the NetBSD port tested by bion@ and others from tech@ ok marco@ brad@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/24 06:31:20 Modified files: zh-cn : 40.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/24 06:34:38 Modified files: hu : index.html Log message: .gif, not .jpg CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/24 07:14:02 Modified files: games/gomoku : main.c Log message: fix typos in comments (verses->versus) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/24 07:34:27 Modified files: sys/dev/pci : if_msk.c Log message: In msk_marv_miibus_writereg, wait for busy flag to clear instead of continuing when busy flag set. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/24 07:58:35 Modified files: zh-cn : index.html Log message: gif not jpg CVSROOT: /cvs Module name: src Changes by: nick@cvs.openbsd.org 2006/12/24 08:32:05 Modified files: distrib/notes/alpha: hardware Log message: duplicated line. ok miod@ duplicated line. ok miod@ CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/12/24 08:56:28 Modified files: usr.sbin/ripd : neighbor.c Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/24 09:09:32 Modified files: share/man/man9 : sensor_attach.9 Log message: typos; Murenin CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/24 11:52:43 Modified files: sbin/pfctl : Makefile Log message: Remove m88k compiler flags tweak which is no longer necessary since a long time already. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/24 12:05:25 Modified files: sbin/brconfig : brconfig.8 Log message: it is not permitted to change the "hellotime" is in RSTP, but in STP mode. thanks to Edy (email at edylie dot net) ok jmc@ oh spanning tree, oh spanning tree, ... CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/24 12:50:52 Modified files: math/p5-AI-NeuralNet-BackProp: Makefile math/p5-AI-NeuralNet-Mesh: Makefile math/p5-AI-Perceptron: Makefile math/p5-Bit-Vector: Makefile math/p5-Math-BigInt-GMP: Makefile math/p5-Math-FFT: Makefile math/p5-Math-GMP: Makefile math/p5-Math-Pari: Makefile math/p5-Set-IntSpan: Makefile Log message: cpanify math ports, switch to SHARED_ONLY, set licenses and bump as required. 'go ahead' steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/24 13:12:45 Modified files: x11/evilwm : Makefile distinfo Removed files: x11/evilwm/patches: patch-misc_c Log message: update evilwm to 0.99.25 maintainer timed-out CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/24 13:28:44 Modified files: sys/kern : subr_prof.c sys/sys : resourcevar.h Log message: Keep a counter for addupc_intr() invocations, and pass its value, instead of 1, to addupc_task() in ADDUPROF(). From NetBSD via art@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/24 13:29:19 Modified files: sys/arch/hppa/hppa: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/solbourne/solbourne: trap.c sys/arch/sparc/sparc: trap.c sys/arch/sparc64/sparc64: trap.c sys/arch/vax/vax: trap.c Log message: Check for want_resched when processing AST and nowhere else. But then, when doing so, do not check for signals - userret() will do this. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/24 13:29:45 Modified files: sys/kern : kern_clock.c Log message: If defines PROC_PC to compute the userland pc from an exception frame, use it to report profiling information via addupc_intr(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/24 13:30:35 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/arm: ast.c fault.c syscall.c undefined.c sys/arch/arm/include: cpu.h sys/arch/i386/i386: trap.c sys/arch/i386/include: cpu.h sys/arch/m88k/include: cpu.h db_machdep.h sys/arch/m88k/m88k: trap.c sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: interrupt.c trap.c sys/arch/solbourne/solbourne: trap.c sys/arch/sparc/include: cpu.h sys/arch/sparc/sparc: trap.c sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: trap.c sys/arch/vax/include: cpu.h sys/arch/vax/vax: trap.c Log message: Define PROC_PC. Then, since profiling information is being reported in statclock(), do not bother doing this in userret() anymore. As a result, userret() does not need its pc and ticks arguments, simplify. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/24 15:45:35 Modified files: audio/libmpcdec: Makefile distinfo audio/libmpcdec/pkg: PLIST Added files: audio/libmpcdec/patches: patch-configure_ac patch-include_mpcdec_config_types_h_in patch-src_sample_cpp Removed files: audio/libmpcdec/patches: patch-include_Makefile_in Log message: update to libmpcdec 1.2.4 change maintainer's email address, at his request tested and feedback by him as well CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/24 15:47:17 Modified files: x11/jwm/patches: patch-src-Makefile_in Log message: rcs id.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/24 15:48:03 Modified files: x11/jwm : Makefile distinfo Log message: update to 1.8 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/24 15:56:48 Modified files: sys/dev/pci : if_msk.c Log message: Make non-autonegotiated 10baseT and 100baseTX work. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/24 17:02:25 Modified files: usr.bin/bgplg : bgplg.h Log message: "show ip bgp source-as" should issue a bgpctl show ip bgp source-as and not just a show ip bgp as. OK reyk@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/24 18:06:45 Modified files: share/man/man4 : acpi.4 Log message: Uncomment a sentence about acpitz(4) shutting down the system if a critical temperature is detected. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/24 18:25:39 Modified files: distrib/ramdisk: Makefile Log message: remove some junk CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/24 21:48:57 Modified files: . : INDEX Log message: sync, 4060 unzels CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/25 01:17:17 Modified files: usr.sbin/sasyncd: sasyncd.h monitor.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/25 01:27:58 Modified files: usr.sbin/sasyncd: sasyncd.c Log message: good day to remove a some poo CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/12/25 02:49:51 Modified files: usr.bin/calendar/calendars/ru_RU.KOI8-R: calendar.history Log message: Typo. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/25 04:37:58 Modified files: . : sparc64.html i386.html amd64.html macppc.html Log message: fix some &/& and missing
  • CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/25 05:35:22 Modified files: audio/p5-Audio-MPD: Makefile Log message: correctly bump PKGNAME (with p5 prefix) CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/25 06:40:28 Modified files: databases/p5-Catalyst-Model-DBIC-Schema: Makefile databases/p5-DBIx-Class-Schema-Loader: Makefile devel/p5-Catalyst-Plugin-StackTrace: Makefile devel/p5-Class-Throwable: Makefile devel/p5-Config-Any: Makefile devel/p5-Data-Visitor: Makefile devel/p5-File-Modified: Makefile devel/p5-I18N-LangTags: Makefile devel/p5-IO-LockedFile: Makefile devel/p5-Log-Log4perl: Makefile devel/p5-Module-Install: Makefile devel/p5-Object-Signature: Makefile devel/p5-PAR-Dist: Makefile devel/p5-Set-Object: Makefile devel/p5-Test-Deep: Makefile devel/p5-Test-Tester: Makefile devel/p5-Tree-Simple-VisitorFactory: Makefile devel/p5-Universal-isa: Makefile mail/clamsmtp : Makefile mail/p5-Email-Abstract: Makefile mail/p5-Email-Date: Makefile mail/p5-Email-Simple-Creator: Makefile security/p5-Authen-Htpasswd: Makefile security/p5-Catalyst-Plugin-Authentication: Makefile security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: Makefile security/p5-Catalyst-Plugin-Authorization-ACL: Makefile security/p5-Catalyst-Plugin-Authorization-Roles: Makefile textproc/diffstat: Makefile textproc/p5-Catalyst-Plugin-Textile: Makefile textproc/p5-Catalyst-View-TT: Makefile textproc/p5-Template-Timer: Makefile textproc/p5-Text-SimpleTable: Makefile textproc/p5-Text-Textile: Makefile www/p5-CGI-Simple: Makefile www/p5-Catalyst-Action-RenderView: Makefile www/p5-Catalyst-Devel: Makefile www/p5-Catalyst-Engine-Apache: Makefile www/p5-Catalyst-Plugin-ConfigLoader: Makefile www/p5-Catalyst-Plugin-FormValidator: Makefile www/p5-Catalyst-Plugin-HTML-Widget: Makefile www/p5-Catalyst-Plugin-I18N: Makefile www/p5-Catalyst-Plugin-Session: Makefile www/p5-Catalyst-Plugin-Session-FastMmap: Makefile www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile www/p5-Catalyst-Plugin-Session-State-URI: Makefile www/p5-Catalyst-Plugin-SubRequest: Makefile www/p5-FCGI-ProcManager: Makefile www/p5-HTML-TokeParser-Simple: Makefile www/p5-HTML-Widget: Makefile www/p5-HTTP-Body: Makefile www/p5-HTTP-Request-AsCGI: Makefile Log message: first part to change my email, a few licenses and categories; bump all PKGNAMEs. OK jasper@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/25 07:44:32 Modified files: build : mirrors.dat Log message: mirror checks by Marcus Popp add new site mirrors.gamevil.com in Seoul, Korea. remove a few incomplete mirrors for various reasons indicated in the file: ftp.jp.openbsd.org ftp.openbsd.lt CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/25 07:45:31 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/25 08:17:52 Modified files: devel/p5-Data-Dump: Makefile distinfo devel/p5-Data-FormValidator: Makefile distinfo devel/p5-File-Copy-Recursive: Makefile distinfo devel/p5-Module-Pluggable: Makefile distinfo devel/p5-Module-ScanDeps: Makefile distinfo devel/p5-Path-Class: Makefile distinfo devel/p5-Test-NoWarnings: Makefile distinfo mail/p5-Email-Send: Makefile distinfo Removed files: devel/p5-Test-NoWarnings/patches: patch-Makefile_PL Log message: second part to change my email plus simple updates and fixes. OK jasper@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/25 11:12:14 Modified files: usr.sbin/hostated: check_http.c check_icmp.c check_tcp.c hce.c hostated.conf.5 hostated.h parse.y Log message: partial rewrite of the check_* routines to use libevent everywhere instead of nested select() calls and to handle the non-blocking sockets properly. From Pierre-Yves Ritschard (pyr at spootnik dot org) (with a little help by me) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/25 11:40:38 Modified files: usr.sbin/hostated: hostated.c Log message: knf CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/25 12:05:41 Modified files: usr.sbin/hostated: check_http.c check_icmp.c check_tcp.c hostated.h parse.y Log message: fix the conversion from milliseconds to struct timeval, which uses seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds... CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/25 12:07:34 Modified files: usr.sbin/hostated: hostated.conf.5 Log message: the global timeout for checks is specified in milliseconds CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/12/25 12:08:08 Modified files: editors/vim : Makefile editors/vim/pkg: PFRAG.no-no_x11-main PLIST-main Log message: make "easy" mode work with no-x11. requested on misc@ ok steven CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/25 12:10:14 Modified files: faq/nl : faq6.html index.html faq/pf/fr : filter.html ftp.html faq/pl : faq6.html fr : donations.html events.html nl : books.html i386-laptop.html macppc.html zaurus.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/25 12:24:27 Modified files: sys/net80211 : ieee80211.c ieee80211_input.c ieee80211_output.c ieee80211_proto.c ieee80211_proto.h Log message: print the phy mode in IFF_DEBUG status output which helps to debug dual/multi mode chipset operation. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/25 13:10:14 Modified files: x11/fvwm2 : Makefile Log message: fix rplay flavor lib depends entry; pointed out by sgeorge.ml@gmail.com CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/25 13:40:02 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-Makefile_in patch-config_layout www/apache-httpd/pkg: PLIST Added files: www/apache-httpd/patches: patch-configure patch-support_apachectl_in patch-support_rotatelogs_c Log message: - stop setting SYSCONFDIR - put config files in /etc/apache2 instead of /var since this is not chrooted - make a couple of comments that refer to 'httpd' refer to 'httpd2' instead - don't install the build makefiles ideas from bernd@ and steven@, ok steven@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/25 13:45:11 Modified files: www : Makefile Log message: + apache-httpd ok steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/25 14:25:39 Modified files: sys/dev/i2c : i2c_scan.c Log message: identify adt7475 CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/12/25 17:58:11 Modified files: usr.sbin/sasyncd: sasyncd.c Log message: make option processing happen first. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/12/25 19:51:00 Modified files: usr.sbin/hostated: hostated.h Log message: Add missing $OpenBSD$ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/25 23:24:48 Modified files: usr.sbin/tcpdump: print-ipsec.c Log message: print icmpv6 inside security header (ah/esp). CVSROOT: /cvs Module name: www Changes by: moritz@cvs.openbsd.org 2006/12/26 02:36:04 Modified files: . : events.html Log message: i will be at 23c3 too. better late then never ;) CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/26 03:08:35 Modified files: games/qgo : Makefile distinfo Log message: update to 1.5.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/26 03:20:11 Modified files: distrib/crunch/crunchgen: crunchgen.c distrib/crunch/crunchide: crunchide.c Log message: fix usage messages CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/26 03:37:51 Log message: Import k3dsurf-0.6.1 K3DSurf can be used by everyone interested in 3D Mathematical drawing functions and doesn't require any special competence of users. Most of the work was done with the intention to make K3DSurf as simple as possible without affecting its efficiency: K3DSurf program is developed for use by beginner users with low level degree in mathematical science by simply testing examples given with it and by rendering them with Povray. Pov scripts (and other file formats) generated by K3DSurf can also be integrated in complicated scenes. "put it in" steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061226 N ports/graphics/k3dsurf/distinfo N ports/graphics/k3dsurf/Makefile N ports/graphics/k3dsurf/pkg/DESCR N ports/graphics/k3dsurf/pkg/PLIST N ports/graphics/k3dsurf/patches/patch-src_src_pro No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/26 03:38:50 Modified files: graphics : Makefile Log message: Add k3dsurf. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/26 04:52:30 Modified files: sbin/sysctl : sysctl.c Log message: Show more digits in timedelta sensor output as the timedelta sensors become increasingly more precise. ok deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/26 06:48:36 Modified files: devel/libdvdread/patches: patch-dvdread_dvd_input_c Log message: rearrange patch a bit. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/26 07:02:15 Modified files: lang/gcc/3.3 : Makefile Log message: better chown statement which also fixes the group of files in the -objc subpackage. ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/26 07:07:10 Modified files: print/htmldoc : Makefile graphics/k3dsurf: Makefile Log message: - set PORTHOME to ${WRKDIR} for consistency with other ports no package change CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/26 07:10:32 Modified files: gnu/lib/libstdc++/libstdc++/config/cpu/i486: atomicity.h Log message: Fix inline asm. From GCC PR 17856. Fixes gnash on amd64. pointed out by deanna@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/26 07:51:04 Modified files: x11/gtk-chtheme: Makefile Log message: Vlad Glagolev takes maintainership; bump pkgname CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/26 08:00:24 Modified files: infrastructure/mk: pkgpath.mk Added files: infrastructure/mk: getpkgpath Log message: use a simple perl script to compute initial pkgpaths... Cwd can replace pwd -P, and we select the longest prefix from PORTSDIR_PATH. This lets mystuff-like dirs get stripped from PKGPATH correctly, as long as PORTSDIR_PATH is set correctly. CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/12/26 08:03:17 Modified files: sbin/dhclient : dhclient.c Log message: There must be no alias address set, so check ifi->client->alias for NULL before dereferencing it. OK henning@ krw@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/26 08:04:55 Modified files: sysutils/runit : Makefile distinfo sysutils/runit/files: rc.shutdown sysutils/runit/pkg: MESSAGE PLIST Removed files: sysutils/runit/files: runsvdir-start Log message: update to 1.7.2 from MAINTAINER Lars Hansson Tested by various ports@ people and me. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/26 09:36:33 Modified files: . : events.html Log message: Move OpenBSD user meeting in Moscow, Dec. 8-9, 2006, to the past. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/26 10:02:09 Modified files: sys/dev/ic : fxp.c Log message: Don't re-initialize the card every time the IP address is changed. Brings fxp into line with many other drivers. From brad@, tested by martin@, thib@, pyr@, mk@ and Johan M:son Lindman. ok martin@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 10:16:23 Modified files: devel/cvsutils : Makefile distinfo devel/cvsutils/pkg: PLIST Log message: update to cvsutils-0.2.3 CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 10:17:13 ports/devel/cvsutils/patches Update of /cvs/ports/devel/cvsutils/patches In directory cvs.openbsd.org:/tmp/cvs-serv12562/patches Log Message: Directory /cvs/ports/devel/cvsutils/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 10:17:54 Added files: devel/cvsutils/patches: patch-cvsutils_1 Log message: forgotten patch file from previous 0.2.3 update CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/26 11:16:10 Log message: Import remake 0.61, a GNU Make debugger. With a patch from and ok jasper@. Status: Vendor Tag: deanna Release Tags: deanna_20061226 N ports/devel/remake/Makefile N ports/devel/remake/distinfo N ports/devel/remake/pkg/DESCR N ports/devel/remake/pkg/PLIST N ports/devel/remake/patches/patch-tests_scripts_debugger_trace N ports/devel/remake/patches/patch-glob_glob_h N ports/devel/remake/patches/patch-src_dbg_cmd_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/26 11:18:53 Modified files: devel : Makefile Log message: +remake CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/12/26 11:22:30 Modified files: usr.sbin/tcpdump: print-ipsec.c Log message: Fix truncation check by directly comparing both values and don't compare the unsigned value of the subtraction against <= 0. ok krw@ ray@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/12/26 12:30:44 Modified files: sys/arch/i386/stand/libsa: gidt.S Log message: There is a single 'p', not a double, in 'triple'. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/26 12:45:44 Modified files: sys/dev/i2c : adt7460.c share/man/man4 : adt.4 Log message: support adt7475; tested by dhartmei CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/26 12:57:17 Modified files: sys/dev/i2c : i2c_scan.c Log message: The adt7475 has a fixed address of 0x2e. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/12/26 13:35:59 Modified files: share/man/man5 : bsd.port.mk.5 Log message: FULL_DISTDIR -> FULLDISTDIR CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/26 13:42:38 Modified files: archivers/unrar: Makefile Log message: remove no longer needed hack for endianess, the code checks BYTE_ORDER ok maintainer Rui Reis CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/26 13:57:54 Modified files: sbin/dump : traverse.c Log message: fts_read returning NULL and errno set is an error. ok ray@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/26 13:58:25 Modified files: bin/pax : ftree.c Log message: fts_read returning NULL and errno set is an error. ok ray@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/26 13:59:01 Modified files: usr.bin/find : find.c Log message: fts_read returning NULL and errno set is an error. ok ray@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/26 13:59:23 Modified files: usr.bin/grep : util.c Log message: fts_read returning NULL and errno set is an error. ok ray@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/26 14:02:16 Modified files: gnu/usr.bin/gcc/gcc: config.gcc Log message: Make exception handling work on alpha. tested by naddy@, deanna@; ok brad@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/26 14:19:52 Modified files: sbin/dhclient : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c options.c packet.c Log message: Our dhclient only handles one interface. Simplify code by using the single, global, instance of 'struct interface_info' (ifi) rather than passing around pointers to it. "I agree" henning@ Testing moritz@ stevesk@, ok stevesk@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 15:07:18 Modified files: lang/ocaml : Makefile distinfo ocaml.port.mk lang/ocaml/pkg : PFRAG.native PLIST Log message: Update to ocaml-3.09.3, mainly bugfixes (no language changes). Also modify ocaml.port.mk to depend on the exact version of ocaml being compiled against, since the OCaml library format makes no guarantees about working across versions. This dependency should ensure that packages compiled against different ocaml versions aren't mixed and matched. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/26 15:36:51 Modified files: libexec/ld.so : Makefile Log message: no more seperate prebind CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 15:38:35 Modified files: lang/ocaml : ocaml.port.mk Log message: relax the build/run depends restriction to ocaml-3.09.3* so that it will still match minor package bumps, suggested by steven@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/12/26 15:39:05 Modified files: sbin/dhclient : Tag: OPENBSD_4_0 dhclient.c Log message: MFC: Fix by moritz@ There must be no alias address set, so check ifi->client->alias for NULL before dereferencing it. OK henning@ krw@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 15:39:32 Modified files: databases/ocaml-postgresql: Makefile databases/ocaml-sqlite3: Makefile devel/cil : Makefile devel/ocaml-calendar: Makefile devel/omake : Makefile graphics/camlimages: Makefile net/mldonkey/stable: Makefile net/unison : Makefile.inc productivity/wyrd: Makefile security/cryptokit: Makefile sysutils/findlib: Makefile textproc/hevea : Makefile textproc/ocaml-rss: Makefile textproc/ocaml-xml-light: Makefile x11/lablgtk : Makefile Log message: bump PKGNAME on ocaml ports for recent ocaml-3.09.3 dependency change CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/12/26 15:55:20 Modified files: usr.sbin/vnconfig: vnconfig.c Log message: make -k and -K mutually exclusive, and ignore multiple invocations of them. put pcks key initialization into a separate routine instead of bloating the getopt() loop. ok pedro@ deraadt@ tedu@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 16:09:32 Modified files: sysutils/findlib: Makefile sysutils/findlib/pkg: PLIST Added files: sysutils/findlib/patches: patch-configure Log message: Fix findlib to correctly detect posix threading instead of vm threads for ocaml apps compiled using it. Issue was that the configure script which tried threads gets confused by the spurious OpenBSD linker warnings about sprintf and falls back to VM threads. Bump PKGNAME, and trim an unneeded line from PLIST while here. Reported by Adam Montague and Ivan M Makarenko . CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 16:10:28 Modified files: databases/ocaml-sqlite3: Makefile lang/ocamlduce : Makefile Log message: bump PKGNAME for findlib-using ports after threading fix CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 16:56:05 Log message: initial import of p5-Log-Procmail-0.11 -- The Log::Procmail module processes procmail(1) logfiles and returns the abstracts. You can get all the useful information by using the methods from(), date(), subject(), folder() and size() on the returned Log::Procmail::Abstract object. Status: Vendor Tag: avsm Release Tags: avsm_20061226 N ports/mail/p5-Log-Procmail/Makefile N ports/mail/p5-Log-Procmail/distinfo N ports/mail/p5-Log-Procmail/pkg/DESCR N ports/mail/p5-Log-Procmail/pkg/PLIST N ports/mail/p5-Log-Procmail/patches/patch-lib_Log_Procmail_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2006/12/26 16:56:51 Modified files: mail : Makefile Log message: +p5-Log-Procmail CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/26 16:58:08 Modified files: sys/dev/acpi : acpi.c acpiac.c acpibat.c acpibtn.c acpicpu.c acpidev.h acpitz.c acpivar.h dsdt.c dsdt.h Log message: Add polling to devices that require it such as acpibat and acpitz. Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/26 19:55:24 Modified files: www/minimo : Makefile www/minimo/pkg : DESCR Log message: add back debug flavor CVSROOT: /cvs Module name: www Changes by: todd@cvs.openbsd.org 2006/12/26 21:35:07 Modified files: . : i386-laptop.html Log message: add Dell Latitude D620 from Ben Lovett CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/26 22:12:13 Modified files: sys/netinet6 : route6.c Log message: correct rhlen computation (if the "if" clause on the next line is taken, we will use rhlen uninitialized). checked with kame CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/12/27 00:24:52 Modified files: usr.bin/top : top.1 top.c Log message: Also provide 'C' as a command line arg. From Mark Lumsden . CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/27 00:43:24 Modified files: usr.bin/rcs : rcsprog.c Log message: - no need to mention -e option twice in usage. pointed out by Igor Sobrado CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/27 00:44:27 Modified files: usr.bin/rcs : rcs.1 Log message: - sync with usage CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/27 01:49:29 Modified files: . : i386-laptop.html Log message: fix formatting CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 03:16:39 Modified files: devel/remake : Makefile Log message: add rcs id CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 04:16:10 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: put USE_X11 in the table. sure espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/27 04:34:24 Modified files: games/tutris : Makefile Log message: zap dead master site/homepage; bump pkgname CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/27 04:47:18 Modified files: games/oilwar : Makefile Log message: zap 2ndpoint.fi here too. spotted by jolan@, thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/27 05:00:17 Modified files: sys/net : if_media.h Log message: Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD. ok brad@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/27 05:35:13 Modified files: misc/p5-Finance-Quote: Makefile misc/p5-Finance-QuoteHist: Makefile misc/p5-Finance-QuoteHist/pkg: PLIST misc/p5-Spreadsheet-ParseExcel: Makefile misc/p5-Spreadsheet-WriteExcel: Makefile Log message: cpanify, change a few licenses just to "Perl" and avoid .orig-files OK steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 05:49:29 Modified files: archivers/p5-PerlIO-gzip: Makefile Log message: missing WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 05:54:00 Modified files: multimedia/dvdauthor: Makefile Log message: add missing library in LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/27 05:56:07 Modified files: devel/p5-Module-Pluggable-Fast: Makefile mail/mlmmj : Makefile distinfo mail/mlmmj/pkg : PLIST mail/p5-Catalyst-Plugin-Email: Makefile distinfo mail/p5-Email-MIME-Creator: Makefile distinfo mail/p5-Email-MIME-Modifier: Makefile distinfo www/p5-Catalyst-Plugin-Session-Store-File: Makefile distinfo www/p5-Catalyst-Plugin-Static-Simple: Makefile distinfo www/p5-Catalyst-Plugin-Static-Simple/pkg: PLIST www/p5-Catalyst-Runtime: Makefile distinfo Log message: last part to change my email, a few licenses and do maintenance updates OK jasper@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2006/12/27 05:58:08 Modified files: devel/p5-Clone : Makefile distinfo Log message: update to recent version OK jasper@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/27 06:04:29 Modified files: sys/sys : sensors.h Log message: consistent naming of units, percentage -> percent. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/27 06:33:06 Modified files: textproc/ispell: Makefile Log message: drop MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/27 06:43:55 Modified files: textproc/ispell: Makefile Log message: bump pkgname(s) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/12/27 07:05:57 Modified files: sys/dev/ic : bcw.c bcwreg.h Log message: Wrap bus space access in similiar macros to other drivers making things much more readable. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/12/27 07:22:48 Modified files: sys/dev/ic : bcw.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/27 07:33:04 Modified files: sys/dev/pci : if_em.c Log message: Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. From brad@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/12/27 08:29:29 Modified files: . : events.html Log message: sync with reality. i'm not at the 23c3 but i will probably step in for a day. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/12/27 09:17:16 Modified files: ja : art2.html checklist.html crypto.html ctm.html cvsup.html index.html security.html sgi.html why-cvs.html fr : amd64.html events.html ftp.html hppa.html i386.html macppc.html sparc.html sparc64.html want.html zaurus.html nl : ftp.html i386-laptop.html i386.html ro : donations.html goals.html index.html plat.html translation.html papers/fr : index.html faq/pf/fr : filter.html ftp.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html openntpd/ro : ftp.html portable.html openbgpd/nl : ftp.html openbgpd/ro : ftp.html index.html Added files: ro : books.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/27 09:18:24 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-po_bg_po patch-src_default_h Log message: - update to icewm-1.2.30 ok steven@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/12/27 09:21:59 Modified files: www/minimo : Makefile Added files: www/minimo/patches: patch-extensions_transformiix_source_base_Double_cpp patch-parser_expat_lib_xmlparse_c Removed files: www/minimo/patches: patch-minimo_chrome_content_bindings_keylets_xml patch-minimo_chrome_content_bindings_keynav_xml patch-minimo_chrome_content_bindings_preferences_xml patch-minimo_chrome_content_bookmarks_bmview_xhtml patch-minimo_chrome_content_homebase_bmview_xhtml patch-minimo_chrome_content_minimo_xul patch-minimo_chrome_content_moduleview_moduleload_xhtml patch-minimo_chrome_content_moduleview_rssblank_xhtml patch-minimo_chrome_content_preferences_pane-advanced_xul patch-minimo_chrome_content_preferences_pane-connection_xul patch-minimo_chrome_content_preferences_pane-general_xul patch-minimo_chrome_content_preferences_pane-okaycancel_xul patch-minimo_chrome_content_preferences_pane-privacy_xul patch-minimo_chrome_content_preferences_preferences_xul patch-minimo_chrome_content_rssview_rssblank_xhtml patch-minimo_chrome_content_rssview_rssload_xhtml patch-minimo_chrome_content_toolbars_toolbar-download_xul patch-minimo_chrome_content_toolbars_toolbar-find_xul patch-minimo_chrome_content_toolbars_toolbar-general_xul patch-minimo_chrome_content_toolbars_toolbar-pan_xul patch-minimo_chrome_content_toolbars_toolbar-rss_xul patch-minimo_chrome_content_toolbars_toolbar-search_xul Log message: - fix xml parser - let it run on sparc64 again from martynas venckus CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 09:46:09 Log message: import audacious 1.2.2 Audacious is a multimedia player that currently uses a skinned user interface based on Winamp 2.x skins. It is based on ("forked off") BMP and XMMS. based on a submission by Vlad Glagolev Status: Vendor Tag: steven Release Tags: steven-20061227 N ports/audio/audacious/Makefile N ports/audio/audacious/distinfo N ports/audio/audacious/patches/patch-mk_objective_mk N ports/audio/audacious/patches/patch-audacious_build_stamp_c N ports/audio/audacious/patches/patch-libaudacious_Makefile N ports/audio/audacious/patches/patch-mk_init_mk N ports/audio/audacious/pkg/DESCR N ports/audio/audacious/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 09:49:25 Log message: import audacious-plugins 1.2.5 input, output, visualization and effect plugins for audacious. based on a submission by Vlad Glagolev Status: Vendor Tag: steven Release Tags: steven-20061227 N ports/audio/audacious-plugins/Makefile N ports/audio/audacious-plugins/distinfo N ports/audio/audacious-plugins/pkg/PLIST-main N ports/audio/audacious-plugins/pkg/PLIST-arts N ports/audio/audacious-plugins/pkg/DESCR-main N ports/audio/audacious-plugins/pkg/DESCR-arts N ports/audio/audacious-plugins/patches/patch-mk_init_mk N ports/audio/audacious-plugins/patches/patch-src_aac_src_Makefile N ports/audio/audacious-plugins/patches/patch-src_aac_Makefile N ports/audio/audacious-plugins/patches/patch-src_cdaudio_Makefile N ports/audio/audacious-plugins/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 09:50:32 Modified files: audio : Makefile Log message: +audacious +audacious-plugins CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 10:29:39 Log message: import Math::Round 0.06 perl extension for rounding numbers Status: Vendor Tag: steven Release Tags: steven-20061227 N ports/math/p5-Math-Round/Makefile N ports/math/p5-Math-Round/distinfo N ports/math/p5-Math-Round/pkg/DESCR N ports/math/p5-Math-Round/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/27 10:30:54 Modified files: math : Makefile Log message: +p5-Math-Round CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/12/27 10:49:26 Modified files: sys/arch/arm/arm: sigcode.S syscall.c Log message: Switch new new syscall ABI, now passes the syscall number in r12 instead of in the swi instruction. elminates an illegal userland reference from the kernel also elminates a bunch of code. This is a flag day for binaries from before the middle of November. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/12/27 10:58:19 Modified files: faq : current.html Log message: ARM abi change. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/27 11:05:30 Modified files: . : index.html Log message: add new www mirror openbsd.alphix.se from Kent Riboe CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/27 11:54:04 Modified files: sys/dev/ic : p9000.h sys/arch/sparc/dev: p9100.c Log message: Add code to change video mode (resolution and color depth) on the fly for pnozz(4), when switching between emulation (i.e. text console) and mapped (i.e. X11) modes. Geometries different than 800x600 are only available on the external video port, with the internal panel blanked. Currently this mode is compiled in, until an interface allows the X server and the kernel to settle on which one to use. Due to the internal panel blanking requirements, all of this is only available if tctrl(4) is configured in, which is the case for GENERIC but not for installation media kernels (who runs X11 with installation media anyway?) Most of this has been written 18 months ago, it was just lacking a final touch... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/27 11:55:05 Modified files: sys/arch/sparc/conf: files.sparc Log message: pnozz is initialized by the prom in 8bpp mode, so don't bring high-depth rasops code; 3.5KB off RAMDISK kernels. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/27 12:11:09 Modified files: sys/dev/mii : acphy.c amphy.c bmtphy.c ciphy.c dcphy.c icsphy.c inphy.c iophy.c lxtphy.c nsgphy.c nsphy.c nsphyter.c qsphy.c rgephy.c rlphy.c sqphy.c tlphy.c tqphy.c ukphy_subr.c urlphy.c Log message: Always explicitly set IFM_HDX for half-duplex. From brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/27 12:12:49 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Patch a few more D-cache flush instructions on UltraSPARC-III. ok miod@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/27 12:20:12 Modified files: sys/dev/usb : usbdevs Log message: add device id for Sierra Wireless MC8755, from janek@openbug.org ok jsg CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/27 12:22:15 Modified files: sys/dev/usb : usbdevs.h Log message: regen with id from Sierra Wireless MC8755 CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/27 12:25:23 Modified files: sys/dev/usb : umsm.c Log message: make the Sierra Wireless MC8755 attach to umsm(4). this is a MiniPCI adapter that hosts a usb controller. from janek@openbug.org. ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/12/27 12:28:35 Modified files: share/man/man4 : umsm.4 Log message: sync with reality, add Sierra Wireless mc8755, while here clean up the listing. discussed and ok jsg@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/27 13:56:33 Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h Log message: Since we only have the single global struct interface_info, we obviously have single global struct client_state and struct client_config nested inside interface_info and client_state respectively. Pull them out to their own global variables and eliminate a bunch (i.e. hundreds) of multi-level dereferences. Make it much nicer to read. No functional change. "makes sense" henning@ Testing stevesk@, ok stevesk@ CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/12/27 16:32:49 Modified files: etc : changelist Log message: add the files in /etc/mtree to changelist ok krw@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2006/12/27 17:24:27 Modified files: usr.sbin/ntpd : sensors.c Log message: forgot a dereference in the previous conversion; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/27 17:51:19 Modified files: sbin/dhclient : dhclient.c Log message: no extra "\n" in note(); ok krw@ henning@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/27 18:10:46 Modified files: sbin/dhclient : dhclient.c packet.c Log message: small knf (extra space, newline) CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/12/27 18:32:10 Modified files: sbin/dhclient : dhclient.c Log message: parenthesis not needed here; consistent with usage in other areas. no binary change. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/12/27 19:23:17 Modified files: x11/mplayer : Makefile Log message: switch skins master site to MASTER_SITE_BACKUP since we carry that distfile now. no change in pkg. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/28 02:24:27 Modified files: sys/dev/mii : mii_physubr.c miivar.h Log message: Add function to detect flow control status. From NetBSD. ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/28 02:26:19 Modified files: sys/dev/mii : eephy.c Log message: Use mii_phy_flowstatus() to set flow control status bits. ok brad@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 02:58:09 Modified files: share/man/man4 : usb.4 Log message: umsm(4) sync; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 03:03:04 Modified files: lib/libc/gen : sysctl.3 Log message: reword a sentence and kill some trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 03:04:27 Modified files: usr.sbin/sensorsd: sensorsd.conf.5 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 03:09:19 Modified files: usr.bin/tail : tail.1 Log message: - less macros needed in SYNOPSIS - sort options CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/28 03:22:07 Modified files: sys/dev/pci : if_msk.c Log message: Pass MIIF_DOPAUSE to mii_attach(). CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2006/12/28 03:46:20 Modified files: devel/boost : Makefile devel/boost/pkg: PFRAG.shared-libs PLIST-libs PLIST-main Removed files: devel/boost/pkg: PFRAG.serialization-libs PFRAG.serialization-main PFRAG.shared-serialization-libs Log message: Remove the alpha exception workaround, now that kettenis@ has fixed the problem. Ok brad@. CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2006/12/28 03:58:16 Modified files: . : i386-laptop.html Log message: i no longer have a Dell Inspiron 4100 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 04:27:41 Modified files: usr.bin/join : join.1 Log message: - rearrange text - sort options - some markup fixes CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/28 04:34:01 Modified files: build : packages-4.0 packages-3.9 Log message: clamav, firefox, thunderbird and language packs CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/12/28 04:34:14 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/28 04:36:14 Modified files: share/man/man9 : sensor_attach.9 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/28 04:47:23 Modified files: audio/flite : Makefile audio/flite/pkg: DESCR Added files: audio/flite/patches: patch-main_flite_main_c audio/flite/pkg: MESSAGE Log message: allow redistribution, make sure modifications are clearly marked as such CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/12/28 05:44:13 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-scripts_exim_install mail/exim/pkg : PLIST Removed files: mail/exim/patches: patch-src_pcre_pcre_c Log message: update to new version 4.64 ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/12/28 06:55:53 Modified files: usr.bin/rcs : Makefile Log message: - remove un-needed trailing backslash from LINKS declaration. noticed by Igor Sobrado CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/28 09:34:42 Modified files: sys/dev/pci : if_msk.c if_mskvar.h Log message: Remove useless code dealing with media type. Simplify PHY reset code. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/12/28 10:30:46 Modified files: sys/dev/acpi : acpiac.c Log message: Prettify dmesg a bit for attach with power state being either offline or unknown. ok marco (who already had this change in his tree but said I should commit) CVSROOT: /cvs Module name: www Changes by: marc@cvs.openbsd.org 2006/12/28 12:12:34 Modified files: . : i386-laptop.html Log message: Update t23 entry, requested by steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/28 13:04:13 Modified files: libexec : Makefile Log message: assume that new elf architectures will have ld.so CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/28 13:04:22 Modified files: sbin/dhclient : dhclient.c Log message: please lint CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/28 13:06:11 Modified files: sys/netinet : ip_input.c sys/net : if_bridge.c if_gif.c if_ppp.c if_pppoe.c Log message: check if ifqueue has anything queued before doing the dance of splnet/IF_DEQUEUE/splx; ok various people CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/28 13:08:15 Modified files: sys/netinet6 : ip6_input.c Log message: check if ifqueue has anything queued before doing the dance of splnet/IF_DEQUEUE/splx; ok various people CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/12/28 13:33:24 Modified files: sys/ufs/ufs : ufs_inode.c sys/ufs/ffs : ffs_vfsops.c ffs_alloc.c Log message: Zap nextgennumber, unused since LFS went up into the attic. ok pedro@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/28 13:50:26 Modified files: sys/arch/i386/isa: pccom.c pccomvar.h sys/dev/ic : com_subr.c comvar.h Log message: Support for ST16C654 chips, however these aren't detected as such, so the attachment code has to know better for now; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/28 13:51:01 Modified files: sys/dev/pci : pcidevs Log message: Cronyx Omega serial ports card. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/28 13:51:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/28 13:52:36 Modified files: sys/dev/pci : puc.c pucdata.c Log message: Add support for the Cronyx Omega serial ports card; this particular card forces the com(4) uart type to ST16C654 since that's what's on it; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/28 15:11:44 Modified files: net/aggregate : Makefile Added files: net/aggregate/patches: patch-Makefile_in Removed files: net/aggregate/patches: patch-Makefile.in Log message: - honor CFLAGS - rename patch to match our scheme - bump pkgname ok steven@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/28 15:23:08 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Finish core enumeration, break out core change and reset functions. From Jon Simola . Diff merged together by me with last changes from jsg@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/28 15:36:16 Modified files: x11/pypanel : Makefile x11/pypanel/patches: patch-setup_py x11/pypanel/pkg: PLIST Removed files: x11/pypanel/pkg: PFRAG.shared Log message: - zap PFRAG.shared - don't hardcode 4.0 - clean up do/post-install - bump PKGNAME feedback and ok steven@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/28 15:40:57 Modified files: sys/dev/ic : bcw.c Log message: spacing. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/12/28 15:59:11 Modified files: share/man/man9 : namei.9 Log message: s/vfs_lookup/VOP_LOOKUP/ since the former does not exist and we are talking about the latter. ok pedro@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/28 16:26:23 Modified files: print/lilypond : Makefile Log message: Remove an unused variable. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/12/28 16:38:24 Modified files: sys/net : if_pppoe.c Log message: knf, from bred@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/28 16:47:51 Modified files: mail/archivemail: Makefile distinfo Log message: update to 0.7.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/28 17:14:28 Modified files: sys/arch/sparc64/sparc64: cache.h cpu.c locore.s Log message: Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problems with svnd(4). Now you can do a full mkr on a v210 (and a blade1k if you're lucky). CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/28 17:56:17 Modified files: devel/p5-Test-Tester: Makefile Log message: change maintainer -> bump pkgname CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/28 18:00:13 Modified files: editors/vim : Makefile Log message: bump PKGNAME-main as well. move all PKGNAME* stuff to the top... CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/28 20:09:27 Removed files: mail/archivemail/patches: patch-archivemail Log message: 0.7.0 doesn't need this. reminded by Bruno Bigras. thanks CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/12/28 20:41:07 Modified files: papers : index.html Log message: Match opening and closing tags. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/28 21:28:44 Modified files: sys/dev/acpi : acpicpu.c Log message: Replace setperf algorithm with a linear version. Also use the aml provided gasio structure when appropriate instead of always assuming 32 bit access. Fixes my Dell laptop and works on others tested. CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/12/28 23:32:11 Modified files: . : plus.html Log message: up to 2006/11/26 from Janne Johansson, thanks! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/29 00:17:53 Modified files: sys/dev/pci : if_malo_pci.c Log message: Don't wrap MAC address to newline. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/29 03:04:36 Modified files: sbin/route : show.c Log message: Route warns about a illegal prefixlen when a default inet6 route is present. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/29 03:09:09 Modified files: usr.bin/netstat: show.c Log message: Netstat has the same issue problem as route when printing a default inet6 route. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 03:15:24 ports/security/p5-Crypt-OpenSSL-RSA/patches Update of /cvs/ports/security/p5-Crypt-OpenSSL-RSA/patches In directory cvs.openbsd.org:/tmp/cvs-serv1288/patches Log Message: Directory /cvs/ports/security/p5-Crypt-OpenSSL-RSA/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 03:19:52 Modified files: security/p5-Crypt-OpenSSL-RSA: Makefile distinfo security/p5-Crypt-OpenSSL-RSA/pkg: DESCR PLIST Added files: security/p5-Crypt-OpenSSL-RSA/patches: patch-t_rsa_t Log message: - update to 0.24 - CPAN'ify - distributable under the same license terms as perl itself from new maintainer Andreas Voegele CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/29 03:55:30 Modified files: sys/dev/pci : mbg.c share/man/man4 : mbg.4 Log message: Add support for the Meinberg PCI511 and GPS170PCI cards. "put it in" deraadt, ok fkr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/29 04:03:46 Modified files: sys/dev/mii : eephy.c Log message: No need to read ANAR and ANLPAR anymore. From brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 04:04:58 Modified files: x11/devilspie : Makefile distinfo Log message: update to devilspie 0.19 from MAINTAINER Olle Nilsson license GNU -> GPL and zap a trailing whitespace while there. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/29 04:05:59 Modified files: sys/arch/i386/conf: GENERIC Log message: Change the comment for mbg(4): Use "radio clocks" instead of "time base". ok fkr CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/29 04:11:30 Modified files: distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware Log message: Add the newly supported Meinberg radio clocks. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/12/29 04:44:01 Modified files: sys/arch/amd64/stand/libsa: gidt.S Log message: Fix another 'tripple' (not surprising, since this was copied from the i386 code that I fixed earlier). Noticed by Gregory Steuck (greg (at) nest (dot) cx); thanks. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/29 04:47:03 Modified files: . : i386.html macppc.html sparc64.html Log message: Add the new Meinberg cards here, too. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 05:21:03 Log message: import gotmail 0.8.9 Gotmail is a perl script to download mail from hotmail.com without user interaction. It is probably best run from a cron job. submitted by Michael Erdely (MAINTAINER), with tweaks by me. ok simon@ Status: Vendor Tag: jasper Release Tags: jasper_20061229 N ports/mail/gotmail/distinfo N ports/mail/gotmail/Makefile N ports/mail/gotmail/patches/patch-Makefile N ports/mail/gotmail/patches/patch-gotmail N ports/mail/gotmail/pkg/DESCR N ports/mail/gotmail/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 05:23:38 Modified files: mail/gotmail : Makefile Log message: zap useles HOMEPAGE, no pkgname bump needed as this has only been in for a very short time.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 05:24:09 Modified files: mail : Makefile Log message: add gotmail CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 05:36:57 Modified files: mail/gotmail : Makefile mail/gotmail/pkg: DESCR Log message: typo in COMMENT and better DESCR from steven@, thanks! CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/12/29 05:56:48 Modified files: faq/fr : current.html faq/pf/pt : anchors.html authpf.html carp.html example1.html ftp.html logging.html nat.html pools.html scrub.html tables.html tagging.html fr : index.html nl : i386-laptop.html index.html pt : crypto.html donations.html goals.html index.html plat.html stable.html why-cvs.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/12/29 06:04:37 Modified files: sys/arch/i386/i386: freebsd_machdep.c linux_machdep.c mem.c svr4_machdep.c sys/arch/i386/isa: isa_machdep.c sys/compat/ibcs2: ibcs2_exec.c sys/crypto : criov.c cryptosoft.c sys/dev/ic : twe.c sys/dev/isa : sbdsp.c sys/dev/pci : auich.c maestro.c ubsec.c sys/dev/pci/bktr: bktr_core.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : exec_elf.c uipc_mbuf.c sys/nfs : nfs_subs.c nfs_vnops.c sys/scsi : scsiconf.c sys/ufs/ufs : ufs_vnops.c Log message: Avoid void * arithmetic, okay deraadt@, suggestions from millert@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/29 06:08:14 Modified files: infrastructure/db: user.list net/mrtg : Makefile net/mrtg/pkg : PLIST Log message: add _mrtg user CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/29 06:20:27 Modified files: build : mirrors.dat Log message: sandia mirror is back online, from Diana Eichert CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/12/29 06:21:04 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/12/29 06:37:24 Modified files: infrastructure/db: user.list net/mrtg : Makefile net/mrtg/pkg : PLIST Log message: wrong uid/gid; noted by antoine CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/12/29 06:38:03 Modified files: textproc/txt2tags: Makefile distinfo textproc/txt2tags/pkg: PLIST Log message: Update to the latest release (2.4). Include i18n support. tests and ok, steven@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/29 06:41:55 Modified files: sys/arch/macppc/conf: GENERIC Log message: Change the comment for mbg(4) to "radio clocks" here, too. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/29 08:10:09 Modified files: . : i386-laptop.html Log message: update Josh Grosse's entry, diff from him CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/29 08:45:56 Modified files: sys/net80211 : ieee80211_ioctl.c ieee80211_crypto.c Log message: fix the key buffer size used for software wep, this could cause problems with non-standard wep keys >= 104 bits. thanks to Alexander Bluhm ok mglocker@ jsg@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/29 08:57:24 Modified files: . : i386-laptop.html Log message: update Renaud Allard's entry, thanks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/29 08:58:10 Modified files: share/man/man4 : mbg.4 Log message: tweaks; ok mbalmer CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/29 09:26:18 Modified files: sys/dev/pci : mbg.c Log message: Sort product ids alphabetically like jmc did in the manpage. fkr also suggested that. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2006/12/29 09:35:24 Added files: papers : opencon06-bio.pdf opencon06-culture.pdf Log message: add my talks, so people stop bugging me about them. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2006/12/29 09:37:09 Modified files: . : events.html Log message: link to the two talks i did at opencon. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/29 10:07:32 Modified files: usr.bin/mg : mg.1 Log message: mention meta-key-mode in mg(1) to enable 8-bit character input. this is required if you need to type characters like german umlauts. the mg documentation is still very incomplete and will need some more work. also split the manpage into sections to make it a bit more readable. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 11:09:29 Log message: Status: Vendor Tag: jasper Release Tags: jasper_20061229 N ports/textproc/p5-LaTeX-TOM/distinfo N ports/textproc/p5-LaTeX-TOM/Makefile N ports/textproc/p5-LaTeX-TOM/pkg/DESCR N ports/textproc/p5-LaTeX-TOM/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/29 11:12:23 Modified files: textproc : Makefile Log message: add p5-LaTeX-TOM CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/29 11:34:58 Modified files: . : README Log message: pkg-config is gone. Noticed by Janne Johansson. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/29 13:06:31 Modified files: sys/net : if_media.h Log message: Add IFM_ETH_FMASK. From NetBSD. Requested by brad@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/29 13:27:50 Modified files: sys/dev/ic : malo.c Log message: No colon after "address". CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/29 13:37:18 Modified files: devel/p5-Test-Inline: Makefile Log message: bump, dependency changed pkgname CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/29 14:19:13 Added files: net/transmission/patches: patch-libtransmission_choking_c Log message: avoid a "__malloc" name clash CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/29 14:40:47 Modified files: sys/dev/mii : ipgphy.c Log message: Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to report flow control status. From brad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/29 14:51:45 Modified files: misc/p5-Finance-QuoteHist: Makefile Log message: unbreak CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/29 15:01:30 Modified files: faq : faq14.html Log message: mounted filesystems, not partitions CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/29 15:16:05 Modified files: sys/dev/pci : if_stge.c Log message: Pass MIIF_DOPAUSE to mii_attach(). ok brad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/29 15:21:42 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST Log message: conflicts with asterisk-sounds-<=1.2.1p2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/29 16:22:51 Modified files: x11/qt4 : Makefile x11/qt4/pkg : PLIST-main Log message: we want qdbus to be visible... CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/29 18:10:16 Modified files: sys/dev/ic : malo.c Log message: Why doing something as complex as for () bus_space_write_1(); when there is bus_space_write_region_1() that does the same. OK mglocker@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/12/29 18:31:08 Modified files: . : plat.html Log message: landisk is officially (ie. reliable) now CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/12/29 22:20:47 Modified files: . : press.html Log message: InfoWorld 'Resolution No 1' article CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/12/29 22:25:23 Modified files: . : press.html Log message: capitalization CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/12/30 02:34:00 Modified files: usr.sbin/adduser: adduser.perl Log message: s/form/from/ ``Sure.'' millert@, ``Sure'' espie@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 02:36:21 Modified files: sys/dev/mii : mii_physubr.c Log message: Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set. ok jsg@, brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 02:38:28 Modified files: sys/dev/mii : rgephy.c sys/dev/ic : re.c Log message: Add flow control support. ok brad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/30 05:39:44 ports/graphics/evince/patches Update of /cvs/ports/graphics/evince/patches In directory cvs.openbsd.org:/tmp/cvs-serv5609/patches Log Message: Directory /cvs/ports/graphics/evince/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/30 05:41:39 Modified files: graphics/evince: Makefile Added files: graphics/evince/patches: patch-ps_ps_c Log message: fix buffer overflow in the get_next_text() function (CVE-2006-5864) from evince CVS CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/30 06:01:54 Modified files: usr.sbin/ftp-proxy: ftp-proxy.8 ftp-proxy.c Log message: Convert three instances of atoi() to strtonum() and apply sane upper bounds. Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@ CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/12/30 06:24:00 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Remove stub write callback functions now that libevent allows them to be NULL. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/30 07:07:59 Modified files: sys/dev/usb : usbdevs Log message: add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin bluetooth CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/30 07:09:00 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/12/30 07:11:06 Modified files: usr.bin/mg : extend.c Log message: one more 'verses'->'versus' typo in comment CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/12/30 07:55:26 Modified files: sysutils/pciutils: Makefile distinfo sysutils/pciutils/patches: patch-Makefile patch-lib_obsd-device_c sysutils/pciutils/pkg: PLIST Removed files: sysutils/pciutils/patches: patch-lib_Makefile patch-lib_access_c patch-lib_configure patch-lib_internal_h patch-lib_pci_h Log message: Update to pciutils 2.2.4. With help and testing from steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/30 08:42:53 Log message: import gnucap 0.35 Gnu Circuit Analysis Package The primary component is a general purpose circuit simulator. It performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is fully interactive and command driven. It can also be run in batch mode or as a server. Spice compatible models for the MOSFET (level 1-7), BJT, and diode are included in this release. submitted by andreas.bihlmaier at gmx.de Status: Vendor Tag: steven Release Tags: steven-20061230 N ports/cad/gnucap/Makefile N ports/cad/gnucap/distinfo N ports/cad/gnucap/pkg/PLIST N ports/cad/gnucap/pkg/DESCR N ports/cad/gnucap/patches/patch-Makefile_in N ports/cad/gnucap/patches/patch-src_l_lib_h N ports/cad/gnucap/patches/patch-src_md_h N ports/cad/gnucap/patches/patch-examples_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/12/30 08:43:22 Modified files: cad : Makefile Log message: +gnucap CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/12/30 08:47:34 Modified files: devel/git : Makefile distinfo Log message: Update to git 1.4.4.3 CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/12/30 09:05:24 Modified files: . : press.html Log message: add an internet radio interview with henning and me about openbsd during the 23c3 (in german). CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:24:05 Modified files: lang/pfe : Makefile devel/p5-Devel-ptkdb: Makefile Log message: - drop maintainership (I'm not using them anymore). - bump PKGNAMEs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 09:25:41 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: Save pcb in dumppcb when dumping core. ok miod@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:25:51 Modified files: security/prelude/libprelude: Makefile distinfo security/prelude/libprelude/pkg: PLIST Log message: - update to 0.9.12 . - SHARED_LIBS format. "looks ok" msf@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:30:11 Modified files: security/prelude/libpreludedb: Makefile distinfo security/prelude/libpreludedb/files: README.OpenBSD Log message: - update to 0.9.11 . - SHARED_LIBS format. - move LIB_DEPENDS variables out of the loops. - advise another database location for SQLite, it doesn't affect existing setups. espie glanced at the infrastructure changes; "looks ok" msf@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:31:04 Modified files: security/prelude/manager: Makefile distinfo Log message: update to 0.9.7.1 . "looks ok" msf@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:32:47 Modified files: security/prelude/lml: Makefile distinfo security/prelude/lml/patches: patch-Makefile_in patch-configure patch-plugins_pcre_ruleset_Makefile_in patch-prelude-lml_conf_in security/prelude/lml/pkg: PLIST Log message: - update to 0.9.8.1 . - regen patches. "looks ok" msf@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/12/30 09:36:09 Modified files: security/prelude/prewikka: Makefile distinfo security/prelude/prewikka/files: README.OpenBSD security/prelude/prewikka/pkg: PLIST Removed files: security/prelude/prewikka/patches: patch-conf_prewikka_conf patch-database_mysql2sqlite_sh Log message: - update to 0.9.8 . - advise another database location for SQLite, it doesn't affect existing setups. - remove patches merged upstream. "looks ok" msf@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/30 09:52:28 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/30 10:52:09 Modified files: sys/dev/pci : pcidevs Log message: Add new marvell sata controller. from brad@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/12/30 10:52:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/12/30 11:31:39 Modified files: sys/lib/libsa : loadfile.c Log message: do not load unneeded stringtab sections; avoids backward seeking; from netbsd; tested by miod@ and martin@; deraadt@ ok CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/30 11:43:41 Modified files: sbin/brconfig : brconfig.c Log message: add -A to usage(). thanks to Sven-Volker Nowarra CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/30 11:45:35 Log message: import sdcc 2.6.0 SDCC is an open source retargettable, optimizing ANSI - C compiler. The current version targets the Intel 8051, Zilog Z80, Dallas 80C390, Motorola HC08 and Microchip PIC MCUs. submitted by Andreas Bihlmaier (MAINTAINER) feedback and ok naddy@ Status: Vendor Tag: jasper Release Tags: jasper_20063012 N ports/devel/sdcc/Makefile N ports/devel/sdcc/distinfo N ports/devel/sdcc/patches/patch-sdcc_device_examples_mcs51_simple2_go N ports/devel/sdcc/patches/patch-sdcc_device_examples_mcs51_simple2_test N ports/devel/sdcc/patches/patch-sdcc_device_examples_mcs51_simple_go N ports/devel/sdcc/patches/patch-sdcc_device_examples_mcs51_simple_test N ports/devel/sdcc/patches/patch-sdcc_device_lib_pic16_Makefile_common_in N ports/devel/sdcc/patches/patch-sdcc_device_lib_pic_Makefile_common_in N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_cmd_src_Makefile_in N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_conf N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_configure N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_libltdl_acinclude_m4 N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_libltdl_aclocal_m4 N ports/devel/sdcc/patches/patch-sdcc_sim_ucsim_libltdl_configure N ports/devel/sdcc/pkg/DESCR N ports/devel/sdcc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/30 11:47:50 Modified files: devel : Makefile Log message: add sdcc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/12/30 12:00:36 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: update p5-XML-RSS to 1.22 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/30 12:14:55 Modified files: sys/dev/pci : agp_i810.c Log message: In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the caller has already done this. Test matthieu@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/12/30 12:15:30 Modified files: sys/dev/pci : agp.c Log message: In agp_generic_alloc_memory(), make sure the age_mem structure freshly malloc'ed is completely bzeroed before use. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2006/12/30 12:43:02 Modified files: net/rsync : Makefile Log message: funet.fi samba mirror moved. ok espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/12/30 13:25:59 Added files: archivers/star/patches: patch-include_schily_h patch-star_names_c Log message: avoid __malloc name clash; from star 1.5.x CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/30 13:30:22 Modified files: lib/fontconfig/conf.d: Makefile.am Log message: Enable hinting CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/30 13:30:57 Modified files: lib/fontconfig/conf.d: Makefile.in lib/fontconfig/fc-list: Makefile.in lib/fontconfig/fc-match: Makefile.in Log message: regen CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/30 13:35:34 Modified files: . : i386-laptop.html Log message: update nikolay's entry CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 13:37:46 Modified files: sys/dev/mii : eephy.c Log message: Rewrite eephy(4) to take advantage of generic phy code. Enable auto MDI/MDIX on PHY's that support it. Disable energy detect on PHY's that need it. tested on gem(4), msk(4), nfe(4), sk(4), stge(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 13:39:09 Modified files: sys/dev/pci : if_msk.c Log message: Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY hardware resets. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/30 13:48:09 Modified files: . : i386-laptop.html Log message: update entry for NEC Versa S940, by aurelien6545 at free.fr CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/30 13:53:45 Modified files: . : i386-laptop.html Log message: remove outdated entries from people who lost access to the machine and cannot update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/30 13:56:32 Removed files: lib/fontconfig : fontconfig.spec lib/fontconfig/fc-case: fccase.h lib/fontconfig/fc-glyphname: fcglyphname.h lib/fontconfig/fc-lang: fclang.h Log message: remove more generated files CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 13:59:44 Modified files: sys/dev/mii : ipgphy.c Log message: Only advertise flow control if MIIF_DOPAUSE is set. From brad@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/30 14:03:28 Modified files: . : i386-laptop.html Log message: add Dell Latitude D420, info from aurelien6545 at free.fr CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/30 14:07:07 Modified files: . : i386-laptop.html Log message: remove 2 outdated entries from people whose mail address bounces. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/30 14:19:25 Modified files: sys/arch/sparc64/include: bus.h Log message: Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism. discussed with miod@ who has the same changes hiding in one of his trees. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 15:08:15 Modified files: sys/dev/pci : if_msk.c Log message: Enable jumbo frames (except on the Yukon-2 FE). From brad@ CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2006/12/30 15:18:59 Modified files: . : i386-laptop.html Log message: Update the entry for my IBM X31. Requested by steven@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/30 15:34:53 Modified files: sys/dev/usb : if_rum.c Log message: Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag chain and so a later MFREE() is needed to free the chain again. In this special case we get away by initializing a minimal mbuf header instead of the M_DUP_PKTHDR() because bpf_mtap() does not access the pkthdr. This fixes kettenis@ mtag memory leak on armish. Tested by kettenis@ OK mglocker@ Sounds good jsg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/30 15:43:01 Modified files: sys/dev/ic : acx.c malo.c pgt.c Log message: Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag chain and so a later MFREE() is needed to free the chain again. Just initialize a minimal mbuf header for bpf_mtap(). See earlier rum(4) commit for the full story. OK mglocker@ Sounds good jsg@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/30 15:53:03 Modified files: www/firefox-i18n: Makefile mail/thunderbird-i18n: Makefile Log message: The firefox/thunderbird language packages have to be in sync with the main programs. Fix RUN_DEPENDS so package updates work correctly. Update problem reported by some guy at 23C3 in Berlin. RUN_DEPENDS problem noticed by sturm@. ok sturm@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/30 15:56:05 Modified files: share/man/man4 : malo.4 Log message: Place right firmware names in FILES section for now. We still need to find a better name somewhen. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/12/30 16:04:39 Modified files: sys/dev/mii : brgphy.c ciphy.c ipgphy.c rgephy.c Log message: Set MASTER based on IFM_ETH_MASTER instead of LINK0. ok brad@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/12/30 16:06:07 Modified files: . : events.html Log message: 23C3 is over. It was great and nice as usual. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/30 16:08:06 Modified files: share/man/man4 : bcw.4 Log message: Add URL and names for the new BCM43xx firmware package. Also here, probably not final naming. CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2006/12/30 16:21:49 Modified files: . : events.html Log message: I was at 23C3 as well. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/12/30 16:23:41 Modified files: sys/dev/ic : bcwreg.h Log message: spacing. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/30 16:31:26 Modified files: sys/dev/ic : malo.c Log message: Fix another printf where the format string did not match with the varargs. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2006/12/30 16:37:38 Modified files: lib/libc/net : inet_pton.c Log message: RFC4291 declares that IPv6 numeric representation must have no more than 4 hex digits between colons. deraadt ok CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/30 16:38:43 Log message: Initial import of gmpccaa-0.1.0. This gmpc plugin can fetch the cover art for your music from Amazon. tested & ok by jasper@ Status: Vendor Tag: bernd Release Tags: bernd_2006-dec-31 N ports/audio/gmpccaa/Makefile N ports/audio/gmpccaa/distinfo N ports/audio/gmpccaa/pkg/PLIST N ports/audio/gmpccaa/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/12/30 16:39:56 Modified files: audio : Makefile Log message: +gmpccaa CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/12/30 16:44:58 Modified files: sys/dev/pci : mbg.c Log message: Use the same PCI product name strings we have in pcidevs_data.h for the timedelta sensor desc field and not the full description produced by pci_devinfo() (which gets truncated in this case). There is no need to have the PCi vendor string in the description as this is apparent from the driver name already. problem noticed by deraadt. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/30 18:04:09 Modified files: lang/ruby : Makefile Added files: lang/ruby/patches: patch-lib_rdoc_ri_ri_options_rb Log message: add a missing include to rdoc. from ruby subversion, pointed out by ray@ bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/12/30 18:13:24 Modified files: www/seamonkey : Makefile www/seamonkey/pkg: PLIST-devel PLIST-main Log message: - remove some unused dirs - register the components in the default component registry CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/12/30 20:11:18 Modified files: . : checklist.html Log message: typo CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/30 20:25:58 Modified files: usr.sbin/hostapd: apme.c hostapd.conf.5 hostapd.h parse.y privsep.c Log message: add a channel hopper for wireless interfaces. the channel hopper will jump to the next available channel after a configurable delay for the specified list of wireless "hostap" interfaces, see the new "set hostap hopper" commands in hostapd.conf(5). with help by jsg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/12/30 20:29:19 Modified files: etc : hostapd.conf Log message: add examples for the optional channel hopper CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/12/30 23:47:14 Modified files: sys/dev/i2c : adt7460.c Log message: correct the code to handle the adt7475, which stupidly is missing some of the registers.... tested by dhartmei and others CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/31 01:30:15 Log message: initial import of Pod::Spell 1.01 Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or ""Foo::Bar"" or "hashref"). Status: Vendor Tag: msf Release Tags: msf_20061231 N ports/textproc/p5-Pod-Spell/distinfo N ports/textproc/p5-Pod-Spell/Makefile N ports/textproc/p5-Pod-Spell/pkg/PLIST N ports/textproc/p5-Pod-Spell/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/31 01:31:58 Modified files: textproc : Makefile Log message: +p5-Pod-Tests CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/31 01:38:28 Log message: initial import of Test::Spelling 0.11 "Test::Spelling" lets you check the spelling of a POD file, and report its results in standard "Test::Simple" fashion. Status: Vendor Tag: msf Release Tags: msf_20061231 N ports/devel/p5-Test-Spelling/distinfo N ports/devel/p5-Test-Spelling/Makefile N ports/devel/p5-Test-Spelling/pkg/PLIST N ports/devel/p5-Test-Spelling/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/12/31 01:40:34 Modified files: devel : Makefile Log message: +p5-Test-Spelling CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 02:47:13 Modified files: xserver : Makefile.bsd-wrapper Log message: Fix xkb data files locations. Problem noticed by Pierre-Yves Dampure and Frederick C Druseikis who also sent a patch. Thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:17:17 Modified files: etc/mtree : BSD.etc-x11.dist BSD.x11.dist Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:31:24 Modified files: distrib/sets/lists/xbase: md.amd64 mi distrib/sets/lists/xetc: mi distrib/sets/lists/xserv: md.amd64 distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/31 03:32:42 Log message: Import hiawatha-5.4 Hiawatha is a secure webserver for Unix. It has been written with 'being secure' as its main goal. Hiawatha has many security features that no other webserver has. Hiawatha does not have all the fancy features, but it is very secure and fast and is really easy to configure. Rootjail, run CGIs under any uid/gid you want, prevention of SQL injection and cross-site scripting, banning of clients who try such exploits and many other features make Hiawatha an interesting webserver for those who need more security than what the other available webservers are offering. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061231 N ports/www/hiawatha/distinfo N ports/www/hiawatha/Makefile N ports/www/hiawatha/pkg/PLIST N ports/www/hiawatha/pkg/DESCR N ports/www/hiawatha/patches/patch-Makefile_in N ports/www/hiawatha/patches/patch-etc_hiawatha_httpd_conf_in N ports/www/hiawatha/patches/patch-etc_hiawatha_cgi_wrapper_conf N ports/www/hiawatha/patches/patch-doc_hiawatha_1 N ports/www/hiawatha/patches/patch-doc_cgi_wrapper_1 N ports/www/hiawatha/patches/patch-serverconfig_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/31 03:34:26 Modified files: infrastructure/db: user.list Log message: Add _hiawatha (www/hiawatha) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/31 03:35:04 Modified files: www : Makefile Log message: Add hiawatha CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:38:18 Modified files: share/mk : bsd.xorg.mk Log message: - XORG_PREFIX is now X11BASE - define X11ETC here to avoid bootstrap problems noticed by Pierre-Yves Dampure and Frederick C. Druseikis. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:40:23 Modified files: . : Makefile Log message: Remove redundant X11BASE setting. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/31 03:41:52 Modified files: share/man/man8 : netstart.8 Log message: - newly-created -> newly created - hostname.if(5) and bridgename.if(5) are the same files, so don;t list them both in SEE ALSO - +.Xr ifconfig 8 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/12/31 03:44:52 Modified files: sbin/brconfig : brconfig.c Log message: -A before -a; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/31 03:47:39 Modified files: comms/jpilot : Makefile Added files: comms/jpilot/patches: patch-print_c Log message: - fix a bug where jpilot didn't print the last page when ghostscript was used ; corrected upstream patch by David Fries via todd@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:52:07 Modified files: . : Makefile Log message: set X11BASE explicitely when installing bsd.xorg.mk, because the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 03:55:41 Modified files: share/mk : bsd.xorg.mk Log message: - don't include bsd.own.mk twice - don't define X11BASE and X11ETC twice - remove --enable-maintainer-mode from configure args and factorize the config.status rule CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/31 06:12:35 Modified files: infrastructure/mk: bsd.port.mk Log message: prefer subpackage-dependent version of variables for substitutions. this lets the correct PREFIX be substituted in packages, among other things. Problem discovered in php5-extensions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/12/31 06:15:38 Modified files: www/php5/extensions: Makefile Log message: fix MESSAGEs using new substitution feature CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 06:36:52 Modified files: . : 3RDPARTY Log message: update Mesa information CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 06:55:44 Modified files: . : Makefile Log message: More fixes: - install bsd.xorg.mk in DESTDIR in postinstall - don't use dependencies in postinstall CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 07:27:17 Modified files: sys/dev/ic : acx.c Log message: Bye bye unused acx_shutdown() we won't miss you. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 07:58:38 Log message: Fontconfig 2.4.2 Status: Vendor Tag: fontconfig Release Tags: v2_4_2 U xenocara/lib/fontconfig/README U xenocara/lib/fontconfig/configure.in U xenocara/lib/fontconfig/aclocal.m4 U xenocara/lib/fontconfig/Makefile.am C xenocara/lib/fontconfig/Makefile.in U xenocara/lib/fontconfig/config.h.in U xenocara/lib/fontconfig/fontconfig-zip.in U xenocara/lib/fontconfig/fontconfig.pc.in U xenocara/lib/fontconfig/fontconfig.spec.in U xenocara/lib/fontconfig/fonts.conf.in C xenocara/lib/fontconfig/configure U xenocara/lib/fontconfig/AUTHORS U xenocara/lib/fontconfig/COPYING U xenocara/lib/fontconfig/ChangeLog C xenocara/lib/fontconfig/INSTALL U xenocara/lib/fontconfig/NEWS U xenocara/lib/fontconfig/config.guess C xenocara/lib/fontconfig/config.sub U xenocara/lib/fontconfig/depcomp U xenocara/lib/fontconfig/install-sh U xenocara/lib/fontconfig/ltmain.sh U xenocara/lib/fontconfig/missing U xenocara/lib/fontconfig/fonts.dtd C xenocara/lib/fontconfig/fontconfig.spec C xenocara/lib/fontconfig/doc/Makefile.am C xenocara/lib/fontconfig/doc/Makefile.in U xenocara/lib/fontconfig/doc/version.sgml.in U xenocara/lib/fontconfig/doc/edit-sgml.c U xenocara/lib/fontconfig/doc/FcAtomicCreate.3 U xenocara/lib/fontconfig/doc/FcAtomicLock.3 U xenocara/lib/fontconfig/doc/FcAtomicNewFile.3 U xenocara/lib/fontconfig/doc/FcAtomicOrigFile.3 U xenocara/lib/fontconfig/doc/FcAtomicReplaceOrig.3 U xenocara/lib/fontconfig/doc/FcAtomicDeleteNew.3 U xenocara/lib/fontconfig/doc/FcAtomicUnlock.3 U xenocara/lib/fontconfig/doc/FcAtomicDestroy.3 U xenocara/lib/fontconfig/doc/FcBlanksCreate.3 U xenocara/lib/fontconfig/doc/FcBlanksDestroy.3 U xenocara/lib/fontconfig/doc/FcBlanksAdd.3 U xenocara/lib/fontconfig/doc/FcBlanksIsMember.3 U xenocara/lib/fontconfig/doc/FcCharSetCreate.3 U xenocara/lib/fontconfig/doc/FcCharSetDestroy.3 U xenocara/lib/fontconfig/doc/FcCharSetAddChar.3 U xenocara/lib/fontconfig/doc/FcCharSetCopy.3 U xenocara/lib/fontconfig/doc/FcCharSetEqual.3 U xenocara/lib/fontconfig/doc/FcCharSetIntersect.3 U xenocara/lib/fontconfig/doc/FcCharSetUnion.3 U xenocara/lib/fontconfig/doc/FcCharSetSubtract.3 U xenocara/lib/fontconfig/doc/FcCharSetHasChar.3 U xenocara/lib/fontconfig/doc/FcCharSetCount.3 U xenocara/lib/fontconfig/doc/FcCharSetIntersectCount.3 U xenocara/lib/fontconfig/doc/FcCharSetSubtractCount.3 U xenocara/lib/fontconfig/doc/FcCharSetIsSubset.3 U xenocara/lib/fontconfig/doc/FcCharSetFirstPage.3 U xenocara/lib/fontconfig/doc/FcCharSetNextPage.3 U xenocara/lib/fontconfig/doc/FcConfigCreate.3 U xenocara/lib/fontconfig/doc/FcConfigDestroy.3 U xenocara/lib/fontconfig/doc/FcConfigSetCurrent.3 U xenocara/lib/fontconfig/doc/FcConfigGetCurrent.3 U xenocara/lib/fontconfig/doc/FcConfigUptoDate.3 U xenocara/lib/fontconfig/doc/FcConfigBuildFonts.3 U xenocara/lib/fontconfig/doc/FcConfigGetConfigDirs.3 U xenocara/lib/fontconfig/doc/FcConfigGetFontDirs.3 U xenocara/lib/fontconfig/doc/FcConfigGetConfigFiles.3 U xenocara/lib/fontconfig/doc/FcConfigGetCache.3 U xenocara/lib/fontconfig/doc/FcConfigGetFonts.3 U xenocara/lib/fontconfig/doc/FcConfigGetBlanks.3 U xenocara/lib/fontconfig/doc/FcConfigGetRescanInverval.3 U xenocara/lib/fontconfig/doc/FcConfigSetRescanInverval.3 U xenocara/lib/fontconfig/doc/FcConfigAppFontAddFile.3 U xenocara/lib/fontconfig/doc/FcConfigAppFontAddDir.3 U xenocara/lib/fontconfig/doc/FcConfigAppFontClear.3 U xenocara/lib/fontconfig/doc/FcConfigSubstituteWithPat.3 U xenocara/lib/fontconfig/doc/FcFontMatch.3 U xenocara/lib/fontconfig/doc/FcConfigSubstitute.3 U xenocara/lib/fontconfig/doc/FcFontSort.3 U xenocara/lib/fontconfig/doc/FcFontRenderPrepare.3 U xenocara/lib/fontconfig/doc/FcFontList.3 U xenocara/lib/fontconfig/doc/FcConfigFilename.3 U xenocara/lib/fontconfig/doc/FcConfigParseAndLoad.3 U xenocara/lib/fontconfig/doc/FcNameRegisterConstants.3 U xenocara/lib/fontconfig/doc/FcNameUnregisterConstants.3 U xenocara/lib/fontconfig/doc/FcNameGetConstant.3 U xenocara/lib/fontconfig/doc/FcNameConstant.3 U xenocara/lib/fontconfig/doc/FcFileScan.3 U xenocara/lib/fontconfig/doc/FcDirScan.3 U xenocara/lib/fontconfig/doc/FcDirSave.3 U xenocara/lib/fontconfig/doc/FcDirCacheValid.3 U xenocara/lib/fontconfig/doc/FcFontSetCreate.3 U xenocara/lib/fontconfig/doc/FcFontSetDestroy.3 U xenocara/lib/fontconfig/doc/FcFontSetAdd.3 U xenocara/lib/fontconfig/doc/FcFreeTypeCharIndex.3 U xenocara/lib/fontconfig/doc/FcFreeTypeCharSet.3 U xenocara/lib/fontconfig/doc/FcFreeTypeQuery.3 N xenocara/lib/fontconfig/doc/FcFreeTypeQueryFace.3 U xenocara/lib/fontconfig/doc/FcInitLoadConfig.3 U xenocara/lib/fontconfig/doc/FcInitLoadConfigAndFonts.3 U xenocara/lib/fontconfig/doc/FcInit.3 U xenocara/lib/fontconfig/doc/FcFini.3 U xenocara/lib/fontconfig/doc/FcGetVersion.3 U xenocara/lib/fontconfig/doc/FcInitReinitialize.3 U xenocara/lib/fontconfig/doc/FcInitBringUptoDate.3 U xenocara/lib/fontconfig/doc/FcMatrixInit.3 U xenocara/lib/fontconfig/doc/FcMatrixCopy.3 U xenocara/lib/fontconfig/doc/FcMatrixEqual.3 U xenocara/lib/fontconfig/doc/FcMatrixMultiply.3 U xenocara/lib/fontconfig/doc/FcMatrixRotate.3 U xenocara/lib/fontconfig/doc/FcMatrixScale.3 U xenocara/lib/fontconfig/doc/FcMatrixShear.3 U xenocara/lib/fontconfig/doc/FcObjectSetCreate.3 U xenocara/lib/fontconfig/doc/FcObjectSetAdd.3 U xenocara/lib/fontconfig/doc/FcObjectSetBuild.3 U xenocara/lib/fontconfig/doc/FcObjectSetDestroy.3 U xenocara/lib/fontconfig/doc/FcNameRegisterObjectTypes.3 U xenocara/lib/fontconfig/doc/FcNameUnregisterObjectTypes.3 U xenocara/lib/fontconfig/doc/FcNameGetObjectType.3 U xenocara/lib/fontconfig/doc/FcPatternCreate.3 U xenocara/lib/fontconfig/doc/FcPatternDestroy.3 U xenocara/lib/fontconfig/doc/FcPatternEqual.3 U xenocara/lib/fontconfig/doc/FcPatternEqualSubset.3 U xenocara/lib/fontconfig/doc/FcPatternHash.3 U xenocara/lib/fontconfig/doc/FcPatternAdd.3 U xenocara/lib/fontconfig/doc/FcPatternAddWeak.3 U xenocara/lib/fontconfig/doc/FcPatternAdd-Type.3 U xenocara/lib/fontconfig/doc/FcPatternGet.3 U xenocara/lib/fontconfig/doc/FcPatternGet-Type.3 U xenocara/lib/fontconfig/doc/FcPatternBuild.3 U xenocara/lib/fontconfig/doc/FcPatternDel.3 U xenocara/lib/fontconfig/doc/FcUtf8Len.3 U xenocara/lib/fontconfig/doc/FcPatternRemove.3 U xenocara/lib/fontconfig/doc/FcPatternPrint.3 U xenocara/lib/fontconfig/doc/FcDefaultSubstitute.3 U xenocara/lib/fontconfig/doc/FcNameParse.3 U xenocara/lib/fontconfig/doc/FcNameUnparse.3 U xenocara/lib/fontconfig/doc/FcUtf8ToUcs4.3 U xenocara/lib/fontconfig/doc/FcUcs4ToUtf8.3 U xenocara/lib/fontconfig/doc/FcUtf16ToUcs4.3 U xenocara/lib/fontconfig/doc/FcUtf16Len.3 U xenocara/lib/fontconfig/doc/FcStrCopy.3 U xenocara/lib/fontconfig/doc/FcStrDowncase.3 U xenocara/lib/fontconfig/doc/FcStrCopyFilename.3 U xenocara/lib/fontconfig/doc/FcStrCmpIgnoreCase.3 U xenocara/lib/fontconfig/doc/FcStrStr.3 U xenocara/lib/fontconfig/doc/FcStrStrIgnoreCase.3 U xenocara/lib/fontconfig/doc/FcStrDirname.3 U xenocara/lib/fontconfig/doc/FcStrBasename.3 U xenocara/lib/fontconfig/doc/FcStrSetCreate.3 U xenocara/lib/fontconfig/doc/FcStrSetMember.3 U xenocara/lib/fontconfig/doc/fcfile.fncs U xenocara/lib/fontconfig/doc/FcStrSetAdd.3 U xenocara/lib/fontconfig/doc/FcStrSetAddFilename.3 U xenocara/lib/fontconfig/doc/FcStrSetDel.3 U xenocara/lib/fontconfig/doc/FcStrSetDestroy.3 U xenocara/lib/fontconfig/doc/FcStrListCreate.3 U xenocara/lib/fontconfig/doc/FcStrListNext.3 U xenocara/lib/fontconfig/doc/FcStrListDone.3 U xenocara/lib/fontconfig/doc/FcValueDestroy.3 U xenocara/lib/fontconfig/doc/FcValueSave.3 U xenocara/lib/fontconfig/doc/fonts-conf.5 U xenocara/lib/fontconfig/doc/fontconfig-user.txt U xenocara/lib/fontconfig/doc/fontconfig-devel.txt U xenocara/lib/fontconfig/doc/fontconfig-user.pdf U xenocara/lib/fontconfig/doc/fontconfig-devel.pdf U xenocara/lib/fontconfig/doc/fontconfig-user.html U xenocara/lib/fontconfig/doc/fontconfig-user.sgml U xenocara/lib/fontconfig/doc/fontconfig-devel.sgml U xenocara/lib/fontconfig/doc/fcatomic.fncs U xenocara/lib/fontconfig/doc/fcblanks.fncs U xenocara/lib/fontconfig/doc/fccharset.fncs U xenocara/lib/fontconfig/doc/fcconfig.fncs U xenocara/lib/fontconfig/doc/fcconstant.fncs U xenocara/lib/fontconfig/doc/fcfontset.fncs U xenocara/lib/fontconfig/doc/fcfreetype.fncs U xenocara/lib/fontconfig/doc/fcinit.fncs U xenocara/lib/fontconfig/doc/fcmatrix.fncs U xenocara/lib/fontconfig/doc/fcobjectset.fncs U xenocara/lib/fontconfig/doc/fcobjecttype.fncs U xenocara/lib/fontconfig/doc/fcpattern.fncs U xenocara/lib/fontconfig/doc/fcstring.fncs U xenocara/lib/fontconfig/doc/fcstrset.fncs U xenocara/lib/fontconfig/doc/fcvalue.fncs U xenocara/lib/fontconfig/doc/func.sgml U xenocara/lib/fontconfig/doc/confdir.sgml.in U xenocara/lib/fontconfig/doc/fontconfig-devel/index.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r1011.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1038.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1069.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1091.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1117.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1139.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1162.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1186.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1209.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r120.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1234.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1259.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1284.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1309.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1334.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1356.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1381.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1406.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r141.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r1431.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1458.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1489.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1512.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1535.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1561.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1590.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1620.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r162.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1650.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1683.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1704.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1725.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1747.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1768.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1790.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1811.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1833.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r183.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1855.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1877.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1898.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1922.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1943.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1965.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r1988.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2011.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2034.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r204.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2055.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2084.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2109.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2137.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2174.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r2205.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2232.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2256.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r225.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2282.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2306.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2330.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2355.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2379.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2403.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2425.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2453.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2474.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2495.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r249.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2518.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2544.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2566.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2588.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2610.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2632.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2654.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2675.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2696.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r270.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2721.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2757.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2792.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2820.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2845.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2866.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2891.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2916.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r291.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2941.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2967.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r2989.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3011.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3033.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3058.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3087.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3112.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3144.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r316.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3177.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3213.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3236.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3258.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3281.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3306.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3333.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3360.html N xenocara/lib/fontconfig/doc/fontconfig-devel/r3382.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r344.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r365.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r393.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r422.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r497.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r527.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r614.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r655.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r678.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r703.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r724.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r752.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r774.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r798.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r819.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r840.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r866.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r887.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r910.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r931.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r965.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r988.html U xenocara/lib/fontconfig/doc/fontconfig-devel/r99.html U xenocara/lib/fontconfig/doc/fontconfig-devel/x19.html U xenocara/lib/fontconfig/doc/fontconfig-devel/x31.html U xenocara/lib/fontconfig/doc/fontconfig-devel/x93.html U xenocara/lib/fontconfig/fontconfig/fontconfig.h U xenocara/lib/fontconfig/fontconfig/fcfreetype.h U xenocara/lib/fontconfig/fontconfig/fcprivate.h U xenocara/lib/fontconfig/fontconfig/Makefile.am U xenocara/lib/fontconfig/fontconfig/Makefile.in U xenocara/lib/fontconfig/fc-case/fccase.h U xenocara/lib/fontconfig/fc-case/Makefile.am U xenocara/lib/fontconfig/fc-case/Makefile.in U xenocara/lib/fontconfig/fc-case/fc-case.c U xenocara/lib/fontconfig/fc-case/fccase.tmpl.h U xenocara/lib/fontconfig/fc-case/CaseFolding.txt U xenocara/lib/fontconfig/fc-lang/fclang.h U xenocara/lib/fontconfig/fc-lang/Makefile.am U xenocara/lib/fontconfig/fc-lang/Makefile.in U xenocara/lib/fontconfig/fc-lang/fc-lang.c U xenocara/lib/fontconfig/fc-lang/fclang.tmpl.h U xenocara/lib/fontconfig/fc-lang/aa.orth U xenocara/lib/fontconfig/fc-lang/ab.orth U xenocara/lib/fontconfig/fc-lang/af.orth U xenocara/lib/fontconfig/fc-lang/am.orth U xenocara/lib/fontconfig/fc-lang/ar.orth U xenocara/lib/fontconfig/fc-lang/as.orth U xenocara/lib/fontconfig/fc-lang/ast.orth U xenocara/lib/fontconfig/fc-lang/ava.orth U xenocara/lib/fontconfig/fc-lang/ay.orth U xenocara/lib/fontconfig/fc-lang/az.orth U xenocara/lib/fontconfig/fc-lang/az_ir.orth U xenocara/lib/fontconfig/fc-lang/ba.orth U xenocara/lib/fontconfig/fc-lang/bam.orth U xenocara/lib/fontconfig/fc-lang/be.orth U xenocara/lib/fontconfig/fc-lang/bg.orth U xenocara/lib/fontconfig/fc-lang/bh.orth U xenocara/lib/fontconfig/fc-lang/bho.orth U xenocara/lib/fontconfig/fc-lang/bi.orth U xenocara/lib/fontconfig/fc-lang/bin.orth U xenocara/lib/fontconfig/fc-lang/bn.orth U xenocara/lib/fontconfig/fc-lang/bo.orth U xenocara/lib/fontconfig/fc-lang/br.orth U xenocara/lib/fontconfig/fc-lang/bs.orth U xenocara/lib/fontconfig/fc-lang/bua.orth U xenocara/lib/fontconfig/fc-lang/ca.orth U xenocara/lib/fontconfig/fc-lang/ce.orth U xenocara/lib/fontconfig/fc-lang/ch.orth U xenocara/lib/fontconfig/fc-lang/chm.orth U xenocara/lib/fontconfig/fc-lang/chr.orth U xenocara/lib/fontconfig/fc-lang/co.orth U xenocara/lib/fontconfig/fc-lang/cs.orth U xenocara/lib/fontconfig/fc-lang/cu.orth U xenocara/lib/fontconfig/fc-lang/cv.orth U xenocara/lib/fontconfig/fc-lang/cy.orth U xenocara/lib/fontconfig/fc-lang/da.orth U xenocara/lib/fontconfig/fc-lang/de.orth U xenocara/lib/fontconfig/fc-lang/dz.orth U xenocara/lib/fontconfig/fc-lang/el.orth U xenocara/lib/fontconfig/fc-lang/en.orth U xenocara/lib/fontconfig/fc-lang/eo.orth U xenocara/lib/fontconfig/fc-lang/es.orth U xenocara/lib/fontconfig/fc-lang/et.orth U xenocara/lib/fontconfig/fc-lang/eu.orth U xenocara/lib/fontconfig/fc-lang/fa.orth U xenocara/lib/fontconfig/fc-lang/fi.orth U xenocara/lib/fontconfig/fc-lang/fj.orth U xenocara/lib/fontconfig/fc-lang/fo.orth U xenocara/lib/fontconfig/fc-lang/fr.orth U xenocara/lib/fontconfig/fc-lang/ful.orth U xenocara/lib/fontconfig/fc-lang/fur.orth U xenocara/lib/fontconfig/fc-lang/fy.orth U xenocara/lib/fontconfig/fc-lang/ga.orth U xenocara/lib/fontconfig/fc-lang/gd.orth U xenocara/lib/fontconfig/fc-lang/gez.orth U xenocara/lib/fontconfig/fc-lang/gl.orth U xenocara/lib/fontconfig/fc-lang/gn.orth U xenocara/lib/fontconfig/fc-lang/gu.orth U xenocara/lib/fontconfig/fc-lang/gv.orth U xenocara/lib/fontconfig/fc-lang/ha.orth U xenocara/lib/fontconfig/fc-lang/haw.orth U xenocara/lib/fontconfig/fc-lang/he.orth U xenocara/lib/fontconfig/fc-lang/hi.orth U xenocara/lib/fontconfig/fc-lang/ho.orth U xenocara/lib/fontconfig/fc-lang/hr.orth U xenocara/lib/fontconfig/fc-lang/hu.orth U xenocara/lib/fontconfig/fc-lang/hy.orth U xenocara/lib/fontconfig/fc-lang/ia.orth U xenocara/lib/fontconfig/fc-lang/ibo.orth U xenocara/lib/fontconfig/fc-lang/id.orth U xenocara/lib/fontconfig/fc-lang/ie.orth U xenocara/lib/fontconfig/fc-lang/ik.orth U xenocara/lib/fontconfig/fc-lang/io.orth U xenocara/lib/fontconfig/fc-lang/is.orth U xenocara/lib/fontconfig/fc-lang/it.orth U xenocara/lib/fontconfig/fc-lang/iu.orth U xenocara/lib/fontconfig/fc-lang/ja.orth U xenocara/lib/fontconfig/fc-lang/ka.orth U xenocara/lib/fontconfig/fc-lang/kaa.orth U xenocara/lib/fontconfig/fc-lang/ki.orth U xenocara/lib/fontconfig/fc-lang/kk.orth U xenocara/lib/fontconfig/fc-lang/kl.orth U xenocara/lib/fontconfig/fc-lang/km.orth U xenocara/lib/fontconfig/fc-lang/kn.orth U xenocara/lib/fontconfig/fc-lang/ko.orth U xenocara/lib/fontconfig/fc-lang/kok.orth U xenocara/lib/fontconfig/fc-lang/ks.orth U xenocara/lib/fontconfig/fc-lang/ku.orth U xenocara/lib/fontconfig/fc-lang/ku_ir.orth U xenocara/lib/fontconfig/fc-lang/kum.orth U xenocara/lib/fontconfig/fc-lang/kv.orth U xenocara/lib/fontconfig/fc-lang/kw.orth U xenocara/lib/fontconfig/fc-lang/ky.orth U xenocara/lib/fontconfig/fc-lang/la.orth U xenocara/lib/fontconfig/fc-lang/lb.orth U xenocara/lib/fontconfig/fc-lang/lez.orth U xenocara/lib/fontconfig/fc-lang/ln.orth U xenocara/lib/fontconfig/fc-lang/lo.orth U xenocara/lib/fontconfig/fc-lang/lt.orth U xenocara/lib/fontconfig/fc-lang/lv.orth U xenocara/lib/fontconfig/fc-lang/mg.orth U xenocara/lib/fontconfig/fc-lang/mh.orth U xenocara/lib/fontconfig/fc-lang/mi.orth U xenocara/lib/fontconfig/fc-lang/mk.orth U xenocara/lib/fontconfig/fc-lang/ml.orth U xenocara/lib/fontconfig/fc-lang/mn.orth U xenocara/lib/fontconfig/fc-lang/mo.orth U xenocara/lib/fontconfig/fc-lang/mr.orth U xenocara/lib/fontconfig/fc-lang/mt.orth U xenocara/lib/fontconfig/fc-lang/my.orth U xenocara/lib/fontconfig/fc-lang/nb.orth U xenocara/lib/fontconfig/fc-lang/nds.orth U xenocara/lib/fontconfig/fc-lang/ne.orth U xenocara/lib/fontconfig/fc-lang/nl.orth U xenocara/lib/fontconfig/fc-lang/nn.orth U xenocara/lib/fontconfig/fc-lang/no.orth U xenocara/lib/fontconfig/fc-lang/ny.orth U xenocara/lib/fontconfig/fc-lang/oc.orth U xenocara/lib/fontconfig/fc-lang/om.orth U xenocara/lib/fontconfig/fc-lang/or.orth U xenocara/lib/fontconfig/fc-lang/os.orth U xenocara/lib/fontconfig/fc-lang/pa.orth U xenocara/lib/fontconfig/fc-lang/pl.orth U xenocara/lib/fontconfig/fc-lang/ps_af.orth U xenocara/lib/fontconfig/fc-lang/ps_pk.orth U xenocara/lib/fontconfig/fc-lang/pt.orth U xenocara/lib/fontconfig/fc-lang/rm.orth U xenocara/lib/fontconfig/fc-lang/ro.orth U xenocara/lib/fontconfig/fc-lang/ru.orth U xenocara/lib/fontconfig/fc-lang/sa.orth U xenocara/lib/fontconfig/fc-lang/sah.orth U xenocara/lib/fontconfig/fc-lang/sco.orth U xenocara/lib/fontconfig/fc-lang/se.orth U xenocara/lib/fontconfig/fc-lang/sel.orth U xenocara/lib/fontconfig/fc-lang/sh.orth U xenocara/lib/fontconfig/fc-lang/si.orth U xenocara/lib/fontconfig/fc-lang/sk.orth U xenocara/lib/fontconfig/fc-lang/sl.orth U xenocara/lib/fontconfig/fc-lang/sm.orth U xenocara/lib/fontconfig/fc-lang/sma.orth U xenocara/lib/fontconfig/fc-lang/smj.orth U xenocara/lib/fontconfig/fc-lang/smn.orth U xenocara/lib/fontconfig/fc-lang/so.orth U xenocara/lib/fontconfig/fc-lang/sms.orth U xenocara/lib/fontconfig/fc-lang/sq.orth U xenocara/lib/fontconfig/fc-lang/sr.orth U xenocara/lib/fontconfig/fc-lang/sv.orth U xenocara/lib/fontconfig/fc-lang/sw.orth U xenocara/lib/fontconfig/fc-lang/syr.orth U xenocara/lib/fontconfig/fc-lang/ta.orth U xenocara/lib/fontconfig/fc-lang/te.orth U xenocara/lib/fontconfig/fc-lang/tg.orth U xenocara/lib/fontconfig/fc-lang/th.orth U xenocara/lib/fontconfig/fc-lang/ti_er.orth U xenocara/lib/fontconfig/fc-lang/ti_et.orth U xenocara/lib/fontconfig/fc-lang/tig.orth U xenocara/lib/fontconfig/fc-lang/tk.orth U xenocara/lib/fontconfig/fc-lang/tl.orth U xenocara/lib/fontconfig/fc-lang/tn.orth U xenocara/lib/fontconfig/fc-lang/to.orth U xenocara/lib/fontconfig/fc-lang/tr.orth U xenocara/lib/fontconfig/fc-lang/ts.orth U xenocara/lib/fontconfig/fc-lang/tt.orth U xenocara/lib/fontconfig/fc-lang/tw.orth U xenocara/lib/fontconfig/fc-lang/tyv.orth U xenocara/lib/fontconfig/fc-lang/ug.orth U xenocara/lib/fontconfig/fc-lang/uk.orth U xenocara/lib/fontconfig/fc-lang/ur.orth U xenocara/lib/fontconfig/fc-lang/uz.orth U xenocara/lib/fontconfig/fc-lang/ven.orth U xenocara/lib/fontconfig/fc-lang/vi.orth U xenocara/lib/fontconfig/fc-lang/vo.orth U xenocara/lib/fontconfig/fc-lang/vot.orth U xenocara/lib/fontconfig/fc-lang/wa.orth U xenocara/lib/fontconfig/fc-lang/wen.orth U xenocara/lib/fontconfig/fc-lang/wo.orth U xenocara/lib/fontconfig/fc-lang/xh.orth U xenocara/lib/fontconfig/fc-lang/yap.orth U xenocara/lib/fontconfig/fc-lang/yi.orth U xenocara/lib/fontconfig/fc-lang/yo.orth U xenocara/lib/fontconfig/fc-lang/zh_cn.orth U xenocara/lib/fontconfig/fc-lang/zh_hk.orth U xenocara/lib/fontconfig/fc-lang/zh_mo.orth U xenocara/lib/fontconfig/fc-lang/zh_sg.orth U xenocara/lib/fontconfig/fc-lang/zh_tw.orth U xenocara/lib/fontconfig/fc-lang/zu.orth U xenocara/lib/fontconfig/fc-glyphname/fcglyphname.h U xenocara/lib/fontconfig/fc-glyphname/Makefile.am U xenocara/lib/fontconfig/fc-glyphname/Makefile.in U xenocara/lib/fontconfig/fc-glyphname/fc-glyphname.c U xenocara/lib/fontconfig/fc-glyphname/fcglyphname.tmpl.h U xenocara/lib/fontconfig/fc-glyphname/zapfdingbats.txt U xenocara/lib/fontconfig/fc-arch/fcarch.h U xenocara/lib/fontconfig/fc-arch/Makefile.am U xenocara/lib/fontconfig/fc-arch/Makefile.in U xenocara/lib/fontconfig/fc-arch/fc-arch.c U xenocara/lib/fontconfig/fc-arch/fcarch.tmpl.h U xenocara/lib/fontconfig/src/fcint.h C xenocara/lib/fontconfig/src/Makefile.am C xenocara/lib/fontconfig/src/Makefile.in U xenocara/lib/fontconfig/src/fcatomic.c U xenocara/lib/fontconfig/src/fcblanks.c U xenocara/lib/fontconfig/src/fccache.c U xenocara/lib/fontconfig/src/fccfg.c U xenocara/lib/fontconfig/src/fccharset.c U xenocara/lib/fontconfig/src/fcdbg.c U xenocara/lib/fontconfig/src/fcdefault.c U xenocara/lib/fontconfig/src/fcdir.c U xenocara/lib/fontconfig/src/fcfreetype.c U xenocara/lib/fontconfig/src/fcfs.c U xenocara/lib/fontconfig/src/fcinit.c U xenocara/lib/fontconfig/src/fclang.c U xenocara/lib/fontconfig/src/fclist.c U xenocara/lib/fontconfig/src/fcmatch.c U xenocara/lib/fontconfig/src/fcmatrix.c U xenocara/lib/fontconfig/src/fcname.c U xenocara/lib/fontconfig/src/fcpat.c U xenocara/lib/fontconfig/src/fcserialize.c U xenocara/lib/fontconfig/src/fcstr.c U xenocara/lib/fontconfig/src/fcxml.c U xenocara/lib/fontconfig/src/ftglue.h U xenocara/lib/fontconfig/src/ftglue.c U xenocara/lib/fontconfig/src/makealias U xenocara/lib/fontconfig/fc-cache/Makefile.am U xenocara/lib/fontconfig/fc-cache/Makefile.in U xenocara/lib/fontconfig/fc-cache/fc-cache.c U xenocara/lib/fontconfig/fc-cache/fc-cache.sgml U xenocara/lib/fontconfig/fc-cat/Makefile.am U xenocara/lib/fontconfig/fc-cat/Makefile.in U xenocara/lib/fontconfig/fc-cat/fc-cat.c U xenocara/lib/fontconfig/fc-cat/fc-cat.sgml U xenocara/lib/fontconfig/fc-list/Makefile.am U xenocara/lib/fontconfig/fc-list/Makefile.in U xenocara/lib/fontconfig/fc-list/fc-list.c U xenocara/lib/fontconfig/fc-list/fc-list.sgml U xenocara/lib/fontconfig/fc-match/Makefile.am U xenocara/lib/fontconfig/fc-match/Makefile.in U xenocara/lib/fontconfig/fc-match/fc-match.c U xenocara/lib/fontconfig/fc-match/fc-match.sgml U xenocara/lib/fontconfig/conf.d/README U xenocara/lib/fontconfig/conf.d/Makefile.am U xenocara/lib/fontconfig/conf.d/Makefile.in U xenocara/lib/fontconfig/conf.d/10-autohint.conf U xenocara/lib/fontconfig/conf.d/10-no-sub-pixel.conf U xenocara/lib/fontconfig/conf.d/10-sub-pixel-bgr.conf U xenocara/lib/fontconfig/conf.d/10-sub-pixel-rgb.conf U xenocara/lib/fontconfig/conf.d/10-sub-pixel-vbgr.conf U xenocara/lib/fontconfig/conf.d/10-sub-pixel-vrgb.conf U xenocara/lib/fontconfig/conf.d/10-unhinted.conf U xenocara/lib/fontconfig/conf.d/20-fix-globaladvance.conf U xenocara/lib/fontconfig/conf.d/20-lohit-gujarati.conf U xenocara/lib/fontconfig/conf.d/20-unhint-small-vera.conf U xenocara/lib/fontconfig/conf.d/30-amt-aliases.conf U xenocara/lib/fontconfig/conf.d/30-urw-aliases.conf U xenocara/lib/fontconfig/conf.d/40-generic.conf U xenocara/lib/fontconfig/conf.d/49-sansserif.conf U xenocara/lib/fontconfig/conf.d/50-user.conf U xenocara/lib/fontconfig/conf.d/51-local.conf U xenocara/lib/fontconfig/conf.d/60-latin.conf U xenocara/lib/fontconfig/conf.d/65-fonts-persian.conf U xenocara/lib/fontconfig/conf.d/65-nonlatin.conf U xenocara/lib/fontconfig/conf.d/69-unifont.conf U xenocara/lib/fontconfig/conf.d/70-no-bitmaps.conf U xenocara/lib/fontconfig/conf.d/70-yes-bitmaps.conf U xenocara/lib/fontconfig/conf.d/80-delicious.conf U xenocara/lib/fontconfig/conf.d/90-synthetic.conf U xenocara/lib/fontconfig/test/Makefile.am U xenocara/lib/fontconfig/test/Makefile.in U xenocara/lib/fontconfig/test/run-test.sh U xenocara/lib/fontconfig/test/4x6.pcf U xenocara/lib/fontconfig/test/8x16.pcf U xenocara/lib/fontconfig/test/out.expected U xenocara/lib/fontconfig/test/fonts.conf.in 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jfontconfig:yesterday -jfontconfig xenocara/lib/fontconfig CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/12/31 08:04:33 Modified files: sys/dev/mii : amphy.c brgphy.c ciphy.c ipgphy.c rgephy.c xmphy.c Log message: Bring last few phys into line by calling their XXX_status() functions through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/31 08:11:23 Modified files: usr.bin/cvs : commit.c Log message: minor nits; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 08:32:14 Modified files: lib/fontconfig/src: Makefile.am lib/fontconfig/doc: Makefile.am Log message: resolve conflicts CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 08:32:43 Modified files: lib/fontconfig/src: makealias Log message: Use portable posix regexp with grep CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 08:33:12 Modified files: lib/fontconfig : Makefile.bsd-wrapper Log message: Bump minor (one function added) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/31 08:33:23 Modified files: usr.bin/cvs : admin.c Log message: add support for -m option. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 08:38:00 Modified files: lib/fontconfig : Makefile.in configure lib/fontconfig/doc: Makefile.in lib/fontconfig/src: Makefile.in Removed files: lib/fontconfig/doc: FcConfigNormalizeFontDir.3 lib/fontconfig/doc/fontconfig-devel: r1042.html r1064.html r1090.html r1112.html r1135.html r1159.html r1182.html r1207.html r1232.html r1257.html r1282.html r1307.html r1329.html r1354.html r1379.html r1404.html r1462.html r1485.html r1508.html r1534.html r1563.html r1593.html r1623.html r1656.html r1677.html r1698.html r1720.html r1741.html r1763.html r1784.html r1806.html r1828.html r1850.html r1871.html r1895.html r1916.html r1938.html r1961.html r1984.html r2007.html r2028.html r2057.html r2082.html r2110.html r2147.html r2178.html r2229.html r2252.html r2278.html r2302.html r2326.html r2351.html r2375.html r2399.html r2421.html r2449.html r2470.html r2491.html r2514.html r2540.html r2562.html r2584.html r2606.html r2628.html r2650.html r2671.html r2692.html r2717.html r2753.html r2788.html r2816.html r2841.html r2862.html r2887.html r2912.html r2937.html r2963.html r2985.html r3007.html r3029.html r3054.html r3083.html r3108.html r3140.html r3173.html r3209.html r3232.html r3254.html r3277.html r3302.html r3329.html r3356.html r3378.html lib/fontconfig/src: fontconfig.def.in Log message: regen/merge fontconfig 2.4.2 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/12/31 08:38:11 Modified files: usr.bin/cvs : admin.c Log message: client-side bits might be useful too for -m... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:00:03 Modified files: share/mk : bsd.xorg.mk Log message: Handle CFLAGS and COPTS. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:02:32 Modified files: etc/mtree : BSD.x11.dist distrib/sets/lists/xfont: md.x11r7 Log message: bye bye PEX font dir CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:04:52 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:12:52 Modified files: lib/fontconfig : Makefile.bsd-wrapper lib/fontconfig/doc: Makefile.am Log message: Fix doc build/install (based on a patch from dim@) and re-enable it. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/12/31 09:25:55 Modified files: . : i386-laptop.html Log message: update Acer TravelMate 2303 info and add new entry for IBM Thinkpad 600E from Dmitri A. Alenitchev , thanks CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:27:55 Modified files: sys/dev/ic : malo.c Log message: Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:30:43 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:32:44 Modified files: sys/dev/ic : malo.c Log message: malo_stop() never fails so no need to return an error. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:35:49 Modified files: sys/dev/ic : malo.c Log message: In malo_init() check for firmware loading errors and in case of an error reset the card so that we have a chance that a later malo_init() works. OK mglocker@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 09:42:35 Modified files: . : 3RDPARTY Log message: updated fontconfig CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:42:37 Modified files: sys/dev/ic : malo.c Log message: Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sure that access is done in correct order. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:50:31 Modified files: sys/dev/ic : malo.c Log message: There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores the current state of the card (not running, loading FW, running). Now instead wait after loading the boot firmware for the magical 0x5 to appear. Also add a few missing bus_dmamap_sync() calls. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/12/31 09:58:02 Modified files: sys/dev/ic : malo.c Log message: Add a debug printf to warn when malo_init() fails and resets the card. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/12/31 10:49:16 Modified files: faq : current.html Log message: add the ARM Flag day in the TOC. "sure" drahn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/12/31 12:15:51 Modified files: www/hiawatha : Makefile www/hiawatha/pkg: DESCR Log message: - rewrite pkg/DESCR to make it clear that the security feature of hiawatha is claimed by the author, not OpenBSD - bump PKGNAME idea by Adam on ports@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 12:39:26 Modified files: lib/fontconfig/doc: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2006/12/31 12:57:08 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/31 13:53:05 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Some spaces to tabs and cosmetic tweaking of the code, From brad@. Lots more spacing cleanup by myself. Tested on Power Macintosh 9600 CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/12/31 14:10:37 Modified files: sys/arch/macppc/dev: esp.c Log message: Cover the other case we need to unload the dmamap, in espdmaintr(), While here fix some spacing too. Bus probing and some commands such as eject tested on a Power Macintosh 9600, still unable to mount a cdrom on a SONY CD-ROM model CDU-8003A. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 02:02:03 Modified files: lib/libXaw : configure.ac Log message: add AM_MAINTAINER_MODE CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 02:06:46 Modified files: lib/libXaw : Makefile.in aclocal.m4 config.h.in configure lib/libXaw/include: Makefile.in lib/libXaw/man : Makefile.in lib/libXaw/src : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 03:31:07 Log message: Import libdrm 2.3.0 Status: Vendor Tag: dri Release Tags: v2_3_0 N xenocara/lib/libdrm/README N xenocara/lib/libdrm/configure.ac N xenocara/lib/libdrm/aclocal.m4 N xenocara/lib/libdrm/Makefile.am N xenocara/lib/libdrm/Makefile.in N xenocara/lib/libdrm/libdrm.pc.in N xenocara/lib/libdrm/configure N xenocara/lib/libdrm/config.guess N xenocara/lib/libdrm/config.sub N xenocara/lib/libdrm/depcomp N xenocara/lib/libdrm/install-sh N xenocara/lib/libdrm/ltmain.sh N xenocara/lib/libdrm/missing N xenocara/lib/libdrm/libdrm/xf86drm.h N xenocara/lib/libdrm/libdrm/xf86mm.h N xenocara/lib/libdrm/libdrm/Makefile.am N xenocara/lib/libdrm/libdrm/Makefile.in N xenocara/lib/libdrm/libdrm/config.h.in N xenocara/lib/libdrm/libdrm/ChangeLog N xenocara/lib/libdrm/libdrm/TODO N xenocara/lib/libdrm/libdrm/xf86drm.c N xenocara/lib/libdrm/libdrm/xf86drmHash.c N xenocara/lib/libdrm/libdrm/xf86drmRandom.c N xenocara/lib/libdrm/libdrm/xf86drmSL.c N xenocara/lib/libdrm/shared-core/drm.h N xenocara/lib/libdrm/shared-core/drm_sarea.h N xenocara/lib/libdrm/shared-core/i915_drm.h N xenocara/lib/libdrm/shared-core/mach64_drm.h N xenocara/lib/libdrm/shared-core/mga_drm.h N xenocara/lib/libdrm/shared-core/r128_drm.h N xenocara/lib/libdrm/shared-core/radeon_drm.h N xenocara/lib/libdrm/shared-core/savage_drm.h N xenocara/lib/libdrm/shared-core/sis_drm.h N xenocara/lib/libdrm/shared-core/via_drm.h N xenocara/lib/libdrm/shared-core/r300_reg.h N xenocara/lib/libdrm/shared-core/via_3d_reg.h N xenocara/lib/libdrm/shared-core/Makefile.am N xenocara/lib/libdrm/shared-core/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 03:33:12 Added files: lib/libdrm : Makefile.bsd-wrapper Log message: add build infrastructure. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 03:34:17 Modified files: lib/libdrm : Makefile.bsd-wrapper Log message: correct SHARED_LIB CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 03:35:09 Modified files: lib : Makefile Log message: Hook libdrm into the build for selected architectures CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 03:36:43 Modified files: driver : Makefile Log message: Provide a better way to customize the list of drivers per architecture. Enable the via driver on i386 now that libdrm is available. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/01 03:43:23 Modified files: audio/gmpccaa : Makefile Log message: BUILD_DEPENDS on gmpc CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/01/01 03:53:28 Modified files: faq/fr : current.html faq14.html faq/nl : faq14.html fr : checklist.html events.html ftp.html i386.html macppc.html pkg-stable.html pkg-stable39.html plat.html press.html sparc64.html nl : ftp.html openbgpd/nl : ftp.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/01 05:32:38 Log message: ePDFView is a free lightweight PDF document viewer using Poppler, cairo and GTK+ libraries. The aim of ePDFView is to make a simple PDF document viewer, in the lines of Evince but without using the GNOME libraries. From Vlad Glagolev . Status: Vendor Tag: kili Release Tags: kili_20070101 N ports/print/epdfview/Makefile N ports/print/epdfview/distinfo N ports/print/epdfview/pkg/PLIST N ports/print/epdfview/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/01 05:35:20 Modified files: print : Makefile Log message: Add epdfview. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 06:51:09 Modified files: distrib/sets/lists/xbase: md.amd64 distrib/sets/lists/xserv: md.amd64 Log message: sync CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2007/01/01 07:14:35 Modified files: . : donations.html Log message: Add some I had sitting in my inbox. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2007/01/01 07:17:37 Modified files: . : want.html Log message: Add Vaio for acpi development. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2007/01/01 07:19:53 Modified files: . : donations.html Log message: Add one more. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/01/01 07:54:23 Added files: zh-cn : cvsup.html cvsync.html translation.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 09:28:35 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.i386 Log message: -sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 10:10:09 Modified files: app/setxkbmap : Makefile.bsd-wrapper Log message: Define xkb config dir properly. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/01 10:56:39 Modified files: lang/chicken : Makefile distinfo lang/chicken/patches: patch-Makefile_in lang/chicken/pkg: PLIST Added files: lang/chicken/patches: patch-cscbench_scm Removed files: lang/chicken/patches: patch-csc_scm_in Log message: Update to 2.5. Testing by steven@ and Joachim Schipper, thanks! ok steven@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/01 11:02:51 Modified files: graphics/evince: Tag: OPENBSD_4_0 Makefile Added files: graphics/evince/patches: Tag: OPENBSD_4_0 patch-ps_ps_c Log message: MFC: fix buffer overflow in the get_next_text() function (CVE-2006-5864) from evince CVS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/01 11:20:10 Modified files: mail/thunderbird-i18n: Tag: OPENBSD_4_0 Makefile Log message: MFC: The firefox/thunderbird language packages have to be in sync with the main programs. Fix RUN_DEPENDS so package updates work correctly. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/01 11:20:34 Modified files: www/firefox-i18n: Tag: OPENBSD_4_0 Makefile Log message: MFC: The firefox/thunderbird language packages have to be in sync with the main programs. Fix RUN_DEPENDS so package updates work correctly. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/01/01 11:20:59 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: commit really old stuff that lets pkg_mklocatedb record pkgpath/pkgnames/both. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/01 13:08:35 Modified files: textproc/intltool: Makefile distinfo Log message: - update to 0.35.2 - swap RUN and BUILD_DEPENDS ok steven@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:11:17 Modified files: sbin/brconfig : brconfig.8 brconfig.c Log message: - merge first two synopses - standard options list - sync usage() started by a diff from stevesk; usage() help from dlg; ok reyk; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:27:08 Modified files: sbin/brconfig : brconfig.8 Log message: sort the list of parameters brconfig(8) accepts; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:38:21 Modified files: sbin/brconfig : brconfig.8 Log message: - use "interface", not "interface-name", consistently - mark up "interface" consistently - a little .Sx CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:41:23 Modified files: sbin/brconfig : brconfig.8 Log message: find a better place for EXAMPLES; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:47:55 Modified files: sbin/brconfig : brconfig.8 Log message: some minor improvements; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:53:46 Modified files: usr.sbin/pkg_add: pkg_mklocatedb.1 Log message: - standard list - zap extraneous list item - sort options list - kill trailing whitespace CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/01 13:56:23 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: sync usage(); CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/01 14:03:10 Modified files: sys/dev/pci : pcidevs Log message: Add a new Intel host bridge chipset from brad@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/01 14:04:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/01 14:14:59 Modified files: share/man/man4/man4.macppc: macobio.4 Makefile Added files: share/man/man4/man4.macppc: esp.4 Log message: Add manpage for esp(4) on macppc. "yeah, that's fine." jmc@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/01 14:25:20 Modified files: mail/imap-uw : Makefile distinfo mail/imap-uw/patches: patch-Makefile Log message: imapd release 2006d CVSROOT: /cvs Module name: src Changes by: aanriot@cvs.openbsd.org 2007/01/01 14:30:46 Modified files: etc/mtree : 4.4BSD.dist usr.sbin/bind/bin/named: config.c usr.sbin/bind/bin/rndc: rndc.c Log message: rndc will now create output files of 'rndc dumpdb', 'rndc stats' and 'rndc recursing' commands in /var/named/tmp (instead of /var/named), which is writable by the 'named' user. feedback and ok jakob@ deraadt@, also agreed by fkr@ and msf@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/01 14:34:20 Modified files: distrib/sets/lists/xbase: md.sparc64 distrib/sets/lists/xserv: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/01 14:43:57 Modified files: sys/miscfs/procfs: procfs_linux.c Log message: Allow reads of /proc/meminfo to be correctly terminated, okay thib@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/01 14:50:24 Modified files: audio/herrie : Makefile distinfo Removed files: audio/herrie/patches: patch-src-gui-gui_playq_c patch-src-gui-gui_vfslist_c Log message: update herrie to 1.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/01 15:23:38 Modified files: sys/dev/usb : usbdevs Log message: a few UPS products; from freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/01 15:23:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/01 15:27:00 Modified files: sys/dev/usb : usb_quirks.c Log message: knock UPS products out from being matched as HID devices CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/01 15:54:47 Modified files: print/ghostscript/gnu: Makefile Log message: xargs without -r is bad. Why didn't anyone yell at me when i committed this? CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/01 16:02:57 Modified files: www/php4/extensions: Makefile Log message: fix MESSAGEs using new substitution feature CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/01 16:10:24 Modified files: www/php4/extensions: Makefile Log message: on further reflection, bump pkgnames CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/01 16:38:51 Modified files: www/w3m : Makefile www/w3m/patches: patch-file_c Log message: SECURITY: Fix format string vulnerability. http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.044.html via Han Boetes CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/01 16:49:06 Modified files: usr.bin/cvs : admin.c Log message: add support for [-s state[:rev]] CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/01 17:02:17 Modified files: usr.bin/cvs : admin.c Log message: missing xfree()'s; spotted by joris. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/01 17:22:59 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/01 17:51:15 Modified files: sys/dev/acpi : acpi.c Log message: On some systems EC must be attached as the first device. Move EC from generic _HID devices to its own routine to force first attach. Bug found and debugged by joris@ Code mostly written by joris@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/01 18:00:02 Modified files: . : stable.html Log message: bring into validation. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/01/01 23:07:59 Modified files: sys/kern : init_main.c Log message: 2007 CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2007/01/01 23:25:25 Modified files: faq : index.html Log message: Two changes in the left part of the page for consistency purpose: - "Mail lists" -> "Mailing Lists". - "Stable" -> "Following -stable" (related changes to come). - bump copyright. discussed with and ok nick@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/02 02:01:58 Modified files: x11/mplayer : Makefile Added files: x11/mplayer/patches: patch-libmpdemux_realrtsp_asmrp_c patch-libmpdemux_realrtsp_asmrp_h patch-libmpdemux_realrtsp_real_c Log message: fix a buffer overflow found in the code used to handle RealMedia RTSP streams by applying the patches provided by the MPlayer team; from Brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/02 02:57:25 Modified files: usr.bin/ssh : sshd_config.5 Log message: do not use lists for SYNOPSIS; from eric s. raymond via brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/02 03:18:26 Modified files: xserver/hw/xfree86/common: xf86Config.c Log message: Don't force the addition of a "mouse" section if none was found. This heuristic to fix configuration errors is wrong when a touch screen is the primary input device (zaurus). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/02 03:23:37 Modified files: mail/pine : Makefile Log message: - compile GSSAPI support unconditionally (remove kerberos FLAVOR) - take over maintainership - bump all PKGNAMEs ok sturm@ jakob@ (former maintainer) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 03:59:50 Modified files: sys/dev/usb : usbdevs Log message: Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt). ok mglocker CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 04:00:29 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/02 04:11:18 Modified files: comms/pilot-link: Makefile comms/pilot-link/patches: patch-bindings_Perl_Makefile_PL_in Log message: - enable threads - some cosmetic while here ok robert@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2007/01/02 04:41:28 Modified files: sys/netinet : in.c Log message: move local network route to real interface instead of carp interface; from mpf@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2007/01/02 05:56:38 Modified files: build : support.dat Log message: update .vantronix support entry. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2007/01/02 05:58:31 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/02 06:07:35 Modified files: app/fvwm/fvwm : Makefile Log message: add fvwm.1 which is a generated file to CLEANFILES CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/01/02 06:21:31 Modified files: usr.bin/make : var.c Log message: VarDelete is no longer used by list functions, so let it do type-checking correctly. CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2007/01/02 06:29:52 Modified files: . : want.html Log message: I could use a USB serial adapter. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/02 06:50:32 Modified files: devel/smarty : Makefile Log message: bump after substitution bug fix (changed PREFIX in MESSAGE) ok espie CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/02 06:51:13 Added files: usr.bin/cvs : edit.c watch.c Log message: skeletons for the client-side part of the editors and watchers commands. not linked to build. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/02 06:54:05 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Fix shadowfb initialisation again, from X.Org -current. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/02 07:04:55 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Revert some bits of previous commit that leaked in by accident. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/02 07:43:50 Modified files: sys/dev/usb : if_atu.c if_ral.c if_uath.c if_zyd.c Log message: Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a static mbuf results in a mbuf tag memory leak. Same change as in rum(4). OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 07:50:27 Log message: import p5-POE-Filter-XML 0.32 POE::Filter::XML provides POE with a completely encapsulated XML parsing strategy for POE::Wheels that will be dealing with XML streams. Status: Vendor Tag: jasper Release Tags: jasper_20070201 N ports/textproc/p5-POE-Filter-XML/Makefile N ports/textproc/p5-POE-Filter-XML/distinfo N ports/textproc/p5-POE-Filter-XML/pkg/PLIST N ports/textproc/p5-POE-Filter-XML/pkg/DESCR N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.extract_started N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.dep-devel-p5-Filter-Template N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.dep-devel-p5-POE N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.depp5-XML-SAX---0.14-textproc-p5-XML-SAX N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.dep-textproc-p5-XML-SAX-Expat-Incremental N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.dep-devel-p5-Module-Build N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.buildwantlibs N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/systrace.policy N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.extract_done N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.distpatch_done N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.patch_done N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.configure_done N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/.build_done N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/LICENSE N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/README N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/Build.PL N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/test.pl N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/Makefile.PL N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/META.yml N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/ChangeLog N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/MANIFEST N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/Build N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML/NS.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML/Handler.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML/Utils.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML/Node.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/prereqs N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/build_params N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/magicnum N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/notes N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/cleanup N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/features N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/auto_features N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/config_data N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build/runtime_params N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML/NS.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML/Node.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML/Handler.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML/Utils.pm N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/libdoc/POE::Filter::XML.3p N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/libdoc/POE::Filter::XML::Node.3p N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/libdoc/POE::Filter::XML::Utils.3p N ports/textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/libdoc/POE::Filter::XML::NS.3p No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/02 07:51:18 Modified files: usr.bin/cvs : edit.c Log message: some unedit command bits; still work in progress for local mode. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 07:55:09 Removed files: textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32: .build_done .buildwantlibs .configure_done .dep-devel-p5-Filter-Template .dep-devel-p5-Module-Build .dep-devel-p5-POE .dep-textproc-p5-XML-SAX-Expat-Incremental .depp5-XML-SAX---0.14-textproc-p5-XML-SAX .distpatch_done .extract_done .extract_started .patch_done systrace.policy textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32: Build Build.PL ChangeLog LICENSE MANIFEST META.yml Makefile.PL README test.pl textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/_build: auto_features build_params cleanup config_data features magicnum notes prereqs runtime_params textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter: XML.pm textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/lib/POE/Filter/XML: Handler.pm NS.pm Node.pm Utils.pm textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/blib/libdoc: POE::Filter::XML.3p POE::Filter::XML::NS.3p POE::Filter::XML::Node.3p POE::Filter::XML::Utils.3p textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter: XML.pm textproc/p5-POE-Filter-XML/w-p5-POE-Filter-XML-0.32/POE-Filter-XML-0.32/lib/POE/Filter/XML: Handler.pm NS.pm Node.pm Utils.pm Log message: forgot to clean this shit...sorry. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 07:57:20 Modified files: textproc : Makefile Log message: add p5-POE-Filter-XML CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 08:04:06 Log message: import p5-POE-Component-Jabber 1.21 POE::Component::Jabber is a module that simplies for the POE developer, access to the Jabber protocol through the use of one of the four Client classes. With built in events for common Jabber packets, all a POE developer need do is provide an event and arguments for most events so the responses to the requests can be properly handled by the coder. Status: Vendor Tag: jasper Release Tags: jasper_20070201 N ports/net/p5-POE-Component-Jabber/Makefile N ports/net/p5-POE-Component-Jabber/distinfo N ports/net/p5-POE-Component-Jabber/pkg/DESCR N ports/net/p5-POE-Component-Jabber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 08:07:53 Modified files: net : Makefile Log message: add p5-POE-Component-Jabber CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/02 08:14:06 Modified files: . : stable.html Log message: General clean-up. Standardize on term "stable", elaborate on some important points, point to full build instructions in faq5.html, bump copyright, don't even try to upgrade by source, "make install" to install the kernel (which had been suggested at least once by someone, and I didn't implement then because much more needed to be done to this page). Inspired by and ok aanriot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 09:07:30 Modified files: net : Makefile textproc : Makefile Log message: uncomment p5-POE-Filter-XML and p5-POE-Component-Jabber for now, as some dependencies (i thought were already imported) are awaiting approval. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/02 09:29:27 Modified files: sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/libsa: bioscons.c sys/arch/i386/stand/pxeboot: conf.c Log message: Fix the keyboard problem seen on Intel Macs, where only the first keypress is seen by boot. It appears that on the Intel Mac, we have to issue the "check for keystroke" BIOS call before the "get keystroke" call will get it (unlike any other BIOS I have seen in over 20 years). It would not have been possible to fix this problem without the donation from Steven N. Fettig (steve (at) anywheretechnology.com); many thanks. Bump versions of boot, cdboot and pxeboot accordingly. Testing kettenis@, otto@, and others; ok weingart@. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/02 09:34:16 Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/libsa: bioscons.c sys/arch/amd64/stand/pxeboot: conf.c Log message: Issue the BIOS "check for keystroke" call before "get keystroke", as now required on i386 for Intel Macs. Bump versions of boot, cdboot and pxeboot accordingly. Reminded by deraadt@. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/02 09:43:45 Modified files: usr.bin/rcs : diff3.c rcs.c rcsutil.c rcsutil.h Log message: - fix support for checking out binary files. testing from xsa@ and Igor Sobrado ok xsa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/02 11:27:18 Modified files: comms/jpilot : Makefile Log message: - make jpilot compile again after pilot-link update CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/02 11:31:21 Modified files: usr.sbin/tcpdump: tcpdump.8 lib/libpcap : gencode.c gencode.h grammar.y scanner.l Log message: define bpf filters to match address and header fields in IEEE 802.11 wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/02 11:35:17 Modified files: lib/libpcap : gencode.c Log message: remove extra \n in bpf_error() calls. figured out by claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/02 11:39:10 Modified files: comms/libmal : Makefile Log message: - chase pilot-link update - respect CFLAGS - bump PKGNAME CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/02 12:09:24 Modified files: usr.bin/top : Makefile machine.c Log message: top(1) doesn't use any math.h function, so do not include math.h and do not link with libm. ok ray@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/02 12:11:15 Log message: import of ruby-facter-1.3.5: A cross-platform Ruby library for retrieving facts from operating systems. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys. Status: Vendor Tag: robert Release Tags: robert_20070102 N ports/sysutils/ruby-facter/Makefile N ports/sysutils/ruby-facter/distinfo N ports/sysutils/ruby-facter/pkg/DESCR N ports/sysutils/ruby-facter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/02 12:13:08 Modified files: sysutils : Makefile Log message: +ruby-facter CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 12:22:38 Modified files: sys/dev/pci : pcivar.h pci_subr.c Log message: Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). Use these two functions in pci_devinfo() to remove some duplicated code and make it easier to read. Remove two now unused variables. This shrinks the size of the resulting object code. Drivers (or other kernel code) can now get at the PCI vendor and/or product strings using pci_findvendor() and pci_findproduct(). ok claudio, deraadt, mglocker CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 12:25:02 Modified files: sys/dev/pci : mbg.c Log message: Use the value returned by pci_findproduct() as the timedelta sensor description instead of using static strings. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/02 12:39:27 Modified files: comms/pilot-link: Makefile Log message: - add -pthread to all pc files for pkg-config usage - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/02 12:42:59 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_input_libreal_asmrp_c patch-src_input_libreal_asmrp_h patch-src_input_libreal_real_c Log message: fix a buffer overflow found in the code used to handle RealMedia RTSP streams; bump PKNAME; from Brad CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/02 13:10:48 Modified files: usr.sbin/ypbind: ypbind.c Log message: Fix setting up the more specific binding for the ypsetme functionality. We want to bind to the same ports as the general binding, but with a local address. with and ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/02 13:12:02 Modified files: usr.sbin/ypbind: ypbind.c Log message: return proper server error on failed ypset. Inspired by freebsd; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/02 13:13:28 Modified files: usr.sbin/ypset : ypset.c Log message: use err.h functions and report failure of ypset call. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 14:19:45 Modified files: sys/dev/usb : usbdevs Log message: spacing and change comment for MC8755 to "MC8755 HSDPA"; ok fkr@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 14:20:15 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/02 14:31:02 Modified files: build : packages-4.0 Log message: evince, thunderbird-i18n, firefox-i18n CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/02 14:31:14 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/02 14:40:52 Modified files: productivity/bruce: Makefile distinfo productivity/bruce/pkg: PLIST Log message: - update to version 1.2 - install socrates which parses and renders presentations in a simple text format - point to the correct location of socrates documentation in README from Will Maier (MAINTAINER); mods by me CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 14:42:05 Log message: import p5-Filter-Template 1.02 Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they are more difficult to maintain and use. ok steven@ Status: Vendor Tag: jasper Release Tags: jasper_20070102 N ports/devel/p5-Filter-Template/Makefile N ports/devel/p5-Filter-Template/distinfo N ports/devel/p5-Filter-Template/pkg/DESCR N ports/devel/p5-Filter-Template/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/02 15:16:12 Modified files: devel : Makefile Log message: add p5-Filter-Template CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/02 15:22:19 Modified files: sys/dev/pci : agp.c Log message: do not permit agp_ioctl if the methods are invalid; ok miod CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 15:40:22 Modified files: sys/dev/usb : udcf.c Log message: return is not a function. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 15:43:29 Modified files: sys/kern : tty_nmea.c Log message: return is not a function. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 15:46:37 Modified files: usr.sbin/watchdogd: watchdogd.c Log message: tweaks. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 15:47:19 Modified files: sys/dev/usb : usbdevs Log message: add Sierra Wireless Aircard 875; ok fkr@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 15:47:50 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/02 15:49:08 Modified files: sbin/nmeaattach: nmeaattach.c Log message: return is no function. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/02 15:51:49 Modified files: sys/arch/i386/pci: glxsb.c Log message: Use bus_space_write_region_4() instead of doing the same thing bit by bit (well, uint32 by uint32). Inspired by a claudio commit to malo.c. Still disabled (awaiting a code review), but works for me here. ok claudio@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/01/02 16:27:33 Modified files: sbin/ipsecctl : parse.y Log message: better support for IPv6 hostname/numeric representation. hostname/prefixlen works only for IPv4-only hostname. markus ok (regress tested) CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/02 16:55:15 Modified files: usr.bin/cvs : client.c commit.c Log message: - fix cvs_client_remove_entry to correctly handle the passed data - when commiting in a remote setup, allow the opencvs server to send the correct response to the client when a file has been removed CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 17:53:38 Modified files: usr.bin/ssh : ssh-keygen.c Log message: remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scan CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 20:01:40 Modified files: usr.bin/ssh : auth2-chall.c channels.c dns.c sftp.c ssh-keygen.c ssh.c Log message: spaces CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/02 21:09:15 Modified files: usr.bin/ssh : sftp.c Log message: ARGSUSED for lint CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 22:44:59 Modified files: sys/dev/ic : bcw.c Log message: Uncomment bcw_powercontrol_crystal_off() for now because it leads to a panic later. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 22:46:42 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Add first shot of the firmware upload. Tested on i386 and amd64. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/02 22:52:28 Modified files: sys/dev/acpi : acpiac.c Log message: Consistent naming for the sensors. From Constantine Murenin CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 22:53:03 Modified files: sys/dev/ic : bcw.c Log message: Spacing, comments. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/02 22:58:32 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to 6.66 from maintainer Patrick Keshishian CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/02 22:59:20 Modified files: sys/dev/acpi : acpidev.h Log message: Oops forgot this bit as part of the cleanup for acpiac. From Constantine Murinen. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 23:02:27 Modified files: sys/dev/ic : bcw.c Log message: Replace bus_space_write_4() by the BCW_WRITE macro. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 23:10:47 Modified files: sys/dev/ic : bcw.c Log message: Replace bus_space_read_4() by the BCW_READ macro. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 23:20:14 Modified files: sys/dev/ic : bcw.c Log message: Replace bus_space_write_2() by the BCW_WRITE16 macro. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 23:24:09 Modified files: sys/dev/ic : bcw.c Log message: Replace bus_space_read_2() by the BCW_READ16 macro. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/02 23:31:54 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Avoid mixing of u_int* and uint* in the same code. uint* wins. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/02 23:57:54 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmetic 0 -> NULL fixes. From brad@ Tested on PM 9600MP. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/03 00:02:01 Modified files: . : index.html Log message: remove outdated mirrors openbsd.etrading.co.id and openbsd.enderunix.org. the latter found by marcus.popp at paranoidbsd.org CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/03 00:22:36 Modified files: usr.bin/ssh : sftp-server.c Log message: spaces CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/03 01:32:17 Modified files: mail/postfix/stable: Makefile distinfo Log message: Postfix v2.3.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 01:39:50 Log message: import of btpd-0.12: btpd is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one tcp port. It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the casual user as well from Martin Cronier fixes from Vlad Glagolev and me Status: Vendor Tag: robert Release Tags: robert_20070103 N ports/net/btpd/distinfo N ports/net/btpd/Makefile N ports/net/btpd/pkg/DESCR N ports/net/btpd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 01:43:41 Modified files: net : Makefile Log message: +btpd CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/03 01:45:43 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: postfix-2.4-20061229 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/03 02:42:30 Modified files: usr.sbin/hostated: hostated.conf.5 hostated.h parse.y pfe_filter.c Log message: allow the sticky-address option for round-robin pools. From Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/03 02:45:29 Modified files: usr.sbin/hostated: check_icmp.c hostated.h parse.y Log message: spacing CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/03 02:49:37 Modified files: usr.bin/cvs : edit.c Log message: set permissions back on the file after it got copied from the CVS/Base/ directory. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/03 03:01:34 Modified files: sys/dev/pci : if_bcw_pci.c Log message: Don't wrap line before printing MAC address. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 03:01:47 Log message: import of ruby-puppet-0.20.1: Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Puppet is written entirely in Ruby. Status: Vendor Tag: robert Release Tags: robert_20070103 N ports/sysutils/ruby-puppet/Makefile N ports/sysutils/ruby-puppet/distinfo N ports/sysutils/ruby-puppet/pkg/PLIST N ports/sysutils/ruby-puppet/pkg/DESCR N ports/sysutils/ruby-puppet/patches/patch-lib_puppet_configuration_rb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 03:02:41 Modified files: sysutils : Makefile Log message: +ruby-puppet CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/03 03:41:04 Modified files: sys/dev/ic : bcw.c Log message: Pretty printing of debug messages. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 04:38:19 Modified files: databases/ocaml-sqlite3/patches: patch-Makefile_in Log message: fix build on arches (like arm) where nativecode ocaml is not available; no package change CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/03 04:49:16 Modified files: sys/dev/pci : if_msk.c if_sk.c Log message: Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional change. from brad@ ok mglocker@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2007/01/03 05:17:43 Modified files: sbin/ipsecctl : ipsecctl.8 ipsecctl.c ipsecctl.h pfkdump.c Log message: do not print secret keys by default, -k restores old behaviour; ok hshoexer CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/03 05:42:41 Modified files: usr.bin/rcs : rcs.1 Log message: manual page should not mention options which are not yet implemented. pointed out by Igor Sobrado discussed with xsa@ ray@ jmc@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/03 06:20:49 Modified files: xserver : configure.ac xserver/hw/xfree86/os-support/bsd: bsd_axp.c alpha_video.c Log message: Build fixes for OpenBSD/alpha. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2007/01/03 06:25:21 Modified files: usr.sbin/syslogd: syslogd.c usr.sbin/syslogc: syslogc.c syslogc.8 Log message: Support for continuous reading of syslog memory buffers. Works like ``tail -f'' on a log file. OK markus@, djm@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/03 06:27:12 Modified files: sys/dev/pci : mbg.c Log message: mbg(4) cards with ASIC take the internal timestamp at the very moment the first command byte is written to the card over the pci bus. the driver has to capture this moment to get a precise timedelta. so make sure the code fragment that takes the internal timestamp and sends the command byte can not be interrupted. this function is called with a low frequency (currently 0.1 Hz). ok claudio, mglocker CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/03 07:05:00 Modified files: sys/dev/pci : agp.c Log message: also bail if sc_chipc is NULL; spotted by miod CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/03 07:08:09 Modified files: usr.bin/cvs : util.c util.h Log message: bring back cvs_yesno() as is it going to be used pretty soon now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/03 07:58:33 Modified files: sys/dev/ic : bcw.c Log message: Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the original name space for the new routines. CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2007/01/03 08:15:55 Modified files: usr.sbin/afs/src/milko/bos: bosserver.c Log message: Limit fscanf. From Ulf Harnhammar (metaur at telia dot com) CVSROOT: /cvs Module name: src Changes by: simon@cvs.openbsd.org 2007/01/03 08:26:04 Modified files: usr.sbin/adduser: adduser.perl Log message: fix bug that sorted the groups and thus broke ottos group file: * stop sorting the group file * push the empty YP group to the end * leave other group entries where they are input & ok ray@, tested & ok otto@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/03 11:16:43 Modified files: sys/dev/ic : an.c ath.c atw.c rt2560.c rt2661.c rtw.c Log message: M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. See similar rum(4) commit for more info. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/03 11:19:06 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_wpi.c Log message: M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. See similar commit to dev/usb/if_rum.c for more info. With this commit all drivers have been switched away from the incorrect M_DUP_PKTHDR() usage. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/03 11:39:56 Modified files: sys/kern : uipc_mbuf2.c sys/netinet : ip_icmp.c sys/sys : mbuf.h Log message: Remove two "unused" mbuf tag functions and kill the superfluous argument to the m_tag_delete_chain() function. m_tag_free() and m_tag_unlink() are only used by m_tag_delete() and I see no need to have these functions around. m_tag_delete_chain() has a second argument to specifiy a starting point from where the chain should be deleted. This feature is never used and is more complex because it is not possible to remove a SLIST element without doing a list walk. Instead use SLIST_FIRST() and SLIST_REMOVE_HEAD() to remove all items from the list. OK dhartmei@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/03 11:43:12 Modified files: share/man/man9 : mbuf_tags.9 Log message: Sync with reality. m_tag_free() and m_tag_unlink() where removed and m_tag_delete_chain() was a simplified. OK dhartmei@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/03 11:51:31 Modified files: share/man/man4 : bcw.4 Log message: Bump firmware package; The previous firmware revision was to new for the "specs" we are using to write the driver. Therefore done a small downgrade (reduces firmware about two files). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/03 11:54:29 Modified files: sys/dev/ic : bcw.c bcwreg.h Log message: After the firmware has been loaded to the chip, read the exact firmware revision from the chip and print it in a debug line. Verify that the firmware has the right revision for us. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/03 11:57:49 Modified files: usr.bin/top : machine.c top.1 top.c Log message: Add a 'g' command to only show processes having a string in their command name. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/03 11:59:20 Modified files: usr.bin/top : top.1 Log message: Missing 'T' in interactive command list. From Mark Lumsden. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/01/03 12:25:08 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Fix mbg comment: time base -> radio clocks. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 12:26:35 ports/devel/sdl-gfx/patches Update of /cvs/ports/devel/sdl-gfx/patches In directory cvs.openbsd.org:/tmp/cvs-serv8689/patches Log Message: Directory /cvs/ports/devel/sdl-gfx/patches added to the repository CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/03 12:27:28 Modified files: usr.bin/cvs : client.c remote.c remote.h Log message: fix CVS_CLIENT_LOG logging, we were missing parts which was making it very hard to correctly debug remote connections. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/03 12:29:00 Added files: devel/sdl-gfx/patches: patch-Makefile_in Log message: do not try to use auto* tools even if they are installed, because this port does not need them, and it was broken on systems where auto* tools were not installed; spotted by sturm@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2007/01/03 12:50:05 Modified files: . : orders.html Log message: New 2007 postal rate implications and minor other edits CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/01/03 13:02:10 Modified files: usr.sbin/eeprom: eehandlers.c Log message: Fix format string bugs by using strlcpy() instead of snprintf() and fix truncation checks. ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/03 13:05:11 Modified files: share/man/man4 : isa.4 Log message: Missing Xr in It CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/01/03 13:06:24 Modified files: lib/libssl/src/ssl: kssl.c Log message: Fix format string misuse in kssl_err_set(), which is not called with user-supplied strings at the moment. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/03 13:06:51 Modified files: www/pecl-APC : Makefile Log message: fix BUILD_DEPENDS by using MODGNU_AUTOCONF_DEPENDS and MODGNU_AUTOMAKE_DEPENDS instead of handcrafting those entries CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/03 13:08:07 Modified files: www/pecl-memcache: Makefile Log message: fix BUILD_DEPENDS by using MODGNU_AUTOCONF_DEPENDS and MODGNU_AUTOMAKE_DEPENDS instead of handcrafting those entries USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/03 13:36:17 Modified files: www/w3m : Tag: OPENBSD_4_0 Makefile www/w3m/patches: Tag: OPENBSD_4_0 patch-file_c Log message: MFC: SECURITY: Fix format string vulnerability. http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.044.html via Han Boetes CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/03 13:42:49 Modified files: xserver : configure Log message: regen CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/03 13:48:26 Modified files: usr.bin/cvs : checkout.c commit.c cvs.h Log message: if we are commiting a file, do not let the server resend it with an 'Updated' response, seeing as the client will already have the latest version. Instead, send the correct 'Checked-in' response. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/03 14:00:43 Modified files: usr.bin/cvs : client.c Log message: revert changes made in 1.40 - it breaks add in a remote setup because opencvs server does not support 'wrapper-sendme-rcsOptions' for the moment. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/03 14:09:41 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 agp.c Log message: Errata #7: Insufficient validation in vga(4) may allow an attacker to gain root privileges if the kernel is compiled with option PCIAGP and the actual device is not an AGP device. The PCIAGP option is present by default on i386 kernels only. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/03 14:11:10 Modified files: sys/dev/pci : Tag: OPENBSD_3_9 vga_pci.c Log message: Errata #17: Insufficient validation in vga(4) may allow an attacker to gain root privileges if the kernel is compiled with option PCIAGP and the actual device is not an AGP device. The PCIAGP option is present by default on i386 kernels only. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/03 14:14:39 Modified files: . : errata.html errata39.html security.html Log message: agp_ioctl errata. patch files on their road to ftp, might not be there yet, please be patient for a couple of hours. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/03 14:17:44 Modified files: sys/arch/mac68k/dev: if_ae.c Log message: shorten dmesg a bit CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/03 14:20:26 Modified files: x11/mplayer : Tag: OPENBSD_4_0 Makefile Added files: x11/mplayer/patches: Tag: OPENBSD_4_0 patch-libmpdemux_realrtsp_asmrp_c patch-libmpdemux_realrtsp_asmrp_h patch-libmpdemux_realrtsp_real_c Log message: MFC: fix a buffer overflow found in the code used to handle RealMedia RTSP streams by applying the patches provided by the MPlayer team; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/03 14:20:53 Modified files: multimedia/xine-lib: Tag: OPENBSD_4_0 Makefile multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-src_input_libreal_asmrp_c patch-src_input_libreal_asmrp_h patch-src_input_libreal_real_c Log message: MFC: fix a buffer overflow found in the code used to handle RealMedia RTSP streams; bump PKNAME; CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/03 15:28:30 Modified files: usr.bin/cvs : checkout.c client.c commit.c remote.h remove.c server.c Log message: add support for 'remove' in a remote setup. testing appriciated, as always. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/03 15:56:54 Modified files: usr.bin/cvs : remove.c Log message: make sure remove -f also works in remote setup CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/03 16:04:28 Modified files: sys/dev/pci : if_sk.c Log message: In sk_marv_miibus_writereg, wait for busy flag to clear instead of continuing when busy flag set. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/01/03 18:50:28 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/01/03 18:51:55 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/04 00:09:30 Modified files: sys/lib/libsa : loadfile.c Log message: Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms proper operation. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/04 01:39:21 Modified files: sys/dev/pci : ahci.c Log message: use ISSET instead of &, cos it looks cleaner CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/04 02:12:33 Modified files: editors/openoffice: Makefile Log message: do not use the system sablotron because it breaks the help system badly and openoffice won't use sablotron in next releases anyways. bump PKGNAME; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/04 04:30:00 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_access_cdda_access_c patch-modules_access_vcdx_access_c Log message: Security fix for vlc (see http://www.videolan.org/sa0701.html). NB, we never had the extensions enabled that are affected by the problem. from brad CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/04 04:34:14 Modified files: infrastructure/mk: bsd.port.mk Log message: Fix typo. This unbreaks 'make update'. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/04 04:37:12 Modified files: sys/dev/pci : ahci.c Log message: allocate the dmamem that each port will need, and hopefully point our structs at all the right bits of it. the dma addresses arent taken care of yet, just the kva ones. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/04 04:48:03 Modified files: sys/dev/pci : ahci.c Log message: fix up some port regs so their names are more in line with what is in the spec. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/04 04:51:26 Modified files: share/mk : bsd.lib.mk Log message: actually echo what's being executed; ok espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/04 05:02:49 Modified files: sys/dev/pci : ahci.c Log message: stash the dva for each command in the ccb, and program the hardware with the dva of the rfis and command list. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/04 05:14:51 Modified files: sys/dev/pci : ahci.c Log message: use the right variable when finding a ports register window, not one that contains random garbage on the stack. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/04 05:43:36 Modified files: usr.sbin/bgpd : bgpd.c rde.c session.h Log message: Do not run rde_shutdown() unless bgpd is started with -d. On some of my systems rde_shutdown() takes more than 3min doing nothing more than calling free(3) over and over again. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/04 06:34:06 Added files: infrastructure/plist: sh Log message: add a list of sh packages i use for building; ok pvalchev@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/04 06:50:34 Modified files: editors/openoffice: Makefile Log message: bump PKGNAME of language packs too CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/04 08:52:07 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/patches: patch-make_linux_Makefile Log message: - update to libebml-0.7.7 "go ahead" robert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/01/04 10:55:35 Modified files: usr.bin/make : compat.c job.c lst.h usr.bin/make/lst.lib: lstForEachFrom.c Log message: having a function that iterates through node's datum so that we retrieve the list item with lst_member is non-sensical, create a new function (Lst_ForEachNodeWhile) that iterates through lstnodes directly and use it. Less obfuscated, slightly more efficient... okay otto@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/01/04 11:01:33 Modified files: usr.bin/make : cond.c Log message: extend make grammar slightly: - make it possible to have constructs like .if $A$B == "value" instead of simpler .if $A == "value" - make it possible to have explicit strings comparisons like: .if "string" == "string2" this comes in handy in .for loops, where the variable is expanded, and thus there is no longer any variable for make to look at. So in the end, the "" can sometimes be removed, but not always... small price to pay to get `better' expressions. okay otto@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/04 11:34:46 Modified files: x11/qt3 : Makefile distinfo x11/qt3/patches: patch-configure patch-src_iconview_qiconview_cpp patch-src_kernel_qdragobject_cpp patch-src_kernel_qwidget_x11_cpp patch-src_tools_qfile_cpp patch-src_widgets_qscrollview_cpp x11/qt3/pkg : PLIST-main Removed files: x11/qt3/patches: patch-src_inputmethod_qinputcontextfactory_cpp patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp patch-src_network_qdns_cpp Log message: update to qt 3.3.7 now that we have a qt immodule patch finally. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/01/04 11:38:51 Modified files: usr.sbin/bgpd : bgpd.c Log message: ignore SIGPIPE, like the other 2 processes already do. we detect broken pipes without the signal just fine. ok claudio CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/04 11:49:49 Modified files: archivers/p5-PerlIO-gzip: Makefile Log message: fix PKGNAME CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/04 12:10:43 Modified files: devel/metaauto : Makefile Log message: NO_REGRESS. ok espie@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/04 12:12:41 Modified files: sbin/dhclient : dhcpd.h usr.sbin/dhcpd : dhcpd.h usr.sbin/dhcrelay: dhcpd.h Log message: not needed CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/04 12:21:46 Modified files: print/acroread : Makefile Log message: set FETCH_CMD to not use passive mode as some server is misbehaving repeatedly noticed by Jack J. Woehr, fix by jolan@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/04 13:17:52 Modified files: www/w3m : Tag: OPENBSD_3_9 Makefile www/w3m/patches: Tag: OPENBSD_3_9 patch-file_c Log message: MFC: SECURITY: Fix format string vulnerability. http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.044.html via Han Boetes CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/04 13:18:57 Modified files: x11/mplayer : Tag: OPENBSD_3_9 Makefile Added files: x11/mplayer/patches: Tag: OPENBSD_3_9 patch-libmpdemux_realrtsp_asmrp_c patch-libmpdemux_realrtsp_asmrp_h patch-libmpdemux_realrtsp_real_c Log message: MFC: fix a buffer overflow found in the code used to handle RealMedia RTSP streams by applying the patches provided by the MPlayer team; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/04 13:19:55 Modified files: audio/aumix : Makefile audio/grip : Makefile audio/gtkpod : Makefile audio/tagtool : Makefile audio/xhippo : Makefile databases/gq : Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile devel/eclipse/sdk: Makefile devel/geany : Makefile editors/abiword: Makefile editors/leafpad: Makefile games/dopewars : Makefile games/freeciv : Makefile games/gtkballs : Makefile graphics/gfract: Makefile graphics/gqview: Makefile graphics/gtkam : Makefile graphics/py-matplotlib: Makefile graphics/sane-frontends: Makefile graphics/ufraw : Makefile graphics/xsane : Makefile japanese/kanatest: Makefile mail/mail-notification: Makefile mail/mozilla-thunderbird: Makefile math/calcoo : Makefile misc/logjam : Makefile misc/xcdroast : Makefile net/ettercap : Makefile net/gajim : Makefile net/gftp : Makefile net/gmudix : Makefile net/gtk-gnutella: Makefile net/nmap : Makefile net/transmission: Makefile news/pan : Makefile security/hydra : Makefile security/nessus/core: Makefile sysutils/bubblemon: Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/plugins: Makefile.inc sysutils/gkrellm/plugins/aclock: Makefile sysutils/gkrellm/plugins/bgchg: Makefile sysutils/gkrellm/plugins/itime: Makefile sysutils/gkrellm/plugins/launch: Makefile sysutils/gkrellm/plugins/mailwatch: Makefile sysutils/gkrellm/plugins/mms: Makefile sysutils/gkrellm/plugins/moon: Makefile sysutils/gkrellm/plugins/mss: Makefile sysutils/gkrellm/plugins/reminder: Makefile sysutils/gkrellm/plugins/shoot: Makefile sysutils/gkrellm/plugins/stock: Makefile sysutils/gkrellm/plugins/sun: Makefile sysutils/gkrellm/plugins/volume: Makefile sysutils/gkrellm/plugins/weather: Makefile sysutils/gkrellm/plugins/wireless: Makefile sysutils/hot-babe: Makefile textproc/gpdf : Makefile www/bluefish : Makefile www/cssed : Makefile www/minimo : Makefile www/mozilla : Makefile x11/aewm : Makefile x11/devilspie : Makefile x11/gromit : Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-theme-switch: Makefile x11/mplayer : Makefile x11/obconf : Makefile x11/p5-Gtk2 : Makefile x11/pbrowser : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/sawfish : Makefile x11/wxWidgets : Makefile x11/xpad : Makefile x11/xscreensaver: Makefile Log message: fix WANTLIB of ports using gtk, needed after switch to our own pkg-config CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/04 13:56:43 Modified files: textproc/libebml: Makefile textproc/libebml/patches: patch-make_linux_Makefile Log message: build the shared library properly during build, and avoid rebuilding it during fake. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/04 13:56:55 Modified files: . : README Log message: Typo. Noticed by raga at comcast.net. Thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/04 14:15:00 Modified files: distrib/sets/lists/xbase: md.alpha distrib/sets/lists/xetc: md.alpha distrib/sets/lists/xserv: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2007/01/04 14:31:21 Modified files: sbin/ipsecctl : parse.y regress/sbin/ipsecctl: Makefile Added files: regress/sbin/ipsecctl: ike56.in ike56.ok Log message: don't pass -1 as a netmask; report vicviq at gmail.com CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/01/04 14:41:37 Modified files: libexec/spamd : grey.c libexec/spamlogd: spamlogd.c usr.sbin/spamdb: spamdb.c Log message: Using DB_BTREE for spamd is wrong, order is never required and the rebalancing really slags big databases. Make spamd use DB_HASH instead, and convert if the old type is noticed on startup. Testing by me, djm, ian, others ok deraadt@, millert@, djm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/04 15:17:48 Modified files: sbin/dhclient : bpf.c dhclient.c dhcpd.h dispatch.c options.c Log message: Another round of cleanup. There is only one instance of struct dhcp_packet and it is contained in the global *client. So don't pass around pointers to a struct that contains a pointer to the dhcp_packet instance. Just use the global client->packet. Eliminate unused struct packet members and parameter lists accordingly. No functional change. Suggestions by stevesk@. ok stevesk@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/04 15:28:43 Modified files: build : pkgstable.pl Log message: deal with arch dependent packages minor cleanup CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/04 15:29:27 Modified files: build : packages-4.0 packages-3.9 Log message: w3m, mplayer, xine-lib CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/04 15:29:42 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/04 15:30:57 Modified files: sbin/dhclient : bpf.c dhclient.c dhcpd.h Log message: Eliminate the 'len' parameter from send_packet() since it always contains the global value client->packet_length. Use client->packet_length. No functional change. Suggested by stevesk@. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/04 16:05:07 Modified files: archivers/lha : Makefile distinfo Log message: SECURITY: CVE-2006-4335, CVE-2006-4337, CVE-2006-4338 From maintainer (Yozo Toda). PKGNAME tweak from sturm@ ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/04 16:08:16 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove some unreachable code. ok jason@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/04 16:38:23 Modified files: archivers/rzip : Makefile distinfo archivers/rzip/patches: patch-main_c Log message: Update to 2.1. Also, change maintainer's address. From maintainer (Lawrence Teo). ok, steven@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/04 17:12:09 Modified files: sys/dev/usb : usbdevs Log message: More Zyxel Zydas wireless adapters. from brad@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/04 17:15:18 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: Sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/04 17:42:47 Modified files: sys/sys : mtio.h sys/scsi : st.c Log message: As first brought to my attention by Russel Sutherland, our deletion of the mt_fileno and mt_blkno fields from the mtget struct was too hasty. Subsequent discussions with Kern Sibbold of the Bacula project revealed these are widely used by tape backup software on many unicies. The de facto standard is to return -1 if you can't determine the value. So add them back and always return -1 as their value. Should allow Bacula and similar software to at least compile while we investigate providing meaningful values. ok beck@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2007/01/04 19:20:29 Modified files: . : donations.html Log message: Markus Bergkvist donates an "interesting" umass device. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/04 23:00:25 Modified files: sys/dev/isa : aps.c apsvar.h Log message: Change slightly to not need one of the softc members. From Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/04 23:26:44 Modified files: sys/dev/isa : aps.c Log message: Switch to indicator type for sensors with boolean values. From Constantine A. Murenin CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/04 23:36:37 Modified files: sys/dev/isa : aps.c apsvar.h share/man/man4 : aps.4 Log message: Remove unknown sensor that seems to always be fixed at 7 on all ThinkPad models. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/05 00:00:37 Modified files: sys/dev/isa : aps.c Removed files: sys/dev/isa : apsreg.h apsvar.h Log message: Don't pollute userspace with uneeded headers. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 00:05:41 Modified files: share/man/man4 : bcw.4 Log message: Bump firmware package to version 1.2; Reduce from fifteen to one single firmware file (files are concatenated). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 00:09:15 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: First shot of making the driver capable to parse several firmware files from one single file. Suggested and help by deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 00:13:49 Modified files: usr.bin/cvs : file.c file.h edit.c Log message: - introduce file comparison routine, cvs_file_cmp(). - compare the in working dir and the one in CVS/Base/ for the unedit command. hints otto@, input and ok ray@ niallo@. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/05 00:26:47 Modified files: usr.bin/top : commands.c Log message: add new g command to interactive help; from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 01:37:55 Modified files: usr.bin/cvs : edit.c Log message: starting bits for the edit command. more to come. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 01:52:37 Modified files: usr.bin/cvs : edit.c Log message: use correct hostname for notifications. also, in a near future, might be worth thinking about sharing some code between the edit and unedit commands, would shrink the mess a little bit... CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 02:15:00 Modified files: usr.bin/cvs : edit.c Log message: correctly handle time in notifications. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 02:32:49 Modified files: usr.bin/cvs : edit.c Log message: use current working directory fullpath for notifications. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/05 02:32:50 Modified files: lang/nhc98/patches: patch-script_harch Log message: explicitly tell nhc98's build system what architecture type we are building for; this unbreaks the build on arm and sh; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/05 02:41:30 Modified files: usr.bin/cvs : edit.c Log message: for edit: create the CVS/Base directory if it does not already exist. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/05 02:46:12 Modified files: usr.bin/top : commands.c Log message: tidy & sort help display CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 03:17:32 Modified files: sys/dev/ic : bcw.c Log message: Make the upload of initialization values work again, after implementing the single firmware file. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 03:20:04 Modified files: sys/dev/ic : bcw.c Log message: Prototypes spacing. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 03:37:19 Modified files: sys/dev/ic : bcw.c Log message: Report about correct firmware filename if not found. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/05 03:57:06 Modified files: devel/subversion: Makefile Log message: fix a type (RUB_DEPENDS->RUN_DEPENDS) and remove some whitespaces at the end of lines; bump PKGNAME because of the dependency change; noticed by dlg@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 04:36:23 Modified files: sys/dev/ic : bcw.c Log message: If the firmware load routines fail, be sure the ucode gets freed. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/05 05:22:53 Modified files: sys/dev/pci : ahci.c Log message: macros for the bits in the ports CMD register. free %b fmt string for it while im here. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 05:52:30 Modified files: sys/dev/ic : bcw.c Log message: Check that ucode size doesn't get exceeded when parsing for a firmware file. Spotted by deraadt@ CVSROOT: /cvs Module name: www Changes by: grange@cvs.openbsd.org 2007/01/05 05:56:49 Modified files: . : want.html Log message: Two nice OpenBSD users in Moscow gave me a few drives and bought some beer. Thanks! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/05 07:13:29 Modified files: usr.sbin/acpidump: acpi_user.c Log message: mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/05 07:44:50 Log message: import xulrunner 1.8.0.4 XULRunner is a single "gecko runtime" installable package that can be used to bootstrap multiple XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. Based on an initial port by James Wright . Improvements and okay steven@ Status: Vendor Tag: kurt Release Tags: kurt_20070105 N ports/devel/xulrunner/Makefile N ports/devel/xulrunner/distinfo N ports/devel/xulrunner/files/xptcinvoke_asm_ppc_openbsd.s N ports/devel/xulrunner/files/xptcinvoke_asm_sparc64_openbsd.s N ports/devel/xulrunner/files/xptcinvoke_openbsd_alpha.cpp N ports/devel/xulrunner/files/xptcinvoke_openbsd_amd64.cpp N ports/devel/xulrunner/files/xptcinvoke_ppc_openbsd.cpp N ports/devel/xulrunner/files/xptcinvoke_sparc64_openbsd.cpp N ports/devel/xulrunner/files/xptcstubs_asm_ppc_openbsd.s N ports/devel/xulrunner/files/xptcstubs_openbsd_alpha.cpp N ports/devel/xulrunner/files/xptcstubs_openbsd_amd64.cpp N ports/devel/xulrunner/files/xptcstubs_ppc_openbsd.cpp N ports/devel/xulrunner/files/xptcstubs_sparc64_openbsd.cpp N ports/devel/xulrunner/patches/patch-xulrunner_setup_nsXULAppInstall_js N ports/devel/xulrunner/patches/patch-build_autoconf_altoptions_m4 N ports/devel/xulrunner/patches/patch-config_autoconf_mk_in N ports/devel/xulrunner/patches/patch-config_mkdepend_imakemdep_h N ports/devel/xulrunner/patches/patch-configure_in N ports/devel/xulrunner/patches/patch-extensions_transformiix_source_base_Double_cpp N ports/devel/xulrunner/patches/patch-js_src_xpconnect_shell_Makefile_in N ports/devel/xulrunner/patches/patch-gfx_src_ps_nsFontMetricsPS_cpp N ports/devel/xulrunner/patches/patch-security_nss_cmd_pkiutil_platlibs_mk N ports/devel/xulrunner/patches/patch-security_nss_Makefile N ports/devel/xulrunner/patches/patch-modules_libpref_src_init_all_js N ports/devel/xulrunner/patches/patch-modules_plugin_base_public_nptypes_h N ports/devel/xulrunner/patches/patch-security_nss_cmd_platlibs_mk N ports/devel/xulrunner/patches/patch-security_nss_lib_ckfw_builtins_Makefile N ports/devel/xulrunner/patches/patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile N ports/devel/xulrunner/patches/patch-security_nss_lib_nss_config_mk N ports/devel/xulrunner/patches/patch-security_coreconf_OpenBSD_mk N ports/devel/xulrunner/patches/patch-security_coreconf_rules_mk N ports/devel/xulrunner/patches/patch-xpcom_glue_standalone_Makefile_in N ports/devel/xulrunner/patches/patch-widget_src_gtk2_nsSound_cpp N ports/devel/xulrunner/patches/patch-widget_src_gtk_nsSound_cpp N ports/devel/xulrunner/patches/patch-xpcom_components_nsNativeComponentLoader_cpp N ports/devel/xulrunner/patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in N ports/devel/xulrunner/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h N ports/devel/xulrunner/patches/patch-xulrunner_app_mozilla_in N ports/devel/xulrunner/patches/patch-security_nss_lib_smime_config_mk N ports/devel/xulrunner/patches/patch-security_nss_lib_softoken_config_mk N ports/devel/xulrunner/patches/patch-security_nss_lib_ssl_config_mk N ports/devel/xulrunner/patches/patch-security_manager_Makefile_in N ports/devel/xulrunner/patches/patch-gfx_src_psshared_nsCUPSShim_cpp N ports/devel/xulrunner/pkg/DESCR-main N ports/devel/xulrunner/pkg/DESCR-devel N ports/devel/xulrunner/pkg/PLIST-main N ports/devel/xulrunner/pkg/PFRAG.shared-main N ports/devel/xulrunner/pkg/PLIST-devel No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/05 07:56:15 Log message: import p5-POE-Component-SSLify 0.06 This component represents the standard way to do SSL in POE. feedback and ok steven@ Status: Vendor Tag: jasper Release Tags: jasper_20070105 N ports/security/p5-POE-Component-SSLify/Makefile N ports/security/p5-POE-Component-SSLify/distinfo N ports/security/p5-POE-Component-SSLify/pkg/PLIST N ports/security/p5-POE-Component-SSLify/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/05 07:58:05 Modified files: security : Makefile Log message: add p5-POE-Component-SSLify CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/05 08:04:37 Modified files: devel : Makefile Log message: +xulrunner CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/05 08:14:46 Modified files: share/man/man4 : malo.4 Log message: Better wording. From Brad. CVS ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/05 08:40:14 Modified files: sys/dev/usb : usbdevs Log message: add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devices ok brad@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/05 08:40:50 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/05 09:39:23 Modified files: usr.sbin/hostated: pfe_filter.c Log message: Fix two small memleaks From Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/05 09:52:21 Log message: import pcb-20060822 PCB is an interactive printed circuit board editor. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. based on a submission from andreas.bihlmaier at gmx.de Status: Vendor Tag: steven Release Tags: steven-20070105 N ports/cad/pcb/Makefile N ports/cad/pcb/distinfo N ports/cad/pcb/patches/patch-configure N ports/cad/pcb/patches/patch-doc_pcb_1 N ports/cad/pcb/patches/patch-example_Makefile_in N ports/cad/pcb/patches/patch-example_libraries_Makefile_in N ports/cad/pcb/patches/patch-src_fontmode_c N ports/cad/pcb/pkg/DESCR N ports/cad/pcb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/05 09:53:41 Modified files: cad : Makefile Log message: +pcb CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/05 10:54:01 Modified files: x11/msttcorefonts: Makefile Log message: reorder arguments to cabextract (as in the man page). it was causing problems in some weird cases, as reported by Alex Holst CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/05 11:28:58 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/05 11:34:49 Modified files: mail/pine : Makefile mail/pine/pkg : PLIST-main Log message: - handle updates from removed kerberos FLAVOR work by and ok steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/05 12:25:45 Modified files: sys/dev/i2c : i2c_scan.c Log message: when i2c_dumping, instead of just skipping 0xff value registers, skip the most common value read (which is often 0xff anyways) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/05 12:39:40 Modified files: editors/nedit : Makefile distinfo editors/nedit/patches: patch-makefiles_Makefile_openbsd Log message: - add a wrapmark FLAVOR to display the wrap margin line - regen patches maintainer timeout ok simon@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/05 13:03:29 Modified files: etc/etc.landisk: MAKEDEV.md Log message: fix typo observed by Diana Eichert ok drahn@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/05 13:03:59 Modified files: etc/etc.landisk: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/01/05 13:06:24 Modified files: etc/etc.landisk: MAKEDEV.md Log message: without bktr, there is no tuner, comment it out as well (fixes the other half of Diana's problem) ok todd CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/01/05 13:08:19 Modified files: share/man/man8/man8.landisk: MAKEDEV.8 etc/etc.landisk: MAKEDEV Log message: sync CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/05 13:10:31 Modified files: net : Makefile Log message: Build the cups-ldap flavor as well. ok robert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/05 14:32:26 Modified files: sys/dev/pci : if_sk.c Log message: For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). From brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/05 14:40:45 Modified files: sys/dev/mii : eephy.c Log message: Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, stop doing it here. From brad@ CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/05 15:22:04 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-Makefile_in www/apache-httpd/pkg: PLIST Log message: revert the part of the previous commit that removed the install of the build dir. you can build apache 2 modules again now. CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/05 15:57:11 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-config_layout www/apache-httpd/pkg: PLIST Log message: move the dir with the build files out of /var/apache2 and into /usr/local/share/apache2. based on a suggestion from robert@ CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2007/01/05 16:47:06 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-scripts_exim_install mail/exim/pkg : PLIST Log message: update to exim-4.65 (which mostly fixes two bugs that were introduced in version 4.64) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/05 17:23:52 Modified files: sbin/sysctl : sysctl.c Log message: pretty up the sensor outputs a wee bit more; partly spotted by jsg CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/05 19:20:01 www/lt Update of /cvs/www/lt In directory cvs.openbsd.org:/tmp/cvs-serv4708/lt Log Message: Directory /cvs/www/lt added to the repository CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/05 19:25:24 Modified files: faq : faq4.html Log message: More consistant with CD-ROM, Alphas (other than mine) can network boot. Spotted by Maurice Janssen (maurice at z74 dot net), diff by Marcus Popp. Wrap an obnoxious long line while I was in the neighborhood. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/05 19:47:26 Modified files: ja : plat.html stable.html fr : 21.html 22.html 23.html 24.html 25.html 35.html 36.html amd64.html donations.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html i386.html index.html items.html mail.html pkg-stable.html pkg-stable28.html pkg-stable29.html pkg-stable30.html pkg-stable31.html pkg-stable32.html pkg-stable33.html pkg-stable34.html pkg-stable35.html pkg-stable36.html pkg-stable37.html pkg-stable38.html pkg-stable39.html plat.html policy.html porttest.html security.html smp.html stable.html want.html nl : plat.html faq/fr : faq1.html faq11.html faq13.html faq3.html faq4.html faq8.html index.html truetype.html upgrade36.html openssh/fr : index.html press.html tshirts.html papers/fr : index.html faq/pf/fr : ftp.html queueing.html opencvs/fr : manual.html press.html opencvs/pt : index.html porting/fr : diffs.html openbgpd/fr : index.html Added files: lt : donations.html ftp.html index.html plat.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/05 19:48:42 Modified files: sys/dev/pci : yds.c sys/dev/microcode/yds: build.c Log message: make microcode file byte-order independent so that the file is the same on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 01:03:31 Modified files: . : stable.html Log message: sync subtitle with TOC CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 02:27:12 Modified files: . : cvsup.html Log message: update Anders Nordby's email address, per his request. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 02:32:20 Modified files: . : i386-laptop.html Log message: update info for IBM Thinkpad T41p, from Matt Rowley CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 02:35:57 Modified files: . : i386-laptop.html Log message: remove JVC MP-XP 7250DE since Joerg Zinke no longer has access to it CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 02:40:07 Modified files: . : i386-laptop.html Log message: update info for Dell Latitude D600 diff from benny at bennyvision.com, thanks CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/06 02:50:58 Modified files: . : i386-laptop.html Log message: add info for Compaq Presario V2405US from benny at bennyvision.com CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/06 03:18:14 Modified files: sys/dev/pci : pcidevs Log message: Add Leadtek WinFast TV 2000 XP, from Tim Leslie CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/06 03:19:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2007/01/06 05:00:06 Modified files: etc : rc rc.conf Log message: remove acpid references. ok gwk@, steven@, grange@ and janus@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/06 05:05:09 Modified files: databases/p5-SQL-Translator: Makefile distinfo databases/p5-SQL-Translator/pkg: PLIST Log message: newer version, more specific drivers for some database schemes, mostly. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/06 08:31:34 Modified files: archivers/lha : Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: SECURITY: CVE-2006-4335, CVE-2006-4337, CVE-2006-4338 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/06 08:35:40 Modified files: archivers/lha : Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: SECURITY: CVE-2006-4335, CVE-2006-4337, CVE-2006-4338 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/06 09:31:36 Modified files: www/bluefish : Makefile distinfo www/bluefish/pkg: PLIST Removed files: www/bluefish/patches: patch-configure Log message: Update to bluefish 1.0.7 and take maintainership. ok couderc CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/06 10:09:08 Modified files: usr.bin/cvs : edit.c file.c file.h Log message: add cvs_base_handle() routine to handle the CVS/Baserev* files. first bits for the edit command for now. definitly still more work to do for optimization... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/06 11:17:06 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: increase buffer size; ie. for hw.sensors.ipmi0.indicator0 from cnst+openbsd@bugmail.mojo.ru CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:25:58 src/sys/dev/microcode/bcw Update of /cvs/src/sys/dev/microcode/bcw In directory cvs.openbsd.org:/tmp/cvs-serv4216/bcw Log Message: Directory /cvs/src/sys/dev/microcode/bcw added to the repository CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:26:16 src/sys/dev/microcode/bcw/build Update of /cvs/src/sys/dev/microcode/bcw/build In directory cvs.openbsd.org:/tmp/cvs-serv10880/build Log Message: Directory /cvs/src/sys/dev/microcode/bcw/build added to the repository CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:26:26 src/sys/dev/microcode/bcw/extract Update of /cvs/src/sys/dev/microcode/bcw/extract In directory cvs.openbsd.org:/tmp/cvs-serv8855/extract Log Message: Directory /cvs/src/sys/dev/microcode/bcw/extract added to the repository CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:31:47 Added files: sys/dev/microcode/bcw: Makefile sys/dev/microcode/bcw/build: Makefile build.c sys/dev/microcode/bcw/extract: Makefile extract.c Log message: build and extract program to merge bcw(4) firmware files into one single file. Doesn't get linked in make build. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:35:09 Modified files: sys/dev/ic : bcw.c Log message: Make the driver able to read the network byte ordered firmware file. ok deraadt@ (also for the last dev/microcode/bcw import). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 11:39:15 Modified files: share/man/man4 : bcw.4 Log message: Bump to firmware 1.3; network byte ordered firmware file. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/06 12:52:24 Modified files: gnu/usr.bin/gcc/gcc: varasm.c Log message: Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn't defined. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/06 13:09:12 Modified files: sys/arch/hp300/dev: apci.c dnkbd.c frodo.c frodovar.h hil_intio.c intio.c intiovar.h sgc.c sgcvar.h sti_sgc.c Log message: Propagate bus_space_tag_t through device attachment args structures, rather than having them build their own. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/06 13:11:01 Modified files: sys/arch/hp300/dev: hil_intio.c intio.c sgc.c sti_sgc.c sys/arch/hp300/hp300: bus_space.c sys/arch/hp300/include: bus.h Log message: Turn bus_space_tag_t into real structures containing a bunch of function pointers, to be used for the various bus_space operations. intio devices no longer need to pass an intiobase-relative address to bus_space_map. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/06 13:17:43 Modified files: sys/arch/hp300/conf: files.hp300 sys/arch/hp300/dev: frodo.c frodoreg.h frodovar.h sys/dev/isa : isavar.h Added files: sys/arch/hp300/dev: isa_machdep.h isabr.c isabrreg.h Log message: Preliminary support for the hp300 single ISA slot found in 4xx `t' models. Everything works well but interrupts, where no two devices causes the frodo chip to behave in the same way... (polling will work nicely) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/06 13:17:59 Modified files: sys/arch/hp300/conf: GENERIC Log message: Add commented out ISA entries. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 13:33:09 Modified files: sys/dev/ic : bcw.c Log message: Fix error string for loadfirmware(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/06 13:40:21 Modified files: share/man/man4 : isa.4 share/man/man4/man4.hp300: Makefile frodo.4 Added files: share/man/man4/man4.hp300: isabr.4 Log message: Document hp300 isabr(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/06 14:08:07 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/06 16:07:13 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove bogus code for flushing 32-bit tlb entries. This makes it possible to go to more than 4G va space. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/06 16:19:01 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/06 16:21:08 Modified files: sbin/dhclient : options.c Log message: Fix options parsing. Last commit lost the proper length of the incoming packet. But since we bzero() the packet buffer before copying the incoming data into it, and the options are at the end, and we use a fixed sized buffer, and 0's are ignored as pad options, and proper option lists end with 0xff, it's simplier to always try to scan the whole buffer. Problem found by, and patch tested by kettenis@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2007/01/06 16:30:42 Modified files: sys/ufs/ffs : ffs_alloc.c ffs_subr.c Log message: stop printing messages when changing space/time optimizations. it's not all that important, and mostly seems to just scare people. ok pedro henning thib ... also remove dumb casts. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/06 17:29:44 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Initialize GPIO. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/06 17:43:09 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: PLIST Removed files: databases/p5-DBI/patches: patch-lib_DBI_ProxyServer_pm Log message: update to 1.53, okay maintainer. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/06 18:53:12 Modified files: usr.bin/cvs : util.c util.h Log message: zap-o-matic 2007: - zap unused argument to cvs_exec() CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/06 19:39:24 Modified files: usr.bin/cvs : Makefile commit.c cvs.h Added files: usr.bin/cvs : logmsg.c Log message: rewrite of the logmessage code, which allows you to enter a logmessage into your favorite editor when commiting. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/06 19:44:13 Modified files: usr.bin/cvs : commit.c Log message: free the filelists we pass to cvs_logmsg_create() after we obtain our logmessage. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/06 19:47:57 Modified files: usr.bin/cvs : import.c logmsg.c Log message: and lets make import work with the new logmsg code too! CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/06 20:08:15 Modified files: usr.bin/cvs : commit.c Log message: use cvs_logmsg_read() for -F for simplicity. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/07 01:30:23 Modified files: build/mirrors : anoncvs.html.head cvsync.html.head ftp.html.head openbgpd-ftp.html.head openntpd-ftp.html.head openntpd-portable.html.head Log message: bump copyright year CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/07 01:32:44 Modified files: build : mirrors.dat Log message: disable mirror.etf.bg.ac.yu which has hardware failures and will be down for a few weeks. from marcus.popp at paranoidbsd.org, confirmed by maintainer CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/07 01:35:02 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 02:25:25 Modified files: lt : ftp.html index.html why-cvs.html fr : cvsup.html ftp.html stable.html nl : index.html orders.html stable.html faq/fr : faq4.html faq/nl : faq4.html index.html openntpd/fr : index.html portable.html Added files: lt : anoncvs.html errata.html goals.html stable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 02:31:13 Modified files: . : translation.html Log message: remove idle people CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/07 02:48:59 Modified files: . : translation.html Log message: webpage with language codes moved CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/07 02:57:46 Modified files: audio/p5-Ogg-Vorbis-Header: Makefile Log message: RUN_DEPENDS on p5-Inline CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/07 03:02:04 Modified files: mail/getmail : Makefile distinfo Log message: getmail 4.6.7 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/07 04:10:42 Modified files: devel/p5-Time-Piece: Makefile distinfo Log message: maintainer dropped it; take over and update go ahead robert@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/07 04:10:51 Modified files: sys/dev/ic : bcw.c Log message: Spacing, comments. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/07 05:13:02 Log message: seal is a tool to ease the use of encrypted filesystems stored in vnd(4) files on a removable device. ideal if you have to carry sensitive data with you on a USB memory stick. Status: Vendor Tag: mbalmer Release Tags: seal_20070107 N ports/security/seal/Makefile N ports/security/seal/distinfo N ports/security/seal/pkg/DESCR N ports/security/seal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/07 05:13:41 Modified files: security : Makefile Log message: Add seal. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/01/07 05:37:20 Modified files: security/prelude/libprelude: Makefile distinfo Log message: maintenance update to 0.9.12.1 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/01/07 05:38:09 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: maintenance update to 0.9.11.1 . CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 06:28:04 Modified files: sys/dev/wscons : wsdisplay.c Log message: In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if the screen is not the console. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 06:28:50 Modified files: sys/dev/wscons : wsemul_sun.c wsemul_vt100.c Log message: Change allocations to M_NOWAIT in attach methods, and return NULL if they fail. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 06:31:36 Modified files: sys/dev/wscons : wsemul_vt100.c wsemul_vt100_chars.c wsemul_vt100_subr.c wsemul_vt100var.h Log message: Some dynamically allocated elements are not considered of vital importance for the vt100 emulation to work well enough for most cases (i.e. alternate character set tables, non-default tab settings, etc). However, code did not always check if these elements had been successfully allocated before trying to use them, or worse, would explicitely panic in DIAGNOSTIC kernels. Change this to work in a degraded mode (by ignoring related escape sequences) instead. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2007/01/07 06:33:04 Modified files: usr.bin/cvs : logmsg.c Log message: make the output when interrupting writing the log message consistent. ok joris@ commiting with opencvs now btw :) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 06:35:51 Modified files: sys/dev : audio.c Log message: Protect against zero blocksize (causing a divide by zero) in audiogetinfo(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 06:39:28 Modified files: sys/arch/macppc/dev: openpicreg.h Log message: Fix (unused) OPENPIC_IPI macro. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/01/07 07:02:59 Modified files: xc/programs/ssh-askpass: Imakefile x11-ssh-askpass.c x11-ssh-askpass.h Log message: Make ssh-askpass xinerama aware. Patch from reyk@. Thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/07 07:04:46 Modified files: app/ssh-askpass: Makefile x11-ssh-askpass.c x11-ssh-askpass.h Log message: Make ssh-askpass Xinerama aware. Patch from reyk@. Thanks. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2007/01/07 07:37:16 Modified files: . : events.html Log message: Add the Confidence 2007 conference. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/07 07:52:55 Modified files: textproc/p5-POE-Filter-XML: Makefile textproc/p5-POE-Filter-XML/pkg: PLIST Log message: sync plist CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/07 07:59:26 Modified files: textproc : Makefile net : Makefile Log message: re-enable p5-POE-Component-Jabber and p5-POE-Filter-XML now that their dependencies are in the tree ... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/07 08:11:52 Modified files: gnu/usr.bin/binutils/gdb: Makefile.in sparc64-tdep.h sparc64nbsd-nat.c sparc64obsd-tdep.c Log message: Make unwinding through kernel trap frames work on sparc64. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 08:12:19 Modified files: sys/arch/hp300/dev: dioreg.h Log message: Hardcode DIO_SCMAX if kernel is built without model 320 support. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 08:12:50 Modified files: sys/arch/hp300/dev: dnkbd.c Log message: Skip optional dash when parsing the layout code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 08:13:52 Modified files: sys/arch/hp300/dev: diofbreg.h gbox.c Log message: Get rid of PROM font-related defines. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 08:14:32 Modified files: sys/arch/hp300/hp300: autoconf.c Log message: Trim include files list. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/07 08:15:58 Modified files: sys/dev/isa : if_eg.c Log message: Replace infinite loops with appropriate constructs to fail operation if it takes much more time than it should. CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/01/07 08:37:23 Modified files: sys/ufs/ffs : fs.h Log message: document the unit of sizes in struct fs (bytes or frags) some 'number' -> '#' ok pedro CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/01/07 08:39:23 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: add some comments ok pedro CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/07 09:54:46 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Print out mask set revision. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2007/01/07 10:31:53 Modified files: lang/lua : Makefile lang/lua/patches: patch-src_luaconf_h Log message: With the recent GCC change, there is no need to manually ignore __attribute__((visibility)) anymore CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 11:09:54 Modified files: . : translation.html Log message: Martynas Venckus joined the translation team to maintain [lt]. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 11:13:06 Modified files: . : index.html Log message: add link to [lt] CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/07 11:13:41 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: The associativity of the cache is already taken into account for [ide]cache-size, so don't multiply it with [ide]cache-associativity. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 11:16:04 Modified files: . : index.html Log message: remove link to [hu] which is heavily outdated CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/07 11:25:43 Modified files: net/gtk-gnutella: Makefile distinfo net/gtk-gnutella/patches: patch-Configure net/gtk-gnutella/pkg: PLIST Log message: update to gtk-gnutella 0.96.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/07 11:27:46 Modified files: share/man/man4 : iic.4 share/man/man4/man4.macppc: fcu.4 sys/dev/i2c : fcu.c Log message: fcu fans are PWM, express as %; from murenin CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/07 11:35:15 Modified files: lt : errata.html ftp.html index.html plat.html fr : events.html index.html translation.html nl : stable.html de : crypto.html cvsup.html donations.html errata.html errata39.html ftp.html index.html plat.html security.html translation.html users.html why-cvs.html faq/de : current.html faq5.html index.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html Added files: lt : art1.html art2.html art3.html art4.html romp.html smp.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/07 11:40:55 Modified files: usr.bin/cvs : logmsg.c Log message: add the temporary file we create to the temp_files worklist CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/07 12:13:49 Modified files: sysutils/e2fsprogs: Makefile Added files: sysutils/e2fsprogs/pkg: DESCR-main DESCR-uuid PFRAG.shared-main PFRAG.shared-uuid PLIST-main PLIST-uuid Removed files: sysutils/e2fsprogs/pkg: DESCR PFRAG.shared PLIST Log message: split the libuuid that's part of e2fs into its separate package. Move it so it no longer conflicts with devel/uuid. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/07 12:14:09 Modified files: devel/uuid : Makefile devel/uuid/pkg : PLIST-main Log message: bye, bye, conflict CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/07 12:34:57 Log message: import libnjb 2.2.5 Provide a user-level API (C library) for communicating with the Creative Nomad JukeBox MP3 player under Linux, *BSD and Windows, as well as simple command-line utilities to demonstrate the API functions. ok naddy@ Status: Vendor Tag: jasper Release Tags: jasper_20070701 N ports/audio/libnjb/distinfo N ports/audio/libnjb/Makefile N ports/audio/libnjb/pkg/DESCR N ports/audio/libnjb/pkg/PLIST N ports/audio/libnjb/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/07 12:39:44 Modified files: audio : Makefile Log message: add libnjb CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/07 13:59:28 Modified files: distrib/sets/lists/xbase: md.sparc distrib/sets/lists/xetc: md.sparc distrib/sets/lists/xserv: md.sparc Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/07 14:24:29 Modified files: sys/dev/ic : lm78.c lm78var.h Log message: Fix VCore voltage detection on w83637hf. Based on a diff from Constantine A. Murenin CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/07 15:20:21 Modified files: devel/boost : Makefile devel/boost/patches: patch-Jamfile Log message: The soname needs to match the filename in order for the libs to be usable. Noticed by Tero Koskinen, thanks. Simplify the install by using an undocumented jam rule. Ok wilfried@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/07 19:51:13 Modified files: sbin/dhclient : bpf.c Log message: Initialize incoming packet buffer with DHO_END (0xff) rather than DHO_PAD (0x00) so that option scanning will terminate on hitting initialized data rather than scanning and ignoring trailing DHO_PAD characters. Suggested by & ok stevesk CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/08 01:29:37 Modified files: share/man/man4 : bktr.4 sys/dev/pci/bktr: bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h Log message: Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie Okay robert@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/08 02:12:50 Modified files: lt : index.html plat.html nl : ftp.html index.html translation.html de : ftp.html openntpd/nl : ftp.html portable.html openbgpd/nl : ftp.html Added files: lt : armish.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/08 02:13:38 Modified files: lib/libc/gen : fts.c Log message: fix mem leak, from NetBSD; ok miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/08 04:00:40 Log message: Import extace-1.9.6 eXtace is an audio visualization plugin for the X-Window System. It connects to ESD (Enlightened Sound Daemon) and displays the audio data as either a pseudo 3D flying landscape, pseudo 3D pointed landscape, 16-256 channel graphic EQ, multi-mode oscilloscopes, horizontal spectrogram, or a combination of hi-res FFT with a vertical spectrogram. All modes are fully scalable to nearly any resolution (within your CPU/X11 capabilites). Resolutions up to 1600x1200 at 40 FPS use typically less than 30% CPU, depending on your host CPU/X11 capabilities. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070108 N ports/x11/extace/distinfo N ports/x11/extace/Makefile N ports/x11/extace/pkg/DESCR N ports/x11/extace/pkg/PLIST N ports/x11/extace/patches/patch-src_input_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/08 04:02:35 Modified files: x11 : Makefile Log message: Add extace. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/08 06:01:10 Modified files: usr.sbin/ripd : Makefile parse.y printconf.c rde.c ripd.c ripd.h ripe.c Added files: usr.sbin/ripd : name2id.c Log message: New redistribute code adapted from ospfd. It is now possible to do the same redistribute setups as in ospfd (rtlables, per prefix, negation). Tested, input and OK michele@ CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/08 06:11:14 Modified files: usr.sbin/ripd : ripd.conf.5 Log message: update man page reflecting claudio's changes CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/08 06:21:21 Modified files: usr.bin/cvs : edit.c Log message: - simplify CVS/Baserev file parsing; makes unedit work better. - add tracing messages in edit, unedit functions. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/08 06:34:38 Modified files: sbin/dhclient : parse.c Log message: Don't leak strings. ok miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 06:37:26 Modified files: usr.sbin/hostated: Makefile buffer.c check_http.c check_icmp.c check_tcp.c control.c hce.c hostated.c hostated.conf.5 hostated.h imsg.c parse.y pfe.c pfe_filter.c Added files: usr.sbin/hostated: check_send_expect.c Log message: add a generic send/expect check using regular expression (see regex(3)). this allows to define additional checks for other TCP protocols. From Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/08 06:52:38 Modified files: sys/net : if_bridge.c Log message: discard packet and return if ifp is not a member of the bridge this fix PR 5056 discussed with camield@ OK camield@ claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/08 07:10:02 Modified files: distrib/notes/landisk: prep Log message: describe disk preparation better, inspired by the sparc miniroot instructions ok miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 07:30:31 Modified files: usr.sbin/hostated: parse.y Log message: remove unused token. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 07:34:08 Modified files: devel/gstreamer: Makefile Added files: devel/gstreamer/pkg: DESCR-frontend DESCR-main PFRAG.shared-main PLIST-frontend PLIST-main Removed files: devel/gstreamer/pkg: DESCR PFRAG.shared PLIST Log message: split off frontends into their own packages, and mark that there will be no conflict at all with gstreamer-0.10. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/01/08 07:53:09 Modified files: zh-cn : anoncvs.html books.html crypto.html orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/01/08 07:53:37 Modified files: fr : stable.html translation.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/08 08:20:12 Log message: import of iso-codes-0.58; This package aims to provide a central list of the country, language, and currency names and their translations. The data comes from ISO standards 639 (language names), 3166 (country names), and 4217 (currency). The translations are from the Translation Project. The data is provided in tabular files as well as XML. Status: Vendor Tag: robert Release Tags: robert_20070108 N ports/devel/iso-codes/distinfo N ports/devel/iso-codes/Makefile N ports/devel/iso-codes/pkg/DESCR N ports/devel/iso-codes/pkg/PLIST N ports/devel/iso-codes/patches/patch-iso_3166_iso3166tab_py N ports/devel/iso-codes/patches/patch-iso2pot_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/08 08:21:28 Modified files: devel : Makefile Log message: +iso-codes CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2007/01/08 08:31:01 Modified files: usr.sbin/sasyncd: conf.y log.c net.c sasyncd.h Log message: allow shared key specification in hex (0x01234...); ok ho CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/08 08:46:51 Log message: import of tango-icon-theme-0.7.2; Tango is a project to create a new cross-desktop and cross-platform icon theme, using a standard style guide and the new Icon Naming Specification. Status: Vendor Tag: robert Release Tags: robert_20070108 N ports/x11/tango-icon-theme/distinfo N ports/x11/tango-icon-theme/Makefile N ports/x11/tango-icon-theme/pkg/DESCR N ports/x11/tango-icon-theme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/08 08:47:23 Modified files: x11 : Makefile Log message: +tango-icon-theme CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 09:50:04 Modified files: usr.sbin/hostated: parse.y Log message: the timeout values are not allowed to exceed the global interval (i figured this out while testing hostated against a stottering spamd where the send/expect timeout needs be > 10 seconds). also use another struct timeval to store the interval for easier handling in the code. ok Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 09:52:58 Modified files: usr.sbin/hostated: hce.c hostated.h Log message: the timeout values are not allowed to exceed the global interval (i figured this out while testing hostated against a stottering spamd where the send/expect timeout needs be > 10 seconds). also use another struct timeval to store the interval for easier handling in the code. ok Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 10:05:48 Modified files: usr.sbin/hostated: hostated.conf.5 Log message: timeouts must not exceed the global interval CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 10:10:24 Modified files: usr.sbin/hostated: check_tcp.c parse.y pfe_filter.c Log message: allow to use service names in addition to numerical port numbers in the configuration file, eg. "real port http". > From Pierre-Yves Ritschard (pyr at spootnik dot org) ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 10:37:27 Log message: new gstreamer-0.10 that can mostly co-exist with the older gstreamer. Lots of packaging details to figure out yet. Status: Vendor Tag: gstreamer Release Tags: new N ports/multimedia/gstreamer-0.10/Makefile.inc N ports/multimedia/gstreamer-0.10/Makefile N ports/multimedia/gstreamer-0.10/plugins-good/Makefile N ports/multimedia/gstreamer-0.10/plugins-good/distinfo N ports/multimedia/gstreamer-0.10/plugins-good/pkg/PFRAG.shared-main N ports/multimedia/gstreamer-0.10/plugins-good/pkg/DESCR-main N ports/multimedia/gstreamer-0.10/plugins-good/pkg/PLIST-main N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-common_m4_as-python_m4 N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-m4_gettext_m4 N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-configure_ac N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-sys_oss_Makefile_in N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-sys_oss_gstosssink_c N ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-sys_oss_gstosssrc_c N ports/multimedia/gstreamer-0.10/plugins-ugly/Makefile N ports/multimedia/gstreamer-0.10/plugins-ugly/distinfo N ports/multimedia/gstreamer-0.10/plugins-ugly/patches/patch-common_m4_as-python_m4 N ports/multimedia/gstreamer-0.10/plugins-ugly/pkg/PLIST-main N ports/multimedia/gstreamer-0.10/plugins-ugly/pkg/DESCR-main N ports/multimedia/gstreamer-0.10/plugins-ugly/pkg/PFRAG.shared-main N ports/multimedia/gstreamer-0.10/plugins-base/Makefile N ports/multimedia/gstreamer-0.10/plugins-base/distinfo N ports/multimedia/gstreamer-0.10/plugins-base/patches/patch-m4_gettext_m4 N ports/multimedia/gstreamer-0.10/plugins-base/patches/patch-common_m4_as-python_m4 N ports/multimedia/gstreamer-0.10/plugins-base/pkg/PLIST-main N ports/multimedia/gstreamer-0.10/plugins-base/pkg/DESCR-main N ports/multimedia/gstreamer-0.10/plugins-base/pkg/PFRAG.shared-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 10:38:38 ports/multimedia/gstreamer-0.10/core Update of /cvs/ports/multimedia/gstreamer-0.10/core In directory cvs.openbsd.org:/tmp/cvs-serv158/core Log Message: Directory /cvs/ports/multimedia/gstreamer-0.10/core added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 10:38:57 ports/multimedia/gstreamer-0.10/core/pkg Update of /cvs/ports/multimedia/gstreamer-0.10/core/pkg In directory cvs.openbsd.org:/tmp/cvs-serv12836/core/pkg Log Message: Directory /cvs/ports/multimedia/gstreamer-0.10/core/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 10:38:58 ports/multimedia/gstreamer-0.10/core/patches Update of /cvs/ports/multimedia/gstreamer-0.10/core/patches In directory cvs.openbsd.org:/tmp/cvs-serv12836/core/patches Log Message: Directory /cvs/ports/multimedia/gstreamer-0.10/core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 10:39:53 Added files: multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/patches: patch-common_m4_as-libtool_m4 patch-common_m4_as-python_m4 patch-common_m4_gettext_m4 multimedia/gstreamer-0.10/core/pkg: DESCR-frontend DESCR-main PFRAG.shared-main PLIST-frontend PLIST-main Log message: add the core package manually, since cvs import doesn't like the name... CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 10:52:27 Modified files: usr.sbin/hostated: hostated.conf.5 Log message: ports can be specified by number or by name CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/08 11:09:24 Modified files: sys/net : if_gif.c Log message: add round brackets around return values CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 11:33:37 Modified files: infrastructure/install: make-plist Log message: for shared libraries, only apply var_backsubst on the library name, leave the version alone. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 11:39:27 Modified files: sys/dev/pci : if_nfe.c if_nfereg.h Log message: Add support for HW TCP/IP checksum offload for adapters that support it. Tested by many (IP/UDP/TCP): Jason McIntyre Chris Kuethe Alf Schlichting Rodolfo Gouveia Peter Stromberg Has been in snaps for weeks too with noone complaining so far. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 11:45:30 Modified files: sys/dev/usb : usbdevs Log message: Add USB id for Mini-PCI Express Gigabyte GN-WI05GS which shows up as an USB device. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 11:49:13 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 11:53:00 Modified files: sys/dev/usb : if_rum.c Log message: attach to Gigabyte GN-WI05GS Mini-PCI Express adapters. bump copyright while i'm here. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 11:54:12 Modified files: lib/libkvm : kvm_amd64.c kvm_mips64.c Log message: the advertising clause on these can safely be removed CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 11:59:15 Modified files: share/man/man4 : rum.4 Log message: Add Gigabyte GN-WI05GS to the list of supported hardware. Add a note about Mini-PCI Express adapters attaching as USB 2.0 devices. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 12:04:53 Modified files: share/man/man4 : rum.4 ral.4 Log message: Remove a note about MIMO and 802.11n Though some adapters use multiple antennas and radio chips to extend the range/coverage and throughput, they won't support the upcoming IEEE 802.11n standard since the radio doesn't support 40MHz channels. Only RT2800 will support 802.11n. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/08 12:06:16 Modified files: share/man/man4 : rum.4 Log message: wording. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/08 12:18:05 Modified files: net/maradns : Makefile distinfo net/maradns/patches: patch-configure net/maradns/pkg: PLIST Log message: update to maradns 1.2.12.04 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 12:32:39 Modified files: usr.sbin/dvmrpd: in_cksum.c Log message: how did you use one with an old license?? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 12:37:04 Modified files: usr.sbin/ospfd : in_cksum.c Log message: term 3 here can be dropped too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 12:39:25 Modified files: lib/libc/stdlib: llabs.c lib/libedit : makelist Log message: advertising clauses that can be dropped CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 12:46:08 Modified files: regress/usr.bin/diff: t8.1 Log message: advertising clauses that can be dropped CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 12:52:25 Modified files: devel/gstreamer-plugins: Makefile devel/gstreamer-plugins/pkg: PLIST-a52 PLIST-arts PLIST-audiofile PLIST-cdaudio PLIST-cdda PLIST-dvdnav PLIST-dvdread PLIST-esd PLIST-faad PLIST-flac PLIST-gnome PLIST-gsm PLIST-jpeg PLIST-lame PLIST-mad PLIST-mikmod PLIST-mpeg2 PLIST-musepack PLIST-ogg PLIST-sdl PLIST-sidplay PLIST-sndfile PLIST-speex PLIST-theora PLIST-tremor PLIST-vorbis Log message: allow for gstreamer-0.10 to use the same names, since there won't be any conflict. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/08 13:32:34 Modified files: sys/dev/pci : if_msk.c Log message: No need to re-init on every media change. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 13:46:18 Modified files: usr.sbin/hostated: buffer.c check_http.c check_icmp.c check_send_expect.c check_tcp.c control.c hce.c hostated.c hostated.conf.5 hostated.h imsg.c parse.y pfe.c pfe_filter.c Log message: do NOT use the regexp interface. it is way to complicated, error-prone and we don't know about all the possible security problems. change the check send/expect code to use the fnmatch(3) interface using shell globbing rules instead. this allows simple patterns like "220 * ESMTP*" or "SSH-[12].??-*". suggested by deraadt@ and otto@ ok Pierre-Yves Ritschard (pyr at spootnik dot org) CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/08 14:29:35 Modified files: usr.sbin/tcpdump: print-bootp.c Log message: c should be u_char for printing option numbers. fix parameter request list option numbers >127 being negative. ok krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/08 15:18:50 Modified files: sys/dev/ic : lm78var.h Log message: Fix comment. From Constantine A. Murenin. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2007/01/08 15:26:47 Modified files: . : i386-laptop.html Log message: update my T42 laptop entry: - add link to an additional xorg.conf example using the radeon(4) driver's Pseudo-Xinerama MergedFB dualhead mode (i'm using this for a while now) - new links (the domain wlsec.net is history) - update to 4.0, add aps(4) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/08 16:13:55 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-base/pkg: DESCR-cdda DESCR-gnome DESCR-ogg DESCR-pango DESCR-theora DESCR-vorbis PLIST-cdda PLIST-gnome PLIST-ogg PLIST-pango PLIST-theora PLIST-vorbis Removed files: multimedia/gstreamer-0.10/plugins-base/pkg: PFRAG.shared-main Log message: split out plugins into several subpackages according to dependencies. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 17:34:08 src/usr.sbin/hoststated Update of /cvs/src/usr.sbin/hoststated In directory cvs.openbsd.org:/usr/src/usr.sbin/hoststated Log Message: Directory /cvs/src/usr.sbin/hoststated added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 17:35:38 src/usr.sbin/hoststatectl Update of /cvs/src/usr.sbin/hoststatectl In directory cvs.openbsd.org:/usr/src/usr.sbin/hoststatectl Log Message: Directory /cvs/src/usr.sbin/hoststatectl added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 17:44:37 Removed files: usr.sbin/hostatectl: Makefile hostatectl.8 hostatectl.c parser.c parser.h usr.sbin/hostated: Makefile buffer.c check_http.c check_icmp.c check_send_expect.c check_tcp.c control.c hce.c hostated.8 hostated.c hostated.conf.5 hostated.h imsg.c log.c parse.y pfe.c pfe_filter.c Log message: rename to hoststate{d,ctl}, using a repository copy as discussed with reyk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/08 17:45:32 Modified files: usr.sbin/hoststatectl: Makefile hoststatectl.c parser.c usr.sbin/hoststated: Makefile buffer.c check_http.c check_icmp.c check_send_expect.c check_tcp.c control.c hce.c imsg.c parse.y pfe.c pfe_filter.c Log message: adapt to rename CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 19:32:58 Modified files: usr.sbin/hoststated: Makefile hoststated.c Log message: unbreak CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/08 20:32:56 Modified files: usr.sbin/hoststated: check_icmp.c hoststated.h Log message: use the correct buffer sizes. (this code needs some more work to implement a better icmp handling, but this will fix a serious bug for now) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/01/08 21:11:29 Modified files: etc : sysctl.conf Log message: add net.inet6.ip6.mforwarding which was forgotten when the variable was added. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/09 01:37:44 Modified files: usr.bin/sed : compile.c Log message: Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/01/09 01:43:25 Modified files: sys/arch/i386/i386: trap.c Log message: Miod used a too large hatchet when trimming userret in 1.80. Restore user priority before returning to userland. (other architectures checked and seem to do the right thing) miod@ ok CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/09 02:56:57 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-Makefile_in patch-config_layout Log message: switch apache2 from a gnu style configure to a simple one so we can define prefix the way apache likes it. this is because apache2 has a different understanding of what the prefix means, and our understanding and application of it on this port leads to extremely confused paths in a lot of its generated files. our understanding of prefix is to mean the path at which the binaries, libs, manpages, and so on are stored, ie, /usr/local. apache2 understands prefix to mean "install architecture-independent files", or in real terms the ServerRoot. obviously using /usr/local as the server root when we want to use /var/apache2 for that purpose is uncomfortable for it, and it leads to things like broken paths in the default config files and builds of modules. ok robert@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/09 03:01:43 Modified files: usr.bin/cvs : edit.c Log message: remove uneeded linebreak when creating the CVS/Notify file with the edit command. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2007/01/09 03:15:15 Modified files: audio/mt-daapd : Makefile Added files: audio/mt-daapd/patches: patch-src_mDNSUNP_c Log message: Use sa_len for size of struct sockaddr if it exists, not just for FreeBSD. Also append p0 to PKGNAME. OK Arnaud Bergeron. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/01/09 03:20:12 Modified files: etc : login.conf.in Log message: Add authpf class as per the pf faq; from Alex Holst. OK beck@. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/09 03:35:42 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/patches: patch-Makefile_in patch-configure mail/fetchmail/pkg: PLIST Log message: Security update to fetchmail-6.3.6: A password disclosure vulnerability (CVE-2006-5867, fetchmail's using unsafe logins or omitting TLS) and a denial of service vulnerability (CVE-2006-5974, fetchmail crashes, dereferencing the null page, when rejecting a message sent to an MDA). Fetchmail 6.3.6 also fixes several regressions and long-standing bugs. Details: https://lists.berlios.de/pipermail/fetchmail-announce/2007-January/000042.html tests & ok jasper@, simon@ CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/09 03:47:37 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-config_layout www/apache-httpd/pkg: PLIST Log message: enable all the modules, and build them as shared objects. mark the port SHARED_ONLY. ok robert@ CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/09 04:18:13 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST Log message: enable the cache, disk_cache, and all the proxy modules. mem_cache wont build since we arent using a threaded worker. requested by ssehic CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/09 05:40:32 Modified files: infrastructure/db: user.list Log message: add missing entry for _puppet CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2007/01/09 06:04:00 Modified files: . : press.html Log message: Stephan A. Rickauer, Institute of Neuroinformatics, ETH / University Zurich, wrote a nice article about HA Firewalls with OpenBSD/PF for the German Linux Magazin in December 2005. Now he got the permission to release the PDF version of his article online. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/09 06:50:11 Modified files: usr.sbin/hoststatectl: hoststatectl.8 hoststatectl.c usr.sbin/hoststated: control.c hce.c hoststated.8 hoststated.c hoststated.conf.5 hoststated.h parse.y pfe.c pfe_filter.c Log message: Finish renaming hostated to hoststated. Note to testers: the user the daemon changes its id to is now _hoststated, don't forget to update master.passwd. ok reyk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/09 07:11:23 Modified files: usr.sbin/hoststated: check_http.c Log message: typo CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/01/09 07:24:07 Modified files: xc/programs/Xserver/dbe: dbe.c xc/programs/Xserver/render: render.c Log message: CVE-2006-6101 CVE-2006-6102 CVE-2006-6103: The ProcDbeGetVisualInfo(), ProcDbeSwapBuffer() and ProcRenderAddGlyphs() functions in the X server, implementing requests for the dbe and render extensions, may be used to overwrite data on the stack or in other parts of the X server memory. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/09 07:24:31 Modified files: xserver/dbe : dbe.c xserver/render : render.c Log message: CVE-2006-6101 CVE-2006-6102 CVE-2006-6103: The ProcDbeGetVisualInfo(), ProcDbeSwapBuffer() and ProcRenderAddGlyphs() functions in the X server, implementing requests for the dbe and render extensions, may be used to overwrite data on the stack or in other parts of the X server memory. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2007/01/09 08:13:37 Modified files: usr.bin/gprof : elf.c Log message: Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only feature, used to indicate whether code is ARM or Thumb. Unfortunately they confuse gprof, which outputs call graphs where every other function is named "$a"... not very useful. Rather than enumerating the different symbols, binutils ignores anything beginning with '$', and that is what we will do here. Thanks to Dale Rahn for useful tips along the way. ok miod CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/09 09:12:57 Log message: import kicad-2006-08-28 Kicad is an open source software for the creation of electronic schematic diagrams and printed circuit board artwork. with some ideas from freebsd. also tested by Antti Harri , thanks Status: Vendor Tag: steven Release Tags: steven-20070109 N ports/cad/kicad/distinfo N ports/cad/kicad/Makefile N ports/cad/kicad/patches/patch-makefile_gtk N ports/cad/kicad/patches/patch-include_fctsys_h N ports/cad/kicad/patches/patch-3d-viewer_makefile_gtk N ports/cad/kicad/patches/patch-common_makefile_gtk N ports/cad/kicad/patches/patch-cvpcb_makefile_gtk N ports/cad/kicad/patches/patch-eeschema_makefile_gtk N ports/cad/kicad/patches/patch-gerbview_makefile_gtk N ports/cad/kicad/patches/patch-kicad_makefile_gtk N ports/cad/kicad/patches/patch-pcbnew_makefile_gtk N ports/cad/kicad/patches/patch-pcbnew_class_module_cpp N ports/cad/kicad/patches/patch-common_gestfich_cpp N ports/cad/kicad/patches/patch-common_edaappl_cpp N ports/cad/kicad/patches/patch-eeschema_plugins_makefile_gtk N ports/cad/kicad/patches/patch-pcbnew_class_pad_cpp N ports/cad/kicad/pkg/PLIST-main N ports/cad/kicad/pkg/PLIST-docs N ports/cad/kicad/pkg/DESCR-main N ports/cad/kicad/pkg/DESCR-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/09 09:13:38 Modified files: cad : Makefile Log message: +kicad CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2007/01/09 09:24:05 Modified files: share/man/man4 : tty.4 Log message: TIOCGPGRP and TIOCSPGRP are the underlying ioctl(2)s for tcgetpgrp and tcsetpgrp, respectively, not tcgetattr and tcsetattr; from "Matthew R. Dempsky" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/09 09:27:23 Modified files: sys/dev/microcode/kue: build.c Log message: dev/usb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/09 09:30:08 Modified files: sys/dev/microcode/kue: build.c sys/dev/usb : if_kue.c Log message: network byte order firmware, so that firmware files are the same on all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/09 09:30:38 Modified files: cad/qcad : Makefile distinfo cad/qcad/pkg : PLIST Added files: cad/qcad/patches: patch-mkspecs_defs_pro patch-qcad_src_qc_applicationwindow_cpp patch-qcad_src_qcad_pro patch-qcadlib_src_engine_rs_arc_cpp patch-qcadlib_src_engine_rs_circle_cpp patch-qcadlib_src_engine_rs_ellipse_cpp patch-qcadlib_src_engine_rs_line_cpp patch-qcadlib_src_engine_rs_system_cpp patch-qcadlib_src_engine_rs_system_h patch-qcadlib_src_gui_rs_graphicview_cpp patch-qcadlib_src_gui_rs_linetypepattern_h patch-scripts_build_qcad_sh patch-scripts_release_translations_sh Removed files: cad/qcad/patches: patch-rfiledgn_cpp patch-rprgdef_h Log message: update to qcad 2.0.5.0 problem on amd64 fixed by Martynas Venckus, thanks also tested by ckuethe, ajacoutot, Antti Harri, and Andreas Bihlmaier CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/09 10:12:14 Modified files: usr.bin/cvs : watch.c Log message: add remote handler for the cvs watch command; not linked to the build. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/09 11:01:54 Modified files: usr.bin/man : man.c Log message: fix usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/09 11:06:08 Modified files: bin/md5 : md5.c Log message: align usage message correctly CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/09 11:42:05 Modified files: www/mod_jk : Makefile distinfo www/mod_jk/files: README.OpenBSD Added files: www/mod_jk/patches: patch-conf_workers_properties_minimal patch-native_apache-1_3_Makefile_in patch-native_common_Makefile_in Removed files: www/mod_jk/patches: patch-jk_conf_workers_properties_minimal Log message: - maintenance update to 1.2.20 from Matt Jibson - fix SEPARATE_BUILD=concurrent - update README.OpenBSD CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/09 11:49:28 Modified files: databases/iodbc: Makefile Added files: databases/iodbc/pkg: DESCR-admin DESCR-main PFRAG.shared-admin PFRAG.shared-main PLIST-admin PLIST-main Removed files: databases/iodbc/pkg: DESCR PFRAG.shared PLIST Log message: Add -admin package for the graphical admin application. okay steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 12:40:49 Modified files: infrastructure/install: make-plist Log message: yet more special-casing: do backsubst for libnames correctly, so that update plist correctly registers existing ones, otherwise shared libraries with some weird names will always pop back to the main PLIST. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2007/01/09 12:59:11 Modified files: editors/vim : Makefile distinfo Log message: add latest bunch of patches from vim.org ok dassow CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 13:00:23 Modified files: multimedia/gstreamer-0.10: Makefile.inc multimedia/gstreamer-0.10/core/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-cdda PLIST-gnome PLIST-main PLIST-ogg PLIST-pango PLIST-theora PLIST-vorbis multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main Removed files: multimedia/gstreamer-0.10/core/pkg: PFRAG.shared-main multimedia/gstreamer-0.10/plugins-good/pkg: PFRAG.shared-main multimedia/gstreamer-0.10/plugins-ugly/pkg: PFRAG.shared-main Log message: gstreamer does not make a lot of sense of non-shared architectures. Explicitly disable all static building, which basically will halve build time, and set no shared. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/01/09 13:24:35 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 13:43:46 Modified files: multimedia/gstreamer-0.10/core: Makefile multimedia/gstreamer-0.10/plugins-base: Makefile Log message: fix nits: core package name, and cdda dependencies CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/09 13:52:13 Modified files: net/gtk-gnutella: Makefile net/gtk-gnutella/patches: patch-Configure Log message: really deactivate dbus, noticed by jasper CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/09 14:30:35 Modified files: distrib/sets/lists/xbase: md.zaurus distrib/sets/lists/xetc: md.zaurus distrib/sets/lists/xserv: md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 14:33:25 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-main PLIST-main Added files: multimedia/gstreamer-0.10/plugins-good/patches: patch-m4_aalib_m4 multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-aalib DESCR-cairo DESCR-esd DESCR-gconf PLIST-aalib PLIST-annodex PLIST-cairo PLIST-esd PLIST-gconf Log message: start repackaging into independent packages CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/09 14:49:12 Modified files: app/ssh-askpass: Imakefile x11-ssh-askpass.c Log message: updated patch from reyk@: no need to check for invalid screen dimensions this is a bug^Wfeature of the radeon driver. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/01/09 14:50:11 Modified files: xc/programs/ssh-askpass: Imakefile x11-ssh-askpass.c Log message: updated patch by reyk@: no need to check for invalid screen dimensions. This is a bug^Wfeature of the radeon driver. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 15:01:28 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile Added files: multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-flac DESCR-speex PLIST-flac PLIST-speex Log message: reactivate speex and flac as separate plugins CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/09 15:02:38 Modified files: distrib/sets/lists/xbase: md.armish distrib/sets/lists/xetc: md.armish distrib/sets/lists/xserv: md.armish Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/09 15:33:43 Modified files: sys/dev/pci : pcidevs Log message: Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/09 15:36:25 Modified files: sys/dev/pci : pcidevs_data.h pcidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/09 15:37:18 Modified files: sys/arch/sparc64/dev: ebus.c Log message: Adjust for USIII to RIO EBus renaming. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 16:22:56 Modified files: multimedia/gstreamer-0.10: Makefile.inc multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_sunaudio_gstsunaudiomixerctrl_c patch-sys_sunaudio_gstsunaudiomixerctrl_h patch-sys_sunaudio_gstsunaudiosink_c patch-sys_sunaudio_gstsunaudiosink_h patch-sys_sunaudio_gstsunaudiosrc_c Log message: all of gstreamer is happy with SEPARATE_BUILD. patch it to compile and build the sunaudio plugin. Not really functional yet, though... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 17:34:49 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile Added files: multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-dv DESCR-gdk DESCR-jpeg DESCR-png DESCR-taglib PLIST-dv PLIST-gdk PLIST-jpeg PLIST-png PLIST-taglib Log message: a few plugins more: dv, gdk_pixbuf, jpeg, png, taglib CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 18:41:02 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile Added files: multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-caca DESCR-shout PLIST-caca PLIST-shout Log message: add shoutcast and libcaca plugins CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 18:41:29 Modified files: infrastructure/install: make-plist Log message: cache mtrees read from dependencies so that we don't parse the same dependency twice across MULTI_PACKAGES. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/09 19:13:23 Modified files: usr.bin/rcs : rcsutil.c Log message: Clear EOF before prompting user for input. Fixes PR 5342. OK joris@ and xsa@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/09 19:14:04 Modified files: multimedia/gstreamer-0.10/plugins-ugly: Makefile multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-ugly/pkg: DESCR-a52 DESCR-lame DESCR-mad DESCR-sidplay PLIST-a52 PLIST-lame PLIST-mad PLIST-sidplay Log message: start cutting plugins into separate packages CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/01/10 00:58:08 Modified files: sys/kern : kern_time.c Log message: Fix getitimer to use uptime as setitimer does. Fixes bad output from getitimer when the clock on the machine has been reset. miod@ ok CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/10 01:00:03 Modified files: audio/mt-daapd : Makefile Added files: audio/mt-daapd/patches: patch-contrib_mt-daapd_conf Log message: fix two paths in the config file. one reported by ian via maintainer. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/01/10 01:10:47 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: remove ancient code. sync w/ kame CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/10 02:27:34 Modified files: mail/imap-uw/patches: patch-Makefile Log message: fix broken non-interactive build for flavour plaintext; no binary package changes CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/10 03:27:13 Modified files: lt : donations.html fr : donations.html press.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2007/01/10 03:37:07 Log message: rtsp.org reference implementation for an RTSP proxy, from Real Networks. ok sturm@ Status: Vendor Tag: grunk Release Tags: grunk_20070110 N ports/net/osrtspproxy/Makefile N ports/net/osrtspproxy/distinfo N ports/net/osrtspproxy/patches/patch-libapp_Avl_h N ports/net/osrtspproxy/patches/patch-rtspproxy_Makefile_in N ports/net/osrtspproxy/patches/patch-configure N ports/net/osrtspproxy/pkg/PLIST N ports/net/osrtspproxy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2007/01/10 03:40:29 Modified files: net : Makefile Log message: link osrtspproxy, ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/10 04:30:03 Modified files: devel/gstreamer-plugins: Makefile Log message: unconfuse pkg_add, get the gstreamer dependency to grab only 0.8.* CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/10 05:06:57 Modified files: net/gnet : Makefile distinfo net/gnet/patches: patch-Makefile_in net/gnet/pkg : PLIST Log message: - update to gnet-2.0.7 ok jolan@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 05:48:29 Modified files: print/acroread : Makefile distinfo Log message: Security update to acroread-7.0.9. Fixes for CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0048. http://www.adobe.com/support/security/bulletins/apsb07-01.html http://www.piotrbania.com/all/adv/adobe-acrobat-adv.txt ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/10 05:58:31 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-flac PLIST-jpeg multimedia/gstreamer-0.10/plugins-ugly: Makefile Added files: multimedia/gstreamer-0.10/plugins-ugly/pkg: DESCR-dvdread DESCR-mpeg2 PLIST-dvdread PLIST-mpeg2 Removed files: multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-annodex Log message: more clean-up: re-add dvdread and mpeg plugins. add correct annotations for full install, tweak some lib depends. add run depends from all subpackages to their respective main packages so that they can use the correct message files. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 06:23:22 Modified files: usr.bin/ssh : ssh_config.5 Log message: do not use a list for SYNOPSIS; this is actually part of a larger report sent by eric s. raymond and forwarded by brad, but i only read half of it. spotted by brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 06:42:20 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 06:45:01 Modified files: sbin/ipsecctl : ipsecctl.c Log message: add -k to usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 06:50:32 Modified files: usr.sbin/syslogc: syslogc.8 Log message: - better wording for -f, as well as missing punctuation - put CAVEATS in the right place CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/10 06:51:50 Log message: import of mod_perl 2.0.3 for use on apache 2 this package aims to provide the full power of perl together with the apache web server version 2. you can use perl to manage apache, respond to requests for web pages and much more. there already exists a mod_perl in ports (www/mod_perl) for use with the apache in the base openbsd system. this one is usable only with www/apache-httpd. the mod_perl developers were kind enough to set things up so they wont conflict with each other, so you can have both running concurrently. originally from srebrenko sehic, with some naming tweaks from me. lots of help from robert@ (as always). im importing this now so it can be worked on in tree, but not hooking it up to the bulk builds. there are a few warts that need to be fixed but i hate sending tarballs around when we have a tree to develop in. its also nice to have commit messages against changes so you can see why decisions were made a certain way. after everyone is happy it can be hooked up. Status: Vendor Tag: dlg Release Tags: dlg20070110 N ports/www/ap2-mod_perl/Makefile N ports/www/ap2-mod_perl/distinfo N ports/www/ap2-mod_perl/pkg/DESCR N ports/www/ap2-mod_perl/pkg/PLIST N ports/www/ap2-mod_perl/pkg/MESSAGE N ports/www/ap2-mod_perl/pkg/UNMESSAGE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 06:54:39 Modified files: usr.sbin/syslogc: syslogc.c Log message: sync usage() somewhat; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 07:02:20 Modified files: usr.bin/top : top.1 Log message: - use .Sq for single characters, rather than .Dq - zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 07:11:34 Modified files: share/man/man4/man4.macppc: fcu.4 Log message: zip trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/10 07:22:00 Modified files: www/ap2-mod_perl: Makefile www/ap2-mod_perl/pkg: MESSAGE UNMESSAGE Log message: tweak MESSAGE and UNMESSAGE to use ${SYSCONFDIR} and ${PREFIX} rather than hard coded paths. better wording while here. pointed out by steven@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/01/10 07:22:50 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: Add Gigabyte GN-WI05GS to the list of supported hardware. from damien's rum.4 commit; CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/10 07:24:35 Modified files: www/ap2-mod_perl: Makefile Log message: whitespace fixes CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/01/10 07:27:11 Modified files: www/ap2-mod_perl: Makefile Log message: more tweaks from steven@: use BUILD_DEPENDS= RUN_DEPENDS, not the other way round use SHARED_ONLY=Yes instead of the NOT_FOR_ARCHS line CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2007/01/10 07:37:09 Modified files: sbin/ipsecctl : parse.y regress/sbin/ipsecctl: Makefile Added files: regress/sbin/ipsecctl: ipsec53.in ipsec53.ok Log message: allow rule if there is at least _one_ matching address family combination. this allows 'flow from lo0 to 127.0.0.1' if lo0 has an ipv6 address. ok itojun@, hshoexer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 07:40:35 Modified files: share/man/man4/man4.hp300: isabr.4 Log message: makesd -> masked; ok miod CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 08:09:13 Modified files: www/ap2-mod_perl: Makefile Log message: Add missing WANTLIBs. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/10 08:22:55 Modified files: share/man/man5 : hostname.if.5 Log message: "alias" is literal text, not an argument name. ok jmc@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/10 08:41:28 Modified files: sys/arch/i386/i386: esm.c Log message: fix fallout of the split sensor devices change which caused lockups on boot. dont call sensordev_install multiple times for esm0. there are multiple devices accessed via the one esm interface that provide sensor info for various parts of the system. sensordev_install was being called after each of these parts was being probed, rather than right at the end after the entire list of sensors has been built. tested by kurt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/10 09:14:36 Modified files: share/man/man4 : acpi.4 Added files: share/man/man4 : acpiac.4 acpibat.4 acpibtn.4 acpiec.4 acpihpet.4 acpitimer.4 acpitz.4 Log message: As requested by deraadt, split acpi(4) up into individual driver pages. While doing this, improve and add the text of some manuals. Some of these are simply revived versions of the pages back from when they were individual pages. Input and ok from jmc. Note: When we wrote these pages, people submitted new pages to jmc and I. At some point during this, we decided to merge all pages into acpi(4) (which is now being undone), and I lost track of who sent what. Thus, if you think you should be the copyright owner of any of these files, get back to me in private. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/10 09:15:32 Modified files: share/man/man4 : Makefile Log message: Handle that acpi(4) is split out into individual pages: Remove MLINKS and add to MAN. ok jmc CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/10 09:17:23 Modified files: share/man/man5 : hostname.if.5 Log message: Add a sentence to document the use of the "alias" literal. ok jmc@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/10 09:33:10 Modified files: share/man/man8 : crash.8 Log message: An example should use "e.g." ("for example") rather than "i.e." ("that is"). ok jmc@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/10 09:57:56 Modified files: lang/python : Makefile.inc lang/python/2.3: Makefile distinfo lang/python/2.3/patches: patch-configure_in lang/python/2.4: Makefile lang/python/2.4/patches: patch-configure_in lang/python/2.5: Makefile Removed files: lang/python/2.3/patches: patch-Modules_pypcre_c Log message: - update to python 2.3.6 - build python with CXX, fixes problems with extensions that use CXX such as the py-wxWidgets problem spotted by john.danks at gmail.com from alek@ some time ago CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 11:02:27 Modified files: devel/tkdiff : Makefile devel/tkdiff/pkg: PLIST devel/tkcvs : Makefile devel/tkcvs/pkg: PLIST Log message: tkdiff and tkcvs both install ${LOCALBASE}/bin/tkdiff. Add @conflict markers. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/10 11:04:25 Modified files: usr.bin/rcs : rcsprog.c Log message: you know what, now that openrcs is in fact working properly and has been in the previous release - how about we give it a proper version instead of "OpenCVS RCS 3.6" okay xsa@, ray@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/01/10 11:09:26 Modified files: sys/dev/microcode/bnx: build.c sys/dev/pci : if_bnx.c Log message: change firmware byte order to be same on all architectures THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/01/10 11:20:40 Log message: ISC BIND release 9.3.3 Status: Vendor Tag: ISC Release Tags: BIND_9_3_3 C src/usr.sbin/bind/CHANGES U src/usr.sbin/bind/COPYRIGHT C src/usr.sbin/bind/FAQ U src/usr.sbin/bind/FAQ.xml C src/usr.sbin/bind/Makefile.in C src/usr.sbin/bind/README U src/usr.sbin/bind/acconfig.h U src/usr.sbin/bind/aclocal.m4 U src/usr.sbin/bind/config.guess C src/usr.sbin/bind/config.h.in U src/usr.sbin/bind/config.sub U src/usr.sbin/bind/config.threads.in C src/usr.sbin/bind/configure C src/usr.sbin/bind/configure.in U src/usr.sbin/bind/install-sh U src/usr.sbin/bind/isc-config.sh.in C src/usr.sbin/bind/libtool.m4 C src/usr.sbin/bind/ltmain.sh U src/usr.sbin/bind/mkinstalldirs C src/usr.sbin/bind/version U src/usr.sbin/bind/bin/Makefile.in U src/usr.sbin/bind/bin/check/Makefile.in U src/usr.sbin/bind/bin/check/check-tool.c U src/usr.sbin/bind/bin/check/check-tool.h U src/usr.sbin/bind/bin/check/named-checkconf.8 U src/usr.sbin/bind/bin/check/named-checkconf.c U src/usr.sbin/bind/bin/check/named-checkconf.docbook C src/usr.sbin/bind/bin/check/named-checkconf.html U src/usr.sbin/bind/bin/check/named-checkzone.8 U src/usr.sbin/bind/bin/check/named-checkzone.c U src/usr.sbin/bind/bin/check/named-checkzone.docbook U src/usr.sbin/bind/bin/check/named-checkzone.html U src/usr.sbin/bind/bin/dig/Makefile.in C src/usr.sbin/bind/bin/dig/dig.1 C src/usr.sbin/bind/bin/dig/dig.c U src/usr.sbin/bind/bin/dig/dig.docbook C src/usr.sbin/bind/bin/dig/dig.html C src/usr.sbin/bind/bin/dig/dighost.c C src/usr.sbin/bind/bin/dig/host.1 C src/usr.sbin/bind/bin/dig/host.c U src/usr.sbin/bind/bin/dig/host.docbook C src/usr.sbin/bind/bin/dig/host.html C src/usr.sbin/bind/bin/dig/nslookup.1 C src/usr.sbin/bind/bin/dig/nslookup.c U src/usr.sbin/bind/bin/dig/nslookup.docbook U src/usr.sbin/bind/bin/dig/nslookup.html C src/usr.sbin/bind/bin/dig/include/dig/dig.h U src/usr.sbin/bind/bin/dnssec/Makefile.in U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.8 U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.c U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.docbook C src/usr.sbin/bind/bin/dnssec/dnssec-keygen.html C src/usr.sbin/bind/bin/dnssec/dnssec-signzone.8 C src/usr.sbin/bind/bin/dnssec/dnssec-signzone.c U src/usr.sbin/bind/bin/dnssec/dnssec-signzone.docbook C src/usr.sbin/bind/bin/dnssec/dnssec-signzone.html U src/usr.sbin/bind/bin/dnssec/dnssectool.c U src/usr.sbin/bind/bin/dnssec/dnssectool.h U src/usr.sbin/bind/bin/named/Makefile.in U src/usr.sbin/bind/bin/named/aclconf.c U src/usr.sbin/bind/bin/named/builtin.c C src/usr.sbin/bind/bin/named/client.c C src/usr.sbin/bind/bin/named/config.c U src/usr.sbin/bind/bin/named/control.c C src/usr.sbin/bind/bin/named/controlconf.c C src/usr.sbin/bind/bin/named/interfacemgr.c U src/usr.sbin/bind/bin/named/listenlist.c U src/usr.sbin/bind/bin/named/log.c U src/usr.sbin/bind/bin/named/logconf.c U src/usr.sbin/bind/bin/named/lwaddr.c U src/usr.sbin/bind/bin/named/lwdclient.c U src/usr.sbin/bind/bin/named/lwderror.c U src/usr.sbin/bind/bin/named/lwdgabn.c U src/usr.sbin/bind/bin/named/lwdgnba.c U src/usr.sbin/bind/bin/named/lwdgrbn.c U src/usr.sbin/bind/bin/named/lwdnoop.c U src/usr.sbin/bind/bin/named/lwresd.8 C src/usr.sbin/bind/bin/named/lwresd.c U src/usr.sbin/bind/bin/named/lwresd.docbook C src/usr.sbin/bind/bin/named/lwresd.html U src/usr.sbin/bind/bin/named/lwsearch.c C src/usr.sbin/bind/bin/named/main.c C src/usr.sbin/bind/bin/named/named.8 U src/usr.sbin/bind/bin/named/named.conf.5 U src/usr.sbin/bind/bin/named/named.conf.docbook U src/usr.sbin/bind/bin/named/named.conf.html U src/usr.sbin/bind/bin/named/named.docbook C src/usr.sbin/bind/bin/named/named.html U src/usr.sbin/bind/bin/named/notify.c C src/usr.sbin/bind/bin/named/query.c C src/usr.sbin/bind/bin/named/server.c U src/usr.sbin/bind/bin/named/sortlist.c U src/usr.sbin/bind/bin/named/tkeyconf.c U src/usr.sbin/bind/bin/named/tsigconf.c C src/usr.sbin/bind/bin/named/update.c U src/usr.sbin/bind/bin/named/xfrout.c U src/usr.sbin/bind/bin/named/zoneconf.c U src/usr.sbin/bind/bin/named/include/named/aclconf.h U src/usr.sbin/bind/bin/named/include/named/builtin.h U src/usr.sbin/bind/bin/named/include/named/client.h U src/usr.sbin/bind/bin/named/include/named/config.h C src/usr.sbin/bind/bin/named/include/named/control.h C src/usr.sbin/bind/bin/named/include/named/globals.h U src/usr.sbin/bind/bin/named/include/named/interfacemgr.h U src/usr.sbin/bind/bin/named/include/named/listenlist.h U src/usr.sbin/bind/bin/named/include/named/log.h U src/usr.sbin/bind/bin/named/include/named/logconf.h U src/usr.sbin/bind/bin/named/include/named/lwaddr.h U src/usr.sbin/bind/bin/named/include/named/lwdclient.h U src/usr.sbin/bind/bin/named/include/named/lwresd.h U src/usr.sbin/bind/bin/named/include/named/lwsearch.h U src/usr.sbin/bind/bin/named/include/named/main.h U src/usr.sbin/bind/bin/named/include/named/notify.h U src/usr.sbin/bind/bin/named/include/named/ns_smf_globals.h U src/usr.sbin/bind/bin/named/include/named/query.h U src/usr.sbin/bind/bin/named/include/named/server.h U src/usr.sbin/bind/bin/named/include/named/sortlist.h U src/usr.sbin/bind/bin/named/include/named/tkeyconf.h U src/usr.sbin/bind/bin/named/include/named/tsigconf.h U src/usr.sbin/bind/bin/named/include/named/types.h U src/usr.sbin/bind/bin/named/include/named/update.h U src/usr.sbin/bind/bin/named/include/named/xfrout.h U src/usr.sbin/bind/bin/named/include/named/zoneconf.h U src/usr.sbin/bind/bin/named/unix/Makefile.in C src/usr.sbin/bind/bin/named/unix/os.c U src/usr.sbin/bind/bin/named/unix/include/named/os.h U src/usr.sbin/bind/bin/nsupdate/Makefile.in C src/usr.sbin/bind/bin/nsupdate/nsupdate.8 C src/usr.sbin/bind/bin/nsupdate/nsupdate.c U src/usr.sbin/bind/bin/nsupdate/nsupdate.docbook C src/usr.sbin/bind/bin/nsupdate/nsupdate.html U src/usr.sbin/bind/bin/rndc/Makefile.in C src/usr.sbin/bind/bin/rndc/rndc-confgen.8 U src/usr.sbin/bind/bin/rndc/rndc-confgen.c U src/usr.sbin/bind/bin/rndc/rndc-confgen.docbook C src/usr.sbin/bind/bin/rndc/rndc-confgen.html U src/usr.sbin/bind/bin/rndc/rndc.8 C src/usr.sbin/bind/bin/rndc/rndc.c U src/usr.sbin/bind/bin/rndc/rndc.conf U src/usr.sbin/bind/bin/rndc/rndc.conf.5 U src/usr.sbin/bind/bin/rndc/rndc.conf.docbook C src/usr.sbin/bind/bin/rndc/rndc.conf.html U src/usr.sbin/bind/bin/rndc/rndc.docbook C src/usr.sbin/bind/bin/rndc/rndc.html U src/usr.sbin/bind/bin/rndc/util.c U src/usr.sbin/bind/bin/rndc/util.h U src/usr.sbin/bind/bin/rndc/include/rndc/os.h U src/usr.sbin/bind/bin/rndc/unix/Makefile.in U src/usr.sbin/bind/bin/rndc/unix/os.c U src/usr.sbin/bind/bin/tests/Kchild.example.+003+04017.key U src/usr.sbin/bind/bin/tests/Kchild.example.+003+04017.private C src/usr.sbin/bind/bin/tests/Makefile.in U src/usr.sbin/bind/bin/tests/adb_test.c U src/usr.sbin/bind/bin/tests/b8t.mk U src/usr.sbin/bind/bin/tests/b9t.mk U src/usr.sbin/bind/bin/tests/byaddr_test.c U src/usr.sbin/bind/bin/tests/byname_test.c U src/usr.sbin/bind/bin/tests/cfg_test.c C src/usr.sbin/bind/bin/tests/compress_test.c U src/usr.sbin/bind/bin/tests/db_test.c U src/usr.sbin/bind/bin/tests/entropy2_test.c U src/usr.sbin/bind/bin/tests/entropy_test.c U src/usr.sbin/bind/bin/tests/fsaccess_test.c U src/usr.sbin/bind/bin/tests/genrandom.c U src/usr.sbin/bind/bin/tests/gxba_test.c U src/usr.sbin/bind/bin/tests/gxbn_test.c U src/usr.sbin/bind/bin/tests/hash_test.c U src/usr.sbin/bind/bin/tests/inter_test.c U src/usr.sbin/bind/bin/tests/lex_test.c U src/usr.sbin/bind/bin/tests/headerdep_test.sh.in C src/usr.sbin/bind/bin/tests/journalprint.c U src/usr.sbin/bind/bin/tests/keyboard_test.c U src/usr.sbin/bind/bin/tests/lfsr_test.c U src/usr.sbin/bind/bin/tests/log_test.c U src/usr.sbin/bind/bin/tests/lwres_test.c U src/usr.sbin/bind/bin/tests/lwresconf_test.c U src/usr.sbin/bind/bin/tests/master_test.c U src/usr.sbin/bind/bin/tests/mempool_test.c U src/usr.sbin/bind/bin/tests/name_test.c U src/usr.sbin/bind/bin/tests/named.conf U src/usr.sbin/bind/bin/tests/ndc.conf U src/usr.sbin/bind/bin/tests/ndc.conf-include U src/usr.sbin/bind/bin/tests/nsecify.c U src/usr.sbin/bind/bin/tests/printmsg.c U src/usr.sbin/bind/bin/tests/printmsg.h U src/usr.sbin/bind/bin/tests/ratelimiter_test.c U src/usr.sbin/bind/bin/tests/rbt_test.c U src/usr.sbin/bind/bin/tests/rbt_test.out U src/usr.sbin/bind/bin/tests/rbt_test.txt C src/usr.sbin/bind/bin/tests/rdata_test.c U src/usr.sbin/bind/bin/tests/rwlock_test.c U src/usr.sbin/bind/bin/tests/resolv.conf.sample U src/usr.sbin/bind/bin/tests/serial_test.c U src/usr.sbin/bind/bin/tests/shutdown_test.c U src/usr.sbin/bind/bin/tests/sig0_test.c U src/usr.sbin/bind/bin/tests/sock_test.c U src/usr.sbin/bind/bin/tests/sym_test.c U src/usr.sbin/bind/bin/tests/t_api.pl U src/usr.sbin/bind/bin/tests/task_test.c U src/usr.sbin/bind/bin/tests/timer_test.c U src/usr.sbin/bind/bin/tests/wire_test.c U src/usr.sbin/bind/bin/tests/wire_test.data U src/usr.sbin/bind/bin/tests/wire_test.data2 U src/usr.sbin/bind/bin/tests/wire_test.data3 U src/usr.sbin/bind/bin/tests/wire_test.data4 U src/usr.sbin/bind/bin/tests/zone_test.c U src/usr.sbin/bind/bin/tests/db/Makefile.in U src/usr.sbin/bind/bin/tests/db/dns_db_class_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_class_data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_currentversion.data U src/usr.sbin/bind/bin/tests/db/dns_db_currentversion_data U src/usr.sbin/bind/bin/tests/db/dns_db_expirenode.data U src/usr.sbin/bind/bin/tests/db/dns_db_expirenode_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_10.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_10_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_1_data C src/usr.sbin/bind/bin/tests/db/t_db.c U src/usr.sbin/bind/bin/tests/db/dns_db_find_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_3.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_3_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_4.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_4_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_5.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_5_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_6.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_6_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_7.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_7_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_8.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_8_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_9.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_9_data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_load_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_load_25.data U src/usr.sbin/bind/bin/tests/db/dns_db_load_data U src/usr.sbin/bind/bin/tests/db/dns_db_load_soa_not_top U src/usr.sbin/bind/bin/tests/db/dns_db_newversion.data U src/usr.sbin/bind/bin/tests/db/dns_db_newversion_data U src/usr.sbin/bind/bin/tests/db/dns_db_origin_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_origin_data U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+18602.key U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+18602.private U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+48957.key U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+48957.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+00002.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+54622.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+54622.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+23616.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+23616.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+49667.key U src/usr.sbin/bind/bin/tests/dst/Makefile.in U src/usr.sbin/bind/bin/tests/dst/dst_2_data C src/usr.sbin/bind/bin/tests/dst/dst_test.c U src/usr.sbin/bind/bin/tests/dst/t2_data_1 U src/usr.sbin/bind/bin/tests/dst/t2_data_2 U src/usr.sbin/bind/bin/tests/dst/t2_dsasig U src/usr.sbin/bind/bin/tests/dst/t2_rsasig C src/usr.sbin/bind/bin/tests/dst/t_dst.c U src/usr.sbin/bind/bin/tests/master/Makefile.in U src/usr.sbin/bind/bin/tests/master/dns_master_load_10_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_11_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_1_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_2_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_3_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_4_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_5_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_6_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_7_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_8_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_9_data U src/usr.sbin/bind/bin/tests/master/master1.data U src/usr.sbin/bind/bin/tests/master/master10.data U src/usr.sbin/bind/bin/tests/master/master11.data U src/usr.sbin/bind/bin/tests/master/master2.data C src/usr.sbin/bind/bin/tests/master/t_master.c U src/usr.sbin/bind/bin/tests/master/master3.data U src/usr.sbin/bind/bin/tests/master/master4.data U src/usr.sbin/bind/bin/tests/master/master5.data U src/usr.sbin/bind/bin/tests/master/master6.data U src/usr.sbin/bind/bin/tests/master/master7.data U src/usr.sbin/bind/bin/tests/master/master8.data U src/usr.sbin/bind/bin/tests/master/master9.data U src/usr.sbin/bind/bin/tests/mem/Makefile.in U src/usr.sbin/bind/bin/tests/mem/t_mem.c U src/usr.sbin/bind/bin/tests/names/Makefile.in U src/usr.sbin/bind/bin/tests/names/dns_name_compare_data U src/usr.sbin/bind/bin/tests/names/dns_name_countlabels_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromregion_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromtext_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_1_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_2_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_3_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_4_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_5_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_6_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_7_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_8_data U src/usr.sbin/bind/bin/tests/names/dns_name_getlabel_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_9_data U src/usr.sbin/bind/bin/tests/names/dns_name_fullcompare_data U src/usr.sbin/bind/bin/tests/names/dns_name_getlabelsequence_data U src/usr.sbin/bind/bin/tests/names/dns_name_hash_data U src/usr.sbin/bind/bin/tests/names/dns_name_isabsolute_data U src/usr.sbin/bind/bin/tests/names/dns_name_issubdomain_data U src/usr.sbin/bind/bin/tests/names/dns_name_rdatacompare_data U src/usr.sbin/bind/bin/tests/names/dns_name_toregion_data U src/usr.sbin/bind/bin/tests/names/dns_name_totext_data U src/usr.sbin/bind/bin/tests/names/dns_name_towire_1_data U src/usr.sbin/bind/bin/tests/names/dns_name_towire_2_data C src/usr.sbin/bind/bin/tests/names/t_names.c U src/usr.sbin/bind/bin/tests/names/wire_test1.data U src/usr.sbin/bind/bin/tests/names/wire_test2.data U src/usr.sbin/bind/bin/tests/names/wire_test3_1.data U src/usr.sbin/bind/bin/tests/names/wire_test3_2.data U src/usr.sbin/bind/bin/tests/names/wire_test4.data U src/usr.sbin/bind/bin/tests/names/wire_test5.data U src/usr.sbin/bind/bin/tests/names/wire_test6.data U src/usr.sbin/bind/bin/tests/names/wire_test7.data U src/usr.sbin/bind/bin/tests/names/wire_test8.data U src/usr.sbin/bind/bin/tests/names/wire_test9.data U src/usr.sbin/bind/bin/tests/net/Makefile.in U src/usr.sbin/bind/bin/tests/net/driver.c U src/usr.sbin/bind/bin/tests/net/driver.h U src/usr.sbin/bind/bin/tests/net/netaddr_multicast.c U src/usr.sbin/bind/bin/tests/net/sockaddr_multicast.c U src/usr.sbin/bind/bin/tests/net/testsuite.h U src/usr.sbin/bind/bin/tests/rbt/Makefile.in U src/usr.sbin/bind/bin/tests/rbt/dns_rbt.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_addname_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_addname_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_bitstring.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_create_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_deletename_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_deletename_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_3_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_1.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_2.data C src/usr.sbin/bind/bin/tests/rbt/t_rbt.c U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_init.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_init_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_1.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_2.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_next.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_next_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_prev.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_prev_data U src/usr.sbin/bind/bin/tests/sockaddr/Makefile.in U src/usr.sbin/bind/bin/tests/sockaddr/t_sockaddr.c U src/usr.sbin/bind/bin/tests/system/Makefile.in U src/usr.sbin/bind/bin/tests/system/README U src/usr.sbin/bind/bin/tests/system/cleanall.sh U src/usr.sbin/bind/bin/tests/system/conf.sh.in U src/usr.sbin/bind/bin/tests/system/digcomp.pl U src/usr.sbin/bind/bin/tests/system/genzone.sh U src/usr.sbin/bind/bin/tests/system/ifconfig.sh U src/usr.sbin/bind/bin/tests/system/run.sh U src/usr.sbin/bind/bin/tests/system/runall.sh U src/usr.sbin/bind/bin/tests/system/send.pl U src/usr.sbin/bind/bin/tests/system/setup.sh U src/usr.sbin/bind/bin/tests/system/start.pl U src/usr.sbin/bind/bin/tests/system/start.sh U src/usr.sbin/bind/bin/tests/system/stop.pl U src/usr.sbin/bind/bin/tests/system/stop.sh U src/usr.sbin/bind/bin/tests/system/testsock.pl U src/usr.sbin/bind/bin/tests/system/cacheclean/clean.sh U src/usr.sbin/bind/bin/tests/system/cacheclean/dig.batch U src/usr.sbin/bind/bin/tests/system/cacheclean/knowngood.dig.out U src/usr.sbin/bind/bin/tests/system/cacheclean/tests.sh U src/usr.sbin/bind/bin/tests/system/cacheclean/ns1/example.db U src/usr.sbin/bind/bin/tests/system/cacheclean/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/cacheclean/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/checkconf/bad.conf U src/usr.sbin/bind/bin/tests/system/checkconf/good.conf U src/usr.sbin/bind/bin/tests/system/checkconf/tests.sh U src/usr.sbin/bind/bin/tests/system/checknames/clean.sh U src/usr.sbin/bind/bin/tests/system/checknames/setup.sh U src/usr.sbin/bind/bin/tests/system/checknames/tests.sh U src/usr.sbin/bind/bin/tests/system/checknames/ns1/fail.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/fail.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/ignore.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/ignore.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns1/root.db U src/usr.sbin/bind/bin/tests/system/checknames/ns1/warn.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/warn.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns2/root.hints U src/usr.sbin/bind/bin/tests/system/checknames/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns3/root.hints U src/usr.sbin/bind/bin/tests/system/common/controls.conf U src/usr.sbin/bind/bin/tests/system/common/rndc.conf U src/usr.sbin/bind/bin/tests/system/common/root.hint U src/usr.sbin/bind/bin/tests/system/dialup/setup.sh U src/usr.sbin/bind/bin/tests/system/dialup/tests.sh U src/usr.sbin/bind/bin/tests/system/dialup/ns1/example.db U src/usr.sbin/bind/bin/tests/system/dialup/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dialup/ns1/root.db U src/usr.sbin/bind/bin/tests/system/dialup/ns2/hint.db U src/usr.sbin/bind/bin/tests/system/dialup/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dialup/ns3/hint.db U src/usr.sbin/bind/bin/tests/system/dialup/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/clean.sh U src/usr.sbin/bind/bin/tests/system/dlv/setup.sh U src/usr.sbin/bind/bin/tests/system/dlv/tests.sh U src/usr.sbin/bind/bin/tests/system/dlv/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns1/root.db U src/usr.sbin/bind/bin/tests/system/dlv/ns1/rootservers.utld.db U src/usr.sbin/bind/bin/tests/system/dlv/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns2/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns2/utld.db U src/usr.sbin/bind/bin/tests/system/dlv/ns3/child.db.in U src/usr.sbin/bind/bin/tests/system/dlv/ns3/dlv.db.in U src/usr.sbin/bind/bin/tests/system/dlv/ns3/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns3/sign.sh U src/usr.sbin/bind/bin/tests/system/dlv/ns4/child.db U src/usr.sbin/bind/bin/tests/system/dlv/ns4/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns5/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns5/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns5/rndc.conf U src/usr.sbin/bind/bin/tests/system/dnssec/clean.sh U src/usr.sbin/bind/bin/tests/system/dnssec/README U src/usr.sbin/bind/bin/tests/system/dnssec/dnssec_update_test.pl U src/usr.sbin/bind/bin/tests/system/dnssec/prereq.sh U src/usr.sbin/bind/bin/tests/system/dnssec/setup.sh C src/usr.sbin/bind/bin/tests/system/dnssec/tests.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/root.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/dlv.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/dst.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/insecure.secure.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/private.secure.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/rfc2335.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/bogus.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/dynamic.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/insecure.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/keyless.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/secure.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns5/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns5/trusted.conf.bad U src/usr.sbin/bind/bin/tests/system/dnssec/ns6/named.conf U src/usr.sbin/bind/bin/tests/system/forward/clean.sh U src/usr.sbin/bind/bin/tests/system/forward/tests.sh U src/usr.sbin/bind/bin/tests/system/forward/ns1/example.db U src/usr.sbin/bind/bin/tests/system/forward/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns1/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns2/example.db U src/usr.sbin/bind/bin/tests/system/forward/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns2/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns3/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns4/root.db U src/usr.sbin/bind/bin/tests/system/glue/clean.sh U src/usr.sbin/bind/bin/tests/system/glue/fi.good U src/usr.sbin/bind/bin/tests/system/glue/noglue.good U src/usr.sbin/bind/bin/tests/system/glue/setup.sh U src/usr.sbin/bind/bin/tests/system/glue/tests.sh U src/usr.sbin/bind/bin/tests/system/glue/xx.good U src/usr.sbin/bind/bin/tests/system/glue/yy.good U src/usr.sbin/bind/bin/tests/system/glue/ns1/cache.in U src/usr.sbin/bind/bin/tests/system/glue/ns1/mil.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/glue/ns1/net.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/root-servers.nil.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/root.db U src/usr.sbin/bind/bin/tests/system/ixfr/clean.sh U src/usr.sbin/bind/bin/tests/system/ixfr/prereq.sh U src/usr.sbin/bind/bin/tests/system/ixfr/setup.sh U src/usr.sbin/bind/bin/tests/system/ixfr/tests.sh U src/usr.sbin/bind/bin/tests/system/ixfr/ans2/ans.pl U src/usr.sbin/bind/bin/tests/system/limits/clean.sh U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.1000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.2000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.3000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.4000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset U src/usr.sbin/bind/bin/tests/system/limits/tests.sh U src/usr.sbin/bind/bin/tests/system/limits/ns1/example.db U src/usr.sbin/bind/bin/tests/system/limits/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/limits/ns1/root.db U src/usr.sbin/bind/bin/tests/system/lwresd/Makefile.in U src/usr.sbin/bind/bin/tests/system/lwresd/lwtest.c U src/usr.sbin/bind/bin/tests/system/lwresd/resolv.conf U src/usr.sbin/bind/bin/tests/system/lwresd/tests.sh U src/usr.sbin/bind/bin/tests/system/lwresd/lwresd1/lwresd.conf U src/usr.sbin/bind/bin/tests/system/lwresd/lwresd1/resolv.conf U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/example2.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/ip6.int.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/root.db U src/usr.sbin/bind/bin/tests/system/masterfile/clean.sh U src/usr.sbin/bind/bin/tests/system/masterfile/knowngood.dig.out U src/usr.sbin/bind/bin/tests/system/masterfile/tests.sh U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/include.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/sub.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/ttl1.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/ttl2.db U src/usr.sbin/bind/bin/tests/system/notify/clean.sh U src/usr.sbin/bind/bin/tests/system/notify/setup.sh U src/usr.sbin/bind/bin/tests/system/notify/tests.sh U src/usr.sbin/bind/bin/tests/system/notify/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/notify/ns1/root.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example1.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example2.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example3.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example4.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/notify/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/nsupdate/clean.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.after U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.afterstop U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.before U src/usr.sbin/bind/bin/tests/system/nsupdate/setup.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/tests.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/update_test.pl U src/usr.sbin/bind/bin/tests/system/nsupdate/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/nsupdate/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/nsupdate/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/resolver/prereq.sh U src/usr.sbin/bind/bin/tests/system/resolver/tests.sh U src/usr.sbin/bind/bin/tests/system/resolver/ans2/ans.pl U src/usr.sbin/bind/bin/tests/system/resolver/ans3/ans.pl U src/usr.sbin/bind/bin/tests/system/resolver/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/resolver/ns1/root.hint U src/usr.sbin/bind/bin/tests/system/sortlist/clean.sh U src/usr.sbin/bind/bin/tests/system/sortlist/tests.sh U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/example.db U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/root.db U src/usr.sbin/bind/bin/tests/system/stress/clean.sh U src/usr.sbin/bind/bin/tests/system/stress/setup.pl U src/usr.sbin/bind/bin/tests/system/stress/setup.sh U src/usr.sbin/bind/bin/tests/system/stress/tests.sh U src/usr.sbin/bind/bin/tests/system/stress/update.pl U src/usr.sbin/bind/bin/tests/system/stress/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/stub/clean.sh U src/usr.sbin/bind/bin/tests/system/stub/knowngood.dig.out.norec U src/usr.sbin/bind/bin/tests/system/stub/knowngood.dig.out.rec U src/usr.sbin/bind/bin/tests/system/stub/tests.sh U src/usr.sbin/bind/bin/tests/system/stub/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/stub/ns1/root.db U src/usr.sbin/bind/bin/tests/system/stub/ns2/child.example.db U src/usr.sbin/bind/bin/tests/system/stub/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/stub/ns3/example.db U src/usr.sbin/bind/bin/tests/system/stub/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/tkey/Makefile.in U src/usr.sbin/bind/bin/tests/system/tkey/clean.sh C src/usr.sbin/bind/bin/tests/system/tkey/keycreate.c C src/usr.sbin/bind/bin/tests/system/tkey/keydelete.c U src/usr.sbin/bind/bin/tests/system/tkey/prereq.sh U src/usr.sbin/bind/bin/tests/system/tkey/setup.sh U src/usr.sbin/bind/bin/tests/system/tkey/tests.sh U src/usr.sbin/bind/bin/tests/system/tkey/ns1/named.conf.in U src/usr.sbin/bind/bin/tests/system/tkey/ns1/setup.sh U src/usr.sbin/bind/bin/tests/system/unknown/clean.sh U src/usr.sbin/bind/bin/tests/system/unknown/tests.sh U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken1.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken2.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken3.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken4.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken5.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/class10.hints U src/usr.sbin/bind/bin/tests/system/unknown/ns1/example-class10.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/example-in.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/clean.sh U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.after1 U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.after2 U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.before U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.ns2.before U src/usr.sbin/bind/bin/tests/system/upforwd/setup.sh U src/usr.sbin/bind/bin/tests/system/upforwd/tests.sh U src/usr.sbin/bind/bin/tests/system/upforwd/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/upforwd/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/v6synth/clean.sh U src/usr.sbin/bind/bin/tests/system/v6synth/tests.sh U src/usr.sbin/bind/bin/tests/system/v6synth/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/v6synth/ns1/root.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/example.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/ip6.int.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/v6synth/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/views/clean.sh U src/usr.sbin/bind/bin/tests/system/views/setup.sh U src/usr.sbin/bind/bin/tests/system/views/tests.sh U src/usr.sbin/bind/bin/tests/system/views/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/views/ns1/root.db U src/usr.sbin/bind/bin/tests/system/views/ns2/example1.db U src/usr.sbin/bind/bin/tests/system/views/ns2/example2.db U src/usr.sbin/bind/bin/tests/system/views/ns2/internal.db U src/usr.sbin/bind/bin/tests/system/views/ns2/named1.conf U src/usr.sbin/bind/bin/tests/system/views/ns2/named2.conf U src/usr.sbin/bind/bin/tests/system/views/ns3/internal.db U src/usr.sbin/bind/bin/tests/system/views/ns3/named1.conf U src/usr.sbin/bind/bin/tests/system/views/ns3/named2.conf U src/usr.sbin/bind/bin/tests/system/xfer/clean.sh U src/usr.sbin/bind/bin/tests/system/xfer/dig1.good U src/usr.sbin/bind/bin/tests/system/xfer/dig2.good U src/usr.sbin/bind/bin/tests/system/xfer/setup.sh U src/usr.sbin/bind/bin/tests/system/xfer/tests.sh U src/usr.sbin/bind/bin/tests/system/xfer/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/xfer/ns1/root.db U src/usr.sbin/bind/bin/tests/system/xfer/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/xfer/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/xferquota/clean.sh U src/usr.sbin/bind/bin/tests/system/xferquota/setup.pl U src/usr.sbin/bind/bin/tests/system/xferquota/setup.sh U src/usr.sbin/bind/bin/tests/system/xferquota/tests.sh U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/changing1.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/changing2.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/root.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns2/example.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns2/named.conf U src/usr.sbin/bind/bin/tests/tasks/Makefile.in C src/usr.sbin/bind/bin/tests/tasks/t_tasks.c U src/usr.sbin/bind/bin/tests/timers/Makefile.in U src/usr.sbin/bind/bin/tests/timers/t_timers.c U src/usr.sbin/bind/doc/Makefile.in C src/usr.sbin/bind/doc/arm/Bv9ARM-book.xml U src/usr.sbin/bind/doc/arm/Bv9ARM.ch01.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch02.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html C src/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html C src/usr.sbin/bind/doc/arm/Bv9ARM.html U src/usr.sbin/bind/doc/arm/Makefile.in U src/usr.sbin/bind/doc/arm/README-SGML U src/usr.sbin/bind/doc/arm/latex-fixup.pl U src/usr.sbin/bind/doc/misc/Makefile.in U src/usr.sbin/bind/doc/misc/dnssec U src/usr.sbin/bind/doc/misc/format-options.pl U src/usr.sbin/bind/doc/misc/ipv6 U src/usr.sbin/bind/doc/misc/migration U src/usr.sbin/bind/doc/misc/migration-4to9 U src/usr.sbin/bind/doc/misc/options U src/usr.sbin/bind/doc/misc/rfc-compliance U src/usr.sbin/bind/doc/misc/roadmap U src/usr.sbin/bind/doc/misc/sdb U src/usr.sbin/bind/doc/xsl/Makefile.in U src/usr.sbin/bind/doc/xsl/copyright.xsl U src/usr.sbin/bind/doc/xsl/isc-docbook-chunk.xsl.in U src/usr.sbin/bind/doc/xsl/isc-docbook-html.xsl.in U src/usr.sbin/bind/doc/xsl/isc-docbook-latex.xsl.in U src/usr.sbin/bind/doc/xsl/isc-manpage.xsl.in U src/usr.sbin/bind/doc/xsl/pre-latex.xsl U src/usr.sbin/bind/lib/Makefile.in U src/usr.sbin/bind/lib/bind9/Makefile.in U src/usr.sbin/bind/lib/bind9/api U src/usr.sbin/bind/lib/bind9/check.c U src/usr.sbin/bind/lib/bind9/getaddresses.c U src/usr.sbin/bind/lib/bind9/version.c U src/usr.sbin/bind/lib/bind9/include/Makefile.in U src/usr.sbin/bind/lib/bind9/include/bind9/Makefile.in U src/usr.sbin/bind/lib/bind9/include/bind9/check.h U src/usr.sbin/bind/lib/bind9/include/bind9/getaddresses.h U src/usr.sbin/bind/lib/bind9/include/bind9/version.h C src/usr.sbin/bind/lib/dns/Makefile.in U src/usr.sbin/bind/lib/dns/acl.c C src/usr.sbin/bind/lib/dns/adb.c C src/usr.sbin/bind/lib/dns/api U src/usr.sbin/bind/lib/dns/byaddr.c C src/usr.sbin/bind/lib/dns/cache.c U src/usr.sbin/bind/lib/dns/callbacks.c U src/usr.sbin/bind/lib/dns/compress.c U src/usr.sbin/bind/lib/dns/db.c U src/usr.sbin/bind/lib/dns/dbiterator.c U src/usr.sbin/bind/lib/dns/dbtable.c U src/usr.sbin/bind/lib/dns/diff.c C src/usr.sbin/bind/lib/dns/dispatch.c C src/usr.sbin/bind/lib/dns/dnssec.c U src/usr.sbin/bind/lib/dns/ds.c C src/usr.sbin/bind/lib/dns/dst_api.c U src/usr.sbin/bind/lib/dns/dst_internal.h U src/usr.sbin/bind/lib/dns/dst_lib.c U src/usr.sbin/bind/lib/dns/dst_openssl.h U src/usr.sbin/bind/lib/dns/dst_parse.c U src/usr.sbin/bind/lib/dns/dst_parse.h U src/usr.sbin/bind/lib/dns/dst_result.c U src/usr.sbin/bind/lib/dns/forward.c U src/usr.sbin/bind/lib/dns/gen-unix.h C src/usr.sbin/bind/lib/dns/gen-win32.h C src/usr.sbin/bind/lib/dns/gen.c U src/usr.sbin/bind/lib/dns/gssapi_link.c U src/usr.sbin/bind/lib/dns/gssapictx.c U src/usr.sbin/bind/lib/dns/hmac_link.c U src/usr.sbin/bind/lib/dns/journal.c U src/usr.sbin/bind/lib/dns/key.c U src/usr.sbin/bind/lib/dns/keytable.c U src/usr.sbin/bind/lib/dns/lib.c U src/usr.sbin/bind/lib/dns/log.c U src/usr.sbin/bind/lib/dns/lookup.c U src/usr.sbin/bind/lib/dns/master.c C src/usr.sbin/bind/lib/dns/masterdump.c C src/usr.sbin/bind/lib/dns/message.c C src/usr.sbin/bind/lib/dns/name.c U src/usr.sbin/bind/lib/dns/ncache.c U src/usr.sbin/bind/lib/dns/nsec.c U src/usr.sbin/bind/lib/dns/openssl_link.c U src/usr.sbin/bind/lib/dns/openssldh_link.c U src/usr.sbin/bind/lib/dns/openssldsa_link.c U src/usr.sbin/bind/lib/dns/opensslrsa_link.c U src/usr.sbin/bind/lib/dns/order.c U src/usr.sbin/bind/lib/dns/peer.c U src/usr.sbin/bind/lib/dns/portlist.c U src/usr.sbin/bind/lib/dns/rbt.c C src/usr.sbin/bind/lib/dns/rbtdb.c U src/usr.sbin/bind/lib/dns/rbtdb.h U src/usr.sbin/bind/lib/dns/rbtdb64.c U src/usr.sbin/bind/lib/dns/rbtdb64.h U src/usr.sbin/bind/lib/dns/rcode.c C src/usr.sbin/bind/lib/dns/rdata.c U src/usr.sbin/bind/lib/dns/rdatalist.c U src/usr.sbin/bind/lib/dns/rdatalist_p.h C src/usr.sbin/bind/lib/dns/rdataset.c U src/usr.sbin/bind/lib/dns/rdatasetiter.c U src/usr.sbin/bind/lib/dns/rdataslab.c U src/usr.sbin/bind/lib/dns/request.c C src/usr.sbin/bind/lib/dns/resolver.c U src/usr.sbin/bind/lib/dns/result.c U src/usr.sbin/bind/lib/dns/rootns.c U src/usr.sbin/bind/lib/dns/sdb.c U src/usr.sbin/bind/lib/dns/soa.c U src/usr.sbin/bind/lib/dns/ssu.c U src/usr.sbin/bind/lib/dns/stats.c U src/usr.sbin/bind/lib/dns/tcpmsg.c U src/usr.sbin/bind/lib/dns/time.c U src/usr.sbin/bind/lib/dns/timer.c U src/usr.sbin/bind/lib/dns/tkey.c C src/usr.sbin/bind/lib/dns/tsig.c U src/usr.sbin/bind/lib/dns/ttl.c C src/usr.sbin/bind/lib/dns/validator.c U src/usr.sbin/bind/lib/dns/version.c U src/usr.sbin/bind/lib/dns/view.c C src/usr.sbin/bind/lib/dns/xfrin.c C src/usr.sbin/bind/lib/dns/zone.c U src/usr.sbin/bind/lib/dns/zonekey.c U src/usr.sbin/bind/lib/dns/zt.c U src/usr.sbin/bind/lib/dns/include/Makefile.in U src/usr.sbin/bind/lib/dns/include/dns/lookup.h U src/usr.sbin/bind/lib/dns/include/dns/Makefile.in U src/usr.sbin/bind/lib/dns/include/dns/acl.h U src/usr.sbin/bind/lib/dns/include/dns/adb.h U src/usr.sbin/bind/lib/dns/include/dns/bit.h U src/usr.sbin/bind/lib/dns/include/dns/byaddr.h U src/usr.sbin/bind/lib/dns/include/dns/cache.h U src/usr.sbin/bind/lib/dns/include/dns/callbacks.h U src/usr.sbin/bind/lib/dns/include/dns/cert.h U src/usr.sbin/bind/lib/dns/include/dns/compress.h U src/usr.sbin/bind/lib/dns/include/dns/db.h U src/usr.sbin/bind/lib/dns/include/dns/dbiterator.h U src/usr.sbin/bind/lib/dns/include/dns/dbtable.h U src/usr.sbin/bind/lib/dns/include/dns/diff.h U src/usr.sbin/bind/lib/dns/include/dns/dispatch.h U src/usr.sbin/bind/lib/dns/include/dns/dnssec.h U src/usr.sbin/bind/lib/dns/include/dns/ds.h U src/usr.sbin/bind/lib/dns/include/dns/events.h U src/usr.sbin/bind/lib/dns/include/dns/fixedname.h U src/usr.sbin/bind/lib/dns/include/dns/forward.h U src/usr.sbin/bind/lib/dns/include/dns/journal.h U src/usr.sbin/bind/lib/dns/include/dns/keyflags.h U src/usr.sbin/bind/lib/dns/include/dns/keytable.h U src/usr.sbin/bind/lib/dns/include/dns/keyvalues.h U src/usr.sbin/bind/lib/dns/include/dns/lib.h U src/usr.sbin/bind/lib/dns/include/dns/log.h U src/usr.sbin/bind/lib/dns/include/dns/master.h U src/usr.sbin/bind/lib/dns/include/dns/masterdump.h U src/usr.sbin/bind/lib/dns/include/dns/message.h C src/usr.sbin/bind/lib/dns/include/dns/name.h U src/usr.sbin/bind/lib/dns/include/dns/ncache.h U src/usr.sbin/bind/lib/dns/include/dns/nsec.h U src/usr.sbin/bind/lib/dns/include/dns/opcode.h U src/usr.sbin/bind/lib/dns/include/dns/order.h U src/usr.sbin/bind/lib/dns/include/dns/peer.h U src/usr.sbin/bind/lib/dns/include/dns/portlist.h U src/usr.sbin/bind/lib/dns/include/dns/rbt.h U src/usr.sbin/bind/lib/dns/include/dns/rcode.h U src/usr.sbin/bind/lib/dns/include/dns/rdata.h U src/usr.sbin/bind/lib/dns/include/dns/rdataclass.h U src/usr.sbin/bind/lib/dns/include/dns/rdatalist.h C src/usr.sbin/bind/lib/dns/include/dns/rdataset.h U src/usr.sbin/bind/lib/dns/include/dns/rdatasetiter.h U src/usr.sbin/bind/lib/dns/include/dns/rdataslab.h U src/usr.sbin/bind/lib/dns/include/dns/rdatatype.h U src/usr.sbin/bind/lib/dns/include/dns/request.h U src/usr.sbin/bind/lib/dns/include/dns/resolver.h U src/usr.sbin/bind/lib/dns/include/dns/result.h U src/usr.sbin/bind/lib/dns/include/dns/rootns.h U src/usr.sbin/bind/lib/dns/include/dns/sdb.h U src/usr.sbin/bind/lib/dns/include/dns/secalg.h U src/usr.sbin/bind/lib/dns/include/dns/soa.h U src/usr.sbin/bind/lib/dns/include/dns/secproto.h U src/usr.sbin/bind/lib/dns/include/dns/ssu.h U src/usr.sbin/bind/lib/dns/include/dns/stats.h U src/usr.sbin/bind/lib/dns/include/dns/tcpmsg.h U src/usr.sbin/bind/lib/dns/include/dns/time.h U src/usr.sbin/bind/lib/dns/include/dns/timer.h U src/usr.sbin/bind/lib/dns/include/dns/tkey.h U src/usr.sbin/bind/lib/dns/include/dns/tsig.h U src/usr.sbin/bind/lib/dns/include/dns/ttl.h U src/usr.sbin/bind/lib/dns/include/dns/types.h U src/usr.sbin/bind/lib/dns/include/dns/validator.h U src/usr.sbin/bind/lib/dns/include/dns/version.h U src/usr.sbin/bind/lib/dns/include/dns/view.h U src/usr.sbin/bind/lib/dns/include/dns/xfrin.h C src/usr.sbin/bind/lib/dns/include/dns/zone.h U src/usr.sbin/bind/lib/dns/include/dns/zonekey.h U src/usr.sbin/bind/lib/dns/include/dns/zt.h U src/usr.sbin/bind/lib/dns/include/dst/Makefile.in U src/usr.sbin/bind/lib/dns/include/dst/dst.h U src/usr.sbin/bind/lib/dns/include/dst/gssapi.h U src/usr.sbin/bind/lib/dns/include/dst/lib.h U src/usr.sbin/bind/lib/dns/include/dst/result.h U src/usr.sbin/bind/lib/dns/rdata/rdatastructpre.h U src/usr.sbin/bind/lib/dns/rdata/rdatastructsuf.h U src/usr.sbin/bind/lib/dns/rdata/any_255/tsig_250.c U src/usr.sbin/bind/lib/dns/rdata/any_255/tsig_250.h U src/usr.sbin/bind/lib/dns/rdata/generic/afsdb_18.c U src/usr.sbin/bind/lib/dns/rdata/generic/afsdb_18.h U src/usr.sbin/bind/lib/dns/rdata/generic/cert_37.c U src/usr.sbin/bind/lib/dns/rdata/generic/cert_37.h U src/usr.sbin/bind/lib/dns/rdata/generic/cname_5.c U src/usr.sbin/bind/lib/dns/rdata/generic/cname_5.h N src/usr.sbin/bind/lib/dns/rdata/generic/dlv_32769.c N src/usr.sbin/bind/lib/dns/rdata/generic/dlv_32769.h U src/usr.sbin/bind/lib/dns/rdata/generic/dname_39.c U src/usr.sbin/bind/lib/dns/rdata/generic/dname_39.h U src/usr.sbin/bind/lib/dns/rdata/generic/dnskey_48.c U src/usr.sbin/bind/lib/dns/rdata/generic/dnskey_48.h U src/usr.sbin/bind/lib/dns/rdata/generic/ds_43.c U src/usr.sbin/bind/lib/dns/rdata/generic/ds_43.h U src/usr.sbin/bind/lib/dns/rdata/generic/gpos_27.c U src/usr.sbin/bind/lib/dns/rdata/generic/gpos_27.h U src/usr.sbin/bind/lib/dns/rdata/generic/hinfo_13.c U src/usr.sbin/bind/lib/dns/rdata/generic/hinfo_13.h U src/usr.sbin/bind/lib/dns/rdata/generic/isdn_20.c U src/usr.sbin/bind/lib/dns/rdata/generic/isdn_20.h U src/usr.sbin/bind/lib/dns/rdata/generic/key_25.c U src/usr.sbin/bind/lib/dns/rdata/generic/key_25.h U src/usr.sbin/bind/lib/dns/rdata/generic/loc_29.c U src/usr.sbin/bind/lib/dns/rdata/generic/loc_29.h U src/usr.sbin/bind/lib/dns/rdata/generic/mb_7.c U src/usr.sbin/bind/lib/dns/rdata/generic/mb_7.h U src/usr.sbin/bind/lib/dns/rdata/generic/md_3.c U src/usr.sbin/bind/lib/dns/rdata/generic/md_3.h U src/usr.sbin/bind/lib/dns/rdata/generic/mf_4.c U src/usr.sbin/bind/lib/dns/rdata/generic/mf_4.h U src/usr.sbin/bind/lib/dns/rdata/generic/mg_8.c U src/usr.sbin/bind/lib/dns/rdata/generic/mg_8.h U src/usr.sbin/bind/lib/dns/rdata/generic/minfo_14.c U src/usr.sbin/bind/lib/dns/rdata/generic/minfo_14.h U src/usr.sbin/bind/lib/dns/rdata/generic/mr_9.c U src/usr.sbin/bind/lib/dns/rdata/generic/mr_9.h U src/usr.sbin/bind/lib/dns/rdata/generic/mx_15.c U src/usr.sbin/bind/lib/dns/rdata/generic/mx_15.h U src/usr.sbin/bind/lib/dns/rdata/generic/ns_2.c U src/usr.sbin/bind/lib/dns/rdata/generic/ns_2.h U src/usr.sbin/bind/lib/dns/rdata/generic/nsec_47.c U src/usr.sbin/bind/lib/dns/rdata/generic/nsec_47.h U src/usr.sbin/bind/lib/dns/rdata/generic/null_10.c U src/usr.sbin/bind/lib/dns/rdata/generic/null_10.h U src/usr.sbin/bind/lib/dns/rdata/generic/nxt_30.c U src/usr.sbin/bind/lib/dns/rdata/generic/nxt_30.h U src/usr.sbin/bind/lib/dns/rdata/generic/opt_41.c U src/usr.sbin/bind/lib/dns/rdata/generic/opt_41.h U src/usr.sbin/bind/lib/dns/rdata/generic/proforma.c U src/usr.sbin/bind/lib/dns/rdata/generic/proforma.h U src/usr.sbin/bind/lib/dns/rdata/generic/ptr_12.c U src/usr.sbin/bind/lib/dns/rdata/generic/ptr_12.h U src/usr.sbin/bind/lib/dns/rdata/generic/rp_17.c U src/usr.sbin/bind/lib/dns/rdata/generic/rp_17.h U src/usr.sbin/bind/lib/dns/rdata/generic/rrsig_46.c U src/usr.sbin/bind/lib/dns/rdata/generic/rrsig_46.h U src/usr.sbin/bind/lib/dns/rdata/generic/rt_21.c U src/usr.sbin/bind/lib/dns/rdata/generic/rt_21.h U src/usr.sbin/bind/lib/dns/rdata/generic/sig_24.c U src/usr.sbin/bind/lib/dns/rdata/generic/sig_24.h U src/usr.sbin/bind/lib/dns/rdata/generic/soa_6.c U src/usr.sbin/bind/lib/dns/rdata/generic/soa_6.h U src/usr.sbin/bind/lib/dns/rdata/generic/sshfp_44.c U src/usr.sbin/bind/lib/dns/rdata/generic/sshfp_44.h U src/usr.sbin/bind/lib/dns/rdata/generic/tkey_249.c U src/usr.sbin/bind/lib/dns/rdata/generic/tkey_249.h U src/usr.sbin/bind/lib/dns/rdata/generic/txt_16.c U src/usr.sbin/bind/lib/dns/rdata/generic/txt_16.h U src/usr.sbin/bind/lib/dns/rdata/generic/unspec_103.c U src/usr.sbin/bind/lib/dns/rdata/generic/unspec_103.h U src/usr.sbin/bind/lib/dns/rdata/generic/x25_19.c U src/usr.sbin/bind/lib/dns/rdata/generic/x25_19.h U src/usr.sbin/bind/lib/dns/rdata/hs_4/a_1.c U src/usr.sbin/bind/lib/dns/rdata/hs_4/a_1.h U src/usr.sbin/bind/lib/dns/rdata/in_1/a6_38.c U src/usr.sbin/bind/lib/dns/rdata/in_1/a6_38.h U src/usr.sbin/bind/lib/dns/rdata/in_1/a_1.c U src/usr.sbin/bind/lib/dns/rdata/in_1/a_1.h U src/usr.sbin/bind/lib/dns/rdata/in_1/aaaa_28.c U src/usr.sbin/bind/lib/dns/rdata/in_1/aaaa_28.h U src/usr.sbin/bind/lib/dns/rdata/in_1/apl_42.c U src/usr.sbin/bind/lib/dns/rdata/in_1/apl_42.h U src/usr.sbin/bind/lib/dns/rdata/in_1/kx_36.c U src/usr.sbin/bind/lib/dns/rdata/in_1/kx_36.h U src/usr.sbin/bind/lib/dns/rdata/in_1/naptr_35.c U src/usr.sbin/bind/lib/dns/rdata/in_1/naptr_35.h U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap-ptr_23.c U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap-ptr_23.h U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap_22.c U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap_22.h U src/usr.sbin/bind/lib/dns/rdata/in_1/px_26.c U src/usr.sbin/bind/lib/dns/rdata/in_1/px_26.h U src/usr.sbin/bind/lib/dns/rdata/in_1/srv_33.c U src/usr.sbin/bind/lib/dns/rdata/in_1/srv_33.h U src/usr.sbin/bind/lib/dns/rdata/in_1/wks_11.c U src/usr.sbin/bind/lib/dns/rdata/in_1/wks_11.h U src/usr.sbin/bind/lib/isc/Makefile.in C src/usr.sbin/bind/lib/isc/api U src/usr.sbin/bind/lib/isc/assertions.c U src/usr.sbin/bind/lib/isc/base64.c U src/usr.sbin/bind/lib/isc/bitstring.c U src/usr.sbin/bind/lib/isc/buffer.c U src/usr.sbin/bind/lib/isc/bufferlist.c U src/usr.sbin/bind/lib/isc/commandline.c U src/usr.sbin/bind/lib/isc/entropy.c U src/usr.sbin/bind/lib/isc/error.c U src/usr.sbin/bind/lib/isc/event.c U src/usr.sbin/bind/lib/isc/fsaccess.c C src/usr.sbin/bind/lib/isc/hash.c U src/usr.sbin/bind/lib/isc/heap.c U src/usr.sbin/bind/lib/isc/hex.c U src/usr.sbin/bind/lib/isc/hmacmd5.c U src/usr.sbin/bind/lib/isc/inet_aton.c U src/usr.sbin/bind/lib/isc/inet_ntop.c U src/usr.sbin/bind/lib/isc/inet_pton.c C src/usr.sbin/bind/lib/isc/lex.c U src/usr.sbin/bind/lib/isc/lfsr.c U src/usr.sbin/bind/lib/isc/lib.c C src/usr.sbin/bind/lib/isc/log.c U src/usr.sbin/bind/lib/isc/md5.c U src/usr.sbin/bind/lib/isc/mem.c C src/usr.sbin/bind/lib/isc/print.c U src/usr.sbin/bind/lib/isc/mutexblock.c U src/usr.sbin/bind/lib/isc/netaddr.c U src/usr.sbin/bind/lib/isc/netscope.c U src/usr.sbin/bind/lib/isc/ondestroy.c U src/usr.sbin/bind/lib/isc/parseint.c U src/usr.sbin/bind/lib/isc/quota.c U src/usr.sbin/bind/lib/isc/random.c U src/usr.sbin/bind/lib/isc/ratelimiter.c U src/usr.sbin/bind/lib/isc/region.c U src/usr.sbin/bind/lib/isc/result.c U src/usr.sbin/bind/lib/isc/rwlock.c U src/usr.sbin/bind/lib/isc/serial.c U src/usr.sbin/bind/lib/isc/sha1.c C src/usr.sbin/bind/lib/isc/sockaddr.c U src/usr.sbin/bind/lib/isc/string.c U src/usr.sbin/bind/lib/isc/strtoul.c U src/usr.sbin/bind/lib/isc/symtab.c U src/usr.sbin/bind/lib/isc/task.c U src/usr.sbin/bind/lib/isc/task_p.h U src/usr.sbin/bind/lib/isc/taskpool.c U src/usr.sbin/bind/lib/isc/timer.c U src/usr.sbin/bind/lib/isc/timer_p.h U src/usr.sbin/bind/lib/isc/version.c U src/usr.sbin/bind/lib/isc/include/Makefile.in U src/usr.sbin/bind/lib/isc/include/isc/magic.h U src/usr.sbin/bind/lib/isc/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/include/isc/app.h U src/usr.sbin/bind/lib/isc/include/isc/assertions.h U src/usr.sbin/bind/lib/isc/include/isc/base64.h U src/usr.sbin/bind/lib/isc/include/isc/bitstring.h U src/usr.sbin/bind/lib/isc/include/isc/boolean.h U src/usr.sbin/bind/lib/isc/include/isc/buffer.h U src/usr.sbin/bind/lib/isc/include/isc/bufferlist.h U src/usr.sbin/bind/lib/isc/include/isc/commandline.h U src/usr.sbin/bind/lib/isc/include/isc/entropy.h U src/usr.sbin/bind/lib/isc/include/isc/error.h U src/usr.sbin/bind/lib/isc/include/isc/event.h U src/usr.sbin/bind/lib/isc/include/isc/eventclass.h U src/usr.sbin/bind/lib/isc/include/isc/file.h U src/usr.sbin/bind/lib/isc/include/isc/formatcheck.h U src/usr.sbin/bind/lib/isc/include/isc/fsaccess.h U src/usr.sbin/bind/lib/isc/include/isc/hash.h U src/usr.sbin/bind/lib/isc/include/isc/heap.h U src/usr.sbin/bind/lib/isc/include/isc/hex.h U src/usr.sbin/bind/lib/isc/include/isc/hmacmd5.h U src/usr.sbin/bind/lib/isc/include/isc/interfaceiter.h U src/usr.sbin/bind/lib/isc/include/isc/ipv6.h U src/usr.sbin/bind/lib/isc/include/isc/lang.h U src/usr.sbin/bind/lib/isc/include/isc/lex.h U src/usr.sbin/bind/lib/isc/include/isc/lfsr.h U src/usr.sbin/bind/lib/isc/include/isc/lib.h U src/usr.sbin/bind/lib/isc/include/isc/list.h U src/usr.sbin/bind/lib/isc/include/isc/log.h U src/usr.sbin/bind/lib/isc/include/isc/msgcat.h U src/usr.sbin/bind/lib/isc/include/isc/md5.h U src/usr.sbin/bind/lib/isc/include/isc/mem.h U src/usr.sbin/bind/lib/isc/include/isc/netaddr.h U src/usr.sbin/bind/lib/isc/include/isc/msgs.h U src/usr.sbin/bind/lib/isc/include/isc/mutexblock.h U src/usr.sbin/bind/lib/isc/include/isc/netscope.h U src/usr.sbin/bind/lib/isc/include/isc/ondestroy.h U src/usr.sbin/bind/lib/isc/include/isc/os.h U src/usr.sbin/bind/lib/isc/include/isc/parseint.h U src/usr.sbin/bind/lib/isc/include/isc/platform.h.in U src/usr.sbin/bind/lib/isc/include/isc/print.h U src/usr.sbin/bind/lib/isc/include/isc/quota.h U src/usr.sbin/bind/lib/isc/include/isc/random.h U src/usr.sbin/bind/lib/isc/include/isc/ratelimiter.h U src/usr.sbin/bind/lib/isc/include/isc/refcount.h U src/usr.sbin/bind/lib/isc/include/isc/region.h U src/usr.sbin/bind/lib/isc/include/isc/resource.h U src/usr.sbin/bind/lib/isc/include/isc/result.h U src/usr.sbin/bind/lib/isc/include/isc/resultclass.h U src/usr.sbin/bind/lib/isc/include/isc/sha1.h U src/usr.sbin/bind/lib/isc/include/isc/rwlock.h U src/usr.sbin/bind/lib/isc/include/isc/serial.h U src/usr.sbin/bind/lib/isc/include/isc/sockaddr.h U src/usr.sbin/bind/lib/isc/include/isc/socket.h U src/usr.sbin/bind/lib/isc/include/isc/stdio.h U src/usr.sbin/bind/lib/isc/include/isc/stdlib.h U src/usr.sbin/bind/lib/isc/include/isc/string.h U src/usr.sbin/bind/lib/isc/include/isc/symtab.h U src/usr.sbin/bind/lib/isc/include/isc/task.h U src/usr.sbin/bind/lib/isc/include/isc/taskpool.h U src/usr.sbin/bind/lib/isc/include/isc/timer.h U src/usr.sbin/bind/lib/isc/include/isc/types.h U src/usr.sbin/bind/lib/isc/include/isc/util.h U src/usr.sbin/bind/lib/isc/include/isc/version.h U src/usr.sbin/bind/lib/isc/nls/Makefile.in U src/usr.sbin/bind/lib/isc/nls/msgcat.c U src/usr.sbin/bind/lib/isc/unix/Makefile.in U src/usr.sbin/bind/lib/isc/unix/app.c U src/usr.sbin/bind/lib/isc/unix/dir.c C src/usr.sbin/bind/lib/isc/unix/entropy.c U src/usr.sbin/bind/lib/isc/unix/errno2result.c U src/usr.sbin/bind/lib/isc/unix/errno2result.h U src/usr.sbin/bind/lib/isc/unix/file.c C src/usr.sbin/bind/lib/isc/unix/fsaccess.c U src/usr.sbin/bind/lib/isc/unix/ifiter_getifaddrs.c C src/usr.sbin/bind/lib/isc/unix/ifiter_ioctl.c U src/usr.sbin/bind/lib/isc/unix/ifiter_sysctl.c U src/usr.sbin/bind/lib/isc/unix/interfaceiter.c U src/usr.sbin/bind/lib/isc/unix/ipv6.c U src/usr.sbin/bind/lib/isc/unix/keyboard.c U src/usr.sbin/bind/lib/isc/unix/net.c U src/usr.sbin/bind/lib/isc/unix/os.c U src/usr.sbin/bind/lib/isc/unix/resource.c C src/usr.sbin/bind/lib/isc/unix/socket.c U src/usr.sbin/bind/lib/isc/unix/socket_p.h U src/usr.sbin/bind/lib/isc/unix/stdio.c U src/usr.sbin/bind/lib/isc/unix/stdtime.c U src/usr.sbin/bind/lib/isc/unix/strerror.c U src/usr.sbin/bind/lib/isc/unix/syslog.c U src/usr.sbin/bind/lib/isc/unix/time.c U src/usr.sbin/bind/lib/isc/unix/include/Makefile.in U src/usr.sbin/bind/lib/isc/unix/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/unix/include/isc/dir.h U src/usr.sbin/bind/lib/isc/unix/include/isc/int.h U src/usr.sbin/bind/lib/isc/unix/include/isc/keyboard.h U src/usr.sbin/bind/lib/isc/unix/include/isc/net.h U src/usr.sbin/bind/lib/isc/unix/include/isc/netdb.h U src/usr.sbin/bind/lib/isc/unix/include/isc/offset.h U src/usr.sbin/bind/lib/isc/unix/include/isc/stat.h U src/usr.sbin/bind/lib/isc/unix/include/isc/stdtime.h U src/usr.sbin/bind/lib/isc/unix/include/isc/strerror.h U src/usr.sbin/bind/lib/isc/unix/include/isc/syslog.h U src/usr.sbin/bind/lib/isc/unix/include/isc/time.h U src/usr.sbin/bind/lib/isc/nothreads/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/condition.c U src/usr.sbin/bind/lib/isc/nothreads/mutex.c U src/usr.sbin/bind/lib/isc/nothreads/thread.c U src/usr.sbin/bind/lib/isc/nothreads/include/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/include/isc/condition.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/mutex.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/once.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/thread.h U src/usr.sbin/bind/lib/isc/pthreads/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/condition.c U src/usr.sbin/bind/lib/isc/pthreads/mutex.c U src/usr.sbin/bind/lib/isc/pthreads/thread.c U src/usr.sbin/bind/lib/isc/pthreads/include/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/include/isc/condition.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/mutex.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/once.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/thread.h U src/usr.sbin/bind/lib/isccc/Makefile.in U src/usr.sbin/bind/lib/isccc/alist.c C src/usr.sbin/bind/lib/isccc/api U src/usr.sbin/bind/lib/isccc/base64.c U src/usr.sbin/bind/lib/isccc/cc.c U src/usr.sbin/bind/lib/isccc/ccmsg.c U src/usr.sbin/bind/lib/isccc/lib.c U src/usr.sbin/bind/lib/isccc/result.c U src/usr.sbin/bind/lib/isccc/sexpr.c U src/usr.sbin/bind/lib/isccc/symtab.c U src/usr.sbin/bind/lib/isccc/version.c U src/usr.sbin/bind/lib/isccc/include/Makefile.in U src/usr.sbin/bind/lib/isccc/include/isccc/Makefile.in U src/usr.sbin/bind/lib/isccc/include/isccc/alist.h U src/usr.sbin/bind/lib/isccc/include/isccc/base64.h U src/usr.sbin/bind/lib/isccc/include/isccc/cc.h U src/usr.sbin/bind/lib/isccc/include/isccc/ccmsg.h U src/usr.sbin/bind/lib/isccc/include/isccc/events.h U src/usr.sbin/bind/lib/isccc/include/isccc/lib.h U src/usr.sbin/bind/lib/isccc/include/isccc/result.h U src/usr.sbin/bind/lib/isccc/include/isccc/sexpr.h U src/usr.sbin/bind/lib/isccc/include/isccc/symtab.h U src/usr.sbin/bind/lib/isccc/include/isccc/symtype.h U src/usr.sbin/bind/lib/isccc/include/isccc/types.h U src/usr.sbin/bind/lib/isccc/include/isccc/util.h U src/usr.sbin/bind/lib/isccc/include/isccc/version.h U src/usr.sbin/bind/lib/isccfg/Makefile.in U src/usr.sbin/bind/lib/isccfg/api U src/usr.sbin/bind/lib/isccfg/log.c U src/usr.sbin/bind/lib/isccfg/namedconf.c C src/usr.sbin/bind/lib/isccfg/parser.c U src/usr.sbin/bind/lib/isccfg/version.c U src/usr.sbin/bind/lib/isccfg/include/Makefile.in U src/usr.sbin/bind/lib/isccfg/include/isccfg/Makefile.in U src/usr.sbin/bind/lib/isccfg/include/isccfg/cfg.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/grammar.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/log.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/namedconf.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/version.h U src/usr.sbin/bind/lib/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/api U src/usr.sbin/bind/lib/lwres/assert_p.h U src/usr.sbin/bind/lib/lwres/context.c U src/usr.sbin/bind/lib/lwres/context_p.h U src/usr.sbin/bind/lib/lwres/gai_strerror.c C src/usr.sbin/bind/lib/lwres/getaddrinfo.c U src/usr.sbin/bind/lib/lwres/gethost.c U src/usr.sbin/bind/lib/lwres/getipnode.c U src/usr.sbin/bind/lib/lwres/getnameinfo.c U src/usr.sbin/bind/lib/lwres/getrrset.c U src/usr.sbin/bind/lib/lwres/herror.c U src/usr.sbin/bind/lib/lwres/lwbuffer.c C src/usr.sbin/bind/lib/lwres/lwconfig.c U src/usr.sbin/bind/lib/lwres/lwinetaton.c U src/usr.sbin/bind/lib/lwres/lwinetntop.c U src/usr.sbin/bind/lib/lwres/lwinetpton.c U src/usr.sbin/bind/lib/lwres/lwpacket.c U src/usr.sbin/bind/lib/lwres/lwres_gabn.c U src/usr.sbin/bind/lib/lwres/lwres_gnba.c U src/usr.sbin/bind/lib/lwres/lwresutil.c U src/usr.sbin/bind/lib/lwres/lwres_grbn.c U src/usr.sbin/bind/lib/lwres/lwres_noop.c U src/usr.sbin/bind/lib/lwres/print.c U src/usr.sbin/bind/lib/lwres/print_p.h U src/usr.sbin/bind/lib/lwres/strtoul.c U src/usr.sbin/bind/lib/lwres/version.c U src/usr.sbin/bind/lib/lwres/include/Makefile.in U src/usr.sbin/bind/lib/lwres/include/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/include/lwres/context.h U src/usr.sbin/bind/lib/lwres/include/lwres/int.h U src/usr.sbin/bind/lib/lwres/include/lwres/ipv6.h U src/usr.sbin/bind/lib/lwres/include/lwres/lang.h U src/usr.sbin/bind/lib/lwres/include/lwres/list.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwbuffer.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwpacket.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwres.h U src/usr.sbin/bind/lib/lwres/include/lwres/netdb.h.in U src/usr.sbin/bind/lib/lwres/include/lwres/platform.h.in U src/usr.sbin/bind/lib/lwres/include/lwres/result.h U src/usr.sbin/bind/lib/lwres/include/lwres/stdlib.h U src/usr.sbin/bind/lib/lwres/include/lwres/version.h U src/usr.sbin/bind/lib/lwres/man/Makefile.in U src/usr.sbin/bind/lib/lwres/man/lwres.3 U src/usr.sbin/bind/lib/lwres/man/lwres.docbook C src/usr.sbin/bind/lib/lwres/man/lwres.html U src/usr.sbin/bind/lib/lwres/man/lwres_buffer.3 U src/usr.sbin/bind/lib/lwres/man/lwres_buffer.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_buffer.html U src/usr.sbin/bind/lib/lwres/man/lwres_config.3 U src/usr.sbin/bind/lib/lwres/man/lwres_config.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_config.html C src/usr.sbin/bind/lib/lwres/man/lwres_context.3 U src/usr.sbin/bind/lib/lwres/man/lwres_context.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_context.html U src/usr.sbin/bind/lib/lwres/man/lwres_gabn.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gabn.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_gabn.html U src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.html U src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.html U src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.html C src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.html U src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.html U src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gnba.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.html U src/usr.sbin/bind/lib/lwres/man/lwres_gnba.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_gnba.html U src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.3 U src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.html U src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.3 U src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.html U src/usr.sbin/bind/lib/lwres/man/lwres_noop.3 U src/usr.sbin/bind/lib/lwres/man/lwres_noop.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_noop.html U src/usr.sbin/bind/lib/lwres/man/lwres_packet.3 U src/usr.sbin/bind/lib/lwres/man/lwres_packet.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_packet.html U src/usr.sbin/bind/lib/lwres/man/lwres_resutil.3 U src/usr.sbin/bind/lib/lwres/man/lwres_resutil.docbook C src/usr.sbin/bind/lib/lwres/man/lwres_resutil.html U src/usr.sbin/bind/lib/lwres/unix/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/lwres/net.h U src/usr.sbin/bind/lib/tests/Makefile.in U src/usr.sbin/bind/lib/tests/T_testlist.imp C src/usr.sbin/bind/lib/tests/t_api.c U src/usr.sbin/bind/lib/tests/include/Makefile.in U src/usr.sbin/bind/lib/tests/include/tests/Makefile.in U src/usr.sbin/bind/lib/tests/include/tests/t_api.h U src/usr.sbin/bind/docutil/HTML_COPYRIGHT U src/usr.sbin/bind/docutil/MAN_COPYRIGHT U src/usr.sbin/bind/docutil/docbook2man-wrapper.sh.in U src/usr.sbin/bind/make/Makefile.in U src/usr.sbin/bind/make/includes.in U src/usr.sbin/bind/make/mkdep.in C src/usr.sbin/bind/make/rules.in 129 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/usr.sbin/bind CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/10 12:00:26 Modified files: mail/fetchmail : Tag: OPENBSD_4_0 Makefile distinfo mail/fetchmail/patches: Tag: OPENBSD_4_0 patch-Makefile_in patch-configure mail/fetchmail/pkg: Tag: OPENBSD_4_0 PLIST Log message: MFC: Security update to fetchmail-6.3.6: A password disclosure vulnerability (CVE-2006-5867, fetchmail's using unsafe logins or omitting TLS) and a denial of service vulnerability (CVE-2006-5974, fetchmail crashes, dereferencing the null page, when rejecting a message sent to an MDA). Fetchmail 6.3.6 also fixes several regressions and long-standing bugs. Details: https://lists.berlios.de/pipermail/fetchmail-announce/2007-January/000042.html CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/01/10 12:07:59 Modified files: usr.sbin/bind : CHANGES FAQ Makefile.in README config.h.in configure configure.in libtool.m4 ltmain.sh version usr.sbin/bind/bin/check: named-checkconf.html usr.sbin/bind/bin/dig: dig.1 dig.c dig.html dighost.c host.1 host.c host.html nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/bin/dnssec: dnssec-keygen.html dnssec-signzone.8 dnssec-signzone.c dnssec-signzone.html usr.sbin/bind/bin/named: client.c config.c controlconf.c interfacemgr.c lwresd.c lwresd.html main.c named.html query.c server.c update.c usr.sbin/bind/bin/named/include/named: control.h globals.h usr.sbin/bind/bin/named/unix: os.c usr.sbin/bind/bin/nsupdate: nsupdate.8 nsupdate.c nsupdate.html usr.sbin/bind/bin/rndc: rndc-confgen.8 rndc-confgen.html rndc.c rndc.conf.html rndc.html usr.sbin/bind/doc/arm: Bv9ARM-book.xml Bv9ARM.ch03.html Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html Bv9ARM.html usr.sbin/bind/lib/dns: Makefile.in adb.c api cache.c dispatch.c dnssec.c dst_api.c gen.c masterdump.c message.c name.c rbtdb.c rdata.c rdataset.c resolver.c tsig.c validator.c xfrin.c zone.c usr.sbin/bind/lib/dns/include/dns: name.h rdataset.h zone.h usr.sbin/bind/lib/dns/rdata/generic: dlv_32769.c usr.sbin/bind/lib/isc: api commandline.c hash.c inet_aton.c lex.c log.c print.c sockaddr.c usr.sbin/bind/lib/isc/unix: entropy.c fsaccess.c ifiter_ioctl.c socket.c usr.sbin/bind/lib/isccc: api usr.sbin/bind/lib/isccfg: parser.c usr.sbin/bind/lib/lwres: getaddrinfo.c herror.c lwconfig.c lwinetaton.c usr.sbin/bind/lib/lwres/man: lwres.html lwres_buffer.html lwres_config.html lwres_context.3 lwres_context.html lwres_gabn.html lwres_gai_strerror.html lwres_getaddrinfo.html lwres_gethostent.html lwres_getipnode.3 lwres_getipnode.html lwres_getnameinfo.html lwres_getrrsetbyname.html lwres_gnba.html lwres_hstrerror.html lwres_inetntop.html lwres_noop.html lwres_packet.html lwres_resutil.html usr.sbin/bind/make: mkdep.in rules.in Removed files: usr.sbin/bind/bin/tests/system/checkconf: bad.conf good.conf tests.sh usr.sbin/bind/lib/dns: gen-win32.h usr.sbin/bind/lib/dns/rdata/generic: dlv_65323.c dlv_65323.h Log message: resolve conflicts and regen configure script CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 12:21:47 Modified files: www/p5-Apache-Test: Makefile www/p5-Apache-Test/pkg: PLIST www/ap2-mod_perl: Makefile www/ap2-mod_perl/pkg: PLIST Log message: p5-Apache-Test and ap2-mod_perl have some conflicting manpages. Add @conflict markers. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/10 12:26:29 Modified files: security/nss : Makefile Log message: bump SO_VERSION to be one more then mozilla-firefox so that the transition to system nss goes smoothly. discussed with Martynas Venckus and steven@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 12:26:53 Modified files: lang : Makefile Log message: remove js CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/10 12:28:37 Removed files: lang/js : Makefile distinfo lang/js/patches: patch-examples_simple_c patch-src_getopt_c patch-src_mrgsort_c lang/js/pkg : DESCR PLIST Log message: Remove lang/js which isn't maintained anymore (last release 8 years ago), isn't used by any other port and conflicts with other javascript ports in our tree. (more recent ones) ok ajacoutot@, espie@, kurt@, steven@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/10 12:46:20 Modified files: mail/fetchmail : Tag: OPENBSD_3_9 Makefile distinfo mail/fetchmail/patches: Tag: OPENBSD_3_9 patch-Makefile_in patch-configure mail/fetchmail/pkg: Tag: OPENBSD_3_9 PLIST Log message: MFC: Security update to fetchmail-6.3.6: A password disclosure vulnerability (CVE-2006-5867, fetchmail's using unsafe logins or omitting TLS) and a denial of service vulnerability (CVE-2006-5974, fetchmail crashes, dereferencing the null page, when rejecting a message sent to an MDA). Fetchmail 6.3.6 also fixes several regressions and long-standing bugs. Details: https://lists.berlios.de/pipermail/fetchmail-announce/2007-January/000042.html CVSROOT: /cvs Module name: ports Changes by: mpf@cvs.openbsd.org 2007/01/10 13:20:06 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-vl_c Log message: Call setsockopt(2) IP_MULTICAST_LOOP w/ correct optlen. This fixes UDP multicast socket networking. bump PKGNAME OK sturm@, todd@ CVSROOT: /cvs Module name: www Changes by: mglocker@cvs.openbsd.org 2007/01/10 13:28:41 Modified files: . : donations.html Log message: Thanks to Sebastian Stellingwerff for donating a Thomson SpeedTouch 120g ISL3886IK USB device (upgt). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/10 13:46:41 Modified files: share/man/man4 : sk.4 msk.4 pci.4 Log message: an update of sk.4 and msk.4, from brad; kettenis and matthieu more or less ok'd it too CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/10 13:59:05 Modified files: build : mirrors.dat Log message: update upstream info for three mirrors, from Marcus Popp no output change, so no sync needed CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/10 14:32:19 Modified files: usr.bin/cvs : edit.c file.c file.h Log message: add a cvs_file_copy routine and use it for the edit command to copy the file in the current working directory to CVS/Base/ ok ray@ joris@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/10 14:47:21 Modified files: devel/p5-File-HomeDir: Makefile distinfo devel/p5-File-HomeDir/pkg: PLIST Log message: update to 0.63 help & ok steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/10 14:50:34 Modified files: devel/p5-AppConfig: Makefile distinfo Log message: - update to 1.64 - license: perl - drop maintainership CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/10 16:04:53 Modified files: sys/dev/mii : brgphy.c sys/dev/pci : if_bge.c if_bgereg.h Log message: Flow control support for bge(4)/brgphy(4). From brad@ based on code from NetBSD. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/10 16:06:41 Modified files: infrastructure/templates: network.conf.template Log message: remove unused MASTER_SITE_SOURCEWARE. from Jim Razmus CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/10 16:12:52 Modified files: net/mirror : Makefile Log message: fix master sites. from steve.shockley at shockley.net, pointed out by Jim Razmus CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/10 16:19:19 Modified files: infrastructure/templates: network.conf.template Log message: sync packetstorm mirrors with their official mirror list. from Jim Razmus CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/10 16:33:36 Modified files: print/scribus : Makefile distinfo print/scribus/patches: patch-configure patch-scribus_Makefile_in print/scribus/pkg: PLIST Log message: maintenance update to scribus 1.3.3.7. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/10 17:04:48 Modified files: sbin/dhclient : options.c Log message: Reject all packets with an option claiming to extend past the end of an option buffer. No longer accept the 6th such packet. From ISC. ok ckuethe@ stevesk@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/01/10 17:13:24 Modified files: xc-old/programs/Xserver/dbe: dbe.c Log message: CVE 2006-6102 & CVE 2006-6103: integer overflows in dbe extension (iDefense) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/10 17:23:26 Added files: multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_sidplay_Makefile_in Log message: make sure sidplay is linked with stdc++ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/10 18:51:59 Modified files: sbin/dhclient : dhcp.h usr.sbin/dhcpd : dhcp.h usr.sbin/dhcrelay: dhcp.h Log message: remove unused #define DHCP_MIN_LEN CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/10 19:35:55 Modified files: usr.bin/cvs : add.c admin.c annotate.c client.c commit.c cvs.c diff.c edit.c getlog.c init.c remove.c status.c tag.c update.c version.c watch.c Log message: in a remote setup: do not connect to the remote server until we are sure all the options passed to the commands are valid. noticed by xsa@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/10 19:36:29 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Since bootp_packet_handler is always set to do_packet before we process any packets, eliminate that abstraction and just call do_packet directly. No functional change. ok stevesk CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/01/10 21:55:21 Modified files: . : donations.html Log message: emulex gave me a couple of controllers to play with one day. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/11 00:08:23 Modified files: sbin/fdisk : fdisk.8 Log message: Move options into DESCRIPTION section. This conforms with most other man pages, where the options are near the top of the page for easy access. OK jmc@. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2007/01/11 00:24:52 Modified files: sys/arch/arm/footbridge: footbridge_clock.c sys/arch/arm/sa11x0: sa11x0_ost.c sys/arch/arm/xscale: i80321_clock.c pxa2x0_clock.c Log message: do not report the clock frequencies on arm becuase there is no real need to be verbose here; discussed with drahn@ ok kettenis@, miod@, deraadt@ and others CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/11 00:53:24 Modified files: math/plplot : Makefile Log message: add a no_octave pseudo flavor CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/11 00:56:06 Modified files: math/plplot : Makefile Log message: oops CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 01:09:55 Modified files: usr.bin/cvs : edit.c Log message: sync joris' last change (connection to remote server when all options are valid) for the unedit command too. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 01:33:53 Modified files: usr.bin/cvs : logmsg.c Log message: save errno. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/11 01:34:30 Modified files: share/man/man4 : acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpiec.4 acpihpet.4 acpitz.4 Log message: - add a list in acpi.4 of all acpi devices which attach - make the .Nd a little nicer whilst here help/ok mk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/11 01:42:27 Modified files: sbin/fdisk : fdisk.8 Log message: make the description of -e point to the COMMAND MODE section; CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/11 01:47:52 Modified files: sys/ufs/ffs : ffs_balloc.c Log message: correctly deallocate dependencies when growing into an indirect block and failing to acquire a data block, from freebsd, okay krw@, mickey@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 01:48:59 Modified files: usr.bin/cvs : logmsg.c Log message: strl* overload, use xasprintf(). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/11 01:49:00 Modified files: sbin/fdisk : fdisk.8 Log message: avoid an ugly grammar construction; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/11 02:10:37 Modified files: share/man/man9 : Makefile Log message: clean up this Makefile; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/11 02:17:03 Modified files: share/man/man9 : Makefile Log message: MLINKS for functions described in mbuf_tags(9); CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/11 02:34:40 Modified files: lang/ruby : Makefile Log message: Fix an 'undefined symbol' error with openssl when using LD_BIND_NOW. from markus@, ok msf@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 03:37:18 Modified files: usr.bin/cvs : diff.c Log message: strl* overload, use xasprintf(). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/01/11 05:06:46 Modified files: share/man/man9 : Makefile rwlock.9 Log message: Document rw_enter and rw_exit. Requested and ok by dlg@, ok jmc@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 05:37:29 Modified files: usr.bin/cvs : import.c Log message: no need to unlink() the tmp files here as they have already been added to the temp_files walklist anyway.. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/11 06:46:19 Modified files: lang/python/2.3: Makefile lang/python/2.3/pkg: PLIST-main Log message: regen plist. reminded by alek@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 08:18:43 Log message: import gonzui 1.2 gonzui is a source code search engine. The goal is to help programmers develop programs effectively by creating a source code search engine, accessible via the commandline or via a web interface. lots of help and ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20070111 N ports/textproc/gonzui/Makefile N ports/textproc/gonzui/distinfo N ports/textproc/gonzui/pkg/DESCR N ports/textproc/gonzui/pkg/PLIST N ports/textproc/gonzui/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 08:20:22 Modified files: infrastructure/db: user.list Log message: add _gonzui ok bernd@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 08:26:25 Modified files: textproc : Makefile Log message: add gonzui CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 08:40:54 Modified files: textproc/p5-XML-Twig: Makefile distinfo textproc/p5-XML-Twig/patches: patch-Makefile_PL textproc/p5-XML-Twig/pkg: DESCR Log message: - update to 3.28 - CPAN'ify - re-format DESCR while there CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 08:41:42 Modified files: usr.bin/cvs : import.c Log message: revert last commit after discussing w/ joris@; makes sense to remove the tmp files once we'r done w/ them, not at the very end only.. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/11 08:45:02 Modified files: usr.bin/cvs : edit.c Log message: update the revision number in CVS/Entries from CVS/Baserev if we are reverting to the revision that the user edited in the first place. ok joris@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 10:36:40 Modified files: audio/ncmpc : Makefile Added files: audio/ncmpc/patches: patch-src_mpdclient_c patch-src_screen_file_c patch-src_support_c Log message: replace broken chars with '?' and make the "Unable to convert..." message go away. from MAINTAINER (Tobias Ulmer ) "go ahead" bernd@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 10:38:14 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 10:42:21 Modified files: devel/uthash : Makefile distinfo devel/uthash/patches: patch-tests_Makefile Log message: update to 1.2 CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/11 10:44:18 Modified files: usr.bin/cvs : annotate.c diff3.c rcs.c update.c util.c util.h Log message: rework opencvs so that we can deal with binary files. previously we assumed all files were ascii, which broke things in real-world usage. now a checkout of src should work, albeit using lots of memory and cpu. fixing this is the next step. testing by many. ok & some input joris@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 10:44:18 Modified files: net/nepim : Makefile distinfo net/nepim/patches: patch-Makefile Removed files: net/nepim/patches: patch-src-common_c Log message: update nepim to 0.36 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/11 11:05:08 Modified files: usr.sbin/hoststated: check_http.c check_icmp.c check_send_expect.c check_tcp.c hce.c hoststated.c hoststated.h Log message: use real async events for checks and improve the non-blocking socket usage. also modify the check_icmp code to use non-blocking raw sockets and merge the icmp4 and icmp6 functions. some other minor changes while i'm here. as discussed with pyr@ claudio@ deraadt@ ok pyr@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2007/01/11 11:06:49 Modified files: usr.bin/cvs : commit.c Log message: silence some warnings. ok joris@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 11:12:36 Log message: more plugins, these ones termed `poor quality' by the gstreamer people, but sometimes useful... Status: Vendor Tag: g Release Tags: streamer N ports/multimedia/gstreamer-0.10/plugins-bad/Makefile N ports/multimedia/gstreamer-0.10/plugins-bad/distinfo N ports/multimedia/gstreamer-0.10/plugins-bad/patches/patch-common_m4_as-python_m4 N ports/multimedia/gstreamer-0.10/plugins-bad/patches/patch-m4_gettext_m4 N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-main N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-main N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-musepack N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-tremor N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-faac N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-faad N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-musepack N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-faac N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-tremor N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-faad N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/PLIST-xvid N ports/multimedia/gstreamer-0.10/plugins-bad/pkg/DESCR-xvid No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 11:13:16 Modified files: multimedia/gstreamer-0.10: Makefile Log message: +plugins-bad CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/11 11:13:33 Modified files: usr.bin/rcs : diff3.c rcsutil.c Log message: remove some un-needed buffer NUL-termination. in openrcs, diff3 is already NUL-terminating its buffers so we don't need to do it twice. this allows us to sync rcs_splitlines() with opencvs' cvs_splitlines(). ok joris@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2007/01/11 11:16:24 Modified files: . : mail.html Log message: the address/URL of the openbsd-france.org mailing-list has changed. prompted by Philemon Daubard (listmaster). CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/11 11:18:15 Modified files: usr.bin/cvs : README Log message: sync a bit with reality CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/11 11:28:28 Modified files: usr.sbin/hoststated: hoststated.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/11 11:45:18 Modified files: infrastructure/package: check-newlib-depends Log message: It's possible that the package version we get from the ports tree is different than expected. Teach handle_dependency() how to cope with that. Debugged with msf@ some time ago. Fix tested by msf@, sturm@ and steven@. This also fixes the following error some people have seen: "Can't use an undefined value as a HASH reference at /usr/ports/infrastructure/package/check-newlib-depends line 234." "go for it" espie@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/11 13:40:41 Modified files: usr.bin/rcs : rcs.1 Log message: missed a bit. pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/11 14:31:48 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : acpimadt.4 acpiprt.4 Log message: Document the acpimadt(4) and acpiprt(4) drivers. Lots of input and `sure' kettenis. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/11 14:32:49 Modified files: . : want.html Log message: ss20 power supplies taken care of, thanks! CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/11 14:33:22 Modified files: . : events.html Log message: OpenBSD presence at Solutions Linux Paris is cancelled. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/11 14:35:15 Modified files: usr.sbin/ospfd : rde.c Log message: Remove unneeded config stuff when booting up the RDE. This makes the reload handling a bit easier. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/11 14:36:49 Modified files: usr.sbin/ospfd : parse.y Log message: Join two lines. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/11 14:38:27 Modified files: share/man/man4 : acpi.4 Log message: acpimadt(4) and acpiprt(4) attach to acpi(4) so add them here before jmc hits me over the head for forgetting it. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/11 14:43:13 Modified files: usr.sbin/ospfd : ospfe.c rde.c Log message: Silently ignore unknown neighbors in the rde and ospfe imsg handler. This is needed for upcomming reload support -- it can happen that a message to a just deleted neighbor is still pending. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 14:56:16 Log message: import libmtp 0.1.2 libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. We implement MTP Basic, the stuff proposed for standardization. ok naddy@ Status: Vendor Tag: jasper Release Tags: jasper_20070111 N ports/devel/libmtp//distinfo N ports/devel/libmtp//Makefile N ports/devel/libmtp//pkg/DESCR N ports/devel/libmtp//pkg/PLIST N ports/devel/libmtp//pkg/PFRAG.shared N ports/devel/libmtp//patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/11 14:58:05 Modified files: sys/arch/hp300/dev: sti_sgc.c sys/arch/hppa/dev: sti_sgc.c sys/dev/ic : sti.c stivar.h sys/dev/pci : sti_pci.c Log message: Allow sti_attach_common() to return an error code, and do not fall into sti_end_attach() if an error has occured. ok mickey@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 14:58:37 Log message: import gnomad2 2.8.9 (with patch from CVS to make it work with newer libmtp) Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range plus the Dell DJ devices using the Portable Digital Entertainment (PDE) protocol. ok naddy@ Status: Vendor Tag: jasper Release Tags: jasper_20070111 N ports/audio/gnomad2/Makefile N ports/audio/gnomad2/distinfo N ports/audio/gnomad2/pkg/DESCR N ports/audio/gnomad2/pkg/PLIST N ports/audio/gnomad2/patches/patch-src-jukebox_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/11 14:59:43 Modified files: security/p5-Crypt-Rijndael: Makefile distinfo security/p5-Crypt-Rijndael/pkg: PLIST Removed files: security/p5-Crypt-Rijndael/patches: patch-rijndael_h Log message: update to 1.01 claudio no longer uses this, so remove him from maintainer. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/11 14:59:52 Modified files: sys/arch/hppa/dev: dino.c Log message: When attaching a dino bridge, keep the presently enabled I/O mappings (which were set up for us by the PDC), and wait until all devices are attached to clear those noone of our supported devices has claimed. This is necessary for pdc console to work until wsdisplay@sti attaches. ok mickey@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/11 15:00:17 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Correct logic in path_update() so that moves are only done when needed. Previously prefix changes of neighbors with softreconfig in disabled where using prefix_add() instead of prefix_move(). Luckily prefix_add() has additional logic to detect this case and calls prefix_move() itself. This made backtraces of a totaly different issue so strange that I was hunting a bug for weeks at the completely wrong spot. Doh! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/11 15:01:05 Modified files: sys/dev/acpi : acpimadt.c Log message: Assume that the first cpu in the table is the boot processor, instead of the cpu with apic id 0. tested by many CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 15:01:35 Modified files: audio : Makefile Log message: add gnomad2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/11 15:02:04 Modified files: sys/dev/ic : sti.c stivar.h Log message: Add the ability for a sti backend to specify callbacks to disable and enable access to the sti rom, as this seems to be necessary for sti@pci; hide this with macros so that platforms which do not have pci support (i.e. hp300) do not get bloated from this. ok mickey@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/11 15:03:23 Modified files: devel : Makefile Log message: add libmtp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/11 15:04:28 Modified files: sys/dev/pci : sti_pci.c Log message: Add callbacks to enable and disable the sti rom, so that it is only mapped when we need to access it; and change the rom parser to walk all the rom images and pick the first one sporting code for the processor we run on, instead of picking the first. This allows dual-sti@pci setups to work. ok mickey@, dual-head test martin@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/11 15:06:40 Modified files: sys/arch/hppa/conf: files.hppa sys/dev/pci : sti_pci.c Added files: sys/arch/hppa/dev: sti_pci_machdep.c Log message: Add a platform specific sti_pci_is_console() to decide if a given pci sti device is the system console; the interface currently passes the pci attachment args and the sti region information, and will hopefully turn to be flexible enough. This allows sti@pci to be used as a console device on hppa, finally. ok mickey@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/11 15:09:19 Modified files: . : hppa.html Log message: Mention sti@pci CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/11 15:45:46 Modified files: www/py-CherryPy: Makefile distinfo www/py-CherryPy/pkg: PLIST Added files: www/py-CherryPy/patches: patch-cherrypy_test_test_conn_py Removed files: www/py-CherryPy/patches: patch-cherrypy_test_test_py patch-cherrypy_test_webtest_py Log message: update to CherryPy 3.0.0 from Will Maier tested and ok by maintainer Joerg Zinke CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 16:06:14 Added files: multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_dvdread_dvdreadsrc_c Log message: use rcd0c as default dvd device CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 16:14:11 Modified files: multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Log message: do not install the sunaudiosink until it works for real. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/11 16:21:11 Added files: share/man/man4 : acpicpu.4 Log message: Add man page for the acpicpu(4) driver. I think all our acpi(4) bits (aside from the kernel API) are documented now. ok marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/11 16:22:48 Modified files: share/man/man4 : acpi.4 Log message: Add acpicpu(4) to the list and tweak the acpiprt(4) entry a bit. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/11 16:24:05 Modified files: share/man/man4 : Makefile Log message: Add acpicpu(4) here too so it gets built and installed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 16:37:56 Modified files: multimedia/gstreamer-0.10/plugins-base/pkg: DESCR-cdda DESCR-gnome DESCR-main DESCR-ogg DESCR-pango DESCR-theora DESCR-vorbis Log message: document the plugins somewhat. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 17:29:35 Modified files: multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-aalib DESCR-caca DESCR-cairo DESCR-dv DESCR-esd DESCR-flac DESCR-gconf DESCR-gdk DESCR-jpeg DESCR-main DESCR-png DESCR-shout DESCR-speex DESCR-taglib Log message: document good plugins CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/11 17:51:46 Modified files: multimedia/gstreamer-0.10/plugins-ugly/pkg: DESCR-a52 DESCR-dvdread DESCR-lame DESCR-mad DESCR-main DESCR-mpeg2 DESCR-sidplay Log message: describes `ugly' plugins CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2007/01/11 20:13:52 Modified files: math/moo : Makefile distinfo Log message: Update to moo 1.3. Changes: - If only one number is input, print results in all bases. (From Pierre Riteau , thanks!). - Tokenize everything. Don't skip stuff that's not tokenized. - Enable all regression tests; I had forgotten I disabled them. Update tests to 64-bit goodness. Make it possible to override REGRESS_TARGETS on command line. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/11 20:34:50 Modified files: usr.bin/cvs : add.c Log message: fix incorrect output which was driving me more then crazy CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/11 21:15:05 Modified files: share/man/man4 : axe.4 Log message: Note that only rev A of the DUB-E100 works for now. As mentioned by Marco S Hyman on misc@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/11 23:19:12 Modified files: fr : alpha.html amd64.html donations.html events.html hppa.html i386.html macppc.html mail.html porting.html sparc64.html want.html zaurus.html openssh/hu : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/01/12 00:41:31 Modified files: sys/arch/amd64/amd64: gdt.c sys/kern : init_main.c kern_malloc.c kern_sysctl.c sys/sys : sysctl.h sys/uvm : uvm_swap.c Log message: Switch some lockmgr locks to rwlocks. In this commit: - gdt lock on amd64 - sysctl lock - malloc sysctl lock - disk sysctl lock - swap syscall lock miod@, pedro@ ok (and "looks good" others@) CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2007/01/12 00:50:48 Modified files: . : want.html Log message: Thanks to Johan M:son Lindman who kindly donated for my USB serial adapter! CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/12 01:39:24 Modified files: devel/fox : Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/12 01:44:31 Modified files: emulators/fuse-utils: Makefile Log message: add gettext module and fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/12 01:48:57 Modified files: x11/goggles : Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/12 01:53:03 Modified files: sysutils/pciutils: Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 01:53:48 Modified files: mail/c-client : Makefile Log message: spring cleaning: - build kerberos support by default - change maintainer (to ajacoutot@ as per his own request) - fold some lines ok ajacoutot CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/12 02:27:25 Modified files: usr.bin/cvs : Makefile cvs.h Log message: link to build the edit, editors, unedit, watch, and watchers commands. more work needs to be done for them though. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/12 03:05:13 Modified files: devel/iso-codes: Makefile devel/iso-codes/pkg: PLIST Log message: move pkgconfig stuff into our location. okay robi CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/12 03:38:10 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: PLIST Log message: postfix snapshot 2.4.20070107 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 03:51:22 Modified files: mail/c-client : Makefile mail/c-client/pkg: PLIST Log message: Add a pkgpatch definition to the PLIST to help with updates, bump pkgname. requested by steven CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 03:58:11 Modified files: net/samba : Makefile Added files: net/samba/patches: patch-docs_manpages_swat_8 Log message: Correct path to swat in swat(8), remove instructions on how to install swat from source. Found by Bachman Kharazmi CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 05:50:38 Log message: daemon to modify certain pf tables from userland. Status: Vendor Tag: mbalmer Release Tags: tabled_20070112 N ports/sysutils/tabled/Makefile N ports/sysutils/tabled/distinfo N ports/sysutils/tabled/pkg/DESCR N ports/sysutils/tabled/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 05:51:28 Modified files: sysutils : Makefile Log message: add tabled CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/12 06:25:12 Modified files: usr.sbin/user : user.c Log message: Compare against the username, so listing groups when given a numeric user id to userinfo works. From Alf Schlichting; ok millert@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 06:41:04 Modified files: sysutils/tabled: Makefile distinfo sysutils/tabled/pkg: PLIST Log message: Add the tabled(8) man page. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/12 06:45:08 Modified files: www/py-CherryPy: Makefile Log message: unbreak master site, sorry CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/12 06:52:07 Modified files: sys/arch/mac68k/dev: grf_mv.c nubus.h Log message: support a few more video cards, untested: Formac Baers/ProNitron 80.IVb Apple Mac II Monochrome Video Card VillageTronic Mac Picasso 340 Relax 19" Model 200 prodded by miod@ from NetBSD CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 07:01:08 Modified files: infrastructure/db: user.list Log message: Add the _tabled user. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 07:06:29 Modified files: sysutils/tabled: Makefile distinfo sysutils/tabled/pkg: PLIST Log message: config file has a manpage, remove SHARED_ONLY=Yes, use INSTALL_DATA instead of copying files. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 07:30:31 Modified files: mail/smsmail : Makefile Log message: Use ${INSTALL_DATA} instead of cp. ok bernd CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/12 07:33:01 Modified files: sys/ufs/ffs : ffs_balloc.c Log message: Also check for 'num < 1' in ffs2_balloc(), no functional change CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 07:34:30 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/patches: patch-bin_ant patch-bin_runant_pl devel/apache-ant/pkg: PLIST Log message: - maintenance update to 1.7.0 NOTE: 1.7.0 has a useful new feature that will help java porters to maintain runtime compatibility for src built java ports. Default values for javac -source and -target arguments can be globally set using two new properties: ant.build.javac.source and ant.build.javac.target. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 07:43:43 Modified files: sysutils/tabled: Makefile Added files: sysutils/tabled/pkg: MESSAGE Log message: Display some information wrt/ the fifo. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/12 07:44:06 Modified files: comms/gnokii : Makefile Log message: fix LIB_DEPENDS of the no_x11 flavor; spotted by steven@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/12 08:12:34 Modified files: sysutils/tabled: Makefile distinfo Log message: Add the fifo comments in the manpage, too. requested by bernd. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/12 09:30:04 Log message: Source build of NetBeans IDE for Java. Uses recent Ant upgrade to make source version explicit. Updated and OK kurt@. Status: Vendor Tag: ian Release Tags: ian_2007_01_12 N ports/devel/netbeans/Makefile N ports/devel/netbeans/distinfo N ports/devel/netbeans/pkg/PLIST N ports/devel/netbeans/pkg/DESCR N ports/devel/netbeans/patches/patch-core_launcher_unix_nbexec N ports/devel/netbeans/patches/patch-netbeans_in N ports/devel/netbeans/patches/patch-nbbuild_templates_common_xml No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/12 09:31:21 Modified files: sys/arch/mac68k/dev: if_ae.c if_mc.c if_sn.c Log message: fix altq for mc(4); make mbuf functions return NULL instead of 0 while there from Brad, tested by me on all three adapters CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/12 09:43:01 Modified files: usr.sbin/hoststated: check_http.c check_send_expect.c check_tcp.c hoststated.h parse.y Log message: eliminate duplicate tcp read/write code. ok claudio@, reyk@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/12 10:05:18 Modified files: usr.sbin/hoststated: hoststated.h Log message: use an u_int16_t for flags, the u_int8_t was getting too small. ok reyk@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/12 10:12:58 Modified files: usr.sbin/hoststated: check_icmp.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 10:25:33 Modified files: usr.bin/cvs : commit.c diff3.c import.c rcs.c rcs.h Log message: complete binary support for opencvs, adding/importing binary files now works too partially taken from openrcs CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/12 11:16:29 Modified files: devel : Makefile Log message: += netbeans CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/12 11:22:20 Modified files: devel/p5-POE : Makefile distinfo Log message: update p5-POE to 0.9917 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 11:24:59 Modified files: usr.bin/cvs : entries.c Log message: and thou shalt not leak memory when removing entries CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 11:27:18 Modified files: usr.bin/cvs : commit.c Log message: if we have no files to be commited, stop commiting. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/12 11:29:07 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update p5-POE-Component-IRC to 5.18 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 11:46:37 Modified files: devel/eclipse/sdk: Makefile devel/eclipse/sdk/patches: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_build_sh Log message: - use xulrunner for gecko libs now - make swt-browser a run depend of eclipse-sdk so the internal browser always works CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/12 12:19:34 Modified files: sys/arch/sparc64/include: vmparam.h sys/arch/sparc64/sparc64: pmap.c Log message: Move kernel virtual address space to make sure it doesn't overlap with physical memory to avoid problems on UltraSPARC-III and III+. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 12:28:12 Modified files: usr.bin/cvs : add.c commit.c file.c rcs.c status.c Log message: do not leak memory from rcs_head_get() ok niallo@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 12:59:51 Modified files: share/man/man4 : acpimadt.4 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 13:02:53 Modified files: share/man/man4 : acpiprt.4 Log message: lower case .Nd; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 13:05:00 Modified files: share/man/man4 : acpicpu.4 Log message: lower case .Nd; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 13:06:11 Modified files: share/man/man4 : acpicpu.4 Log message: mark up the sysctls; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/12 13:06:49 Modified files: editors/zile : Makefile distinfo Log message: update to 2.2.25: fix file creation so the user's umask is fully respected CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 13:16:05 Modified files: sbin/fdisk : fdisk.8 Log message: make the description match synopsis for -chs; discussed with nick CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/12 13:16:19 Modified files: sys/arch/sparc64/stand/ofwboot: elfXX_exec.c version Log message: Do not force the section header to SHT_NOBITS for non-symbol sections; crank bootloader version. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/12 13:20:41 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: more secsh -> rfc 4716 updates; spotted by wiz@netbsd ok markus CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 13:35:15 Modified files: devel/xulrunner: Makefile devel/xulrunner/pkg: PLIST-devel PLIST-main Log message: - move some things from -main to -devel package where they belong - use make var MOB the same as firefox & thunderbird CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 13:47:53 Modified files: www/mozilla : Makefile Added files: www/mozilla/patches: patch-gfx_src_ps_nsType1_cpp Log message: libfreetype 2.2 support. From NetBSD PR -> Brad CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/12 14:11:38 Modified files: sys/uvm : uvm_map.h Log message: proper define for MAX_KMAPENT; miod@ ok CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/12 14:32:38 Modified files: sys/arch/sparc64/dev: schizo.c schizoreg.h Log message: According to the OpenSolaris sources, the DTO bits are really MMU bit. Add the real DTO bits for Tomatillo. CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/01/12 14:35:37 Modified files: share/man/man4 : umsm.4 Log message: the MC8755 is not MiniPCI, it is a PCI Express Mini Card CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2007/01/12 14:41:53 Modified files: sys/arch/luna88k/conf: GENERIC sys/arch/luna88k/luna88k: locore.S machdep.c sys/arch/m88k/include: cpu.h Log message: Change the secondary CMMU's data cache turn on so that do not hog the bus while they spin, as same as 3.8. This have been missed since CMMU initialize cleanup. Also m88k_cpus[] should have 4 elements on luna88k, even in non-MULTIPROCESSOR kernel. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 14:46:17 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/files: README.OpenBSD www/mozilla-firefox/patches: patch-browser_locales_en-US_chrome_branding_brand_dtd patch-browser_locales_en-US_chrome_branding_brand_properties patch-build_autoconf_altoptions_m4 patch-config_autoconf_mk_in patch-config_rules_mk patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-security_coreconf_OpenBSD_mk patch-security_coreconf_rules_mk Added files: www/mozilla-firefox/patches: patch-browser_app_Makefile_in patch-browser_locales_en-US_chrome_browser_aboutDialog_dtd patch-browser_locales_en-US_chrome_browser_preferences_preferences_dtd patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp www/mozilla-firefox/pkg: DESCR-devel DESCR-main MESSAGE-main PFRAG.shared-main PLIST-devel PLIST-main Removed files: www/mozilla-firefox/patches: patch-db_mork_src_morkSink_cpp patch-gfx_src_gtk_nsFontMetricsXft_cpp patch-security_manager_Makefile_in patch-security_nss_Makefile patch-security_nss_cmd_pkiutil_platlibs_mk patch-security_nss_cmd_platlibs_mk patch-security_nss_lib_ckfw_builtins_Makefile patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile patch-security_nss_lib_nss_config_mk patch-security_nss_lib_smime_config_mk patch-security_nss_lib_softoken_config_mk patch-security_nss_lib_ssl_config_mk www/mozilla-firefox/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: - update to 2.0.0.1 from Martynas Venckus - add a -devel sub-package for vlc plugin input and testing from many - thanks! okay naddy@ pvalchev@ CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2007/01/12 14:51:55 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-scripts_exim_install mail/exim/pkg : PLIST Log message: bump to version 4.66, which (again, *sigh*) fixes bugs that were supposed to be fixed in 4.65, that were introduced in 4.64. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/12 14:53:31 Modified files: infrastructure/install: make-plist Log message: make expr less greedy CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/12 15:02:35 Modified files: sys/dev/ic : sti.c stivar.h sys/dev/pci : sti_pci.c Log message: Keep the wsscreen_descr in the softc, to allow sti of different text resolutions to attach without disturbing each other. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/12 15:09:08 Modified files: sys/arch/sparc64/sparc64: cache.h locore.s mem.c Log message: Get rid of some dead code. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/12 16:11:12 Modified files: www/seamonkey : Makefile www/seamonkey/pkg: PLIST-devel PLIST-main Removed files: www/seamonkey/pkg: PFRAG.shared-devel Log message: - move some things from -main to -devel package where they belong - there's no need to install the libs again in the -devel package. noticed by steven@ - use make var MOB the same as firefox & thunderbird CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/12 16:13:39 Modified files: share/man/man4 : rum.4 Log message: Mini-PCI Express -> PCI Express Mini Card as per PCI-SIG name. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/12 16:32:01 Modified files: usr.bin/cvs : checkout.c commit.c cvs.h diff.c diff3.c file.c import.c rcs.c rcs.h update.c Log message: major re-work of the RCS api. this results in 100x performance improvements in some places and much reduced memory usage. note that only checkout has been fully converted to use the new high-performance functions. other codepaths (e.g. update) still use the old method which is provided for backwards compatibility. we can convert the remaining slow bits over to the new api piece-by-piece. "commit this, now" joris@ brad@ tested, too. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 16:56:11 Modified files: usr.bin/cvs : checkout.c Log message: simplify after recent rcs API changes. kay niallo@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/12 18:01:34 Log message: Power*Architect, a database administrator/data warehousing tool, written in Java. ok kurt@ Status: Vendor Tag: ian Release Tags: ian_2007_01_12 N ports/databases/architect/Makefile N ports/databases/architect/distinfo N ports/databases/architect/pkg/DESCR N ports/databases/architect/pkg/PLIST N ports/databases/architect/pkg/MESSAGE N ports/databases/architect/files/architect No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/12 18:03:14 Modified files: databases : Makefile Log message: += architect CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/01/12 19:18:15 Modified files: . : plus.html Log message: up to 2006/12/26; from Janne Johansson, thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/12 20:37:06 Modified files: . : armish.html Log message: no #hardware target, so remove TOC entry. Pointed out by Martynas Venckus (martynas at altroot dot org), thanks! CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 21:18:51 Modified files: usr.bin/cvs : rcs.h Log message: add missing prototypes for some new rcs api functions; CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 21:29:37 Modified files: usr.bin/cvs : rcs.c Log message: - better error messages - correclty use cvs_tagname, so that the tag from $CVSROOT/config will actually be expanded as a keyword. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/12 22:09:17 Modified files: usr.bin/cvs : rcs.c Log message: the memleak i thought i had fixed was in fact NOT a leak at all and caused opencvs to crash so revert, oops? CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/13 00:42:13 Modified files: sys/dev/usb : usbdevs Log message: Topre Corporation Happy Hacking Keyboard. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/13 00:42:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/13 00:43:15 Modified files: sys/dev/usb : ukbd.c Log message: Ignore country code on happy hacking keyboard, it reports itself as japanse. Spotted by naddy@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/13 02:09:17 Modified files: build : packages-4.0 packages-3.9 Log message: fetchmail, lha CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/13 02:09:31 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/13 03:16:12 Modified files: . : INDEX Log message: sync, 4084 CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/13 03:37:25 Modified files: share/man/man4 : acpiac.4 acpiec.4 acpitz.4 Log message: Dmitri Alenitchev pointed out that he originally submitted these, thanks! (He also submitted an acpibtn page but I rewrote that recently so I think it's fair that I get to keep it.) CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/13 03:53:32 Modified files: sysutils/tabled: Makefile distinfo sysutils/tabled/pkg: DESCR Log message: 1.0.4 fixes a bug that could cause the unprivileged process to crash. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/13 04:23:38 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-faac DESCR-faad DESCR-main DESCR-musepack DESCR-tremor DESCR-xvid Added files: multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-bz2 DESCR-gsm DESCR-ladspa DESCR-neon DESCR-sdl DESCR-swf PLIST-bz2 PLIST-gsm PLIST-ladspa PLIST-sdl Log message: finish the `bad plugins' cut into small pieces CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/13 04:27:56 Modified files: audio/rhythmbox: Makefile x11/kde/multimedia3: Makefile Log message: unconfuse pkg_add, make sure all gstreamer-0.8 dependencies get the right packages. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/13 05:15:21 Modified files: news/p5-Gateway: Makefile news/p5-News-Article: Makefile news/p5-News-Newsrc: Makefile Log message: cpanify and set licenses looks safe for ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/13 05:53:54 Modified files: www/firefox-i18n: Makefile distinfo Removed files: www/firefox-i18n/pkg: DESCR-ro PLIST-ro Log message: - update the i18n bits to match in-tree firefox version reminded by steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/13 05:56:48 Modified files: multimedia : Makefile Log message: +gstreamer-0.10 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/13 06:13:11 Modified files: security/clamav: Makefile security/clamav/pkg: MESSAGE Log message: Remove two RUN_DEPENDS to software that is only available by manually installing ports. This makes using the clamav package much easier. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/13 06:37:33 Modified files: databases/openldap: Makefile databases/openldap/pkg: PLIST-main PLIST-server Log message: slapacl and slapauth are symbolic links to slapd which is in -server, not -client, so move them to the right PLIST. clean up the Makefile while here. from Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2007/01/13 07:26:59 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile Log message: Update to git 1.4.4.4 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 08:29:34 Modified files: usr.bin/cvs : checkout.c client.c remote.c remote.h server.c Log message: - remote update now works again, with new rcs api - we no longer hold the entire file in memory when sending or receiving it CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/13 08:41:13 Modified files: . : INDEX Log message: synch, 4147 unzels CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 08:45:59 Modified files: usr.bin/cvs : add.c checkout.c commit.c cvs.h update.c Log message: remove BUF * argument from cvs_checkout_file() it will no longer be used, ever. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 08:56:15 Modified files: usr.bin/cvs : checkout.c commit.c Log message: plug 3 memleaks CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 09:03:53 Modified files: usr.bin/cvs : file.c Log message: make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when needed otherwise we might get a NULL dereference when free'ing the cf struct with cvs_file_free() CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/01/13 09:13:29 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-src_cf_data_pre patch-src_client_side_c Log message: bugfix update; from maintainer (brad@) CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/13 09:35:11 Modified files: databases/openldap: Makefile distinfo Log message: Maintenance update to 2.3.32, no new APIs or API changes in the libraries. See http://www.openldap.org/software/release/changes.html for details. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/13 09:39:45 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs PLIST-main Log message: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/13 09:47:15 Modified files: sys/dev : vnd.c Log message: Touch of clean up: s/DEBUG/VNDDEBUG/ and introduce DNPRINTF, fold all the #ifdef DEBUG #endif into DNPRINTFs. Use DTYPE_VND for the disklabel d_type member, dont calcluate d_secpercyl from d_ntrack * d_nsectors, just set it too 100 directly since we set d_ntrack and d_nsectors to 1 and 100 respectivly. testing and OK krw@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/13 10:13:43 Modified files: share/man/man4 : msk.4 sk.4 Log message: This clarifies the chipsets used to match the names used at the top of the sk(4) man page, since XMAC means nothing in this context. from brad@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/13 10:41:55 Modified files: sys/ufs/ffs : ffs_vnops.c Log message: prettify some panic strings, s/panic("%s: foo", "func")/panic("func: foo") ok toby@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 11:28:27 Modified files: usr.bin/cvs : commit.c Log message: switch commit code to the new RCS api. kay niallo@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2007/01/13 12:40:47 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Added files: net/gajim/patches: patch-scripts_gajim_in Removed files: net/gajim/patches: patch-Makefile patch-src_Makefile patch-src_common_Makefile Log message: update to 0.11, from dennis suhonin CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/13 12:44:08 www/papers/opencon06-umts Update of /cvs/www/papers/opencon06-umts In directory cvs.openbsd.org:/tmp/cvs-serv9772/opencon06-umts Log Message: Directory /cvs/www/papers/opencon06-umts added to the repository CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/13 12:51:20 Added files: papers/opencon06-umts: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt Log message: finally add my slides from the 3G technology and OpenBSD talk given at OpenCON 2006 CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/13 12:54:21 Modified files: sys/dev/usb : umsm.c Log message: attach to Sierra Wireless Aircard 875; ok fkr@ CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/13 13:02:45 Modified files: papers : index.html Log message: link my slides from OpenCON 2006 CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/13 13:08:58 Modified files: . : events.html Log message: link my opencon slides here as well CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/01/13 13:25:56 Modified files: share/man/man4 : umsm.4 Log message: add Sierra Wireless Aircard 875 as suspected to be compatible CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 13:29:46 Modified files: usr.bin/cvs : import.c init.c Log message: make import and init work again after the small breakage we had with the rcs changes; CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/13 13:59:49 Modified files: usr.bin/cvs : annotate.c rcs.c Log message: nuke the the very evil rcs_getrev() stuff discussed with niallo@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/13 14:03:23 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Do not match on Expert3D and Expert3D-Lite cards, these will require a different driver. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/13 14:04:03 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Print Schizo/Tomatillo version number. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/13 14:05:55 Modified files: sys/dev/pci : if_msk.c Log message: Correctly count outbound packets. From brad@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/13 14:18:14 Modified files: share/man/man4 : msk.4 sk.4 Log message: grammar; CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/13 14:18:58 Modified files: . : i386-laptop.html Log message: updated Acer Travelmate info from Alexey Vatchenko CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/13 14:25:37 Modified files: . : i386-laptop.html Log message: add IBM Thinkpad T43p type 2668-G5U from Matt Rowley CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/13 14:35:26 Modified files: . : i386-laptop.html Log message: add IBM Thinkpad T40, Type 2373-7CG from Alexey Vatchenko CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/13 14:56:44 Modified files: build : groups.dat Log message: add MDBUG, Maryland, USA from mike at erdelynet.com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/13 14:57:21 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/13 15:00:56 Modified files: distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k distrib/sets/lists/comp: md.aviion md.luna88k md.mvme88k sys/arch/m88k/include: db_machdep.h pcb.h Added files: sys/arch/aviion/include: frame.h sys/arch/luna88k/include: frame.h sys/arch/m88k/include: frame.h sys/arch/mvme88k/include: frame.h Log message: Bring back a for m88k platforms, by splitting in its exception-related contents and pcb-related contents. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/13 15:15:39 Log message: Import rlwrap 0.28, a generic readline wrapper. ok kili@ Status: Vendor Tag: deanna Release Tags: deanna_20060113 N ports/misc/rlwrap/distinfo N ports/misc/rlwrap/Makefile N ports/misc/rlwrap/pkg/DESCR N ports/misc/rlwrap/pkg/PLIST N ports/misc/rlwrap/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/13 15:17:46 Modified files: misc : Makefile Log message: + rlwrap CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/13 15:49:09 Modified files: devel/liboil : Makefile Added files: devel/liboil/patches: patch-liboil_liboildebug_c Log message: Disable noisy and misleading debug messages. ok kili@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/13 17:12:13 Modified files: sys/dev/usb : usbdevs if_zyd.c share/man/man4 : zyd.4 Log message: Match some additional devices found in Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/13 17:12:55 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/13 18:35:46 Modified files: sbin/dhclient : options.c Log message: Don't treat any packet with an invalid option buffer or an invalid message type option of 0 as a BOOTP offer. Don't process any option buffer after one is found to be corrupt. Don't process overflow buffers in a BOOTP packet. At least try to accept DHCP offers even if a bad options buffer is encountered. Brings code more into line with current ISC dhclient. ok stevesk@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/13 19:34:41 Modified files: fr : armish.html events.html pkg-stable.html pkg-stable39.html want.html nl : mail.html translation.html lt : armish.html donations.html errata.html plat.html stable.html papers/fr : index.html de : index.html translation.html Added files: lt : errata39.html pkg-stable.html pkg-stable39.html pmax.html solbourne.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2007/01/14 00:08:56 Modified files: share/man/man4 : re.4 Log message: Update to match reality. From brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/14 02:17:41 Modified files: www/firefox-i18n: Makefile distinfo Added files: www/firefox-i18n/pkg: PLIST-ko PLIST-lt PLIST-mn PLIST-nn Log message: - add 4 languages from Martynas Venckus CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/01/14 02:35:35 Modified files: . : amd64.html i386.html Log message: add Philips SNU5600 to zyd(4) list; via jsg CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/14 03:11:51 Modified files: mail/smtp-vilter: Makefile Log message: Add an LDAP flavor for per domain and/or per user configuration. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/14 03:12:53 Modified files: mail : Makefile Log message: Add the smtp-vilter ldap flavor. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/14 03:48:23 Modified files: sys/dev/ic : bcw.c Log message: Introduce register read/write helper routines for radio and phy. Start to add bcw_radio_on() and bcw_radio_channel(). ok Jon Simola CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/14 03:53:46 Modified files: databases/p5-DBD-Pg: Makefile Log message: cpan'ify CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/14 04:09:26 Modified files: databases/p5-DBIx-Class: Makefile distinfo Removed files: databases/p5-DBIx-Class/patches: patch-lib_DBIx_Class_Relationship_HasMany_pm patch-lib_DBIx_Class_Relationship_HasOne_pm Log message: minor update, which integrates patches. add JSON to regress depends, missed that previously. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/14 04:29:23 Modified files: mail/ldapvacation: Makefile distinfo Log message: Update to ldapvacation-1.1.3. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/14 06:20:17 Modified files: usr.sbin/ospfd : parse.y Log message: typo metricr -> metric CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2007/01/14 06:53:28 Modified files: sys/arch/luna88k/conf: RAMDISK Log message: Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even in non-MULTIPROCESSOR kernel. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/14 09:18:56 Modified files: sys/arch/sparc64/dev: schizoreg.h Log message: Add another Tomatillo-specific register. Fix definition of TOM_PCICTRL_DTO_INT. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/14 09:19:49 Modified files: sys/arch/sparc64/dev: schizovar.h Log message: Add macros to access Schizo's PCI config space. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/14 09:21:22 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Provide a bit more diagnostic information in the PCI error handler. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/14 09:57:21 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Clear error bits in PCI command/status register before establishing PCI error handler. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/14 10:47:57 Log message: import oggfwd-0.2 Oggfwd is a small tool that reads an Ogg stream from stdin and sends it to an Icecast server using libshout. from Moritz Grimm Status: Vendor Tag: steven Release Tags: steven-20070114 N ports/net/oggfwd/Makefile N ports/net/oggfwd/distinfo N ports/net/oggfwd/pkg/DESCR N ports/net/oggfwd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/14 10:48:50 Modified files: net : Makefile Log message: +oggfwd CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/14 10:54:45 Modified files: sys/arch/hp300/dev: frodo.c isabr.c Log message: Move the isa bridge probe from isabr to frodo, so that frodo only attempts to attach isabr if it really exists. This gets rid of ``isabr0 not configured'' messages on 425e. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/14 11:44:55 Modified files: usr.bin/cvs : checkout.c Log message: replace checkout_write_revision() with rcs_rev_write_stmp() they do exactly the same anyway. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/14 11:48:32 Modified files: audio/shorten : Makefile audio/xmms-shn : Makefile Log message: fix master site path CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/14 11:50:23 Modified files: sys/arch/mac68k/dev: zs.c sys/arch/macppc/dev: zs.c Log message: zsprintf() is gone, fixes ZSMACDEBUG case CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/14 12:13:35 Modified files: sys/arch/vax/vax: random.s Log message: ragge@netbsd fixed the copyright, thanks. ok miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/14 12:18:12 Modified files: usr.sbin/ntpd : sensors.c Log message: Add some comments on the expresssion which converts sensor timedeltas to ntp offsets; also, rewrite the expression to make it more clear with no change in semantics. ok henning@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/14 12:20:09 Modified files: usr.sbin/ntpd : ntp.c Log message: Esape from the Mouth of Madness by adjusting stored sensor offsets when we adjust time. This prevents ntpd from going wild when using sensor time sources; ok henning@ (on an earlier version) and a LOT of testing by naddy@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/14 13:35:36 Modified files: palm/p5-Palm : Makefile Log message: cpanify ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/14 13:37:09 Modified files: sysutils/p5-Quota: Makefile Log message: cpanify ok steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/14 13:49:06 Modified files: net/p5-Chatbot-Eliza: Makefile net/p5-Filesys-Virtual-DAAP: Makefile net/p5-Geo-IP : Makefile net/p5-IO-INET6: Makefile net/p5-IO-Interface: Makefile net/p5-IO-Socket-Multicast: Makefile net/p5-Net-Amazon: Makefile net/p5-Net-BGP : Makefile net/p5-Net-CIDR: Makefile net/p5-Net-CIDR-Lite: Makefile net/p5-Net-DAAP-Client: Makefile net/p5-Net-DAAP-DMAP: Makefile net/p5-Net-DAV-Server: Makefile net/p5-Net-DNS : Makefile net/p5-Net-DNS-SEC: Makefile net/p5-Net-Daemon: Makefile net/p5-Net-Dict: Makefile net/p5-Net-Domain-TLD: Makefile net/p5-Net-FTP-Recursive: Makefile net/p5-Net-FTPServer: Makefile net/p5-Net-ICQ2000: Makefile net/p5-Net-ICal: Makefile net/p5-Net-IP : Makefile net/p5-Net-IPv4Addr: Makefile net/p5-Net-IRC : Makefile net/p5-Net-ParseWhois: Makefile net/p5-Net-Patricia: Makefile net/p5-Net-Pcap: Makefile net/p5-Net-Ping-External: Makefile net/p5-Net-Radius: Makefile net/p5-Net-RawIP: Makefile net/p5-Net-SFTP: Makefile net/p5-Net-SNMP: Makefile net/p5-Net-SNPP: Makefile net/p5-Net-SSH-Perl: Makefile net/p5-Net-Snort-Parser: Makefile net/p5-Net-TFTP: Makefile net/p5-Net-Telnet: Makefile net/p5-Net-Telnet-Cisco: Makefile net/p5-Net-Traceroute: Makefile net/p5-Net-Whois: Makefile net/p5-Net-Whois-RIPE: Makefile net/p5-NetPacket: Makefile net/p5-Nmap-Parser: Makefile net/p5-Nmap-Scanner: Makefile net/p5-POE-Component-Client-DNS: Makefile net/p5-POE-Component-Pcap: Makefile net/p5-POE-Component-Server-FTP: Makefile net/p5-POE-Filter-IRCD: Makefile net/p5-PlRPC : Makefile net/p5-RPC-XML : Makefile net/p5-SNMP-BridgeQuery: Makefile net/p5-SNMP_Session: Makefile net/p5-Socket6 : Makefile net/p5-Sys-Hostname-Long: Makefile Log message: cpanify and set a few licenses feedback & ok steven@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/01/14 14:45:01 Modified files: usr.sbin/vnconfig: vnconfig.8 Log message: clarify that -K needs an argument >= 1000, and add two examples dealing with encrypted images. help from and ok pedro@ jmc@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/14 14:50:05 Modified files: sys/ufs/ffs : ffs_balloc.c Log message: Fix growing of direct blocks in ffs2_balloc() CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/14 14:53:01 Modified files: net/bitlbee : Makefile distinfo net/bitlbee/patches: patch-commands_c patch-irc_c patch-protocols_jabber_jabber_c patch-protocols_msn_msn_util_c patch-protocols_msn_sb_c patch-protocols_nogaim_c patch-protocols_oscar_oscar_c patch-protocols_oscar_service_c patch-set_c patch-util_c Log message: update to version 1.0.3 from Martynas Venckus CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/01/14 15:20:37 Modified files: . : want.html Log message: I might start hacking on sparc64 SMP in the near future. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/14 15:20:46 Modified files: usr.bin/cvs : checkout.c Log message: reset sticky tags with -A; OK joris@. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/14 16:10:56 Modified files: usr.bin/cvs : commit.c diff.c file.c import.c rcs.c rcs.h Log message: move things around in rcs_rev_getbuf() and rcs_rev_write_fd() so that we do keyword expansion on-the-fly if required instead of obtaining the revision in memory first, running over the revision lines while expanding keywords and only then writing them to the fd or memory buffer. this drasticly decreases cpu usage by opencvs on very large trees (like src). OK niallo@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/14 16:37:52 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Removed files: net/rtorrent/patches: patch-src_core_download_list_cc Log message: update to libtorrent 0.11.1/rtorrent 0.7.1 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/14 21:21:38 Modified files: usr.bin/cvs : diff.c Log message: replace old diffing mechanisms with the new fluffy RCS stuff, okay niallo@ CVSROOT: /cvs Module name: ports Changes by: niallo@cvs.openbsd.org 2007/01/14 22:18:25 Modified files: net/gaim : Makefile net/gaim/patches: patch-console_plugins_Makefile_am patch-console_plugins_Makefile_in Log message: add X11_CFLAGS to the plugin's CFLAGS to unbreak compilation with X.Org 7.2 from maintainer brad@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/14 22:52:06 Modified files: fr : amd64.html i386.html want.html nl : i386.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/15 01:12:40 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-Makefile_in patch-dovecot-example_conf mail/dovecot/pkg: PLIST-server PLIST-sieve Added files: mail/dovecot/patches: patch-configure Removed files: mail/dovecot/patches: patch-configure_in mail/dovecot/pkg: PFRAG.shared-server PFRAG.shared-sieve Log message: upgrade to dovecot 1.0.rc17; from brad@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/15 01:14:21 Modified files: usr.bin/chpass : chpass.c Log message: Fix -a when given an entry with an already existing user. Also, give error message if a user arg has been given with -a. Noted by Dan Brosemer. ok millert@ jaredy@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/15 01:19:11 Modified files: usr.sbin/ntpd : ntp.c ntpd.c ntpd.h sensors.c server.c Log message: Although Unix compilers accept more than one definition of a global symbol, follow the guidelines from K&R: only one definition of a global symbol (and possibly more declarations). Rename some vars here and there to avoid shadowing. ok henning@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/15 02:46:47 Modified files: sysutils/tabled: Makefile sysutils/tabled/pkg: MESSAGE Log message: Add some instructions on how to auto-start tabled at boot-time. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/15 04:05:53 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: UFS2 -> FFS2 CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/15 04:18:17 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Fix splbio() in initiate_write_inodeblock_ufs2() CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/15 04:59:54 Modified files: usr.bin/cvs : cvs.1 Log message: document `update -C'. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/15 06:21:21 Added files: www/firefox-i18n/pkg: DESCR-ko DESCR-lt DESCR-mn DESCR-nn-NO PLIST-nn-NO Removed files: www/firefox-i18n/pkg: PLIST-nn Log message: - unbreak spotted by Martynas Venckus , thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/15 06:43:52 Modified files: infrastructure/mk: bsd.port.mk Log message: add the ability to cleanly delimit embedded plist info. will help unconfuse lib-depends-check and make-plist wrt error messages. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/15 07:13:30 Modified files: net/oggfwd : Makefile Log message: remove unneeded substitution. pointed out by maintainer. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/01/15 07:34:54 Modified files: usr.bin/rcs : ci.c Log message: When checking in multiple files, if no log message is entered for a file, don't prompt the user to reuse the (non-existent) log message for the next. Makes ci behave like the GNU version. OK xsa@, joris@, niallo@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/15 08:56:10 Removed files: ko : donations.html goals.html index.html plat.html Log message: remove unmaintained [ko] files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/15 09:31:46 Modified files: devel/sdl-ttf : Makefile distinfo devel/sdl-ttf/patches: patch-Makefile_in Removed files: devel/sdl-ttf/patches: patch-Makefile_am patch-SDL_ttf_c Log message: - update to 2.0.8 ok jolan@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/15 09:39:40 Log message: Import tuxpaint-0.9.16 Tux Paint is a free, award-winning drawing program for children ages 3 to 12 (preschool and K-6). It combines an easy-to-use interface, fun sound effects, and an encouraging cartoon mascot who guides children as they use the program. Kids are presented with a blank canvas and a variety of drawing tools to help them be creative. "fine for me" kili@, ok simon@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070115 N ports/games/tuxpaint/Makefile N ports/games/tuxpaint/distinfo N ports/games/tuxpaint/patches/patch-Makefile N ports/games/tuxpaint/patches/patch-src_manpage_tuxpaint_1 N ports/games/tuxpaint/patches/patch-src_tuxpaint-import_sh N ports/games/tuxpaint/pkg/DESCR N ports/games/tuxpaint/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/15 09:40:54 Modified files: games : Makefile Log message: Add tuxpaint CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/15 10:09:50 Modified files: sys/arch/hppa/hppa: trap.c Log message: undo last broken userret() change here; miod@ ok CVSROOT: /cvs Module name: www Changes by: simon@cvs.openbsd.org 2007/01/15 10:12:42 Modified files: . : i386-laptop.html Log message: update Dell D500 and email address looks okay to steven@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/15 10:40:10 Modified files: security/p5-Authen-Krb5-Simple: Makefile security/p5-Authen-Radius: Makefile security/p5-Authen-SASL: Makefile security/p5-Crypt-Blowfish: Makefile security/p5-Crypt-CBC: Makefile security/p5-Crypt-DES: Makefile security/p5-Crypt-DES-EDE3: Makefile security/p5-Crypt-DSA: Makefile security/p5-Crypt-OpenSSL-Bignum: Makefile security/p5-Crypt-OpenSSL-DSA: Makefile security/p5-Crypt-OpenSSL-Random: Makefile security/p5-Crypt-PasswdMD5: Makefile security/p5-Crypt-Primes: Makefile security/p5-Crypt-RC4: Makefile security/p5-Crypt-RSA: Makefile security/p5-Crypt-Random: Makefile security/p5-Crypt-SSLeay: Makefile security/p5-Crypt-SmbHash: Makefile security/p5-Crypt-TripleDES: Makefile security/p5-Crypt-Twofish: Makefile security/p5-Digest-BubbleBabble: Makefile security/p5-Digest-HMAC: Makefile security/p5-Digest-MD2: Makefile security/p5-Digest-MD5-M4p: Makefile security/p5-Digest-Nilsimsa: Makefile security/p5-Digest-SHA: Makefile security/p5-Digest-SHA1: Makefile security/p5-GPG: Makefile security/p5-GSSAPI: Makefile security/p5-GnuPG: Makefile security/p5-GnuPG-Interface: Makefile security/p5-MD5: Makefile security/p5-Net_SSLeay: Makefile security/p5-PGP-Sign: Makefile security/p5-Tie-EncryptedHash: Makefile Log message: cpanify, use SHARED_ONLY and set a few licenses ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/15 10:53:44 Modified files: devel/sdl-ttf : Makefile Added files: devel/sdl-ttf/patches: patch-SDL_ttf_c Log message: - build fix for newer libfreetype - bump PKGNAME from and ok brad@ CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/15 11:23:43 Modified files: usr.sbin/ripd : parse.y rip.h Log message: allow users to specify interface specific parameters even on a global basis OK henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/01/15 12:58:49 Modified files: usr.sbin/ntpd : sensors.c Log message: the new sensors tre can give us the number of sensors per type. With this patch, we give up without bothering sysctl kern_sensors.c::sensor_find() unless we know for sure that timedelta sensor is present. From: "Constantine A. Murenin" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/15 14:25:09 Modified files: audio/libmpd : Makefile audio/gmpc : Makefile Log message: - update HOMEPAGE - bump PKGNAME ok pyr@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/01/15 14:32:29 Modified files: sys/netinet6 : icmp6.c Log message: fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD PR 34994+35333 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/15 14:33:32 Modified files: databases/postgresql: Tag: OPENBSD_3_9 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_3_9 PLIST PLIST-docs Log message: MFC: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/15 14:53:04 Modified files: databases/postgresql: Tag: OPENBSD_4_0 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_4_0 PLIST PLIST-docs Log message: MFC: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/15 15:22:19 Modified files: etc/etc.landisk: sysctl.conf sys/arch/landisk/conf: GENERIC files.landisk sys/arch/landisk/landisk: landiskreg.h sys/arch/sh/include: cpu.h sys/arch/sh/sh : sh_machdep.c Added files: sys/arch/landisk/dev: power.c Log message: power(4) driver for the power switch on many landisk models, hooked up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@ CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2007/01/15 15:27:11 Modified files: . : donations.html Log message: Sandro Zaccarini gave me a HP tc2120 some time ago. Thanks! CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/15 15:36:40 src/share/man/man4/man4.landisk Update of /cvs/src/share/man/man4/man4.landisk In directory cvs.openbsd.org:/tmp/cvs-serv12157/man4.landisk Log Message: Directory /cvs/src/share/man/man4/man4.landisk added to the repository CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/15 15:37:47 Added files: share/man/man4/man4.landisk: Makefile power.4 Log message: document what one can do with the power switch CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/15 15:50:05 Modified files: sbin/route : route.8 Log message: reference ripd(8) vs. routed(8) and remove routed statement in BUGS that no longer applies because it is not referenced. ok claudio@ jmc@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/15 15:50:18 Modified files: share/man/man4 : Makefile Log message: descend into man4.landisk CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/15 15:51:05 Modified files: sys/dev/pci : if_em.c Log message: Report flow control status. From brad@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/15 16:19:05 Modified files: sys/arch/amd64/amd64: Locore.c apic.c autoconf.c bus_dma.c bus_space.c conf.c cpu.c db_disasm.c db_interface.c db_trace.c disksubr.c gdt.c intr.c ioapic.c lapic.c machdep.c mem.c mpbios.c pmap.c rbus_machdep.c sys_machdep.c syscall.c trap.c sys/arch/amd64/isa: clock.c isa_machdep.c sys/arch/amd64/pci: aapic.c pchb.c pci_machdep.c pcib.c pciide_machdep.c Log message: ansi/deregister CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/15 17:43:19 Modified files: sys/scsi : scsi_ioctl.c Log message: Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices when asked via SCIOCIDENTIFY. More closely emulates the Linux SCIOCIDENTIFY/SG_EMULATED_HOST combination used by cdparanoia (and god knows what other ports). Nothing in the tree itself uses SCIOCIDENTIFY. Fixes cdparanoia's handling of USB CD drives that can't handle the MODE SENSE command. cdparanoia sends 'ATAPI' devices only MODE SENSE BIG (0x5a) commands. Finding actual SCSI devices that might have trouble with MODE SENSE BIG (i.e. very old devices) behind USB is deemed highly unlikely. Problem reported, debugged and fix tested by bernd@. ok marco@ millert@ miod@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/01/15 18:12:26 Modified files: www/apache-httpd: Makefile Added files: www/apache-httpd/patches: patch-docs_man_apachectl_8 patch-docs_man_apxs_8 patch-docs_man_dbmmanage_1 patch-docs_man_htdbm_1 patch-docs_man_htdigest_1 patch-docs_man_htpasswd_1 patch-docs_man_httpd_8 patch-docs_man_logresolve_8 patch-docs_man_rotatelogs_8 patch-docs_man_suexec_8 patch-server_mpm_common_c patch-support_apxs_in Log message: Append a 2 to every mention of anything that exists in both the base httpd and this port. Hopefully we got them all. Requested by robert@, ok dlg@. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/15 19:47:14 Modified files: devel/jdk : java.port.mk Log message: Change the default package for 1.3+ and 1.4+ ports to devel/jdk/1.5 on i386. This fixed a 'FORCE_UPDATE=yes make install' issue noticed by brad@ and further encourages users to use the 1.5 jdk which works the best. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/15 19:48:02 Modified files: databases/db/v4: Makefile devel/jakarta-servletapi: Makefile devel/apache-ant: Makefile devel/ivy : Makefile devel/maven : Makefile editors/openoffice: Makefile java/junit : Makefile print/ppower4 : Makefile textproc/xerces: Makefile www/tomcat/v4 : Makefile Log message: bump pkg due to java.port.mk change in RUN_DEPENDS CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/15 19:52:56 Modified files: usr.bin/cvs : rcs.c Log message: sanitize what kind of symbols we can have in symbol names, tested & found brad@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/01/15 21:37:32 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/15 23:17:26 Modified files: sys/netinet6 : Tag: OPENBSD_4_0 icmp6.c Log message: Errata #8: Under some circumstances, processing an ICMP6 echo request would cause the kernel to enter an infinite loop. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/15 23:17:51 Modified files: sys/netinet6 : Tag: OPENBSD_3_9 icmp6.c Log message: Errata #18: Under some circumstances, processing an ICMP6 echo request would cause the kernel to enter an infinite loop. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/15 23:25:37 Modified files: www/opera : Tag: OPENBSD_3_9 Makefile distinfo www/opera/pkg : Tag: OPENBSD_3_9 PLIST Log message: security update to opera 9.10 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/15 23:28:44 Modified files: . : errata.html errata39.html Log message: icmp6 errata CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/15 23:49:35 Modified files: www/opera : Tag: OPENBSD_4_0 Makefile distinfo www/opera/pkg : Tag: OPENBSD_4_0 PLIST Log message: security update to opera 9.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/16 00:14:39 Modified files: games/tuxpaint : Makefile Log message: - force dependency on sdl-ttf to at least version 2.0.8 - bump PKGNAME requested by and ok steven@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/16 01:06:20 Removed files: it : donations.html ftp.html goals.html index.html plat.html plus.html porting.html security.html faq/it : faq1.html faq2.html faq3.html faq7.html faq9.html index.html openbgpd/it : goals.html index.html manual.html openssh/it : faq.html index.html openntpd/it : ftp.html goals.html index.html manual.html opencvs/it : goals.html index.html manual.html Log message: almost 90% of [it] is outdated and since we no longer have a maintainer for it, remove it for the time being. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/16 01:09:03 Modified files: openntpd : index.html Log message: [it] has been removed CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/16 01:17:27 Modified files: usr.bin/cvs : checkout.c Log message: handle -l and -R for checkout too. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/16 01:33:46 Modified files: usr.bin/cvs : checkout.c Log message: better, share -l and -R flags between checkout and export cmds. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/16 02:14:19 Modified files: usr.bin/cvs : client.c Log message: handle the export command in cvs_client_{set,clear}_sticky(). CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/16 02:50:36 Modified files: security/gnupg : Makefile distinfo security/gnupg/patches: patch-cipher_Makefile_in patch-doc_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in security/gnupg/pkg: PLIST Removed files: security/gnupg/patches: patch-g10_encr-data_c patch-g10_openfile_c Log message: Update to gnupg-1.4.6. ok steven@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/16 03:11:53 Modified files: games/circuit : Makefile games/circuit/pkg: PLIST x11/xscreensaver: Makefile x11/xscreensaver/pkg: PLIST Log message: circuit and xscreensaver both install a circuit.6 manpage. Add @conflict markers. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/16 03:38:40 Log message: Initial import of hyperestraier-1.4.9. Hyper Estraier is a full-text search system. You can search lots of documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. Submitted and maintained by Jeremy Evans Status: Vendor Tag: bernd Release Tags: bernd_2007-jan-16 N ports/textproc/hyperestraier/Makefile N ports/textproc/hyperestraier/distinfo N ports/textproc/hyperestraier/patches/patch-Makefile_in N ports/textproc/hyperestraier/patches/patch-configure N ports/textproc/hyperestraier/pkg/DESCR N ports/textproc/hyperestraier/pkg/PLIST N ports/textproc/hyperestraier/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/16 03:39:47 Modified files: textproc : Makefile Log message: Add hyperestraier. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/01/16 04:05:25 Modified files: sys/netinet6 : icmp6.c Log message: oops, previous commit was incorrect. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/16 04:10:53 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Really print iommu TFAR (instead of CTRL again). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/16 04:15:36 Log message: simple ogg media file manipulation tools. Status: Vendor Tag: e Release Tags: p N ports/multimedia/ogmtools/Makefile N ports/multimedia/ogmtools/distinfo N ports/multimedia/ogmtools/pkg/PLIST N ports/multimedia/ogmtools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/16 04:16:18 Modified files: multimedia : Makefile Log message: +ogmtools CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/16 06:32:58 Log message: import ezstream-0.2.1 Ezstream is a command line utility which allows streaming media files to an Icecast server. By default, ezstream does not do any reencoding by itself and thus requires very little CPU. Through the use of external en- and decoders, virtually any format can be streamed. from Moritz Grimm Status: Vendor Tag: steven Release Tags: steven-20070116 N ports/net/ezstream/Makefile N ports/net/ezstream/distinfo N ports/net/ezstream/pkg/DESCR N ports/net/ezstream/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/16 06:33:39 Modified files: net : Makefile Log message: +ezstream CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2007/01/16 06:36:38 Modified files: sys/uvm : uvm_pglist.c share/man/man9 : uvm.9 Log message: Implement multiple segment allocation for uvm_pglistalloc, which fixes most agp_generic_bind_memory failures when memory is limited and very fragmented. In effect, this should fix a lot of X startup crashes after activities that exercise memory a lot (e.g. make builds, building big ports, etc). ok mickey, miod CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/16 06:51:20 Modified files: build : mirrors.dat Log message: comment out three mirrors due to missing packages or hw failure, diff from Marcus Popp CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/16 06:52:11 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 07:05:56 Log message: import gconfmm 2.16.0 C++ wrappers for GConf. All classes are in the Gnome::Conf namespace. feedback and ok wilfried@ Status: Vendor Tag: jasper Release Tags: jasper_20071601 N ports/devel/gconfmm/Makefile N ports/devel/gconfmm/distinfo N ports/devel/gconfmm/pkg/DESCR N ports/devel/gconfmm/pkg/PLIST N ports/devel/gconfmm/pkg/PFRAG.shared N ports/devel/gconfmm/patches/patch-configure_in N ports/devel/gconfmm/patches/patch-configure N ports/devel/gconfmm/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 07:12:35 Modified files: devel : Makefile Log message: add gconfmm CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/16 07:39:57 Modified files: sys/arch/sparc64/sparc64: ofw_machdep.c openfirm.c sys/arch/sparc64/stand/ofwboot: Locore.c Log message: Remove unnecessary ampersands in ADR2CELL macro invocations; Change OF_printf references to printf, given the former doesn't exist; Clean up formatting, whitespace, unused code, etc. ok miod@, kettenis@ CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/16 07:43:28 Modified files: usr.bin/lex : flex.skl initscan.c Log message: Eliminate gcc -Wundef warnings in flex-generated code. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 07:44:40 Modified files: textproc/p5-LaTeX-TOM: Makefile distinfo Log message: update to 0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 07:47:09 Modified files: www/p5-WWW-Robot: Makefile distinfo Log message: update to 0.025 (plugs a mem. leak) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 07:52:52 Modified files: www/p5-WWW-Wikipedia: Makefile distinfo www/p5-WWW-Wikipedia/pkg: PLIST Log message: - update to 1.92 - cpan'ify CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/01/16 10:17:21 Modified files: lib/libc/stdlib: imaxabs.3 Log message: sync with the code: int -> intmax_t ok jmc@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/16 10:52:07 Modified files: www/p5-Apache-ASP: Makefile www/p5-Apache-DB: Makefile www/p5-Apache-DBI: Makefile www/p5-Apache-Gallery: Makefile www/p5-Apache-MP3: Makefile www/p5-Apache-Session: Makefile www/p5-Apache-Test: Makefile www/p5-Blatte-HTML: Makefile www/p5-CGI-Ajax: Makefile www/p5-CGI-Cookie-Splitter: Makefile www/p5-CGI-Deurl: Makefile www/p5-CGI-SpeedyCGI: Makefile www/p5-CGI-XMLApplication: Makefile www/p5-CSS-Squish: Makefile www/p5-HTML-Base: Makefile www/p5-HTML-CGIChecker: Makefile www/p5-HTML-Calendar-Month-Simple: Makefile www/p5-HTML-Clean: Makefile www/p5-HTML-Embperl: Makefile www/p5-HTML-FillInForm: Makefile www/p5-HTML-Format: Makefile www/p5-HTML-FromText: Makefile www/p5-HTML-Lint: Makefile www/p5-HTML-Mason: Makefile www/p5-HTML-Parser: Makefile www/p5-HTML-Prototype: Makefile www/p5-HTML-Scrubber: Makefile www/p5-HTML-Stream: Makefile www/p5-HTML-Table: Makefile www/p5-HTML-TableContentParser: Makefile www/p5-HTML-TableExtract: Makefile www/p5-HTML-Tagset: Makefile www/p5-HTML-Template: Makefile www/p5-HTML-Template-Expr: Makefile www/p5-HTML-Tree: Makefile www/p5-HTTP-BrowserDetect: Makefile www/p5-HTTP-GHTTP: Makefile www/p5-HTTP-GetImages: Makefile www/p5-HTTP-Proxy: Makefile www/p5-HTTP-Recorder: Makefile www/p5-HTTP-Request-Params: Makefile www/p5-HTTP-Server-Simple: Makefile www/p5-HTTP-Server-Simple-Mason: Makefile www/p5-HTTPD-Log-Filter: Makefile www/p5-LWP-UserAgent-Determined: Makefile www/p5-MasonX-Interp-WithCallbacks: Makefile www/p5-Maypole-Authentication-UserSessionCookie: Makefile www/p5-PodToHTML: Makefile www/p5-SOAP-Lite: Makefile www/p5-URI : Makefile www/p5-URI-Find: Makefile www/p5-WWW-Curl: Makefile www/p5-libapreq: Makefile www/p5-libwww : Makefile Log message: cpanify, use SHARED_ONLY and set one license looks ok to jasper@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/16 10:52:18 Modified files: sys/sys : vnode.h sys/adosfs : advnops.c sys/compat/netbsd: netbsd_misc.c sys/kern : kern_acct.c kern_sig.c uipc_usrreq.c vfs_syscalls.c vfs_vnops.c vfs_default.c vnode_if.src sys/xfs : xfs_vopdefs.h sys/isofs/cd9660: cd9660_vnops.c sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/specfs: spec_vnops.c specdev.h sys/msdosfs : msdosfs_vnops.c denode.h sys/nfs : nfs.h nfs_vnops.c nfsnode.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ffs : ffs_vnops.c sys/ufs/ufs : ufs_extern.h Log message: Retire VOP_LEASE(); It was a bit for NQNFS and has effectively been a no-op for quite some time now, without promise for future usage. ok pedro@ Testing by krw@ (earlier diff) and Johan Mson Lindman (tybollt@solace.miun.se) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/16 10:52:58 Modified files: share/man/man9 : VOP_LOOKUP.9 Log message: Remove commented out references to VOP_LEASE(); ok jmc@ (who pointed this out to me) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/16 11:05:46 Modified files: sys/kern : vnode_if.c sys/sys : vnode_if.h Log message: regen CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/16 11:06:37 Modified files: build : packages-4.0 packages-3.9 Log message: postgresql CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/16 11:09:43 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/16 11:15:53 Modified files: infrastructure/package: check-indirect-dependencies Log message: check build depends (currently duplicates most of check_run_deps()) ok bernd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/16 11:28:44 Log message: Import p5-Gtk2-GladeXML-1.006 This package adds Perl support for Glade 2.x to Gtk2-Perl. ok jasper@ (was actually "jawohl!") Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070116 N ports/x11/p5-Gtk2-GladeXML/Makefile N ports/x11/p5-Gtk2-GladeXML/distinfo N ports/x11/p5-Gtk2-GladeXML/patches/patch-Makefile_PL N ports/x11/p5-Gtk2-GladeXML/pkg/DESCR N ports/x11/p5-Gtk2-GladeXML/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/16 11:31:41 Modified files: x11 : Makefile Log message: Add p5-Gtk2-GladeXML CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/01/16 12:20:53 Modified files: lib/libc/stdio : vfprintf.c Log message: Fix potential int overflow for printf(3) when passing in very large values for the field width. Adapted from a diff by Christian Biere. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/16 12:25:00 Modified files: fr : errata.html errata39.html events.html ftp.html pkg-stable.html pkg-stable39.html press.html lt : donations.html errata.html errata39.html ftp.html de : errata.html errata39.html mail.html openntpd/fr : index.html portable.html openntpd/de : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/16 12:31:41 Modified files: sys/netinet6 : Tag: OPENBSD_4_0 icmp6.c Log message: Update to errata #8, merge revision 1.92 as well. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/16 12:32:38 Modified files: sys/netinet6 : Tag: OPENBSD_3_9 icmp6.c Log message: Update to errata #18, merge revision 1.92 as well. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 13:00:42 Modified files: infrastructure/templates: network.conf.template Log message: zap archive.progeny.com, it's refusing connections for some time now. "go ahead" mbalmer@ and "nuke it!" ckuethe@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/01/16 13:07:25 Modified files: . : donations.html Log message: Nick dropped off various fiber goodies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 13:12:50 Log message: import libgnomecanvasmm 2.16.0 libgnomecanvasmm provides C++ wrappers for libgnomecanvas. ok wilfried@ Status: Vendor Tag: jasper Release Tags: jasper_20070116 N ports/x11/gnome/libgnomecanvasmm/Makefile N ports/x11/gnome/libgnomecanvasmm/distinfo N ports/x11/gnome/libgnomecanvasmm/pkg/DESCR N ports/x11/gnome/libgnomecanvasmm/pkg/PLIST N ports/x11/gnome/libgnomecanvasmm/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/16 13:22:20 Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: More cleanup. Eliminate 'struct packet' by cleverly passing as parameters just those things actually needed and using existing structs and information. No functional change. ok stevesk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/16 13:40:15 Modified files: x11/gnome : Makefile Log message: add libgnomecanvasmm CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/01/16 14:04:31 Modified files: sys/ufs/ffs : ffs_balloc.c Log message: correctly initialise unwindidx in ffs2_balloc() ok pedro CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/16 14:21:28 Modified files: sys/dev/acpi : dsdt.c Log message: Fix invalid _CRS length. Some aml implementations lie about how long a _CRS buffer is and this compensates for it by fixing up the minimum value. This fixes several machines that end up with invalid irq/ioapic values. KNF nit as well Code from jordan, tested on Intel SHG2 board (he committed this agains my local tree) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/16 16:24:32 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/patches: patch-Makefile_in databases/sqlite3/pkg: PLIST-main Log message: update to 3.3.10 (recommended update), speeds up some operations, fixes some fringe cases, and passes all its regression tests now. okay robert@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/16 19:43:02 Modified files: sys/dev/pci : if_msk.c Log message: Remove some textual sk heritage warts by renaming some functions and eliminating a one line called once function by inserting its code inline. No functional change. From Brad. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2007/01/16 20:44:47 Modified files: . : want.html Log message: remove my request for an AP - I won't have time to hack on WPA for a while CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/17 00:22:43 Log message: import vfsmm 2.16.0 C++ wrappers for gnome-vfs. ok wilfried@ Status: Vendor Tag: jasper Release Tags: jasper_20071701 N ports/x11/gnome/vfsmm/Makefile N ports/x11/gnome/vfsmm/distinfo N ports/x11/gnome/vfsmm/pkg/DESCR N ports/x11/gnome/vfsmm/pkg/PLIST N ports/x11/gnome/vfsmm/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/17 00:23:41 Modified files: x11/gnome : Makefile Log message: add vfsmm CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/17 00:29:01 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-solenv_inc_unxobsd_mk patch-tools_inc_solar_h Log message: fix some crazy crashes in Calc by using the same __DLLEXTENSION everywhere; bump PKGNAME CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/17 00:58:51 Modified files: usr.bin/yacc/PSD.doc: ss0 Log message: realively -> relatively ``yep'' jmc@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/17 01:27:20 Modified files: security/clamav: Makefile Added files: security/clamav/patches: patch-clamd_session_c patch-clamd_session_h Log message: Implement scanning by filedescriptor passing. Makes it much simpler to configure a mail scanning gateway using ClamAV and smtp-vilter. ok jsg (who also had the idea for this) CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/17 01:38:15 Modified files: mail/smtp-vilter: Makefile distinfo Log message: Update to smtp-vilter-1.3.5, which implements virus scanning by filedescriptor passing in the clamd backend. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 05:28:44 Modified files: devel/smpeg : Makefile devel/smpeg/pkg: PLIST Log message: - remove unneeded gcc3 compile fix (don't make it link with supc++) - regen PLIST while there - bump PKGNAME ok simon@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/01/17 06:16:11 Modified files: share/man/man5 : bsd.port.mk.5 Log message: describe BULK_DO variable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 06:35:56 Modified files: x11/p5-Gtk2-GladeXML: Makefile Log message: - remove unneeded variable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 06:41:11 Log message: Import Gnome2-Canvas-1.002 The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas widget with Gtk2-Perl. Like the Gtk2 module on which it depends, Gnome2::Canvas follows the C API of libgnomecanvas-2.0 as closely as possible while still being perlish. Thus, the C API reference remains the canonical documentation. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20071701 N ports/x11/p5-Gnome2-Canvas/Makefile N ports/x11/p5-Gnome2-Canvas/distinfo N ports/x11/p5-Gnome2-Canvas/patches/patch-Makefile_PL N ports/x11/p5-Gnome2-Canvas/pkg/DESCR N ports/x11/p5-Gnome2-Canvas/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 06:41:52 Modified files: x11 : Makefile Log message: Add p5-Gnome2-Canvas CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/17 06:50:16 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: snapshot 2.4-20070116 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/17 06:51:52 Modified files: sys/kern : kern_fork.c Log message: reintroduce rev 1.83 -- put the new process on the proc lists later when more of it's resources have been allocated and thus kill(2)ing such a process has more predictable results. now w/ a couple of kettenis remarks; kettenis@ miod@ ok CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2007/01/17 07:13:36 Log message: Initial import of p5-Time-Format-1.02 This module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. ok sturm@ Status: Vendor Tag: bluhm Release Tags: bluhm_20070117 N ports/devel/p5-Time-Format/Makefile N ports/devel/p5-Time-Format/distinfo N ports/devel/p5-Time-Format/pkg/DESCR N ports/devel/p5-Time-Format/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2007/01/17 07:27:34 Modified files: devel : Makefile Log message: Initial import of p5-Time-Format-1.02 This module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 07:37:40 Modified files: x11/mrxvt : Makefile Added files: x11/mrxvt/patches: patch-src_init_c Log message: - turn off X debugging information (from mrxvt homepage: this caused mrxvt to request X events to be processed synchronously, and slowed things down considerably) - remove useless pre-configure target (asked by steven@ long ago) - bump PKGNAME CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/17 08:06:16 Modified files: gnu/usr.bin/gcc/gcc: config.gcc Log message: Remove references to xm files that no longer exist. Taken from GCC 3.4. ok brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/17 08:36:45 Modified files: textproc/p5-tkispell: Makefile Log message: - cpanify ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/17 09:18:31 Modified files: x11/icon-naming-utils: Makefile Log message: update HOMEPAGE CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/17 09:43:36 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: more ufs2 leftovers CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/17 09:47:25 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_interfaces_ecpg_compatlib_Makefile patch-src_interfaces_ecpg_ecpglib_Makefile patch-src_interfaces_ecpg_pgtypeslib_Makefile patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: PFRAG.shared-server PLIST-docs PLIST-main PLIST-server Log message: Update to PostgreSQL 8.2.1 Please note that a database dump/restore is required to upgrade to this version. See the full details at the following URL: http://www.postgresql.org/docs/current/static/release-8-2.html requested, tested and ok by robert, simon CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/17 10:54:50 Modified files: usr.bin/cvs : checkout.c client.c cvs.h remote.h server.c update.c util.c Log message: add support for remote checkout in both our client and server, with this the last real dependency to actually be able to use opencvs in a remote setup has been added. based upon an initial diff from xsa@ 'kay niallo@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/17 12:30:12 Modified files: sys/arch/hppa/include: cpu.h sys/arch/hppa/hppa: trap.c Log message: new shorter version of userret() as surely miod ment it to be like (; miod@ ok CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/17 12:44:19 Modified files: infrastructure/build: outdated-perl-ports Log message: zap trailing whitespace in the output CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/17 13:25:23 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/patches: patch-Makefile_common Log message: update to 10.26.38: fixes various crashes and buffer overruns and renames a misnamed function CVSROOT: /cvs Module name: ports Changes by: mpf@cvs.openbsd.org 2007/01/17 13:35:09 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-vl_c Log message: Fix busy loop on closed stdin in -nograhpic mode. From qemu cvs vl.c -r 1.218. bump PKGNAME OK todd@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/17 13:38:50 Modified files: usr.bin/cvs : checkout.c Log message: send -l Argument to server when appropriate. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/17 13:43:39 Modified files: sys/arch/macppc/macppc: locore.S Log message: Remove some cruft, SUPPORT_PPC1BUG isnt defined or needed. While here fix some whitespace nits. No binary change. ok drahn@ CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/01/17 13:47:13 Modified files: sys/ufs/ffs : ffs_balloc.c Log message: "correctly deallocate dependencies when growing into an indirect block and failing to acquire a data block, from freebsd" fix this in ffs2_balloc() as well requested by and ok pedro CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/17 14:47:02 Modified files: share/man/man4 : acpitz.4 acpicpu.4 acpiac.4 Log message: Somehow the .Xr acpi 4 fell out of the SEE ALSO section, so put it back. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/17 15:39:50 Modified files: usr.bin/cvs : checkout.c Log message: on checkout, only create the module path if we find the module. Also make error ouput match GNU CVS. ok joris@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/01/17 16:08:19 Modified files: sys/kern : kern_sig.c Log message: When sending signals, instead of checking if the process sending the signal to is the curproc, check if it's SONPROC. That way we'll also signotify processes on other CPUs. This gives MD code the opportunity to actually deliver signals to other CPUs faster than the clock interrupt (in the worst case). This is a NOP until MD code is fixed. miod@ ok CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/01/17 16:22:52 Modified files: usr.bin/ssh : readconf.c Log message: Honour activep for times (eg ServerAliveInterval) while parsing ssh_config and ~/.ssh/config so they work properly with Host directives. From mario.lorenz@wincor-nixdorf.com via bz #1275. ok markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/17 18:35:40 Modified files: sys/dev/usb : usbdevs Log message: Correct entry for D-Link DUB-E100 rev B1 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/17 18:36:37 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/17 21:36:57 Modified files: share/man/man4 : axe.4 sys/dev/usb : if_axe.c if_axereg.h Log message: Add support for AX88772 devices with external PHY. Thanks to Marco S Hyman for sending me hardware to play with. Committed over DUB-E100 rev B1 with external IC Plus PHY. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/17 21:56:33 Modified files: sys/dev/pci : if_sk.c Log message: Don't reinitialize card at every media change. From Brad, tested by Brad, wilfried@ and Johan M:son Lindman. ok wilfried@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/17 23:28:11 Modified files: sys/dev/usb : usbdevs if_axe.c Log message: Add a bunch of as yet untested AX88178 devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/17 23:29:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/17 23:33:01 Modified files: x11/xfe : Makefile Log message: add rcs tag CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/01/17 23:34:56 Modified files: share/man/man5 : bsd.port.mk.5 Log message: FULLPKGPATH is no longer read-only, and COMMENT is also subpackage dependent. ok sturm@ bernd@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/18 01:49:08 Modified files: usr.bin/cvs : checkout.c cvs.h Log message: put functions protos at the right place. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/18 02:26:19 Modified files: usr.bin/cvs : update.c Log message: more informative error msg. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/18 03:38:47 Log message: Initial import of ruby-hyperestraier-1.0.0. This is a Ruby interface to the Hyper Estraier high performance full-text search engine. Submitted and maintained by Jeremy Evans Status: Vendor Tag: bernd Release Tags: bernd_2007-jan-18 N ports/textproc/ruby-hyperestraier/Makefile N ports/textproc/ruby-hyperestraier/distinfo N ports/textproc/ruby-hyperestraier/patches/patch-rubynative_estcmd_rb N ports/textproc/ruby-hyperestraier/patches/patch-rubynative_src_extconf_rb N ports/textproc/ruby-hyperestraier/patches/patch-rubynative_Makefile_in N ports/textproc/ruby-hyperestraier/patches/patch-rubynative_configure N ports/textproc/ruby-hyperestraier/pkg/DESCR N ports/textproc/ruby-hyperestraier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/18 03:40:34 Modified files: textproc : Makefile Log message: add ruby-hyperestraier CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 03:56:27 Modified files: editors/scintilla: Makefile distinfo editors/scintilla/patches: patch-gtk_PlatGTK_cxx patch-gtk_ScintillaGTK_cxx patch-gtk_makefile patch-src_AutoComplete_cxx patch-src_CallTip_cxx patch-src_Editor_cxx patch-src_ExternalLexer_cxx patch-src_LexEScript_cxx patch-src_LexFortran_cxx patch-src_LexHTML_cxx patch-src_LexRuby_cxx patch-src_LexScriptol_cxx patch-src_PropSet_cxx patch-src_ViewStyle_cxx editors/scite : Makefile distinfo editors/scite/patches: patch-gtk_DirectorExtension_cxx patch-gtk_SciTEGTK_cxx patch-gtk_makefile patch-src_Exporters_cxx patch-src_SciTEBase_cxx patch-src_SciTEBuffers_cxx patch-src_SciTEIO_cxx patch-src_SciTEProps_cxx editors/scite/pkg: PLIST Added files: editors/scintilla/patches: patch-gtk_Converter_h patch-src_ExternalLexer_h patch-src_KeyWords_cxx patch-src_LexAU3_cxx patch-src_LexCaml_cxx patch-src_LexVHDL_cxx editors/scite/patches: patch-src_Embedded_properties patch-src_FilePath_cxx patch-src_IFaceTable_cxx patch-src_SciTEGlobal_properties patch-src_html_properties Removed files: editors/scintilla/patches: patch-include_SString_h Log message: upgrade to 1.72 based on diffs from new maintainer Jeremy Evans CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 04:21:15 Modified files: infrastructure/templates: network.conf.template Log message: remove broken and add new sourceforge mirrors from Jim Razmus CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/18 05:30:37 Log message: Initial import of ruby-ldap-0.9.7. Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP. Submitted and maintained by Jeremy Evans . with help from msf@ Status: Vendor Tag: bernd Release Tags: bernd_2007-jan-18 N ports/databases/ruby-ldap/Makefile N ports/databases/ruby-ldap/distinfo N ports/databases/ruby-ldap/pkg/DESCR N ports/databases/ruby-ldap/pkg/PLIST N ports/databases/ruby-ldap/patches/patch-test_test_sh N ports/databases/ruby-ldap/patches/patch-test_bind_rb N ports/databases/ruby-ldap/patches/patch-test_add_rb N ports/databases/ruby-ldap/patches/patch-test_add2_rb N ports/databases/ruby-ldap/patches/patch-test_add3_rb N ports/databases/ruby-ldap/patches/patch-test_search_rb N ports/databases/ruby-ldap/patches/patch-test_search2_rb N ports/databases/ruby-ldap/patches/patch-test_search3_rb N ports/databases/ruby-ldap/patches/patch-test_modrdn_rb N ports/databases/ruby-ldap/patches/patch-test_delete_rb N ports/databases/ruby-ldap/patches/patch-test_compare_rb N ports/databases/ruby-ldap/patches/patch-test_ext_rb N ports/databases/ruby-ldap/patches/patch-test_misc1_rb N ports/databases/ruby-ldap/patches/patch-test_misc2_rb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/18 05:31:35 Modified files: databases : Makefile Log message: add ruby-ldap CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/18 07:46:24 Modified files: sys/dev/ic : ciss.c Log message: do not freak out if cannot map physdrives into volumes and handle it proper everywhere CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/18 08:26:52 Modified files: usr.bin/cvs : commit.c Log message: send -l Argument to server when appropriate. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/18 09:39:45 Modified files: fr : donations.html want.html lt : donations.html pkg-stable.html pkg-stable39.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/18 09:45:52 Modified files: usr.bin/cvs : client.c import.c remote.c remote.h server.c Log message: import improvements: - add support for remote import in opencvs client and server. - do not free already free'd buffers in import_update() - do not append a '\0' to the loaded file buffer, this was bad behaviour makes import work fine both locally and remotely. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/01/18 10:49:51 Modified files: usr.bin/make : dir.c dir.h parse.c Log message: * add an extra argument to the dir lookup functions to say whether we should look in the current directory. * refactor include files treatment to have a separate function to look for an include. * use both pieces to make sure system includes do not get looked up in the current directory unless everything else fails. This is != from the netbsd solution to the same problem, which stuffs `magic' entries into filepaths to say whether dot should be looked at first or last. feature requested by matthieu@. okay matthieu@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/18 11:32:10 Modified files: sys/arch/i386/i386: bios.c Log message: No longer print the 'bios id' field in the dmesg, its of dubious diagnostic value and changes with acpi versus non acpi kernels. ok deraadt@ tom@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/01/18 12:01:02 Modified files: sys/dev/acpi : dsdt.c Log message: Added fix for static integer ok marco@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 12:09:03 Modified files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/pkg: PLIST Log message: update gnome-doc-utils to 0.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 12:31:35 Modified files: devel/libgtop2 : Makefile distinfo devel/libgtop2/patches: patch-configure patch-lib_open_c patch-sysdeps_freebsd_fsusage_c patch-sysdeps_freebsd_prockernel_c patch-sysdeps_freebsd_procmap_c patch-sysdeps_freebsd_procmem_c patch-sysdeps_freebsd_sem_limits_c devel/libgtop2/pkg: PLIST Added files: devel/libgtop2/patches: patch-Makefile_in patch-doc_ligtop2_texi patch-ltmain_sh patch-src_daemon_gnuserv_c patch-sysdeps_freebsd_sysinfo_c Removed files: devel/libgtop2/patches: patch-lib_read_c patch-lib_write_c patch-src_daemon_io_c patch-sysdeps_freebsd_cpu_c patch-sysdeps_freebsd_procuid_c Log message: update libgtop2 to 2.14.6 based on work by Alexander Wirt ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 12:33:28 Modified files: x11/gnome/libgtkhtml: Makefile distinfo Log message: update libgtkhtml to 2.11.0 based on work by Alexander Wirt ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/18 12:49:50 Modified files: build : mirrors.dat Log message: big update from Marcus Popp, good work! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/18 12:49:52 Modified files: sys/dev/acpi : acpidev.h acpiprt.c Log message: Check whether PCI interrupt link devices are enabled. Based on a diff from marco@. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/18 12:50:31 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/01/18 13:00:19 Modified files: sys/kern : uipc_domain.c sys/net : pfkeyv2.c sys/netinet : ip_ipsp.c Log message: allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to compile and work. need to register pfkey whenever tcp md5 or ipsec is defined, and the various ipsec encapsulations only if ipsec is defined. ok theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/01/18 13:45:55 Modified files: sbin/pfctl : pfctl.8 pfctl.c pfctl_table.c Log message: implement -T expire. "pfctl -t tablename -T expire 3600" would expire all entries in the given table that are older than 3600 seconds. ok dhartmei, manpage help & ok jmc CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2007/01/18 13:46:21 Modified files: print/acroread : Makefile Log message: just fetch via http since there are still some problems with adobe's ftp servers ok sturm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/01/18 13:53:36 Modified files: usr.bin/compress: main.c Log message: We don't want to use GZIP for compress. Only examine GZIP environment variable when invoked as gzip, gunzip, gzcat, etc. OK otto@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2007/01/18 14:07:01 Modified files: . : want.html Log message: Remove the Leunig clock from the list. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 14:47:02 Log message: import fdm-0.8a fdm is a simple, lightweight replacement for mail fetch, filter and delivery programs such as fetchmail and procmail. It can fetch using POP3 or IMAP (with SSL) or from stdin, and deliver to a pipe, file, maildir, mbox or SMTP server, based on regexps. from maintainer Nicholas Marriott Status: Vendor Tag: steven Release Tags: steven-20070118 N ports/mail/fdm/distinfo N ports/mail/fdm/Makefile N ports/mail/fdm/pkg/DESCR N ports/mail/fdm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 14:48:00 Modified files: mail : Makefile Log message: +fdm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 14:48:54 Modified files: x11/gnome/mime-data: Makefile distinfo x11/gnome/mime-data/pkg: PLIST Log message: update gnome-mime-data to 2.4.3 ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 14:52:52 Modified files: x11/gnome/icon-theme: Makefile distinfo x11/gnome/icon-theme/pkg: PLIST Added files: x11/gnome/icon-theme/patches: patch-Makefile_in Log message: update gnome-icon-theme to 2.16.1 based on work by Alexander Wirt ok simon@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/18 14:59:16 Modified files: lib/libGL : Makefile Log message: link libGL against libXext and libX11, like X.Org 6.9 does. Noticed by Brad with openoffice. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 15:05:11 Modified files: x11/hicolor-icon-theme: Makefile distinfo x11/hicolor-icon-theme/pkg: DESCR PLIST Log message: update hicolor-icon-theme to 0.9 based on work by Alexander Wirt ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/18 15:15:55 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Added files: devel/libsoup/patches: patch-tests_header-parsing_c Removed files: devel/libsoup/patches: patch-libsoup_soup-headers_c patch-libsoup_soup-xmlrpc-response_c Log message: update libsoup to 2.2.99 based on work by Alexander Wirt ok (or actually: "yeah, hit me baby!") ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/18 15:37:28 Modified files: net/nsd : Makefile distinfo Log message: NSD v3.0.4 CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/18 15:52:23 Modified files: usr.bin/cvs : root.c Log message: extra safety check for NULL value. ok joris@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2007/01/18 16:37:06 Modified files: . : products.html Log message: eRacks name change and move. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/18 18:16:14 Modified files: sys/dev/pci : if_bge.c Log message: Workarounds for DMA HW errata on pci express chips. Based on FreeBSD changes but with the more conservative (i.e. specific) chip matching logic of Linux's tg3. No change except to pci express chips. From Brad. Tested by brad & thib@ (BCM5750) and pedro la peu (BCM5752). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/18 18:33:44 Modified files: sys/dev/ic : elink3.c Log message: Some '= 0' -> '= NULL' cleanup for pointer fields and return values. From Brad. Tested by nick@ just to be sure. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/18 20:13:20 Log message: initial import of PDF::API2 0.57 This module is 'The Next Generation' of Text::PDF::API which initially provided a nice API around the Text::PDF::* modules created by Martin Hosken. . Works with more than one PDF file open at once . It presents a object-oriented API to the user . Supports the 14 base PDF Core Fonts . Supports TrueType fonts . Supports Adobe-Type1 Fonts (pfb/pfa/afm) . Supports native Embedding of bitmap images (jpeg,ppm,png,gif) . Supports modification of existing pdfs and import/cloning of pages Status: Vendor Tag: msf Release Tags: msf_20070119 N ports/textproc/p5-PDF-API2/distinfo N ports/textproc/p5-PDF-API2/Makefile N ports/textproc/p5-PDF-API2/pkg/PLIST N ports/textproc/p5-PDF-API2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/18 20:20:32 Modified files: textproc : Makefile Log message: +p5-PDF-API2 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 22:18:34 Modified files: net/p5-IO-INET6: Makefile Log message: fix PKGNAME CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 22:24:08 Log message: import slock-0.4 A small screen locking utility for X. from willmaier at ml1 dot net Status: Vendor Tag: steven Release Tags: steven-20070119 N ports/x11/slock/Makefile N ports/x11/slock/distinfo N ports/x11/slock/pkg/PLIST N ports/x11/slock/pkg/DESCR N ports/x11/slock/patches/patch-config_mk No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/18 22:25:40 Modified files: x11 : Makefile Log message: +slock CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/19 00:05:54 Log message: import ps2eps-1.61 ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. from Laurence Tratt Status: Vendor Tag: steven Release Tags: steven-20060119 N ports/print/ps2eps/Makefile N ports/print/ps2eps/distinfo N ports/print/ps2eps/pkg/DESCR N ports/print/ps2eps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/19 00:06:49 Modified files: print : Makefile Log message: +ps2eps CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/19 00:52:07 Modified files: . : i386-laptop.html Log message: bge, not em. spotted by Matt Rowley CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/19 01:21:45 Modified files: usr.bin/cvs : cvs.h import.c Log message: move cvs_import() proto to the correct place. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/19 01:40:53 Modified files: share/man/man4 : usb.4 udav.4 url.4 Log message: add `10/100' to .Nd; from brad CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/19 01:45:36 Modified files: build : support.dat Log message: add Marius Roman, Bacau, Romania add Patrik Bergamasco, Udine, Italy submitted via www@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/19 01:46:11 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/19 05:57:37 Modified files: lt : ftp.html fr : ftp.html products.html want.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/19 06:10:32 Log message: Asterisk book from OReilly, tested Stuart Henderson, OK steven@ mbalmer@ Status: Vendor Tag: ian Release Tags: ian_2007_01_19 N ports/books/AsteriskTFOT/Makefile N ports/books/AsteriskTFOT/distinfo N ports/books/AsteriskTFOT/pkg/PLIST N ports/books/AsteriskTFOT/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/19 06:13:04 Modified files: books : Makefile Log message: += AsteriskTFOT CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/19 07:53:23 Modified files: x11/gtk-engines2: Makefile distinfo x11/gtk-engines2/pkg: PLIST Removed files: x11/gtk-engines2/patches: patch-engines_crux_src_crux-draw_c Log message: update gtk-engines2 to 2.8.2 based on work by Alexander Wirt ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/19 07:56:12 Log message: import libgnomecups 0.2.2 This library wraps the CUPS API in a GLib fashion, so CUPS code can be cleanly integrated with GLib code. ok mbalmer@ Status: Vendor Tag: jasper Release Tags: jasper_20071901 N ports/x11/gnome/libgnomecups/distinfo N ports/x11/gnome/libgnomecups/Makefile N ports/x11/gnome/libgnomecups/pkg/DESCR N ports/x11/gnome/libgnomecups/pkg/PFRAG.shared N ports/x11/gnome/libgnomecups/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/19 07:57:22 Modified files: x11/gnome : Makefile Log message: add libgnomecups CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/19 08:53:50 ports/x11/gnome/menus/patches Update of /cvs/ports/x11/gnome/menus/patches In directory cvs.openbsd.org:/tmp/cvs-serv203/patches Log Message: Directory /cvs/ports/x11/gnome/menus/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/19 09:15:27 Removed files: x11/gtk-engines2/pkg: PFRAG.shared Log message: zap PFRAG.shared reminded by ajacoutot@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/19 09:29:23 Modified files: devel/sdl-mixer: Makefile Log message: - add one MASTER_SITES and change order as libsdl.org site is very slow and unreliable "go ahead" naddy@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/01/19 09:33:46 Modified files: . : plus.html Log message: almost up to today; rock star Janne Johansson CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2007/01/19 11:35:50 Modified files: sys/dev/pci : if_bnx.c Log message: bnx_init() takes a pointer to sc, not ifp. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/01/19 12:59:09 Modified files: sys/arch/i386/pci: glxsb.c Log message: Update comment (on how long we wait for operation to complete) reflect reality, and remove the maxpolls stuff at the same time. Still disabled in-tree. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/19 13:49:30 Modified files: sbin/route : route.8 Log message: add an EXAMPLES section; from mark lumsden via otto, tidied up somewhat by myself; ok otto claudio CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/19 14:38:40 Log message: import dmenu-2.1 Dynamic menu for X11. Displays items read from stdin and returns the selected item on stdout. from Tobias Ulmer, also tested by Will Maier Status: Vendor Tag: tobiasu Release Tags: tobiasu-20070119 N ports/x11/dmenu/Makefile N ports/x11/dmenu/distinfo N ports/x11/dmenu/patches/patch-config_mk N ports/x11/dmenu/pkg/PLIST N ports/x11/dmenu/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/19 14:39:30 Modified files: x11 : Makefile Log message: +dmenu CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2007/01/19 14:50:02 Modified files: . : want.html Log message: Soekris needed to replace dying home firewall. Thanks! CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/19 15:18:45 Modified files: . : i386-laptop.html Log message: add Lenovo Thinkpad X60s (1702WEX) diff from Jim Razmus , thanks CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/19 16:23:21 Modified files: usr.bin/cvs : file.c repository.c Log message: When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions, stat() the filepath to get the correct type, and therefor add it to the appropriate list. This fixes opencvs with CVSROOTs on NFS and AFS, because they both return D_UNKNOWN for directories (afs even for files too) in dirent->d_type. problem found by thib@ and todd@ tested by thib@, todd@, ok niallo@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/01/19 16:55:31 Modified files: usr.bin/cvs : util.c Log message: another place to check for DT_UNKNOWN for d_type for afs/nfs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/19 17:36:08 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: move the interrupt establishment till after everything in the softc is set up and allocated (which happens in a mountroothook). this prevents an early call to the interrupt handler from causing a null deref when trying to look into the unallocated regions. found by mcbride when ciss and bnx were sharing an interrupt. mounting root caused interrupts before the bnx was properly set up. "commit your fix" mcbride@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/19 17:58:19 Modified files: usr.bin/cvs : file.c Log message: check return value of rcs_translate_tag(). prevents a segfault found by todd@. still need to fix tag translation though. ok joris@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/19 18:07:51 Modified files: usr.bin/cvs : diff.c import.c util.c Log message: sweep opencvs for missing rcs_translate_tag() return checks. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/19 18:31:04 Modified files: usr.bin/cvs : file.c Log message: more safety checks for file->file_rcsrev; 'cool' niallo@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/19 23:57:54 Modified files: usr.bin/cvs : date.y usr.bin/rcs : date.y Log message: Prevent negative array index accesses when strlen(buff) == 0. OK joris@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/20 02:31:53 Modified files: converters/ppmtoTbmp: Makefile graphics/vid : Makefile Log message: bump PKGNAMEs due to upcomming -stable bumps CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/20 02:32:50 Modified files: graphics/netpbm: Tag: OPENBSD_4_0 Makefile distinfo graphics/netpbm/patches: Tag: OPENBSD_4_0 patch-Makefile_common Log message: MFC: update to 10.26.38: fixes various crashes and buffer overruns and renames a misnamed function CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/20 02:33:53 Modified files: converters/ppmtoTbmp: Tag: OPENBSD_4_0 Makefile graphics/vid : Tag: OPENBSD_4_0 Makefile Log message: bump PKGNAMEs after libnetpbm bumped its major CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2007/01/20 03:14:12 Modified files: . : events.html Log message: I will speak at AsiaBSDCon 2007. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/20 07:15:53 Modified files: x11/kde/pim3 : Makefile x11/kde/pim3/pkg: PLIST Added files: x11/kde/pim3/patches: patch-configure_in Log message: - make it pick up threaded pilot-link (fix packaging) - add libmal support - bump PKGNAME ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/20 07:18:10 Log message: Import tuxpaint-config-0.0.7 Tux Paint Config is a graphical configuration tool for Tux Paint. It provides a point-and-click interface that allows parents and teachers to alter Tux Paint's behavior (disable sound effects, run in full-screen mode, etc) without needing to manipulate a text-based configuration file. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070120 N ports/games/tuxpaint-config/distinfo N ports/games/tuxpaint-config/Makefile N ports/games/tuxpaint-config/pkg/DESCR N ports/games/tuxpaint-config/pkg/PLIST N ports/games/tuxpaint-config/patches/patch-Makefile N ports/games/tuxpaint-config/patches/patch-src_tuxpaint-config_1 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/20 07:18:55 Modified files: games : Makefile Log message: Add tuxpaint-config CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/20 09:26:53 Modified files: sys/arch/sparc64/dev: schizo.c schizoreg.h Log message: Do not panic on non-fatal iommu errors. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/20 09:32:10 Modified files: usr.sbin/hoststated: check_tcp.c Log message: when retrying a write, the position was previously not updated. ok reyk@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/01/20 09:52:39 Modified files: usr.bin/cvs : util.c Log message: Add missing check for fgets return value in cvs_get_repository_name(). OK joris@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/20 10:02:36 Modified files: usr.bin/cvs : file.c Log message: typo CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/20 10:13:36 Modified files: usr.sbin/ospfd : ospfd.c rde.c Log message: Ignore SIGPIPE in the parent and RDE as well. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/20 11:21:51 Modified files: sys/scsi : st.c Log message: Add media_fileno, media_blkno into st_softc and report their values back via MTIOCGET ioctl, rather than always reporting -1 (unknown). Simple 'Set to 0 on rewind, increment on file marks and positioning, and set back to -1 on any ambiguity' logic. No functional impact on current operation. Should allow things like Bacula to work much faster by keeping track of the current media position. Adapted from FreeBSD code. ok beck@ CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/20 14:11:20 Modified files: build : packages-4.0 Log message: netpbm, ppmtoTbmp, vid CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/20 14:11:32 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/20 15:37:25 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: alpha.c Log message: -Wstack-larger-than support, copied from gcc2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/20 15:50:00 Modified files: comms/libmal : Makefile distinfo Removed files: comms/libmal/patches: patch-src_Makefile_in Log message: - update to 0.44 (no change at all, the author just imported our patch) CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2007/01/20 18:08:03 Modified files: sys/dev/pci : if_bnx.c Log message: Remove bogus check for old firmware. Identical fixes from myself and brad@, also reported by chefren@pi.net. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/20 18:41:54 Modified files: usr.bin/ssh : auth-skey.c clientloop.c kex.c session.c ssh-keygen.c Log message: spaces CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/01/20 18:45:35 Modified files: usr.bin/ssh : readconf.c Log message: spaces CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/21 03:27:14 Log message: Import tuxpaint-stamps-20061021 This package contains a set of rubber stamp images which can be used with the "Stamp" tool within Tux Paint. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070121 N ports/games/tuxpaint-stamps/distinfo N ports/games/tuxpaint-stamps/Makefile N ports/games/tuxpaint-stamps/pkg/DESCR N ports/games/tuxpaint-stamps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/21 03:27:50 Modified files: games : Makefile Log message: Add tuxpaint-stamps CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/21 04:20:10 Modified files: usr.bin/cvs : admin.c Log message: add support for the -A flag; wrap some lines while there. OK joris@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/21 06:13:04 Modified files: mail/smtp-vilter: Makefile distinfo Log message: Update to smtp-vilter 1.3.6 which removes the auto-expiration of entries added to (or cleared from) pf tables, since pfctl can now do this using pfctl -t tablename -T expire. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/21 07:47:58 Modified files: devel/sdl : Makefile devel/sdl-image: Makefile devel/sdl-mixer: Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile Log message: - better MASTER_SITES mirror for distfiles hosted on www.libsdl.org CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/21 08:41:16 Modified files: faq/pf : carp.html Log message: advbase -> advskew, noticed by r.garcia at ovea.com CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/21 08:52:39 Modified files: sys/nfs : nfs_vnops.c Log message: don't assume our directory vnode will be flushed out after us, fixes crash when unmounting nfs volumes, okay thib@, krw@ and mickey@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/21 11:38:02 Modified files: sys/dev/pci : if_em.c Log message: Fix typo. From brad@ CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2007/01/21 14:36:31 Modified files: . : books.html Log message: Crash Course in OpenBSD 4.0 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/21 14:46:22 Modified files: textproc/p5-Blatte: Makefile textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile textproc/p5-Email-Find: Makefile textproc/p5-Font-AFM: Makefile textproc/p5-Font-TTF: Makefile textproc/p5-LibXML-Common: Makefile textproc/p5-Libxml: Makefile textproc/p5-Lingua-EN-Inflect: Makefile textproc/p5-Lingua-EN-Inflect-Number: 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-Number-Format: Makefile textproc/p5-PDF-Reuse: Makefile textproc/p5-PPI: Makefile textproc/p5-PatchReader: Makefile textproc/p5-Pod-Escapes: Makefile textproc/p5-Pod-POM: Makefile textproc/p5-Pod-Simple: Makefile textproc/p5-Regexp-Common: Makefile textproc/p5-Sort-Versions: Makefile textproc/p5-String-Approx: Makefile textproc/p5-String-Random: Makefile textproc/p5-String-ShellQuote: Makefile textproc/p5-String-Similarity: Makefile textproc/p5-Syntax-Highlight-HTML: Makefile textproc/p5-Syntax-Highlight-Mason: Makefile textproc/p5-Syntax-Highlight-Perl: Makefile textproc/p5-Template: Makefile textproc/p5-Template-Plugin-Class: Makefile textproc/p5-Template-Plugin-Number-Format: Makefile textproc/p5-Template-Provider-Encoding: Makefile textproc/p5-Text-Aligner: Makefile textproc/p5-Text-Autoformat: Makefile textproc/p5-Text-CSV_XS: Makefile textproc/p5-Text-Diff: Makefile textproc/p5-Text-Diff-HTML: Makefile textproc/p5-Text-German: Makefile textproc/p5-Text-Glob: Makefile textproc/p5-Text-LevenshteinXS: Makefile textproc/p5-Text-PDF: Makefile textproc/p5-Text-Quoted: Makefile textproc/p5-Text-RecordParser: Makefile textproc/p5-Text-Reform: Makefile textproc/p5-Text-Table: Makefile textproc/p5-Text-TabularDisplay: Makefile textproc/p5-Text-Template: Makefile textproc/p5-Text-Tmpl: Makefile textproc/p5-Text-Unidecode: Makefile textproc/p5-Text-WordDiff: Makefile textproc/p5-Text-Wrapper: Makefile textproc/p5-WML-Card: Makefile textproc/p5-XML-AutoWriter: Makefile textproc/p5-XML-Checker: Makefile textproc/p5-XML-DOM: Makefile textproc/p5-XML-Dumper: Makefile textproc/p5-XML-Elemental: Makefile textproc/p5-XML-LibXML: Makefile textproc/p5-XML-LibXSLT: Makefile textproc/p5-XML-Literal: Makefile textproc/p5-XML-NamespaceSupport: Makefile textproc/p5-XML-Parser: Makefile textproc/p5-XML-RAI: Makefile textproc/p5-XML-RSS-Parser: Makefile textproc/p5-XML-RSS-Timing: Makefile textproc/p5-XML-RSS-TimingBot: Makefile textproc/p5-XML-RegExp: Makefile textproc/p5-XML-SAX: Makefile textproc/p5-XML-Simple: Makefile textproc/p5-XML-XPath: Makefile textproc/p5-XML-XSLT: Makefile textproc/p5-sdf: Makefile Log message: cpanify, use SHARED_ONLY and set a few licenses look okay to steven@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/21 15:37:56 Modified files: sys/dev/mii : rgephy.c Log message: Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/21 15:39:46 Modified files: www/p5-HTML-Prototype: Makefile distinfo Log message: update to HTML::Prototype 1.48 / scripaculous 1.7.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/21 16:01:45 Modified files: sys/arch/macppc/macppc: locore.S Log message: Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/01/21 17:34:34 Modified files: databases/architect: Makefile Log message: Add temporary new MASTER_SITE; 'commit' espie@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2007/01/21 19:30:39 Modified files: sys/dev/usb : usbdevs Log message: Add the USB interface for my cable modem which is now usable ok dlg@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2007/01/21 19:31:47 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regenerate ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/21 20:46:49 Modified files: sys/dev/usb : if_cdce.c Log message: iterate over the endpoints looking for appropriate interface descriptors to use. this makes my adsl modem and ckeuthes cable modem work. idea from freebsd, via a diff from Krystian Baniak CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/21 22:39:58 Modified files: fr : books.html events.html pkg-stable.html want.html nl : ftp.html hp300.html hppa.html vax.html zaurus.html openntpd/nl : ftp.html index.html portable.html lt : donations.html ftp.html goals.html pkg-stable.html openbgpd/nl : ftp.html faq/pf/fr : carp.html Added files: lt : docum.html vax-simh.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/21 23:12:18 Modified files: share/man/man4 : inet6.4 sys/netinet6 : in6.h Log message: Fix KAME cvsweb urls CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/01/22 00:52:09 Modified files: usr.sbin/vnconfig: vnconfig.8 Log message: use a more sensible value for -K example, from tedu@ ok jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2007/01/22 04:32:50 Modified files: usr.bin/ssh : sftp-client.c Log message: return error from do_upload() when a write fails. fixes bz#1252: zero exit status from sftp when uploading to a full device. report from jirkat AT atlas.cz; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/22 05:02:27 Modified files: x11/kde/pim3 : Makefile x11/kde/pim3/patches: patch-configure_in Log message: - fix libmal detection noticed by STeve Andre - bump PKGNAME (could build under some circumstances) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 05:05:01 Log message: dvdcpy is originally part of ogmrip, but I'm not a fan of this gnome opaque thingy. It can be used on its own, compiles very simply, and this package even comes with a manpage. dvdcpy can be used to copy part of a dvd structure to a hard disk. Status: Vendor Tag: e Release Tags: s N ports/multimedia/dvdcpy/Makefile N ports/multimedia/dvdcpy/distinfo N ports/multimedia/dvdcpy/files/config.h N ports/multimedia/dvdcpy/files/dvdcpy.1 N ports/multimedia/dvdcpy/pkg/PLIST N ports/multimedia/dvdcpy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2007/01/22 06:06:21 Modified files: usr.bin/ssh : scp.c Log message: fix detection of whether we should show progress meter or not: scp tested isatty(stderr) but wrote the progress meter to stdout. This patch makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com; of dtucker@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/22 06:17:45 Modified files: sys/arch/mac68k/conf: files.mac68k sys/arch/mac68k/dev: if_ae.c if_ae_nubus.c if_aereg.h if_aevar.h Log message: use the MI DP8390 driver instead of rolling our own functions from NetBSD CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 06:55:42 Log message: subtitle extraction, part of ogmrip. Contains the two commands that bridge the gap between mplayer/gocr and full text subtitle extraction, some manpages, and a sample shell script that can perform subtitle extraction. Status: Vendor Tag: e Release Tags: s N ports/multimedia/subrip/Makefile N ports/multimedia/subrip/distinfo N ports/multimedia/subrip/patches/patch-subrip_c N ports/multimedia/subrip/patches/patch-mp_msg_c N ports/multimedia/subrip/patches/patch-srttool_c N ports/multimedia/subrip/files/Makefile N ports/multimedia/subrip/files/subrip N ports/multimedia/subrip/files/subrip.1 N ports/multimedia/subrip/files/srttool.1 N ports/multimedia/subrip/files/sub2pgm.1 N ports/multimedia/subrip/pkg/PLIST N ports/multimedia/subrip/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 06:56:35 Modified files: multimedia : Makefile Log message: +dvdcpy, +subrip CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 06:57:53 Modified files: multimedia/subrip: Makefile multimedia/dvdcpy: Makefile Log message: oops, forgot to set NO_REGRESS. No pkg change -> no bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 08:04:04 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: enable xvidcore tweak default dvd device to match OpenBSD. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/22 08:04:32 Modified files: www/mod_auth_ldap: Makefile Added files: www/mod_auth_ldap/patches: patch-auth_ldap_c Log message: Security fix for mod_auth_ldap-1.6.0. Fixes a security bug that could allow attacker to execute arbitrary commands as the apache user. More information: http://www.rudedog.org/auth_ldap/Changes.html ok henning@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/22 08:15:17 Modified files: editors/ht : Makefile Log message: fix HOMEPAGE and do bump pkgname. from Josh Grosse CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/22 09:32:41 Log message: Import openbabel-2.1.0b4 Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. [...] ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070122 N ports/misc/openbabel/distinfo N ports/misc/openbabel/Makefile N ports/misc/openbabel/pkg/PFRAG.shared N ports/misc/openbabel/pkg/DESCR N ports/misc/openbabel/pkg/PLIST N ports/misc/openbabel/patches/patch-test_cml_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/22 09:33:31 Modified files: misc : Makefile Log message: Add openbabel CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 10:39:28 Modified files: multimedia/dvdcpy: Makefile multimedia/dvdcpy/files: dvdcpy.1 Log message: typo in manpage CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 10:43:10 Modified files: multimedia/subrip: Makefile multimedia/subrip/files: subrip subrip.1 Log message: fix subrip command line parsing, and tweak the output name slightly, to allow for simpler automation. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/22 10:52:03 Modified files: x11/kde/office-i18n3: Makefile x11/kde/office-i18n3/pkg: PLIST-ca PLIST-cs PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-hu PLIST-it PLIST-ja PLIST-ms PLIST-nb PLIST-nl PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-sv PLIST-tr PLIST-uk PLIST-zh_CN PLIST-zh_TW Log message: Resolve conflict between kde-i18n and koffice-i18n. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/22 11:18:28 Modified files: x11/qt3 : Makefile Added files: x11/qt3/patches: patch-plugins_src_sqldrivers_sqlite_sqlite_pro x11/qt3/pkg : DESCR-sqlite2 PLIST-sqlite2 Log message: build the sqlite2 plugin CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/22 12:39:33 Modified files: sys/arch/sparc/sparc: cache.c cache.h Log message: Allow pmap_zeropage and pmap_copypage to work with cache enabled on MicroSPARC-1, since cache is not write allocate; also provide a smarter routine to flush a small section of the data cache, but do not enable it since we almost never flush less than 2KB (which is the whole MS1 D cache size); adapted from NetBSD, tested on SPARCclassic. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/22 12:43:37 Modified files: . : zaurus.html Log message: Do not mention this port being new after all - this only applies to the OS which wiki copied our description verbatim without checking for accuracy. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/01/22 12:44:42 Modified files: . : hp300.html Log message: Since 68020 support has been dropped, state we support 68030 or better processors now. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:45:16 Modified files: sys/dev/acpi : acpidev.h Added files: sys/dev/acpi : acpidock.c Log message: Add driver for ACPI docking stations. Not completely functional yet, e.g. undocking doesn't work yet but put it in the tree to be able to safely work on this. ok marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:46:23 Modified files: sys/dev/acpi : files.acpi Log message: Tell config about acpidock. ok marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:47:11 Modified files: sys/dev/acpi : acpi.c Log message: Actually look for docking stations by looking for _DCK nodes. ok marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:48:53 Added files: share/man/man4 : acpidock.4 Log message: Man page for acpidock(4). Input and ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:50:30 Modified files: share/man/man4 : acpi.4 Log message: List acpidock(4) with the other drivers. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:52:24 Modified files: share/man/man4 : Makefile Log message: Hook up acpidock.4 to the build. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 12:54:24 Modified files: sys/arch/i386/conf: GENERIC Log message: Add commented out acpidock(4) entry. Reminded by marco. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/01/22 13:24:06 Modified files: net/gaim : Makefile distinfo net/gaim/patches: patch-configure_ac patch-console_libgnt_Makefile_am patch-console_libgnt_Makefile_in patch-console_plugins_Makefile_am patch-console_plugins_Makefile_in patch-gtk_Makefile_in patch-gtk_gtkdialogs_c patch-gtk_gtknotify_c patch-libgaim_plugins_ssl_Makefile_in patch-libgaim_protocols_gg_Makefile_in net/gaim/pkg : PLIST Added files: net/gaim/patches: patch-libgaim_protocols_oscar_Makefile_am patch-libgaim_protocols_oscar_Makefile_in Log message: update to gaim beta6 from brad@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/01/22 13:26:23 Modified files: net/gaim-icb : Makefile net/gaim-tlen : Makefile security/gaim-otr: Makefile Log message: update depends for gaim beta6, bump PKGNAME from brad@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 14:11:44 Modified files: sys/dev/acpi : acpidock.c Log message: Some nits from fkr@, thanks! CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 14:53:15 Modified files: sys/arch/amd64/conf: GENERIC Log message: Add acpidock here too. Gently reminded by marco (``AMD64!''). CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/22 15:01:13 Modified files: sys/dev/acpi : acpidock.c Log message: Fix a comment and reduce the chattyness of some debug. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/22 18:53:38 Modified files: usr.bin/cvs : file.c Log message: Don't fatal() when unexpected files are encountered in the working copy. Allows obj/ directories to exist (which are typically symlinks.) OK joris@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/01/22 21:05:58 Modified files: sys/dev/acpi : amltypes.h dsdt.c Log message: Fixes for static integer setting thanks to giovanni ok marco@ CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2007/01/23 00:30:16 Modified files: faq/pf : carp.html Log message: Typo, pointed out by nick@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/01/23 01:15:23 Modified files: usr.sbin/vnconfig: vnconfig.8 Log message: forgot to adjust the number for -K in the introducing text, spotted by david@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/23 02:34:45 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-common_mak patch-libavcodec_Makefile patch-libavformat_Makefile patch-libavutil_Makefile graphics/ffmpeg/pkg: PFRAG.shared PLIST Added files: graphics/ffmpeg/patches: patch-libavcodec_dsputil_c patch-libavcodec_mpegvideo_c patch-libavformat_utils_c patch-libpostproc_Makefile patch-libswscale_Makefile patch-tests_regression_sh Removed files: graphics/ffmpeg/patches: patch-Makefile patch-configure patch-libavcodec_libpostproc_Makefile patch-libavcodec_mpegaudiodec_c Log message: - update to version 20070110 (cvs snapshot) - Nikns Siankin takes mainteinership - add support for several external codecs - fix regress target - and many more from Nikns Siankin CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/23 03:39:01 Modified files: multimedia/transcode: Makefile distinfo Log message: update to version 1.0.3rc2; from Nikns Siankin CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/23 04:00:12 Modified files: devel/libgtop2 : Makefile devel/libgtop2/pkg: PLIST Added files: devel/libgtop2/patches: patch-po_Makefile_in_in Removed files: devel/libgtop2/patches: patch-ltmain_sh Log message: - Fix PKGNAME. It has to be libgtop2-x.xx.x and not libgtop-x.xx.x. - Remove useless libtool patch. - Put locale files in the correct directory path. We don't install those files into ${LOCALBASE}/lib/locale... Bad jasper@ and ajacoutot! Problem noticed by steven@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/23 04:04:09 Modified files: databases/openldap: Makefile distinfo Log message: Maintenance update to 2.3.33, mostly bugfixes in slapd, no API changes. See http://www.openldap.org/software/release/changes.html for a complete list of changes made. CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2007/01/23 04:40:26 Modified files: usr.sbin/pkg_add: pkg_info pkg_info.1 Log message: Introduce -Q option: -Q query Show all packages in $PKG_PATH which match the given query. Example: $ pkg_info -Q bogofilter bogofilter-1.0.3-qdbm (installed) bogofilter-1.0.3-db4 bogofilter-1.0.3-sqlite3 bogofilter-1.0.3 $ Manpage help from sturm@. ok sturm@, steven@, espie@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/01/23 04:42:50 Modified files: security/prelude/libprelude: Makefile distinfo security/prelude/libprelude/patches: patch-Makefile_in Added files: security/prelude/libprelude/patches: gcc-src_Makefile_in Log message: - update to 0.9.12.2 . - regen patches . - build idmef-message-read with -O0 on sparc64. reported by and inputs sturm@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/01/23 04:43:39 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: update to 0.9.11.2 . CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/23 04:49:37 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Security update to wordpress-2.0.7. This update fixes multiple security vulnerabilities. ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/23 05:06:02 Modified files: math/R : Makefile distinfo math/R/pkg : PLIST Log message: Update to R-2.4.1. See http://cran.r-project.org/src/base/NEWS for a detailed list of all changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/23 05:57:32 Modified files: databases/openldap: Makefile databases/openldap/pkg: PLIST-server Log message: Create required data directories when installing the -server subpackage and install a sample configuration file in there. discussed with bernd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/23 06:36:28 Log message: Import jpilot-syncmal-0.80 jpilot-syncmal is a MAL (Mobile Application Link) plugin for J-Pilot. It was built upon libmal, and can be used to synchronize PDAs with MAL servers such as AvantGo. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070123 N ports/comms/jpilot-syncmal/Makefile N ports/comms/jpilot-syncmal/distinfo N ports/comms/jpilot-syncmal/pkg/PFRAG.shared N ports/comms/jpilot-syncmal/pkg/DESCR N ports/comms/jpilot-syncmal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/23 06:37:13 Modified files: comms : Makefile Log message: Add jpilot-syncmal CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/01/23 06:42:47 Modified files: sys/dev/ic : re.c Log message: adjust m_data and m_len directly rather than calling m_adj(). From tsutsui@NetBSD over brad, some corrections by claudio@, tested by brad on sparc64 and otto@ on landisk. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/23 07:14:38 Modified files: devel/jdk/1.5 : Makefile distinfo Removed files: devel/jdk/1.5/patches: patch-hotspot_src_cpu_amd64_vm_c2_globals_amd64_hpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_bytes_bsd_amd64_inline_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_globals_bsd_amd64_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-j2se_src_share_bin_java_c patch-j2se_src_share_classes_java_util_TimeZone_java patch-j2se_src_share_native_java_io_io_util_h patch-j2se_src_share_native_sun_awt_cmm_thread_c patch-j2se_src_share_native_sun_font_t2k_t1_c patch-j2se_src_share_transport_socket_socketTransport_c patch-j2se_src_solaris_hpi_native_threads_src_threads_md_c patch-j2se_src_solaris_native_java_lang_ProcessEnvironment_md_c patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c patch-j2se_src_solaris_native_java_net_net_util_md_c patch-j2se_src_solaris_native_sun_awt_canvas_c patch-j2se_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-j2se_src_solaris_native_sun_xawt_XWindow_c Log message: Update to patchset 4 which includes a security fix for CVE-2007-0243 Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. Also included in patchset 4 are corrections for building the jdk on amd64 systems with 4G+ memory and the inclusion of the mozilla headers needed to build the plugin without an external dependency on the old mozilla suite. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/23 08:17:02 Modified files: x11/xscribble : Makefile Log message: - add HOMEPAGE - bump PKGNAME from Martynas Venckus , thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/23 08:43:05 Log message: Import xdrawchem-1.9.9 XDrawChem is a two-dimensional molecule drawing program for Unix operating systems. It is similar in functionality to other molecule drawing programs such as ChemDraw (TM, CambridgeSoft). It can read and write MDL Molfiles, and read ChemDraw text and binary files, to allow sharing between XDrawChem and other chemistry applications, and it can create images in popular formats like PNG and EPS. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070123 N ports/x11/xdrawchem/Makefile N ports/x11/xdrawchem/distinfo N ports/x11/xdrawchem/pkg/DESCR N ports/x11/xdrawchem/pkg/PLIST N ports/x11/xdrawchem/patches/patch-xdrawchem_application_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/23 08:43:52 Modified files: x11 : Makefile Log message: Add xdrawchem CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/23 09:42:19 Modified files: usr.bin/cvs : update.c Log message: When acting as a server do not blindly remove directories in cvs_update_leavedir(). fixes the "Device busy" error some people have been seeing. problem initially reported by Frank Denis. ok xsa@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:38:10 Modified files: usr.sbin/ripd : control.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:39:33 Modified files: usr.sbin/ospfd : control.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:41:22 Modified files: usr.sbin/bgpd : session.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:42:33 Modified files: usr.sbin/dvmrpd: control.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:43:36 Modified files: usr.sbin/hoststated: control.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/23 10:44:38 Modified files: usr.sbin/ntpd : sensors.c Log message: Typo in fatal() message found by dunceor @ gmail dot com CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/01/23 11:51:08 Modified files: . : plus.html Log message: fully catch up; Janne Johansson CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/01/23 13:11:28 Modified files: . : donations.html Log message: (hardware)donations CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/23 14:03:48 Modified files: www/mod_auth_ldap: Tag: OPENBSD_3_9 Makefile Added files: www/mod_auth_ldap/patches: Tag: OPENBSD_3_9 patch-auth_ldap_c Log message: MFC: Security fix for mod_auth_ldap-1.6.0. Fixes a security bug that could allow attacker to execute arbitrary commands as the apache user. More information: http://www.rudedog.org/auth_ldap/Changes.html CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/23 14:10:10 Modified files: usr.sbin/ripd : neighbor.c packet.c rip.h ripe.h Log message: add timeout for failed nbr structures OK claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/23 14:17:18 Modified files: sys/arch/i386/i386: lapic.c mpbios.c sys/arch/i386/include: mpbiosvar.h Log message: Handle not-all-lapics intterupts. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/23 14:44:49 Modified files: www/mod_auth_ldap: Tag: OPENBSD_4_0 Makefile Added files: www/mod_auth_ldap/patches: Tag: OPENBSD_4_0 patch-auth_ldap_c Log message: MFC: Security fix for mod_auth_ldap-1.6.0. Fixes a security bug that could allow attacker to execute arbitrary commands as the apache user. More information: http://www.rudedog.org/auth_ldap/Changes.html CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2007/01/23 14:47:46 Modified files: . : groups.html Log message: put in sync with reality groups in Italy CVSROOT: /cvs Module name: www Changes by: michele@cvs.openbsd.org 2007/01/23 15:19:52 Modified files: . : groups.html build : groups.dat Log message: update also groups.dat, sorry CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/23 15:30:51 Modified files: audio/p5-MP3-Info: Makefile comms/p5-Device-Gsm: Makefile comms/p5-Device-Modem: Makefile comms/p5-Device-SerialPort: Makefile converters/p5-Convert-TNEF: Makefile converters/p5-Text-Iconv: Makefile databases/p5-DBD-Sybase: Makefile databases/p5-DBD-Sybase/pkg: PLIST graphics/p5-Image-EXIF: Makefile Removed files: databases/p5-DBD-Sybase/pkg: PFRAG.shared Log message: cpan'ify, remove unneeded extra stuff. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/23 16:30:23 Modified files: x11/gtk-engines2: Makefile Log message: fix another PKGNAME CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/23 16:32:57 Modified files: editors/zile : Makefile distinfo Log message: update to 2.2.27: add find-file-read-only, documentation fixes CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/23 18:32:51 Modified files: net/mldonkey/stable: Makefile Added files: net/mldonkey/stable/patches: patch-src_networks_donkey_donkeyClient_ml patch-src_networks_donkey_donkeyFiles_ml patch-src_networks_donkey_donkeyTypes_ml Log message: fix a nasty bug, where emule clients receive twice (!) the data they want. from spiralvoice, thx ! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/23 19:24:28 Modified files: . : landisk.html Log message: Extra HTML tag, spotted by Martynas Venckus (martynas at altroot dot org) CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/23 23:31:09 Modified files: usr.sbin/hoststated: parse.y Log message: Better handling of escaped CR-LF in the configuration file, commenting them out was previously broken. This is needed for send/expect scripts. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2007/01/23 23:48:36 Modified files: games/crimson : Makefile distinfo games/crimson/patches: patch-Makefile_in games/crimson/pkg: PLIST Log message: update to 0.5.1 CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/23 23:52:31 Modified files: build : packages-4.0 packages-3.9 Log message: mod_auth_ldap CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/01/23 23:52:46 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: www Changes by: pyr@cvs.openbsd.org 2007/01/24 01:22:19 Modified files: . : plus.html Log message: typo CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/24 01:28:46 Modified files: usr.bin/cvs : entries.c Log message: put a newline at the end of the Entries file, this syncs with GNU cvs behavior and is easier on the eyes. ok xsa@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/24 01:34:12 Modified files: usr.bin/cvs : entries.c Log message: the ok from xsa was for another diff, rollback previous commit. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2007/01/24 02:51:09 Modified files: games/xsoldier : Makefile distinfo games/xsoldier/pkg: PLIST Log message: Update to 1.4 ok steven@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2007/01/24 02:57:51 Modified files: usr.sbin/dvmrpd: dvmrpd.c rde.c Log message: Ignore SIGPIPE in the parent and RDE as well. ok claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 03:14:17 Modified files: usr.sbin/ripd : rde.c ripd.c Log message: Ingore SIGPIPE in the parent and rde as well. This is needed to correctly report crashes. Discussed with norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 03:26:00 Modified files: usr.sbin/hoststated: hce.c hoststated.c pfe.c Log message: Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to do a nice exit in case one of the processes dies. OK pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 03:48:47 Modified files: usr.sbin/ospfd : rde.c rde_lsdb.c Log message: Remove some log_debug()s that are no longer needed. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/24 03:53:43 Modified files: usr.bin/compress: Makefile compress.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1 zopen.3 Added files: usr.bin/compress: gzip.1 Log message: split compress(1) into compress(1) and gzip(1), as suggested by millert; ok/help millert otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/24 03:57:28 Modified files: lib/libz : compress.3 Log message: +.Xr gzip 1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 05:05:10 Modified files: usr.sbin/ospfd : rde_spf.c Log message: Remove most of the spf calculation related log_debug messages. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/24 06:03:08 Modified files: audio/herrie : Makefile distinfo Log message: update to 1.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/24 06:16:33 Modified files: audio/audacious-plugins: Makefile audio/audacious: Makefile Log message: remove maintainer per his request.. any volunteers for this (relatively) new port? CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 06:24:51 Modified files: usr.sbin/bgpd : rde.c Log message: Lock the nexthop while parsing an update by increasing the reference count. This is needed because the nexthop is not yet linked to the aspath attributes and so a withdraw in the same update imsg could remove this nexthop which in turn causes a use after free error when the prefix is added later on. The order of parsing (attributes, withdraws, prefixes instead of withdraws, attributes, prefixes) was reversed for multiprotocol support. This should fix all strange nexthop crashes seen by various people. Tested and OK henning@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/01/24 06:24:58 Modified files: sbin/fsck_ffs : dir.c inode.c Log message: A reallocated root directory gets ownership of the fsck process. If lost+found is created, it gets ownership of the root directory. ok pedro CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/24 06:55:11 Modified files: usr.bin/cvs : entries.c Log message: terminate CVS/Entries with a newline. ok joris@, xsa@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/24 07:08:28 Modified files: usr.sbin/ospfd : interface.c neighbor.c Log message: When deleting a neighbor or a interface make sure that no events are pending. Needed for reload support. OK norby@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/24 10:10:16 Modified files: textproc/ruby-hyperestraier: Makefile textproc/ruby-hyperestraier/pkg: PLIST Log message: fix from maintainer Jeremy Evans CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2007/01/24 10:56:24 Modified files: sys/dev/ic : rt2560.c Log message: revert changes committed between r1.25 and 1.26. this breaks some RT2560 adapters. pointed out by krw@ and Pierre Riteau. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/24 12:11:14 Modified files: usr.bin/getopt : getopt.1 Log message: The example is not correct and uses non-idiomatic scripting. So fix it. ok espie@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/01/24 12:26:13 Modified files: build : groups.dat Log message: BSD user group Orlando CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/01/24 12:28:09 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/01/24 12:55:01 Modified files: . : want.html Log message: my SCSI drives are dying out CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/24 13:26:59 Modified files: sys/arch/amd64/amd64: lapic.c Log message: Check nioapics to see whether we're using I/O APICs. ok marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/24 13:47:45 Modified files: sys/arch/amd64/amd64: ioapic.c Log message: Actually establish interrupt handler in !ioapic_cold case. ok marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/24 13:52:18 Modified files: sys/dev/acpi : acpiprt.c Log message: Deal with weird systems that return bogus device numbers for stuff that's not really there. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/24 14:05:10 Modified files: devel/jdk/1.5 : Makefile distinfo Log message: distfile rerolled with milestone bumped. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/24 14:17:07 Modified files: audio/p5-Audio-WMA: Makefile distinfo Log message: update to 1.1 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/24 14:18:59 Modified files: audio/p5-MP3-Tag: Makefile distinfo Log message: update to 0.9709 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/24 14:24:48 Modified files: usr.bin/cvs : remote.c Log message: user proper format string for size_t; file size is off_t; ok joris@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/24 14:25:02 Modified files: usr.bin/split : split.1 Log message: +.Xr csplit 1 , from Matthias Kilian; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/24 14:46:17 Modified files: misc/p5-Spreadsheet-ParseExcel: Makefile distinfo misc/p5-Spreadsheet-ParseExcel/pkg: PLIST Log message: update to 0.28 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/24 15:14:00 Modified files: share/man/man8 : Makefile Added files: share/man/man8/man8.landisk: Makefile Log message: build and install landisk man8 specific manpages CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/24 16:26:55 Modified files: devel/smpeg : Makefile Log message: - better MASTER_SITES from Vlad Glagolev CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/01/24 17:27:34 Modified files: lib/libc/db/man: recno.3 Log message: Move paragraphs unrelated to bfname out of this list item. ok millert jmc CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/24 18:21:04 Modified files: sbin/dhclient : options.c dhcpd.h dhclient.c Log message: Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by moving the minimal code into do_packet(). Eliminate repeated code for checking the client hardware address and the reject list by putting those checks into do_packet as well. No functional change, just much easier to read. ok stevesk@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/24 23:44:11 Modified files: usr.bin/cvs : remote.c Log message: plug a mem leak and wrong usage of strlcpy after fgetln. since fgetln does not NUL-terminate, it is not ok to use strlcpy on the buffer. ok opencvsgang@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/01/25 00:16:13 Log message: ISC BIND release 9.3.4 Status: Vendor Tag: ISC Release Tags: BIND_9_3_4 C src/usr.sbin/bind/CHANGES U src/usr.sbin/bind/acconfig.h U src/usr.sbin/bind/aclocal.m4 U src/usr.sbin/bind/config.guess U src/usr.sbin/bind/config.h.in U src/usr.sbin/bind/config.sub U src/usr.sbin/bind/config.threads.in U src/usr.sbin/bind/configure U src/usr.sbin/bind/configure.in U src/usr.sbin/bind/install-sh U src/usr.sbin/bind/isc-config.sh.in U src/usr.sbin/bind/libtool.m4 U src/usr.sbin/bind/ltmain.sh U src/usr.sbin/bind/mkinstalldirs U src/usr.sbin/bind/Makefile.in C src/usr.sbin/bind/version U src/usr.sbin/bind/FAQ.xml C src/usr.sbin/bind/FAQ U src/usr.sbin/bind/COPYRIGHT C src/usr.sbin/bind/README U src/usr.sbin/bind/lib/Makefile.in U src/usr.sbin/bind/lib/isc/buffer.c U src/usr.sbin/bind/lib/isc/bufferlist.c U src/usr.sbin/bind/lib/isc/commandline.c U src/usr.sbin/bind/lib/isc/entropy.c U src/usr.sbin/bind/lib/isc/error.c U src/usr.sbin/bind/lib/isc/event.c U src/usr.sbin/bind/lib/isc/fsaccess.c U src/usr.sbin/bind/lib/isc/hash.c U src/usr.sbin/bind/lib/isc/heap.c U src/usr.sbin/bind/lib/isc/hex.c U src/usr.sbin/bind/lib/isc/hmacmd5.c U src/usr.sbin/bind/lib/isc/inet_aton.c U src/usr.sbin/bind/lib/isc/inet_ntop.c U src/usr.sbin/bind/lib/isc/inet_pton.c U src/usr.sbin/bind/lib/isc/lex.c U src/usr.sbin/bind/lib/isc/lfsr.c U src/usr.sbin/bind/lib/isc/lib.c U src/usr.sbin/bind/lib/isc/log.c U src/usr.sbin/bind/lib/isc/md5.c U src/usr.sbin/bind/lib/isc/mem.c U src/usr.sbin/bind/lib/isc/mutexblock.c U src/usr.sbin/bind/lib/isc/print.c U src/usr.sbin/bind/lib/isc/netaddr.c U src/usr.sbin/bind/lib/isc/netscope.c U src/usr.sbin/bind/lib/isc/ondestroy.c U src/usr.sbin/bind/lib/isc/api U src/usr.sbin/bind/lib/isc/parseint.c U src/usr.sbin/bind/lib/isc/quota.c U src/usr.sbin/bind/lib/isc/random.c U src/usr.sbin/bind/lib/isc/ratelimiter.c U src/usr.sbin/bind/lib/isc/region.c U src/usr.sbin/bind/lib/isc/result.c U src/usr.sbin/bind/lib/isc/rwlock.c U src/usr.sbin/bind/lib/isc/serial.c U src/usr.sbin/bind/lib/isc/sha1.c U src/usr.sbin/bind/lib/isc/sockaddr.c U src/usr.sbin/bind/lib/isc/string.c U src/usr.sbin/bind/lib/isc/strtoul.c U src/usr.sbin/bind/lib/isc/symtab.c U src/usr.sbin/bind/lib/isc/task.c U src/usr.sbin/bind/lib/isc/task_p.h U src/usr.sbin/bind/lib/isc/taskpool.c U src/usr.sbin/bind/lib/isc/timer_p.h U src/usr.sbin/bind/lib/isc/version.c U src/usr.sbin/bind/lib/isc/timer.c U src/usr.sbin/bind/lib/isc/Makefile.in U src/usr.sbin/bind/lib/isc/assertions.c U src/usr.sbin/bind/lib/isc/base64.c U src/usr.sbin/bind/lib/isc/bitstring.c U src/usr.sbin/bind/lib/isc/nls/Makefile.in U src/usr.sbin/bind/lib/isc/nls/msgcat.c U src/usr.sbin/bind/lib/isc/include/Makefile.in U src/usr.sbin/bind/lib/isc/include/isc/version.h U src/usr.sbin/bind/lib/isc/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/include/isc/app.h U src/usr.sbin/bind/lib/isc/include/isc/assertions.h U src/usr.sbin/bind/lib/isc/include/isc/base64.h U src/usr.sbin/bind/lib/isc/include/isc/bitstring.h U src/usr.sbin/bind/lib/isc/include/isc/boolean.h U src/usr.sbin/bind/lib/isc/include/isc/buffer.h U src/usr.sbin/bind/lib/isc/include/isc/bufferlist.h U src/usr.sbin/bind/lib/isc/include/isc/commandline.h U src/usr.sbin/bind/lib/isc/include/isc/entropy.h U src/usr.sbin/bind/lib/isc/include/isc/error.h U src/usr.sbin/bind/lib/isc/include/isc/event.h U src/usr.sbin/bind/lib/isc/include/isc/eventclass.h U src/usr.sbin/bind/lib/isc/include/isc/file.h U src/usr.sbin/bind/lib/isc/include/isc/formatcheck.h U src/usr.sbin/bind/lib/isc/include/isc/fsaccess.h U src/usr.sbin/bind/lib/isc/include/isc/hash.h U src/usr.sbin/bind/lib/isc/include/isc/heap.h U src/usr.sbin/bind/lib/isc/include/isc/hex.h U src/usr.sbin/bind/lib/isc/include/isc/hmacmd5.h U src/usr.sbin/bind/lib/isc/include/isc/interfaceiter.h U src/usr.sbin/bind/lib/isc/include/isc/ipv6.h U src/usr.sbin/bind/lib/isc/include/isc/lang.h U src/usr.sbin/bind/lib/isc/include/isc/lex.h U src/usr.sbin/bind/lib/isc/include/isc/lfsr.h U src/usr.sbin/bind/lib/isc/include/isc/lib.h U src/usr.sbin/bind/lib/isc/include/isc/list.h U src/usr.sbin/bind/lib/isc/include/isc/log.h U src/usr.sbin/bind/lib/isc/include/isc/msgcat.h U src/usr.sbin/bind/lib/isc/include/isc/md5.h U src/usr.sbin/bind/lib/isc/include/isc/mem.h U src/usr.sbin/bind/lib/isc/include/isc/netaddr.h U src/usr.sbin/bind/lib/isc/include/isc/msgs.h U src/usr.sbin/bind/lib/isc/include/isc/mutexblock.h U src/usr.sbin/bind/lib/isc/include/isc/netscope.h U src/usr.sbin/bind/lib/isc/include/isc/ondestroy.h U src/usr.sbin/bind/lib/isc/include/isc/os.h U src/usr.sbin/bind/lib/isc/include/isc/parseint.h U src/usr.sbin/bind/lib/isc/include/isc/platform.h.in U src/usr.sbin/bind/lib/isc/include/isc/print.h U src/usr.sbin/bind/lib/isc/include/isc/quota.h U src/usr.sbin/bind/lib/isc/include/isc/random.h U src/usr.sbin/bind/lib/isc/include/isc/ratelimiter.h U src/usr.sbin/bind/lib/isc/include/isc/refcount.h U src/usr.sbin/bind/lib/isc/include/isc/region.h U src/usr.sbin/bind/lib/isc/include/isc/resource.h U src/usr.sbin/bind/lib/isc/include/isc/result.h U src/usr.sbin/bind/lib/isc/include/isc/resultclass.h U src/usr.sbin/bind/lib/isc/include/isc/sha1.h U src/usr.sbin/bind/lib/isc/include/isc/rwlock.h U src/usr.sbin/bind/lib/isc/include/isc/serial.h U src/usr.sbin/bind/lib/isc/include/isc/sockaddr.h U src/usr.sbin/bind/lib/isc/include/isc/socket.h U src/usr.sbin/bind/lib/isc/include/isc/stdio.h U src/usr.sbin/bind/lib/isc/include/isc/stdlib.h U src/usr.sbin/bind/lib/isc/include/isc/string.h U src/usr.sbin/bind/lib/isc/include/isc/symtab.h U src/usr.sbin/bind/lib/isc/include/isc/task.h U src/usr.sbin/bind/lib/isc/include/isc/taskpool.h U src/usr.sbin/bind/lib/isc/include/isc/timer.h U src/usr.sbin/bind/lib/isc/include/isc/types.h U src/usr.sbin/bind/lib/isc/include/isc/util.h U src/usr.sbin/bind/lib/isc/include/isc/magic.h U src/usr.sbin/bind/lib/isc/unix/Makefile.in U src/usr.sbin/bind/lib/isc/unix/app.c U src/usr.sbin/bind/lib/isc/unix/dir.c U src/usr.sbin/bind/lib/isc/unix/entropy.c U src/usr.sbin/bind/lib/isc/unix/errno2result.c U src/usr.sbin/bind/lib/isc/unix/errno2result.h U src/usr.sbin/bind/lib/isc/unix/file.c U src/usr.sbin/bind/lib/isc/unix/fsaccess.c U src/usr.sbin/bind/lib/isc/unix/ifiter_getifaddrs.c U src/usr.sbin/bind/lib/isc/unix/ifiter_ioctl.c U src/usr.sbin/bind/lib/isc/unix/ifiter_sysctl.c U src/usr.sbin/bind/lib/isc/unix/interfaceiter.c U src/usr.sbin/bind/lib/isc/unix/ipv6.c U src/usr.sbin/bind/lib/isc/unix/keyboard.c U src/usr.sbin/bind/lib/isc/unix/net.c U src/usr.sbin/bind/lib/isc/unix/os.c U src/usr.sbin/bind/lib/isc/unix/resource.c U src/usr.sbin/bind/lib/isc/unix/socket.c U src/usr.sbin/bind/lib/isc/unix/socket_p.h U src/usr.sbin/bind/lib/isc/unix/stdio.c U src/usr.sbin/bind/lib/isc/unix/stdtime.c U src/usr.sbin/bind/lib/isc/unix/strerror.c U src/usr.sbin/bind/lib/isc/unix/syslog.c U src/usr.sbin/bind/lib/isc/unix/time.c U src/usr.sbin/bind/lib/isc/unix/include/Makefile.in U src/usr.sbin/bind/lib/isc/unix/include/isc/time.h U src/usr.sbin/bind/lib/isc/unix/include/isc/dir.h U src/usr.sbin/bind/lib/isc/unix/include/isc/int.h U src/usr.sbin/bind/lib/isc/unix/include/isc/keyboard.h U src/usr.sbin/bind/lib/isc/unix/include/isc/net.h U src/usr.sbin/bind/lib/isc/unix/include/isc/netdb.h U src/usr.sbin/bind/lib/isc/unix/include/isc/offset.h U src/usr.sbin/bind/lib/isc/unix/include/isc/stat.h U src/usr.sbin/bind/lib/isc/unix/include/isc/stdtime.h U src/usr.sbin/bind/lib/isc/unix/include/isc/strerror.h U src/usr.sbin/bind/lib/isc/unix/include/isc/syslog.h U src/usr.sbin/bind/lib/isc/unix/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/condition.c U src/usr.sbin/bind/lib/isc/nothreads/mutex.c U src/usr.sbin/bind/lib/isc/nothreads/thread.c U src/usr.sbin/bind/lib/isc/nothreads/include/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/nothreads/include/isc/condition.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/mutex.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/once.h U src/usr.sbin/bind/lib/isc/nothreads/include/isc/thread.h U src/usr.sbin/bind/lib/isc/pthreads/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/condition.c U src/usr.sbin/bind/lib/isc/pthreads/mutex.c U src/usr.sbin/bind/lib/isc/pthreads/thread.c U src/usr.sbin/bind/lib/isc/pthreads/include/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/pthreads/include/isc/condition.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/mutex.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/once.h U src/usr.sbin/bind/lib/isc/pthreads/include/isc/thread.h U src/usr.sbin/bind/lib/bind9/api U src/usr.sbin/bind/lib/bind9/getaddresses.c U src/usr.sbin/bind/lib/bind9/version.c U src/usr.sbin/bind/lib/bind9/check.c U src/usr.sbin/bind/lib/bind9/Makefile.in U src/usr.sbin/bind/lib/bind9/include/Makefile.in U src/usr.sbin/bind/lib/bind9/include/bind9/Makefile.in U src/usr.sbin/bind/lib/bind9/include/bind9/check.h U src/usr.sbin/bind/lib/bind9/include/bind9/getaddresses.h U src/usr.sbin/bind/lib/bind9/include/bind9/version.h U src/usr.sbin/bind/lib/dns/adb.c C src/usr.sbin/bind/lib/dns/api U src/usr.sbin/bind/lib/dns/byaddr.c U src/usr.sbin/bind/lib/dns/cache.c U src/usr.sbin/bind/lib/dns/callbacks.c U src/usr.sbin/bind/lib/dns/compress.c U src/usr.sbin/bind/lib/dns/db.c U src/usr.sbin/bind/lib/dns/dbiterator.c U src/usr.sbin/bind/lib/dns/dbtable.c U src/usr.sbin/bind/lib/dns/diff.c U src/usr.sbin/bind/lib/dns/dispatch.c U src/usr.sbin/bind/lib/dns/dnssec.c U src/usr.sbin/bind/lib/dns/ds.c U src/usr.sbin/bind/lib/dns/dst_api.c U src/usr.sbin/bind/lib/dns/dst_internal.h U src/usr.sbin/bind/lib/dns/dst_lib.c U src/usr.sbin/bind/lib/dns/dst_openssl.h U src/usr.sbin/bind/lib/dns/dst_parse.c U src/usr.sbin/bind/lib/dns/dst_parse.h U src/usr.sbin/bind/lib/dns/dst_result.c U src/usr.sbin/bind/lib/dns/forward.c U src/usr.sbin/bind/lib/dns/gen-unix.h U src/usr.sbin/bind/lib/dns/gen.c U src/usr.sbin/bind/lib/dns/gssapi_link.c U src/usr.sbin/bind/lib/dns/gssapictx.c U src/usr.sbin/bind/lib/dns/hmac_link.c U src/usr.sbin/bind/lib/dns/journal.c U src/usr.sbin/bind/lib/dns/key.c U src/usr.sbin/bind/lib/dns/keytable.c U src/usr.sbin/bind/lib/dns/lib.c U src/usr.sbin/bind/lib/dns/log.c U src/usr.sbin/bind/lib/dns/lookup.c U src/usr.sbin/bind/lib/dns/master.c U src/usr.sbin/bind/lib/dns/masterdump.c U src/usr.sbin/bind/lib/dns/message.c U src/usr.sbin/bind/lib/dns/name.c U src/usr.sbin/bind/lib/dns/ncache.c U src/usr.sbin/bind/lib/dns/nsec.c U src/usr.sbin/bind/lib/dns/openssl_link.c U src/usr.sbin/bind/lib/dns/openssldh_link.c U src/usr.sbin/bind/lib/dns/openssldsa_link.c U src/usr.sbin/bind/lib/dns/opensslrsa_link.c U src/usr.sbin/bind/lib/dns/order.c U src/usr.sbin/bind/lib/dns/peer.c U src/usr.sbin/bind/lib/dns/portlist.c U src/usr.sbin/bind/lib/dns/rbt.c U src/usr.sbin/bind/lib/dns/rbtdb.c U src/usr.sbin/bind/lib/dns/rbtdb.h U src/usr.sbin/bind/lib/dns/rcode.c U src/usr.sbin/bind/lib/dns/rbtdb64.c U src/usr.sbin/bind/lib/dns/rbtdb64.h U src/usr.sbin/bind/lib/dns/rdata.c U src/usr.sbin/bind/lib/dns/rdatalist.c U src/usr.sbin/bind/lib/dns/rdatalist_p.h U src/usr.sbin/bind/lib/dns/rdataset.c U src/usr.sbin/bind/lib/dns/rdatasetiter.c U src/usr.sbin/bind/lib/dns/rdataslab.c U src/usr.sbin/bind/lib/dns/request.c C src/usr.sbin/bind/lib/dns/resolver.c U src/usr.sbin/bind/lib/dns/result.c U src/usr.sbin/bind/lib/dns/rootns.c U src/usr.sbin/bind/lib/dns/sdb.c U src/usr.sbin/bind/lib/dns/soa.c U src/usr.sbin/bind/lib/dns/ssu.c U src/usr.sbin/bind/lib/dns/stats.c U src/usr.sbin/bind/lib/dns/tcpmsg.c U src/usr.sbin/bind/lib/dns/time.c U src/usr.sbin/bind/lib/dns/timer.c U src/usr.sbin/bind/lib/dns/tkey.c U src/usr.sbin/bind/lib/dns/ttl.c C src/usr.sbin/bind/lib/dns/validator.c U src/usr.sbin/bind/lib/dns/version.c U src/usr.sbin/bind/lib/dns/view.c U src/usr.sbin/bind/lib/dns/xfrin.c U src/usr.sbin/bind/lib/dns/zone.c U src/usr.sbin/bind/lib/dns/zonekey.c U src/usr.sbin/bind/lib/dns/zt.c U src/usr.sbin/bind/lib/dns/tsig.c U src/usr.sbin/bind/lib/dns/Makefile.in U src/usr.sbin/bind/lib/dns/acl.c U src/usr.sbin/bind/lib/dns/include/Makefile.in U src/usr.sbin/bind/lib/dns/include/dns/zt.h U src/usr.sbin/bind/lib/dns/include/dns/Makefile.in U src/usr.sbin/bind/lib/dns/include/dns/acl.h U src/usr.sbin/bind/lib/dns/include/dns/adb.h U src/usr.sbin/bind/lib/dns/include/dns/bit.h U src/usr.sbin/bind/lib/dns/include/dns/byaddr.h U src/usr.sbin/bind/lib/dns/include/dns/cache.h U src/usr.sbin/bind/lib/dns/include/dns/callbacks.h U src/usr.sbin/bind/lib/dns/include/dns/cert.h U src/usr.sbin/bind/lib/dns/include/dns/compress.h U src/usr.sbin/bind/lib/dns/include/dns/db.h U src/usr.sbin/bind/lib/dns/include/dns/dbiterator.h U src/usr.sbin/bind/lib/dns/include/dns/dbtable.h U src/usr.sbin/bind/lib/dns/include/dns/diff.h U src/usr.sbin/bind/lib/dns/include/dns/dispatch.h U src/usr.sbin/bind/lib/dns/include/dns/dnssec.h U src/usr.sbin/bind/lib/dns/include/dns/ds.h U src/usr.sbin/bind/lib/dns/include/dns/events.h U src/usr.sbin/bind/lib/dns/include/dns/fixedname.h U src/usr.sbin/bind/lib/dns/include/dns/forward.h U src/usr.sbin/bind/lib/dns/include/dns/journal.h U src/usr.sbin/bind/lib/dns/include/dns/keyflags.h U src/usr.sbin/bind/lib/dns/include/dns/keytable.h U src/usr.sbin/bind/lib/dns/include/dns/keyvalues.h U src/usr.sbin/bind/lib/dns/include/dns/lib.h U src/usr.sbin/bind/lib/dns/include/dns/log.h U src/usr.sbin/bind/lib/dns/include/dns/master.h U src/usr.sbin/bind/lib/dns/include/dns/masterdump.h U src/usr.sbin/bind/lib/dns/include/dns/message.h U src/usr.sbin/bind/lib/dns/include/dns/name.h U src/usr.sbin/bind/lib/dns/include/dns/ncache.h U src/usr.sbin/bind/lib/dns/include/dns/nsec.h U src/usr.sbin/bind/lib/dns/include/dns/opcode.h U src/usr.sbin/bind/lib/dns/include/dns/order.h U src/usr.sbin/bind/lib/dns/include/dns/peer.h U src/usr.sbin/bind/lib/dns/include/dns/portlist.h U src/usr.sbin/bind/lib/dns/include/dns/rbt.h U src/usr.sbin/bind/lib/dns/include/dns/rcode.h U src/usr.sbin/bind/lib/dns/include/dns/rdata.h U src/usr.sbin/bind/lib/dns/include/dns/rdataclass.h U src/usr.sbin/bind/lib/dns/include/dns/rdatalist.h U src/usr.sbin/bind/lib/dns/include/dns/rdataset.h U src/usr.sbin/bind/lib/dns/include/dns/rdatasetiter.h U src/usr.sbin/bind/lib/dns/include/dns/rdataslab.h U src/usr.sbin/bind/lib/dns/include/dns/rdatatype.h U src/usr.sbin/bind/lib/dns/include/dns/request.h U src/usr.sbin/bind/lib/dns/include/dns/resolver.h U src/usr.sbin/bind/lib/dns/include/dns/result.h U src/usr.sbin/bind/lib/dns/include/dns/rootns.h U src/usr.sbin/bind/lib/dns/include/dns/sdb.h U src/usr.sbin/bind/lib/dns/include/dns/secalg.h U src/usr.sbin/bind/lib/dns/include/dns/soa.h U src/usr.sbin/bind/lib/dns/include/dns/secproto.h U src/usr.sbin/bind/lib/dns/include/dns/ssu.h U src/usr.sbin/bind/lib/dns/include/dns/stats.h U src/usr.sbin/bind/lib/dns/include/dns/tcpmsg.h U src/usr.sbin/bind/lib/dns/include/dns/time.h U src/usr.sbin/bind/lib/dns/include/dns/timer.h U src/usr.sbin/bind/lib/dns/include/dns/tkey.h U src/usr.sbin/bind/lib/dns/include/dns/tsig.h U src/usr.sbin/bind/lib/dns/include/dns/ttl.h U src/usr.sbin/bind/lib/dns/include/dns/types.h U src/usr.sbin/bind/lib/dns/include/dns/validator.h U src/usr.sbin/bind/lib/dns/include/dns/version.h U src/usr.sbin/bind/lib/dns/include/dns/view.h U src/usr.sbin/bind/lib/dns/include/dns/xfrin.h U src/usr.sbin/bind/lib/dns/include/dns/zone.h U src/usr.sbin/bind/lib/dns/include/dns/zonekey.h U src/usr.sbin/bind/lib/dns/include/dns/lookup.h U src/usr.sbin/bind/lib/dns/include/dst/Makefile.in U src/usr.sbin/bind/lib/dns/include/dst/dst.h U src/usr.sbin/bind/lib/dns/include/dst/gssapi.h U src/usr.sbin/bind/lib/dns/include/dst/lib.h U src/usr.sbin/bind/lib/dns/include/dst/result.h U src/usr.sbin/bind/lib/dns/rdata/rdatastructpre.h U src/usr.sbin/bind/lib/dns/rdata/rdatastructsuf.h U src/usr.sbin/bind/lib/dns/rdata/any_255/tsig_250.c U src/usr.sbin/bind/lib/dns/rdata/any_255/tsig_250.h U src/usr.sbin/bind/lib/dns/rdata/generic/x25_19.h U src/usr.sbin/bind/lib/dns/rdata/generic/afsdb_18.h U src/usr.sbin/bind/lib/dns/rdata/generic/cert_37.c U src/usr.sbin/bind/lib/dns/rdata/generic/cert_37.h U src/usr.sbin/bind/lib/dns/rdata/generic/cname_5.c U src/usr.sbin/bind/lib/dns/rdata/generic/cname_5.h U src/usr.sbin/bind/lib/dns/rdata/generic/dlv_32769.c U src/usr.sbin/bind/lib/dns/rdata/generic/dlv_32769.h U src/usr.sbin/bind/lib/dns/rdata/generic/dname_39.c U src/usr.sbin/bind/lib/dns/rdata/generic/dname_39.h U src/usr.sbin/bind/lib/dns/rdata/generic/dnskey_48.c U src/usr.sbin/bind/lib/dns/rdata/generic/dnskey_48.h U src/usr.sbin/bind/lib/dns/rdata/generic/ds_43.c U src/usr.sbin/bind/lib/dns/rdata/generic/ds_43.h U src/usr.sbin/bind/lib/dns/rdata/generic/gpos_27.c U src/usr.sbin/bind/lib/dns/rdata/generic/gpos_27.h U src/usr.sbin/bind/lib/dns/rdata/generic/hinfo_13.c U src/usr.sbin/bind/lib/dns/rdata/generic/hinfo_13.h U src/usr.sbin/bind/lib/dns/rdata/generic/isdn_20.c U src/usr.sbin/bind/lib/dns/rdata/generic/isdn_20.h U src/usr.sbin/bind/lib/dns/rdata/generic/key_25.c U src/usr.sbin/bind/lib/dns/rdata/generic/key_25.h U src/usr.sbin/bind/lib/dns/rdata/generic/loc_29.c U src/usr.sbin/bind/lib/dns/rdata/generic/loc_29.h U src/usr.sbin/bind/lib/dns/rdata/generic/mb_7.c U src/usr.sbin/bind/lib/dns/rdata/generic/mb_7.h U src/usr.sbin/bind/lib/dns/rdata/generic/md_3.c U src/usr.sbin/bind/lib/dns/rdata/generic/md_3.h U src/usr.sbin/bind/lib/dns/rdata/generic/mf_4.c U src/usr.sbin/bind/lib/dns/rdata/generic/mf_4.h U src/usr.sbin/bind/lib/dns/rdata/generic/mg_8.c U src/usr.sbin/bind/lib/dns/rdata/generic/mg_8.h U src/usr.sbin/bind/lib/dns/rdata/generic/minfo_14.c U src/usr.sbin/bind/lib/dns/rdata/generic/minfo_14.h U src/usr.sbin/bind/lib/dns/rdata/generic/mr_9.c U src/usr.sbin/bind/lib/dns/rdata/generic/mr_9.h U src/usr.sbin/bind/lib/dns/rdata/generic/mx_15.c U src/usr.sbin/bind/lib/dns/rdata/generic/mx_15.h U src/usr.sbin/bind/lib/dns/rdata/generic/ns_2.c U src/usr.sbin/bind/lib/dns/rdata/generic/ns_2.h U src/usr.sbin/bind/lib/dns/rdata/generic/nsec_47.c U src/usr.sbin/bind/lib/dns/rdata/generic/nsec_47.h U src/usr.sbin/bind/lib/dns/rdata/generic/null_10.c U src/usr.sbin/bind/lib/dns/rdata/generic/null_10.h U src/usr.sbin/bind/lib/dns/rdata/generic/nxt_30.c U src/usr.sbin/bind/lib/dns/rdata/generic/nxt_30.h U src/usr.sbin/bind/lib/dns/rdata/generic/opt_41.c U src/usr.sbin/bind/lib/dns/rdata/generic/opt_41.h U src/usr.sbin/bind/lib/dns/rdata/generic/proforma.c U src/usr.sbin/bind/lib/dns/rdata/generic/proforma.h U src/usr.sbin/bind/lib/dns/rdata/generic/ptr_12.c U src/usr.sbin/bind/lib/dns/rdata/generic/ptr_12.h U src/usr.sbin/bind/lib/dns/rdata/generic/rp_17.c U src/usr.sbin/bind/lib/dns/rdata/generic/rp_17.h U src/usr.sbin/bind/lib/dns/rdata/generic/rrsig_46.c U src/usr.sbin/bind/lib/dns/rdata/generic/rrsig_46.h U src/usr.sbin/bind/lib/dns/rdata/generic/rt_21.c U src/usr.sbin/bind/lib/dns/rdata/generic/rt_21.h U src/usr.sbin/bind/lib/dns/rdata/generic/sig_24.c U src/usr.sbin/bind/lib/dns/rdata/generic/sig_24.h U src/usr.sbin/bind/lib/dns/rdata/generic/soa_6.c U src/usr.sbin/bind/lib/dns/rdata/generic/soa_6.h U src/usr.sbin/bind/lib/dns/rdata/generic/sshfp_44.c U src/usr.sbin/bind/lib/dns/rdata/generic/sshfp_44.h U src/usr.sbin/bind/lib/dns/rdata/generic/tkey_249.c U src/usr.sbin/bind/lib/dns/rdata/generic/tkey_249.h U src/usr.sbin/bind/lib/dns/rdata/generic/txt_16.c U src/usr.sbin/bind/lib/dns/rdata/generic/txt_16.h U src/usr.sbin/bind/lib/dns/rdata/generic/unspec_103.c U src/usr.sbin/bind/lib/dns/rdata/generic/unspec_103.h U src/usr.sbin/bind/lib/dns/rdata/generic/x25_19.c U src/usr.sbin/bind/lib/dns/rdata/generic/afsdb_18.c U src/usr.sbin/bind/lib/dns/rdata/hs_4/a_1.c U src/usr.sbin/bind/lib/dns/rdata/hs_4/a_1.h U src/usr.sbin/bind/lib/dns/rdata/in_1/wks_11.h U src/usr.sbin/bind/lib/dns/rdata/in_1/a6_38.h U src/usr.sbin/bind/lib/dns/rdata/in_1/a_1.c U src/usr.sbin/bind/lib/dns/rdata/in_1/a_1.h U src/usr.sbin/bind/lib/dns/rdata/in_1/aaaa_28.c U src/usr.sbin/bind/lib/dns/rdata/in_1/aaaa_28.h U src/usr.sbin/bind/lib/dns/rdata/in_1/apl_42.c U src/usr.sbin/bind/lib/dns/rdata/in_1/apl_42.h U src/usr.sbin/bind/lib/dns/rdata/in_1/kx_36.c U src/usr.sbin/bind/lib/dns/rdata/in_1/kx_36.h U src/usr.sbin/bind/lib/dns/rdata/in_1/naptr_35.c U src/usr.sbin/bind/lib/dns/rdata/in_1/naptr_35.h U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap-ptr_23.c U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap-ptr_23.h U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap_22.c U src/usr.sbin/bind/lib/dns/rdata/in_1/nsap_22.h U src/usr.sbin/bind/lib/dns/rdata/in_1/px_26.c U src/usr.sbin/bind/lib/dns/rdata/in_1/px_26.h U src/usr.sbin/bind/lib/dns/rdata/in_1/srv_33.c U src/usr.sbin/bind/lib/dns/rdata/in_1/srv_33.h U src/usr.sbin/bind/lib/dns/rdata/in_1/wks_11.c U src/usr.sbin/bind/lib/dns/rdata/in_1/a6_38.c U src/usr.sbin/bind/lib/tests/Makefile.in U src/usr.sbin/bind/lib/tests/T_testlist.imp U src/usr.sbin/bind/lib/tests/t_api.c U src/usr.sbin/bind/lib/tests/include/Makefile.in U src/usr.sbin/bind/lib/tests/include/tests/Makefile.in U src/usr.sbin/bind/lib/tests/include/tests/t_api.h U src/usr.sbin/bind/lib/isccfg/api U src/usr.sbin/bind/lib/isccfg/log.c U src/usr.sbin/bind/lib/isccfg/namedconf.c U src/usr.sbin/bind/lib/isccfg/parser.c U src/usr.sbin/bind/lib/isccfg/version.c U src/usr.sbin/bind/lib/isccfg/Makefile.in U src/usr.sbin/bind/lib/isccfg/include/Makefile.in U src/usr.sbin/bind/lib/isccfg/include/isccfg/Makefile.in U src/usr.sbin/bind/lib/isccfg/include/isccfg/cfg.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/grammar.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/log.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/namedconf.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/version.h U src/usr.sbin/bind/lib/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/context_p.h U src/usr.sbin/bind/lib/lwres/gai_strerror.c U src/usr.sbin/bind/lib/lwres/getaddrinfo.c U src/usr.sbin/bind/lib/lwres/gethost.c U src/usr.sbin/bind/lib/lwres/getipnode.c U src/usr.sbin/bind/lib/lwres/getnameinfo.c U src/usr.sbin/bind/lib/lwres/getrrset.c U src/usr.sbin/bind/lib/lwres/herror.c U src/usr.sbin/bind/lib/lwres/lwbuffer.c U src/usr.sbin/bind/lib/lwres/lwconfig.c U src/usr.sbin/bind/lib/lwres/lwinetaton.c U src/usr.sbin/bind/lib/lwres/lwinetntop.c U src/usr.sbin/bind/lib/lwres/lwinetpton.c U src/usr.sbin/bind/lib/lwres/lwpacket.c U src/usr.sbin/bind/lib/lwres/lwres_gabn.c U src/usr.sbin/bind/lib/lwres/lwres_gnba.c U src/usr.sbin/bind/lib/lwres/lwresutil.c U src/usr.sbin/bind/lib/lwres/lwres_grbn.c U src/usr.sbin/bind/lib/lwres/api U src/usr.sbin/bind/lib/lwres/print.c U src/usr.sbin/bind/lib/lwres/lwres_noop.c U src/usr.sbin/bind/lib/lwres/print_p.h U src/usr.sbin/bind/lib/lwres/strtoul.c U src/usr.sbin/bind/lib/lwres/version.c U src/usr.sbin/bind/lib/lwres/assert_p.h U src/usr.sbin/bind/lib/lwres/context.c U src/usr.sbin/bind/lib/lwres/man/lwres_resutil.html U src/usr.sbin/bind/lib/lwres/man/lwres.3 U src/usr.sbin/bind/lib/lwres/man/lwres.docbook U src/usr.sbin/bind/lib/lwres/man/lwres.html U src/usr.sbin/bind/lib/lwres/man/lwres_buffer.3 U src/usr.sbin/bind/lib/lwres/man/lwres_buffer.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_buffer.html U src/usr.sbin/bind/lib/lwres/man/lwres_config.3 U src/usr.sbin/bind/lib/lwres/man/lwres_config.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_config.html U src/usr.sbin/bind/lib/lwres/man/lwres_context.3 U src/usr.sbin/bind/lib/lwres/man/lwres_context.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_context.html U src/usr.sbin/bind/lib/lwres/man/lwres_gabn.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gabn.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_gabn.html U src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_gai_strerror.html U src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_getaddrinfo.html U src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_gethostent.html U src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_getipnode.html U src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_getnameinfo.html U src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.3 U src/usr.sbin/bind/lib/lwres/man/lwres_gnba.3 U src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.html U src/usr.sbin/bind/lib/lwres/man/lwres_getrrsetbyname.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_gnba.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_gnba.html U src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.3 U src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_hstrerror.html U src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.3 U src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_inetntop.html U src/usr.sbin/bind/lib/lwres/man/lwres_noop.3 U src/usr.sbin/bind/lib/lwres/man/lwres_noop.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_noop.html U src/usr.sbin/bind/lib/lwres/man/lwres_packet.3 U src/usr.sbin/bind/lib/lwres/man/lwres_packet.docbook U src/usr.sbin/bind/lib/lwres/man/lwres_packet.html U src/usr.sbin/bind/lib/lwres/man/lwres_resutil.3 U src/usr.sbin/bind/lib/lwres/man/lwres_resutil.docbook U src/usr.sbin/bind/lib/lwres/man/Makefile.in U src/usr.sbin/bind/lib/lwres/include/Makefile.in U src/usr.sbin/bind/lib/lwres/include/lwres/version.h U src/usr.sbin/bind/lib/lwres/include/lwres/context.h U src/usr.sbin/bind/lib/lwres/include/lwres/int.h U src/usr.sbin/bind/lib/lwres/include/lwres/ipv6.h U src/usr.sbin/bind/lib/lwres/include/lwres/lang.h U src/usr.sbin/bind/lib/lwres/include/lwres/list.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwbuffer.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwpacket.h U src/usr.sbin/bind/lib/lwres/include/lwres/lwres.h U src/usr.sbin/bind/lib/lwres/include/lwres/netdb.h.in U src/usr.sbin/bind/lib/lwres/include/lwres/platform.h.in U src/usr.sbin/bind/lib/lwres/include/lwres/result.h U src/usr.sbin/bind/lib/lwres/include/lwres/stdlib.h U src/usr.sbin/bind/lib/lwres/include/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/lwres/Makefile.in U src/usr.sbin/bind/lib/lwres/unix/include/lwres/net.h U src/usr.sbin/bind/lib/isccc/Makefile.in U src/usr.sbin/bind/lib/isccc/api U src/usr.sbin/bind/lib/isccc/base64.c U src/usr.sbin/bind/lib/isccc/cc.c U src/usr.sbin/bind/lib/isccc/ccmsg.c U src/usr.sbin/bind/lib/isccc/lib.c U src/usr.sbin/bind/lib/isccc/result.c U src/usr.sbin/bind/lib/isccc/sexpr.c U src/usr.sbin/bind/lib/isccc/symtab.c U src/usr.sbin/bind/lib/isccc/version.c U src/usr.sbin/bind/lib/isccc/alist.c U src/usr.sbin/bind/lib/isccc/include/Makefile.in U src/usr.sbin/bind/lib/isccc/include/isccc/version.h U src/usr.sbin/bind/lib/isccc/include/isccc/alist.h U src/usr.sbin/bind/lib/isccc/include/isccc/base64.h U src/usr.sbin/bind/lib/isccc/include/isccc/cc.h U src/usr.sbin/bind/lib/isccc/include/isccc/ccmsg.h U src/usr.sbin/bind/lib/isccc/include/isccc/events.h U src/usr.sbin/bind/lib/isccc/include/isccc/lib.h U src/usr.sbin/bind/lib/isccc/include/isccc/result.h U src/usr.sbin/bind/lib/isccc/include/isccc/sexpr.h U src/usr.sbin/bind/lib/isccc/include/isccc/symtab.h U src/usr.sbin/bind/lib/isccc/include/isccc/symtype.h U src/usr.sbin/bind/lib/isccc/include/isccc/types.h U src/usr.sbin/bind/lib/isccc/include/isccc/util.h U src/usr.sbin/bind/lib/isccc/include/isccc/Makefile.in U src/usr.sbin/bind/doc/Makefile.in U src/usr.sbin/bind/doc/arm/latex-fixup.pl U src/usr.sbin/bind/doc/arm/Bv9ARM.ch01.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch02.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html U src/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html U src/usr.sbin/bind/doc/arm/Bv9ARM.html U src/usr.sbin/bind/doc/arm/Makefile.in U src/usr.sbin/bind/doc/arm/README-SGML U src/usr.sbin/bind/doc/arm/Bv9ARM-book.xml U src/usr.sbin/bind/doc/misc/sdb U src/usr.sbin/bind/doc/misc/dnssec U src/usr.sbin/bind/doc/misc/format-options.pl U src/usr.sbin/bind/doc/misc/ipv6 U src/usr.sbin/bind/doc/misc/migration U src/usr.sbin/bind/doc/misc/migration-4to9 U src/usr.sbin/bind/doc/misc/options U src/usr.sbin/bind/doc/misc/rfc-compliance U src/usr.sbin/bind/doc/misc/roadmap U src/usr.sbin/bind/doc/misc/Makefile.in U src/usr.sbin/bind/doc/xsl/isc-docbook-html.xsl.in U src/usr.sbin/bind/doc/xsl/copyright.xsl U src/usr.sbin/bind/doc/xsl/isc-docbook-chunk.xsl.in U src/usr.sbin/bind/doc/xsl/Makefile.in U src/usr.sbin/bind/doc/xsl/isc-docbook-latex.xsl.in U src/usr.sbin/bind/doc/xsl/isc-manpage.xsl.in U src/usr.sbin/bind/doc/xsl/pre-latex.xsl U src/usr.sbin/bind/bin/Makefile.in U src/usr.sbin/bind/bin/dnssec/Makefile.in U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.8 U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.c U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.docbook U src/usr.sbin/bind/bin/dnssec/dnssec-keygen.html U src/usr.sbin/bind/bin/dnssec/dnssec-signzone.8 U src/usr.sbin/bind/bin/dnssec/dnssec-signzone.c U src/usr.sbin/bind/bin/dnssec/dnssec-signzone.docbook U src/usr.sbin/bind/bin/dnssec/dnssec-signzone.html U src/usr.sbin/bind/bin/dnssec/dnssectool.c U src/usr.sbin/bind/bin/dnssec/dnssectool.h U src/usr.sbin/bind/bin/dig/Makefile.in U src/usr.sbin/bind/bin/dig/dig.c U src/usr.sbin/bind/bin/dig/dig.docbook U src/usr.sbin/bind/bin/dig/dig.html U src/usr.sbin/bind/bin/dig/dighost.c U src/usr.sbin/bind/bin/dig/host.1 U src/usr.sbin/bind/bin/dig/host.c U src/usr.sbin/bind/bin/dig/host.docbook U src/usr.sbin/bind/bin/dig/host.html U src/usr.sbin/bind/bin/dig/nslookup.1 U src/usr.sbin/bind/bin/dig/nslookup.c U src/usr.sbin/bind/bin/dig/nslookup.docbook U src/usr.sbin/bind/bin/dig/nslookup.html U src/usr.sbin/bind/bin/dig/dig.1 U src/usr.sbin/bind/bin/dig/include/dig/dig.h U src/usr.sbin/bind/bin/tests/db_test.c U src/usr.sbin/bind/bin/tests/entropy2_test.c U src/usr.sbin/bind/bin/tests/entropy_test.c U src/usr.sbin/bind/bin/tests/fsaccess_test.c U src/usr.sbin/bind/bin/tests/genrandom.c U src/usr.sbin/bind/bin/tests/gxba_test.c U src/usr.sbin/bind/bin/tests/gxbn_test.c U src/usr.sbin/bind/bin/tests/hash_test.c U src/usr.sbin/bind/bin/tests/inter_test.c U src/usr.sbin/bind/bin/tests/lex_test.c U src/usr.sbin/bind/bin/tests/headerdep_test.sh.in U src/usr.sbin/bind/bin/tests/journalprint.c U src/usr.sbin/bind/bin/tests/keyboard_test.c U src/usr.sbin/bind/bin/tests/lfsr_test.c U src/usr.sbin/bind/bin/tests/log_test.c U src/usr.sbin/bind/bin/tests/lwres_test.c U src/usr.sbin/bind/bin/tests/lwresconf_test.c U src/usr.sbin/bind/bin/tests/master_test.c U src/usr.sbin/bind/bin/tests/mempool_test.c U src/usr.sbin/bind/bin/tests/name_test.c U src/usr.sbin/bind/bin/tests/named.conf U src/usr.sbin/bind/bin/tests/ndc.conf U src/usr.sbin/bind/bin/tests/ndc.conf-include U src/usr.sbin/bind/bin/tests/nsecify.c U src/usr.sbin/bind/bin/tests/printmsg.c U src/usr.sbin/bind/bin/tests/printmsg.h U src/usr.sbin/bind/bin/tests/ratelimiter_test.c U src/usr.sbin/bind/bin/tests/rbt_test.c U src/usr.sbin/bind/bin/tests/rbt_test.out U src/usr.sbin/bind/bin/tests/rbt_test.txt U src/usr.sbin/bind/bin/tests/rwlock_test.c U src/usr.sbin/bind/bin/tests/resolv.conf.sample U src/usr.sbin/bind/bin/tests/serial_test.c U src/usr.sbin/bind/bin/tests/shutdown_test.c U src/usr.sbin/bind/bin/tests/sig0_test.c U src/usr.sbin/bind/bin/tests/sock_test.c U src/usr.sbin/bind/bin/tests/sym_test.c U src/usr.sbin/bind/bin/tests/t_api.pl U src/usr.sbin/bind/bin/tests/task_test.c U src/usr.sbin/bind/bin/tests/timer_test.c U src/usr.sbin/bind/bin/tests/wire_test.c U src/usr.sbin/bind/bin/tests/wire_test.data U src/usr.sbin/bind/bin/tests/wire_test.data2 U src/usr.sbin/bind/bin/tests/b8t.mk U src/usr.sbin/bind/bin/tests/wire_test.data3 U src/usr.sbin/bind/bin/tests/wire_test.data4 U src/usr.sbin/bind/bin/tests/zone_test.c U src/usr.sbin/bind/bin/tests/rdata_test.c U src/usr.sbin/bind/bin/tests/Kchild.example.+003+04017.key U src/usr.sbin/bind/bin/tests/Kchild.example.+003+04017.private U src/usr.sbin/bind/bin/tests/Makefile.in U src/usr.sbin/bind/bin/tests/adb_test.c U src/usr.sbin/bind/bin/tests/b9t.mk U src/usr.sbin/bind/bin/tests/byaddr_test.c U src/usr.sbin/bind/bin/tests/byname_test.c U src/usr.sbin/bind/bin/tests/cfg_test.c U src/usr.sbin/bind/bin/tests/compress_test.c U src/usr.sbin/bind/bin/tests/net/Makefile.in U src/usr.sbin/bind/bin/tests/net/driver.c U src/usr.sbin/bind/bin/tests/net/driver.h U src/usr.sbin/bind/bin/tests/net/netaddr_multicast.c U src/usr.sbin/bind/bin/tests/net/sockaddr_multicast.c U src/usr.sbin/bind/bin/tests/net/testsuite.h U src/usr.sbin/bind/bin/tests/db/dns_db_origin_data U src/usr.sbin/bind/bin/tests/db/dns_db_class_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_class_data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_closeversion_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_currentversion.data U src/usr.sbin/bind/bin/tests/db/dns_db_currentversion_data U src/usr.sbin/bind/bin/tests/db/dns_db_expirenode.data U src/usr.sbin/bind/bin/tests/db/dns_db_expirenode_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_10.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_10_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_1_data U src/usr.sbin/bind/bin/tests/db/t_db.c U src/usr.sbin/bind/bin/tests/db/dns_db_find_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_3.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_3_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_4.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_4_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_5.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_5_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_6.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_6_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_7.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_7_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_8.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_8_data U src/usr.sbin/bind/bin/tests/db/dns_db_find_9.data U src/usr.sbin/bind/bin/tests/db/dns_db_find_9_data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_findnode_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_iscache_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_1_data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_2.data U src/usr.sbin/bind/bin/tests/db/dns_db_iszone_2_data U src/usr.sbin/bind/bin/tests/db/dns_db_load_1.data U src/usr.sbin/bind/bin/tests/db/dns_db_load_25.data U src/usr.sbin/bind/bin/tests/db/dns_db_load_data U src/usr.sbin/bind/bin/tests/db/dns_db_load_soa_not_top U src/usr.sbin/bind/bin/tests/db/dns_db_newversion.data U src/usr.sbin/bind/bin/tests/db/dns_db_newversion_data U src/usr.sbin/bind/bin/tests/db/dns_db_origin_1.data U src/usr.sbin/bind/bin/tests/db/Makefile.in U src/usr.sbin/bind/bin/tests/master/master9.data U src/usr.sbin/bind/bin/tests/master/dns_master_load_10_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_11_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_1_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_2_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_3_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_4_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_5_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_6_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_7_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_8_data U src/usr.sbin/bind/bin/tests/master/dns_master_load_9_data U src/usr.sbin/bind/bin/tests/master/master1.data U src/usr.sbin/bind/bin/tests/master/master10.data U src/usr.sbin/bind/bin/tests/master/master11.data U src/usr.sbin/bind/bin/tests/master/master2.data U src/usr.sbin/bind/bin/tests/master/t_master.c U src/usr.sbin/bind/bin/tests/master/master3.data U src/usr.sbin/bind/bin/tests/master/master4.data U src/usr.sbin/bind/bin/tests/master/master5.data U src/usr.sbin/bind/bin/tests/master/master6.data U src/usr.sbin/bind/bin/tests/master/master7.data U src/usr.sbin/bind/bin/tests/master/master8.data U src/usr.sbin/bind/bin/tests/master/Makefile.in U src/usr.sbin/bind/bin/tests/mem/Makefile.in U src/usr.sbin/bind/bin/tests/mem/t_mem.c U src/usr.sbin/bind/bin/tests/names/wire_test9.data U src/usr.sbin/bind/bin/tests/names/dns_name_compare_data U src/usr.sbin/bind/bin/tests/names/dns_name_countlabels_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromregion_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromtext_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_1_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_2_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_3_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_4_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_5_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_6_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_7_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_8_data U src/usr.sbin/bind/bin/tests/names/dns_name_hash_data U src/usr.sbin/bind/bin/tests/names/dns_name_fromwire_9_data U src/usr.sbin/bind/bin/tests/names/dns_name_fullcompare_data U src/usr.sbin/bind/bin/tests/names/dns_name_getlabel_data U src/usr.sbin/bind/bin/tests/names/dns_name_getlabelsequence_data U src/usr.sbin/bind/bin/tests/names/dns_name_isabsolute_data U src/usr.sbin/bind/bin/tests/names/dns_name_issubdomain_data U src/usr.sbin/bind/bin/tests/names/dns_name_rdatacompare_data U src/usr.sbin/bind/bin/tests/names/dns_name_toregion_data U src/usr.sbin/bind/bin/tests/names/dns_name_totext_data U src/usr.sbin/bind/bin/tests/names/dns_name_towire_1_data U src/usr.sbin/bind/bin/tests/names/dns_name_towire_2_data U src/usr.sbin/bind/bin/tests/names/t_names.c U src/usr.sbin/bind/bin/tests/names/wire_test1.data U src/usr.sbin/bind/bin/tests/names/wire_test2.data U src/usr.sbin/bind/bin/tests/names/wire_test3_1.data U src/usr.sbin/bind/bin/tests/names/wire_test3_2.data U src/usr.sbin/bind/bin/tests/names/wire_test4.data U src/usr.sbin/bind/bin/tests/names/wire_test5.data U src/usr.sbin/bind/bin/tests/names/wire_test6.data U src/usr.sbin/bind/bin/tests/names/wire_test7.data U src/usr.sbin/bind/bin/tests/names/wire_test8.data U src/usr.sbin/bind/bin/tests/names/Makefile.in U src/usr.sbin/bind/bin/tests/dst/t_dst.c U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+18602.private U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+48957.key U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+48957.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+00002.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+54622.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+001+54622.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+23616.key U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+23616.private U src/usr.sbin/bind/bin/tests/dst/Ktest.+003+49667.key U src/usr.sbin/bind/bin/tests/dst/Makefile.in U src/usr.sbin/bind/bin/tests/dst/dst_2_data U src/usr.sbin/bind/bin/tests/dst/dst_test.c U src/usr.sbin/bind/bin/tests/dst/t2_data_1 U src/usr.sbin/bind/bin/tests/dst/t2_data_2 U src/usr.sbin/bind/bin/tests/dst/t2_dsasig U src/usr.sbin/bind/bin/tests/dst/t2_rsasig U src/usr.sbin/bind/bin/tests/dst/Kdh.+002+18602.key U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_prev_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_addname_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_addname_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_bitstring.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_create_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_deletename_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_deletename_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_1_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_2_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbt_findname_3_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_1.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_2.data U src/usr.sbin/bind/bin/tests/rbt/t_rbt.c U src/usr.sbin/bind/bin/tests/rbt/Makefile.in U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_first_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_init.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_init_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_1.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_2.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_last_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_next.data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_next_data U src/usr.sbin/bind/bin/tests/rbt/dns_rbtnodechain_prev.data U src/usr.sbin/bind/bin/tests/sockaddr/Makefile.in U src/usr.sbin/bind/bin/tests/sockaddr/t_sockaddr.c U src/usr.sbin/bind/bin/tests/system/Makefile.in U src/usr.sbin/bind/bin/tests/system/stop.sh U src/usr.sbin/bind/bin/tests/system/stop.pl U src/usr.sbin/bind/bin/tests/system/start.sh U src/usr.sbin/bind/bin/tests/system/start.pl U src/usr.sbin/bind/bin/tests/system/setup.sh U src/usr.sbin/bind/bin/tests/system/send.pl U src/usr.sbin/bind/bin/tests/system/runall.sh U src/usr.sbin/bind/bin/tests/system/run.sh U src/usr.sbin/bind/bin/tests/system/ifconfig.sh U src/usr.sbin/bind/bin/tests/system/genzone.sh U src/usr.sbin/bind/bin/tests/system/digcomp.pl U src/usr.sbin/bind/bin/tests/system/conf.sh.in U src/usr.sbin/bind/bin/tests/system/cleanall.sh U src/usr.sbin/bind/bin/tests/system/README U src/usr.sbin/bind/bin/tests/system/testsock.pl U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.after U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.afterstop U src/usr.sbin/bind/bin/tests/system/nsupdate/knowngood.ns1.before U src/usr.sbin/bind/bin/tests/system/nsupdate/setup.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/tests.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/update_test.pl U src/usr.sbin/bind/bin/tests/system/nsupdate/clean.sh U src/usr.sbin/bind/bin/tests/system/nsupdate/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/nsupdate/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/nsupdate/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/xferquota/clean.sh U src/usr.sbin/bind/bin/tests/system/xferquota/setup.pl U src/usr.sbin/bind/bin/tests/system/xferquota/setup.sh U src/usr.sbin/bind/bin/tests/system/xferquota/tests.sh U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/changing1.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/changing2.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/xferquota/ns1/root.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns2/example.db U src/usr.sbin/bind/bin/tests/system/xferquota/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/xfer/dig1.good U src/usr.sbin/bind/bin/tests/system/xfer/dig2.good U src/usr.sbin/bind/bin/tests/system/xfer/setup.sh U src/usr.sbin/bind/bin/tests/system/xfer/tests.sh U src/usr.sbin/bind/bin/tests/system/xfer/clean.sh U src/usr.sbin/bind/bin/tests/system/xfer/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/xfer/ns1/root.db U src/usr.sbin/bind/bin/tests/system/xfer/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/xfer/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/views/clean.sh U src/usr.sbin/bind/bin/tests/system/views/setup.sh U src/usr.sbin/bind/bin/tests/system/views/tests.sh U src/usr.sbin/bind/bin/tests/system/views/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/views/ns1/root.db U src/usr.sbin/bind/bin/tests/system/views/ns2/example1.db U src/usr.sbin/bind/bin/tests/system/views/ns2/example2.db U src/usr.sbin/bind/bin/tests/system/views/ns2/internal.db U src/usr.sbin/bind/bin/tests/system/views/ns2/named1.conf U src/usr.sbin/bind/bin/tests/system/views/ns2/named2.conf U src/usr.sbin/bind/bin/tests/system/views/ns3/internal.db U src/usr.sbin/bind/bin/tests/system/views/ns3/named1.conf U src/usr.sbin/bind/bin/tests/system/views/ns3/named2.conf U src/usr.sbin/bind/bin/tests/system/v6synth/clean.sh U src/usr.sbin/bind/bin/tests/system/v6synth/tests.sh U src/usr.sbin/bind/bin/tests/system/v6synth/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/v6synth/ns1/root.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/example.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/ip6.int.db U src/usr.sbin/bind/bin/tests/system/v6synth/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/v6synth/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.ns2.before U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.after2 U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.before U src/usr.sbin/bind/bin/tests/system/upforwd/knowngood.after1 U src/usr.sbin/bind/bin/tests/system/upforwd/setup.sh U src/usr.sbin/bind/bin/tests/system/upforwd/tests.sh U src/usr.sbin/bind/bin/tests/system/upforwd/clean.sh U src/usr.sbin/bind/bin/tests/system/upforwd/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/upforwd/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/upforwd/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/cacheclean/clean.sh U src/usr.sbin/bind/bin/tests/system/cacheclean/dig.batch U src/usr.sbin/bind/bin/tests/system/cacheclean/knowngood.dig.out U src/usr.sbin/bind/bin/tests/system/cacheclean/tests.sh U src/usr.sbin/bind/bin/tests/system/cacheclean/ns1/example.db U src/usr.sbin/bind/bin/tests/system/cacheclean/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/cacheclean/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/tkey/Makefile.in U src/usr.sbin/bind/bin/tests/system/tkey/clean.sh U src/usr.sbin/bind/bin/tests/system/tkey/keycreate.c U src/usr.sbin/bind/bin/tests/system/tkey/keydelete.c U src/usr.sbin/bind/bin/tests/system/tkey/prereq.sh U src/usr.sbin/bind/bin/tests/system/tkey/setup.sh U src/usr.sbin/bind/bin/tests/system/tkey/tests.sh U src/usr.sbin/bind/bin/tests/system/tkey/ns1/named.conf.in U src/usr.sbin/bind/bin/tests/system/tkey/ns1/setup.sh U src/usr.sbin/bind/bin/tests/system/stub/tests.sh U src/usr.sbin/bind/bin/tests/system/stub/knowngood.dig.out.norec U src/usr.sbin/bind/bin/tests/system/stub/clean.sh U src/usr.sbin/bind/bin/tests/system/stub/knowngood.dig.out.rec U src/usr.sbin/bind/bin/tests/system/stub/ns2/child.example.db U src/usr.sbin/bind/bin/tests/system/stub/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/stub/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/stub/ns1/root.db U src/usr.sbin/bind/bin/tests/system/stub/ns3/example.db U src/usr.sbin/bind/bin/tests/system/stub/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/stress/setup.sh U src/usr.sbin/bind/bin/tests/system/stress/tests.sh U src/usr.sbin/bind/bin/tests/system/stress/update.pl U src/usr.sbin/bind/bin/tests/system/stress/setup.pl U src/usr.sbin/bind/bin/tests/system/stress/clean.sh U src/usr.sbin/bind/bin/tests/system/stress/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/stress/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/sortlist/clean.sh U src/usr.sbin/bind/bin/tests/system/sortlist/tests.sh U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/example.db U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/sortlist/ns1/root.db U src/usr.sbin/bind/bin/tests/system/resolver/prereq.sh U src/usr.sbin/bind/bin/tests/system/resolver/tests.sh U src/usr.sbin/bind/bin/tests/system/resolver/ans2/ans.pl U src/usr.sbin/bind/bin/tests/system/resolver/ans3/ans.pl U src/usr.sbin/bind/bin/tests/system/resolver/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/resolver/ns1/root.hint U src/usr.sbin/bind/bin/tests/system/ixfr/clean.sh U src/usr.sbin/bind/bin/tests/system/ixfr/prereq.sh U src/usr.sbin/bind/bin/tests/system/ixfr/setup.sh U src/usr.sbin/bind/bin/tests/system/ixfr/tests.sh U src/usr.sbin/bind/bin/tests/system/ixfr/ans2/ans.pl U src/usr.sbin/bind/bin/tests/system/notify/clean.sh U src/usr.sbin/bind/bin/tests/system/notify/setup.sh U src/usr.sbin/bind/bin/tests/system/notify/tests.sh U src/usr.sbin/bind/bin/tests/system/notify/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/notify/ns1/root.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example1.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example2.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example3.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/example4.db U src/usr.sbin/bind/bin/tests/system/notify/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/notify/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/masterfile/clean.sh U src/usr.sbin/bind/bin/tests/system/masterfile/knowngood.dig.out U src/usr.sbin/bind/bin/tests/system/masterfile/tests.sh U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/include.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/sub.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/ttl1.db U src/usr.sbin/bind/bin/tests/system/masterfile/ns1/ttl2.db U src/usr.sbin/bind/bin/tests/system/lwresd/Makefile.in U src/usr.sbin/bind/bin/tests/system/lwresd/lwtest.c U src/usr.sbin/bind/bin/tests/system/lwresd/resolv.conf U src/usr.sbin/bind/bin/tests/system/lwresd/tests.sh U src/usr.sbin/bind/bin/tests/system/lwresd/lwresd1/lwresd.conf U src/usr.sbin/bind/bin/tests/system/lwresd/lwresd1/resolv.conf U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/example1.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/example2.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/ip6.int.db U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/lwresd/ns1/root.db U src/usr.sbin/bind/bin/tests/system/limits/clean.sh U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.1000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.2000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.3000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.4000 U src/usr.sbin/bind/bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset U src/usr.sbin/bind/bin/tests/system/limits/tests.sh U src/usr.sbin/bind/bin/tests/system/limits/ns1/example.db U src/usr.sbin/bind/bin/tests/system/limits/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/limits/ns1/root.db U src/usr.sbin/bind/bin/tests/system/checkconf/bad.conf U src/usr.sbin/bind/bin/tests/system/checkconf/good.conf U src/usr.sbin/bind/bin/tests/system/checkconf/tests.sh U src/usr.sbin/bind/bin/tests/system/checknames/clean.sh U src/usr.sbin/bind/bin/tests/system/checknames/setup.sh U src/usr.sbin/bind/bin/tests/system/checknames/tests.sh U src/usr.sbin/bind/bin/tests/system/checknames/ns1/warn.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/fail.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/ignore.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/ignore.update.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns1/root.db U src/usr.sbin/bind/bin/tests/system/checknames/ns1/warn.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns1/fail.example.db.in U src/usr.sbin/bind/bin/tests/system/checknames/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns2/root.hints U src/usr.sbin/bind/bin/tests/system/checknames/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/checknames/ns3/root.hints U src/usr.sbin/bind/bin/tests/system/common/controls.conf U src/usr.sbin/bind/bin/tests/system/common/rndc.conf U src/usr.sbin/bind/bin/tests/system/common/root.hint U src/usr.sbin/bind/bin/tests/system/dialup/setup.sh U src/usr.sbin/bind/bin/tests/system/dialup/tests.sh U src/usr.sbin/bind/bin/tests/system/dialup/ns1/example.db U src/usr.sbin/bind/bin/tests/system/dialup/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dialup/ns1/root.db U src/usr.sbin/bind/bin/tests/system/dialup/ns2/hint.db U src/usr.sbin/bind/bin/tests/system/dialup/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dialup/ns3/hint.db U src/usr.sbin/bind/bin/tests/system/dialup/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/tests.sh U src/usr.sbin/bind/bin/tests/system/dlv/setup.sh U src/usr.sbin/bind/bin/tests/system/dlv/clean.sh U src/usr.sbin/bind/bin/tests/system/dlv/ns3/child.db.in U src/usr.sbin/bind/bin/tests/system/dlv/ns3/dlv.db.in U src/usr.sbin/bind/bin/tests/system/dlv/ns3/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns3/sign.sh U src/usr.sbin/bind/bin/tests/system/dlv/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns2/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns2/utld.db U src/usr.sbin/bind/bin/tests/system/dlv/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns1/root.db U src/usr.sbin/bind/bin/tests/system/dlv/ns1/rootservers.utld.db U src/usr.sbin/bind/bin/tests/system/dlv/ns4/child.db U src/usr.sbin/bind/bin/tests/system/dlv/ns4/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns5/named.conf U src/usr.sbin/bind/bin/tests/system/dlv/ns5/hints U src/usr.sbin/bind/bin/tests/system/dlv/ns5/rndc.conf U src/usr.sbin/bind/bin/tests/system/dnssec/setup.sh U src/usr.sbin/bind/bin/tests/system/dnssec/README U src/usr.sbin/bind/bin/tests/system/dnssec/dnssec_update_test.pl U src/usr.sbin/bind/bin/tests/system/dnssec/prereq.sh U src/usr.sbin/bind/bin/tests/system/dnssec/clean.sh U src/usr.sbin/bind/bin/tests/system/dnssec/tests.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/root.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns1/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/dst.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/insecure.secure.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/private.secure.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/rfc2335.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns2/dlv.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/keyless.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/dynamic.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/insecure.example.db U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/bogus.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/secure.example.db.in U src/usr.sbin/bind/bin/tests/system/dnssec/ns3/sign.sh U src/usr.sbin/bind/bin/tests/system/dnssec/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns5/named.conf U src/usr.sbin/bind/bin/tests/system/dnssec/ns5/trusted.conf.bad U src/usr.sbin/bind/bin/tests/system/dnssec/ns6/named.conf U src/usr.sbin/bind/bin/tests/system/forward/clean.sh U src/usr.sbin/bind/bin/tests/system/forward/tests.sh U src/usr.sbin/bind/bin/tests/system/forward/ns1/example.db U src/usr.sbin/bind/bin/tests/system/forward/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns1/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns2/example.db U src/usr.sbin/bind/bin/tests/system/forward/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns2/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns3/root.db U src/usr.sbin/bind/bin/tests/system/forward/ns4/named.conf U src/usr.sbin/bind/bin/tests/system/forward/ns4/root.db U src/usr.sbin/bind/bin/tests/system/glue/clean.sh U src/usr.sbin/bind/bin/tests/system/glue/fi.good U src/usr.sbin/bind/bin/tests/system/glue/noglue.good U src/usr.sbin/bind/bin/tests/system/glue/setup.sh U src/usr.sbin/bind/bin/tests/system/glue/tests.sh U src/usr.sbin/bind/bin/tests/system/glue/xx.good U src/usr.sbin/bind/bin/tests/system/glue/yy.good U src/usr.sbin/bind/bin/tests/system/glue/ns1/cache.in U src/usr.sbin/bind/bin/tests/system/glue/ns1/mil.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/glue/ns1/net.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/root-servers.nil.db U src/usr.sbin/bind/bin/tests/system/glue/ns1/root.db U src/usr.sbin/bind/bin/tests/system/unknown/clean.sh U src/usr.sbin/bind/bin/tests/system/unknown/tests.sh U src/usr.sbin/bind/bin/tests/system/unknown/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken2.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken3.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken4.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken5.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/class10.hints U src/usr.sbin/bind/bin/tests/system/unknown/ns1/example-class10.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/example-in.db U src/usr.sbin/bind/bin/tests/system/unknown/ns1/broken1.db U src/usr.sbin/bind/bin/tests/tasks/Makefile.in U src/usr.sbin/bind/bin/tests/tasks/t_tasks.c U src/usr.sbin/bind/bin/tests/timers/Makefile.in U src/usr.sbin/bind/bin/tests/timers/t_timers.c U src/usr.sbin/bind/bin/check/Makefile.in U src/usr.sbin/bind/bin/check/check-tool.c U src/usr.sbin/bind/bin/check/check-tool.h U src/usr.sbin/bind/bin/check/named-checkconf.8 U src/usr.sbin/bind/bin/check/named-checkconf.c U src/usr.sbin/bind/bin/check/named-checkconf.docbook U src/usr.sbin/bind/bin/check/named-checkconf.html U src/usr.sbin/bind/bin/check/named-checkzone.8 U src/usr.sbin/bind/bin/check/named-checkzone.c U src/usr.sbin/bind/bin/check/named-checkzone.docbook U src/usr.sbin/bind/bin/check/named-checkzone.html U src/usr.sbin/bind/bin/nsupdate/Makefile.in U src/usr.sbin/bind/bin/nsupdate/nsupdate.8 U src/usr.sbin/bind/bin/nsupdate/nsupdate.c U src/usr.sbin/bind/bin/nsupdate/nsupdate.docbook U src/usr.sbin/bind/bin/nsupdate/nsupdate.html U src/usr.sbin/bind/bin/rndc/Makefile.in U src/usr.sbin/bind/bin/rndc/rndc-confgen.docbook U src/usr.sbin/bind/bin/rndc/rndc-confgen.html U src/usr.sbin/bind/bin/rndc/rndc.8 U src/usr.sbin/bind/bin/rndc/rndc.c U src/usr.sbin/bind/bin/rndc/rndc.conf U src/usr.sbin/bind/bin/rndc/rndc.conf.5 U src/usr.sbin/bind/bin/rndc/rndc.conf.docbook U src/usr.sbin/bind/bin/rndc/rndc.conf.html U src/usr.sbin/bind/bin/rndc/rndc.docbook U src/usr.sbin/bind/bin/rndc/rndc.html U src/usr.sbin/bind/bin/rndc/util.c U src/usr.sbin/bind/bin/rndc/util.h U src/usr.sbin/bind/bin/rndc/rndc-confgen.8 U src/usr.sbin/bind/bin/rndc/rndc-confgen.c U src/usr.sbin/bind/bin/rndc/unix/Makefile.in U src/usr.sbin/bind/bin/rndc/unix/os.c U src/usr.sbin/bind/bin/rndc/include/rndc/os.h U src/usr.sbin/bind/bin/named/builtin.c U src/usr.sbin/bind/bin/named/client.c U src/usr.sbin/bind/bin/named/config.c U src/usr.sbin/bind/bin/named/control.c U src/usr.sbin/bind/bin/named/controlconf.c U src/usr.sbin/bind/bin/named/interfacemgr.c U src/usr.sbin/bind/bin/named/listenlist.c U src/usr.sbin/bind/bin/named/log.c U src/usr.sbin/bind/bin/named/logconf.c U src/usr.sbin/bind/bin/named/lwaddr.c U src/usr.sbin/bind/bin/named/lwdclient.c U src/usr.sbin/bind/bin/named/lwderror.c U src/usr.sbin/bind/bin/named/lwdgabn.c U src/usr.sbin/bind/bin/named/lwdgnba.c U src/usr.sbin/bind/bin/named/lwdgrbn.c U src/usr.sbin/bind/bin/named/lwdnoop.c U src/usr.sbin/bind/bin/named/lwresd.8 U src/usr.sbin/bind/bin/named/lwresd.c U src/usr.sbin/bind/bin/named/lwresd.docbook U src/usr.sbin/bind/bin/named/lwresd.html U src/usr.sbin/bind/bin/named/lwsearch.c U src/usr.sbin/bind/bin/named/main.c U src/usr.sbin/bind/bin/named/named.8 U src/usr.sbin/bind/bin/named/named.conf.5 U src/usr.sbin/bind/bin/named/named.conf.docbook U src/usr.sbin/bind/bin/named/named.conf.html U src/usr.sbin/bind/bin/named/named.docbook U src/usr.sbin/bind/bin/named/named.html U src/usr.sbin/bind/bin/named/notify.c U src/usr.sbin/bind/bin/named/query.c U src/usr.sbin/bind/bin/named/server.c U src/usr.sbin/bind/bin/named/sortlist.c U src/usr.sbin/bind/bin/named/tkeyconf.c U src/usr.sbin/bind/bin/named/update.c U src/usr.sbin/bind/bin/named/xfrout.c U src/usr.sbin/bind/bin/named/zoneconf.c U src/usr.sbin/bind/bin/named/tsigconf.c U src/usr.sbin/bind/bin/named/Makefile.in U src/usr.sbin/bind/bin/named/aclconf.c U src/usr.sbin/bind/bin/named/include/named/zoneconf.h U src/usr.sbin/bind/bin/named/include/named/builtin.h U src/usr.sbin/bind/bin/named/include/named/client.h U src/usr.sbin/bind/bin/named/include/named/config.h U src/usr.sbin/bind/bin/named/include/named/control.h U src/usr.sbin/bind/bin/named/include/named/globals.h U src/usr.sbin/bind/bin/named/include/named/interfacemgr.h U src/usr.sbin/bind/bin/named/include/named/listenlist.h U src/usr.sbin/bind/bin/named/include/named/log.h U src/usr.sbin/bind/bin/named/include/named/logconf.h U src/usr.sbin/bind/bin/named/include/named/lwaddr.h U src/usr.sbin/bind/bin/named/include/named/lwdclient.h U src/usr.sbin/bind/bin/named/include/named/lwresd.h U src/usr.sbin/bind/bin/named/include/named/lwsearch.h U src/usr.sbin/bind/bin/named/include/named/main.h U src/usr.sbin/bind/bin/named/include/named/notify.h U src/usr.sbin/bind/bin/named/include/named/ns_smf_globals.h U src/usr.sbin/bind/bin/named/include/named/query.h U src/usr.sbin/bind/bin/named/include/named/server.h U src/usr.sbin/bind/bin/named/include/named/sortlist.h U src/usr.sbin/bind/bin/named/include/named/tkeyconf.h U src/usr.sbin/bind/bin/named/include/named/tsigconf.h U src/usr.sbin/bind/bin/named/include/named/types.h U src/usr.sbin/bind/bin/named/include/named/update.h U src/usr.sbin/bind/bin/named/include/named/xfrout.h U src/usr.sbin/bind/bin/named/include/named/aclconf.h U src/usr.sbin/bind/bin/named/unix/Makefile.in U src/usr.sbin/bind/bin/named/unix/os.c U src/usr.sbin/bind/bin/named/unix/include/named/os.h U src/usr.sbin/bind/make/Makefile.in U src/usr.sbin/bind/make/includes.in U src/usr.sbin/bind/make/mkdep.in U src/usr.sbin/bind/make/rules.in U src/usr.sbin/bind/docutil/HTML_COPYRIGHT U src/usr.sbin/bind/docutil/MAN_COPYRIGHT U src/usr.sbin/bind/docutil/docbook2man-wrapper.sh.in 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/usr.sbin/bind CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2007/01/25 00:25:33 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: update to 2.3.5 ok niallo@ (maintainer) CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/25 00:27:37 Modified files: sys/dev/acpi : acpibat.c Log message: Do the sensor magic correctly. Found by Constantine Murenin. help from mickey CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/01/25 00:31:25 Modified files: usr.sbin/bind : CHANGES FAQ README version usr.sbin/bind/lib/dns: api resolver.c validator.c Log message: resolve conflicts with 9.3.4; SECURITY UPDATE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/25 00:41:48 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-mysql-test_Makefile_in patch-scripts_Makefile_in patch-scripts_mysql_install_db_sh patch-sql_mysqld_cc databases/mysql/pkg: PLIST-main PLIST-server PLIST-tests Added files: databases/mysql/patches: patch-mysql-test_mysql-test-run-shell_sh Removed files: databases/mysql/patches: patch-mysql-test_mysql-test-run_sh Log message: update to 5.0.33; from maintainer (brad@) CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/25 00:48:39 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf mail/dovecot/pkg: PLIST-server Log message: update to 1.0.rc19; from maintainer (brad@) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/25 01:21:08 Modified files: usr.bin/cvs : config.c logmsg.c Log message: do not use strlcpuy on a buffer filled by fgetln, since fgetln does not NUL-terminate. ok xsa@ CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/25 01:54:27 Modified files: . : events.html Log message: add LinuxForum 2007 in Kopenhagen, Denmark to the list CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/25 01:56:13 Modified files: . : events.html Log message: proper english, it is _C_openhagen, not _K_openhagen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/25 02:32:07 Modified files: misc/p5-Spreadsheet-WriteExcel: Makefile distinfo Log message: update to 2.18 Alexey Suslikov drops maintainership CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/01/25 03:26:14 Modified files: de : events.html translation.html faq/fr : faq14.html faq/pf/fr : carp.html fr : crypto.html ctm.html donations.html events.html hp300.html landisk.html pkg-stable.html pkg-stable39.html want.html zaurus.html lt : donations.html errata39.html pkg-stable.html pkg-stable39.html openbgpd/fr : index.html openssh/de : donations.html openssh/fr : index.html macos.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/25 03:33:59 Log message: sudoku-solver is a simple command line sudoku puzzle solver. Status: Vendor Tag: mbalmer Release Tags: sudoku_solver_20070125 N ports/games/sudoku-solver/Makefile N ports/games/sudoku-solver/distinfo N ports/games/sudoku-solver/pkg/DESCR N ports/games/sudoku-solver/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/25 03:35:15 Modified files: games : Makefile Log message: Add the sudoku-solver. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/01/25 03:43:05 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: DESCR PLIST Log message: Maintenance update to version 1.9.1. While here, remove the php5-mysql RUN_DEPENDS, the user can choose to use either php5-mysql or php5-pgsql. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/25 04:09:21 Modified files: usr.bin/cvs : edit.c Log message: typo in error message. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/25 05:48:42 Modified files: net/gaim : Makefile Log message: really disable gstreamer; it was picked up even with --disable-gstreamer... fix WANTLIB while here problem reported by Paul Irofti go ahead bernd@ CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/01/25 08:06:33 Modified files: . : want.html Log message: I could use some firewire hard disk enclosures to actually be able to test around with it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/25 09:18:31 Log message: Import gxmessage-2.6.2 gxmessage is a GTK2 based xmessage clone trying to be as compatible as possible. You might like it if you're running a mostly GTK desktop. gxmessage opens a window to display a message obtained from the command line, from a file, or from stdin. The window includes a row of buttons, each of which causes the program to exit with a different return code. "looks fine" steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070125 N ports/x11/gxmessage/distinfo N ports/x11/gxmessage/Makefile N ports/x11/gxmessage/pkg/DESCR N ports/x11/gxmessage/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/25 09:20:02 Modified files: x11 : Makefile Log message: Add gxmessage CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/25 09:27:00 Modified files: usr.sbin/ospfctl: parser.c Log message: Correctly detect missing arguments like in "ospfctl show data area". OK henning@ norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/25 09:40:43 Modified files: usr.sbin/ospfctl: parser.c Log message: No need to check if word is NULL before calling parse_addr/prefix. The functions do that check already. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/25 11:35:30 Modified files: usr.bin/cvs : rcs.c util.c util.h Log message: plug a memleak in keyword expansion. ok joris@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/25 11:56:33 Modified files: usr.bin/cvs : add.c admin.c client.c commit.c edit.c entries.c file.c init.c remote.c repository.c server.c update.c Log message: use more stack allocations for fixed size buffers. ok xsa@ joris@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/25 12:30:07 Modified files: usr.sbin/bgpctl: parser.c Log message: Correctly detect missing arguments. Same diff as in ospfctl. OK henning@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/25 12:32:56 Modified files: usr.bin/cvs : rcs.c Log message: plug a leak if multiple expansions are done on a single line. ok niallo@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/01/25 12:40:08 Modified files: usr.sbin/hoststated: parse.y Log message: return 0, not NULL in a function returning int. ok pyr@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/25 14:08:22 Modified files: archivers/bzip2: Makefile distinfo archivers/bzip2/patches: patch-Makefile Log message: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2007/01/25 14:10:35 www/papers/nycbsdcon06_sparc64 Update of /cvs/www/papers/nycbsdcon06_sparc64 In directory cvs.openbsd.org:/tmp/cvs-serv6121/nycbsdcon06_sparc64 Log Message: Directory /cvs/www/papers/nycbsdcon06_sparc64 added to the repository CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2007/01/25 14:13:12 Modified files: papers : index.html Added files: papers/nycbsdcon06_sparc64: index.html slide_1.html slide_10.html slide_11.html slide_12.html slide_13.html slide_14.html slide_15.html slide_16.html slide_17.html slide_2.html slide_3.html slide_4.html slide_5.html slide_6.html slide_7.html slide_8.html slide_9.html first.png home.png last.png next.png prev.png slide_1.png slide_10.png slide_11.png slide_12.png slide_13.png slide_14.png slide_15.png slide_16.png slide_17.png slide_2.png slide_3.png slide_4.png slide_5.png slide_6.png slide_7.png slide_8.png slide_9.png Log message: my sparc64 talk at nycbsdcon CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2007/01/25 14:15:01 Modified files: . : events.html Log message: point to relative link on this site instead of my site for nycbsdcon06 sparc64 talk CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/25 14:25:42 Modified files: sys/dev/acpi : acpidev.h Log message: Remove comment that I committed by accident. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/25 14:26:06 Modified files: sys/dev/acpi : acpidock.c Log message: Make debug output a tad more consistent. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/25 14:31:38 Modified files: sys/dev/acpi : acpidock.c Log message: Install an indicator sensor to show if we're docked or not. Note that right now status appears to not be detected correctly on all machines, but let's expose what we think we know. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/25 14:45:42 Modified files: sys/dev/acpi : acpidock.c Log message: Be a bit more verbose during attach even without ACPI_DEBUG for now. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/25 15:49:39 Modified files: usr.bin/cvs : logmsg.c Log message: zap uneeded close() calls after fclose(); pointed out by and OK otto@. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/25 16:22:32 Modified files: usr.bin/cvs : checkout.c Log message: when acting as a server - immediatly after we checkout a file remove its temp copy so our worklist doesnt contain a bazillion entries when checking out src. as a result, we now use very little memory in server mode. found and tested by otto@ ok cool and the gang. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/01/25 17:20:47 Modified files: share/man/man9 : printf.9 Log message: printf(9) %b is not limited to 32 bits or less... document it. CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/25 18:18:48 Modified files: sys/dev/pci : pci_map.c Log message: As per PCI specs, disable an adapter's transaction response while sizing its BARs. tested niallo@, tsi@, ian@, mk@, sturm@, kettenis@, krw@, beck@, drahn@ ok beck@, kettenis@, drahn@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/25 23:21:51 Modified files: usr.bin/cvs : add.c Log message: extra xfree leftover; from tbert. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/26 01:35:23 Modified files: usr.bin/cvs : remote.c Log message: modestring can be 18 long CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 02:55:02 Modified files: usr.sbin/dvmrpctl: parser.c Log message: Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/01/26 03:00:10 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/01/26 03:01:18 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 03:04:56 Modified files: usr.sbin/ripctl: parser.c Log message: Sync with ospfctl/bgpctl: detect missing arguments. OK michele@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2007/01/26 03:17:53 Modified files: papers : index.html Log message: Fix HTML. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/26 03:42:06 Modified files: usr.bin/cvs : client.c Log message: respect umask; ok joris@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 03:58:47 Modified files: sys/net : if_tun.c Log message: When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear these flags on close. OK mpf@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/26 04:08:39 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: remove ancient device-specific trick from ffs1_blkpref() okay toby@ millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/26 04:11:26 Modified files: games/childsplay-plugins: Makefile distinfo Log message: - update to 0.85.2 (no change, corrects an image related display bug) CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/26 04:19:44 Modified files: usr.bin/cvs : checkout.c client.c diff.c entries.c file.c rcs.c remote.c server.c util.c util.h Log message: Handle CVS/Entries and file timestamp correctly so we do not mistakenly see a file as Modified while it is not. As a result, we can remove the very hackish cvs_hack_time() and GNU cvs and opencvs should almost get along now. lotsa help and okay The otto@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/26 07:15:38 Modified files: devel/eclipse/sdk: Makefile Log message: +USE_ZIP=yes - no pkg bump CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/26 07:38:19 Modified files: usr.bin/lex : flex.skl initscan.c Log message: Fix flex bug introduced by my prior commit. Problem reported by STeve Andre' via jakob@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/01/26 08:29:10 Modified files: sys/dev/ic : re.c Log message: remove duplicate test; from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/26 08:33:13 Log message: import mozplugger 1.7.4 MozPlugger is a browser plugin which can show many types of multimedia inside the browser. To accomplish this, MozPlugger uses external programs such as mplayer, xpdf, ... submitted by Tobias Ulmer (MAINTAINER) ok wilfried@ Status: Vendor Tag: jasper Release Tags: jasper_20070126 N ports/www/mozplugger/Makefile N ports/www/mozplugger/distinfo N ports/www/mozplugger/pkg/PLIST N ports/www/mozplugger/pkg/MESSAGE N ports/www/mozplugger/pkg/DESCR N ports/www/mozplugger/patches/patch-Makefile N ports/www/mozplugger/patches/patch-mozpluggerrc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/26 08:35:20 Modified files: www : Makefile Log message: add mozplugger CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2007/01/26 08:55:30 Modified files: sys/dev/pci : if_em.c Log message: Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where the interface will fail to initialize with an EEPROM error if the interface does not have a link upon boot. Tested by mk@ and janek@ From Jack Vogel@Intel via brad CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/01/26 09:03:21 Modified files: graphics/ffmpeg: Makefile Log message: - fix library dependencies by adding ogg to WANTLIB - avoid linking against ffmpeg libraries that are installed already from Nikns Siankin CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/26 09:29:18 Modified files: . : orders.html Log message: missing mailto: from martynas at altroot.org bump copyright year while here. CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/01/26 09:53:29 Modified files: sys/arch/sparc64/dev: iommu.c iommureg.h psycho.c schizo.c Log message: Deal with zero wraparound in DVMA range checks; Fix default DVMA range for Schizo's with no "virtual-dma" property; Add TSB size indicator to Schizo & Psycho debugging messages. ok jason@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 10:40:49 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rde.c rde.h rde_prefix.c session.c session.h Log message: Massiv rework of the control imsg flow. Main changes: - dedicated pipe between the SE and the RDE for control messages - restartable RB tree dumps in the RDE - queuing limits both in the SE and RDE The result is a dramatic decrease of memory consumption on operations like bgpctl show rib. Previously all messages where first stored in the RDE then passed to the SE where they got queued in case bgpctl was not fast enough. Now only a small number of messages is generated and passed to the SE and the SE has an additional limit instead of acting like an infinite buffer. Without this the bgpd on bgpd.networx.ch would not survive a single minute. looks good henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/26 10:41:03 Log message: Import gcompris-8.2.2 GCompris ("I got it") is an educational software which propose different activities to children from 2 to 10 years old. Some of the activities are game orientated, but nonetheless still educational. Below you can find a list of categories with some of the activities available in that category. * computer discovery: keyboard, mouse, different mouse gesture * algebra: table memory, enumeration, double entry table, mirror image * science: the canal lock, the water cycle, the submarine, electric simulation * geography: place the country on the map * games: chess, memory, connect 4, oware, sudoku * reading: reading practice * other: learn to tell time, puzzle of famous paintings, vector drawing, cartoon making, ... Currently GCompris offers in excess of 100 activities and more are being developed. "slap it in" mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070126 N ports/games/gcompris/Makefile N ports/games/gcompris/distinfo N ports/games/gcompris/patches/patch-po_Makefile_in_in N ports/games/gcompris/patches/patch-Makefile_in N ports/games/gcompris/patches/patch-src_gcompris_gcompris_c N ports/games/gcompris/pkg/PFRAG.shared N ports/games/gcompris/pkg/DESCR N ports/games/gcompris/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/26 10:41:52 Modified files: games : Makefile Log message: Add gcompris. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/26 10:42:53 Modified files: usr.bin/getopt : getopt.1 Log message: after some discussion with otto, remove "errcode=$?;" from getopt's synopsis: it is really not central to its usage; ok otto millert CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/26 12:54:49 Modified files: sys/dev/acpi : acpidev.h Log message: Actually add the acpidock indicator sensor stuff to the softc struct so acpidock compiles. I had this in my tree and forgot to commit with the acpidock.c change yesterday. :( Reported by Johan Mson Lindman. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/26 14:21:15 Modified files: build : mirrors.dat Log message: another big mirrors update from Marcus Popp, thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/01/26 14:21:36 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 14:34:21 Modified files: usr.sbin/bgpd : parse.y Log message: AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the range check. Found while hacking on 4-byte AS support. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 14:39:10 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Document which AS are designated for private use and which are reserved for special stuff (4-byte AS support). CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/26 14:48:17 Modified files: usr.bin/cvs : add.c checkout.c client.c commit.c rcs.c Log message: - support [-k mode] for the add command - do not let the file keyword expension options (-k) disappear from the Entries file when doing a commit/update/checkout - be sure the expension mode gets written to the RCS file when a file is added/committed in the first place problems raised by otto@; tests/ok otto@ and joris@. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/26 14:59:11 Modified files: usr.bin/cvs : checkout.c client.c rcs.c Log message: more fixe size buffers on the stack. ok xsa@ joris@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/26 15:32:23 Modified files: devel/ffcall : Makefile distinfo devel/ffcall/patches: patch-vacall_vacall-sparc64_S Removed files: devel/ffcall/patches: patch-avcall_Makefile_in patch-callback_Makefile_in Log message: update to 1.10, from Martynas Venckus USE_LIBTOOL while here. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/26 16:12:34 Modified files: news : Makefile Log message: remove tin,nntp_only CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/26 16:17:18 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Finally document announce capabilities (yes|no). With help from jmc@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/26 16:19:32 Modified files: news/tin : Makefile distinfo news/tin/patches: patch-src_Makefile_in news/tin/pkg : DESCR PLIST Added files: news/tin/patches: patch-src_tcurses_c Log message: upgrade to tin 1.8.2 from Joachim Schipper with a wide character bug fix by naddy@, thanks CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/26 17:02:57 Modified files: math/mathomatic: Makefile distinfo math/mathomatic/patches: patch-globals_c patch-makefile Log message: update to 12.6.9 CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/26 18:21:14 Modified files: sys/dev/acpi : acpidock.c Log message: Reading the spec again it seems I missed that the _INI method should be invoked only when _STA says the device is present. Change acpidock_attach to this. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/26 18:26:28 Modified files: sys/dev/acpi : acpidock.c Log message: Say ``docking station'' instead of ``docked'' in the sensor description because this confuses me when I read it: hw.sensors.acpidock0.indicator0=Off, (docked) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/26 19:28:29 Modified files: faq : faq8.html Log message: Rework the #LostPW section, after watching a co-worker's puzzled face when reading somewhat vague instructions which didn't mean much to a new user. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/26 22:09:51 Modified files: sys/dev/pci : ami_pci.c sys/dev/ic : ami.c amivar.h Log message: convert to our locks to rwlocks. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/27 00:17:55 Modified files: math/lapack : Makefile distinfo math/lapack/files: Makefile math/lapack/pkg: PLIST Removed files: math/lapack/patches: patch-man_manl_csrot_l patch-man_manl_zdrot_l Log message: update to lapack 3.1.0 based on diff from Martynas Venckus CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/27 01:08:54 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: use \(en for ranges e.g. 10 \(en 12 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 01:34:44 Modified files: . : mail.html Log message: add Ukrainian mailing list from Sergey Prisyazhniy CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 01:43:02 Modified files: build : support.dat Log message: add eRacks in Orange, California. from Joseph Wolff CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 01:43:44 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/01/27 03:34:46 Modified files: usr.sbin/vnconfig: vnconfig.8 vnconfig.c Log message: add an option -S for specifying the salt file for -K . If not given, user is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/27 04:30:52 Modified files: sys/dev/acpi : acpidock.c Log message: Delay status report during attach until after invoking _DCK. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/27 04:48:33 Modified files: sys/dev/acpi : acpidock.c Log message: Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also be on if ACPIDOCK_STATUS_UNKNOWN. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/27 05:39:00 Modified files: sys/dev/pci : if_bnx.c share/man/man4 : bnx.4 Log message: Enable transmit TCP/UDP checksum offload. From Brad, tested by Brad, biorn@ and Johan M:son Lindman. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 07:38:08 Modified files: build : groups.dat Log message: typo, found by Martynas Venckus CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 07:48:51 Modified files: build : groups.dat Log message: add Gulp, Hermosillo, Mexico from Juan Pablo Feria Gomez CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/27 07:49:31 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/27 09:15:03 Modified files: sys/dev/acpi : acpidock.c Log message: Unbreak build with ACPI_DEBUG. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/27 09:39:56 Modified files: sys/dev/acpi : acpidock.c Log message: Don't invoke methods on the wrong devnode. Sigh. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/27 10:35:46 Modified files: lang/swi-prolog: Makefile distinfo lang/swi-prolog/patches: patch-src_configure_in lang/swi-prolog/pkg: PFRAG.shared PLIST Removed files: lang/swi-prolog/patches: patch-Makefile_in patch-packages_clib_Makefile_in patch-src_pl-tai_c Log message: update to 5.6.27. We lose the sgml package temporarily (wide-chars), but we gain sparc64 support ! seems the fixes for win64 also fixed our problems. Add a few SUBST variables to simplify packing-list comparisons. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/01/27 10:38:21 Modified files: sys/dev/acpi : acpidock.c Log message: No need to invoke _INI explicitly as this is currently done automagically out by some acpi voodoo. Pointed out by marco. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/27 10:56:14 Log message: import ffmpeg2theora 0.17 ffmpeg2theora is a simple command line tool to convert media files to .ogg with Theora video and Vorbis audio streams. It supports reading any file format that ffmpeg can decode. from Moritz Grimm Status: Vendor Tag: steven Release Tags: steven-20070127 N ports/multimedia/ffmpeg2theora/Makefile N ports/multimedia/ffmpeg2theora/distinfo N ports/multimedia/ffmpeg2theora/pkg/DESCR N ports/multimedia/ffmpeg2theora/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/27 10:56:45 Modified files: multimedia : Makefile Log message: +ffmpeg2theora CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/27 10:57:22 Modified files: graphics/xsane : Makefile distinfo graphics/xsane/pkg: PLIST Log message: - update to xsane-0.992 ok steven@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/27 11:53:16 Modified files: usr.bin/cvs : entries.c Log message: mktime() produces local time, so add in tm_gmtoff to get UTC. ok xsa@ and joris@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/27 12:03:07 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Make sure that the graceful restart capability is printed in any case. The printf() was only reachable if one of the other capabilities were set. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/01/27 12:37:57 Modified files: sys/dev/acpi : acpidev.h Log message: Add some more _STA flags. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/27 12:38:19 Modified files: usr.bin/cvs : client.c Log message: preserve flags in Entries in the remote case. ok xsa@ joris@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 13:02:33 Modified files: usr.bin/cvs : file.c Log message: by default let cvs_file_classify complain about certain cases and fix some warnings that should not come up for certain commands. ok niallo@ otto@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 13:21:25 Modified files: usr.bin/cvs : file.c Log message: missed a case for CVS_CMD_ADD from last commit CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 13:23:26 Modified files: usr.bin/cvs : remove.c Log message: when we specify the 'f' flag do not bother removing files that dont exist on disk anyway, and when removing a file that has been added but not commited the correct file_status is FILE_REMOVE_ENTRY and not FILE_ADDED. ok otto@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/27 13:37:44 Modified files: fr : crypto.html cvsup.html donations.html errata.html errata39.html events.html ftp.html mail.html plat.html ports.html security.html want.html lt : ftp.html pl : cvsup.html index.html mail.html plat.html stable.html nl : 40.html books.html ftp.html hp300.html i386.html macppc.html mail.html orders.html zaurus.html papers/fr : index.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html faq/pl : current.html faq14.html faq4.html index.html faq/nl : faq8.html upgrade36.html faq/pf/pl : carp.html faq/pf/nl : carp.html filter.html nat.html tables.html openssh/nl : bank-donation.html donations.html openbgpd/nl : ftp.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/27 13:55:14 Modified files: sys/dev/mii : rlphy.c Log message: In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/27 13:55:55 Modified files: sys/dev/ic : re.c Log message: When flooding dmesg with ``can't read/write phy register'', be nice enough to print the register number, so that someone gets a chance to investigate the problem. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 14:18:17 Modified files: usr.bin/cvs : add.c Log message: - do not try to add non-existing files - do not overwrite the contents of the file when the file was removed and you try to re-add it. ok otto@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/27 15:05:24 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: We only poll on the bpf fd and the routing socket fd. No need for complex list code to keep track. So nuke it. Also eliminate unnecessary variable ('dead') that means 'rfdesc is closed'. Just set rfdesc to -1 when it is closed and use that. As suggested by millert@ and claudio@, don't bother setting revents members to zero since poll() does that. Np functional change, just less code. 'looks good' claudio@ 'I like where this is going' henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/27 15:41:40 Modified files: sys/arch/i386/conf: GENERIC.MP Log message: Only allow a single instance of acpimadt(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/27 15:48:01 Modified files: sys/arch/amd64/conf: GENERIC.MP Log message: Only allow a single instance of acpimadt(4). CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 19:04:45 Modified files: usr.bin/cvs : checkout.c client.c diff.h diff3.c file.c update.c Log message: add merging support in both local and remote sides. tested by many, thanks. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/27 20:03:12 Modified files: sys/dev/sdmmc : sdhc.c Log message: Restore spl level before exiting on error. Noted by Matthew R. Dempsky. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/27 20:03:35 Modified files: usr.bin/cvs : file.c Log message: remove debug printfs that sneaked in. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/27 21:45:04 Modified files: devel/jdk/1.4 : Makefile Added files: devel/jdk/1.4/patches: patch-j2se_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2se_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/27 21:46:48 Modified files: devel/jdk/1.3 : Makefile Added files: devel/jdk/1.3/patches: patch-j2sdk1_3_1_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2sdk1_3_1_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 06:18:51 Modified files: x11/kde/accessibility3: Makefile distinfo x11/kde/addons3: Makefile distinfo x11/kde/admin3 : Makefile distinfo x11/kde/arts3 : Makefile distinfo x11/kde/artwork3: Makefile distinfo x11/kde/base3 : Makefile distinfo x11/kde/base3/patches: patch-ksysguard_gui_SensorDisplayLib_ProcessList_cc patch-startkde x11/kde/base3/pkg: PLIST-main x11/kde/edu3 : Makefile distinfo x11/kde/edu3/pkg: PLIST x11/kde/games3 : Makefile distinfo x11/kde/games3/pkg: PLIST x11/kde/graphics3: Makefile distinfo x11/kde/graphics3/pkg: PLIST-main x11/kde/libs3 : Makefile distinfo x11/kde/libs3/pkg: PLIST-main x11/kde/multimedia3: Makefile distinfo x11/kde/network3: Makefile distinfo x11/kde/network3/pkg: PLIST x11/kde/pim3 : Makefile distinfo x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile distinfo x11/kde/toys3 : Makefile distinfo x11/kde/utils3 : Makefile distinfo x11/kde/utils3/patches: patch-superkaramba_src_misc_python_cpp x11/kde/utils3/pkg: PLIST x11/kde/webdev : Makefile distinfo Added files: x11/kde/base3/patches: patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp x11/kde/pim3/patches: patch-kpilot_conduits_vcalconduit_vcalRecord_cc x11/kde/sdk3/patches: patch-kbabel_catalogmanager_libsvn_svnhandler_h Removed files: x11/kde/graphics3/patches: patch-kfile-plugins_jpeg_exif_cpp patch-kfile-plugins_jpeg_exif_h x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_client_cpp patch-kopete_protocols_oscar_oscaraccount_cpp Log message: kde 3.5.6 update, missing bindings and l10n. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 08:16:17 Modified files: x11/kde/bindings3: Makefile distinfo Added files: x11/kde/bindings3/patches: patch-dcoppython_shell_marshaller_cpp Log message: update to 3.5.6 as well, fixing the issue with python types changing between 2.4 and 2.5 CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2007/01/28 09:20:51 Modified files: net/ruby-pcap : Makefile www/jesred : Makefile x11/ruby-gtk : Makefile Log message: dropping maintainership CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/01/28 09:23:59 Modified files: sbin/umount : umount.c Log message: Remove #include as there is no fstab in umount anymore. Always use defined type name. Comment clarification. No binary change. ok millert CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/01/28 09:26:39 Modified files: share/man/man5 : fstab.5 sbin/umount : umount.8 Log message: Remove cross references between fstab(5) and umount(8). ok millert jmc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/28 09:36:17 Modified files: usr.bin/hexdump: display.c Log message: In doskip(), do not access an uninitialized variable in the statok == 0 case (introduced in r1.9) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/28 09:37:09 Modified files: usr.bin/hexdump: hexdump.1 hexdump.c hexdump.h hexsyntax.c Log message: Accept a leading 0x for the -n length parameter. Correctly check for out-of-bounds values for -s skip parameter, and use strtoll to parse it instead of strtol since this is an off_t value. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/28 09:38:48 Modified files: sys/arch/hp300/hp300: trap.c sys/arch/m68k/include: cpu.h sys/arch/m68k/m68k: m68k_machdep.c sys/arch/mac68k/mac68k: trap.c sys/arch/mvme68k/mvme68k: trap.c Log message: optimize m68k writeback(): - it can really only be invoked from trap(), not from other userret() callers, so it is safe to hardcode its docachepush parameter to 1. - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of pmap_enter()/pmap_remove(). optimize m68k userret(): - define PROC_PC for m68k systems. - only check want_resched when processing T_ASTFLT traps. - provide two version of userret(), one which will also invoke writeback() on 68040 if required, which is only invoked from trap(), and regular userret(). This speeds up system call returns. CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2007/01/28 09:44:16 Modified files: net/ruby-pcap : Makefile www/jesred : Makefile x11/ruby-gtk : Makefile Log message: bump PKGNAME after dropping ... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 09:47:41 Modified files: lib/libpthread/uthread: uthread_kill.c Log message: Return ESRCH instead of segfaulting when a thread ID could not be found. ok marc@, krw@ CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2007/01/28 10:09:29 Modified files: . : want.html Log message: Update my request for a faster new world macintosh to a dual processor machine. martin@ reports macppc is very stable on his single processor Power Macintosh 7600, where I can barely manage a cvs checkout on my 9500MP or 9600MP so ask if someone can part with one of these. CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2007/01/28 10:13:00 Modified files: . : want.html Log message: mccintosh->macintosh CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 10:23:20 Modified files: x11/kde/i18n3 : Makefile distinfo x11/kde/i18n3/pkg: PLIST-af PLIST-ca PLIST-cs PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-fi PLIST-fr PLIST-fy PLIST-gl PLIST-he PLIST-hr PLIST-hu PLIST-it PLIST-ja PLIST-kk PLIST-km PLIST-lt PLIST-lv PLIST-mk PLIST-nds PLIST-nl PLIST-pa PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-sv PLIST-tr PLIST-uk PLIST-vi PLIST-zh_CN PLIST-zh_TW Log message: 3.5.6 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/28 10:48:33 Modified files: share/man/man4/man4.macppc: macobio.4 Log message: add Apple GC on the old world macs CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2007/01/28 10:56:05 Modified files: . : macppc.html Log message: add a few words about old world macs and their devices CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/28 11:17:23 Modified files: faq : faq10.html Log message: #ksh: add "\$" char, which apparently slipped in without my noticing before 4.0 came out. Update example appropriately. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 11:24:21 Modified files: sys/dev/acpi : acpimadt.c Log message: Properly route lapic NMIs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:00:41 src/regress/misc/exceptions/simple Update of /cvs/src/regress/misc/exceptions/simple In directory cvs.openbsd.org:/tmp/cvs-serv24892/simple Log Message: Directory /cvs/src/regress/misc/exceptions/simple added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:01:12 src/regress/misc/exceptions/simple/obj Update of /cvs/src/regress/misc/exceptions/simple/obj In directory cvs.openbsd.org:/tmp/cvs-serv10093/simple/obj Log Message: Directory /cvs/src/regress/misc/exceptions/simple/obj added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:10:06 Modified files: regress/misc/exceptions: Makefile Added files: regress/misc/exceptions/simple: Makefile exceptions.cc Removed files: regress/misc/exceptions: exceptions.cc Log message: Move test in its own directory. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:32:37 src/regress/misc/exceptions/libbar Update of /cvs/src/regress/misc/exceptions/libbar In directory cvs.openbsd.org:/tmp/cvs-serv13379/libbar Log Message: Directory /cvs/src/regress/misc/exceptions/libbar added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:32:38 src/regress/misc/exceptions/foo Update of /cvs/src/regress/misc/exceptions/foo In directory cvs.openbsd.org:/tmp/cvs-serv13379/foo Log Message: Directory /cvs/src/regress/misc/exceptions/foo added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:37:00 Modified files: regress/misc/exceptions: Makefile Added files: regress/misc/exceptions/foo: Makefile foo.cc regress/misc/exceptions/libbar: Makefile bar.cc shlib_version Log message: New test for exceptions. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 12:56:23 Modified files: sys/dev/acpi : acpimadt.c Log message: Fix pasto. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 12:57:13 Log message: qt3 sqlite3 plugin, backported from qt4. Status: Vendor Tag: e Release Tags: s N ports/databases/qt3-sqlite3-plugin/distinfo N ports/databases/qt3-sqlite3-plugin/Makefile N ports/databases/qt3-sqlite3-plugin/pkg/PLIST N ports/databases/qt3-sqlite3-plugin/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 12:58:01 Modified files: databases : Makefile Log message: +qt3-sqlite3-plugin CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/28 13:14:45 Modified files: graphics/libkipi: Makefile distinfo graphics/libkipi/pkg: PLIST graphics/kipi-plugins: Makefile distinfo graphics/kipi-plugins/pkg: DESCR PLIST Added files: graphics/kipi-plugins/patches: patch-kipi-plugins_rawconverter_dcrawiface_h Removed files: graphics/libkipi/patches: patch-admin_cvs_sh Log message: update libkipi and kipi-plugins to newer versions. libkipi is a trivial update. kipi-plugins features several improvements: switches to exiv2 from libexif, moves the ImageMagick dependency to a runtime depend (due to a weird ImageMagick bug). CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/28 13:28:50 Modified files: sys/dev/vesa : vesabiosvar.h vesabios.c vesafb.c sys/dev/pci : vga_pci.c Log message: Fix a number of issues with vesabios discovered by miod@ 1. Add bounds checking to vga_pci_mmap, fixing a potential security issue. Limit the amount of memory to what the vbe info structure says the card card has. This should be nicely refined to limit to the amount of memory needed by the active resolution and depth but this will do for the time being. 2. Fix several places in vesafb.c where the return of kvm86_bios_addpage() isnt being checked. Also ensure that if vesafb_get_mode_info() fails that it cleans up after itself by releasing the page it added. 3. Correct the range checks in vesafb_putcmap and vesafb_getcmap, harmonize code with similar code found else where. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 14:26:29 Modified files: sys/dev/pci : pcidevs Log message: Add nVIDIA GeForce 7800 GS. From Jim Razmus. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/01/28 14:27:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/01/28 14:28:23 Modified files: libexec/ld.so : loader.c Log message: revert 1.108, the diff allowed ldd to print the load address of the binary, however this modified variables used by C++ backtrace code which caused it to crash. ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/28 16:20:27 Modified files: security/advchk: Makefile distinfo Log message: - update to advchk-1.03 no change, a licence file was only added to the source tarball CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/28 16:37:29 Modified files: usr.bin/cvs : update.c Log message: do not overwrite a file that is modified but has a sticky tag set when running update -A, instead merge in the changes. 'kay xsa@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/28 16:39:42 Modified files: usr.bin/cvs : checkout.c Log message: hey look, i found another debug printf from my merging stuff! kill-zap-nuke-remove-delete it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/29 01:27:38 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: MESSAGE Log message: - add a note in MESSAGE about file locking so that people using plustek backends can actually scan - bump PKGNAME Issue spotted and debugged by Antti Harri , thanks! CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/29 01:32:50 Log message: initial import of smbldap-tools 0.9.2a A collection of system tools to manipulate users and groups stored in an LDAP directory, specifically to be used with SAMBA-LDAP. Additionally, some scripts are designed to ease your migration from a Windows NT 4.0 PDC Server to a Samba-LDAP PDC Server. ok mbalmer@ Status: Vendor Tag: msf Release Tags: msf_20070129 N ports/sysutils/smbldap-tools/distinfo N ports/sysutils/smbldap-tools/Makefile N ports/sysutils/smbldap-tools/patches/patch-smbldap_tools_pm N ports/sysutils/smbldap-tools/patches/patch-smbldap_conf N ports/sysutils/smbldap-tools/patches/patch-configure_pl N ports/sysutils/smbldap-tools/pkg/PLIST N ports/sysutils/smbldap-tools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/29 01:34:24 Modified files: sysutils : Makefile Log message: +smbldap-tools CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/29 02:24:13 Modified files: x11/qt3 : Makefile x11/qt3/pkg : PLIST-main Log message: also install manpage for qm2ts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/29 02:51:28 Modified files: x11/qt4 : Makefile x11/qt4/pkg : PLIST-main Log message: fix symlink issue noticed by steven@ by actually installing two scripts that do not get installed by qt automatically. Plus, install pixeltool under /usr/local/bin as well. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/29 03:28:11 Modified files: usr.sbin/hoststatectl: parser.c Log message: Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/29 03:41:52 Modified files: graphics/kimdaba: Makefile distinfo graphics/kimdaba/pkg: PLIST Added files: graphics/kimdaba/patches: patch-src_Exif_Database_cpp patch-src_MainWindow_FeatureDialog_cpp Removed files: graphics/kimdaba/patches: patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh Log message: update to version 3.0, clean up some infrastructure stuff. patched to use the sqlite3 qt3 plugin, so that people can phase out sqlite2 quicker. CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2007/01/29 03:57:36 Modified files: usr.sbin/pkg_add: pkg_info pkg_info.1 Log message: Three lines in SYNOPSIS are too much. Use only one line and sync usage. prodded by & ok jmc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/29 04:02:53 Modified files: usr.bin/bc : bc.library Log message: whitespace, no change in code produced by bc -dl CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/01/29 04:33:25 Modified files: sys/sys : exec.h Log message: Bump fixed part of the stackgap to 2k. Allows two full paths to be stored, needed by systrace. ok deraadt@ miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/29 04:56:13 Modified files: security/libfwbuilder: Makefile distinfo security/libfwbuilder/patches: patch-qmake_inc_in security/libfwbuilder/pkg: PLIST security/fwbuilder: Makefile distinfo security/fwbuilder/pkg: PLIST Log message: update to 2.1.8 add some vars to make plist changes more apparent in the future. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/29 06:04:13 Modified files: usr.sbin/ospfd : rde.c rde.h rde_lsdb.c rde_spf.c Log message: Do not link from the LS DB to outside structures that may vanish before the actual LS DB entry is removed. In particular a neighbor may be removed at any time -- we were lucky because we kept down neighbors around for another 24h. Reload support unhided this problem again. Just copy the needed info into the vertex. Pointing to the area is save as the vertex is part of the area itself and removed when the area is removed. OK norby@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/29 06:12:56 Modified files: sbin/dhclient : dhclient.c Log message: Don't malloc memory to store option data in leases, just appropriate the malloc'd memory from the parsed option buffer since it would be thrown away after the copy anyway. 'looks sane' millert@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2007/01/29 06:23:05 Modified files: usr.sbin/ospfd : rde_spf.c Log message: Remove useless debug message when calculating the SPF tree. ok claudio@ CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2007/01/29 06:38:59 Modified files: usr.sbin/dvmrpd: rde_srt.c Log message: Introduce new checks against the received metric to update or delete the route. OK norby@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2007/01/29 07:18:00 Modified files: sys/arch/luna88k/dev: lcd.c sys/arch/luna88k/include: conf.h sys/arch/luna88k/luna88k: conf.c Added files: sys/arch/luna88k/include: lcd.h Log message: LCD device driver support for luna88k, first step. ok miod@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/29 07:23:31 Modified files: usr.sbin/hoststatectl: hoststatectl.c parser.c usr.sbin/hoststated: Makefile buffer.c check_http.c check_icmp.c check_send_expect.c check_tcp.c control.c hce.c hoststated.c hoststated.conf.5 hoststated.h imsg.c parse.y pfe.c pfe_filter.c Added files: usr.sbin/hoststated: ssl.c Log message: Add SSL support to hoststated. with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/01/29 08:47:39 Modified files: usr.bin/cvs : file.c Log message: no longer spit out that you can add new files using 'cvs add', it is pretty obvious on itself. ok niallo@ xsa@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/29 09:22:29 Modified files: usr.bin/cvs : xmalloc.c xmalloc.h Log message: introduce xsnprintf(); OK otto@ joris@. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/29 09:29:54 ports/www/ap2-mod_perl/patches Update of /cvs/ports/www/ap2-mod_perl/patches In directory cvs.openbsd.org:/tmp/cvs-serv4324/ap2-mod_perl/patches Log Message: Directory /cvs/ports/www/ap2-mod_perl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/29 09:31:58 Modified files: www/p5-Apache-Test: Makefile distinfo www/p5-Apache-Test/pkg: PLIST www/ap2-mod_perl: Makefile www/ap2-mod_perl/pkg: PLIST Added files: www/ap2-mod_perl/patches: patch-Makefile_PL Log message: resolve conflict between p5-Apache-Test and ap2-mod_perl ok bernd@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/29 09:31:59 Modified files: net/neon : Makefile distinfo net/neon/pkg : PLIST Log message: update to neon 0.26.2 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/29 09:33:36 Modified files: devel/subversion: Makefile distinfo Log message: maintenance update to subversion 1.4.3 tested/ok simon@, maintainer timeout CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 10:23:44 Modified files: share/man/man8 : rc.8 Log message: avoid ambiguous wording; from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 10:31:43 Modified files: sbin/init : init.8 share/man/man8 : rc.8 Log message: add /fastboot to FILES, since these pages discuss that file; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 10:33:25 Modified files: sbin/init : init.8 Log message: sort FILES; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 10:34:25 Modified files: sbin/shutdown : shutdown.8 Log message: sort FILES; CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2007/01/29 11:35:26 Modified files: misc/p5-File-MMagic: Makefile distinfo Log message: Update to 1.27. ok sturm CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/29 11:38:15 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: manpage tweaks. advised by and ok jmc@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/29 11:38:46 Modified files: app/xdm : Makefile.bsd-wrapper Log message: Specify VT for X explicitely. Problem noticed by Andreas Bihlmaier, henning@ and todd@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 12:13:05 Modified files: lib/libc/stdio : tmpnam.3 Log message: add an ENVIRONMENT section for TMPDIR; from freebsd pr# 108346, from Anton Yuzhaninov much tweaked by otto and myself; CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/29 12:17:20 Modified files: share/man/man4/man4.landisk: Makefile Added files: share/man/man4/man4.landisk: mem.4 obio.4 Log message: add manpages for physical and kernel virtual memory, plus onboard I/O ok jmc@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/01/29 12:34:29 Modified files: xc/programs/ssh-askpass: Imakefile Log message: Fix library order for static only architectures. ok todd@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 12:40:06 Modified files: usr.bin/awk : main.c Log message: sync usage(); spotted by Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 12:41:10 Modified files: usr.bin/awk : awk.1 Log message: sync the -f description w/ its synopsis; CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/29 13:14:29 Log message: TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching. It includes a version of the agrep (approximate grep) command line tool for approximate regexp matching in the style of grep. ok, simon@ Status: Vendor Tag: kili Release Tags: kili_20070129 N ports/textproc/tre/Makefile N ports/textproc/tre/distinfo N ports/textproc/tre/pkg/PFRAG.shared N ports/textproc/tre/pkg/PLIST N ports/textproc/tre/pkg/DESCR N ports/textproc/tre/patches/patch-tests_retest_c N ports/textproc/tre/patches/patch-tests_agrep_exitstatus_ok No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/29 13:19:57 Modified files: textproc/agrep : Makefile textproc/agrep/pkg: PLIST textproc/glimpse: Makefile textproc/glimpse/pkg: PLIST Log message: With textproc/tre, we've yet another agrep binary, so add a @conflict tag. (And bump the PKGNAME). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/01/29 13:22:50 Modified files: textproc : Makefile Log message: +tre CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/29 14:28:33 Modified files: etc/etc.macppc : Makefile.inc Log message: put boot.mac into snapshots, needed for booting old-world macs ok drahn@ gwk@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/01/29 14:29:47 Modified files: share/man/man4 : wdc.4 Log message: add landisk synopsis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/01/29 15:06:35 Modified files: xserver : Makefile.bsd-wrapper Log message: white-space cleanup CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/29 15:16:09 Modified files: fr : 40.html anoncvs.html events.html ftp.html luna88k.html macppc.html mail.html security.html want.html faq/fr : faq10.html faq4.html faq8.html lt : donations.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/01/29 16:47:20 Modified files: . : want.html Log message: Thanks to the generosity of OpenBSD users, we now have a Sony Vaio laptop in the project (for Deanna to use, and Marco to wreck with ACPI development!), so remove the request from here. ok marco@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/29 18:19:37 Modified files: sys/dev/usb : usbdevs Log message: Add some additional umsm products found in Linux driver. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/29 18:20:23 Modified files: converters/p5-Unicode-MapUTF8: Makefile Log message: fix broken dependencies and bump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/29 18:20:25 Modified files: sys/dev/usb : usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/29 18:22:53 Modified files: share/man/man4 : umsm.4 sys/dev/usb : umsm.c Log message: Add some umsm devices found in Linux driver. "looks good" fkr@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/29 19:35:16 Modified files: sys/dev/pci : if_bge.c if_bgereg.h sys/dev/mii : brgphy.c brgphyreg.h Log message: Rough in more support for 5787/5755 chips so far known to not work or unreported in the wild. In this case add a PHY workaround for an eventual mobile version of the chipset. No change to existing functionality. From Michael Chan (mchan@broadcom), via Linux tg3 and brad. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/01/29 20:21:10 Modified files: sys/dev/pci : if_bnx.c Log message: Allow the bnx(4) driver to make use of all of the available hardware multicast hash slots. The bnx(4) hardware supports 8 slots instead of 4 like the bge(4) hardware. From Mike Karels via FreeBSD Tested by Brad, biorn@ and Johan M:son Lindman CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/29 20:57:29 Modified files: lib/libc/stdio : vfprintf.c Log message: Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), p - cp cannot be greater than prec). Prevent an integer overflow when printing a string with length greater than INT_MAX. Initial diff from millert@. OK millert@, beck@, and otto@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/29 22:46:17 Modified files: gnu/usr.sbin/sendmail/cf/cf: corpse.mc lucifier.mc Log message: Michael Shalayeff agreed to remove the advertising clauses from his licenses. OK Michael Shalayeff (mickey@) and millert@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 23:04:14 Modified files: share/man/man4/man4.landisk: obio.4 Log message: oops - no point putting stuff in SEE ALSO when we already have them in the supported devices list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/29 23:14:32 Modified files: share/man/man4 : umsm.4 Log message: correct indent; CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2007/01/30 00:59:12 Modified files: devel/mysql-gui-common: Makefile distinfo devel/mysql-gui-common/patches: patch-library_utilities_source_myx_util_functions_c devel/mysql-gui-common/pkg: PLIST Log message: update the MySQL tools to versions that are not broken with the latest version of MySQL from brad@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2007/01/30 00:59:42 Modified files: databases/mysql-administrator: Makefile distinfo databases/mysql-administrator/patches: patch-source_linux_Makefile_in patch-source_util_Makefile_in Log message: update the MySQL tools to versions that are not broken with the latest version of MySQL from brad@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2007/01/30 00:59:58 Modified files: databases/mysql-query-browser: Makefile distinfo databases/mysql-query-browser/patches: patch-source_linux_Makefile_in Log message: update the MySQL tools to versions that are not broken with the latest version of MySQL from brad@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/30 02:54:24 Modified files: sys/dev/pci : if_vic.c Log message: update vic(4) to use the LINK_STATE_IS_UP() macro CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/30 03:09:02 Modified files: usr.sbin/hoststated: check_tcp.c Log message: style changes. ok reyk@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/30 03:12:06 Modified files: usr.sbin/hoststated: parse.y Log message: small memleak plugged and style changes. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/01/30 03:44:42 Modified files: sys/dev/usb : usbdevs.h Log message: Oops, missed this in the regen commit. Pointed out by pedro@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/30 04:48:06 Modified files: usr.sbin/hoststated: ssl.c Log message: provide more accurate error messages. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/30 07:15:27 Modified files: devel/libmtp : Makefile Added files: devel/libmtp/patches: patch-libmtp_pc_in Log message: make it usable by pkg-config CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/30 07:22:29 Modified files: devel/metaauto : Makefile distinfo Log message: bump the pkg.m4 part to pkg-config 0.21 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/30 07:49:16 Modified files: devel/swig : Makefile devel/swig/pkg : PLIST-main Log message: substitute version number, to facilitate further updates. no package change. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2007/01/30 08:11:17 Modified files: graphics/p5-Image-BioChrome: Makefile Log message: Added REGRESS_DEPENDS. ok espie CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/30 08:11:51 Modified files: usr.sbin/hoststated: Makefile Log message: this diff changes "-lcrypto -lssl" to "-lssl -lcrypto" to let it compile on vax. on some architectures the order of the libraries matters for the linker. ok pyr@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/01/30 09:12:36 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-gentoorc_in x11/gentoo/pkg : PLIST Added files: x11/gentoo/patches: patch-Makefile_in Log message: update to version 0.11.56 from Martynas Venckus feedback and ok bernd@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/01/30 13:36:30 Modified files: . : plus.html Log message: Jan 27; Janne Johansson CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2007/01/30 13:45:05 Modified files: sys/dev/pckbc : pckbd.c Log message: default to have pckbd_set_xtscancode() instruct the 8042 to use table 3, still falling back on table 2 or 1 after carefully checking that the table set request took fixes the keyboard on the oqo model 01/01+ in snaps for a while, tested by many ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/01/30 14:01:56 Modified files: sbin/pfctl : pfctl.8 Log message: document -sI -v; from Janne Johansson, tweaked by myself; ok dhartmei CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/01/30 14:05:00 Modified files: . : donations.html Log message: Donation from Peter Hopfgartner CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2007/01/30 14:12:14 Modified files: sys/dev/pci : agp.c Log message: Simplify agp_generic_bind_memory by not trying to allocate big chunks of contiguous memory in a loop. This should save contiguous memory for other drivers, and AGP doesn't need it. Tested by many, ok miod CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/01/30 15:29:22 Modified files: usr.sbin/httpd/src/support: apachectl Log message: apachectl picks up httpd_flags from rc.conf for some time now - and that is good! so let's do it in all cases... missed case: on restart and graceful, when apachectl figures out that no httpd is running, it tries to start one. found out the hard way by yours truly CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/01/30 21:25:52 Modified files: usr.bin/compress: gzip.1 Log message: Document $GZIP environment variable. OK jmc@ and millert@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/30 23:00:45 Modified files: . : macppc.html zaurus.html Log message: typo CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/01/30 23:20:19 Modified files: sys/net : if_trunk.c if_trunk.h Log message: handle the full duplex link state in trunk(4). load sharing trunks with at least two ports are always handled as full fuplex links. this change will allow trunks as edge ports in a rstp bridge(4). ok brad@ pyr@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/01/31 00:12:09 Modified files: sys/dev/pci : ahci.c Log message: macros describing a ports sata status register CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/31 00:33:52 Log message: Import gaia-0.1.2 Gaia is an open 3D earth viewer (formerly an attempt to reverse engineer famous Google Earth). It features a GPS layer which is capable of displaying route and current location for any NMEA-speaking device. Also works as gpsd client, allowing you to work with almost any GPS device either locally or via network. notes: - they were reports of occasionnal crashes on some machines but that should not happen if running a very current system (please report if this should happen again) tested by jasper@ and ian@, "commit" ian@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070131 N ports/x11/gaia/Makefile N ports/x11/gaia/distinfo N ports/x11/gaia/patches/patch-SConstruct N ports/x11/gaia/pkg/DESCR N ports/x11/gaia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/31 00:35:18 Modified files: x11 : Makefile Log message: Add gaia. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/01/31 00:59:33 Modified files: sysutils/smbldap-tools: Makefile sysutils/smbldap-tools/patches: patch-smbldap_conf sysutils/smbldap-tools/pkg: PLIST Log message: install config files with @sample, fix an error in one of the patches and bump CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/01/31 01:32:16 Modified files: usr.sbin : Makefile etc : Makefile changelist ftpusers group master.passwd rc rc.conf etc/mail : aliases Added files: etc : hoststated.conf Log message: link hoststated to the builds. ok miod@, henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/31 02:12:24 Modified files: usr.sbin/bgpctl: parser.c Log message: Switch from strtoul() to strtonum() making the code easier to read. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/31 05:54:47 Modified files: sys/dev/sdmmc : sdhc.c Log message: Workaround for the problem where the SD card reader stops responding after a card is ejected. Problem identified and patch provided by Matthew R. Dempsky < mrd at alkemio dot org >: > According to the Simplified SD Host Controller spec, this change > shouldn't affect anything. All of the bits in the Software Reset > register are labeled as ignoring 0-bit writes, and yet somehow it > changes behavior. This seems to reliably fix the problems seen on many X40 laptops. Tested by many, OK beck@, "should be good to go" henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/31 06:04:21 Modified files: usr.sbin/bgpd : config.c Log message: Replace another strtol() with strtonum() making the error checking easier to understand. This is modeled after bgpctl's parse_prefix function. OK henning@ CVSROOT: /cvs Module name: www Changes by: pyr@cvs.openbsd.org 2007/01/31 06:37:40 Modified files: faq : current.html Log message: document the import of hoststated. ok henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/31 06:43:27 Modified files: biology/nutdb : Makefile Added files: biology/nutdb/patches: patch-nut_1 Removed files: biology/nutdb/patches: patch-nut.1 Log message: fix PKGNAME, noticed by Stuart Henderson regen patch while there. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/31 06:45:05 Modified files: www/wordpress : Tag: OPENBSD_3_9 Makefile distinfo www/wordpress/pkg: Tag: OPENBSD_3_9 PLIST Log message: MFC: Security update to wordpress-2.0.7. This update fixes multiple security vulnerabilities. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/31 07:27:28 Modified files: net/mldonkey/stable: Tag: OPENBSD_3_9 Makefile Added files: net/mldonkey/stable/patches: Tag: OPENBSD_3_9 patch-src_networks_donkey_donkeyClient_ml patch-src_networks_donkey_donkeyFiles_ml patch-src_networks_donkey_donkeyTypes_ml Log message: MFC: fix a nasty bug, where emule clients receive twice (!) the data they want. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/31 07:32:11 Modified files: archivers/bzip2: Tag: OPENBSD_3_9 Makefile distinfo archivers/bzip2/patches: Tag: OPENBSD_3_9 patch-Makefile Log message: MFC: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/01/31 07:34:58 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST graphics/p5-PerlMagick: Makefile distinfo graphics/p5-PerlMagick/patches: patch-PerlMagick_Makefile_PL Removed files: graphics/ImageMagick/patches: patch-Makefile_in Log message: Update to ImageMagick/p5-PerlMagick 6.3.2.1. Initial diff from steven@, updated to -1 by me. Tested by steven@ and Joachim Schipper. Thanks! Removed myself from MAINTAINER. ok steven@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/31 07:35:51 Modified files: sys/dev/ic : pckbc.c pckbcvar.h Log message: run a timeout (calling intr handler) to recover from in buffer oflows that make no ints; w/ help from miod@ and ok miod@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/01/31 07:38:54 Modified files: sys/dev/ic : pckbc.c Log message: oops. now is the miodski version of the diff (; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/01/31 07:41:20 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.7.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/01/31 07:48:04 Modified files: gnu/usr.bin/perl: perl.h Log message: gcc 3.3 doesn't support __attribute__((unused)) in C++ mode. Patch taken from the perl devel tree. Required to build C++-based perl extensions. OK espie@ (who had a slightly different patch). CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2007/01/31 07:48:44 Modified files: etc : mklogin.conf Log message: bump DEF_OPENFILES_CUR to 128 so firefox has enough file descriptors for most uses. 'just do it' millert@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/31 07:52:31 Modified files: devel/jdk/1.5 : Tag: OPENBSD_3_9 Makefile distinfo Added files: devel/jdk/1.5/patches: Tag: OPENBSD_3_9 patch-j2se_make_java_net_FILES_c_gmk patch-j2se_src_solaris_classes_sun_security_provider_NativePRNG_java patch-j2se_src_solaris_native_java_net_net_util_md_h Removed files: devel/jdk/1.5/patches: Tag: OPENBSD_3_9 patch-deploy_src_javaws_solaris_native_system_md_h patch-deploy_src_plugin_share_classes_sun_plugin_util_GrayBoxPainter_java patch-deploy_src_plugin_solaris_controlpanel_ControlPanel patch-hotspot_src_cpu_i486_vm_c1_Runtime1_i486_cpp patch-hotspot_src_cpu_i486_vm_c2_init_i486_cpp patch-hotspot_src_cpu_i486_vm_frame_i486_cpp patch-hotspot_src_cpu_i486_vm_frame_i486_hpp patch-hotspot_src_cpu_i486_vm_frame_i486_inline_hpp patch-hotspot_src_cpu_i486_vm_interpreter_i486_cpp patch-hotspot_src_cpu_i486_vm_javaFrameAnchor_i486_hpp patch-hotspot_src_cpu_i486_vm_runtime_i486_cpp patch-hotspot_src_cpu_i486_vm_vmStructs_i486_hpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_i486_vm_os_bsd_i486_cpp patch-hotspot_src_os_cpu_bsd_i486_vm_thread_bsd_i486_hpp patch-hotspot_src_share_vm_prims_forte_cpp patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp patch-j2se_make_sun_awt_Makefile patch-j2se_src_share_classes_sun_jdbc_odbc_JdbcOdbc_c patch-j2se_src_share_hpi_include_hpi_impl_h patch-j2se_src_share_native_sun_font_t2k_glyph_c patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_bin_java_md_h patch-j2se_src_solaris_hpi_native_threads_src_sys_api_td_c patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c patch-j2se_src_solaris_native_sun_awt_awt_Component_c patch-j2se_src_solaris_native_sun_awt_awt_LoadLibrary_c patch-j2se_src_solaris_native_sun_awt_awt_MToolkit_c patch-j2se_src_solaris_native_sun_awt_awt_util_c patch-j2se_src_solaris_native_sun_awt_awt_util_h patch-j2se_src_solaris_native_sun_awt_multi_font_c patch-j2se_src_solaris_native_sun_net_dns_ResolverConfigurationImpl_c Log message: Update to patchset 4 which includes a security fix for CVE-2007-0243 Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. Also included in patchset 4 are corrections for building the jdk on amd64 systems with 4G+ memory and the inclusion of the mozilla headers needed to build the plugin without an external dependency on the old mozilla suite. okay nikolay@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/31 07:55:17 Modified files: devel/jdk/1.4 : Tag: OPENBSD_3_9 Makefile Added files: devel/jdk/1.4/patches: Tag: OPENBSD_3_9 patch-j2se_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2se_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. okay sturm@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/31 07:56:15 Modified files: devel/jdk/1.3 : Tag: OPENBSD_3_9 Makefile Added files: devel/jdk/1.3/patches: Tag: OPENBSD_3_9 patch-j2sdk1_3_1_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2sdk1_3_1_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. okay sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/31 08:12:08 Modified files: lang/tcl/8.4 : Makefile lang/tcl/8.4/pkg: PLIST Log message: since libtclstub84.a is a pic lib, also create a libtclstub84_pic.a link. This will help with libtool. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/01/31 08:23:19 Modified files: usr.sbin/bgpd : rde_update.c Log message: Do not check that the aspath is loopfree for the peer when sending updates. This is an undocumented optimisation that fails with the introduction of AS 23456 as placeholder for 4-byte ASN. OK henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/01/31 10:06:39 Modified files: x11/tk/8.4 : Makefile x11/tk/8.4/pkg : PLIST Log message: provide tkstub84_pic.a to help with libtool... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/01/31 11:13:18 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: Sync CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/31 11:14:36 Modified files: devel/jdk/1.3-linux: Makefile distinfo systrace.policy Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/01/31 11:15:31 Modified files: devel/jdk/1.3-linux: Tag: OPENBSD_3_9 Makefile distinfo systrace.policy Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. okay sturm@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/01/31 11:29:43 Modified files: . : i386-laptop.html Log message: add Sony Vaio PCG-505TR, from mayukh_bose at hotmail.com CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/01/31 11:39:28 Modified files: x11/kde/pim3/patches: patch-configure_in Added files: x11/kde/pim3/patches: patch-kpilot_conduits_Makefile_in Log message: - compile malconduit problem reported by STeve Andre' - regen patches no PKGNAME bump (it did not package) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/01/31 13:30:04 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_man_Makefile_in patch-doc_man_fr_Makefile_in patch-doc_syntax_python_nanorc patch-src_Makefile_in Log message: maintenance update to 2.0.3: cosmetic changes only CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/01/31 14:07:36 Modified files: usr.bin/cvs : add.c checkout.c client.c commit.c diff3.c file.c import.c log.c remote.c remove.c server.c status.c update.c Log message: snprintf() -> xsnprintf() CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/31 14:36:35 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/patches: patch-configure Log message: update msmtp to 1.4.10 from Simon Kuhnle (MAINTAINER) ok naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/01/31 14:42:03 Modified files: devel/chmlib : Makefile distinfo devel/chmlib/patches: patch-src_chm_lib_c Log message: Security update to chmlib 0.39 This update fixes a vulnerability which might lead to a code execution: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=468 from Martynas Venckus ok sturm@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/31 15:30:23 Modified files: mail/postfix/stable: Makefile distinfo Log message: postfix 2.3.7 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/31 15:38:03 Log message: import latex-mk 1.8 latex-mk is a set of Makefile fragments designed to assist in the management of LaTeX documents. based on a submission by andreas.bihlmaier at gmx.de looks good jasper@ Status: Vendor Tag: steven Release Tags: steven-20070131 N ports/print/latex-mk/Makefile N ports/print/latex-mk/distinfo N ports/print/latex-mk/pkg/DESCR N ports/print/latex-mk/pkg/PLIST N ports/print/latex-mk/patches/patch-testsuite_bmake_ref_subdir4_ref N ports/print/latex-mk/patches/patch-latex_mk_in_in N ports/print/latex-mk/patches/patch-doc_Makefile_in N ports/print/latex-mk/patches/patch-example_Makefile_in N ports/print/latex-mk/patches/patch-Makefile_in N ports/print/latex-mk/patches/patch-example_tgif_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/01/31 15:38:49 Modified files: print : Makefile Log message: +latex-mk CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/31 15:48:56 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: PLIST Log message: snapshot 2.4.20070125 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/01/31 15:49:20 Added files: mail/postfix/snapshot/patches: patch-conf_postfix-files Log message: add missing patc CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/01/31 16:30:51 Modified files: sys/arch/i386/i386: mainbus.c sys/dev/acpi : acpi.c acpivar.h acpicpu.c Log message: Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage Scalling" a global flag set by acicpu attach to indicate that ACPI is handling fvs through the _PSS objects. This will fix disappearing EST/powernow when booting kernels with acpi enabled, as acpicpu isnt compiled into GENERIC yet. Also in cases where acpicpu is built in and legacy EST/powernow work but acpi is missing the _PSS object, the legacy routines will be used. tested by dim@, and Nick Nauwelaerts ok marco@, dim@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/01/31 18:02:05 Modified files: sys/dev : vnd.c Log message: Don't throttle and serialize I/O operations, okay miod@ krw@ Fixes kern/5347 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/01/31 18:03:41 Modified files: . : anoncvs.html cvsup.html cvsync.html Log message: xenocara makes six repositories. Pointed out by Mark Lumsden, (mark at cyodesigns dot com), thanks! CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/01/31 22:03:13 Modified files: . : donations.html Log message: areca sent me a controller so i can continue supporting their hardware. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/01/31 23:24:02 Modified files: fr : anoncvs.html cvsup.html cvsync.html donations.html macppc.html want.html zaurus.html nl : macppc.html zaurus.html de : alpha.html books.html donations.html events.html ftp.html faq/nl : faq10.html lt : armish.html docum.html donations.html index.html romp.html vax-simh.html Added files: lt : mail.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/01 00:25:35 Modified files: x11/kde/pim3 : Makefile x11/kde/pim3/patches: patch-kpilot_conduits_Makefile_in Added files: x11/kde/pim3/patches: patch-kmail_kmfolder_cpp Log message: tweak malconduit patch to match official kde stuff fix kmail bug. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/01 00:46:24 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_in patch-src_cf_data_pre patch-src_client_side_c Log message: bugfix maintenance release update for Squid. from maint brad@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/01 00:56:24 Modified files: x11/dbus-glib : Makefile distinfo x11/dbus-glib/pkg: PLIST Log message: update to 0.72, from Dimitri Alenitchev ok brad@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/01 00:58:29 Modified files: net/gaim : Makefile net/gaim/pkg : PLIST Log message: enable dbus support in gaim; this is the first port to actually make use of dbus-glib and thus dbus from brad@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2007/02/01 02:14:15 Removed files: emulators/qemu/patches: misc-target-sparc_op_c misc-target-sparc_op_helper_c Log message: Remove amd64 specific patches that: a) are no longer needed b) break build on amd64 ok todd@ (maintainer) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/01 02:45:43 Modified files: usr.bin/cvs : admin.c Log message: add support for [-k mode]; tests/input/ok otto@. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/01 04:06:25 Modified files: usr.bin/cvs : import.c Log message: add support for [-k mode]; tests/ok otto@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/01 05:00:51 Modified files: gnu/usr.bin/perl: XSUB.h Log message: Ignore HASATTRIBUTE_UNUSED for C++ as our g++ does not grok the __unused__ attribute. Also give XS functions C linkage. Patch taken from perl-current. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 05:41:03 Modified files: usr.sbin/ospfd : auth.c ospfe.h Log message: Implement md_list_send() function to send auth crypt keys to the OSPF engine. Needed for reload support. OK norby@ pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 05:46:54 Modified files: usr.sbin/ospfd : rde.c Log message: There is no need to check if the LSA is matched by an net LSA in rde_asext_put(). Just try to remove the as-ext LSA, if the prefix is announced as stub net LSA lsa_find() will fail later and nothing will happen. OK norby@ pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 05:51:01 Modified files: usr.sbin/ospfd : kroute.c ospfd.h Log message: kr_reload() -- another helper function for reload support. This one takes care that redistribution is correct after reload. OK norby@ pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 06:02:05 Modified files: usr.sbin/ospfd : ospfd.c ospfd.h ospfe.c rde.c Log message: Preliminary configuration reload support. Seems to work reasonably well after fixing many use-after-free errors a couple of days ago. Most cases -- adding/removing of interfaces, adding/removing of areas -- seem to work. Still merge_config() is a behemoth of a function and some edge cases may not be covered correctly (yet). OK norby@ pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 06:06:00 Modified files: usr.sbin/ospfd : interface.c Log message: If an interface is going down send out an empty OSPF hello packet so that all other routers will drop the session immediatly instead of waiting for the timeout that is normaly 40 sec. This reduces fail-over time massivly and does not hurt anymore since we are now able to reload the configuration on the fly. OK norby@ pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 06:09:42 Modified files: usr.sbin/ospfctl: parser.c Log message: Enable reload support in ospfctl. This is still a bit experimental so try it out in your test lab before using it on the core infrastructure. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 06:25:28 Modified files: usr.sbin/ospfd : auth.c interface.c ospfd.c parse.y rde.c Log message: whitespace cleanup, no binary change. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2007/02/01 06:33:31 Modified files: . : donations.html Log message: The Picturebale image archive donated two quad hme cards, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/01 07:37:41 Modified files: sysutils/pciutils: Makefile Log message: fix thoroughly stupid manpage check. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/01 08:34:23 Removed files: fr : plus.html Log message: - remove outdated fr/plus.html (all links point to the EN version anyway) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/01 08:47:59 Removed files: fr : i386-laptop.html Log message: - remove the _very_ oudated fr/i386-laptop.html (all links point to the EN version anyway) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/01 09:23:28 Removed files: openbgpd/fr : ftp.html openntpd/fr : ftp.html Log message: - remove more than 2 years outdated files; we use English versions of these CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/01 09:27:17 Modified files: x11/kde/pim3 : Makefile Log message: some sublibrary of kdepim picks up boost for debug purposes if it's installed. Make sure it does not get picked up. Bump the pkgname, as some people may have a `wrong' kdepim, with parts of boost linked in. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/01 09:38:21 Modified files: usr.bin/pkg-config: pkg-config Log message: handle errors reading .pc files in --list gracefully. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/01 11:01:42 Modified files: usr.bin/rcs : co.c Log message: When checking to see if a checked-out copy of the file is the same as what is in the repo, expand keywords before doing the diff. OK xsa@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/01 12:55:37 Modified files: sys/netinet : tcp_var.h Log message: correct rfc; from Kris Katterjohn CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/01 13:03:39 Modified files: usr.sbin/hoststatectl: hoststatectl.8 hoststatectl.c parser.c parser.h usr.sbin/hoststated: control.c hoststated.h pfe.c Log message: add a monitor mode to hoststatectl to continuously report changes in hoststated. ok reyk@, "looks nice and clean" niallo@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/01 13:27:37 Modified files: usr.sbin/bgpctl: parser.c Log message: Correct function name in err() message. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/01 13:33:03 Modified files: usr.bin/cvs : commit.c Log message: change mode of a newly created rcs file in the repository to 0444 ok jorix@ xsa@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/01 13:36:21 Modified files: usr.bin/cvs : rcs.c Log message: When writing an rcs file, create the temp file next to the target file and then rename. Avoids inter-filesystem copy and fixes a potential rcs file truncation when the target fileystem becomes full. While there, use fchmod instead of chmod. ok xsa@ joris@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/02/01 13:39:42 Modified files: sys/arch/amd64/include: intrdefs.h sys/arch/amd64/amd64: ipifuncs.c Log message: Rename the MICROSET IPI we inherited from NetBSD to simply NOP since it doesn't do anything (other than poking into the kernel a processing ASTs). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/02/01 13:42:17 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: cpu.h Log message: When doing signotify, check if we're notifying a process on another cpu and if we do, send it an IPI that will force to get into the kernel and process the AST. This makes signals to processes on other CPUs to be actually delivered as soon as possible instead of some time in the future when some interupt happens. heavy testing by krw@, miod@ ok (in principle, since he doesn't do amd64) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/01 14:00:52 Modified files: devel/jdk/1.5 : Makefile devel/jdk/1.5/pkg: PFRAG.no-no_web-jre PFRAG.no-no_web-main PLIST-jre PLIST-main Added files: devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp Log message: - fix mistake that broke OOo build. the jdk needs to search ${PREFIX}/lib by default. - regen plist and move javaws man page to no-no_web PFRAG files where it belongs. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/01 14:01:10 Modified files: usr.sbin/hoststatectl: hoststatectl.c Log message: modify the imsg monitor to look even nicer and to use a more flexible API (inspired by the ipsec pfkey monitor). ok pyr@ niallo@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/01 14:06:01 Modified files: devel/jdk/1.5 : Tag: OPENBSD_3_9 Makefile Added files: devel/jdk/1.5/patches: Tag: OPENBSD_3_9 patch-hotspot_src_os_bsd_vm_os_bsd_cpp Log message: fix two mistakes with last update: - the jdk needs to search for shared libs in ${PREFIX}/lib too - WANTLIB += z okay sturm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/01 14:20:11 Modified files: productivity/taskjuggler: Makefile distinfo Removed files: productivity/taskjuggler/patches: patch-taskjuggler_ProjectFile_cpp patch-taskjuggler_Project_cpp patch-taskjuggler_Project_h Log message: update to taskjuggler 2.3.1 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/01 14:57:18 Modified files: usr.sbin/hoststatectl: hoststatectl.c Log message: print id name in the monitor output if available CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/01 15:39:43 Modified files: sbin/dhclient : dhcp.h usr.sbin/dhcpd : dhcp.h Log message: Don't count ethernet as overhead for UDP packet constuction. Gives 14 more bytes of option space! A change ISC made a long time ago. ok stevesk@ (DHCP) canacar@ (bpf) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/02/01 20:05:54 Modified files: build/mirrors : anoncvs.html.head Log message: grunk@, steven@ and Marcus Popp were way too polite in pointing out that ONCE AGAIN, I screwed up the commit here. *sigh*. First line, cap letters, and I can still blow it repeatedly. Someone, teach these guys how to properly insult me... CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/01 20:13:19 Modified files: sysutils/smbldap-tools: Makefile Added files: sysutils/smbldap-tools/patches: patch-smb_conf Log message: fix some paths in the example smb.conf as well + bump CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/02/01 20:19:28 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/02/01 21:21:40 Modified files: sys/dev/ic : rtl81x9.c Log message: up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/01 21:24:09 Modified files: usr.bin/cvs : buf.c buf.h usr.bin/rcs : buf.c buf.h Log message: Remove unused and buggy {cvs,rcs}_buf_set functions. Bugginess pointed out and fix provided by Pierre Riteau. OK joris@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/01 21:34:49 Modified files: usr.bin/cvs : buf.c usr.bin/rcs : buf.c Log message: Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf most of the time and was never of much use. OK niallo@. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/01 23:46:52 Modified files: fr : 32.html 35.html 36.html 37.html 38.html 39.html 40.html anoncvs.html crypto.html docum.html donations.html goals.html items.html plat.html ports.html porttest.html faq/pf/fr : filter.html faq/fr : current.html faq1.html faq10.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html index.html lt : anoncvs.html donations.html Added files: faq/fr : faq15.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/02 01:54:43 Modified files: usr.sbin/vnconfig: vnconfig.c Log message: Make -c, -l and -u mutually exclusive, they indicate the mode of operation. Point out that using -S with anything else than -K is useless. "looks good" pedro@, no objections otto@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/02/02 01:55:07 Modified files: . : want.html Log message: a new LCD materialized on my desk, thanks to a kind soul CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/02 02:21:29 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/patches: patch-gdk-pixbuf_gdk-pixbuf-loader_c Log message: Security fix for CVE-2007-0010. Fix error handling in pixbuf loaders. Patch from Debian. http://secunia.com/advisories/23884/ ok steven@, brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/02 02:25:19 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_connections_c Log message: Fix a possible 99% cpu bug when a client connection is dropped. See http://trac.lighttpd.net/trac/wiki/Release-1.4.13-patches. Submitted by Frank Denis. Thanks! ok brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/02 05:08:30 Added files: x11/gnome/applets2/patches: patch-modemlights_modem-applet_c Log message: fix compilation in case we detect stuff from kdeadmin CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/02 05:09:36 Modified files: x11/kde/utils3 : Makefile Added files: x11/kde/utils3/patches: patch-ark_tar_cpp Log message: remove gtar dependency, fix ark. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/02 05:19:52 Modified files: x11/kde/pim3 : Makefile x11/kde/pim3/patches: patch-kresources_groupwise_soap_stdsoap2_h Log message: disable debugging output (which can emit passwords... ooops) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/02 06:18:30 Modified files: x11/kde/libs3 : Makefile Added files: x11/kde/libs3/patches: patch-khtml_html_html_documentimpl_cpp Log message: revert minor fix for khtml that breaks a lot of stuff. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/02 06:56:53 Modified files: misc/brs : Makefile Log message: this code is not 64 bit clean, so don't build it on 64 bit archs. crashes noticed by Siju George "makes sense" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:25:28 Modified files: devel/libmtp : Makefile distinfo devel/libmtp/patches: patch-configure Log message: update to libmtp 0.1.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:26:50 Modified files: audio/gnomad2 : Makefile distinfo Removed files: audio/gnomad2/patches: patch-src-jukebox_c Log message: update gnomad2 to 2.8.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:32:52 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-nut_1 biology/nutdb/pkg: DESCR Log message: update nutdb to 12.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:39:29 Modified files: audio/p5-Audio-MPD: Makefile distinfo Log message: update p5-Audio-MPD to 0.12.4 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/02 07:45:53 Modified files: databases/sqlite3: Makefile distinfo Added files: databases/sqlite3/patches: patch-configure Log message: Update to sqlite3-3.3.12. ok espie@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2007/02/02 07:51:19 Modified files: etc : rc rc.conf Log message: - add a new "accounting" variable (default to NO) to enable accouting (if the file /var/account/acct does not exist it will be created) ok mk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:52:35 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update p5-POE-Component-IRC to 5.22 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2007/02/02 07:52:48 Modified files: etc : newsyslog.conf weekly Log message: - enable weekly login accounting if LOGINACCOUNTING is set to 1 in the environment so that it matches the ROOTBACKUP and CHECKFILESYSTEMS way of doing things - make the sort command use "-k" instead of the deprecated "+" option (idea from mk@) - rotate /var/log/wtmp every week just after weekly ac(8) completes ok mk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:52:50 Modified files: textproc/p5-XML-Twig: Makefile distinfo Log message: update p5-XML-Twig to 3.29 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/02 07:53:03 Modified files: devel/p5-Graph : Makefile distinfo Log message: update p5-Graph to 0.81 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2007/02/02 07:53:37 Modified files: usr.sbin/ac : ac.8 share/man/man8 : daily.8 Log message: - cope with recent weekly and newsyslog.conf changes some review by jason@, ok mk@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/02 07:55:18 Modified files: faq : current.html Log message: - document the new way of starting accounting. ok mk@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/02 08:53:39 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Print neighbor templates with a state of Template. Makes the difference between templates and real sessions more obvious. OK henning@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/02 09:23:10 Log message: import tcltls 1.5.0 TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers. from Nikns Siankin Status: Vendor Tag: nikns Release Tags: nikns-20070202 N ports/security/tcltls/Makefile N ports/security/tcltls/distinfo N ports/security/tcltls/blah.tcl N ports/security/tcltls/patches/patch-tests_ciphers_test N ports/security/tcltls/patches/patch-Makefile_in N ports/security/tcltls/pkg/DESCR N ports/security/tcltls/pkg/PLIST N ports/security/tcltls/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/02 09:24:28 Modified files: devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/uml2: Makefile Log message: NO_REGRESS=Yes CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/02 09:28:28 Removed files: security/tcltls: blah.tcl Log message: oops CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/02 09:29:06 Modified files: security : Makefile Log message: +tcltls CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/02 09:52:13 Log message: FindBugs plugin for Eclipse, ok kurt@ Status: Vendor Tag: ian Release Tags: ian_2007_02_02 N ports/devel/eclipse/plugins/findbugs/Makefile N ports/devel/eclipse/plugins/findbugs/distinfo N ports/devel/eclipse/plugins/findbugs/pkg/PLIST N ports/devel/eclipse/plugins/findbugs/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/02 09:52:28 Modified files: devel/eclipse/plugins: Makefile Log message: += findbugs CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/02 10:35:39 Modified files: devel/eclipse/plugins/wtp: Makefile Log message: Add PKG_ARCH=*; Consistify my email; bump pkg. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/02 10:39:17 Modified files: devel/eclipse/plugins/jem: Makefile Log message: Add PKG_ARCH=*; Consistify my email; bump pkg. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/02 11:30:44 Modified files: share/man/man5 : fstab.5 Log message: better example & description for mfs, parts from jmc, ok jmc simon CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/02 12:28:52 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_configure_in patch-src_networks_donkey_donkeyClient_ml patch-src_networks_donkey_donkeyFiles_ml patch-src_networks_donkey_donkeyTypes_ml net/mldonkey/stable/pkg: PLIST Log message: update to 2.8.2, appears to work fine on both i386 and sparc64. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/02/02 12:39:31 Modified files: share/man/man9 : vnode.9 Log message: Remove refrence to VLAYER, its gone. Diff from Iruata Souza, thanks! ok pedro@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/02 13:26:51 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward europe iso3166.tab northamerica southamerica zone.tab Log message: Update to tzdata2007a from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/02 17:55:34 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: Kludge around a horrible problem where gcc 'knows' that __udivsi3 will only clobber r0 and r4, and will not modify any other registers. Unfortunately calling thru the PLT clobbers other registers eg, r1, which then breaks because gcc doesn't reload the proper value. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/02 18:55:00 Modified files: sys/dev/ic : re.c Log message: Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in config register 1 is only valid with the 8129 chipset. The rtl81x9reg.h header has this bit marked with a comment indicating it is for the 8129 chipset and the 8168/8169 datasheets confirm that this bit is not valid for the newer chipsets. From yongari@FreeBSD via brad. Tested by brad, kettenis and otto. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/02 22:18:40 Modified files: usr.bin/ftp : fetch.c Log message: Plug memory leak. OK otto@. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/03 00:01:10 Modified files: audio/mp3cddb : Makefile Added files: audio/mp3cddb/patches: patch-mp3cddb Removed files: audio/mp3cddb/pkg: MESSAGE Log message: use MP3::Info instead of old MPEG::MP3Info which is no longer distributed with newer versions of MP3::Info. remove useless MESSAGE while here. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/03 00:02:00 Modified files: audio/p5-MP3-Info: Makefile distinfo audio/p5-MP3-Info/pkg: PLIST Log message: update to 1.21 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/03 00:13:55 Modified files: audio/p5-Audio-Musepack: Makefile distinfo audio/p5-Audio-Musepack/pkg: PLIST Log message: update to 0.7 based on diff from maintainer CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/02/03 01:19:18 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: dovecot 1.0.rc21 (from brad@) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 01:35:00 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.7.1 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 04:42:18 Modified files: devel/libgtop2 : Makefile Log message: missing BUILD_DEPENDS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/03 04:48:39 Modified files: lang/erlang : Makefile distinfo lang/erlang/patches: patch-Makefile_in patch-erts_configure patch-erts_emulator_Makefile_in patch-erts_emulator_zlib_Makefile_in patch-lib_dialyzer_src_Makefile lang/erlang/pkg: PLIST Added files: lang/erlang/patches: patch-erts_configure_in Removed files: lang/erlang/patches: patch-erts_emulator_sys_unix_erl_poll_c Log message: update to erlang-11b.3 from maintainer Jon Olsson CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/03 05:50:26 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrun IRQ. From brad@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 08:44:25 Modified files: www/wordpress : Tag: OPENBSD_4_0 Makefile distinfo www/wordpress/pkg: Tag: OPENBSD_4_0 PLIST Log message: MFC: Security update to wordpress-2.0.7. This update fixes multiple security vulnerabilities. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/03 09:20:07 Modified files: . : want.html Log message: Alex Hafey sent me a cpu module for the blade1k. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/03 09:23:38 Modified files: . : want.html Log message: Thanks to Julie Bouillon, wim@ has a machine waiting for me. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 09:25:14 Modified files: net/mldonkey/stable: Tag: OPENBSD_4_0 Makefile Added files: net/mldonkey/stable/patches: Tag: OPENBSD_4_0 patch-src_networks_donkey_donkeyClient_ml patch-src_networks_donkey_donkeyFiles_ml patch-src_networks_donkey_donkeyTypes_ml Log message: MFC: fix a nasty bug, where emule clients receive twice (!) the data they want. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 09:30:26 Modified files: archivers/bzip2: Tag: OPENBSD_4_0 Makefile distinfo archivers/bzip2/patches: Tag: OPENBSD_4_0 patch-Makefile Log message: MFC: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/03 09:48:23 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/amd64/amd64: pmap.c sys/arch/arm/arm: pmap.c sys/arch/i386/i386: machdep.c pmap.c pmapae.c sys/kern : kern_lock.c sys/sys : lock.h sched.h Log message: Remove unused functionality from lockmgr(): - LK_EXCLUPGRADE is never used. - LK_REENABLE is never used. - LK_SETRECURSE is never used. Because of this, the lk_recurselevel field is always zero, so it can be removed to. - the spinlock version (and LK_SPIN) is never used, since it was decided to use different locking structure for MP-safe protection. Tested by many CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/03 09:49:43 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: There is no good reason to disable half of the 7751 cache, so don't. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/02/03 09:58:30 Modified files: share/man/man9 : lock.9 Log message: Remove references to LK_EXCLUPGRADE, LK_REENABLE, LK_SETRECURSE and LK_SPIN, okay miod@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 10:00:44 Modified files: devel/chmlib : Tag: OPENBSD_3_9 Makefile distinfo devel/chmlib/patches: Tag: OPENBSD_3_9 patch-src_chm_lib_c Log message: MFC: Security update to chmlib 0.39 This update fixes a vulnerability which might lead to a code execution: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=468 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:02:52 Modified files: converters/libdvdcss: Makefile distinfo Log message: belated update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:05:24 Modified files: inputmethods/uim: Makefile Removed files: inputmethods/uim/patches: patch-uim_uim-ipc_c Log message: zap patch that's no longer needed with a working getpeereid. IMPORTANT: will break uim very thoroughly if you're not running -current. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:06:10 Modified files: graphics/digikam-doc: Makefile Log message: more accurate patches CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:07:07 Modified files: devel/libdvdread: Makefile devel/libdvdread/patches: patch-dvdread_dvd_input_c Log message: debugging flavor that uses the old libdvdcss, to compare... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:08:13 Modified files: infrastructure/build: update-patches Log message: pass -a to diff always, as it will often get confused with unicode/iso-latin stuff. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:08:59 Modified files: infrastructure/mk: automake.dep Log message: sometimes (not very often), config.h.in files live in any directory CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/03 10:09:39 Modified files: infrastructure/mk: modules.port.mk Log message: rely on new make feature, avoid old work-around (need a current make to work) CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/03 10:12:04 Modified files: build/mirrors : cvsync.html.head Log message: also list xenocara cvs module here, forgotten by nick@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 10:12:17 Modified files: devel/chmlib : Tag: OPENBSD_4_0 Makefile distinfo devel/chmlib/patches: Tag: OPENBSD_4_0 patch-src_chm_lib_c Log message: MFC: Security update to chmlib 0.39 This update fixes a vulnerability which might lead to a code execution: http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=468 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/03 10:13:07 Modified files: lib/libc/sys : statfs.2 Log message: fix NAME, ok jmc@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/03 10:20:03 Modified files: . : want.html Log message: Wim is sending me SFPs he got from Nick Nauwelaerts, so I no longer need a 1000baseSX capable switch. I could use some 1000baseLX gear though. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/03 10:22:42 Modified files: build : mirrors.dat Log message: weekly mirror update from Marcus Popp, thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/03 10:24:48 Modified files: . : cvsync.html ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 10:35:27 Modified files: x11/gtk+2 : Tag: OPENBSD_3_9 Makefile Added files: x11/gtk+2/patches: Tag: OPENBSD_3_9 patch-gdk-pixbuf_gdk-pixbuf-loader_c Log message: MFC: Security fix for CVE-2007-0010. Fix error handling in pixbuf loaders. Patch from Debian. http://secunia.com/advisories/23884/ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/03 10:41:39 Modified files: sys/dev/acpi : acpidock.c Log message: Change sensor description to `docked'/`not docked' depending on actual state. This is more in line with acpiac and acpibat, and it confuses me less when I look at the sensor output. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/03 10:45:59 Modified files: usr.sbin/hoststated: check_tcp.c Log message: check_tcp.c CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/03 10:51:46 Modified files: usr.sbin/hoststatectl: hoststatectl.c Log message: wait for hoststated to become available in monitor mode. ok pyr@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/03 11:01:52 Modified files: usr.sbin/httpd/src: Configure usr.sbin/httpd/src/ap: ap_snprintf.c usr.sbin/httpd/src/lib/expat-lite: xmldef.h Log message: remove varying parts from generated configure info: - ap_snprintf can grab needed types from stdint.h - expat-lite can grab byte-order from system includes. no breakage in modules in the ports tree. work by me and millert@, ok miod@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/03 11:22:33 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Don't spoof an msdosfs partition if it claims to start after the end of the disk. Fixes the creation of spurious 'i' partitions on new iPod Shuffle. And other devices with no MBR, just a FAT32 filesystem. Pointed out most recently by Stephan A. Rickauer for his sixth generation, clip-on iPod shuffle. Fix tested by Stephan. ok pedro@ tom@ miod@ 'nice' deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:43:06 Modified files: share/man/man8 : daily.8 Log message: Xr for crontab; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:47:02 Modified files: usr.sbin/ac : ac.8 Log message: point to weekly(8); ok/help ajacoutot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:48:55 Modified files: usr.sbin/ac : ac.8 Log message: use .Ex; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:52:47 Modified files: usr.sbin/accton: accton.8 Log message: document accounting=; ok ajacoutot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:54:51 Modified files: usr.sbin/sa : sa.8 Log message: document accton(8); ok ajacoutot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 11:55:48 Modified files: usr.sbin/sa : sa.8 Log message: use .Ex; CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/02/03 12:10:39 Modified files: www/p5-Catalyst-Devel: Makefile distinfo devel/p5-Module-ScanDeps: Makefile distinfo devel/p5-Set-Object: Makefile distinfo devel/p5-Set-Object/pkg: PLIST devel/p5-Test-Tester: Makefile distinfo mail/p5-Catalyst-Plugin-Email: Makefile distinfo security/p5-Authen-Htpasswd: Makefile distinfo textproc/p5-Catalyst-View-TT: Makefile distinfo Log message: simple updates and fixes, plists unchanged. "looks ok" jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/03 13:08:50 Modified files: sys/arch/m68k/include: _types.h sys/arch/sparc/conf: files.sparc sys/arch/sparc/include: _types.h sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/include: _types.h sys/arch/vax/include: _types.h Added files: sys/arch/hp300/include: mutex.h sys/arch/m68k/include: mutex.h sys/arch/m68k/m68k: mutex.c sys/arch/mac68k/include: mutex.h sys/arch/mvme68k/include: mutex.h sys/arch/sparc/include: mutex.h sys/arch/sparc/sparc: mutex.c sys/arch/sparc64/include: mutex.h sys/arch/sparc64/sparc64: mutex.c sys/arch/vax/include: mutex.h sys/arch/vax/vax: mutex.c Log message: Simple single-processor mutex implementation, simpler than the MI code by use of MD spl code bowels. No functional change. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/03 13:24:21 Modified files: usr.sbin/hoststated: Makefile check_tcp.c Removed files: usr.sbin/hoststated: check_http.c check_send_expect.c Log message: merge tcp-based checks into one file, no functional changes ok pyr@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 13:33:01 Modified files: x11/gtk+2 : Tag: OPENBSD_4_0 Makefile Added files: x11/gtk+2/patches: Tag: OPENBSD_4_0 patch-gdk-pixbuf_gdk-pixbuf-loader_c Log message: MFC: Security fix for CVE-2007-0010. Fix error handling in pixbuf loaders. Patch from Debian. http://secunia.com/advisories/23884/ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2007/02/03 13:38:05 Modified files: x11/ion : Makefile distinfo x11/ion/pkg : PLIST Log message: ion-20070203, okay sturm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/03 13:39:01 Modified files: x11/gnome/libgnomecups: Makefile Log message: mark this broken, it needs fixing to actually work on *BSD. any volunteers? :) prodded by steven@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/03 13:55:24 Modified files: devel/jdk/1.3-linux: Tag: OPENBSD_4_0 Makefile distinfo systrace.policy Log message: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/03 14:15:06 Modified files: usr.bin/bc : bc.library Log message: Save and restore not only scale, but ibase as well. Problem noted my Karel Kulhavy. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/03 15:58:24 Modified files: bin/df : df.1 Log message: statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO; CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2007/02/03 16:26:40 Modified files: sbin/pfctl : parse.y Log message: in decide_address_family(), only limit a rule to a specific address family when ALL entries have this specific AF (when even just one entry has no specific AF, use any). found by Maurice Janssen, ok henning@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/02/03 16:47:18 Modified files: sys/scsi : cd.c sd.c Log message: Make comment match code. ok pedro CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/02/03 23:09:31 Modified files: usr.bin/cvs : entries.c Log message: dont bother trying to parse empty lines as dates. cuts away some cpu time. from Tobias Ulmer, thanks a million! CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/04 01:19:55 Modified files: fr : cvsync.html ftp.html index.html porttest.html want.html faq/fr : current.html faq1.html faq10.html faq11.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html openntpd/fr : portable.html lt : anoncvs.html mail.html plat.html pmax.html vax-simh.html Added files: lt : vax.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/04 01:58:13 Modified files: audio/rtunes : Makefile distinfo Log message: Update to rtunes-0.5 which fixes a critical bug that would let rtunes coredump when the local hostname could not be resolved. ok mglocker CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/02/04 03:36:05 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks() Okay millert@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2007/02/04 03:37:58 Modified files: x11/wmweather : Makefile distinfo x11/wmweather/pkg: DESCR PLIST Removed files: x11/wmweather/patches: patch-Makefile patch-wmWeather_c Log message: update wmweather to 2.4.3, from Vlad Glagolev with some cleanup from me CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/04 05:05:12 Modified files: mail/smtp-vilter: Makefile Added files: mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Log message: Make smtp-vilter work with sendmail-8.14.0. The smfiDesc_str was extended, so make sure the new elements are initialized to sane values. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/04 05:18:39 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm Interactive.pm Log message: streamline messages for interactive mode, no need to repeat the same list twice. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2007/02/04 05:27:34 Modified files: x11/wmweather : Makefile x11/wmweather/pkg: PLIST Log message: ugh, it's share - not shared CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/04 05:46:54 Modified files: usr.sbin/pkg_add: Makefile pkg_add Log message: protect `normal' installs against archive burps. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/04 06:17:35 Modified files: gnu/usr.sbin/sendmail: KNOWNBUGS RELEASE_NOTES gnu/usr.sbin/sendmail/cf: README gnu/usr.sbin/sendmail/cf/cf: knecht.mc gnu/usr.sbin/sendmail/cf/feature: access_db.m4 dnsbl.m4 enhdnsbl.m4 gnu/usr.sbin/sendmail/cf/m4: proto.m4 version.m4 gnu/usr.sbin/sendmail/cf/mailer: smtp.m4 gnu/usr.sbin/sendmail/contrib: cidrexpand gnu/usr.sbin/sendmail/doc/op: op.me gnu/usr.sbin/sendmail/include/libmilter: mfapi.h mfdef.h milter.h gnu/usr.sbin/sendmail/include/sm: conf.h heap.h ldap.h gnu/usr.sbin/sendmail/libmilter: Makefile README comm.c engine.c handler.c libmilter.h listener.c main.c shlib_version smfi.c gnu/usr.sbin/sendmail/libmilter/docs: api.html design.html index.html installation.html other.html overview.html sample.html smfi_addheader.html smfi_addrcpt.html smfi_chgheader.html smfi_delrcpt.html smfi_getpriv.html smfi_getsymval.html smfi_insheader.html smfi_main.html smfi_opensocket.html smfi_progress.html smfi_quarantine.html smfi_register.html smfi_replacebody.html smfi_setbacklog.html smfi_setconn.html smfi_setdbg.html smfi_setmlreply.html smfi_setpriv.html smfi_setreply.html smfi_settimeout.html smfi_stop.html xxfi_abort.html xxfi_body.html xxfi_close.html xxfi_connect.html xxfi_envfrom.html xxfi_envrcpt.html xxfi_eoh.html xxfi_eom.html xxfi_header.html xxfi_helo.html gnu/usr.sbin/sendmail/libsm: Makefile exc.c exc.html findfp.c flags.c ldap.c local.h memstat.c snprintf.c t-memstat.c vfscanf.c gnu/usr.sbin/sendmail/mail.local: mail.local.c gnu/usr.sbin/sendmail/sendmail: README TRACEFLAGS TUNING alias.c arpadate.c collect.c conf.c conf.h control.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sendmail.h sm_resolve.c srvrsmtp.c stab.c stats.c timers.c tls.c udb.c usersmtp.c util.c version.c gnu/usr.sbin/sendmail/vacation: vacation.c Added files: gnu/usr.sbin/sendmail/cf/feature: badmx.m4 block_bad_helo.m4 require_rdns.m4 gnu/usr.sbin/sendmail/include/sm: misc.h sendmail.h tailq.h gnu/usr.sbin/sendmail/libmilter: example.c monitor.c worker.c gnu/usr.sbin/sendmail/libmilter/docs: smfi_addrcpt_par.html smfi_chgfrom.html smfi_setsymlist.html smfi_version.html xxfi_data.html xxfi_negotiate.html xxfi_unknown.html gnu/usr.sbin/sendmail/libsm: t-qic.c util.c gnu/usr.sbin/sendmail/sendmail: daemon.h map.h Log message: Update to sendmail-8.14.0. OK mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/04 06:23:12 Log message: import yt. yt is an extensible Lua script to fetch videos from YouTube.com. You can (and probaly should) customize it to use your preferred tools. By default it uses net/curl and graphics/ffmpeg. based on a port by and ok pedro@ Status: Vendor Tag: jasper Release Tags: jasper_20070204 N ports/net/yt/Makefile N ports/net/yt/distinfo N ports/net/yt/pkg/PLIST N ports/net/yt/pkg/DESCR N ports/net/yt/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/04 06:25:19 Modified files: net : Makefile Log message: add yt CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/04 07:58:45 Modified files: usr.bin/top : machine.c Log message: long and long long is not the same on 32 bits archs CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/04 08:01:11 Modified files: usr.bin/top : top.c Log message: actully use a default value when we say so. from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/04 08:05:05 Modified files: usr.bin/cvs : rcs.c Log message: Use the right HEADNAME. Sometimes compiler warnings should not be ignored. ok xsa@ joris@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/04 08:54:19 Modified files: shells/scsh : Makefile distinfo shells/scsh/pkg: PLIST Removed files: shells/scsh/patches: patch-Makefile_in Log message: update to scsh 0.6.7, and mark it not for 64 bit archs from Martynas Venckus CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/04 08:57:06 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-j2se_make_common_Release_gmk Log message: install javaws man page for amd64 too. fixes a packaging problem on amd64 found by wilfried@. okay wilfried@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/04 10:40:19 Modified files: nl : anoncvs.html cvsync.html donations.html ftp.html openntpd/nl : ftp.html portable.html openbgpd/nl : ftp.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/04 11:01:10 Modified files: build : pkgstable.pl Log message: deal with i386-only bugfix packages CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/04 11:03:12 Modified files: build : packages-4.0 packages-3.9 Log message: bzip2, chmlib, gtk+2, mldonkey, wordpress no amd64 packages for now, as I cannot get access to the build machine CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/04 11:03:27 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/02/04 11:07:21 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86Configure.c Log message: Cleanup Unix domain socket on exit from Xorg -configure. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/04 11:26:16 Modified files: usr.sbin/pkg_add: Makefile Log message: back-out extra commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/04 11:56:38 Log message: Import ivan-0.50. Iter Vehemens ad Necem (IVAN) is a graphical roguelike game. It features advanced bodypart and material handling, multi-colored lighting and, above all, deep gameplay. - thanks to Martynas Venckus and steven@ for their patches to make this work under amd64. - note that this game does not work under sparc64. "looks reasonable" steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070204 N ports/games/ivan/distinfo N ports/games/ivan/Makefile N ports/games/ivan/pkg/DESCR N ports/games/ivan/pkg/PLIST N ports/games/ivan/patches/patch-Makefile_in N ports/games/ivan/patches/patch-FeLib_Include_festring_h N ports/games/ivan/patches/patch-FeLib_Source_festring_cpp N ports/games/ivan/patches/patch-FeLib_Source_bitmap_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/04 11:57:44 Modified files: games : Makefile Log message: Add ivan. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/04 11:59:12 Modified files: lib/libevent : buffer.c event.c event.h Log message: Two libevent fixes from the SVN repo: allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/04 12:17:14 Modified files: usr.bin/top : commands.c top.1 top.c Log message: Introducing the '+' interactive command to reset all filters. From Mark Lumsden. ok millert@ deraadt@ simon@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/04 12:19:47 Modified files: share/zoneinfo/datfiles: Tag: OPENBSD_3_9 africa antarctica asia australasia backward etcetera europe factory iso3166.tab leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh zone.tab Log message: MFC: update to tzdata2007a CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/04 12:20:25 Modified files: share/zoneinfo/datfiles: Tag: OPENBSD_4_0 africa antarctica asia australasia backward etcetera europe factory iso3166.tab leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh zone.tab Log message: MFC: update to tzdata2007a CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/04 12:23:28 Modified files: usr.bin/top : top.c Log message: Complain of the user specifies a negative number for the 's' command. From Mark Lumsden. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/04 12:32:49 Modified files: gnu/usr.bin/perl/pod: perlxstut.pod Log message: upgrade documentation so it reflects the way MakeMaker currently fills the test framework. okay millert@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/02/04 13:20:19 Modified files: xserver/hw/xfree86/common: xf86Configure.c Log message: Clean up sockets after Xorg -configure. CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2007/02/04 13:20:35 Modified files: . : errata.html errata39.html Log message: Add timezone patches. If someone else wants to improve the description that would be welcome. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/04 13:37:01 Modified files: . : donations.html Log message: Some more names who donated money CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/02/04 14:07:34 Modified files: app/xlockmore : Makefile.bsd-wrapper Log message: Explicitely disable ttf, to avoid picking the port's version. Noticed by mbalmer@. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2007/02/04 15:19:10 Modified files: net/gaim-tlen : Makefile distinfo Log message: new version 20070203 that works with gaim beta6 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2007/02/04 15:21:51 Modified files: net/gaim-icb : Makefile distinfo Log message: new version that works new gaim beta CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/04 16:00:06 Log message: import SQLAlchemy 0.3.4 SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. from Will Maier Status: Vendor Tag: steven Release Tags: steven-20070104 N ports/databases/py-sqlalchemy/Makefile N ports/databases/py-sqlalchemy/distinfo N ports/databases/py-sqlalchemy/pkg/PLIST N ports/databases/py-sqlalchemy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/04 16:00:19 Modified files: databases : Makefile Log message: +py-sqlalchemy CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/02/04 16:15:27 Modified files: share/mk : bsd.xorg.mk Log message: replace PKG_CONFIG_PATH with PKG_CONFIG_LIBDIR which replaces the builtin search path instead of adding to it. Suggested by espie@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/04 16:30:19 Modified files: distrib/i386/ramdisk_cd: list.local distrib/amd64/ramdisk_cd: list.local sys/arch/i386/conf: RAMDISK_CD sys/arch/amd64/conf: RAMDISK_CD Log message: Add zyd to cd ramdisks ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/04 17:11:55 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: README.OpenBSD Added files: www/mozilla-firefox/patches: patch-gfx_src_gtk_Makefile_in Log message: resurrect COREXFONTS, so that GDK_USE_XFT works again. Needs linking fixes (+pangox-1.0). Adjust README.OpenBSD, and provide a debug flavor CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/04 17:12:28 Modified files: www : Makefile Log message: be consistent: build a debug flavor, since apparently this is supposed to fail CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/04 22:46:13 Modified files: sys/arch/m68k/conf: files.m68k sys/arch/vax/conf: files.vax Log message: Oops, forgot to commit these files when adding md mutex code; spotted by nick@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/04 23:46:56 Modified files: sys/arch/macppc/pci: kauaiata.c Log message: Map the pci space registers, so that the MEMORY enable gets turned on, otherwise if openfirmware has not touched the device yet, the kernel faults on the alternate mappings that are created. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/05 00:25:31 Log message: initial import of comix 3.6.2 Comix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR or tar archives (also gzip or bzip2 compressed) as well as plain image files. Status: Vendor Tag: msf Release Tags: msf_20070205 N ports/graphics/comix/distinfo N ports/graphics/comix/Makefile N ports/graphics/comix/pkg/DESCR N ports/graphics/comix/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/05 00:26:58 Modified files: graphics : Makefile Log message: +comix CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/05 20:17:25 Modified files: sys/dev/ata : wd.c Log message: De-register. No object code change. From Bret Lambert. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/05 21:44:01 Modified files: sys/dev/pci : ahci.c Log message: add macros describing the ports interrupt status, interrupt enable, task file descriptor, sata control, and sata error registers. some %b fmt strings are sprinkled around so i can read all this goo better as well. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/05 23:04:56 Modified files: fr : 35.html anoncvs.html books.html donations.html errata.html errata39.html events.html pkg-stable.html pkg-stable39.html press.html users.html faq/fr : faq1.html faq10.html faq11.html faq6.html faq8.html faq9.html index.html truetype.html faq/pf/fr : authpf.html carp.html example1.html ftp.html index.html nl : donations.html de : anoncvs.html cvsup.html cvsync.html donations.html errata.html errata39.html hp300.html mail.html products.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/05 23:53:13 Modified files: usr.bin/top : commands.c Log message: Compact help screen a bit so it fits in 24 lines again. Based on a diff from Mark Lumsden. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/05 23:57:27 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Security update to PostgreSQL 8.2.2. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/06 00:01:13 Modified files: net/samba : Makefile distinfo Log message: Security update to Samba 3.0.24. This fixes the following problems: o CVE-2007-0452 (Potential Denial of Service bug in smbd) o CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind NSS library on Solaris) o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/02/06 00:02:25 Log message: import of CGI::FormBuilder 3.05 FormBuilder is an extremely fast, reliable form generation and processing module. ok bernd@ Status: Vendor Tag: simon Release Tags: simon_20070206 N ports/www/p5-CGI-FormBuilder/Makefile N ports/www/p5-CGI-FormBuilder/distinfo N ports/www/p5-CGI-FormBuilder/pkg/PLIST N ports/www/p5-CGI-FormBuilder/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/06 00:15:03 Modified files: net/xchat : Makefile Log message: disable dbus for now since it breaks the build if it is picked up. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/06 00:16:34 Modified files: cad/kicad : Makefile distinfo cad/kicad/patches: patch-pcbnew_class_pad_cpp cad/kicad/pkg : PLIST-main Added files: cad/kicad/patches: patch-libs_linux Log message: update to kicad-2007-01-15 also tested by simon@ and Benoit Lecocq CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/06 00:17:42 Modified files: graphics/djvulibre: Makefile distinfo graphics/djvulibre/patches: patch-configure graphics/djvulibre/pkg: PFRAG.no-no_x11 PFRAG.shared PLIST Log message: update to djvulibre-3.5.18 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/06 00:27:24 Modified files: mail/fdm : Makefile distinfo mail/fdm/pkg : PLIST Log message: update to fdm-0.9a from maintainer Nicholas Marriott CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/06 00:59:09 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-src_Makefile_in games/wesnoth/pkg: DESCR PFRAG.no-lite PLIST Added files: games/wesnoth/patches: patch-doc_man_Makefile_in patch-src_help_cpp patch-src_language_cpp Removed files: games/wesnoth/patches: patch-src_server_server_cpp Log message: update wesnoth to 1.2.1 from new maintainer Vlad Glagolev ok msf@, simon@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/06 01:45:46 Modified files: usr.sbin/hoststatectl: hoststatectl.c usr.sbin/hoststated: hoststated.h pfe.c Log message: inform hoststatectl monitor of ruleset changes and table syncs. ok reyk@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/06 01:46:31 Modified files: usr.sbin/hoststated: pfe.c Log message: remove an unused variable. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/02/06 01:53:58 Modified files: www : Makefile Log message: add p5-CGI-Formbuilder to the builds. noticed by steven@, thanks CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/06 03:03:09 Modified files: usr.sbin/hoststated: hoststated.c Log message: change fatal message to know where it happened CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/06 03:06:55 Modified files: usr.sbin/hoststated: hoststated.h ssl.c Log message: declare the function ssl_error() globally CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/06 03:26:13 Modified files: usr.sbin/hoststated: check_tcp.c hoststated.h Log message: now that check_http_code, check_http_digest and check_send_expect are in check_tcp.c, prototype them in check_tcp.c ok reyk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/06 03:27:33 Modified files: usr.sbin/hoststated: check_tcp.c ssl.c Log message: update some more debug messages and fix typos. also remove some extra debug noise from ssl.c. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/06 03:49:40 Modified files: sys/net : if_tun.c if_tun.h Log message: Change the behaviour of tun(4) on close. - if the interface was auto-created by opening a /dev/tun* device it will auto-destroy on close. This is comparable to ifconfig tun0 destroy and will remove all routes and addresses associated with the interface. - if the interface was created by ifconfig(8) or hostname.if(5) the interface is persistent -- it is just marked as not running. Especially routes are no longer removed when the interface is closed. This is useful for static setups like the server side of a ssh vpn or static qemu session. This behaviour is more logic then the half done cleanup that is currently done. OK mpf@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/06 04:21:35 Modified files: usr.sbin/hoststated: pfe.c Log message: fix a bug when enabling a service that has no backup table. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2007/02/06 07:46:25 Modified files: sysutils/symon : Makefile distinfo Removed files: sysutils/symon/patches: patch-client_SymuxClient_pm patch-platform_OpenBSD_sm_mbuf_c Log message: update to 2.73, ok bernd CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2007/02/06 08:07:35 Modified files: sysutils/symon : Makefile Added files: sysutils/symon/patches: patch-client_SymuxClient_pm Log message: yuck, the comma is still missing, Okan Demirmen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 08:24:18 Modified files: usr.bin/cvs : cvs.1 cvs.c Log message: sort options; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 08:25:18 Modified files: sbin/ping : ping.c Log message: remove -j from usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 08:27:25 Modified files: usr.bin/top : top.1 Log message: document the `+' interactive command more fully; help/ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 08:33:53 Modified files: share/man/man5 : mk.conf.5 Log message: note that SKIPDIR paths are relative to BSDSRCDIR; from Brian A. Seklecki CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/02/06 09:15:05 Modified files: . : plus.html Log message: catch up; from Janne Johansson CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/06 09:24:14 Modified files: usr.sbin/hoststatectl: parser.c Log message: fix typo. ok reyk@ CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2007/02/06 09:29:50 Modified files: . : errata.html errata39.html Log message: Dayligh saving time, not savings. Pointed out by Jim Razmus. CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/02/06 10:10:59 Modified files: . : donations.html Log message: rel="nofollow" for the links CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/02/06 10:13:33 Modified files: sys/arch/alpha/include: atomic.h sys/arch/amd64/include: atomic.h sys/arch/i386/include: atomic.h Added files: sys/arch/arm/include: atomic.h sys/arch/armish/include: atomic.h sys/arch/aviion/include: atomic.h sys/arch/cats/include: atomic.h sys/arch/hp300/include: atomic.h sys/arch/hppa/include: atomic.h sys/arch/hppa64/include: atomic.h sys/arch/landisk/include: atomic.h sys/arch/luna88k/include: atomic.h sys/arch/m68k/include: atomic.h sys/arch/m88k/include: atomic.h sys/arch/mac68k/include: atomic.h sys/arch/macppc/include: atomic.h sys/arch/mips64/include: atomic.h sys/arch/mvme68k/include: atomic.h sys/arch/mvme88k/include: atomic.h sys/arch/mvmeppc/include: atomic.h sys/arch/powerpc/include: atomic.h sys/arch/sgi/include: atomic.h sys/arch/sh/include: atomic.h sys/arch/solbourne/include: atomic.h sys/arch/sparc/include: atomic.h sys/arch/sparc64/include: atomic.h sys/arch/vax/include: atomic.h sys/arch/zaurus/include: atomic.h Log message: Add machine/atomic.h to all architectures and define two operations right now that are supposed to be atomic with respect to interrupts and SMP: atomic_setbits_int and atomic_clearbits_int. All architectures other than i386 and amd64 get dummy implementations since at first we'll be replacing operations that are done with "a |= bit" and "a &= ~bit" today. More proper implementations will follow kettenis@, miod@ ok CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/06 10:17:18 Modified files: . : Makefile.cross Log message: feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the like to work on random directories; found w/ rainerx0r; drahn@ ok CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/06 10:34:06 Modified files: usr.bin/cvs : init.c Log message: replace strl* overload and xstrdup() misuse by xsnprintf(); OK joris@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 10:44:51 Modified files: lib/libcompat/4.1: ftime.3 share/man/man5 : passwd.5 usr.bin/ar : ar.5 usr.bin/kdump : kdump.1 usr.bin/last : last.1 usr.sbin/user : usermgmt.conf.5 useradd.8 usermod.8 Log message: discuss consistently "the Epoch"; CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/06 10:58:39 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: remove some dangling function prototypes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 11:30:05 Modified files: usr.bin/sudo : sudoers.5 sudo.8 Log message: one more epoch -> Epoch and a grammar fix; ok millert CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/02/06 11:42:37 Modified files: sys/compat/linux: linux_misc.c sys/kern : kern_sig.c sched_bsd.c sys/sys : proc.h signalvar.h Log message: Use atomic.h operation for manipulating p_siglist in struct proc. Solves the problem with lost signals in MP kernels. miod@, kettenis@ ok CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/06 11:56:31 Modified files: sys/dev/acpi : acpidebug.c amltypes.h dsdt.c dsdt.h Log message: Added support for calling _OSI method Display byte/word/string/nameref for aml_mnem function ok marco@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/06 12:01:24 Modified files: share/man/man5 : bsd.port.mk.5 Log message: typo CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2007/02/06 12:25:05 Modified files: sysutils/iogen : Makefile sysutils/iogen/src: iogen.8 iogen.c Log message: Add bit patterns with -P option. CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/02/06 12:31:33 Modified files: . : donations.html Log message: the postman came twice today and had some goodies for me. thank you! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/06 12:35:16 Modified files: lib/libc/time : README Theory asctime.c ctime.3 localtime.c private.h scheck.c strftime.3 time2posix.3 tz-art.htm tz-link.htm tzfile.5 tzfile.h tzset.3 zdump.8 zdump.c zic.8 zic.c Log message: Update to tzcode2007a. This adds support for 64bit time_t in case we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/06 13:01:06 Modified files: infrastructure/build: extract-dependencies Log message: allow extract-dependencies to use several seeds, which is necessary for multi-packages ports (databases/sqlite3 == databases/sqlite3,-main). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/06 13:04:01 Modified files: infrastructure/mk: bsd.port.mk Log message: minor tidbit: define FULLPKGPATH based on FULLPKGPATH${SUBPACKAGE} in the multi-packages case, as should be. introduce _ALLPKGPATHS, and use it in show-required-by, so that show-required-by works for multi-packages. problem noticed by bernd@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:07:16 Modified files: bin/sleep : sleep.1 gnu/usr.sbin/sendmail/smrsh: smrsh.8 lib/libc/stdlib: getopt_long.3 lib/libutil : opendev.3 libexec/login_reject: login_reject.8 sbin/slattach : slattach.8 share/man/man5 : hosts.equiv.5 share/man/man7 : operator.7 share/man/man8/man8.vax: boot_vax.8 drtest.8 installboot.8 sys/arch/hppa/stand/boot: boot.8 sys/arch/hppa64/stand/boot: boot.8 usr.bin/checknr: checknr.1 usr.bin/hexdump: hexdump.1 usr.bin/oldrdist: oldrdist.1 usr.bin/rup : rup.1 usr.bin/showmount: showmount.8 usr.bin/soelim : soelim.1 usr.sbin/mrouted: mrouted.8 usr.sbin/sliplogin: sliplogin.8 usr.sbin/user : usermgmt.conf.5 Log message: fix some dodgy displays; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:13:00 Modified files: usr.bin/hexdump: hexdump.1 Log message: switch to .Ex and remove some unnecessary brackets; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:22:19 Modified files: usr.bin/hexdump: hexdump.1 hexsyntax.c Log message: sort options and sync usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:23:23 Modified files: usr.bin/hexdump: od.1 Log message: +.Ex -std od CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:29:59 Modified files: usr.bin/hexdump: od.1 odsyntax.c Log message: sync synopsis and usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:51:17 Modified files: lib/libm/man : math.3 Log message: various cleanup: - escapes for < and > - fix some dodgy .Bd - add a little vertical space CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 13:55:13 Modified files: usr.bin/hexdump: odsyntax.c Log message: remove a comment which is no longer true; ok otto CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/06 14:12:07 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: spaces CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/06 14:19:29 Modified files: usr.bin/hexdump: od.1 Log message: document -D; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/06 14:29:06 Modified files: graphics/glitz : Makefile distinfo graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-cairo_pc_in patch-configure patch-src_cairo-xlib-surface_c graphics/cairo/pkg: PLIST Log message: update glitz/cairo to current stable versions. New patch from maintainer Eric Faurot. Some infrastructure tweaks by me. Appears to work just fine on a variety of display and architectures, only issue so far is: - garbled menus with gimp on 8 bits + RENDER (weird combination). - firefox 2.0 unhappy on 8 bits displays (setting GDK_USE_XFT=0 solves this) CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2007/02/06 14:56:26 Modified files: mail/dovecot : Makefile distinfo Log message: version 1.0.rc22; from brad@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/06 15:03:24 Modified files: sys/dev/ic : vga.c sys/dev/isa : ega.c Log message: Evil typo; spotted by Thorsten Glaser CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/06 15:22:16 Log message: import checkbashisms 0.1 (taken from Debian's devscripts 2.9.17) Check whether a /bin/sh script contains any common bash-specific contructs. ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20070206 N ports/sysutils/checkbashisms/Makefile N ports/sysutils/checkbashisms/files/checkbashisms.1 N ports/sysutils/checkbashisms/files/checkbashisms.pl N ports/sysutils/checkbashisms/pkg/DESCR N ports/sysutils/checkbashisms/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/06 15:24:03 Modified files: sysutils : Makefile Log message: add checkbashisms CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/06 15:39:13 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/i386/i386: conf.c sys/arch/macppc/macppc: conf.c sys/sys : conf.h Log message: define the bio(4) cdev stuff in conf.h, rather than having a per machine definition. switch amd64 and i386 to the conf.h version, and add it to macppc. original diff ok gwk@ tweaks and ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/06 16:12:01 Modified files: sys/arch/sh/sh : trap.c Log message: Use uvm_grow() instead of rolling our own inline version. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/06 16:13:37 Modified files: sys/arch/landisk/landisk: locore.S machdep.c Log message: Get memory size from SH-IPL+g whenever possible, before relying upon the hardcoded 64MB. No functional change since we have not encountered non-64MB systems yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/06 16:14:11 Modified files: sys/arch/sh/include: trap.h sys/arch/sh/sh : trap.c Log message: Define trap #0x81 for cache range flush, will be necessary soon for gcc trampoline code and ld.so. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/02/06 17:12:46 Modified files: etc/etc.macppc : MAKEDEV.md Log message: add bio(4), ok dlg@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/02/06 17:14:06 Modified files: etc/etc.macppc : MAKEDEV share/man/man8/man8.macppc: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/06 17:59:02 Log message: dbus bindings for Python, version 0.80.1 from brad@ Status: Vendor Tag: todd Release Tags: dbus-python_20070206 N ports/x11/dbus-python/Makefile N ports/x11/dbus-python/distinfo N ports/x11/dbus-python/pkg/PLIST N ports/x11/dbus-python/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/06 17:59:54 Modified files: x11 : Makefile Log message: +dbus-python CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/06 18:07:18 Modified files: net/gaim : Makefile Added files: net/gaim/patches: patch-libgaim_gaim-notifications-example patch-libgaim_gaim-remote patch-libgaim_gaim-url-handler Log message: o add audio flavor that uses gstreamer o fix python path for dbus scripts from brad@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/06 18:43:54 Modified files: usr.sbin/dhcrelay: dhcp.h Log message: sync dhcp.h to krw's correction to not count 14 bytes of ethernet overhead. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/06 20:20:37 Modified files: sys/arch/macppc/include: bus.h Log message: bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre operating on as bytes, not as the number of words or dwords. ok drahn@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/06 20:22:29 Modified files: sys/arch/macppc/conf: GENERIC Log message: enable bio(4) ok drahn@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/06 20:23:23 Modified files: sys/arch/macppc/conf: GENERIC RAMDISK Log message: enable arc(4) for Areca RAID Controllers. they work great. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/06 21:30:56 Modified files: . : INDEX Log message: sync, 4196 unzels CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/06 23:10:59 Modified files: usr.bin/hexdump: od.1 Log message: space before punctuation; CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/07 02:25:21 Log message: initial import of Regexp::DefaultFlags 0.01 This module allows you to set a default set of flags to all regexes in a particular namespace. Status: Vendor Tag: msf Release Tags: msf_20070207 N ports/textproc/p5-Regexp-DefaultFlags/distinfo N ports/textproc/p5-Regexp-DefaultFlags/Makefile N ports/textproc/p5-Regexp-DefaultFlags/pkg/PLIST N ports/textproc/p5-Regexp-DefaultFlags/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/07 02:27:01 Modified files: textproc : Makefile Log message: +p5-Regexp-DefaultFlags CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/07 02:42:12 Log message: initial import of Test::Distribution 1.26 When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a VERSION. Status: Vendor Tag: msf Release Tags: msf_20070207 N ports/devel/p5-Test-Distribution/distinfo N ports/devel/p5-Test-Distribution/Makefile N ports/devel/p5-Test-Distribution/pkg/PLIST N ports/devel/p5-Test-Distribution/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2007/02/07 02:58:08 Modified files: www/nostromo : Makefile distinfo Log message: Update to 1.8.3. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/07 03:20:40 Modified files: usr.bin/nm : elf.c Log message: check st_name validity also check for overflow and not only for zero; found by Charles Longeau CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/07 03:22:43 Modified files: devel : Makefile Log message: +p5-Test-Distribution CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/07 03:23:18 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: update to 0.33 ok simon@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/07 03:35:17 Modified files: databases/ruby-ldap: Makefile Log message: Since 'diff -a' is the default in update-patches now, DIFF_ARGS=-a isn't needed anymore. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/07 04:24:23 Modified files: infrastructure/install: make-plist Log message: Add missing parameter for a parse_original_plist() call in grab_all_lists(). CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/07 05:18:45 Modified files: usr.bin/hexdump: od.1 Log message: its four-byte, not four byte; ok jmc@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/07 06:22:55 Modified files: usr.sbin/bgpd : kroute.c Log message: remove a log_debug() that is no longer needed. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 06:30:17 Modified files: usr.sbin/hoststated: hoststated.8 hoststated.c hoststated.h parse.y Log message: add the -D option to define macros on the command line (as found in bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...). CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 06:39:58 Modified files: usr.sbin/hoststated: buffer.c control.c hce.c hoststated.h parse.y Log message: remove unused functions and variables which have been copied from ospfd(8) (can be re-imported later if required). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 07:01:52 Modified files: x11/xdrawchem : Makefile Log message: sanitize build by compiling one file with -O0 on sparc64 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 07:02:13 Added files: x11/xdrawchem/patches: gcc-xdrawchem_Makefile_in Log message: ups CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 07:39:45 Modified files: usr.sbin/hoststated: check_tcp.c hce.c ssl.c Log message: remove superfluos log_debug() messages ok pyr@ CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2007/02/07 07:43:03 Modified files: sysutils/iogen : Makefile sysutils/iogen/src: iogen.c Log message: Add some more IO patterns that do breaky-breaky. Make IO patterns more flexible. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 07:45:12 Modified files: usr.sbin/hoststated: check_tcp.c pfe_filter.c Log message: more log_debug() cleanup CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 07:54:13 Modified files: usr.sbin/hoststated: check_tcp.c Log message: another log_debug() removal ("nothing to write") CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 08:13:00 Modified files: usr.sbin/hoststated: check_tcp.c Log message: include the host name in log_debug() messages used by check_tcp read callbacks. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/07 08:17:46 Modified files: usr.sbin/hoststated: hce.c hoststated.conf.5 hoststated.h log.c parse.y Log message: add new "log (updates|all)" configuration option to log state notifications after completed host checks. either only log the "updates" to new states or log "all" state notifications, even if the state didn't change. the log messages will be reported to syslog or to stderr if the daemon is running in foreground mode. ok claudio@ pyr@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/07 08:20:39 Modified files: sys/ufs/mfs : mfs_vnops.c Log message: grammar fix; from bret lambert CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/02/07 08:21:58 Modified files: lib/libc/sys : swapctl.2 Log message: sys/swap.h needs sys/param.h and sort while here feedback and ok pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/07 08:24:58 Modified files: lib/libc/time : zic.8 Log message: tweaks; ok millert CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/07 08:29:25 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: The PostgreSQL 8.2.2 security update introduced a bug that has been fixed by the PostgreSQL team in 8.2.3. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/07 09:25:37 Modified files: x11/kde/network3: Makefile Log message: Add missing run-time dependency on qca-tls which allows Kopete's Jabber protocol support to work with SSL. from brad@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/07 09:26:49 Modified files: sys/dev/usb : if_cdcef.c usbf.c usbf_subr.c sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udcreg.h Log message: Several improvements to the usb client code. Still not working. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/07 10:54:42 Modified files: usr.bin/cvs : root.c Log message: strl* overload; use xsnprintf(); OK ray@. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 11:16:40 Modified files: net/nagios/plugins: Makefile distinfo net/nagios/plugins/patches: patch-configure Added files: net/nagios/plugins/patches: patch-plugins_check_swap_c patch-po_Makefile_in_in Removed files: net/nagios/plugins/patches: patch-lib_regex_internal_h Log message: update to nagios-plugins 1.4.6 fix LIB_DEPENDS and WANTLIB CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 12:00:28 Modified files: audio/rtunes : Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: Update to rtunes-0.5 which fixes a critical bug that would let rtunes coredump when the local hostname could not be resolved. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/02/07 12:46:56 Modified files: lib/libfontenc : fontenc.pc.in Log message: Get library dependencies right. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 12:52:53 Modified files: net/samba : Tag: OPENBSD_3_9 Makefile Added files: net/samba/patches: Tag: OPENBSD_3_9 patch-modules_vfs_afsacl_c patch-printing_nt_printing_c patch-smbd_nttrans_c patch-smbd_reply_c patch-smbd_trans2_c Log message: This security update fixes the following problems: o CVE-2007-0452 (Potential Denial of Service bug in smbd) o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 13:02:49 Modified files: databases/postgresql: Tag: OPENBSD_3_9 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_3_9 PLIST PLIST-docs Log message: Security update to PostgreSQL 8.1.8. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 13:04:21 Modified files: databases/postgresql: Tag: OPENBSD_4_0 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_4_0 PLIST PLIST-docs Log message: Security update to PostgreSQL 8.1.8. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/07 13:05:02 Modified files: x11/gtk-engines2: Makefile x11/gtk-engines2/pkg: PLIST Log message: restore @conflict markers, noticed by bernd@. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/07 13:36:14 Modified files: net/samba : Tag: OPENBSD_4_0 Makefile Added files: net/samba/patches: Tag: OPENBSD_4_0 patch-modules_vfs_afsacl_c patch-printing_nt_printing_c patch-smbd_nttrans_c patch-smbd_reply_c patch-smbd_trans2_c Log message: This security update fixes the following problems: o CVE-2007-0452 (Potential Denial of Service bug in smbd) o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/07 15:19:37 Modified files: usr.sbin/openssl: openssl.1 Log message: consistency tweak; CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/02/07 16:47:56 Modified files: usr.bin/cvs : file.c repository.c util.c Log message: fstat() -> lstat() in a few select cases, this fixes a bug where opencvs update would abort if a link existed that pointed to a non-existent file/dir ok joris@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 16:48:45 Modified files: sys/dev/usb : usbdevs Log message: MaxStream XBee ZigBee development kit. From Darrin Chandler. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 16:49:28 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 16:51:51 Modified files: sys/dev/usb : uftdi.c share/man/man4 : uftdi.4 Log message: Add support for MaxStream XBee ZigBee Development Kit USB interface. From Darrin Chandler CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/07 17:29:22 Log message: OpenJPEG 1.1 The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). Status: Vendor Tag: todd Release Tags: openjpeg_20070207 N ports/graphics/openjpeg/Makefile N ports/graphics/openjpeg/distinfo N ports/graphics/openjpeg/patches/patch-Makefile N ports/graphics/openjpeg/patches/patch-libopenjpeg_openjpeg_h N ports/graphics/openjpeg/patches/patch-libopenjpeg_openjpeg_c N ports/graphics/openjpeg/pkg/PLIST N ports/graphics/openjpeg/pkg/PFRAG.shared N ports/graphics/openjpeg/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/07 17:30:53 Modified files: graphics : Makefile Log message: +openjpeg CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/07 20:19:13 Modified files: usr.bin/ftp : fetch.c usr.bin/oldrdist: server.c Log message: Remove double semicolons. From Pierre Riteau . OK jaredy@ and moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/07 20:20:52 Modified files: sys/dev/ic : mfi.c Log message: Remove double semicolons. From Pierre Riteau . OK marco@. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/07 20:23:36 Log message: xmlrpc-epi 0.51 xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy to use API for developers to serialize RPC requests to and from XML. It does *not* include a transport layer, such as HTTP. The API is primarily based upon proprietary code written for internal usage at Epinions.com, and was later modified to incorporate concepts from the xmlrpc protocol. It passed the xmlrpc validation test suite in December 2000. Status: Vendor Tag: todd Release Tags: xmlrpc-epi_20070207 N ports/net/xmlrpc-epi/distinfo N ports/net/xmlrpc-epi/Makefile N ports/net/xmlrpc-epi/patches/patch-configure_in N ports/net/xmlrpc-epi/patches/patch-Makefile_in N ports/net/xmlrpc-epi/patches/patch-src_Makefile_in N ports/net/xmlrpc-epi/patches/patch-sample_Makefile_in N ports/net/xmlrpc-epi/patches/patch-src_xml_element_c N ports/net/xmlrpc-epi/patches/patch-src_xmlrpc_c N ports/net/xmlrpc-epi/pkg/PFRAG.shared N ports/net/xmlrpc-epi/pkg/DESCR N ports/net/xmlrpc-epi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/07 20:25:13 Modified files: net : Makefile Log message: +xmlrpc-epi CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/07 20:35:09 Modified files: usr.bin/rcs : ident.c Log message: When getc() returns EOF, either feof() or ferror() will return true, so no need to check them. Removes a bitwise OR that should have been a logical OR as well. From Pierre Riteau . OK joris@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/07 20:50:49 Modified files: usr.bin/nm : elf.c Log message: Do all allocation and deallocation of shstr in elf_symload() to prevent double-freeing shstr. Also don't free known NULL values (*pnames and *psnames). Initially inspired by Charles Longeau's first diff to tech@; he later sent a second diff to tech@ nearly identical to this commit. Freaky. OK mickey@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 22:23:08 Modified files: sys/dev/usb : usbdevs Log message: Add quite a few more rum(4) devices. Two from Yojiro UO in NetBSD PR 35552 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 22:24:11 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 22:25:46 Modified files: sys/dev/usb : if_rum.c share/man/man4 : rum.4 Log message: Add quite a few more rum(4) devices. Two from Yojiro UO in NetBSD PR 35552 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/02/07 22:57:46 Modified files: sys/dev/usb : if_rum.c Log message: add entry for WLI-U2-SG54HP. forgotten on previous commit. tnx to: yuo at nui.org CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/07 23:19:31 Modified files: sys/dev/usb : if_rum.c Log message: commit the correct version of this, which matches recent additions. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/08 00:13:51 Modified files: build : packages-4.0 packages-3.9 Log message: postgresql, samba and rtunes still only i386 for 4.0 CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/08 00:14:32 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/08 02:16:29 Modified files: share/man/man4 : uftdi.4 Log message: sort the hardware list; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/02/08 02:40:53 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: sync the hardware list for rum(4); CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2007/02/08 02:49:35 Modified files: audio/rtunes : Makefile distinfo audio/rtunes/pkg: PLIST Log message: Update to rtunes 0.6. This version also installs the rtunes library which can be used later from mplayer to stream audio directly to an AirPort Express device. ok mbalmer@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2007/02/08 03:25:58 Modified files: . : donations.html Log message: id Quantique SA, CH-Geneva, donated a Quantis-USB and a Quantis-PCI-4 Quantum Random Number Generators. Thank you! CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2007/02/08 04:07:37 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: Fix a typo. 'Yes, of course.' espie@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/08 04:15:55 Modified files: usr.sbin/hostapd: apme.c handle.c hostapd.c iapp.c llc.c parse.y privsep.c roaming.c Log message: carefully check some return values and make lint happy. check for truncation before feeding strings into the kernel. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/08 04:28:46 Modified files: mail/maildrop : Makefile mail/maildrop/pkg: PLIST-utils Log message: The -utils subpackage conflicts with courier-imap. (courier-imap already has the @conflict marker.) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/08 04:31:16 Modified files: multimedia/mjpegtools: Makefile multimedia/mjpegtools/pkg: PLIST Log message: Missing @conflict marker for mplex. (mplex already has the @conflict marker.) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/08 04:33:49 Modified files: www/zope-cmf : Makefile www/zope-cmf/pkg: PLIST Log message: Missing @conflict marker for plone. (plone already has the @conflict marker.) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/02/08 05:56:39 Modified files: sys/dev/usb : usbdevs Log message: id Quantique and the Quantis USB device (Quantum Random Number Generator) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/02/08 05:57:08 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/08 06:09:53 Modified files: sbin/fsck_ffs : dir.c Log message: A corrrup inode might lead to preposterous dir sizes. So check the size to avoid a negative lastbn which might cause a segv or heap corruption. With help from mickey@; ok mickey@ pedro@ millert@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/08 06:18:30 Modified files: zh-cn : 40.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/08 06:32:24 Modified files: usr.sbin/hoststated: check_tcp.c control.c hoststated.c parse.y pfe.c pfe_filter.c ssl.c Log message: carefully check some return values and make lint happier. never pass any truncated strings (table names/anchors/tags/...) to pf and the kernel. ok pyr@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2007/02/08 07:32:57 Modified files: lang/ocaml : Makefile lang/ocaml/patches: patch-configure lang/ocaml/pkg : PLIST Added files: lang/ocaml/patches: patch-yacc_reader_c lang/ocaml/pkg : PFRAG.shared Log message: - support shared libraries in OCaml, for dynamic top level to work. - fix bad string handling in ocamlyacc, spotted by Ray Lai w/ malloc flags - bump PKGNAME CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/02/08 08:24:24 Modified files: sys/net : pf.c Log message: compute pseudo-header checksum based on flnal destination as ip6_dst (i'm bit skeptical about checksumming when the box is not the final destination). drop IPv6 jumbograms, as it could cause various funny symptoms due to ip6_plen being 0 (yup, we should properly handle it instead). ok by deraadt, naddy, hshoexer CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/02/08 08:25:30 Modified files: sys/netinet : ip_ah.c ipsec_input.c ipsec_output.c sys/netinet6 : ip6_output.c Log message: - AH: when computing crypto checksum for output, massage source-routing header. - ipsec_input: fix mistake in IPv6 next-header chasing. - ipsec_output: look for the position to insert AH more carefully. - ip6_output: enable use of AH with extension headers. avoid tunnellinng when source-routing header is present. ok by deraad, naddy, hshoexer CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/08 09:21:09 Modified files: usr.sbin/vnconfig: vnconfig.c Log message: prevent vnconfig from asking for a key when unconfiguring or listing devices. even clarify this further by supplying NULL and 0 to action() for -u case ok pedro@, no objections bluhm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/08 09:34:39 Modified files: include : dirent.h lib/libc/gen : readdir.c Log message: g/c __DTF_READALL. It was a flag to the internal __opendir2() but is never set now that the unionfs support has been removed from readdir(). OK pedro@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/08 11:47:32 Modified files: libexec/ld.so : dir.c Log message: Remove __DTF_READALL usage in ld.so's private copy of readdir(). CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2007/02/08 11:58:22 Modified files: x11/mplayer : Makefile distinfo Log message: Add rtunes support via the Audio Output (-ao) interface. This makes mplayer capable to stream audio to the Airport Express device. help and ok robert@ mbalmer@ Bjorn Sandell CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/08 12:00:17 Modified files: net/xmlrpc-epi : Makefile net/xmlrpc-epi/patches: patch-sample_Makefile_in patch-src_Makefile_in net/xmlrpc-epi/pkg: PFRAG.shared PLIST Log message: xmlrpc-c conflicts with this package, move files in this one out of the way bump PKGNAME CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/08 12:02:23 Modified files: sbin/fsck_ffs : fsck.h main.c setup.c Log message: Plug some mem leaks that occur when checking multiple file systems in a row. ok beck@ pedro@ millert@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/08 13:24:14 Modified files: devel/jdk/1.3 : Tag: OPENBSD_4_0 Makefile Added files: devel/jdk/1.3/patches: Tag: OPENBSD_4_0 patch-j2sdk1_3_1_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2sdk1_3_1_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: MFC: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/08 13:24:59 Modified files: devel/jdk/1.4 : Tag: OPENBSD_4_0 Makefile Added files: devel/jdk/1.4/patches: Tag: OPENBSD_4_0 patch-j2se_src_share_classes_sun_awt_image_GifImageDecoder_java patch-j2se_src_share_native_sun_awt_image_gif_gifdecoder_c Log message: MFC: Security fix for CVE-2007-0243: Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2007/02/08 14:40:03 Modified files: usr.bin/mg : autoexec.c Log message: comment a function CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2007/02/08 14:40:38 Modified files: usr.bin/mg : random.c Log message: Fix a comment CVSROOT: /cvs Module name: ports Changes by: marco@cvs.openbsd.org 2007/02/08 15:35:12 Modified files: sysutils/iogen : Makefile sysutils/iogen/src: iogen.c Log message: The text pattern (the default) could not be selected. Fixed now. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/08 15:50:08 Modified files: sys/dev/ic : re.c Log message: Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free TX descriptors. Further down the road re_encap() will bail if there aren't at least 4 free TX descriptors, causing re_start() to abort and set IFF_OACTIVE again. From marius@FreeBSD Tested by me, brad@, otto@ and Emilio Parea. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2007/02/08 16:03:38 Modified files: misc/gpsd : Makefile distinfo misc/gpsd/patches: patch-Makefile_in patch-gpsd_c misc/gpsd/pkg : PLIST-main Added files: misc/gpsd/patches: patch-libgpsd_core_c misc/gpsd/pkg : DESCR-php DESCR-python PLIST-php PLIST-python Log message: Update to gpsd 2.34 (plus a patch from current). Notable changes include - removal of unbounded string functions - automatic support for nmea(4) timedelta sensors - lots of driver updates - profiled and cleaned up hot spots - runtime reliability fixes Lots of good advice from steven and naddy, ok naddy@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/08 17:50:17 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: use javaPathHelper to set JAVA_HOME so java subpackage works without manual config. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/02/08 19:58:10 Modified files: sys/arch/amd64/pci: iommu.c Log message: according to the errata, invalid pages shouldn't be used. Always make sure a page is mapped at every location (a page is already reserved for just this occaision). And no, this doesn't fix it. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/02/08 20:30:31 Modified files: usr.bin/cvs : cvs.c Log message: strtol(3) -> strtonum(3) CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/02/08 20:49:15 Modified files: usr.bin/cvs : add.c admin.c annotate.c commit.c diff.c edit.c file.c file.h getlog.c import.c remove.c status.c tag.c update.c Log message: remove the cvs_file_classify() `loud' argument, it was used in the old school days and serves no purpose what so ever now. otto@ mentioned this to me a while ago CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/02/08 21:48:10 Modified files: sys/arch/amd64/pci: iommu.c Log message: simplify the argument passing (use a pointer to bus_dma_segment_t instead of separate addr/len pairs). CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/08 22:15:24 Modified files: fr : 40.html alpha.html amd64.html donations.html errata.html errata39.html goals.html hppa.html i386.html landisk.html macppc.html mail.html pkg-stable.html pkg-stable39.html ports.html press.html report.html sparc64.html vax-simh.html zaurus.html faq/fr : faq11.html faq12.html faq13.html faq14.html faq15.html faq5.html faq6.html faq9.html upgrade40.html openssh/fr : bank-donation.html donations.html faq.html index.html security.html unix.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/09 01:00:37 Modified files: usr.bin/cvs : update.c Log message: if a directory exists in the working dir but not in the repository, mark it as to be skipped so we do not try to lock it on update and miserably fail... OK joris@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/09 02:09:04 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch more zyd(4) devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/09 02:10:07 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/09 02:11:22 Modified files: sys/dev/usb : if_zyd.c share/man/man4 : zyd.4 Log message: Add a bunch more zyd(4) devices CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 02:16:59 Modified files: sys/net : if.h Log message: grammar fix from bret lambert; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 02:19:34 Modified files: lib/libc/locale: wcrtomb.3 Log message: grammar; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/09 02:44:50 Removed files: graphics/cairo/patches: patch-cairo_pc_in Log message: zap empty patch (noticed by brad). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/09 03:19:40 Modified files: usr.sbin/ospfd : rde.c Log message: Remove unneeded statement. The debug code needing it is long gone. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/09 03:35:44 Modified files: sys/dev/ic : malo.c Log message: Spaces, no binary change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 04:08:36 Modified files: share/man/man4 : rum.4 zyd.4 Log message: BUFFALO -> Buffalo; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/02/09 04:12:55 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: BUFFALO -> Buffalo; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/02/09 04:14:32 Modified files: . : amd64.html i386.html Log message: sync the list of supported hardware for zyd(4); CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/09 04:20:39 Modified files: sys/net : pf_ioctl.c pfvar.h Log message: allow counters to be reset with DIOCGETRULES. this allows an atomic read and reset counters, instead of read, reset in a later ioctl and lose everything in between. use the previously unused of pr->action. When it is set to PF_GET_CLR_CNTR, the ioctl requires write permissions and counters are reset after they have been copied out to userland. obsoletes DIOCCLRRULECTRS, which only works for the main ruleset, but not within anchors (yeah, that's how it all started) ok dhartmei, mcbride and theo agree as well CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/09 04:25:27 Modified files: sbin/pfctl : pfctl.c pfctl.h Log message: use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear counters with -z instead of DIOCCLRRULECTRS. Unbreaks -z with anchors and makes the read & reset operation atomic. innstrument pfctl_show_rules() to clear counters while reading rules and add a new output format for it, showing nothing, if only resetting counters without actually displaying them is requested. minor cleanups on the way. ok dhartmei & agreement from theo and ryan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/09 04:28:32 Modified files: sbin/pfctl : pfctl.c Log message: pfctl_clear_rule_counters() is not needed any more CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/09 04:39:06 Modified files: share/man/man4 : pf.4 Log message: document how to clear rule counters with DIOCGETRULES CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2007/02/09 05:31:28 Modified files: share/man/man4 : fxp.4 Log message: add the Intel PRO/100 S ok jmc@, "go for it" henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/09 06:06:54 Log message: import p5-Getopt-Simple 1.48 The Getopt::Simple module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch from claudio@ (MAINTAINER), with tweaks by me. Status: Vendor Tag: jasper Release Tags: jasper_20070209 N ports/devel/p5-Getopt-Simple/distinfo N ports/devel/p5-Getopt-Simple/Makefile N ports/devel/p5-Getopt-Simple/pkg/PLIST N ports/devel/p5-Getopt-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/09 06:10:31 Modified files: devel : Makefile Log message: add p5-Getopt-Simple CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/09 06:48:20 Modified files: www/php5/extensions: Makefile www/php5/extensions/pkg: PLIST-sybase_ct Log message: Add missing @conflict marker for 'php4-sybase_ct-*'. help & ok robert@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2007/02/09 07:26:09 Modified files: sys/arch/luna88k/conf: GENERIC files.luna88k sys/arch/luna88k/dev: lcd.c sys/arch/luna88k/luna88k: conf.c machdep.c mainbus.c Log message: LCD device driver, second step. Now the driver works with autoconf. ok miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/09 07:41:54 Modified files: lib/libc/sys : getdirentries.2 Log message: improve example by showing how to skip invalid entries; ok millert@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/09 07:51:13 Modified files: libexec/ld.so : dir.c util.c util.h Log message: readdir buffers should not get a fixed buffer size, but should be dependant on the block size of the filesystem. Rounded up to page size for efficiency. similar to change in libc yesterday. Should fix PR 5364. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/09 07:58:09 Modified files: lib/libc/gen : opendir.c Log message: The buffer passed to getdirentries() must be at least as large as the filesystem block size. Previously we used a constant (1024) rounded to the page size. Now we use the filesystem's block size, rounded up to the nearest page. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/02/09 09:12:22 Modified files: . : donations.html Log message: Bedford/St. Martin's CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/09 09:16:58 Modified files: usr.sbin/ifstated: ifstated.conf.5 Log message: remove some commas to aid readability; ok jmc@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2007/02/09 09:46:26 Modified files: usr.bin/cvs : file.c update.c Log message: correctly skip invalid entries when using getdirentries(2). ok otto@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/09 09:49:47 Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: return on ECONNREFUSED so we don't fall through to 'result < BOOTP_MIN_LEN' and display discarding message. ok henning@ claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/09 10:55:49 Modified files: usr.sbin/hostapd: parse.y usr.sbin/hoststated: parse.y Log message: unbreak the symset function CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/09 11:32:52 Modified files: emulators/vmware/3/pkg: DESCR Log message: Rewrite, caveats, links to newer ports, ok maintainer CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2007/02/09 11:37:30 Modified files: . : plus.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/09 11:42:36 Modified files: emulators/vmware/3/pkg: DESCR Log message: typo in previous CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/09 12:12:29 Modified files: libexec/spamd-setup: spamd-setup.c Log message: Fix off by one in blacklist memory allocation. From tdeval@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/09 12:49:47 Modified files: sys/arch/i386/i386: vector.s Log message: Don't both reloading the CPL into %eax before pushing it onto the stack, since it's already in %ebx. (And %eax is reloaded immediately after the push, so CPL not needed in %eax.) Saves one load every interrupt. ok dim@, gwk@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/09 12:52:32 Modified files: sbin/fsck_ffs : setup.c main.c Log message: fix a fd leak that happens whe checking multiple file systems and some of them are clean. ok pedro@ millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 13:11:03 Modified files: usr.bin/top : top.1 Log message: clean up the interactive commands list, mainly by showing the arguments these commands take; based on some improvements from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/09 13:13:17 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus mi Log message: sync CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/02/09 13:13:53 Modified files: . : plus.html Log message: tyop CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 13:57:15 Modified files: usr.bin/top : commands.c Log message: sync somewhat to the man page; started by a diff from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/09 14:15:18 Modified files: usr.bin/top : top.1 commands.c Log message: document how signalling via `k' works, after some help from theo and miod; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/09 16:10:30 Modified files: audio/mp3splt : distinfo Log message: fix SHA1 checksum CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/09 16:15:21 Modified files: emulators/vmware/3: Makefile Log message: Bump pkg after DESCR, reminded by sturm@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/02/09 17:54:29 Modified files: databases/p5-DBIx-Class: Makefile Log message: p5-Module-Find is a runtime dependency "sure" espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/09 18:23:19 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Add more chipset revision ids. From scottl via FreeBSD and brad@. CVSROOT: /cvs Module name: www Changes by: joris@cvs.openbsd.org 2007/02/09 18:40:08 Modified files: . : donations.html Log message: Igor Slakva gave me a shiny laptop to play with, thanks a lot! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/09 19:27:56 Modified files: sys/dev/pci : if_sk.c if_msk.c if_skreg.h Log message: Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused code and an unnecessary comment, No functional change. From brad@. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/09 22:22:17 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html alpha.html amiga.html anoncvs.html books.html ctm.html cvsup.html cvsync.html donations.html errata.html errata39.html events.html ftp.html goals.html hppa.html i386-laptop.html i386.html items.html macppc.html mvme88k.html orders.html plus30.html pmax.html policy.html porting.html press.html sgi.html smp.html sparc.html stable.html sun3.html openssh/de : faq.html list.html faq/pf/de : anchors.html authpf.html carp.html config.html example1.html filter.html macros.html options.html queueing.html rdr.html shortcuts.html tagging.html faq/de : faq10.html faq13.html faq14.html faq15.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html faq/fr : current.html faq/pf/fr : config.html filter.html macros.html tables.html fr : alpha.html amd64.html donations.html hppa.html i386.html macppc.html porttest.html sparc64.html stable.html zaurus.html papers/de : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/09 22:25:00 Modified files: . : translation.html Log message: Benoit Lecocq joins the [fr] translation team, welcome on board CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/10 00:31:28 Modified files: sys/dev/pci : files.pci Log message: Remove entry for mx driver which was removed a bit over 7 years ago. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/10 01:01:35 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-docs PLIST-main Log message: Move some manpages that sneaked into the -docs subpackage to the -main subpackage. spotted by nikolay. CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2007/02/10 04:06:46 Modified files: mail/sylpheed : Makefile distinfo mail/sylpheed/patches: patch-libsylph_procmime_c mail/sylpheed/pkg: PLIST Log message: update to sylpheed 2.3.1 CVSROOT: /cvs Module name: ports Changes by: biorn@cvs.openbsd.org 2007/02/10 06:37:02 Modified files: audio/rtunes : Makefile audio/rtunes/pkg: PLIST Log message: The mplayer diff lives with mplayer now. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/10 08:34:22 Modified files: sys/net : if_gif.c sys/netinet : in_gif.c in_gif.h ip_ipip.c sys/netinet6 : in6_gif.c in6_gif.h Log message: Cleanup, kill dead code and unused arguments. Mostly stuff that is computed and passed around but never used. OK mglocker@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/10 09:45:43 Modified files: fr : translation.html nl : donations.html hppa.html i386.html macppc.html translation.html zaurus.html de : alpha.html donations.html errata.html events.html ftp.html i386-laptop.html items.html mvme88k.html sgi.html translation.html faq/de : faq5.html papers/de : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/10 12:27:09 Modified files: build : mirrors.dat Log message: weekly mirror diff from Marcus Popp CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/10 12:28:05 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/10 15:36:18 Modified files: sys/dev/mii : mii.h mii_physubr.c Log message: Use right flow control autonegotiation bits for 1000baseX. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/10 15:49:46 Modified files: sys/dev/pci : if_skreg.h if_msk.c Log message: Add preliminary support for Marvell Yukon-II Extreme chips. Based on a diff from brad@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/10 16:17:19 Modified files: sys/dev/pci : pcidevs Log message: Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missing ones. Based on a diff by brad@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/10 16:18:04 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/10 16:19:34 Modified files: sys/dev/pci : if_msk.c Log message: Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/10 17:08:04 Modified files: sys/dev/usb : if_zyd.c Log message: Don't enable debug spam by default. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/10 17:21:11 Modified files: cad/kicad : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/10 17:56:58 Modified files: audio/bmp : Makefile audio/gmpc : Makefile audio/gmpccaa : Makefile comms/gnokii : Makefile comms/jpilot : Makefile comms/jpilot-syncmal: Makefile devel/gconf2 : Makefile devel/libglade2: Makefile devel/libglademm: Makefile devel/libzvt : Makefile devel/pango : Makefile education/drgeo: Makefile games/gcompris : Makefile graphics/dia : Makefile graphics/py-cairo: Makefile graphics/sodipodi: Makefile graphics/swfdec: Makefile inputmethods/libtomoe-gtk: Makefile mail/sylpheed : Makefile mail/sylpheed-claws: Makefile math/galculator: Makefile multimedia/avidemux: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/mjpegtools: Makefile print/poppler : Makefile textproc/gnome-spell: Makefile textproc/gtkspell: Makefile x11/gaim-guifications: Makefile x11/gnome/eog : Makefile x11/gnome/gail : Makefile x11/gnome/keyring: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomecanvasmm: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/session: Makefile x11/gnome/utils: Makefile x11/gtk+2 : Makefile x11/gtk-engines2: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtk2mm : Makefile x11/gtksourceview: Makefile x11/ogle_gui : Makefile x11/py-gtk2 : Makefile x11/xfce4/gtk-xfce-engine: Makefile Log message: WANTLIB fixes, mostly needed by recent cairo update CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2007/02/10 18:03:28 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-asterisk_c patch-codecs_Makefile patch-utils_Makefile telephony/asterisk/pkg: PLIST Log message: 1.2.14->1.2.15 from maintainer, tested on i386 & amd64. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/10 18:12:16 Modified files: x11/gnome/zenity: Makefile net/xchat : Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/11 01:22:01 Modified files: fr : ftp.html lt : donations.html errata.html errata39.html ftp.html mail.html pkg-stable.html pkg-stable39.html faq/pf/fr : nat.html options.html rdr.html scrub.html shortcuts.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/11 03:31:20 Modified files: www/mod_auth_ldap: Makefile www/mod_auth_ldap/patches: patch-auth_ldap_c Log message: Fix security patch. Some parts of it aren't needed and caused problems. ok henning@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/11 03:55:37 Modified files: databases/ruby-sqlite3: Makefile distinfo databases/ruby-sqlite3/pkg: PLIST Log message: Update to ruby-sqlite3-1.2.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/11 03:58:38 Modified files: databases/qdbm : Makefile Log message: Remove pthread support again which sneaked in with the last update. Mutt header caching with a qdbm backend doesn't work with a pthread qdbm. All dependent ports are are not using pthread support. Reported by TAKAHASHI Tamotsu. CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2007/02/11 04:25:51 Modified files: mail/offlineimap: Makefile distinfo Log message: update to version 4.0.16 from maintainer Laurence Tratt ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2007/02/11 04:28:33 Modified files: devel/libwnck : Makefile devel/libwnck/pkg: DESCR Log message: remove bogus lines from DESCR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/11 04:44:17 Modified files: infrastructure/mk: bsd.port.mk Log message: use cksum -a $$cipher instead of $$cipher to compute crypto hashes. Only functional change: Add sha256 at the end of the list of supported ciphers, so that new makesums will add the new cipher. The rest is business as usual. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/11 05:39:33 Modified files: sys/arch/m88k/m88k: eh_common.S Log message: Shuffle code around so that optimization of the m88110_trap() return gets computed correctly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/11 05:41:29 Modified files: sys/arch/mvme88k/dev: mainbus.c Log message: Rework the i/o mapping logic so that it allows the 1:1 region to not go up to the end of the address space; allows the A16D16 VME space to be mapped correctly again on MVME197. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/11 05:49:38 Modified files: sys/arch/m88k/include: cmmu.h sys/arch/m88k/m88k: m8820x_machdep.c pmap.c trap.c sys/arch/mvme88k/mvme88k: bus_dma.c m88110.c Log message: Rework the cache handling routines again. We now try to operate on the exact address range we've been given, rounded to cache line boundaries, instead of being lazy and operating on pages as soon as the range was large enough. Also, since the ranges we'll be invoked for are reasonably small, it does not make sense to check for segment sizes - we're always smaller, really. While there, hardcode the size in cmmu_flush_data_cache(), which becomes cmmu_flush_data_page(), since it was always invoked for complete pages. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/02/11 06:32:28 Modified files: share/man/man9 : vnode.9 Log message: Correct return value in read(2) syscall example. ok pedro CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/11 11:33:24 Modified files: . : events.html Log message: Add FOSDEM and Linux-Informationstag Oldenburg CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/11 11:59:31 Modified files: distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/miniroot: install.sub distrib/zaurus/ramdisk: install.md Log message: Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/11 13:29:22 Modified files: sys/arch/amd64/include: psl.h sys/arch/sparc64/sparc64: openfirm.c sys/dev/ic : awi.c pcdisplayvar.h vga.c sys/dev/pci/bktr: bktr_card.c bktr_core.c bktr_os.c sys/dev/usb : if_aue.c if_cue.c if_kue.c if_upl.c if_url.c ukbd.c sys/net : if_spppsubr.c sys/ntfs : ntfs.h Log message: Remove _KERNEL_OPT leftovers. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/02/11 13:36:06 Modified files: www/gnash : Makefile www/gnash/pkg : DESCR Added files: www/gnash/patches: patch-backend_render_handler_agg_style_h Log message: Fix a memory leak in the agg renderer by adding a patch from Gnash CVS. This is the fix for gnash bug #18309: http://savannah.gnu.org/bugs/?func=detailitem&item_id=18309 Also update the DESCR to make it clear that this version does not support gootube. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/11 13:55:18 Modified files: distrib/cats/ramdisk: install.md Log message: Missed this one in MDFSTYPES/MDFSOPTS commit. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/11 14:29:24 Modified files: sys/dev/mii : eephy.c Log message: Add support for fiber on the 88E1112 (88E8021/22 integrated PHY). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/11 14:59:32 Modified files: sys/arch/arm/include: cpu.h Log message: Remove now unused evcnt field from struct cpu_info. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/11 15:16:21 Modified files: sys/dev/pci : if_msk.c if_mskvar.h Log message: Add support for fiber on 88E8021/22. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/02/11 15:56:06 Modified files: sys/arch/sh/include: devreg.h Log message: typo in comment CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/02/11 16:08:27 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/11 17:30:17 Modified files: sys/scsi : sd.c Log message: Don't need a 'return' just before exiting a function. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/12 00:36:55 Modified files: . : events.html Log message: Add Kiberpipa open sessions CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/12 03:39:48 Modified files: usr.sbin/hoststated: check_icmp.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/12 03:48:02 Modified files: usr.sbin/lpr/lptest: lptest.1 Log message: kill extra word; CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/12 04:43:47 Modified files: sys/uvm : uvm_pglist.c Log message: Let this compile with 'option DEBUG' again. ok dim@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/12 05:27:19 Modified files: share/man/man4 : em.4 Log message: add the HP ProLiant NC360T PCI Express Dual Port Gigabit NIC (tested ok), the NC340T is a quad port NIC, and the NC7170/NC7170LP are dual port NICs. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/12 06:10:02 Modified files: distrib/miniroot: install.sub etc/root : root.mail share/mk : sys.mk share/tmac/mdoc: doc-common sys/arch/macppc/stand/tbxidata: bsd.tbxi sys/conf : newvers.sh sys/sys : param.h Log message: 4.1-beta CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/12 06:12:30 Modified files: usr.sbin/bgpd : mrt.c Log message: Fix some log_warn() messages. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/12 06:23:13 Modified files: usr.sbin/ospfd : rde.c Log message: rde_nbr_loading() may be called with area == NULL. Check for this condition and scan all available areas in that case -- the only case when this may happen is for self announced AS-ext LSA. This solves a crash when redistributed routes were removed shortly after startup. OK norby@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/12 07:31:45 Modified files: sys/arch/i386/pci: glxsb.c Log message: Enable the AES acceleration. Won't be picked up for IPsec, since we don't support the other required operations in the driver, but will be used by OpenSSL. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/12 07:35:28 Modified files: usr.bin/cvs : Makefile rcs.h Removed files: usr.bin/cvs : rcstime.c Log message: remove unused leftovers from openrcs; OK joris@. CVSROOT: /cvs Module name: ports Changes by: biorn@cvs.openbsd.org 2007/02/12 07:47:11 Modified files: x11/mplayer : Makefile Log message: Put rtunes in BUILD_DEPENDS rather than LIB_DEPENDS, noted by Moritz Grimm, and fix WANTLIB. ok sturm@, espie@, mglocker@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/12 08:09:03 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: If SMAC is set in the correct register, it works much better, also set the direction bit correctly. More cleanup. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/12 09:11:11 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Reduce debug. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 09:32:54 Modified files: sbin/fsck_ffs : setup.c Log message: max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and help) miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 09:35:55 Modified files: sbin/fsck_ffs : pass1.c Log message: detect truncation of block number, which can happen which trashed inodes; ok pedro@ millert@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 09:41:07 Modified files: sbin/fsck_ffs : inode.c Log message: remsize must be signed to avoid wrapping around to some huge number. Solves a case were fsck_ffs was causing a segv. If it didn't do that it would have mangled the filesystem later, very probably. Diff from FreeBSD; ok millert@ pedro@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2007/02/12 10:38:03 Modified files: net/darkstat : Makefile distinfo net/darkstat/patches: patch-cap_c patch-cap_h Added files: net/darkstat/patches: patch-darkstat_1 patch-darkstat_c Log message: Allow darkstat run without making the interface promiscuous. This was marked as a FIXME in the source. ok naddy CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/12 10:47:51 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2007/02/12 10:58:46 Modified files: www/nostromo : Makefile distinfo Log message: Update to nostromo 1.8.4 ok espie@ mbalmer@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2007/02/12 11:07:12 Modified files: net/darkstat : Makefile net/darkstat/patches: patch-cap_c patch-cap_h Log message: unclobber patches. ok naddy CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 12:10:09 Modified files: usr.bin/readlink: readlink.c Log message: if -f is not used, readlink should not print anything on error, but if -f is used, handle errors like it should. ok'ed by deraadt@ some time ago but then forgotten CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/12 12:15:14 Modified files: usr.sbin/bgpd : mrt.c Log message: Switch address and AS fields in mrt dump messages for incoming traffic so that source and destination match the actual traffic flow. Found and initial diff by Adam Chappell (Adam.Chappell at interoute dot com) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/02/12 12:47:10 Modified files: lib/libc/arch/sparc64/fpu: fpu_implode.c Log message: from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() which caused all negative numbers returned to be == -1. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2007/02/12 12:51:38 Modified files: papers : index.html Added files: papers : nycbsdcon06_sparc64.tgz Log message: fix entry typo and add tarball; also from Jung CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/12 12:53:37 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Fix the hw.vendor/product sysctls on sparc64, handle the cases where banner-name begins with "SUNW," and make a copy of the platform_type buffer before chopping it up, so other/future users of platform_type dont get a rude shock. deraadt asked for this a 100 million years ago before 4.0. tested by pyr, brad, and kettenis. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 12:58:48 Modified files: lib/libc/crypt : arc4random.c Log message: provide an libc internal interface to get random bytes, to be used by malloc to get random data without calling getpid(), ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/12 13:00:14 Modified files: lib/libc/stdlib: malloc.c Log message: get cheaper random bytes, less waste and no getpid() calls, which are done by arc4random(); ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/02/12 13:03:02 Modified files: distrib/sets/lists/base: md.sparc64 distrib/sets/lists/comp: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/02/12 13:07:15 Modified files: distrib/sets/lists/base: md.macppc distrib/sets/lists/comp: md.macppc Log message: sync CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2007/02/12 13:19:17 Modified files: faq/pf : carp.html Log message: Make some corrections on how to do a controlled failover. Suggestion by Mike Erdely. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2007/02/12 13:53:53 Modified files: . : events.html Log message: I'll talk about xenocara in the X.Org devroom at fosdem. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/12 14:01:11 Modified files: sys/arch/macppc/dev: adb.c pm_direct.h pm_direct.c Log message: Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wake on AC loss feature of the power management IC. Make this the default behaviour when booting OpenBSD from now on. This will only affect machines that have the power suddenly cut, Performing a shutdown requesting power down will clear this mode and its then possible to remove the power cord, and plug it back in without the machine comming back on automatically. Tested by myself, drahn ok kettenis, drahn. CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2007/02/12 14:13:15 Modified files: . : want.html Log message: After playing in the innards of my 9600 and removing some odd looking dimms it seems perfectly stable, so I dont need any more old world stuff. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/02/12 14:19:56 Modified files: sys/dev/pci : if_sk.c Log message: Fix prototype, from brad@, no binary change CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/12 14:28:23 Modified files: sys/dev/pci : if_msk.c Log message: Avoid unnecessary resets. This should make fiber 88E8021/22 work completely. tested by jsg@, brad@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/12 15:01:41 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 Log message: zap double word; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/12 15:06:20 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 Log message: sync the wording w/ the i386 page; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/12 15:13:07 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 sys/arch/i386/stand/pxeboot: pxeboot.8 Log message: OpenBSD -> .Ox > -> \*(Gt CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/12 15:21:50 Modified files: devel/jdk/1.5 : Tag: OPENBSD_4_0 Makefile distinfo devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-hotspot_src_os_bsd_vm_os_bsd_cpp Added files: devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-j2se_make_java_net_FILES_c_gmk patch-j2se_src_share_bin_java_c patch-j2se_src_solaris_native_java_net_net_util_md_h Removed files: devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-hotspot_src_cpu_amd64_vm_c2_globals_amd64_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_bytes_bsd_amd64_inline_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_globals_bsd_amd64_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-j2se_src_share_classes_java_util_TimeZone_java patch-j2se_src_share_native_sun_font_t2k_t1_c patch-j2se_src_solaris_native_java_lang_ProcessEnvironment_md_c patch-j2se_src_solaris_native_java_net_net_util_md_c patch-j2se_src_solaris_native_sun_awt_canvas_c patch-j2se_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-j2se_src_solaris_native_sun_xawt_XWindow_c Log message: MFC: Update to patchset 4 which includes a security fix for CVE-2007-0243 Buffer overflow allows applets to gain privileges via a GIF image with a block with a 0 width field, which triggers memory corruption and possible execution of arbitrary code. Also included in patchset 4 are corrections for building the jdk on amd64 systems with 4G+ memory and the inclusion of the mozilla headers needed to build the plugin without an external dependency on the old mozilla suite. ok kurt CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/12 15:22:39 Modified files: sys/arch/macppc/macppc: mainbus.c Log message: Cope with the different format of the name property of the root device in the openfirmware tree as found in old world macs. Also utilize the compatible property to print nice model information in the dmesg and the sysctl hw.vendor/product fields. mainbus0 (root): model Power Macintosh 9500 hw.vendor=Apple Computer, Inc. hw.product=Power Macintosh 9500 Note this is from a 9600, this information will reflect the architecture in this case both the 9500 and 9600 are from tsunami architecture and differ only in the processor daughtercard. Tested by myself and martin@ on old world machines, and by martin@ on a new world. ok martin@, drahn@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2007/02/12 15:36:47 Modified files: sys/net : if.c Log message: Don't pass random flags to SIOIFFLAGS when changing the lladdr. OK tedu@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2007/02/12 17:14:42 Modified files: net/gaim : Makefile Log message: Removing 2 invalid autoconf options. Removed when the old audio support was replaced with the gstreamer stuff. No change to the resulting package. from brad@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/12 17:20:59 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h Log message: Check for some CPUID flags found on newer Intel processors. ok tom@ gwk@ krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/12 17:22:48 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: specialreg.h Log message: Check for xTPR result of CPUID. ok tom@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/12 17:37:24 Modified files: include : Makefile usr.sbin/httpd : Makefile.bsd-wrapper usr.sbin/httpd/src: Configure Added files: usr.sbin/httpd/src/include: ap_config_auto.h Log message: remove prereq, by using a pre-generated include file (this one should now be MI since we removed stuff that was arch-dependent). The Configure script still rebuilds a copy of that file, and we check it for diffs. okay millert@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/12 19:38:31 Modified files: sys/dev/ic : mfi.c Log message: Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked because during runtime the bug condition does not happen. ok krw joris CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/12 21:39:43 Modified files: sys/dev/acpi : acpi.c Log message: Add smarter _INI code. This helps with some dissapearing devices. ok kettenis jordan CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/12 21:40:00 Modified files: sys/dev/acpi : dsdt.c Log message: Fixed stupid bit mangling on index fields Changed field read/write code for special case aligned, non-aligned read/write ok marco@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/02/12 23:39:50 Modified files: sys/netinet : tcp_input.c Log message: whitespace fix CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 01:05:37 Modified files: sys/dev : sequencer.c Log message: fall into -> FALLTHROUGH to appease lint CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2007/02/13 01:52:35 Modified files: . : want.html Log message: Add some items that would make life more pleasant. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/13 02:13:43 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: Security update to moinmoin-1.5.7. (CVE-2007-0857) More info: http://secunia.com/advisories/24096 Add missing dependecy on python-expat. ok sturm@, djm@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2007/02/13 03:12:08 Modified files: graphics/tgif : Makefile distinfo graphics/tgif/patches: patch-setup.c patch-tgif.man graphics/tgif/pkg: DESCR PLIST Log message: update to version 4.1.45 from Martynas Venckus ok bernd@, sturm@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/13 03:16:05 Modified files: etc : hoststated.conf Log message: fix some typos in the default configuration file. discussed with reyk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 03:38:00 Modified files: sys/dev/pci : if_dc_pci.c Log message: Add missing break in attach code. ok tom@ claudio@ henning@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/02/13 04:55:01 Modified files: security/nessus: Makefile.inc security/nessus/core: Makefile distinfo security/nessus/libnasl: distinfo security/nessus/libraries: distinfo security/nessus/libraries/patches: patch-nessus-libraries_Makefile security/nessus/plugins: distinfo security/nessus/plugins/pkg: PLIST Log message: - maintenance update to 2.2.9 . - SHA256 checksums (reminded by sturm). ok sturm@ CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2007/02/13 05:52:07 Modified files: sys/arch/i386/i386: mainbus.c Log message: Zap unused local acpi_attached variable, since it has been superseded by acpi_hasprocfvs. ok gwk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/13 06:00:14 Modified files: security/cyrus-sasl2: Makefile Log message: - take over maintainership - bump PKGNAME ok jakob@ (obviously), pvalchev@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/13 06:36:27 Modified files: audio/herrie : Makefile distinfo Log message: update herrie to 1.4 (and sha256'ify) ok bernd@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/13 08:21:59 Modified files: sbin/dhclient : dhclient.c Log message: error check socket() return; ok henning@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/13 08:56:22 Modified files: sbin/fsck_ffs : setup.c Log message: Do some extra validation of the superblock, otherwise a corrupt superblock might lead to crashes or other mishap. Now my fuzzed fs images no longer crash fsck_ffs. ok mickey@ pedro@ millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/13 09:14:46 Modified files: usr.bin/top : top.1 Log message: improve the description for -C; started by a mail from Igor Sobrado; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/13 09:16:23 Modified files: usr.bin/top : top.1 Log message: mark up `dumb' using .Em, to be consistent with an earlier mark up of `intelligent'; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/13 09:47:48 Modified files: usr.bin/cvs : file.h Log message: zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/13 10:04:14 Modified files: sys/kern : vfs_subr.c Log message: fix ddb buf print CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/13 10:11:05 Modified files: security/nss : Makefile distinfo security/nss/patches: patch-mozilla_security_coreconf_command_mk patch-mozilla_security_nss_Makefile patch-mozilla_security_nss_tests_common_init_sh security/nss/pkg: PLIST Log message: - Install only the main tools. - Fix build on alpha. From maintainer Martynas Venckus; ok kurt@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2007/02/13 10:50:26 Modified files: usr.bin/mg : search.c Log message: Fix a problem with wrapped incremental searches. Basically, on wrap, the line pointer and offset would get out of sync, leading to incorrect line numbers or a segfault. Deanna Phillips did all the work of spotting it tracking it down to the right function. Thanks! While here, add emacs-like messages for wrapped and failed incremental searches. Tested by Deanna. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/13 11:14:01 Modified files: share/man/man9 : malloc.9 Log message: It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA. ok brad CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/13 11:32:57 Modified files: sys/dev/usb : if_cdcef.c usbf_subr.c sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udcreg.h Log message: USB client mode with cdce function driver is coming along, RX and TX kinda work. Limitations include failing to recieve packets that are a multiple of 64 bytes and sending packets longer than 128 bytes appears to be messed up. Work in progress. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/13 11:35:32 Modified files: sys/dev/pci : ppb.c Log message: Fix typo in comment CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/13 11:39:34 Modified files: usr.sbin/cron : crontab.c pathnames.h Log message: crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939. OK millert@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/13 12:00:58 Modified files: usr.sbin/httpd/src: Configure usr.sbin/httpd/src/include: ap_config_auto.h Log message: unbreak compile on 64bit systems; no cookie for espie. ok millert CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/13 12:22:29 Modified files: etc/etc.luna88k: MAKEDEV.md Log message: Create the /dev/lcd node; ok aoyama@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/13 12:22:46 Modified files: etc/etc.luna88k: MAKEDEV share/man/man8/man8.luna88k: MAKEDEV.8 Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/13 13:07:10 Modified files: sys/arch/alpha/include: exec.h Log message: Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/13 13:08:38 Modified files: lib/libevent : event.h Log message: Add prototype for bufferevent_base_set(). From the libevent SVN repo, by Thorsten Glaser via brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/13 13:10:33 Modified files: sys/dev/pci : if_msk.c Log message: Fix typo. Spotted by brad@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/13 13:10:58 Modified files: lib/libevent : event.c Log message: Avoid double recacl when loop_once is used. From libevent SVN via brad@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/13 13:30:48 Log message: Import aiccu 20070115, the SixXS automatic IPv6 connectivity client utility. Status: Vendor Tag: naddy Release Tags: naddy_20070213 N ports/net/aiccu/Makefile N ports/net/aiccu/distinfo N ports/net/aiccu/pkg/DESCR N ports/net/aiccu/pkg/PLIST N ports/net/aiccu/pkg/MESSAGE N ports/net/aiccu/patches/patch-common_aiccu_h N ports/net/aiccu/patches/patch-doc_aiccu_1 N ports/net/aiccu/patches/patch-doc_aiccu_conf No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/13 13:32:28 Modified files: net : Makefile Log message: aiccu replaces sixxs-heartbeatd CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/13 13:34:35 Removed files: net/sixxs-heartbeatd: Makefile distinfo net/sixxs-heartbeatd/files: Makefile net/sixxs-heartbeatd/patches: patch-client_hb_c patch-client_heartbeat-client_c patch-client_heartbeat_conf net/sixxs-heartbeatd/pkg: DESCR MESSAGE PLIST Log message: SixXS has retired the heartbeat client. Use net/aiccu instead. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/13 13:37:07 Modified files: sbin/fsck_ffs : utilities.c Log message: "Fix" a horrible signal handler. ckfini() breaks all the rules for signal handlers, calling free() and not being reentrant. This commit fixes to most importamt problem (^C on the "MARK FILESYSTEM CLEAN?" question causes a double free), but actually SIGINT handling should be completely rewritten. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/13 13:54:10 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Add a delay for ep0 handling. Dunno why, but without debug prints it would not attach properly until a delay was added. Also some debug quieting. CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2007/02/13 14:48:20 Modified files: usr.bin/grep : grep.1 grep.c regress/usr.bin/grep: Makefile Log message: - Be explicit on command line checking, instead of relying on patterns, which may be NULL (e.g. -e ''). - let add_pattern() decide how to deal with empty patterns, don't do magic in read_patterns(). This unbreaks stuff like grep -e '', and makes grep -f more POSIX compliant. Semantics for grep -f /dev/null (or any other empty file) may be questionable, but this case isn't specified by POSIX, and matching nothing at all seems to be sane. Thanks to otto@, who mentioned potential problems related to the -x option with the first patch i sent. ok jaredy@ (some time ago), otto@, millert@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/13 14:54:22 Modified files: sbin/dhclient : dhclient.c privsep.h Log message: move includes only needed in dhclient.c; ok henning@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/13 14:59:13 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-sample-config_nagios_cfg_in net/nagios/nagios/pkg: PLIST-main Log message: update to nagios 2.7 many bugfixes ok bernd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/13 16:47:13 Modified files: lang/ruby : Makefile Log message: bump pkgnames after the 4.1 bump. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/13 16:47:26 Modified files: textproc/p5-Template: Makefile Log message: Add missing SHARED_ONLY=Yes, bump PKGNAME. ok espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/13 17:53:17 Modified files: sys/dev/ic : mfi.c Log message: bus_space does byte swapping to cope with host endianness for us, so remove an unnecessary htole32(). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 17:53:48 Modified files: sys/altq : altq_rmclass.h sys/arch/alpha/alpha: db_disasm.c sys/arch/i386/i386: linux_machdep.c sys/arch/vax/vax: db_disasm.c sys/dev/ata : ata_wdc.c sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : ar5210.c ar5211.c ar5212.c isp_target.c pdq.c sys/dev/isa : fd.c sys/dev/pci : if_de.c sys/dev/wscons : wsdisplay.c sys/isofs/cd9660: cd9660_rrip.c sys/kern : kern_lock.c uipc_socket.c vfs_subr.c sys/net : bridgestp.c if.c if_spppsubr.c pf.c pfkeyv2.c rtsock.c slcompress.c sys/netinet : in.c ip_ah.c ip_ipsp.c ip_mroute.c ip_spd.c sys/netinet6 : raw_ip6.c sys/ufs/ufs : ufs_quota.c sys/uvm : uvm_meter.c Log message: Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ henning@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 18:12:16 Modified files: sys/arch/luna88k/dev: siotty.c sys/dev/pci : auixp.c sys/dev/wscons : wsdisplay_compat_usl.c wsemul_dumb.c wsemul_sun.c wsemul_vt100.c sys/net80211 : ieee80211_proto.c Log message: FALLTHRU -> FALLTHROUGH for consistency. Suggested by miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/13 18:16:22 Modified files: libexec/spamd-setup: spamd-setup.c Log message: Fix some realloc() off-by-one errors found by ray@. Also simplify fix_quoted_colons() to avoid realloc entirely since the output buffer is at most 2x the length of the input buffer. Parts adapted from a diff from tdeval@. OK ray@, beck@ CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/02/13 18:31:12 Modified files: sys/dev/acpi : acpitz.c Log message: Quiet a noisy debug message by using dnprintf instead of printf. ok marco CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/02/13 18:53:24 Modified files: distrib/sets/lists/base: md.armish md.hp300 md.hppa md.hppa64 md.mvme68k md.mvme88k md.sgi md.sparc md.vax distrib/sets/lists/comp: md.armish md.hp300 md.hppa md.hppa64 md.mvme68k md.mvme88k md.sgi md.sparc md.vax Log message: sync the rest (atomic.h) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/13 18:54:43 Modified files: sysutils/lsof : Makefile Added files: sysutils/lsof/patches: patch-Configure Log message: recognise 4.1; brad CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/13 21:36:53 Modified files: sys/dev/pci : ahci.c Log message: %b format string for the GHC register. less whitespace while here CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 21:46:44 Modified files: sys/dev/ic : atw.c Log message: remove no longer used rate related variable/defines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 21:49:43 Modified files: sys/dev/ic : atw.c Log message: put debug string tables under ATW_DEBUG CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/13 21:59:55 Modified files: sys/dev/ic : rtw.c Log message: remove some unused goop CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/13 22:48:47 Modified files: lib/libc/net : getaddrinfo.c Log message: Remove int pretending to be a size_t. OK millert@. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/02/13 23:34:20 Modified files: usr.bin/cvs : Makefile Log message: Fix spacing in Makefile. ok joris@ From: Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/14 01:18:25 Modified files: audio/amarok : Makefile Log message: do not try to build with libtmp, it doesn't work yet. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/14 01:29:28 Modified files: usr.bin/top : commands.c top.1 Log message: more refinements for the interactive commands section; ok otto CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2007/02/14 03:04:33 Modified files: sysutils/symon : Makefile distinfo Removed files: sysutils/symon/patches: patch-client_SymuxClient_pm Log message: update to 2.75, ok bernd pval relevant changes: 13/02/2007 - 2.75 - OpenBSD sensors missed includes (Constantine A. Murenin) 11/02/2007 - 2.74 - symon can be told what local interface to send data from (Henning Brauer) - removed typos in client/SymuxClient.pm (Sandeep Kr Sangwan) - OpenBSD sm_sensor upgrade to sensor_dev (Constantine A. Murenin) - symon network protocol version bumped to allow stream arguments upto 63 characters. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2007/02/14 03:17:26 Modified files: databases/openldap: Makefile distinfo Log message: add a bit of perl magic to make slapd just work regardless of which flavor you install and bump PKGNAME. Regen distinfo with SHA256 while we're at it. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/14 03:26:28 Modified files: graphics/p5-Image-Imlib2: Makefile sysutils/p5-Unix-Syslog: Makefile Log message: Use SHARED_ONLY=Yes to avoid PKG_ARCH=*. Bump PKGNAME. ok espie@, simon@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2007/02/14 03:26:35 Modified files: lib/libc/net : gethostnamadr.c Log message: remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/14 04:32:34 Modified files: fr : events.html want.html papers/fr : index.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/14 04:51:08 Modified files: databases/ruby-bdb: Makefile devel/ruby-ncurses: Makefile devel/subversion: Makefile graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-pixbuf: Makefile lang/STk : Makefile lang/librep : Makefile math/octave : Makefile math/plplot : Makefile net/ruby-pcap : Makefile textproc/ruby-hyperestraier: Makefile x11/rep-gtk : Makefile x11/ruby-gtk : Makefile x11/sawfish : Makefile Log message: bump PKGNAME due to PLIST changes after 4.0 -> 4.1 "feel free to bump whatever is needed" espie@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2007/02/14 05:06:34 Modified files: . : events.html Log message: - typo ok mbalmer@, steven@ CVSROOT: /cvs Module name: www Changes by: simon@cvs.openbsd.org 2007/02/14 05:19:45 Modified files: . : i386-laptop.html Log message: add Sony Vaio PCG-N505X and fix two html entities ok steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/14 06:34:28 ports/net/p5-Net-Ping-External/patches Update of /cvs/ports/net/p5-Net-Ping-External/patches In directory cvs.openbsd.org:/tmp/cvs-serv226/patches Log Message: Directory /cvs/ports/net/p5-Net-Ping-External/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/14 07:32:00 Modified files: usr.bin/ssh : bufbn.c Log message: typos in comments; ok jmc@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/02/14 09:07:29 Modified files: usr.bin/rcs : ci.1 ci.c rcsdiff.1 Log message: sync some manual page entries with actual usage. ok jmc@, xsa@ mostly From: Igor Sobrado CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/14 09:47:05 Modified files: sys/conf : param.c Log message: recycle swbuf that had been long gone (w/ old vm) (this is in preparation for approaching GBC work) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/14 09:55:28 Modified files: lang/swi-prolog: Makefile lang/gcc/3.3 : Makefile lang/gcc/4.2 : Makefile databases/ruby-ldap: Makefile textproc/eruby : Makefile textproc/gonzui: Makefile editors/emacs21: Makefile editors/xemacs21: Makefile Log message: bump PKGNAME due to PLIST changes after 4.0 -> 4.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/14 10:07:30 Modified files: lib/libc/net : getifaddrs.3 Log message: correct a mistake concerning ifa_data; found by Srebrenko Sehic, corrected by millert and claudio; CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/02/14 10:13:38 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/pkg: PLIST-main Added files: www/seamonkey/patches: patch-gfx_src_psshared_nsCUPSShim_cpp Log message: - fix cups printing as noted by Gareth - install man page from Martynas Venckus - regen distinfo (+sha256) okay naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/14 10:13:42 Modified files: www/mozilla : Makefile distinfo www/mozilla/pkg: PLIST-main Log message: install man page; from Martynas Venckus, ok kurt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/14 10:24:18 Modified files: x11/kde/bindings3: Makefile Log message: bump PKGNAME due to PLIST changes after 4.0 -> 4.1 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/14 10:42:32 Modified files: www/clearsilver: Makefile Added files: www/clearsilver/patches: patch-perl_Makefile_PL Log message: Unbreak perl module by solving issues with pthread linking. Much help from sturm@, thanks! ok sturm@, espie@, fkr@, markus@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/02/14 10:54:16 Removed files: gnu/usr.bin/rcs: COPYING CREDITS ChangeLog INSTALL INSTALL.RCS Makefile.bsd-wrapper Makefile.in NEWS README REFS configure configure.in install-sh mkinstalldirs rcs.ms rcs_func.ms gnu/usr.bin/rcs/man: ChangeLog Makefile.in ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsfile.5in rcsfreeze.1 rcsintro.1 rcsmerge.1 rlog.1 gnu/usr.bin/rcs/src: ChangeLog Makefile.in TAGS ci.c co.c conf.heg conf.sh ident.c maketime.c maketime.h merge.c merger.c partime.c partime.h rcs.c rcsbase.h rcsclean.c rcsdiff.c rcsedit.c rcsfcmp.c rcsfnms.c rcsfreeze.sh rcsgen.c rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsmerge.c rcsrev.c rcssyn.c rcstest rcstime.c rcsutil.c rlog.c version.c Log message: remove GNU RCS implementation from the tree. Open RCS has been used for over a release now. prompted by deraadt@, ok joris@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/14 10:59:33 Modified files: devel/cscope : Makefile distinfo Removed files: devel/cscope/patches: patch-src_command_c Log message: Security update to cscope-15.6. This contains fixes for several security vulnerabilities. More info: http://sourceforge.net/project/shownotes.php?group_id=4664&release_id=451806 Submitted by raga . Thanks! ok sturm@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/14 11:30:43 Modified files: . : plus.html Log message: typo; sysrq@sysrq.tk CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/14 12:01:56 Modified files: faq/pf/fr : anchors.html authpf.html carp.html ftp.html logging.html perf.html pools.html queueing.html tagging.html lt : errata.html ftp.html nl : donations.html porting/de : config.html libraries.html zh-cn : anoncvs.html books.html crypto.html cvsup.html cvsync.html orders.html translation.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/14 13:09:20 Modified files: sys/dev/ic : pgt.c Log message: Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does not work. Issue reported by brad@ OK mglocker@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/14 13:11:09 Modified files: usr.sbin/httpd/src: Configure Log message: g/c NO_DL_NEEDED, it is no longer used by os/unix/os.c CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/14 13:27:43 Modified files: . : sparc64.html Log message: UltraSPARC III works much better now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/14 13:52:27 Modified files: sys/dev/ic : malo.c Log message: Sync with pgt(4) multicast fix. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2007/02/14 15:05:07 Modified files: devel/libtool : Makefile distinfo Log message: Bump pkgname for 4.1; add SHA256. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/14 15:44:32 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST-main Added files: www/mozilla-firefox/patches: patch-xpfe_bootstrap_mozilla_man_in Log message: add man page; from Martynas Venckus , ok kurt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/14 15:45:37 Modified files: sys/dev/acpi : acpimadt.c Log message: Cleanup and hide debug messages. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 15:49:06 src/distrib/special/disknames Update of /cvs/src/distrib/special/disknames In directory cvs.openbsd.org:/tmp/cvs-serv3141/disknames Log Message: Directory /cvs/src/distrib/special/disknames added to the repository CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 15:51:16 Added files: distrib/special/disknames: Makefile disknames.c Log message: Hack a small program to return hw.disknames so that install scripts are not dependant on a clean dmesg to scan for disks and cds. "Looks good, seems right" art@ "commit" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 15:53:01 Modified files: distrib/special/disknames: disknames.c Log message: append \n at end of line, and make this more normal userland code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 15:53:28 Modified files: distrib/special/disknames: Makefile Log message: do not whack CFLAGS CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 16:02:03 Modified files: distrib/special/disknames: disknames.c Log message: Oops. Add $OpenBSD$ (pointed out by jasper@) and license (pointed out by deraadt@). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 16:05:59 Modified files: distrib/special/disknames: disknames.c Log message: /* not $*. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/14 16:15:01 Modified files: sbin/dhclient : dispatch.c Log message: use errwarn functions vs. syslog(); ok henning@ krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 16:19:26 Modified files: sbin/dhclient : clparse.c options.c privsep.c Log message: spacing and a typo that fell out of the read CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 16:37:18 Modified files: distrib/miniroot: install.sub Log message: Use new 'disknames' command to get names of disks and cds. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 16:38:21 Modified files: distrib/alpha/common: list distrib/amd64/common: list distrib/armish/ramdisk: list distrib/cats/ramdisk: list distrib/hp300/ramdisk: list distrib/hppa : list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/luna88k/ramdisk: list distrib/mac68k/ramdisk: list distrib/macppc/ramdisk: list distrib/miniroot: list distrib/mvme68k/ramdisk: list distrib/mvme88k/ramdisk: list distrib/mvmeppc/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/sparc64/bsd.rd: list distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list distrib/special: Makefile distrib/vax/common: list distrib/zaurus/ramdisk: list Log message: put the disknames command on all install media (hope i did not miss any) ok krw@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/14 17:32:27 Modified files: devel/autoconf/2.61: Makefile devel/autoconf/2.61/patches: patch-doc_autoconf_texi Log message: fix version in autoconf.texi. avoids some install-info warnings when deleting the package. ok espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/14 17:53:26 Modified files: sys/arch/sparc/dev: fd.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 : flash.c sys/dev/ata : wd.c sys/dev/isa : fd.c sys/dev/raidframe: rf_openbsdkintf.c Log message: Don't print the error strings returned by readdisklabel(). If you need the debug info uncomment the printf's you need. Crude but effective way to suppress 'no disklabel' errors that pop up at the most innconvenient times to frighten users. More elegant method, DPRINTF-like constructs or something, later. "Yay!" marco@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 19:27:43 Modified files: distrib/sets/lists/base: md.zaurus distrib/sets/lists/comp: md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/14 19:29:05 Modified files: distrib/sets/lists/base: md.sparc mi distrib/sets/lists/comp: md.hp300 md.mvme68k md.sparc distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/14 21:25:35 Modified files: lib/libc/net : getaddrinfo.c getnameinfo.c Log message: Remove two mutexes by replacing getservbyname() and getservbyport() calls with their reentrant versions. OK millert@. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/14 21:34:44 Modified files: sys/dev/usb : if_cdcef.c Log message: USB host is not scanning for packets if attached but cdce is not up. As an initial workaround for this, do not attempt to send any packets until a packet has been recieved. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/14 22:09:15 Modified files: sys/dev/usb : if_cdcef.c Log message: It is not valid to have the input endpoint and output endpoint the same. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/14 23:28:11 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Fix transmit packet termination. odd length and 64 byte multiple packets were not sending the last data correctly before. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/15 00:00:28 Modified files: sys/dev/usb : if_cdcef.c Log message: Dont hang completely on watchdog. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 00:11:17 Modified files: news/tin : Makefile Log message: add libidn to dependencies, the build picks it up ok naddy@ maintainer timeout CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 01:04:49 Modified files: databases/sqlports: Makefile Removed files: databases/sqlports: distinfo Log message: NO_CHECKSUM and remove empty distinfo from mikolaj.kucharski at gmail.com go for it espie@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 01:07:39 Modified files: multimedia/gstreamer-0.10/plugins-ugly: Makefile Log message: fix WANTLIB for sidplay package. ok espie@ CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/02/15 03:10:25 ports/devel/files Update of /cvs/ports/devel/files In directory cvs.openbsd.org:/cvs.d/hack/dlg/ports/devel/files Log Message: Directory /cvs/ports/devel/files added to the repository CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/02/15 03:21:53 ports/devel/subversion/files Update of /cvs/ports/devel/subversion/files In directory cvs.openbsd.org:/cvs.d/hack/dlg/ports/devel/subversion/files Log Message: Directory /cvs/ports/devel/subversion/files added to the repository CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/02/15 03:25:17 Modified files: devel/subversion: Makefile devel/subversion/pkg: PLIST-main Added files: devel/subversion/files: config Log message: by default subversion caches passwords in cleartext under ~/.subversion. the doco claims this is safe cos the directory has extremely restricted permissions, but noone i know agrees with this or feels safe. this change installs a config under /etc/subversion/config that disables this behaviour. discussed with pval@ ckuethe@ ok robert@ sturm@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: biorn@cvs.openbsd.org 2007/02/15 04:49:03 Modified files: x11/mplayer : Makefile distinfo Log message: mplayer uses an internal vorbis so LIB_DEPEND on ogg instead of vorbis. Noted by Moritz Grimm. Add SHA256. ok sturm@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/15 05:43:27 Modified files: sys/net : bridgestp.c Log message: Set topology change propagation on all ports _except_ the caller. From FreeBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/15 06:57:53 Modified files: share/man/man4 : ral.4 distrib/notes/alpha: hardware distrib/notes/amd64: hardware distrib/notes/armish: hardware distrib/notes/i386: hardware distrib/notes/landisk: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware distrib/notes/zaurus: hardware Log message: As noted by Daniel Gruber in PR 5377 Surecom EP-9001-g has multiple revisions, mention the relevant one. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2007/02/15 06:59:37 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: As mentioned by Daniel Gruber in PR 5377 Surecom EP-9001-g has multiple revisions, mention the relevant one. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2007/02/15 07:19:59 Modified files: share/man/man4/man4.luna88k: Makefile Added files: share/man/man4/man4.luna88k: lcd.4 Log message: Added a man page for lcd(4). ok jmc@ miod@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/15 08:22:27 Modified files: sbin/dhclient : privsep.c Log message: make read connection closed message a debug(); ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/15 09:51:49 Modified files: usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c Log message: get rid of the ConfigStart/End section used by the weird fragile apache configure system. the mod_auth_digest module has such a section, and there (via two other indirections, of course!) -DDEV_RANDOM=/dev/arandom is added to CFLAGS. via a few more bizarre indicrections that ends up in ap_config_auto.h. Since ap_config_auto.h gets installed in /usr/lib/apache/include/ and thus might be used by 3rd party modules, we must be very careful with removing shitz there. But I kinda doubt anything relies on a define that is only there when a module marked as experimental is compiled in. since we long ago made mod_auth_digest use arc4random and do not use said DEV_RANDOM define at all any more, we don't need it ourselves. so nuke the mod_auth_digest ConfigStart/End section, which doesn't do anything else, alltogether. Since mod_auth_digest is only compiled as DSO, the define was missing on static archs, therefore breaking the build on vax an friends since espie put the pregenerated ap_config_auto.h in. ok millert deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/15 09:52:32 Modified files: usr.sbin/httpd/src/include: ap_config_auto.h Log message: regen, DEV_RANDOM is gone CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/15 09:53:48 Modified files: . : INDEX Log message: sync, 4205 unzels CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 10:07:21 Modified files: www/gnash : Makefile Log message: add some missing libraries to WANTLIB, and move some indirect LIB_DEPENDS to WANTLIB. ok bernd@ deanna@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 10:15:42 Modified files: sysutils/symon : Makefile x11/vlc : Makefile Log message: fix WANTLIB ok bernd@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/15 10:58:35 Modified files: . : donations.html Log message: typo CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/15 11:05:05 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Add a mapping for logical to physical endpoints, otherwise data tries to go out the wrong endpoint. Some debug massage. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/02/15 11:08:50 Modified files: share/man/man9 : style.9 Log message: forever loops may be done with for or while, it doesnt matter; so remove a line that says it matters. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/15 11:37:07 Modified files: misc/gpsd : Makefile Log message: fix WANTLIB of the python subpackage. ok naddy@ ckuethe@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/15 11:39:26 Modified files: sys/arch/i386/isa: pccom.c Log message: break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2007/02/15 11:42:53 Modified files: sys/dev/ic : re.c Log message: from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... looks like realtek reversed the order of multicast stuff on the PCI-E cards CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/15 11:49:07 Modified files: . : events.html Log message: advertise my presence at fisl8.0 in brazil in april CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/15 12:57:48 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL patch-sa-update_raw Log message: 3.1.8 is a major bug-fix release, including a potential DoS. The major highlights are: - bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly long URIs found in the message content. - bug 5240: disable perl module usage in update channels unless --allowplugins is specified - bug 5288: files with names starting/ending in whitespace weren't usable - bug 5056: remove Text::Wrap related code due to upstream issues - bug 5145: update spamassassin and sa-learn to better deal with STDIN - bug 5140 and 5179: improvements and bug fixes related to DomainKeys and DKIM support - several updates for Received header parsing - several documentation updates and random taint-variable related issues A more detailed change log can be read here: http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes ok nikolay CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/15 13:20:39 Modified files: sys/dev/acpi : acpidock.c Log message: Don't clear the struct aml_value res when aml_evalnode() does this anyway. Also clean up a bit. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/15 13:31:18 Modified files: sys/dev/acpi : acpidock.c Log message: Let acpidock_eject take an extra argument of what node to call _EJ0 on. Will be used when ejecting devices sitting in the dock. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/15 13:36:03 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: TX is working fine, turn off debug. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/15 13:39:05 Modified files: sys/dev/usb : if_cdcef.c Log message: Reorder endpoints so that endpoint numbers match, remove more debug. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/15 13:43:33 Modified files: etc : sysctl.conf Log message: add two carp(4) sysctl examples: net.inet.carp.preempt=1 and net.inet.carp.log=1. it is so common to enable carp preemption... yes! henning@, ok mpf@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/02/15 13:45:39 Modified files: share/man/man4/man4.luna88k: intro.4 Log message: .Xr lcd(4) CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/15 13:48:29 Modified files: . : i386-laptop.html Log message: update Nils Frohberg's entry, from himself. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/15 14:02:17 Modified files: . : i386-laptop.html Log message: remove entries using OpenBSD <=3.7 from people who haven't replied to the update request after a generous timeout. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/15 14:02:18 Modified files: sys/dev/acpi : acpidock.c Log message: Change some functions so there's only one exit point. This should make it harder to introduce leaks in the code. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/15 14:03:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/15 15:05:25 Modified files: www/moinmoin : Tag: OPENBSD_3_9 Makefile distinfo www/moinmoin/pkg: Tag: OPENBSD_3_9 PLIST Log message: MFC: Security update to moinmoin-1.5.7. (CVE-2007-0857) More info: http://secunia.com/advisories/24096 Add missing dependecy on python-expat. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/15 15:09:19 Modified files: devel/cscope : Tag: OPENBSD_3_9 Makefile distinfo Removed files: devel/cscope/patches: Tag: OPENBSD_3_9 patch-src_command_c Log message: MFC: Security update to cscope-15.6. This contains fixes for several security vulnerabilities. More info: http://sourceforge.net/project/shownotes.php?group_id=4664&release_id=451806 Submitted by raga . Thanks! CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/15 15:17:32 Modified files: www/moinmoin : Tag: OPENBSD_4_0 Makefile distinfo www/moinmoin/pkg: Tag: OPENBSD_4_0 PLIST Log message: MFC: Security update to moinmoin-1.5.7. (CVE-2007-0857) More info: http://secunia.com/advisories/24096 Add missing dependecy on python-expat. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/15 15:27:11 Modified files: devel/cscope : Tag: OPENBSD_4_0 Makefile distinfo Removed files: devel/cscope/patches: Tag: OPENBSD_4_0 patch-src_command_c Log message: MFC: Security update to cscope-15.6. This contains fixes for several security vulnerabilities. More info: http://sourceforge.net/project/shownotes.php?group_id=4664&release_id=451806 Submitted by raga . Thanks! CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/15 15:40:02 Modified files: sys/netinet : in_gif.c Log message: Simplify even more by reducing shared code in #if NBRIDGE and default case. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/15 15:45:09 Modified files: sys/netinet6 : in6_gif.c Log message: Simplify the #if NBRIDGE case as in in_gif.c:1.33. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/15 18:25:50 Modified files: sys/dev/pci : if_bge.c Log message: bge_newbuf_std() should return ENOBUFS on failure, as that's what callers check for. One return accidentally changed to ENOMEM when r1.133 reverted r1.85. Nuke superfluous blank line. From brad@, tested by myself and Johan M:son Lindman. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/15 19:16:20 Modified files: etc : MAKEDEV.common Log message: create "i" partitions for floppies too, in case we need them CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/15 19:16:34 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.cats : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.mac68k : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.mvme88k: MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/15 19:19:02 Modified files: share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.cats: 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.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.sgi: 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: sync CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2007/02/15 19:47:03 Modified files: . : events.html Log message: Chocolate is not spelled "chocolat". At least not in English. OK ajacoutot@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/15 20:00:52 Modified files: usr.bin/rcs : buf.h Log message: Correct function name in comment. From Pierre Riteau . OK xsa@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/15 21:48:48 Modified files: distrib/miniroot: dot.profile Log message: better X"" idiom in while loop; didickman@yahoo.com CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/15 22:14:25 Modified files: fr : alpha.html amd64.html donations.html events.html hppa.html i386.html macppc.html sparc64.html want.html zaurus.html faq/pf/fr : carp.html example1.html papers/fr : index.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/15 23:39:20 Modified files: build : packages-4.0 packages-3.9 Log message: cscope, mod_auth_ldap, moinmoin CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/15 23:39:35 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/16 00:30:56 Modified files: lang/squeak : Makefile devel/p5-YAML : 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/runner: Makefile devel/py-twisted/web: Makefile devel/py-twisted/web2: Makefile devel/py-twisted/words: Makefile Log message: fix a bunch of typos in rcs tags. from martynas CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 01:02:35 Modified files: share/man/man4/man4.luna88k: intro.4 spc.4 Log message: - comment out unwritten pages for now - tidy up the lcd and spc entries CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/16 01:34:29 Modified files: sbin/fsck_ffs : setup.c Log message: Fix a row of bugs in the code that computes the alternate superblock locations based on the disklabel. - unit bug: disklabel size is in sectors, but superblock fs size is in fragments. - The disklabel contains the maximum superblock size, not the actual as used by newfs. - problem is that mkfs reduces track/sector and secors/track to make the cylindergroup fit in a fs block. In this case the values in the disklabel do not predict what's in the superblock. This fixes all these problems. It correctly predicts the location of all superblocks on all my filesystems I have online (sized between 100MB and 1000GB). Also tested with filesystems with different block and fragment sizes. Written this with a goto to make the diff easier to read. ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/02/16 02:04:34 Modified files: bin/mv : mv.c Log message: Allow moving files starting with a dash across file system boundaries. Noticed by Roland Illig. ok otto@ millert@ jaredy@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/16 02:32:06 Modified files: . : donations.html Log message: fix a link CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/16 02:50:28 Modified files: . : plus34.html plus38.html hackathons.html lyrics.html Log message: cleanup some tags/move them to the right place. from martynas CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/16 03:16:09 Modified files: sbin/ipsecctl : parse.y Log message: Do not accept '\n' in quoted strings. Addresses issues noticed by Prabhu Gurumurthy (http://marc.theaimsgroup.com/?l=openbsd-misc&m=116060233106902&w=2), thanks! ok markus@ cloder@ (uhm, quite some time ago) CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/16 03:20:47 Modified files: regress/sbin/ipsecctl: ikefail8.ok ikefail9.ok ikefail10.ok Log message: Adopt to recent change in parse.y (do not accept '\n' in quoted strings). The syntax error is now reported at the correct line. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2007/02/16 05:13:33 Modified files: . : landisk.html Log message: the power switch works CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/16 06:16:06 Modified files: usr.bin/calendar/calendars: calendar.openbsd Log message: couple more entries CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:29:04 Modified files: usr.sbin/lpr/lpq: lpq.1 lpq.c Log message: sort options and sync usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:34:58 Modified files: usr.sbin/lpr/lprm: lprm.1 lprm.c Log message: sync synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:39:06 Modified files: usr.sbin/lpr/lpd: lpd.8 Log message: sort options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/16 06:41:21 Modified files: sys/net : if_tun.c Log message: Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed via TUNSIFINFO. ppp(8) was happily clearing the RUNNING flag and so all incomming packets where dropped. Issue reported by irix ukr net. While there check that the mtu is in a valid range -- stolen from SIOCSIFMTU case. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:47:03 Modified files: usr.bin/spell : spell.ksh spell.1 Log message: sync synopsis and usage(); mostly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:53:08 Modified files: bin/csh : csh.1 Log message: sort options and make -X a little clearer; mostly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/16 06:59:54 Modified files: bin/rm : rm.1 Log message: change [-f | -i] to [-fi]: although technically not as correct, it is simpler (clearer), and matches cp(1), mv(1), posix, and even usage(); CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/02/16 07:04:10 Modified files: . : luna88k.html Log message: add a link for lcd(4), now that we have a page for it, and remove "(not user-controllable)", since it's no longer true. ok Kenji Aoyama CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/16 09:10:14 Removed files: security/nss/patches: patch-mozilla_security_coreconf_command_mk Log message: remove empty patch file; from Martynas Venckus CVSROOT: /cvs Module name: src Changes by: tsi@cvs.openbsd.org 2007/02/16 09:56:22 Modified files: distrib/alpha/bsd.rd: Makefile distrib/alpha/common: Makefile.inc distrib/hp300/ramdisk: Makefile distrib/hppa/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sparc/ramdisk: Makefile.inc distrib/sparc64/bsd.rd: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile distrib/vax/ramdisk: Makefile.inc etc : Makefile Log message: s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/16 11:13:45 Modified files: distrib/sets/lists/base: md.hp300 md.mvme68k distrib/sets/lists/comp: md.hp300 md.mvme68k Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/16 12:08:54 Modified files: infrastructure/mk: bsd.port.mk Log message: use _CKSUMFILES in clean=dist, and recurse if we notice there are SUPDISTFILES, so we get them as well. This misbehavior noticed by Mikolaj Kucharski. (the intention is obviously to regrab everything to verify whether anything changed, and that includes SUPDISTFILES) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/16 12:13:57 Modified files: gnu/usr.bin/perl/ext/IO/lib/IO: Socket.pm Log message: Back-port a getpeername() fix from IO version 1.30. Also add a missing defined() that fixes send on unix domain sockets. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/16 12:15:28 Modified files: share/man/man7 : mirroring-ports.7 Log message: explain about RECURSIVE_FETCH_LIST in a clear way (why is mirror-maker taking so much time ?). Some formatting advice from jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/16 13:05:49 Modified files: etc/skel : dot.cshrc Log message: ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2007/02/16 13:13:20 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: Address PR 5380: refer to DH MODP well-known group numbers. Thanks to sthen symphytum DOT spacehopper DOT org CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/16 15:56:48 Modified files: lang/python/2.5: Makefile lang/python/2.5/patches: patch-configure_in Log message: make configure script like all versions of OpenBSD, unbreaks build. ok sturm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/16 15:59:44 Modified files: sys/arch/macppc/conf: GENERIC Log message: Enable malo(4) on macppc. OK mglocker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 18:45:34 Modified files: sys/dev/usb : usbdevs Log message: Add some uslcom(4) ids found in Linux. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 18:46:26 Modified files: sys/dev/usb : usbdevs_data.h usbdevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 18:47:47 Modified files: sys/dev/usb : uslcom.c share/man/man4 : uslcom.4 Log message: Add some device ids found in Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 19:17:18 Modified files: sys/dev/usb : usbdevs Log message: Add some axe(4) device ids found in Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 19:18:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/16 19:19:59 Modified files: sys/dev/usb : if_axe.c share/man/man4 : axe.4 Log message: Add some additional device ids found in Linux driver. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/16 19:29:46 Modified files: infrastructure/db: hosts-sparc Log message: update to what i use now.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/16 19:58:15 Modified files: distrib/sets/lists/base: md.vax distrib/sets/lists/comp: md.vax Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/16 20:16:26 Modified files: sys/arch/i386/conf: RAMDISK Log message: To squeeze new stuff onto onto the very full boot floppies, occasionally some drivers for ancient devices must die. To modify one of my favorite quotes into this particular context: The total amount of suffering per year [on a boot floppy] is beyond all decent contemplation. During the minute that it takes me to compose this sentence, [a few device drivers] are being [deleted], many others are running for their lives, whimpering with fear, others are being slowly devoured from within by rasping parasites, thousands of all kinds are dying of starvation, thirst and disease. It must be so. If there is ever a time of [sufficient space], this very fact will automatically lead to an increase in [driver] population until the natural state of starvation and misery is restored. - cribbed from Richard Dawkins "God's Utility Function", Scientific American, November 1995 Of course, these drivers remain on the CD boot media, so there is a solution for the truly desperate legacy addicts. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/16 22:39:15 Modified files: sys/dev/pci : ahci.c Log message: only reset the controller if it is already enabled. CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2007/02/17 03:39:36 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeter CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/02/17 03:52:28 Modified files: usr.sbin/vnconfig: vnconfig.c Log message: for -k option, bail out immediately if getpass() doesnt return sth usefull. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/17 04:41:49 Modified files: sys/dev/pci : pcidevs Log message: Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/17 04:42:25 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/17 04:51:21 Modified files: sys/arch/amd64/amd64: powernow-k8.c Log message: Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also correct PowerNow in a couple of places. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/17 06:26:39 Modified files: share/man/man4 : axe.4 Log message: sort the hardware list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/17 06:32:15 Modified files: usr.sbin/dhcpd : dhcpd.8 dhcpd.c Log message: no code for -p, so remove from man page and usage(); confirmed by ckuethe; spotted by Mark Lumsden CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/17 07:32:38 Modified files: sys/ufs/ffs : fs.h Log message: do not look for sblock at offset 0; pedro@ deraadt@ ok CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/17 07:51:37 Modified files: lib/libssl : cert.pem Log message: remove two expired certificates, diff from ok jakob@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/17 07:54:47 Added files: share/man/man9 : aml_evalnode.9 Log message: Marco has been wanting documentation for the AML/ACPI API for a long time so here is a first stab at it. Only documents three functions so far, but I'm putting it in the tree now so more people can easily contribute. Input and ok marco jmc CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/17 08:55:08 Modified files: graphics/openjpeg: Makefile distinfo graphics/openjpeg/patches: patch-Makefile Log message: - build the shared library separately and with -fPIC, unbreaks build on amd64 - do not link with libstdc++ and bump major version - honor CC and CFLAGS - add SHA256 sum feedback and ok naddy@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/17 08:57:14 Modified files: sbin/fsck : fsutil.c Log message: silence fsck_{e2fs,ffs} when being put to work on non-existing filenames idea from and ok pedro@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/17 08:59:47 Modified files: share/man/man9 : aml_evalnode.9 Log message: Add aml_find_node(). CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/17 09:30:11 Modified files: graphics/gd : Makefile distinfo graphics/gd/patches: patch-Makefile_in patch-configure Removed files: graphics/gd/patches: patch-gd_gif_in_c Log message: Security update to gd-2.0.34. (CVE-2007-0455) This update fixes multiple security vulnerabilities. More info: http://www.libgd.org/ReleaseNote020034 http://secunia.com/advisories/23916/ Tested in a bulk build by steven@. Thanks! ok espie@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/17 10:35:43 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/conf: files.amd64 sys/arch/amd64/include: cpu.h cpufunc.h specialreg.h Added files: sys/arch/amd64/amd64: amd64errata.c Log message: Add code to check for the AMD amd64 errata, and correct them where possible. Taken from NetBSD. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/17 10:38:37 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/conf: files.i386 sys/arch/i386/include: cpufunc.h specialreg.h Added files: sys/arch/i386/i386: amd64errata.c Log message: Bring in the AMD errata checks from amd64. Changes to either copy of amd64errata.c must be replicated in the other. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/17 11:23:43 Modified files: usr.bin/cvs : add.c admin.c checkout.c client.c config.c cvs.c edit.c entries.c import.c init.c repository.c server.c update.c util.c util.h Log message: cvs_path_cat() removal since we can now easily handle that functionality w/ xsnprintf(); Initial diff started by thib@. OK thib@ joris@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/17 11:27:38 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: -q flag is unused (old shared code from dhclient); spotted by mark@cyodesigns ok krw CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/17 11:40:37 Modified files: devel/autoconf/2.60: Makefile distinfo devel/autoconf/2.60/patches: patch-doc_autoconf_texi devel/autoconf/2.61: Makefile distinfo devel/autoconf/2.61/patches: patch-doc_autoconf_texi Log message: resolve some texinfo conflicts between 2.60 and 2.61, and rerun makesum. from Moritz Grimm ok espie@ CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/02/17 11:53:28 Modified files: sys/dev/acpi : acpibat.c Log message: Since a full battery can still have state BST_CHARGE ("charging"), fullness needs to be checked first. Otherwise, full batteries are always described as "charging." ok marco CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/17 11:59:04 Modified files: x11/qt3 : Makefile x11/qt3/patches: patch-qmake_generators_unix_unixmake2_cpp x11/qt3/pkg : PLIST-main Log message: fix pkgnames, bump stuff. add a qt-mt.pc that looks like something. fix a buglet in qmake. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/17 12:04:24 Modified files: devel/cmake : Makefile distinfo Log message: minor update, mostly some sh compat stuff... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/17 12:08:17 Modified files: sys/arch/m68k/m68k: pmap_motorola.c Log message: In pmap_collect(): - do not bother checking for pmap_kernel() and operating on it, as pmap_collect() will not be invoked for P_SYSTEM process. - preserve wired pages while purging. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/17 12:08:58 Modified files: sys/arch/m68k/m68k: pmap_motorola.c Log message: If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract(). CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/17 13:56:38 Modified files: lib/libc/net : getaddrinfo.c Log message: Remove duplicate code. No functional change. OK itojun@, moritz@, and millert@. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/17 15:27:37 Modified files: www/mozilla : Makefile Log message: bump PKGNAME-devel, which depends on PKGNAME-main. ok naddy@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/17 16:25:07 Modified files: share/man/man9 : aml_evalnode.9 Log message: Document aml_val2int(). Also, add an EXAMPLES section that shows use of aml_evalname(), aml_val2int(), and aml_freevalue() in turn. Still a lot more to come. ok marco CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/17 16:57:16 Modified files: sys/kern : vfs_subr.c Log message: fix ddb buf printing for daddr_t growth to 64bit; from juan hernandez gonzalez; tested by bluhm@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/17 16:59:03 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/conf: RAMDISK RAMDISK_CD sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD sys/arch/i386/i386: machdep.c sys/dev/acpi : acpi.c acpiec.c Log message: Add SMALL_KERNEL throught acpi to make it fit on boot media. ok deraadt CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/17 17:05:39 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Turn radio (version 2050) on. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/17 18:27:55 Modified files: sys/dev/pci : ahci.c Log message: reorder allocation of the ports resources so register manipulation can be done earlier. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/17 18:37:49 Modified files: sys/dev/acpi : acpi.c Log message: Shave off another K pre compression. Shuffle SMALL_KERNEL functions around so that we only have a single #ifndef CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/17 19:25:05 Modified files: sys/dev/acpi : dsdt.h dsdt.c acpi.c Log message: Added dynamic perfect hash for opcodes ok marco@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/17 23:23:38 Modified files: databases/ocaml-sqlite3: Makefile distinfo databases/ocaml-sqlite3/patches: patch-Makefile_in Log message: need -fPIC for shared objects (build on amd64) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/18 00:08:52 Added files: infrastructure/plist: vax Log message: vax plist CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/02/18 00:15:06 Modified files: x11/lablgtk : Makefile distinfo x11/lablgtk/patches: patch-src_Makefile Log message: -fPIC necessary (builds on amd64 now) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 00:48:25 Modified files: share/man/man9 : aml_evalnode.9 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 00:49:42 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: missing full stop; from Daniel Matic CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 01:18:03 Modified files: usr.sbin/amd/amd: amd.8 get_args.c Log message: sort options and sync usage(); from Igor Sobrado also fix a misplaced .El CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 01:34:38 Modified files: usr.sbin/amd/amq: amq.8 amq.c Log message: simplify synopsis/usage; mostly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/18 02:37:21 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Start to add radio PHY initialization routines. Rename some radio variable names to names which doesn't confuse me everytime I have to use them. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/18 03:29:41 Modified files: security/nikto : Makefile distinfo Log message: switch distfile to .tar.bz2 and find it in the archive, this is identical to the .tar.gz we had before, while the one in the archive is slightly older noticed by Zahid Bukhari CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/18 03:30:45 Modified files: usr.bin/cvs : checkout.c Log message: an erroneous free() crept in due to a merge error CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/18 03:34:29 Modified files: security/nikto : Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: switch distfile to .tar.bz2 and find it in the archive, this is identical to the .tar.gz we had before, while the one in the archive is slightly older CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/18 03:35:22 Modified files: security/nikto : Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: switch distfile to .tar.bz2 and find it in the archive, this is identical to the .tar.gz we had before, while the one in the archive is slightly older CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/18 04:42:40 Modified files: sys/dev/ic : bcw.c Log message: Sort routines (phy, radio). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/18 04:43:19 Modified files: sys/arch/vax/vax: disksubr.c Log message: In writedisklabel(), read the disklabel sector before rewriting it, to preserve the non-disklabel contents; otherwise altering your disklabel may render your machine unbootable. ok deraadt@ krw@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/18 05:40:08 Modified files: . : macppc.html Log message: Update. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/18 06:49:22 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: If no MBR partitions are found when spoofing a disklabel, try looking for a bare FAT12/16/32 filesystem. If one is found, spoof it as 'i'. This enables iPod shuffles and other umass devices that are shipped with a bare FAT32 filesystem to be used as install media. And generally makes things easier for the user just trying to mount some media, e.g. floppies. Does not make it safe to write a disklabel or MBR on such a device! That will still obliterate the FAT filesystem. Help and suggestions from tom@ and deraadt@. Feedback and suggestions for future enhancements from espie@ mickey@ and peter@. ok tom@ deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/18 07:18:28 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/conf: GENERIC sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/mips64/mips64: disksubr.c Log message: Remove #ifdef/#endif's around MBR checking code. Remove now unused option DISKLABEL_I386. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/18 07:40:01 Modified files: sys/dev/usb : usbdevs Log message: another udav(4) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/18 07:40:46 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/18 07:44:44 Modified files: sys/dev/usb : if_udav.c share/man/man4 : udav.4 Log message: Add support for ShanTou ST268. Tested by Paul de Weerd. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/18 08:14:38 Modified files: sys/dev/ic : bcw.c Log message: Add bcw_shm_write16(). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/18 08:19:03 Modified files: sys/dev/ic : bcw.c Log message: Comment corrections from Bret Lambert. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/18 09:03:34 Modified files: sys/dev/ic : bcw.c Log message: Add bcw_phy_set_baseband_attenuation(). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/18 09:07:54 Modified files: graphics/gd : Tag: OPENBSD_3_9 Makefile distinfo graphics/gd/patches: Tag: OPENBSD_3_9 patch-Makefile_in patch-configure Removed files: graphics/gd/patches: Tag: OPENBSD_3_9 patch-gd_gif_in_c Log message: MFC: Security update to gd-2.0.34. (CVE-2007-0455) This update fixes multiple security vulnerabilities. More info: http://www.libgd.org/ReleaseNote020034 http://secunia.com/advisories/23916/ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/18 09:14:43 Modified files: graphics/gd : Tag: OPENBSD_4_0 Makefile distinfo graphics/gd/patches: Tag: OPENBSD_4_0 patch-Makefile_in patch-configure Removed files: graphics/gd/patches: Tag: OPENBSD_4_0 patch-gd_gif_in_c Log message: MFC: Security update to gd-2.0.34. (CVE-2007-0455) This update fixes multiple security vulnerabilities. More info: http://www.libgd.org/ReleaseNote020034 http://secunia.com/advisories/23916/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/18 10:25:51 Modified files: usr.sbin/amd/amd: amd.8 Log message: document -C option; ok jmc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/18 11:20:28 Modified files: share/man/man4/man4.sparc: cgfourteen.4 Log message: Provide a working example of changing resolution. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/18 11:38:55 Modified files: sys/arch/sparc/dev: mgx.c sys/dev/sbus : mgx.c Log message: Make it more apparent these boards have (crippled version of) vga-compatible crtc. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/18 11:40:35 Modified files: sys/arch/sparc/dev: cgfourteen.c cgsix.c cgthree.c p9000.c p9100.c rfx.c tcx.c vigra.c Log message: Display the interrupt priority in dmesg, for frame buffers which register interrupt handlers. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 11:52:34 Modified files: sbin/raidctl : rf_configure.c Log message: Don't ignore buffer size argument. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 11:56:33 Modified files: sbin/raidctl : rf_configure.c Log message: Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 12:03:11 Modified files: lib/libc/net : getaddrinfo.c Log message: strlen(3) returns size_t. OK itojun@. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/18 12:19:02 Modified files: sys/dev/vesa : vesabios.c vesafb.c Added files: sys/dev/vesa : vbe.h Log message: Add currently unused functions for getting EDID information (max supported resolution, hsync, vsync etc) from the monitor using DDC. Cleanup a whole bunch of magic, ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/18 12:31:12 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/18 12:33:48 Modified files: sys/arch/macppc/dev: pm_direct.c pm_direct.h adb.c Log message: Correct yo-yo shutdowns: Apparently some machines don't detect a clean (i.e. software initiated) shutdown; and ignore the 'wake on AC loss' bit, meaning they wake up immediatly after being told to shutdown e.g. via shutdown -hp. So now we continue preserve the wake on AC loss behaivour, howerver if we initiate a clean shutdown we clear this bit so that it the machine does not immediately power back up again. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 13:16:05 Modified files: sbin/raidctl : rf_configure.c Log message: Use sizeof(buf) instead of magic numbers. From Charles Longeau to tech@ back in November, reminded by deraadt@. OK moritz@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 13:26:38 Modified files: usr.sbin/amd/amd: amd.8 get_args.c Log message: oops, let synopsis and usage agree; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 13:33:45 Modified files: usr.sbin/rpc.bootparamd: rpc.bootparamd.8 bootparamd.c Log message: sync usage() and synopsis; spotted by Igor Sobrado CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 13:38:28 Modified files: lib/libc/net : gethostnamadr.c Log message: strlen(3) returns size_t, not int. Suggested by itojun@ in response to my getaddrinfo fixes. OK millert@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 13:41:34 Modified files: usr.sbin/iostat: iostat.c iostat.8 Log message: - sync SYNOPSIS and usage() - add args to the option list - I/O does not need .Tn - .Nm does not need an argument based on a diff from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: mk@cvs.openbsd.org 2007/02/18 13:44:46 Modified files: . : events.html Log message: Add EuroBSDCon 2007. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/02/18 13:47:16 Modified files: share/man/man9 : Makefile Log message: Add aml_evalnode.9 along with the required MLINKS. Prodded by deraadt which made me notice I'd forgotten to update MLINKS as I added new functions. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 13:51:46 Modified files: usr.sbin/kgmon : kgmon.8 kgmon.c Log message: order options and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/18 13:54:18 Modified files: usr.bin/rcs : co.c Log message: keep correct permissions on the RCS file when locking/unlocking the file with ci and co. fixes PR 5379. OK millert@ joris@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 13:57:53 Modified files: usr.sbin/map-mbone: mapper.c map-mbone.8 Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 14:00:17 Modified files: usr.sbin/memconfig: memconfig.8 Log message: unneeded .Op; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 14:04:14 Modified files: usr.sbin/mrouted: mrouted.8 main.c Log message: tidy up synopsis and usage; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 14:16:03 Modified files: usr.sbin/mtrace: mtrace.8 mtrace.c Log message: tidy up synopsis and usage; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/18 14:19:00 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: unused extern decl From: Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 14:20:08 Modified files: usr.sbin/pppd/pppstats: pppstats.c pppstats.8 Log message: tidy up synopsis and usage; from Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/02/18 15:14:34 Modified files: www/thttpd : Makefile distinfo www/thttpd/pkg : DESCR PLIST Log message: - s/httpd/thttpd/ in DESCR. - SHA256 hash. - regen PLIST while there. ok pvalchev@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 15:56:21 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.8 Log message: tidy up synopsis and options list; from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/18 16:01:10 Modified files: nl : donations.html ftp.html hppa.html i386.html luna88k.html macppc.html zaurus.html fr : cvsync.html donations.html events.html goals.html landisk.html luna88k.html macppc.html pkg-stable.html pkg-stable39.html policy.html users.html vax-simh.html faq/fr : faq11.html faq12.html faq14.html faq6.html faq9.html truetype.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html faq/pf/nl : carp.html lt : donations.html index.html pkg-stable.html pkg-stable39.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:04:56 Modified files: usr.sbin/quotaon: quotaon.8 quotaon.c Log message: simplify synopsis and usage(); based on a diff from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:17:59 Modified files: usr.sbin/repquota: repquota.c repquota.8 Log message: tidy up synopsis and usage(); partly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:22:33 Modified files: usr.sbin/trpt : trpt.8 trpt.c Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:27:06 Modified files: usr.sbin/ypbind: ypbind.c ypbind.8 Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:32:02 Modified files: usr.sbin/yppoll: yppoll.8 yppoll.c Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:34:57 Modified files: usr.sbin/ypserv/ypserv: ypserv.8 ypserv.c Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:37:53 Modified files: usr.sbin/ypset : ypset.8 ypset.c Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/18 16:50:47 Modified files: distrib/crunch/crunchide: crunchide.c usr.sbin/arp : arp.c usr.sbin/ndp : ndp.c Log message: Use sizeof(buf) instead of hard coded numbers. From Charles Longeau long ago. OK moritz@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 16:59:03 Modified files: usr.sbin/cron : cron.8 cron.c Log message: tidy up synopsis and usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/18 17:08:38 Modified files: usr.sbin/cron : crontab.c crontab.1 Log message: tidy up synopsis and usage(); CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/18 20:33:37 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/18 23:43:47 Modified files: build : packages-4.0 packages-3.9 Log message: gd CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/18 23:44:06 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 01:29:30 Modified files: sbin/ipsecctl : parse.y Log message: undo previous commit and keep the original behaviour of the parser. asked for by deraadt@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 01:47:38 Modified files: regress/sbin/ipsecctl: ikefail8.ok ikefail9.ok Log message: previous commit to parse.y was undone. adopt these two regression tests. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 01:50:43 Modified files: sbin/ipsecctl : ipsecctl.c Log message: do not display empty authkey/enckey line when -k option is not specified. ok markus@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 01:55:41 Modified files: sys/crypto : xform.c Log message: minimum blocksize for ESP is 32 bit, so adjust blocksize of NULL encryption accordingly. Makes NULL encryption useable with ESP. Noticed by Martin Hedenfalk . ok markus@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 02:00:46 Modified files: sbin/ipsecctl : ike.c parse.y Log message: Bits for ESP+NULL encryption. This is useful, when AH can not be used (when being behind NAT). With Martin Hedenfalk , thanks! ok markus@ CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/02/19 02:39:48 Modified files: devel/subversion: Makefile devel/subversion/pkg: DESCR-main Log message: note that we're changing the default for auth credential caching in our package. steven requested i add ruby to the list of subpackages while im here. ok robert@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 02:43:34 Modified files: sbin/isakmpd : pf_key_v2.c conf.c Log message: isakmpd bits for ESP+NULL encryption. This is useful, when AH can not be used (when being behind NAT). With Martin Hedenfalk , thanks! CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 03:00:14 Modified files: sbin/isakmpd : isakmpd.conf.5 sbin/ipsecctl : ipsec.conf.5 Log message: Document NULL encryption. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 03:12:45 Modified files: regress/sbin/ipsecctl: Makefile Log message: we have to use '-k' now to show keys. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/19 03:18:01 Modified files: regress/sbin/ipsecctl: sa9.in sa9.ok Log message: add a test for null encryption CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/19 03:18:58 Modified files: sys/net : pf.c Log message: add handling of skip steps for urpf-failed addresses. ok dharthmei@, henning@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/02/19 03:45:58 Modified files: usr.bin/ssh : monitor.c monitor_wrap.c servconf.c servconf.h sshd_config.5 Log message: Teach Match how handle config directives that are used before authentication. This allows configurations such as permitting password authentication from the local net only while requiring pubkey from offsite. ok djm@, man page bits ok jmc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/19 04:40:00 Modified files: usr.bin/cvs : buf.c buf.h cmd.c cvs.h entries.c file.c rcs.c rcs.h util.c util.h Log message: Fix const inconsistencies, void pointer artithmetic and a few other things. now gcc -Wall and lint are more happy. ok joris@ xsa@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 04:44:24 Modified files: sys/conf : files sys/dev/ata : files.ata Added files: sys/dev/ata : atascsi.c atascsi.h Log message: pull in atascsi, a scsi to ata translation layer, so i can work on it in tree. ive lost two large changes today thanks to my own stupidity which could have been avoided if they were in the tree. discussed with deraadt@ ok jsg@ grange@ an older version was ok marco@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 04:48:34 Modified files: sys/dev/ata : atascsi.c atascsi.h Log message: as is short for atascsi, not ab CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 04:53:34 Modified files: sys/dev/ata : atascsi.c atascsi.h Log message: implement the start of the framework for scsi emulation of ata disks CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 04:55:04 Modified files: sys/dev/ata : atascsi.c Log message: REQUEST_SENSE will say there is no sense data. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 04:57:45 Modified files: sys/dev/ata : atascsi.c Log message: oops, i should have tried to compile the REQUEST_SENSE handling before committing it. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/19 04:59:00 Modified files: sys/arch/amd64/amd64: lapic.c sys/arch/i386/i386: lapic.c Log message: Remove unused variable lapic_timer ok art@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 05:04:01 Modified files: sys/dev/ata : atascsi.c Log message: code to set up a global pool for allocating ata_xfers out of, and for accessing that pool. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 05:06:16 Modified files: sys/dev/ata : atascsi.c Log message: actually init and destroy the shared ata stuff when an atascsi instance is created or destroyed. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 05:10:40 Modified files: sys/dev/ata : atascsi.h Log message: i think ata_xfers should look more like this. stash the number of the port in the ata_port struct so a hba can find its own info for that port. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/02/19 05:43:38 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure patch-vl_c Added files: emulators/qemu/patches: patch-cpu-all_h Log message: - allow building on armish - fix the build on the arm architecture by moving the cpu_get_real_ticks() function for non-optimized to the correct place - add correct REGRESS_TARGET even if the regressions tests are utterly broken - bump PKGNAME CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2007/02/19 05:57:17 Modified files: . : press.html Log message: GLMF special issue nr 29 has several articles in french on OpenBSD. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/19 06:02:08 Modified files: usr.bin/file : file.1 file.c Log message: Our version of file(1) doesn't have the MIME magic file, so remove references to -i/--mime and no longer accept them on the command line. Update the HISTORY section to be less confusing. Based on a diff to tech@ by Mikolaj Kucharski, mikolaj (dot) kucharski (at) gmail (dot) com. Prompted by jmc@; input from and ok jmc@ and otto@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/19 06:18:08 Modified files: sys/dev/ata : atascsi.h Log message: precomp -> features as per ATA spec ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 06:51:30 Modified files: sys/dev/pci : files.pci Log message: ahci will depend on atascsi and scsi CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/19 06:54:07 Modified files: sys/dev/pci : ahci.c Log message: stick atascsi onto ahci, which in turn attaches a scsibus. while this compiles, it definitely doesnt work. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 07:17:57 Modified files: sbin/isakmpd : isakmpd.conf.5 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 07:20:46 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: tweak; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/19 07:42:15 Modified files: editors/nedit : Makefile distinfo editors/nedit/patches: patch-makefiles_Makefile_openbsd Added files: editors/nedit/patches: patch-util_check_lin_tif_c Log message: - fix the lesstif FLAVOR - regen patches while there ok bernd@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/19 07:50:20 Modified files: usr.sbin/httpd : Makefile.bsd-wrapper Log message: unbreak by allowing clean in !objdir case to fail (no Makefile there in that case), ok espie, also noticed by simon CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2007/02/19 08:04:29 XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-landisk Update of /cvs/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-landisk In directory cvs.openbsd.org:/cvs.d/hack/todd/x/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-landisk Log Message: Directory /cvs/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-landisk added to the repository CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2007/02/19 08:27:11 Modified files: xc/programs : Imakefile xc/config/cf : Imake.cf OpenBSD.cf Added files: distrib/notes : README.landisk distrib/sets/lists/xbase: md.landisk distrib/sets/lists/xetc: md.landisk distrib/sets/lists/xserv: md.landisk distrib/sets/lists/xshare: md.landisk xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-landisk: host.def Log message: add support for landisk CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2007/02/19 08:37:59 Modified files: distrib/sets/lists/xbase: md.landisk Log message: sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2007/02/19 09:14:01 Modified files: www/mod_auth_kerb: Makefile distinfo Log message: Update to mod-auth-kerb 5.3. Fixes possible buffer overflow. ok sturm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/19 10:17:54 Modified files: sys/arch/amd64/conf: GENERIC Log message: ACPIVERBOSE should be off, like i386 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/19 10:18:43 Modified files: sys/arch/alpha/include: atomic.h sys/arch/amd64/include: atomic.h sys/arch/arm/include: atomic.h sys/arch/armish/include: atomic.h sys/arch/aviion/include: atomic.h sys/arch/cats/include: atomic.h sys/arch/hp300/include: atomic.h sys/arch/hppa/include: atomic.h sys/arch/hppa64/include: atomic.h sys/arch/i386/include: atomic.h sys/arch/landisk/include: atomic.h sys/arch/luna88k/include: atomic.h sys/arch/m68k/include: atomic.h sys/arch/m88k/include: atomic.h sys/arch/mac68k/include: atomic.h sys/arch/macppc/include: atomic.h sys/arch/mips64/include: atomic.h sys/arch/mvme68k/include: atomic.h sys/arch/mvme88k/include: atomic.h sys/arch/mvmeppc/include: atomic.h sys/arch/powerpc/include: atomic.h sys/arch/sgi/include: atomic.h sys/arch/sh/include: atomic.h sys/arch/solbourne/include: atomic.h sys/arch/sparc/include: atomic.h sys/arch/sparc64/include: atomic.h sys/arch/vax/include: atomic.h sys/arch/zaurus/include: atomic.h Log message: only make this interface available to the kernel for now, discussed witha rt and such; tested and ok miod drahn CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/19 10:18:59 Modified files: lang : Makefile Added files: lang/gcc : Makefile Log message: move control of gcc versions built to gcc subdirectory. Easier to manage that way... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/19 10:22:03 Modified files: sys/dev/usb : if_ral.c if_rum.c if_uath.c Log message: do not do a curproc test for interrupt context, because it is plainly wrong. this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/19 10:42:24 Modified files: faq : faq10.html Log message: fix a few links; from Martynas Venckus. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2007/02/19 11:57:21 Modified files: . : press.html Log message: [GERMAN] OpenBSD und Linux: Kritik an Stillhalteabkommen fuer Treiberentwicklung, heise online, February 2, 2007. This article attempts to summarize the reaction of the OpenBSD community against driver development under NDA. However, it doesn't really get the point. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 12:09:27 Modified files: lib/libc/string: strxfrm.3 Log message: from hubertf@netbsd: Try to tell what this really does. Including a BUGS section on why it doesn't. *roff code by wiz@, with some input from Slava Semushin ok millert CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/19 12:16:14 Modified files: . : donations.html Log message: Add Christiaan Simons CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/19 12:47:06 Modified files: de : events.html fr : pkg-stable.html pkg-stable39.html press.html zh-cn : anoncvs.html crypto.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/19 12:50:29 Modified files: de : alpha.html donations.html events.html i386-laptop.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/19 12:50:50 Modified files: infrastructure/package: find-all-conflicts Log message: Introduce -p option. This allows us to scan the ports tree for conflicts without the need to have the packages around. It's really easy now to check if a new package conflicts with other stuff in the ports-tree: $ find-all-conflicts -p /usr/ports newpkg.tgz help & ok espie@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 13:01:12 Modified files: usr.bin/locate/code: locate.code.c Log message: - Check for fgets failure. - Pass sizeof(buf) to fgets. - Only print what was read. - Simplify error checking while printing bigrams. Inspired by diff from Charles Longeau long ago. OK millert@ and moritz@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/19 13:14:50 Modified files: infrastructure/fetch: fetch-all Log message: use cksum -a $CIPHER instead of $CIPHER here, too; ok espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 13:28:32 Modified files: lib/libc/string: strxfrm.3 Log message: wording fix from wiz@netbsd, -r1.11; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/19 13:44:24 Modified files: sys/arch/i386/i386: ioapic.c Log message: Put warning about shared IPL interrupts under MPVERBOSE and don't talk about degraded performance. requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/19 14:03:50 Modified files: lib/libpthread/arch/sh: _atomic_lock.c uthread_machdep.h Added files: lib/libpthread/arch/sh: uthread_machdep.c uthread_machdep_asm.S Log message: pthread bits for sh; help deraadt@, ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2007/02/19 14:09:10 Modified files: net/openafs : Makefile net/openafs/files: param.i386_obsd40.h net/openafs/patches: patch-acinclude_m4 patch-src_config_afs_sysnames_h Log message: Unbreak build with 4.1. todd@ takes maintainership. ok espie@, todd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/19 14:30:27 Modified files: lang/gcc : Makefile Log message: unbreak tree CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 14:32:35 Modified files: usr.sbin/fdformat: fdformat.1 fdformat.c Log message: tidy up synopsis and usage(); reported by Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/19 14:39:01 Modified files: lang/gcc : Makefile Log message: skip 4.1 for now CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 14:42:41 Modified files: usr.sbin/ypserv/makedbm: makedbm.8 makedbm.c Log message: - simply synopsis and usage() - order options mostly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 14:48:01 Modified files: usr.sbin/map-mbone: map-mbone.8 Log message: tweaks from Igor Sobrado and myself; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 14:51:10 Modified files: usr.sbin/mtrace: mtrace.8 Log message: put -n in the right place; from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2007/02/19 15:18:20 Modified files: . : events.html Log message: i'll be at AsiaBSDCon 2007 too CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/19 15:39:57 Modified files: usr.sbin/timed/timed: timed.8 timed.c Log message: sort options and sync usage(); from Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2007/02/19 15:59:33 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-target-sparc_op_helper_c Log message: Fix build on powerpc. Remove extra util from WANTLIB (spotted by ajacoutot), and bump the PKGNAME. ok robert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/19 16:25:25 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/19 16:42:39 Modified files: sys/dev/acpi : acpi.c acpihpet.c acpitimer.c acpivar.h Log message: Added acpi_map_address function for mapping GAS/IO registers ok marco@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/19 17:02:56 Modified files: sbin/sysctl : sysctl.c Log message: knf found while fixing another bug CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 18:44:16 Modified files: lib/libc/crypt : bcrypt.c sbin/dump : optr.c sbin/routed : parms.c usr.bin/tip : value.c usr.sbin/httpd/src/modules/standard: mod_cern_meta.c usr.sbin/ypserv/revnetgroup: parse_netgroup.c Log message: Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau long ago. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 18:47:03 Modified files: lib/libc/rpc : getrpcent.c Log message: Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau long ago. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 18:50:01 Modified files: sbin/disklabel : disklabel.c Log message: Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau long ago. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 18:52:01 Modified files: usr.bin/tset : tset.c Log message: Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau long ago. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/19 18:56:12 Modified files: usr.bin/units : units.c Log message: Change hard coded numbers to sizeof(buf). Also change some sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau long ago. OK millert@. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/19 21:06:17 Modified files: usr.sbin/hoststated: pfe_filter.c Log message: use HOST_UP instead of an hard coded integer CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2007/02/19 21:10:32 Modified files: usr.bin/mg : mg.1 Log message: Document -h option. CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2007/02/19 21:26:26 Modified files: usr.bin/mg : mg.1 Log message: Back out -h doc after discussion with theo CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2007/02/19 21:39:46 Modified files: usr.bin/mg : main.c Log message: Remove useless -h option (if you don't know the synopsis, how do you know -h?). OK deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 01:18:47 Modified files: usr.bin/make/PSD.doc: tutorial.ms Log message: typos; from Daniel Dickman CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 01:23:04 Modified files: usr.sbin/fdformat: fdformat.1 Log message: put -n in the right place; from Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/02/20 01:51:53 Modified files: mail/milter-spamd: Makefile distinfo Log message: update to version 0.5; the new release fixes the incorrect manual page regarding rebuilding sendmail with milter support; we have milter support by default for years now; noticed by otto@, update provided by dhartmei@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2007/02/20 03:25:14 Modified files: usr.bin/ssh : clientloop.c Log message: set maximum packet and window sizes the same for multiplexed clients as normal connections; ok markus@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/20 04:24:32 Modified files: usr.sbin/syslogd: privsep.c syslogd.c Log message: implement logging to other program's stdin. if the target is like "| /path/to/program", syslogd forks and execs program and sends the selected log messages to program's stdin. uses a socketpair, grows the receive buffer on the reader side and has the socket nonblocking on syslog'd side to prevent syslogd blocking. I'm using that here to feed logsurfer from ports for automated log analysis, werks beautifully. lots of input & help mpf, ok mpf djm "no objections" millert CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/20 04:42:42 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) gmail (dot) com) and Stuart Henderson (stu (at) spacehopper (dot) org) on misc@. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/20 04:47:07 Modified files: math/graphviz : Makefile distinfo Added files: math/graphviz/patches: patch-cmd_lefty_ws_x11_libfilereq_Draw_c patch-contrib_diffimg_Makefile_in patch-lib_gd_gd_gif_in_c patch-lib_gvc_gvconfig_c patch-plugin_xlib_gvdevice_xlib_c patch-tclpkg_gv_Makefile_am patch-tclpkg_gv_Makefile_in patch-tclpkg_tclstubs_Makefile_in patch-tclpkg_tkstubs_Makefile_in math/graphviz/pkg: DESCR-main PFRAG.shared-main PLIST-main Removed files: math/graphviz/patches: patch-tools_vmalloc_vmdebug_c math/graphviz/pkg: DESCR MESSAGE PFRAG.shared PLIST Log message: finally update to graphviz 2.12 initial port, most things appear to work after fixes to handle new gd, to get plugins to work, and to fix xlib output). Set up as a MULTI_PACKAGES so that we can sort further components into distinct parts later. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/20 04:56:45 Modified files: usr.sbin/syslogd: syslog.conf.5 Log message: document syslog to other programs, ok jmc CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/02/20 05:17:35 Modified files: . : amd64.html Log message: ral(4) is now on the CD-ROM boot image, but still not the floppy. Reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 06:41:19 Modified files: usr.bin/biff : biff.1 biff.c Log message: sort options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 06:47:28 Modified files: sbin/ccdconfig : ccdconfig.8 Log message: sort options and sync synopsis; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 06:50:00 Modified files: usr.bin/col : col.1 Log message: sort options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 06:52:22 Modified files: usr.bin/from : from.1 from.c Log message: sort options and avoid line wrap; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 06:55:17 Modified files: sbin/fsirand : fsirand.8 fsirand.c Log message: simplify synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 07:01:16 Modified files: sbin/modload : modload.8 modload.c Log message: sort options and sync usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 07:05:29 Modified files: sbin/mount : mount.8 Log message: sort the -o options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 07:07:32 Modified files: sbin/mount_nfs : mount_nfs.8 Log message: sort the -o options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 07:11:17 Modified files: usr.bin/nc : netcat.c Log message: usage(): add -P and tweak -X; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 09:52:40 Modified files: sys/dev/acpi : dsdt.c Log message: Move AML_OBJDEBUG into ACPI_DEBUG. KNF while in here too. CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/02/20 09:55:37 Modified files: usr.bin/pr : pr.c Log message: Some cleanup including: - use sig_atomic_t signal handler flag - atoi() -> strtonum() conversion - remove vararg without matching fmt string - some more lint/gcc silencing ok millert@ ray@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/02/20 09:59:24 Modified files: usr.bin/tip : value.c Log message: Remove wrong length check, which is off-by-one, and let snprintf(3) decide, if the whole string fittet into the buffer. ok ray@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/02/20 10:06:23 Modified files: sys/dev/pci : arc.c Log message: No use checking malloc return when called with M_WAITOK. ok dlg@, tested by jolan@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/20 10:42:29 Modified files: sys/kern : kern_sysctl.c Log message: for sensors do not leak kernel pointers when copying out to userland; spotted by art, ok dlg art CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/20 10:42:47 Modified files: sys/kern : vfs_subr.c Log message: for vfsconf sysctl, do not leak kernel sensors out to userland ok art thib CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/02/20 12:02:32 Modified files: . : plus.html Log message: sync (Feb 19); JJ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/20 12:37:40 Modified files: sys/netinet : ip_ether.c Log message: Fix the bpf hook in etherip_input() by using the right address family and moving the m_adj() down to prevent so that the ethernet header is preserved. This fixes tcpdump on bridged gif(4) interfaces. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/20 13:06:56 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h Log message: fix live bookmarks on sparc64 from Martynas Venckus CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/20 13:24:34 Modified files: . : events.html Log message: more upcoming talks; peter@bsdly.net CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/20 13:28:44 Modified files: . : events.html Log message: order CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/20 13:33:23 Modified files: net/fping : Makefile distinfo net/fping/patches: patch-fping_c Log message: Undo broken strl* conversion. Mostly from Stuart Henderson ; ok sturm@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/20 13:43:40 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: Remove duplicate entry. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/20 14:04:55 Modified files: www/mod_auth_ldap: Tag: OPENBSD_4_0 Makefile www/mod_auth_ldap/patches: Tag: OPENBSD_4_0 patch-auth_ldap_c Log message: MFC: Fix security patch. Some parts of it aren't needed and caused problems. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/02/20 14:15:01 Modified files: lib/libkvm : kvm_i386.c shlib_version sys/arch/i386/conf: files.i386 sys/arch/i386/i386: autoconf.c cpu.c db_memrw.c genassym.cf kgdb_machdep.c lapic.c locore.s machdep.c mpbios.c mptramp.s pmap.c vm_machdep.c kvm86.c sys/arch/i386/include: _types.h bus.h cpu.h loadfile_machdep.h param.h pmap.h pte.h vmparam.h sys/arch/i386/pci: pci_addr_fixup.c pci_machdep.c pcibios.c Log message: Revert PAE pmap for now, until the strange bug is found. This stops the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/20 14:16:06 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/20 14:16:49 Modified files: www/mod_auth_ldap: Tag: OPENBSD_3_9 Makefile www/mod_auth_ldap/patches: Tag: OPENBSD_3_9 patch-auth_ldap_c Log message: MFC: Fix security patch. Some parts of it aren't needed and caused problems. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/20 14:24:36 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: ~1052 lines of new PHY radio initialization code and no end in sight. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/20 15:06:47 Modified files: sys/dev/ic : acx.c Log message: Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 15:10:28 Modified files: sys/dev/acpi : acpitimer.c Log message: KNF while in here. CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/02/20 15:17:12 Modified files: . : amd64.html i386.html Log message: i386 and amd64 boot CDs haven't used a 2.88MB floppy boot image for a while now. ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 15:23:57 Modified files: sbin/fsdb : fsdb.8 fsdb.c Log message: clarify that -f is not optional; ok otto CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/20 15:25:30 Modified files: sys/dev/pci : ahci.c Log message: fill some macros for ahci structures. fix a spello while there. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 15:25:45 Modified files: sys/dev/acpi : acpihpet.c Log message: KNF while here. CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/02/20 15:26:41 Modified files: faq : upgrade-old.html Log message: Actually, versions covered here are currently 2.3 to 4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/20 15:27:59 Modified files: sys/dev/pci : ahci.c Log message: oops, missed one in the cmd list entry CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/20 15:33:37 Modified files: sys/dev/pci : ahci.c Log message: rename ccb_id to ccb_slot so its more clear what its used for. stash a pointer to the port and the ata_xfer in there too. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 16:54:46 Modified files: sys/dev/acpi : acpihpet.c Log message: It helps to enable hpet... This fixes bnx not working on amd64. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/20 18:32:21 Modified files: sys/scsi : sd.c Log message: Don't unconditionally spin up SDEV_UMASS devices. They almost certainly don't need it, or are capable of reporting themselves in need of a spin up. Feedback from various agreeing it is unlikely such devices exist. Fixes devices found by Markus Bergkvist and Johan M:son Lindman. ok dlg@ CVSROOT: /cvs Module name: www Changes by: deanna@cvs.openbsd.org 2007/02/20 19:03:38 Modified files: . : users.html Log message: Add DixonGroup Consulting clients Cebatech, Loligo Cache Systems, NetThruPut and TalkPlus. From Jason Dixon (jason at dixongroup dot net). More to come. ok steven@, no objections grunk@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/20 20:36:25 Modified files: sys/dev/acpi : dsdt.c Log message: Fixed deref for storing to local after CondRef op ok marco@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/20 20:53:32 Modified files: games/hack : hack.pager.c usr.sbin/fdformat: fdformat.c Log message: - Pass full buffer size to fgets. - No need to initialize buffer. - Spacing. Based on diff from Charles Longeau long ago. OK moritz@. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 20:58:12 Modified files: sys/dev/acpi : acpiac.c Log message: Some Sony VAIOs use the wrong eventing type. Work around that by honering it. Found by giovanni ok jordan CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/20 21:09:54 Modified files: usr.bin/cvs : rcsnum.c Log message: Replace a manual xrealloc with rcsnum_setsize. From Charles Longeau . OK joris@. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 21:12:47 Modified files: sys/dev/acpi : acpiec.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/20 21:18:45 Modified files: usr.bin/cvs : buf.c buf.h file.c import.c Log message: Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison function, should not do any resource freeing. OK joris@. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/20 22:32:00 Modified files: sys/dev/acpi : acpiprt.c Log message: Fix a few memory leaks. ok jordan@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/20 22:38:11 Modified files: sys/dev/usb : usbdevs Log message: usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/20 22:40:06 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/20 22:41:57 Modified files: sys/dev/usb : ubsa.c Log message: let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/20 22:43:06 Modified files: share/man/man4 : ubsa.4 Log message: add Option GlobeTrotter 3G+ to the list of devices supported by ubsa(4) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 22:55:21 Modified files: lib/libc/gen : sysctl.3 Log message: net.inet.esp.udpencap is enabled by default; from jared rr spiegel: documentation/5385 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 23:10:01 Modified files: share/man/man4 : vlan.4 Log message: from brad: Hardware VLAN stripping was removed by Camiel before 3.8. ok camiel CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/20 23:22:25 Modified files: sbin/quotacheck: quotacheck.8 quotacheck.c Log message: simplify synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/21 03:05:46 Modified files: de : alpha.html donations.html events.html i386-laptop.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/02/21 03:27:59 Modified files: de : goals.html index.html stable.html faq/de : index.html faq/fr : faq10.html faq/pf/de : carp.html fr : amd64.html donations.html events.html press.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/02/21 04:00:05 Modified files: usr.bin/ssh : sshd.c Log message: Clear alarm() before restarting sshd on SIGHUP. Without this, if there's a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the newly exec'ed sshd will get the SIGALRM and not have a handler for it, and the default action will terminate the listening sshd. Analysis and patch from andrew at gaul.org. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/02/21 04:01:10 Modified files: sys/arch/hp300/dev: hd.c hdvar.h Log message: remove part of buf abuse and store errcnt in softc (instead of b_errcnt); more work can be done to lower buf abuse even more; miod@ testing and ok CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/21 06:08:22 Modified files: sys/dev/pci : devlist2h.awk pci_subr.c Log message: put the structs defining the content of pcidevs_data.h into that header file, rather than in pci_subr.c before theyre used. this allows the header to be used elsewhere without needing to copy a chunk out of pci_subr.c. ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/21 06:10:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen for inclusion of the structs used in pcidevs_data.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/21 06:17:12 Modified files: sys/stand/boot : cmd.c Log message: hand-cruft an isprint() for deciding which characters to echo to the console; ignore all others. based on idea by didickman@gmail.com, ok tom CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/21 06:17:28 Modified files: sys/dev/pci : devlist2h.awk Log message: put structs after copyright notice; ok dlg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/21 06:17:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/21 06:24:55 Modified files: sys/net : if_tun.c Log message: For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. Don't allow the userland to fiddle with flags reserved by the driver. Noticed by Ingo Schwarze. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2007/02/21 06:45:47 ports/net/yt/files Update of /cvs/ports/net/yt/files In directory cvs.openbsd.org:/tmp/cvs-serv10214/files Log Message: Directory /cvs/ports/net/yt/files added to the repository CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2007/02/21 06:50:18 Modified files: net/yt : Makefile net/yt/pkg : DESCR Added files: net/yt/files : yt.lua Removed files: net/yt : distinfo net/yt/pkg : MESSAGE Log message: yt-2, with suggestions from sturm@, okay sturm@, jasper@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/21 07:25:51 Modified files: sys/dev/ic : acx.c Log message: Make the firmware load on big endian systems and while there make sure that the right value is printed in case of an error. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/21 08:01:28 Modified files: share/man/man4 : tun.4 Log message: Sync with reality. Initial diff by Ingo Schwarze additional help by jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/21 09:33:09 Modified files: sbin/raidctl : raidctl.8 raidctl.c Log message: sort options; sync synopsis and usage() from Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/21 09:37:34 Modified files: math/graphviz : Makefile Log message: build depends do not recurse. noticed by steve andre. no package change -> no bump. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/21 09:44:44 Modified files: bin/test : test.1 Log message: order options; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/21 09:48:03 Modified files: usr.sbin/user : user.8 Log message: put -G in the right place; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/21 10:00:00 Modified files: usr.sbin/user : useradd.8 Log message: put -L and -G in the right place; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/21 10:27:54 Modified files: devel/libgtop : Makefile distinfo devel/libgtop/patches: patch-doc_libgtop_texi devel/libgtop2 : Makefile distinfo devel/libgtop2/patches: patch-lib_open_c patch-src_daemon_gnuserv_c patch-sysdeps_freebsd_procmap_c patch-sysdeps_freebsd_sem_limits_c patch-sysdeps_freebsd_sysinfo_c Added files: devel/libgtop2/patches: patch-doc_libgtop2_texi Removed files: devel/libgtop2/patches: patch-doc_ligtop2_texi Log message: fix texinfo stuff, regen patches, rerun makesum from Moritz Grimm ok espie@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2007/02/21 11:10:31 Modified files: usr.sbin/syslogd: syslogd.c Log message: Create "syslogd: restart" message after the setup of signal handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2007/02/21 11:12:36 Modified files: usr.bin/rcs : co.c Log message: make sure checkout_rev() sets correct file permissions via file->rf_mode in case where fstat() of file->rf_fd won't give us right mode. fixes PR #5383 ok xsa@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/21 12:17:23 Modified files: sys/dev/acpi : acpi.c acpimadt.c acpiprt.c Log message: Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. ok marco@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/21 12:25:40 Modified files: sys/crypto : blf.h sys/dev : vnd.c Log message: Don't use arbitrary 128 bytes as size of the blf key array if we know exactly how much blowfish takes at max, which is 72 bytes. Also define a constant for this in the include file, suggested by ray@. ok pedro@ thib@ tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/21 12:34:25 Modified files: sys/arch/i386/i386: machdep.c Log message: part missed in PAE revert: ptoa() paddr_t size is no longer printed with %llu; ok miod CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/21 13:26:33 Modified files: www/mod_auth_bsd: Makefile distinfo Added files: www/mod_auth_bsd/patches: patch-Makefile Log message: Fix build now that DEV_RANDOM has disappeared from the apache headers. No change in the resulting package. ok robert@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/21 13:46:57 Modified files: sys/dev/acpi : acpiec.c Log message: Fix stuttering audio playback as reported by Igor Grabin. Tested by several folks and ok canacar CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/21 15:32:05 Modified files: sys/arch/hp300/dev: hd.c hdvar.h Log message: Long awaiting modernization: - reset the drive and fetch its identification strings during probe, and do not attach if they don't look good. - do not store synchronous command blocks (used by hdreset) in the softc, since they are not processed asynchronously. The stack will do. - cleanup the disklabel retrieval code. - use disk_{,un}lock instead of rolling our own equivalent. - use bounds_check_with_label() in hdstrategy() instead of a stripped-down inline version of it. Tested on 7957A. CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/02/21 15:37:38 Modified files: sys/scsi : safte.c Log message: Add missing sensor description for temperature. ok dlg CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/02/21 16:33:12 Modified files: usr.bin/mg : def.h Log message: Fix a reference to WFHARD in a comment; it was renamed WFFULL months ago. ok kjell CVSROOT: /cvs Module name: www Changes by: deanna@cvs.openbsd.org 2007/02/21 17:11:51 Modified files: . : users.html Log message: Add Capitol College, Maryland, USA. From Jason Dixon. ok steven CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/21 17:17:09 Modified files: security/gnupg : Makefile distinfo Added files: security/gnupg/patches: patch-doc_gnupg1_texi Log message: adjust another texinfo file so it does not leave entries behind. rerun makesum while here. from Moritz Grimm ok espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2007/02/21 17:40:59 Modified files: devel/xulrunner: Makefile distinfo mail/mozilla-thunderbird: Makefile distinfo www/minimo : Makefile distinfo www/mozilla : Makefile www/seamonkey : Makefile Added files: devel/xulrunner/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h mail/mozilla-thunderbird/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h www/minimo/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h www/mozilla/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h www/seamonkey/patches: patch-content_xul_templates_src_nsTemplateMatchSet_h Log message: LP64 fix for XUL templates builder; from Martynas Venckus ok sturm@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/21 18:10:45 Modified files: usr.sbin/bind/bin/dig: dighost.c Log message: Pass sizeof(buf) to fgets instead of hard-coded number. From Charles Longeau. OK moritz@ and jakob@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/21 18:44:36 Modified files: usr.bin/diff : diffreg.c Log message: Defer printing of the per-file diff header until after the regexp "ignore" processing has finished. This way we only print the header for files that have diffs. The new behavior matches GNU diff (which is where the -I flag comes from). OK otto@ espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/21 19:26:35 Modified files: sbin/disklabel : editor.c Log message: Always write the disklabel to disk when asked, even if it appears to be unchanged. Fixes PR#5209. Proper behaviour of 'q'uit still under discussion. ok ray@ millert@ ckuethe@ nick@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/21 19:42:50 Modified files: regress/usr.bin/rcs: Makefile Log message: Fix regression tests. False positives happened whenever the date/time contained 1.3, 1.4, or 1.5. ``hahahahahaha'' joris@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/21 19:50:56 Modified files: usr.bin/sdiff : sdiff.1 Log message: Expand description. Help and okay jmc@. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/21 20:32:40 Modified files: usr.sbin/hoststated: Makefile hce.c hoststated.8 hoststated.c hoststated.conf.5 hoststated.h log.c parse.y pfe.c pfe_filter.c ssl.c usr.sbin/hoststatectl: hoststatectl.8 hoststatectl.c parser.c parser.h Added files: usr.sbin/hoststated: carp.c relay.c Log message: Add layer 7 functionality to hoststated used for layer 7 loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/21 20:47:15 Modified files: sys/arch/i386/i386: ioapic.c sys/arch/amd64/amd64: ioapic.c Log message: Print base so that we can make a correct mapping between apic and irq. ok jordan CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/21 21:06:18 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: document the new options to manipulate carp demotion counters. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/21 21:13:06 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: document the retry option before setting the state to down for hosts in tables. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/21 22:58:06 Modified files: usr.sbin/hoststated: carp.c check_tcp.c hoststated.c hoststated.h pfe.c pfe_filter.c ssl.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/21 22:59:13 Modified files: usr.sbin/hoststatectl: hoststatectl.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/21 23:22:31 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: New resource mapper interface and structures ok marco@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/21 23:36:59 Modified files: usr.bin/top : layout.h top.h Log message: an unused define and an unused decl. From Mark Lumsden. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/21 23:42:10 Modified files: usr.bin/cvs : add.c admin.c annotate.c buf.c buf.h checkout.c client.c cmd.c commit.c compress.c config.c cvs.c cvs.h date.y diff.c diff3.c diff_internals.c edit.c entries.c fatal.c file.c file.h getlog.c import.c init.c log.c log.h logmsg.c rcs.c rcsnum.c remote.c remove.c repository.c root.c server.c status.c tag.c update.c util.c version.c watch.c worklist.c worklist.h xmalloc.c Removed files: usr.bin/cvs : includes.h Log message: general includes cleanup sweep. ok joris@ niallo@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/22 00:01:41 Modified files: sys/dev/acpi : acpitimer.c Log message: Fixed ACPITIMER header revision for ACPI2.0 only ok marco@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/22 00:02:31 Modified files: usr.sbin/dhcpd : dhcpd.h Log message: another dead extern; Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/22 00:39:55 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: Enable ACPI interrupts in APIC mode ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/22 00:40:47 Modified files: sys/dev/acpi : acpi.c Log message: We were getting no interrupts in .MP. There are 2 fixes; one in acpi_machdep.c and move the interrupt establishment down after ioapic has been initialized. ok jordan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/22 01:26:45 Modified files: usr.sbin/bgpd : session.c Log message: do not try to set IP_TTL on non-INET listening sockets, it's not going to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/22 01:30:45 Modified files: usr.bin/rcs : buf.c buf.h diff.c diff3.c rcsutil.c rcsutil.h Log message: Fix const inconsistencies, void pointer artithmetic; Based on diff from otto@ in OpenCVS. OK otto@. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/22 01:34:18 Modified files: usr.sbin/bgpd : carp.c kroute.c parse.y rde.c rde_attr.c rde_prefix.c rde_rib.c session.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/22 01:38:19 Modified files: usr.sbin/bgpctl: bgpctl.c parser.c Log message: minor KNF bits here too CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/22 01:47:43 Modified files: usr.sbin/hoststated: hoststated.8 Log message: +.An -nosplit CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/22 02:20:01 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: various language/macro fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/22 02:34:06 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: put `check ssl' in the right place; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/22 02:40:11 Modified files: sbin/dump : dump.8 sbin/restore : restore.8 Log message: igor sobrado spotted that although we have mlinks for rdump and rrestore, the pages they point to don;t actually mention them. so make it clear that their functionality is now integral in dump and restore, and sync the text a little between the two pages; help/ok otto CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/02/22 03:01:02 Modified files: sbin/isakmpd : nat_traversal.c Log message: Add a comment that explains, why the VID of draft 2 NAT-T includes a traling '\n'. suggested by and ok deraadt@, jmc@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/02/22 05:58:40 Modified files: usr.bin/ssh : servconf.c Log message: Check activep so Match and GatewayPorts work together; ok markus@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/22 06:10:24 Modified files: . : donations.html Log message: Add Adolph Juergen CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/22 07:35:33 Modified files: usr.bin/sudo : sudo.8 Log message: Fix typo; from Stephane Chausson. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/22 08:23:23 Modified files: sys/net : pf.c Log message: make urpf-failed work with multipath routes. ok claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/22 08:31:44 Modified files: sys/net : if_gif.c Log message: Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4) tunnels. Additional testing by Marc Winiger. OK kjc@ mbalmer@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/02/22 09:14:21 Modified files: sbin/pdisk : hfs_misc.c Log message: fix typo in function name, no functional change CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/22 09:14:40 Modified files: . : want.html Log message: Adam Morley sent me a Cassini board an multimode fibre cable. Thanks! CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/22 09:47:11 Modified files: . : donations.html Log message: Add Sabre Security GmbH Balance colums for future growth CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/22 09:55:33 Modified files: etc : Makefile Added files: etc : sasyncd.conf Log message: sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/22 10:02:43 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/22 10:04:31 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Halftime for PHY init code, another ~1000 new lines. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/22 10:20:17 Modified files: sys/arch/hp300/dev: hd.c Log message: Comment out the errmsg printf in hdgetdisklabel() again. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/22 12:08:02 Modified files: archivers/unrar: Makefile distinfo Log message: Security update to unrar 3.7.3 CVE-2007-0855: Stack-based buffer overflow allows user-assisted remote attackers to execute arbitrary code via a crafted, password-protected archive. "go, go, go, get it in" naddy@, ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/22 12:09:26 Modified files: usr.sbin/acpidump: acpi.c aml_dump.c Log message: Added changes to dump all tables not just DSDT -o generates files of form .. eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc ok marco@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/22 12:11:13 Modified files: usr.bin/rcs : ci.c co.c rcsutil.c rcsutil.h Log message: If a ,suffix file is given as an arg to ci and co, strip it. Avoids potential disasters. Initial diff from niallo@, ok niallo@ joris@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/22 12:25:45 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in the bcw_init() path. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/22 12:29:51 Modified files: usr.sbin/acpidump: acpidump.8 Log message: Added new prefix dump option for obtaining all ACPI files ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/22 12:46:16 Modified files: sys/arch/amd64/amd64: ioapic.c sys/arch/i386/i386: ioapic.c Log message: Revert my previous commit. Kettenis no likey. CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2007/02/22 12:49:18 Modified files: etc : spamd.conf spamd : index.html Log message: Modernize the spamd.conf blacklist examples: - Nuke SPEWS which is no longer maintained. - Provide link to U of A traplist - Provide link to reformatted Nixspam suspicious sources list ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/22 13:23:07 Modified files: sys/netinet : in_pcb.h Log message: Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are not used with Heimdal. Add UDP port 749 to DEFBADDYNAMICPORTS_UDP for consistency with DEFBADDYNAMICPORTS_TCP. We retain some Kerberos 4 ports for people running Heimdal in Kerberos 4 compat mode. OK deraadt@ beck@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/02/22 13:29:03 Modified files: xc/programs/Xserver/hw/xfree86/drivers/ati: radeon_driver.c Log message: Fixes for multi-head support from X.Org git repository: commit 901409f47cc990721c1648b1c08e23450e6a4452 Author: Benjamin Herrenschmidt Date: Thu Mar 16 04:32:22 2006 +0000 Fix incorrect CRTC2_OFFSET values when using old-style dual head (not MergedFB). Fixes Xinerama for me. commit cc1825b503ce7e785cbb4611fd177477a1081b6e Author: Benjamin Herrenschmidt Date: Mon Apr 24 07:44:52 2006 +0000 Fix enabling of external VGA output on some cards with dual entity setup instead of MergedFB. commit 7d9e2b450f0fa42553156f57572a6dab70a0ea13 Author: Dave Airlie Date: Tue Sep 12 07:04:23 2006 +1000 radeon: this stops mergedfb working on my ATI M7 development board tested by henning@, couderc@, and others. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2007/02/22 13:34:46 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Dont pass seemingly random numbers down as the flag parameter of pool_init() ok drahn@ no objections miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/22 13:44:51 Modified files: sys/dev/ic : lm78.c lm78var.h Log message: Add support for Winbond W83627EHF chips. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/22 14:15:41 Modified files: usr.sbin/authpf: authpf.c Log message: close 5389 and 5390, unused variable and a chance to unlink the pidfile without lock if we couldn't kill a preexisting authpf process. spotted by Stefan Krah . CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/22 14:26:49 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Add bcw_phy_lo_b_measure(). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/22 14:31:41 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm usr.sbin/pkg_add: pkg_delete Log message: Problem noticed by Henrik Hellerstedt Fix a really fun bug in pkg_delete: solve_installed_names has to normalize the list of names so that comparing its size vs. its transitive closure is meaningful. Use the classical hash + list to preserve the order. While we're there, use the hash to avoid asking the same questions again and again. After some back&forth with bernd. okay bernd@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/22 14:36:46 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm Log message: avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that this idiom works. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/22 14:40:39 Modified files: usr.sbin/pkg_add/OpenBSD: Ustar.pm Log message: avoid undefined. closes pr5386. CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2007/02/22 14:48:32 Modified files: . : want.html Log message: A new battery for my X31 is on it's way. From Siegbert Marschall. Thank you! CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/22 14:54:23 Modified files: usr.sbin/authpf: authpf.c Log message: this ftruncate is really not needed now, if we're just unlinking. ok millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/22 15:02:13 Modified files: games/openttd : Makefile distinfo games/openttd/patches: patch-endian_check_c games/openttd/pkg: DESCR PLIST Added files: games/openttd/pkg: MESSAGE Log message: - put info about installing the data files into MESSAGE - sha256'ify - regen a patch and PLIST - bump PKGNAME ok espie@, mk@ (MAINTAINER) CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2007/02/22 15:41:43 Modified files: . : want.html Log message: i could really use a Thinkpad X31 (with docking station and/or good batteries if possible). as not being able to work on the road/rail sucks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/02/22 15:47:26 Modified files: net/yt : Makefile Log message: add NO_CHECKSUM no objections from sturm@, ok pedro@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/22 16:07:38 Modified files: usr.sbin/hoststated: relay.c Log message: read the exact length for POST requests as specified by the content-length header. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/22 16:11:19 Modified files: etc : spamd.conf Log message: in in, spotted by toby CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/22 17:04:40 Modified files: sys/dev/acpi : acpiprt.c Log message: Added support for getting host-bridge _BBN from _CRS resources suggestions by kettenis ok marco@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/22 17:28:06 Modified files: usr.sbin/hoststated: Makefile check_icmp.c hoststated.c hoststated.h pfe.c Log message: knf CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/02/22 18:05:23 Modified files: . : want.html Log message: mpi fc with multiple targets screws up, so i need some gear to debug the issue with. beck yelled at me to put this up. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/22 18:19:15 Modified files: sys/dev/usb : if_cdce.c Log message: force usb to send a zero length packet on the end of usb packets which happen to be a multple of 64 bytes, to indicate end of packet. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/02/22 20:23:16 Modified files: spamd : index.html Log message: fix typo; ok beck@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/22 23:10:08 Modified files: sys/dev/usb : if_cdcef.c Log message: Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/22 23:12:43 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Use the maxpacket len from the pipe, not hardcoded. properly deal with end of frame when it happens to be at end of usb packet. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/23 01:03:19 Modified files: usr.bin/diff : diffreg.c Log message: print the header only once. okay millert@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 03:40:54 Modified files: sys/dev/ic : bcw.c bcwreg.h bcwvar.h Log message: Complement bcw_phy_inita(), add bcw_radio_init2060(). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 03:52:24 Modified files: sys/dev/ic : bcw.c Log message: Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/02/23 04:00:02 Modified files: usr.sbin/vnconfig: vnconfig.c Log message: use correct variable in error message: print the filename, not the key ok ray@ thib@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 05:24:55 Modified files: sys/dev/ic : bcw.c Log message: Add and activate bcw_radio_init2050 (radio type B). CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/02/23 05:42:52 Modified files: etc/root : root.mail Log message: we also want GENERIC.MP dmesgs to be submitted. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/23 06:31:45 Modified files: usr.bin/top : Makefile commands.c Removed files: usr.bin/top : sigconv.awk Log message: Use sys_signame[] from libc instead of creating a top-specific signame name to number table. Also use strcasecmp() when matching signal names for consistency with /bin/kill. OK deraadt@ henning@ simon@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 07:27:00 Modified files: sys/dev/ic : bcw.c Log message: Complement bcw_radio_set_txpower_a(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 07:27:06 Modified files: sys/nfs : nfs_vnops.c Log message: backout previous revision -- on nfs2 mounts (perhaps only automounted?) it tends to .nfs silly files lying around during high filesystem activity. whatever bug it was trying to fix, it made things worse. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 07:47:45 Modified files: usr.sbin/acpidump: acpidump.8 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 07:54:44 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: i.e. -> e.g.; ok reyk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 08:18:59 Modified files: usr.bin/vacation: vacation.c Log message: support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert, ok millert (man page update being done by jmc) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 08:26:52 Modified files: usr.bin/vacation: vacation.c Log message: add back in character count check by Tamas TEVESZ, though this does not truly handle trailing whitespace on the line. but that is handled very weakly for other patterns, too. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 08:35:22 Modified files: usr.bin/vacation: vacation.1 Log message: support for "Auto-Submitted: no" from Tamas TEVESZ plus use a list for things not replied to; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2007/02/23 08:39:54 Modified files: openssh : donations.html Log message: particularily -> particularily; from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 08:45:09 Modified files: share/man/man4/man4.zaurus: zaudio.4 zrc.4 Log message: mention support for C3100 and C3200; from Martynas Venckus help/ok deraadt CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/23 08:55:17 Modified files: usr.bin/vacation: vacation.c Log message: Ignore trailing space after "Auto-Submitted: no" Remove an unneeded check for !*p OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/23 09:00:04 Modified files: usr.bin/cmp : extern.h Log message: g/c OK_EXIT, it was never used. From Mark Lumsden. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 09:16:12 Modified files: usr.bin/vacation: vacation.1 Log message: show flag argument CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/23 09:37:53 Modified files: build : mirrors.dat Log message: another mirror update from Marcus Popp, thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/02/23 09:38:34 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 10:37:28 Modified files: usr.bin/usbhidaction: usbhidaction.c Log message: signal handler flag must be volatile sig_atomic_t CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 10:50:30 Modified files: usr.sbin/ztsscale: ztsscale.c Log message: remove some lint CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2007/02/23 11:13:56 Modified files: spamd : index.html Log message: wrong link, spotted by okan@demirmen.com CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/02/23 11:17:17 Modified files: www/minimo : Makefile www/minimo/patches: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Added files: www/minimo/files: xptcinvoke_arm_openbsd.cpp xptcstubs_arm_openbsd.cpp www/minimo/patches: patch-js_src_jsnum_h Removed files: www/minimo/files: TODO Log message: implement xptcinvoke and xptcstubs for arm based on the linux code, and fix an endianess issue that makes minimo work on arm based architectures; the problem has been fixed by Martynas Venckus; CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/23 12:22:07 Modified files: usr.sbin/spamdb: spamdb.8 libexec/spamd : grey.c grey.h spamd.8 spamd.c Log message: greytrapping improvements 1) remove requirement for <> around spamtrap addresses 2) add support for /etc/spamd/alloweddomains to specify suffixes for which any destinations that don't match get trapped various knf's by theo, feedback from jmc, millert, deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 12:28:39 Modified files: libexec/spamd : grey.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 12:36:23 Modified files: libexec/spamd : grey.c sdl.c spamd.c Log message: continue collecting lint to be sold as a parsley substitute; ok beck CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 12:44:37 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Add bcw_phy_xmitpower(). CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/23 12:45:08 Modified files: libexec/spamd : grey.c Log message: make dequotetolower use regular string functions instead of the manual walk with mutiple conditions in the loop. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 12:51:37 Modified files: sys/dev/ic : bcw.c Log message: Add missing routine to just allow a number in a given range. Replaces some /* XXX */ lines. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 13:01:51 Modified files: distrib/landisk/miniroot: Makefile Log message: how about we use a release-specific output filename.... CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 13:10:32 Modified files: sys/dev/ic : bcw.c Log message: Complement and fix a bunch of things in bcw_radio_select_channel(). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 13:30:20 Modified files: sys/dev/ic : bcw.c Log message: Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 14:31:52 Modified files: sys/net : pf_ioctl.c pfvar.h sbin/pfctl : pfctl.c Log message: if machine has more than 100MB of physmem, default the max table entries to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 14:34:32 Modified files: sys/dev/pci : pcivar.h Log message: hide all the things userland should not see, so that this file can be pulled into get at pcireg_t. otherwise it would hit nasty _KERNEL stuff; discussed with miod and dlg CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/23 14:46:30 Modified files: x11/kde/office3: Makefile distinfo x11/kde/office3/patches: patch-configure_in x11/kde/office3/pkg: PLIST Added files: x11/kde/office3/patches: patch-kexi_examples_build_kexi_file_sh Log message: 1.6.2 minor update, includes some pdf read fixes. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/23 14:52:01 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Establish pci error interrupt after we're done fiddling with schizo's registers instead of when we're halfway through. CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/02/23 15:02:58 Modified files: usr.bin/systat : Makefile cmdtab.c extern.h systat.1 Added files: usr.bin/systat : sensors.c Log message: Add a display for hardware sensors, available with :sensors. ok deraadt, jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 15:09:53 Modified files: usr.bin/systat : sensors.c Log message: knf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 15:13:21 Modified files: usr.bin/systat : systat.1 Log message: forgot to list the display in one place CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/23 15:15:36 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Print safari error log register if we get a safari interrupt. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/23 15:17:05 Modified files: sys/dev/ic : acx.c Log message: Another two missing htoleX() for big endian support. Still more missing but now I'm able to receive packets on macppc. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/23 15:24:18 Modified files: x11/kde/office-i18n3: Makefile distinfo x11/kde/office-i18n3/pkg: PLIST-ca PLIST-da PLIST-de PLIST-es PLIST-fi PLIST-ru Log message: synchronize the l10n to 1.6.2 as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 15:24:22 Modified files: usr.bin/systat : sensors.c Log message: leave unspecified fields blank; ok deanna also, fix two logic errors in switches. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/23 15:28:08 Modified files: sys/dev/ic : bcw.c Log message: Add bcw_phy_lo_g_state(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 15:29:26 Modified files: usr.sbin/tcpdump: print-enc.c Log message: register is so 1980, plus knf CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/23 15:35:35 Modified files: devel/atk : Makefile distinfo Log message: missing EOL at end of DESCR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/23 15:35:56 Modified files: devel/atk/pkg : DESCR Log message: forced commit to work around cvs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/23 15:36:13 Modified files: devel/atk/pkg : DESCR Log message: fix DESCR: end of line CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/23 15:40:50 Modified files: libexec/spamd : grey.c spamd.c usr.sbin/spamdb: spamdb.8 spamdb.c Log message: Make spamd include the HELO/EHLO identification string sent by the connecting hosts in the tuple key when greylisting. catches a few more bogus hosts and will let us trap based on HELO later. Changes spamdb(8) output to include the new field. ok deraadt@, jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 15:55:40 Modified files: sys/sys : sensors.h usr.sbin/sensorsd: sensorsd.c usr.bin/systat : sensors.c Log message: add missing copyright; Constantine CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/23 16:01:22 Modified files: sys/dev/usb : usbdevs Log message: Belkin USB to LAN -> Belkin F5D5050 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/23 16:02:06 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/02/23 16:03:04 Modified files: share/man/man4 : aue.4 sys/dev/usb : if_aue.c Log message: Belkin USB to LAN -> Belkin F5D5050 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 16:03:18 Modified files: usr.bin/systat : systat.1 Log message: more logical placing for discussion of minimum prefixes accepted; started by deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 16:07:59 Modified files: usr.bin/systat : systat.1 Log message: consistency fix which i should have spotted earlier... CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/23 16:14:56 Modified files: libexec/spamd : spamd.8 Log message: to_suffixes -> alloweddomains, that got missed, noticed by okan@demirmen.com CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 16:23:54 Modified files: usr.bin/systat : systat.1 Log message: sort; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 16:33:14 Modified files: usr.bin/systat : systat.1 Log message: mving the description of "mim prefix" to the display description was not quite correct - simplify it, and document it both for command line and interactive; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/23 16:36:36 Modified files: usr.bin/systat : systat.1 Log message: one final sort; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 17:10:45 Modified files: usr.sbin/ospfd : kroute.c Log message: spelling; sthen@spacehopper CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/23 17:22:32 Modified files: usr.sbin/hoststated: hoststated.conf.5 hoststated.h parse.y relay.c Log message: - allow to specify the SSL cipher suite and the SSL protocols (as required by the PCI DSS) - increase the default listen backlog to 10, allow to modify the backlog as a per-protocol tcp option to improve the performance on busy systems (to get less connection failures on heavy load) - close the connection if SSL_accept returned an error - instead of logging _new_ relay sessions to syslog, log the sessions in relay_close() after they have been _finished_. this will allow to collect some additional information - add a new log keyword to log specified header/url entities (useful to track "bad guys" using many session ids or multiple user agents) - some minor fixes, manpage bits, and bump the copyright (by some reason, i didn't realize that we already have 2007...). CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/23 20:28:17 Modified files: usr.bin/units : units.c Log message: - Don't access buffers with negative indexes. - Save a ton of strlen calls. - Return NULL pointer, not 0. ``boy there is a lot of strlen()'' millert@ and OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/23 20:30:11 Modified files: usr.bin/ssh : moduli.c Log message: - strlen returns size_t, not int. - Pass full buffer size to fgets. OK djm@, millert@, and moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/23 20:33:27 Modified files: sbin/disklabel : disklabel.c Log message: Correct comment calling FILE *f a file descriptor. OK krw@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/23 21:01:05 Modified files: usr.bin/systat : sensors.c Log message: some cleanups, i agree; Murenin CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/24 01:48:49 Modified files: libexec/spamd : spamd.8 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/24 01:56:42 Modified files: usr.bin/dc : dc.1 Log message: put `I' in the right place; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/24 02:29:55 Modified files: bin/pax : cpio.1 options.c Log message: sort options; sync usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/24 02:33:21 Modified files: bin/pax : cpio.1 Log message: -F was missing a description; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/24 02:45:27 Modified files: usr.bin/systat : extern.h Log message: unused vars; from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/24 02:50:55 Modified files: bin/pax : pax.1 options.c Log message: sort options; sync usage(); from Igor Sobrado CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/24 02:52:01 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: make this example script into a standalone application ok pedro CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/24 04:23:49 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp Log message: fix qdbuscpp2xml, make sure we run moc4. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/24 04:59:33 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Fix value typos, sync radio vars with phy vars, add radio default attenuation routine, add temporary debug printfs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/24 04:59:47 Modified files: sys/arch/i386/i386: vm_machdep.c sys/arch/mips64/mips64: vm_machdep.c sys/sys : buf.h Log message: Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/24 06:24:47 Modified files: bin/ed : ed.h Log message: There is no filter_lines function, remove its prototype. From Mark Lumsden. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/24 07:14:27 Modified files: . : events.html Log message: Move .si event to past CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/24 07:59:32 Modified files: usr.sbin/ntpd : ntpd.8 Log message: xref adjfreq(2); from Igor Zinovik CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/24 08:30:39 Modified files: . : events.html Log message: Add FrOSCon and Summer Camp 2007 CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/24 08:48:54 Modified files: usr.sbin/hoststated: hoststated.conf.5 hoststated.h relay.c Log message: disable SSLv2 and use "HIGH" crypto cipher suites by default. suggested by dlg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/24 09:14:02 Modified files: usr.sbin/hoststated: hoststated.conf.5 hoststated.h Log message: disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH). CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2007/02/24 09:33:46 Modified files: papers : index.html Added files: papers : fosdem07-xenocara.pdf Log message: Add my fosdem slides. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2007/02/24 09:57:16 Modified files: . : events.html Log message: Link slides from here too. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/24 10:14:26 Modified files: usr.sbin/authpf: authpf.c Log message: Pr 5395 from Stefan Krah cleanup: remove unused arg no need to clear locals return -1 to allow pid cleanup to happen if fork fails CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/24 10:21:04 Modified files: usr.sbin/authpf: authpf.8 authpf.c Log message: license + copyright CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/24 10:35:08 Modified files: usr.sbin/authpf: authpf.c Log message: exit right away if the config file isn't there, rather than doing a whole bunch of needless screwing around noticed by Stefan Krah CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/02/24 11:45:11 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Vstat.pm Log message: UI improvement: in case the disk overflows, let tally give information about the extra size needed. In validate, mark the overflow and call tally later. .e.g., Error: /dev/wd0f is not large enough (/usr/local/lib/libkparts.so.4.0.0) Error: /dev/wd0f is not large enough (/usr/local/lib/libkrosscore.so.4.0.0) Error: /dev/wd0f is not large enough (/usr/local/lib/libktexteditor.so.4.0.0) Error: ... more files do not fit on /dev/wd0f /dev/wd0h: 97 bytes /dev/wd0f: 337090852 bytes (missing 78473 blocks) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/24 12:28:13 Modified files: libexec/spamd : spamd.8 libexec/spamd-setup: spamd-setup.8 spamd-setup.c Log message: When greylisting we don't actually need to use the pf table. We just do no-rdr for things in and rdr the rest to spamdb. OK beck@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/24 12:30:59 Modified files: etc : rc.conf crontab pf.conf Log message: Make greylisting the default when spamd is enabled. Uses the new -g flag for spamd-setup. OK beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/24 13:13:34 Added files: sys/dev/pci : if_cas.c if_casreg.h if_casvar.h Log message: Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver can send packets but not receive any yet. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/24 13:18:08 Modified files: sys/dev/pci : files.pci Log message: Glue for cas(4). CVSROOT: /cvs Module name: src Changes by: simon@cvs.openbsd.org 2007/02/24 13:24:34 Modified files: gnu/usr.bin/perl/ext/Digest/MD5: MD5.xs Log message: replace 400 lines of md5 code in Digest::MD5's XS with 4 lines that use our system md5(3) idea by espie@, help and ok millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/24 13:35:53 Added files: share/man/man4 : cas.4 Log message: cas(4) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/24 13:43:05 Modified files: share/man/man4 : Makefile pci.4 Log message: make and Xr cas 4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/24 13:45:47 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/24 13:52:38 Modified files: usr.bin/cvs : cvs.c Log message: fix comment; from jared r r spiegel CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2007/02/24 14:10:52 Modified files: www/thttpd : Makefile www/thttpd/pkg : PLIST Log message: the previous commit broke the PLIST with ${BASE_PKGPATH}, sorry. from STeve Andre' through jakob@; ok pvalchev@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 14:57:27 Modified files: sys/dev/usb : if_cdcef.c Log message: Add myself to copyright since I took the skeleton driver and made it complete. Work around a transmit hang problem by setting a delay on transmitting back-to-back packets. Count dropped packets as input errors. Abort pipe if a watchdog occurs to clean up state better. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 15:08:20 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: Add my copyright, since I took the skeleton driver and made it complete. More polishing, appears to be working fine without back-to-back transmits. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 15:16:14 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: move debug print into debug block. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/24 16:05:04 Modified files: sys/dev/pci : if_bcw_pci.c sys/dev/ic : bcw.c bcwvar.h Log message: Get correct chip revision and also get chip package. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 16:06:59 Modified files: share/man/man4 : cdcef.4 Log message: Add myself as author, since I completed the driver. CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2007/02/24 16:52:07 Modified files: usr.bin/file : file.1 Log message: Remove several incorrect and/or unmaintained emails, prompted by correction from bernd@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 17:16:14 Modified files: share/man/man4/man4.zaurus: pxaudc.4 Log message: USB client is starting to work. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 17:43:19 Modified files: share/man/man4/man4.zaurus: pxaudc.4 Log message: More complete info about usb client mode, remove broken url as intel sold pxa. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/24 17:54:42 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 18:40:12 Modified files: sys/arch/arm/xscale: pxa27x_udcreg.h Log message: Defines to make isr status more useable. Bit patterns for debug prints. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/24 18:49:27 Modified files: sys/arch/arm/xscale: pxa27x_udc.c Log message: add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a while but removed incorrectly, some minor cleanup. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/24 21:13:49 Modified files: sys/arch/macppc/macppc: mainbus.c Log message: Change how we determin if were running on a new world versus old world machine for the purposes of printing model information durring boot and the hw.vendor/product sysctls. Turns out the apple didnt use the same format in the early imacs as they did in the latter new world machines resulting in NULL strings as found by drahn@. In this case and all future cases where we dont understand the format the default is to print whats found in the name property without interpertation. ok drahn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/24 21:41:13 Modified files: distrib/sparc64/miniroot: Makefile etc/etc.sparc64: disktab Log message: crank size of sparc64 miniroot a wee bit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/24 21:42:51 Modified files: share/man/man4/man4.zaurus: pxaudc.4 Log message: tweaks by me and dlg; drahn ok CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2007/02/24 21:45:28 Modified files: etc : spamd.conf Log message: spaces -> tab; "of course" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/25 01:00:06 Modified files: sys/dev/ic : re.c Log message: dmesg should look like devN at busN locators: device info the locators are printed by the bus drivers, rest by the device's driver. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 01:56:19 Modified files: share/man/man4 : cas.4 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 01:58:44 Modified files: share/man/man4 : pci.4 Log message: only the initial macro is preceded by a dot; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 02:04:59 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/25 02:07:18 Modified files: sys/dev/cardbus: if_bcw_cardbus.c Log message: Adjust var name so cardbus attaches again. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 02:39:48 Modified files: bin/chmod : chflags.1 sbin/dump : dump.8 Log message: document the "opaque", "arch", and "nodump" flags more fully; closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 02:47:43 Modified files: bin/chmod : chflags.1 Log message: shuffle the text somewhat to make the page read better; use .Ex; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/25 02:59:18 Modified files: sys/dev/ic : bcw.c Log message: Calculate number of cores correctly. This is done based on the common core revision. Now my BCM4318 and BCM4306 both get the right number of cores. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/25 03:06:04 Modified files: sys/dev/cardbus: if_bcw_cardbus.c Log message: No need to fillup chip_rev here. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/25 04:59:39 Modified files: usr.sbin/bgpd : log.h Log message: tiny typos hiding, uncovered Leen Besselink CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/25 05:02:40 Modified files: usr.sbin/bgpd : log.c Log message: we do have a table with suberror codes for cease and their meaning; use it, instead of always telling "unknown suberror code X" From: Leen Besselink if memory serves, cease didn't have suberror codes defined in the original RFC 1771 and they were added later CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/25 07:57:09 Modified files: usr.sbin/hoststated: hoststated.h Log message: remove unused variable CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/25 09:02:52 Modified files: sbin/dhclient : dhclient-script Log message: no need to quote/escape here; ok krw@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/25 09:27:20 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: remove unused/dangling prototypes and comment reference; from Mark Lumsden CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 09:29:49 Modified files: sbin/dump : dump.8 sbin/restore : restore.8 Log message: move the text describing 4.3 syntax compatibility to HISTORY, rather than slap bang in SYNOPSIS; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 09:41:42 Modified files: sbin/restore : restore.8 main.c Log message: one application does not need five synopses; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 09:48:46 Modified files: sbin/dump : dump.8 main.c Log message: the -W and -w flags do not need a separate synopsis; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 09:56:32 Modified files: sbin/dump : dump.8 Log message: shuffle the text slightly into a more logical order; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 10:00:32 Modified files: sbin/restore : restore.8 Log message: reword some text to avoid a hideous Xr; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/25 10:03:08 Modified files: sys/dev/cardbus: if_bcw_cardbus.c sys/dev/ic : bcw.c Log message: Power on/off cardbus socket at attach/detach time. Makes firmware upload work on my BCM4318 cardbus device now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/25 10:31:04 Modified files: x11/qt4 : Makefile distinfo Added files: x11/qt4/patches: patch-src_corelib_io_qfsfileengine_cpp Log message: prevent QTextStreams from hanging on pipes EOF, as noticed in kdelibs4. reintroduce a debug flavor, now that qt is `sane'. Fix main pkgname, and add sha256 checksum. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/02/25 11:10:43 Modified files: sbin/dhclient : dhclient.c Log message: No point in using zero'd fields in the parsed options. Use the options in the lease, whence the parsed info was moved. Fixes "Bogus servername" messages when processing an offer and stops bogus filename info from being stored in the lease. Found while testing a Tucson hotel's dhcp service. ok @stevesk "looks good" henning@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/25 11:10:47 Modified files: usr.sbin/ospfd : kroute.c Log message: copy mis-aligned routing socket message into a properly aligned struct, so that we can access it safely; ok claudio in the long term we must deal with the 32/64 bit issues of if_buadrate and friends CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/25 11:14:48 Modified files: share/man/man4/man4.sparc: pninek.4 pnozz.4 sys/arch/sparc/dev: p9000.c p9100.c Log message: Disable acceleration by default; set device flags to a nonzero value to enable. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/25 11:15:37 Modified files: usr.sbin/hoststated: Makefile Log message: delete -W flags that reyk uses to break the tree CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/25 11:16:16 Modified files: usr.sbin/hoststated: relay.c Log message: one example (of two) of tree breaking the "other gcc" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/25 11:21:24 Modified files: usr.bin/systat : cmdtab.c if.c iostat.c main.c mbufs.c netstat.c pigs.c sensors.c swap.c vmstat.c Log message: use the 1 line load line from 'systat vm' on all the other displays, giving them more room. much cleaner, and it is less code too; ok deanna CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/25 12:24:59 Modified files: sys/uvm : uvm_mmap.c Log message: Make integer wrap checks the same for mmap, munmap, msync, etc by factoring most of the checks into a macro. OK otto@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 13:16:23 Modified files: share/man/man4/man4.sparc: pninek.4 pnozz.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/25 13:21:01 Modified files: libexec/spamd : spamd.8 Log message: Attempt to clarify new greylisting rules. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 13:26:10 Modified files: usr.bin/mail : mail.1 Log message: remove bad comma; from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/02/25 13:31:22 Modified files: faq : upgrade40.html Log message: Couple changed httpd doc files for 3.9->4.0. One of 'em is non-trivial, so updating them is probably worth while. Spotted by Frank Baz (fbax at sympatico dot ca), thanks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/25 14:32:15 Modified files: share/man/man4 : usbf.4 Log message: config lines for cdcef and an Xr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/25 14:54:52 Modified files: sys/dev/pci : if_cas.c if_casreg.h if_casvar.h Log message: Make receiving packets work. Driver works well enough to do the commit over. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/25 14:57:34 Modified files: share/man/man4 : cas.4 Log message: cas(4) can receive packets now. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/25 15:04:12 Modified files: libexec/spamd : spamd.8 Log message: - HELO/EHLO is part of the tuple - remove misleading sentence ok millert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/25 15:29:41 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add cas(4). Ad a few missing comments while there. stolen from deraadt@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/02/25 15:36:40 Modified files: usr.bin/systat : sensors.c Log message: add missing include, and int return value. ok deraadt, deanna CVSROOT: /cvs Module name: www Changes by: deanna@cvs.openbsd.org 2007/02/25 15:55:44 Modified files: . : users.html Log message: Add Demosphere, from Jason Dixon. ok steven CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/25 15:59:38 Modified files: libexec/spamd-setup: spamd-setup.c Log message: Add usage() and error out if given bogus arguments. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2007/02/25 17:11:49 Modified files: sys/arch/macppc/dev: adb.c Log message: Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu, if we attempt to clear the wake on ac loss bit just before shutting down it yo-yo's found by claudio@, tested by drahn@ on early imac, and myself on a 9600. ok drahn@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/02/25 17:49:53 Modified files: usr.sbin/dhcpd : parse.c Log message: don't leak memory, from dhclient; ok krw@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/02/25 20:39:29 Modified files: . : want.html Log message: my macppc locks up and i cant see why. i need a stealth serial port thing so i can debug the problem. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/02/25 21:00:25 Modified files: sys/dev/pci : if_msk.c Log message: This fixes the function names printed in the panic strings so that the correct function names are being used, this is msk(4), not sk(4). from brad@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/02/25 21:36:57 Modified files: usr.sbin/sasyncd: sasyncd.c Log message: Zero out struct before using, not after. From , PR 5388. OK hshoexer@ and mpf@. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/26 00:44:06 Modified files: lib/libc/sys : mlock.2 mlockall.2 msync.2 munmap.2 Log message: Now that the code is consistent, make the descriptions of EINVAL consisten also. ok millert@ jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 00:57:49 Modified files: share/man/man4 : usbf.4 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/26 01:12:19 Modified files: lib/libc/sys : mmap.2 Log message: another EINVAL case documented CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/02/26 01:32:00 Modified files: usr.bin/sdiff : edit.c Log message: don't store write(2) return value in size_t; fixes test against -1. ok ray@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/02/26 02:32:11 Modified files: . : want.html Log message: SCA disks arrived, rejoice! CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/26 04:10:21 Modified files: . : events.html Log message: Move FOSDEM to past Add video for .si event CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 04:24:26 Modified files: usr.sbin/hoststated: relay.c Log message: fix small memleaks CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2007/02/26 04:25:23 Modified files: sys/dev : vnd.c sys/sys : vnode.h sys/ufs/ffs : ffs_vnops.c Log message: Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 04:59:48 Modified files: usr.sbin/hoststated: hoststated.conf.5 hoststated.h relay.c Log message: re-use the retry value from table host entries for inbound relay connections. the relay will retry to connect to the hosts for the specified number of times. this sounds bad, but is a useful "workaround" for unreliable backend servers... CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2007/02/26 05:04:09 Modified files: . : want.html Log message: Travers Buda is sending us EVC adapators, thanks! CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 05:09:21 Modified files: usr.sbin/hoststated: hoststated.h relay.c Log message: improve the relay bufferevent handler if one side closed the connection CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 05:11:19 Modified files: usr.sbin/hoststated: relay.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 05:16:12 Modified files: usr.sbin/hoststated: relay.c Log message: tweak flushing of unwritten bytes on http mode changes CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2007/02/26 05:16:18 Modified files: usr.sbin/ospfd : ospfe.c Log message: Set the metric for loopback interfaces. Fix by Dustin Lundquist - thank you very much. ok henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 05:35:43 Modified files: usr.sbin/hoststated: hoststated.h relay.c Log message: handle requests with chunked transfer-encoding. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 06:03:30 Modified files: usr.sbin/hoststated: hoststated.conf.5 parse.y Log message: Change the ``virtual ip'' directive to ``virtual host''. You will need to update your configuration files accordingly. "just do it", reyk@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 06:04:34 Modified files: etc : hoststated.conf Log message: reflect configuration parser change. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 06:17:37 Modified files: usr.bin/mail : mail.1 Log message: some small fixes from Igor Sobrado; CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 06:31:21 Modified files: usr.sbin/hoststated: parse.y Log message: KNF CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 06:38:26 Modified files: usr.bin/mail : mail.1 Log message: more small fixes from Igor Sobrado, tweaked by myself; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 06:41:52 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: grammar; CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 06:58:31 Modified files: etc : hoststated.conf Log message: add an relay example ok pyr@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/26 07:14:02 Modified files: sys/dev/pci : if_bcw_pci.c sys/dev/cardbus: if_bcw_cardbus.c sys/dev/ic : bcwvar.h Log message: We need to save some PCI infos in our softc struct for further decisions in the driver code. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/26 07:14:03 Modified files: archivers/unrar: Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: Security update to unrar 3.7.3 CVE-2007-0855: Stack-based buffer overflow allows user-assisted remote attackers to execute arbitrary code via a crafted, password-protected archive. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/26 07:20:15 Modified files: archivers/unrar: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: Security update to unrar 3.7.3 CVE-2007-0855: Stack-based buffer overflow allows user-assisted remote attackers to execute arbitrary code via a crafted, password-protected archive. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/02/26 07:21:26 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Added files: www/mozilla-firefox/files: xptcinvoke_arm_openbsd.cpp xptcstubs_arm_openbsd.cpp www/mozilla-firefox/patches: patch-js_src_jsnum_h Log message: implement xptcinvoke and xptcstubs for arm based on the linux code, and fix an endianess issue that makes minimo work on arm based architectures; bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/02/26 07:27:39 Modified files: infrastructure/plist: arm Log message: add mozilla-firefox CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/26 07:28:19 Modified files: sys/dev/pci : if_bcw_pci.c Log message: Remove PCI powerhooks, bcw_pci_enable() and bcw_pci_disable(). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/26 07:36:11 Modified files: sys/dev/pci : if_bcw_pci.c sys/dev/cardbus: if_bcw_cardbus.c Log message: Some KNF. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/02/26 07:40:09 Modified files: sbin/ipsecctl : parse.y Log message: Really, we don't need two grp18's ;-) ok hshoexer@ and markus@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2007/02/26 08:15:38 Modified files: misc/p5-Spreadsheet-ParseExcel: Makefile Log message: add missing RUN_DEPENDS. ok espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 08:38:04 Modified files: usr.bin/rdist : rdist.1 rdist.c Log message: - one synopis - sort options - sync usage() CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/26 08:40:04 Modified files: sys/dev/ic : bcw.c Log message: As we have the PCI softc data now, replace the fake if's with real ones. Add some more debug info. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/02/26 08:41:28 Modified files: sys/dev/usb : if_cdcef.c Log message: Make the buffer size more reasonable, drop packets that dont fit in buffer. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 08:41:44 Modified files: usr.sbin/hoststated: relay.c Log message: better error handling for buffer I/O, fix the log action CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 08:44:57 Modified files: usr.bin/rdistd : rdistd.1 rdistd.c Log message: one synopsis; sync usage() CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/02/26 08:49:08 Modified files: . : index.html Log message: Update year on site copyright to 2007 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 08:53:12 Modified files: usr.bin/rdist : rdist.1 Log message: add STANDARDS, EXAMPLES, and CAVEATS sections; rearrange text somewhat; CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 09:10:24 Modified files: usr.sbin/hoststated: carp.c hoststated.c pfe.c relay.c Log message: handle strlcpy return values, make lint happy CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/26 09:15:35 Modified files: sys/dev/ic : bcw.c Log message: Finish bcw_radio_default_radio_attenuation(). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 09:17:10 Modified files: usr.bin/rdist : rdist.1 Log message: cleanup: - remove old style groff escapes - use mdoc escapes - some macro cleanup CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/26 09:17:42 Modified files: www/mod_auth_kerb: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: Update to mod-auth-kerb 5.3. Fixes possible buffer overflow. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2007/02/26 09:29:06 Modified files: www/mod_auth_kerb: Tag: OPENBSD_3_9 Makefile distinfo www/mod_auth_kerb/files: Tag: OPENBSD_3_9 README Log message: MFC: Update to mod-auth-kerb 5.3. Fixes possible buffer overflow. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 09:39:24 Modified files: usr.bin/rdist : rdist.1 Log message: tidy up DESCRIPTION; CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2007/02/26 10:12:49 Modified files: . : want.html Log message: my need for a Thinkpad is taken care of, even an X60S. thanks to marco@ and wvdputte@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/02/26 10:19:02 Modified files: xc/doc/man/Xt : XtGEDB.man Log message: Sync prototype with reality. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/02/26 10:19:43 Modified files: lib/libXt/man : XtGetErrorDatabase.man Log message: Sync prototype with reality CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2007/02/26 12:24:27 Modified files: sys/dev/usb : if_cdcef.c Log message: Fix typo, allowing this to compile again. Committed over cdcef0 ok millert CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 12:25:05 Modified files: usr.sbin/hoststated: parse.y Log message: solve some conflicts in the configuration parser. configuration will need to be updated as some directives have changed. manpage and examples bits coming up. ok reyk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 12:25:26 Modified files: usr.sbin/hoststated: hoststated.conf.5 etc : hoststated.conf Log message: sync the documentation with the latest change to require a 'header' keyword for default relay actions. ok pyr@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/26 12:32:54 Modified files: lib/libc/gen : alloca.c Log message: Add SuperH to the architecture list which stack grow down, even though this file is not used for them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/26 12:33:41 Modified files: sys/arch/sh/sh : db_disasm.c Log message: Fix spurious right brace in some decoders, and always print the hex value for unrecognized opcodes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/26 12:34:41 Modified files: sys/arch/sh/include: psl.h Log message: FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not be allowed to fiddle with it anyway. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 12:35:43 Modified files: usr.sbin/hoststated: Makefile Log message: re-enable the -W flags except -Werror which behaves differently with different gcc versions (it previously broke the tree on sparc with gcc 2.95 when compiling sys/hash.h). -Werror removal suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/26 12:46:27 Modified files: libexec/ld.so/sh: Makefile.inc Log message: Link with libgcc, will be necessary after the upcoming toolchain changes. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 12:58:04 Modified files: usr.sbin/hoststated: parse.y Log message: remove HTTP and HTTPS tokens, makes for cleaner parser. reorder other rules as well. ok reyk@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/02/26 13:05:45 Modified files: . : want.html Log message: I'd really like to use a 2nd disk in my U30, but I only have 1 SPUD bracket. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/26 13:15:33 Modified files: sys/kern : uipc_mbuf2.c Log message: m_dup1() copies the packet header and allocates the mbuf cluster in the wrong order. M_DUP_PKTHDR needs to be called with an empty mbuf. Allocating an mbuf cluster beforehand is not allowed as the resulting mbuf is no longer considered empty (part of the header is initialized). The correct order is to allocate an mbuf via MGETHDR(), copy the packet header and as last step allocate the cluster. Issue found by JINMEI Tatuya. OK canacar@ deraadt@ mglocker@ additional input itojun@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/26 13:27:17 Modified files: sys/dev/pci : if_skreg.h Log message: Fix Rx FIFO constants. From brad@ CVSROOT: /cvs Module name: www Changes by: markus@cvs.openbsd.org 2007/02/26 13:35:04 Modified files: . : want.html Log message: both power supply and battery of my X40 are nearly dead. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/26 13:43:32 Modified files: etc : hoststated.conf Log message: use a variable $ext_addr instead of the hard-coded 192.168.1.1. this will make it easier for testing (just run hoststated -Dext_addr=X.X.X.X). CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2007/02/26 13:48:48 Modified files: usr.sbin/hoststated: hoststated.conf.5 parse.y Log message: kill the ``use ssl'' directive for consistency across parser directives. another heads up for testers: you need to change configuration files. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 13:57:18 Modified files: usr.bin/rdist : distopt.c Log message: put DO_COMPARE in the correct place, so that getdistoptlist() gets sorted alphabetically; ok otto CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/26 14:30:18 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/m68k/m68k: m68k_machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvmeppc/mvmeppc: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/sh/sh : sh_machdep.c Log message: Zero rval[1] in setregs. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 14:39:13 Modified files: usr.bin/rdist : rdist.1 Log message: clean up the options description list; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/26 14:48:32 Modified files: sys/dev/pci : if_cas.c Log message: An ethernet driver works much better if you program the Tx descriptor ring size in the right bits of the appropriate register. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 15:06:36 Modified files: usr.bin/rdist : rdist.1 Log message: show how -c works; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/26 15:16:09 Modified files: usr.bin/rdist : rdist.1 Log message: oops, somehow i managed to comment out an entire list; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/26 15:47:43 Modified files: sys/net : pf_ioctl.c Log message: because sparc has variable pagesize, ctob() varies between machines, and we need uvm/uvm_extern.h to get at uvmexp. oops. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/26 15:50:52 Modified files: usr.sbin/spamdb: spamdb.c Log message: Error out if the -t or -T options are specified without -a or -d. OK beck@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2007/02/26 16:53:33 Modified files: sys/sys : socketvar.h sys/kern : uipc_socket2.c uipc_socket.c sys_socket.c Log message: exclude control data from the number of bytes returned by FIONREAD ioctl() by adding a sb_datacc count to sockbuf that counts data excluding MT_CONTROL and MT_SONAME mbuf types. w/help from deraadt@. okay deraadt@ claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/26 18:04:03 Modified files: sys/arch/mvmeppc/mvmeppc: machdep.c sys/arch/macppc/macppc: machdep.c Log message: previous commit broke ppc machines. has miod been reading tech-kern too much, and is he trying to emulate them? CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/26 19:10:58 Modified files: etc : rc libexec/spamd : grey.h spamd.8 spamd.c libexec/spamd-setup: spamd-setup.8 spamd-setup.c Log message: Flag day for spamd - 1) config files move to /etc/mail 2) -g option goes away in spamd-setup and spamd - greylisting is now the default 3) option change to spamd, -b addr becomes -l addr. 4) -b option in spamd-setup and spamd to turn on old blacklisting mode. Man page shortly to be flensed to make this easier to explain ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/26 19:22:01 Modified files: etc : Makefile etc/mail : Makefile Added files: etc/mail : spamd.conf Removed files: etc : spamd.conf Log message: /etc/spamd.conf moves to /etc/mail/spamd.conf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/26 19:22:49 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/26 19:25:13 Modified files: etc : Makefile Log message: avoid messing with the cvs tag expansion CVSROOT: /cvs Module name: src Changes by: nick@cvs.openbsd.org 2007/02/26 21:12:19 Modified files: distrib/sets/lists/comp: md.mac68k distrib/sets/lists/base: md.mac68k Log message: sync. "commit it" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/26 21:12:44 Modified files: distrib/sets/lists/base: md.mac68k distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/02/27 00:04:18 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Fix page fault trap in radio init code path and activate radio init in bcw_init(). Remove obsolete debug code therefore. The radio seems to initialize (can't verify yet), but I'm sure there are still some tweaks. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2007/02/27 00:59:13 Modified files: usr.bin/rcs : buf.c buf.h ci.c co.c date.y diff.c diff.h diff3.c ident.c merge.c rcs.c rcs.h rcsclean.c rcsdiff.c rcsmerge.c rcsnum.c rcsprog.c rcstime.c rcsutil.c rlog.c worklist.c worklist.h xmalloc.c Removed files: usr.bin/rcs : includes.h Log message: As done in OpenCVS, general includes cleanup sweep. OK otto@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 01:02:33 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 01:08:40 Modified files: usr.bin/rdist : rdist.1 Log message: some clarifications for the history, noexec, and sparse options; help/ok otto CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/27 01:39:00 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: manpage clarification for the "change" and "append" relay actions. from Tamas TEVESZ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/27 03:21:39 Modified files: . : events.html Log message: Put FrOSCon and SummerCamp in chronological order CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/27 03:46:00 Modified files: devel/fox : Makefile distinfo devel/fox/patches: patch-utils_Makefile_in devel/fox/pkg : PFRAG.shared PLIST Removed files: devel/fox/patches: patch-include_fxdefs_h patch-src_FXFile_cpp patch-src_FXThread_cpp Log message: update to much newer version. parallel work by ajacoutot@. CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/27 03:59:57 Modified files: sys/dev/usb : usbdevs Log message: add AnyDATA vendor id and device id for one of their modems. from netbsd, ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/27 04:00:42 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/27 04:02:34 Modified files: sys/dev/usb : ubsa.c Log message: attach AnyDATA E100H to ubsa. from netbsd, ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2007/02/27 04:03:46 Modified files: share/man/man4 : ubsa.4 Log message: list AnyDATA E100H ok jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/02/27 04:15:25 Modified files: x11/goggles : Makefile distinfo x11/goggles/files: config.local x11/goggles/patches: patch-gb x11/goggles/pkg: PLIST Log message: synch goggles to the fox update. took me forever to remember that goggles starts up at the previous bookmark, which was broken on the dvd I was testing. Also, clean up the startup script while I'm there... CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/02/27 06:38:58 Modified files: usr.sbin/hoststated: hoststated.conf.5 hoststated.h parse.y relay.c Log message: in addition to actions on request headers, allow to define relay actions on response headers (the reply sent by backend HTTP servers). the default and slightly faster relay streaming mode will be used if no actions are defined. for example: response change "Server" to "OpenBSD-hoststated/4.1" ok pyr@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 07:52:31 Modified files: libexec/spamd : spamd.8 spamd.c Log message: sort options and usage(); CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2007/02/27 08:16:30 Modified files: sys/arch/i386/i386: apm.c Log message: call_apm should be 64 bit. ok art CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 08:38:27 Modified files: libexec/spamd : spamd.8 Log message: initial shot at making greylisting seem normal... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 08:41:10 Modified files: libexec/spamd-setup: spamd-setup.8 Log message: fix synopsis and order options; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 08:42:14 Modified files: libexec/spamd-setup: spamd-setup.8 Log message: spamd.conf lives in /etc/mail now; CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/02/27 08:50:00 Modified files: fr : amd64.html donations.html events.html ftp.html i386.html index.html users.html want.html lt : armish.html donations.html errata39.html ftp.html pkg-stable.html pkg-stable39.html romp.html solbourne.html vax.html nl : donations.html ftp.html i386.html macppc.html pl : anoncvs.html cvsup.html mail.html openssh/fr : donations.html openssh/nl : donations.html faq/fr : upgrade40.html faq/pl : current.html faq10.html faq8.html faq/nl : faq10.html upgrade40.html faq/pf/pl : carp.html papers/fr : index.html papers/de : index.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html hp300/fr : hp300faq.html openbgpd/nl : ftp.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 08:51:17 Modified files: usr.bin/vacation: vacation.1 vacation.c Log message: support rfc2919 List-Id, from Tamas TEVESZ, ok millert CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/27 09:04:16 Modified files: etc : crontab Log message: spamd-setup now doesn't take -g - this is the new default. noticed by jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 09:04:26 Modified files: libexec/spamlogd: spamlogd.8 Log message: sync slightly w/ spamd(8); CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/27 09:21:29 Modified files: etc : rc rc.conf Log message: spamd_grey=YES should really be spamd_black=NO as disscussed with jmc and millert. ok millert@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/27 09:22:11 Modified files: usr.sbin/spamdb: spamdb.c Log message: open the db read-only if we're only looking. ok millert@ beck@ deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/27 09:24:29 Modified files: etc : rc Log message: catch second instance of spamd_grey - thanks millert and jmc CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/27 09:26:46 Modified files: share/zoneinfo/datfiles: europe leapseconds northamerica southamerica zone.tab Log message: Update to tzdata2007c from elsie.nci.nih.gov. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/02/27 09:27:39 Modified files: usr.bin/top : top.c utils.c Log message: an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@ CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2007/02/27 09:35:45 Modified files: share/man/man4 : opl.4 Log message: Tiny wording tweak CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/27 09:40:35 Modified files: lib/libc/time : tz-link.htm zic.8 zic.c Log message: Update to tzcode2007c from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/27 10:05:44 ports/x11/xfe/patches Update of /cvs/ports/x11/xfe/patches In directory cvs.openbsd.org:/tmp/cvs-serv24617/patches Log Message: Directory /cvs/ports/x11/xfe/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2007/02/27 10:06:47 Modified files: x11/xfe : Makefile distinfo x11/xfe/pkg : PLIST Added files: x11/xfe/patches: patch-Makefile_in Log message: - update to xfe-0.98.2 ok espie@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/27 10:19:20 Modified files: libexec/spamd : spamd.8 Log message: the tempfail message happens after the DATA command, and has for a little while now - it got changed so people don't get hooped by certain stupid sender verification schemes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 10:51:10 Modified files: libexec/spamd : spamd.8 Log message: explain the concepts of black/white/greylisting, briefly; diff from Okan Demirmen, tweaked by myself and beck ok beck CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 11:02:23 Modified files: libexec/spamd : spamd.8 Log message: no -g flag for spamd-setup; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 11:04:52 Modified files: usr.sbin/hoststated: hoststated.conf.5 Log message: replys -> replies; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 12:09:57 Modified files: sys/nfs : krpc_subr.c Log message: clarify RPC timeout messages so regular people can understand; ok various CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 12:33:21 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/27 12:34:53 Modified files: lib/libc/hash : sha2.3 Log message: sha2 hashes are not 5 32-bit ints in size. Just leave out the size in ints since there are multiple flavors. The key point to get across is that when storing as a type > byte it may be necessary to do byte swapping depending on the machine's byte order. Noticed by Tamas TEVESZ. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 12:47:31 Modified files: libexec/spamd : spamd.8 Log message: - don;t mark up colons - no need for <> for tables - use escapes for <> where needed CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 12:48:17 Modified files: libexec/spamd : spamd.8 Log message: forgot to remove this comment; CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2007/02/27 12:53:32 Modified files: sys/dev/acpi : dsdt.c Log message: Added fix for condref, free storing into value ok marco CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/27 12:56:47 Modified files: libexec/spamd : spamd.8 Log message: prevent .Em abuse: .Dq for services .Aq for tables CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 13:22:23 Modified files: sys/dev/acpi : dsdt.c Log message: please, check it compiles before you commit CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2007/02/27 13:52:20 Modified files: databases : Makefile devel : Makefile net : Makefile Log message: fix SUBDIR sorting; ok sturm@ CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 13:53:45 Modified files: etc : hostapd.conf Log message: spaces CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 13:55:23 Modified files: etc : changelist etc/mtree : special Log message: +sasyncd.conf; ok henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 14:06:59 Modified files: sys/arch/sparc64/conf: GENERIC Log message: include alipm, but disabled; ok kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/27 14:07:10 Modified files: usr.bin/file/magdir: OpenBSD Log message: Recognize OpenBSD/sh core dumps. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/27 14:07:40 Modified files: usr.bin/tic : Makefile Log message: Compile with -O1 on sh for now. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 14:15:09 Modified files: share/man/man4/man4.amd64: ioapic.4 share/man/man4/man4.i386: ioapic.4 Log message: fix spelling of processors CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/27 14:19:40 Modified files: sys/dev/pci : if_cas.c if_casvar.h Log message: Cut away some dead wood. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/02/27 14:41:58 Modified files: bin/md5 : cksum.1 Log message: Add md5 to the list of unsecure checksums. Adapted from a diff by Tamas TEVESZ. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/27 14:45:35 Modified files: sys/dev/pci : if_casreg.h Log message: Fix some comments. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/27 15:18:53 Modified files: sys/dev/pci : if_xge.c if_xgereg.h Log message: Don't strip off VLAN tags. From brad@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/27 15:39:39 Modified files: sys/dev/pci : if_xge.c if_xgereg.h Log message: Enable HW Tx checksum offloading and VLAN tag insertion. From brad@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 15:46:32 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: nicer panic; kettenis ok CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/02/27 16:00:54 Modified files: libexec/spamd : spamd.c Log message: fix -b breakage - make greylisting actually be on by default CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 16:03:09 Modified files: libexec/spamd : spamd.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/27 16:42:58 Modified files: share/man/man4 : xge.4 Log message: Update tcp checksum offloading support status. From brad@. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 17:12:58 Modified files: usr.sbin/dvmrpctl: dvmrpctl.8 Log message: spelling: Multicast not Mutlicast CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/02/27 17:55:30 Modified files: usr.bin/ssh : ssh-agent.c Log message: Remove expired keys periodically so they don't remain in memory when the agent is entirely idle, as noted by David R. Piegdon. This is the simple fix, a more efficient one will be done later. With markus, deraadt, with & ok djm. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 17:59:55 Modified files: usr.sbin/dvmrpd: dvmrpd.conf.5 Log message: double word: a a CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 18:01:20 Modified files: libexec/spamd : spamd.8 Log message: double word: be be CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 18:37:15 Modified files: etc : changelist etc/mtree : special Log message: spamd.conf lives in /etc/mail now; ok millert@ beck@ CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/27 18:46:17 Modified files: share/man/man3 : dlfcn.3 share/man/man4 : acpiprt.4 icmp6.4 nsclpcsio.4 share/man/man9 : sysctl_int.9 Log message: various spelling corrections CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/02/27 20:18:37 Added files: faq : upgrade41.html Log message: NOT YET READY FOR USE. Just trying to get an early start on this. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/02/27 20:25:23 Modified files: faq : upgrade41.html Log message: looks more consistant with around the useradd lines. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 21:11:38 Modified files: sys/dev/usb : usbdevs Log message: gmate was wrong, add something else CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/27 21:11:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/27 23:51:42 Modified files: build : groups.dat Log message: CapBUG replaces MDBUG. from mike at erdelynet dot com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/27 23:52:15 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/28 00:04:51 Modified files: build : support.dat Log message: update Lukasz Zielinski's entry, from himself CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/28 00:13:23 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/28 00:35:11 Modified files: build : mirrors.dat Log message: new ftp/http mirror jane.tihlde.org in Trondheim, Norway. from Henrik Schewe CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/02/28 00:36:07 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/28 00:40:25 Modified files: sys/arch/landisk/stand/mbr: mbr.8 Log message: spelling CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/02/28 00:41:07 Modified files: usr.bin/file : file.1 Log message: spell maintenance correctly CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/02/28 01:46:06 Modified files: usr.sbin/bind : configure.in Log message: remove bogus warning regarding OpenSSL CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/28 01:51:10 Modified files: share/man/man4 : xge.4 Log message: avoid line wrap; CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2007/02/28 02:05:29 Modified files: usr.sbin/bind : configure Log message: regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/28 02:09:29 Modified files: sys/dev/ic : acx.c Log message: Fix a ieee80211_node refcount leak -- the node lookup is done in ieee80211_encap() so there is no need to do call ieee80211_find_txnode() beforehands. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/02/28 02:26:26 Modified files: sys/dev/ic : acx.c acx100.c acx111.c acxreg.h Log message: Another round of makro killing. Kill _ACX_CONF_FUNC() and replace all calls with acx_set_conf()/acx_get_conf(). OK mglocker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/28 02:39:26 Modified files: lib/libc/time : zic.8 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/28 02:57:38 Modified files: lib/libc/time : zic.8 Log message: use mdoc macros; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/02/28 03:01:48 Modified files: lib/libc/time : zic.8 Log message: - NOTES -> CAVEATS - use escapes for <> CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/02/28 03:09:02 Modified files: . : events.html Log message: Clean up dates Add LinuxTag and T-DOSE CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/28 06:23:23 Modified files: sys/dev/ata : atascsi.c Log message: we allocate an array of pointers, so we should bzero an array of pointers, not an array of ints. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/28 06:25:42 Modified files: sys/dev/ata : atascsi.h Log message: stash a pointer to the atascsi instance in ata_port structs. the completion routine will take a pointer to ata_xfer, not a void *. add some states and flags for the xfers, and some values for the hba to return when processing them. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/02/28 06:38:04 Modified files: sys/dev/ata : atascsi.c Log message: when allocating an xfer, preinit several values according to the port its destined for. add ata_exec, which will push the xfer on the right path. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/02/28 08:28:22 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: do status dampening for OK status as well, i. e. if a sensor is always bad, but sometimes goes OK for only a few seconds, we want to ignore that bogus change as well also fix setting if last_val. from Constantine, ok mickey CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2007/02/28 08:54:31 Modified files: xc/programs/fvwm/sample.fvwmrc: system.fvwmrc xc/programs/xdm/config: OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: crank to 4.1 puffy v4.1 courtesy Ty Semaka, thanks! CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2007/02/28 09:01:01 Modified files: app/fvwm/sample.fvwmrc: system.fvwmrc app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: crank to 4.1 puffy v4.1 courtesy Ty Semaka, thanks! CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2007/02/28 10:31:14 Modified files: . : plus.html Log message: Feb 27; Janne Johansson CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/28 10:42:29 Modified files: build : packages-4.0 packages-3.9 Log message: add missing amd64 packages CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2007/02/28 10:42:46 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/28 11:46:16 Modified files: sys/dev/ic : lsi64854.c Log message: Adjust residual counter for esp wide transfers; from NetBSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/28 11:48:35 Modified files: share/man/man4/man4.sparc64: Makefile sys/arch/sparc64/conf: GENERIC sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c sys/dev/ic : lsi64854.c lsi64854var.h sys/dev/sbus : files.sbus Added files: share/man/man4/man4.sparc64: bpp.4 sys/dev/sbus : bpp.c bppreg.h Log message: SBus parallel port driver, from NetBSD but untested (no printer or cables); this should hopefully stop people from asking me about it (-: CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 12:01:57 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 12:37:55 Modified files: sys/arch/sh/sh : cache.c mmu.c Log message: do not bother printing 5 lines of cpu information which is always, on every machine, exactly the same. only print the most interesting bits ok miod, tested martin CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/28 12:40:38 Modified files: sys/dev/pci : isp_pci.c Log message: Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted. Avoids the "invalid NVRAM" message on the Blade 1000 and other machines with onboard isp(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/28 13:19:05 Modified files: sys/arch/hp300/dev: hd.c Log message: Use diskerr() to print error messages. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 13:28:25 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2007/02/28 13:31:08 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamav_milter-clamav_milter_c patch-clamd_Makefile_in patch-clamd_session_c patch-clamd_session_h patch-clamdscan_client_c patch-configure patch-etc-clamd_conf patch-etc-freshclam_conf patch-libclamav_Makefile_am patch-libclamav_Makefile_in patch-libclamav_mbox_c patch-libclamav_ole2_extract_c patch-libclamav_scanner_c patch-libclamav_str_c patch-libclamav_vba_extract_c security/clamav/pkg: PLIST Log message: Update to ClamAV 0.90. A lot of improvments and bugfixes, see www.clamav.net for all details. ok nikolay CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2007/02/28 14:20:22 Modified files: sys/dev/onewire: onewiredevs Log message: Add DS2438 Smart Battery Monitor family. From: Aaron Linville . CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2007/02/28 14:20:43 Modified files: sys/dev/onewire: onewiredevs.h onewiredevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/28 14:38:29 Modified files: . : zaurus.html Log message: update for new device support CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/02/28 14:40:36 Modified files: . : sparc64.html Log message: new devices CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2007/02/28 14:48:12 Modified files: sysutils/iogen : Makefile sysutils/iogen/src: iogen.c Log message: fix on macppc where comparing a char to -1 doesnt have the desired effect. ok robert@ marco@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2007/02/28 14:54:43 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/cats/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC sys/dev/onewire: files.onewire share/man/man4 : Makefile onewire.4 Added files: sys/dev/onewire: owsbm.c share/man/man4 : owsbm.4 Log message: Add Smart Battery Monitor device driver. Provided by Aaron Linville in PR 5398. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/28 14:57:24 Modified files: distrib/notes/sparc64: hardware Log message: Update. From Jung. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 14:57:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:16:55 Modified files: sys/dev/pci : safe.c Log message: of of CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/02/28 15:22:19 Modified files: distrib/notes/sparc64: hardware Log message: Add PCI GigaSwift Ethernet ("Cassini") and use the Sun product name for GEM. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/02/28 15:25:05 Modified files: . : sparc64.html Log message: Sun calls gem(4) Gigabit Ethernet, and cas(4) GigaSwift Ethernet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/28 15:30:05 Modified files: distrib/notes : Makefile m4.common packages distrib/notes/landisk: contents hardware install prep upgrade whatis xfer Log message: Better OpenBSD/landisk installation notes, 1/2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:30:55 Modified files: sys/dev/usb : usb_subr.c devlist2h.awk Log message: place types needed by usbdevs_data.h, directly into that file so that it is consumable by anyone who includes it (matches idea in pcidevs) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:31:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync to awk change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:31:32 Modified files: sys/dev/onewire: devlist2h.awk onewire_subr.c Log message: place types needed by onewiredevs_data.h, directly into that file so that it is consumable by anyone who includes it (matches idea in pcidevs and usbdevs) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:31:35 Modified files: sys/dev/onewire: onewiredevs.h onewiredevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/02/28 15:31:42 Modified files: share/man/man4 : owsbm.4 Log message: new sentence, new line... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:51:07 Modified files: sys/dev/usb : devlist2h.awk Log message: the_t world_t would_t be_t a_t better_t place_t if_t some_t people_t did_t not_t feel_t the_t need_t to_t typedef_t everything_t CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 15:51:11 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 16:02:24 Modified files: sys/arch/sparc64/conf: GENERIC Log message: some older machines have small banks, and the kernel is too big! remove one very rarely used driver; tested by mglocker miod will look at this later ;) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/02/28 20:51:56 Modified files: distrib/miniroot: install.sub Log message: shrink early text; input from frantisek holop, discussion and ok ok krw CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2007/02/28 21:12:54 Modified files: faq : current.html Log message: spamd flag day wording/format ok nick@ CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/02/28 22:16:17 Modified files: papers : index.html Log message: david's slides from his talks at OpenCON 2006 should be linked here as well. discussed with dlg@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/03/01 00:48:20 Modified files: faq : faq4.html Log message: add some more hints to improve dmesg submission. based on a diff from jcroberts at designtools.org ok nick@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2007/03/01 03:28:02 Modified files: usr.bin/ssh : auth2.c servconf.c sshd_config.5 Log message: Remove ChallengeResponseAuthentication support inside a Match block as its interaction with KbdInteractive makes it difficult to support. Also, relocate the CR/kbdint option special-case code into servconf. "please commit" djm@, ok markus@ for the relocation. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2007/03/01 03:55:14 Modified files: sys/dev/ic : acx.c Log message: In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check the return value. Stolen from acx_set_beacon_tmplt() that already does this check. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2007/03/01 04:18:40 Modified files: sys/kern : kern_exec.c Log message: Remove two ancient debugging printfs. CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2007/03/01 06:14:22 Modified files: kerberosV/src/kdc: kstash.8 Log message: typos, from raga (raga at comcast dot com) CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2007/03/01 07:28:40 Modified files: faq : upgrade41.html Log message: spamd and hw.sensors changes ok nick@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/03/01 08:00:57 Modified files: sys/arch/macppc/dev: macintr.c openpic.c Log message: proper softint treatment (that get missed otherwise); found and tested by mpf@ on pppoe; drahn@ ok CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 09:07:42 Modified files: share/man/man4/man4.sparc64: bpp.4 Log message: -with -> -width CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 09:09:43 Modified files: share/man/man4 : sbus.4 Log message: sync for bpp.4; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 09:13:55 Modified files: share/man/man4 : owsbm.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 09:19:33 Modified files: usr.bin/ssh : sshd_config.5 Log message: sort the `match' keywords; CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2007/03/01 09:29:09 Modified files: lib/libc/string: strerror_r.c Log message: If NLS is disabled, strerror does not print the correct error string. No binary change with NLS enabled. ok otto millert espie CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2007/03/01 09:33:08 Modified files: sys/conf : newvers.sh Log message: strip off -beta; ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2007/03/01 09:46:48 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: DESCR Removed files: devel/libsoup/patches: patch-tests_header-parsing_c Log message: update libsoup to 2.2.100 ok pval@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/01 10:20:54 Modified files: sbin/pfctl : pf_print_state.c pfctl.c pfctl_table.c Log message: be more careful with mixing &/| with &&/||, ok otto CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/01 10:50:42 Modified files: usr.sbin/ntpd : ntpd.h Log message: read buffer size must be >= max imsg size. after release we should revisit this issue, we can probably safely shrink the max imsg size. Valentin Kozamernik in PR5401 CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2007/03/01 10:54:48 Modified files: etc/root : root.mail Log message: fix emacs pkgnames ok pval CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:16:16 Modified files: distrib/notes/hp300: install Log message: Remove leftover mention of the 425e being serial only, it's no longer true since a few releases already. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:17:29 Modified files: distrib/notes/sparc: xfer distrib/notes/sparc64: xfer Log message: Spell ``miniroot'' consistently. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:17:44 Modified files: distrib/notes/alpha: hardware Log message: Wrap a long line. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:18:11 Modified files: distrib/notes/landisk: xfer Log message: Restore a few generic texts which got lost in last commit and where worth keeping. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:24:10 Modified files: distrib/notes/landisk: install Log message: Your spring jumbo m4-fu. This time: - mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-: CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 12:24:45 Modified files: distrib/notes : m4.common distrib/notes/alpha: install distrib/notes/amd64: install distrib/notes/armish: install distrib/notes/cats: install distrib/notes/hp300: install distrib/notes/hppa: install distrib/notes/i386: install distrib/notes/luna88k: install distrib/notes/mac68k: install distrib/notes/macppc: install distrib/notes/mvme68k: install distrib/notes/mvme88k: install distrib/notes/sgi: install distrib/notes/sparc: install distrib/notes/sparc64: install distrib/notes/vax: install distrib/notes/zaurus: install Log message: Your spring jumbo m4-fu. This time: - mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-: CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/01 12:48:00 Modified files: sys/dev/ic : bcw.c bcwvar.h Log message: Set phy / radio softc vars to initial default values. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2007/03/01 13:06:27 Modified files: libexec/ftpd : ftpd.c monitor.c monitor.h Log message: - use proper log facility and priority in the slave sig handlers - if the monitor decides to kill the slave, log that ok millert@ moritz@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 13:30:09 Modified files: sbin/isakmpd : isakmpd.8 Log message: improve the description of -a. specifically, make it clear that ipsec.conf users do not want to run isakmpd -a unless they are messing with manual flows; closes documentation/5399, from sthen original diff and feedback from sthen ok hshoexer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 13:38:52 Modified files: libexec/spamd : spamd.8 Log message: first pass at simplifying the language in this page; more to come CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2007/03/01 13:48:35 Modified files: usr.sbin/httpd/src/modules/keynote: mod_keynote.c usr.sbin/httpd/src/modules/standard: mod_so.c usr.sbin/httpd/src/support: README logresolve.8 Log message: spell address correctly; ok jmc@ henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/03/01 13:54:33 Modified files: sys/arch/macppc/dev: smu.c Log message: Don't attach sensors and iic(4) if we didn't find any fans. Tickling the SMU when we don't set the fans running is bad since this prevents the fans to spin up automatically causing the machine to overheat. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/03/01 14:06:51 Modified files: . : macppc.html Log message: Warn about possible problems with overheating iMac G5's. CVSROOT: /cvs Module name: XF4 Changes by: pyr@cvs.openbsd.org 2007/03/01 14:14:36 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: Do not assume that a vga-pci type display implies that vesafb functionality is present. ok matthieu@, miod@, gwk@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/01 14:28:56 Modified files: sys/arch/macppc/pci: kauaiata.c Log message: If the kauai is not found in openfirmware, abort the config. ok deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/03/01 14:39:27 Modified files: sys/arch/macppc/dev: smu.c Log message: On the first generation iMac G5 (PowerMac8,1) the fans node is called rpm-fans. CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2007/03/01 14:43:34 Modified files: xc/programs : Imakefile Log message: revert last commit, assume landisk pthreads work now CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 14:44:02 Modified files: sys/arch/aviion/conf: files.aviion Log message: typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 14:48:32 Modified files: usr.bin/diff : diff.1 diff.c Log message: sort options/synopsis/usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 15:34:54 Modified files: usr.bin/rdist : rdist.1 Log message: some small improvements for the DISTFILES section; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 15:36:25 Modified files: usr.bin/rdist : rdist.1 Log message: missed a comma; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/03/01 15:37:48 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_h patch-mozilla_nsprpub_pr_include_private_primpl_h patch-mozilla_nsprpub_pr_src_misc_prdtoa_c patch-mozilla_nsprpub_pr_src_misc_prinit_c patch-mozilla_nsprpub_pr_tests_runtests_ksh Log message: update to version 4.6.5; from Martynas Venckus; ok pvalchev@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/03/01 15:46:06 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_mozilla_in patch-configure_in patch-modules_libpref_src_init_all_js patch-modules_plugin_base_public_nptypes_h patch-security_coreconf_OpenBSD_mk patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h www/mozilla-firefox/pkg: PLIST-main Added files: www/mozilla-firefox/patches: patch-browser_base_content_browser_js patch-js_src_js_c patch-js_src_jsemit_c patch-js_src_jsemit_h patch-js_src_jsfun_h patch-js_src_jsinterp_c patch-js_src_jsscript_c patch-security_manager_boot_src_nsSecureBrowserUIImpl_cpp patch-toolkit_content_widgets_tabbrowser_xml Removed files: www/mozilla-firefox/patches: patch-browser_app_Makefile_in patch-browser_locales_en-US_chrome_branding_brand_dtd patch-browser_locales_en-US_chrome_branding_brand_properties patch-browser_locales_en-US_chrome_browser_aboutDialog_dtd patch-browser_locales_en-US_chrome_browser_preferences_preferences_dtd patch-build_autoconf_altoptions_m4 patch-config_mkdepend_imakemdep_h patch-config_rules_mk patch-security_coreconf_rules_mk patch-xpcom_glue_standalone_Makefile_in Log message: - update to version 2.0.0.2 and apply several security fixes, therefore bump the PKGNAME to p0 now; - enable official branding by default - fix some WANTLIB markers work done by Martynas Venckus; thanks. tested by many many people; ok pvalchev@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 15:51:57 Modified files: usr.bin/rdist : rdist.1 Log message: tidy up the MESSAGE LOGGING section; CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/03/01 15:53:44 Modified files: share/man/man4 : pci.4 share/man/man4/man4.landisk: Makefile obio.4 power.4 Added files: share/man/man4/man4.landisk: intro.4 mainbus.4 shpcic.4 Log message: shrink the list of missing landisk section 4 manpages, more to come CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 16:01:18 Modified files: usr.bin/rdist : rdist.1 Log message: minor cleanup for the rest of this page; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/01 16:18:47 Modified files: usr.bin/rdist : rdist.1 Log message: annotate EXAMPLES; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2007/03/01 17:16:59 Modified files: sys/dev/pci : if_nfe.c Log message: MCP65 has no hardware checksum support. Diff from brad after he noticed recent changes in the Linux driver by an NVIDIA employee. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/01 17:45:50 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/01 18:55:02 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2007/03/01 19:01:19 Modified files: faq : current.html Log message: small tweak from Okan Demirmen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/01 19:01:47 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/01 19:29:13 Modified files: sbin/disklabel : extern.h editor.c Log message: If a default label has been created with the -d command line option or the 'D' editor command and has not been written to disk when the user issues the 'q' editor command, ask if the label should be written to disk before exiting. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/01 21:23:35 Modified files: usr.sbin/user : user.c Log message: Replace regex(3) routines with simple string searching and comparison routines. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/01 21:27:11 Modified files: usr.sbin/user : user.c Log message: Check if group exists before checking if group is local. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/01 21:32:32 Modified files: games/monop : getinp.c monop.c usr.bin/make : job.c Log message: strlen fixes from Charles Longeau. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/01 21:53:17 Modified files: usr.bin/rcs : rcsnum.c Log message: Sync rcsnum.c with OpenCVS, from Charles Longeau. OK niallo@ and xsa@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/01 23:11:54 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h t-openbsd lib/csu/sh : crt0.c lib/libc/arch/sh: Makefile.inc lib/libc/arch/sh/gen: Makefile.inc _setjmp.S fabs.c fpsetmask.c fpsetround.c fpsetsticky.c setjmp.S sigsetjmp.S lib/libpthread/arch/sh: uthread_machdep.c uthread_machdep_asm.S sys/arch/sh/include: cpu.h frame.h pcb.h ptrace.h reg.h setjmp.h signal.h sys/arch/sh/sh : genassym.cf locore_subr.S process_machdep.c sh_machdep.c trap.c vm_machdep.c Log message: Move landisk to hardware floating point. At the moment the FPU context is always saved upon context switches, as FPU registers are heavily used for long long computations (don't ask). Gcc default to -m4. Credits to drahn@ otto@ and deraadt@ for feedback and help testing. Upgrade procedure if you don't want to use the damn snapshots: - build and install new kernel, reboot off it - build new gcc, do not install it yet - make includes - install new gcc - build and install lib/csu and lib/libc - make build CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/01 23:15:20 Modified files: . : landisk.html Log message: hard floats rah rah rah CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/02 01:14:59 Modified files: libexec/spamd : spamd.8 Log message: improve the sections on pf rules; ok beck CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/02 01:15:54 Modified files: share/man/man4/man4.landisk: intro.4 Log message: use exact .Nd lines for the various devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/02 01:16:29 Modified files: share/man/man4/man4.landisk: obio.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/02 01:17:01 Modified files: share/man/man4/man4.landisk: power.4 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/02 04:23:23 Modified files: sbin/dhclient : errwarn.c Log message: If a syntax error is found past 80 columns, parse_warn accessed memory outside of the `spaces' array when trying to print the caret marker found by "Matthew R. Dempsky" , fix inspired by a.velichinsky@gmail.com. discussed with krw CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/02 04:27:36 Modified files: sbin/dhclient : errwarn.c Log message: and the second use of the spaces array might overflow too, in another way... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/02 04:31:17 Modified files: sbin/dhclient : errwarn.c Log message: caret missing, From: "Matthew R. Dempsky" CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/02 04:32:40 Modified files: usr.sbin/hoststated: relay.c Log message: when the http read callback changes and some data is still left in the input buffer, we call the new callback to handle the remaining data. this change makes sure that we only do this after the read callback was actually changed (read header -> read content, read content -> read header, read chunks...) to avoid a possible loop which could happen in some rare cases. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/02 04:37:53 Modified files: usr.sbin/dhcpd : errwarn.c Log message: pull in spaces array overflow fixes from dhclient the code here is slightly different, but also has the overfow in both cases CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/02 06:49:50 Modified files: sys/dev/pci : if_bnx.c Log message: - remove the code to bring down the PHY in bnx_stop(), it's wrong (ifm_data isn't updated) and lead to a panic in mii_phy_setmedia(), or reading past the end mii_media_table[]. - make sure the dma_map matches the mbuf in the rx structures. We would sync/unload the wrong map, leading to a DIAGNOSTIC panic, or eventually leaking memory when bounce buffers are needed. From NetBSD ok marco@, brad@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/03/02 07:07:52 Modified files: faq : upgrade41.html Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/02 07:08:48 Modified files: sys/dev/pci : if_bnx.c Log message: oops, this is $OpenBSD$ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/03/02 08:03:36 Modified files: . : i386-laptop.html Log message: update dell latitude c400 entry; marco@azbsd.org CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/02 08:59:15 Modified files: www/firefox-i18n: Makefile distinfo Added files: www/firefox-i18n/pkg: DESCR-af DESCR-be DESCR-ka DESCR-ku PLIST-af PLIST-be PLIST-ka PLIST-ku Log message: update this to 2.0.0.2 too which was forgotten; from martynas CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/02 10:08:21 Modified files: share/man/man4 : onewire.4 owid.4 owsbm.4 owtemp.4 Log message: make onewire descriptions match .Nd; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/02 10:49:51 Modified files: sys/dev/ic : re.c Log message: Fix and enable HW VLAN tagging. From brad@, tested by brad on i386/amd64/sparc64 and by maja@ and ian@ on i386. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2007/03/02 11:26:29 Modified files: usr.sbin/dhcpd : dhcp.h usr.sbin/dhcrelay: dhcp.h Log message: spaces and comment to sync to dhclient dhcp.h; no binary change CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/02 13:26:20 Modified files: xserver : Makefile.bsd-wrapper Log message: List of arches where we don't build Xorg. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2007/03/02 15:47:44 Modified files: . : donations.html Log message: Add one that has been sitting in my email for a while CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2007/03/02 16:33:37 Modified files: . : donations.html Log message: Added all new donors for the latest laptop run. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/03/02 16:38:28 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/pkg: PFRAG.shared PLIST Log message: Disable building with swscale support since it breaks ffmpeg support in vlc. ok pvalchev@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/03/02 16:42:41 Modified files: multimedia/ffmpeg2theora: Makefile Log message: adjust LIB_DEPENDS due to disabling swscale support in ffmpeg. ok pvalchev@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2007/03/02 20:46:12 Modified files: sys/dev/pci : if_bnx.c Log message: Replacing some spaces with tabs and some typo fixes from brad@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 01:53:53 Log message: Import util-macros 1.1.5 Status: Vendor Tag: xorg Release Tags: v1_1_5 U xenocara/util/macros/COPYING C xenocara/util/macros/Makefile.in U xenocara/util/macros/xorg-macros.m4.in U xenocara/util/macros/missing U xenocara/util/macros/Makefile.am U xenocara/util/macros/install-sh U xenocara/util/macros/xorg-macros.m4 C xenocara/util/macros/xorgversion.m4 U xenocara/util/macros/configure.ac U xenocara/util/macros/ChangeLog C xenocara/util/macros/configure U xenocara/util/macros/README C xenocara/util/macros/aclocal.m4 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/util/macros CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 01:55:54 Modified files: util/macros : configure Log message: regen CVSROOT: /cvs Module name: driver Changes by: matthieu@cvs.openbsd.org 2007/03/03 01:59:34 Log message: import xf86-video-mga version 1.4.6.1 Status: Vendor Tag: xorg Release Tags: v1_4_6_1 N driver/xf86-video-mga/config.guess cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/config.guess,v: No such file or directory N driver/xf86-video-mga/COPYING cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/COPYING,v: No such file or directory N driver/xf86-video-mga/README_HALLIB cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/README_HALLIB,v: No such file or directory N driver/xf86-video-mga/ltmain.sh cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/ltmain.sh,v: No such file or directory N driver/xf86-video-mga/Makefile.in cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/Makefile.in,v: No such file or directory N driver/xf86-video-mga/mga_PInS.txt cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/mga_PInS.txt,v: No such file or directory N driver/xf86-video-mga/missing cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/missing,v: No such file or directory N driver/xf86-video-mga/Makefile.am cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/Makefile.am,v: No such file or directory N driver/xf86-video-mga/install-sh cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/install-sh,v: No such file or directory N driver/xf86-video-mga/depcomp cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/depcomp,v: No such file or directory N driver/xf86-video-mga/config.h.in cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/config.h.in,v: No such file or directory N driver/xf86-video-mga/configure.ac cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/configure.ac,v: No such file or directory N driver/xf86-video-mga/ChangeLog cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/ChangeLog,v: No such file or directory N driver/xf86-video-mga/configure cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/configure,v: No such file or directory N driver/xf86-video-mga/aclocal.m4 cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/aclocal.m4,v: No such file or directory N driver/xf86-video-mga/config.sub cvs: ERROR: cannot write file /cvs/driver/xf86-video-mga/config.sub,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/driver/xf86-video-mga/man -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/driver/xf86-video-mga/src -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/driver/xf86-video-mga/util -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:00:25 Log message: Import xf86-video-mga version 1.4.6.1 Status: Vendor Tag: xorg Release Tags: v1_4_6_1 C xenocara/driver/xf86-video-mga/config.guess U xenocara/driver/xf86-video-mga/COPYING U xenocara/driver/xf86-video-mga/README_HALLIB C xenocara/driver/xf86-video-mga/ltmain.sh C xenocara/driver/xf86-video-mga/Makefile.in U xenocara/driver/xf86-video-mga/mga_PInS.txt U xenocara/driver/xf86-video-mga/missing U xenocara/driver/xf86-video-mga/Makefile.am U xenocara/driver/xf86-video-mga/install-sh U xenocara/driver/xf86-video-mga/depcomp U xenocara/driver/xf86-video-mga/config.h.in U xenocara/driver/xf86-video-mga/configure.ac U xenocara/driver/xf86-video-mga/ChangeLog C xenocara/driver/xf86-video-mga/configure C xenocara/driver/xf86-video-mga/aclocal.m4 C xenocara/driver/xf86-video-mga/config.sub C xenocara/driver/xf86-video-mga/man/Makefile.in U xenocara/driver/xf86-video-mga/man/mga.man U xenocara/driver/xf86-video-mga/man/Makefile.am U xenocara/driver/xf86-video-mga/src/mga_dga.c U xenocara/driver/xf86-video-mga/src/mga_ucode.h U xenocara/driver/xf86-video-mga/src/mga_driver.c U xenocara/driver/xf86-video-mga/src/mga_maven.h U xenocara/driver/xf86-video-mga/src/mga_shadow.c U xenocara/driver/xf86-video-mga/src/client.h U xenocara/driver/xf86-video-mga/src/mga_sarea.h U xenocara/driver/xf86-video-mga/src/clientlx.c U xenocara/driver/xf86-video-mga/src/mga_merge.h C xenocara/driver/xf86-video-mga/src/Makefile.in U xenocara/driver/xf86-video-mga/src/mga_esc.c U xenocara/driver/xf86-video-mga/src/mga_dri.h U xenocara/driver/xf86-video-mga/src/mga_macros.h U xenocara/driver/xf86-video-mga/src/mga_dh.c U xenocara/driver/xf86-video-mga/src/mga_halmod.c U xenocara/driver/xf86-video-mga/src/Makefile.am U xenocara/driver/xf86-video-mga/src/mga_dacG.c U xenocara/driver/xf86-video-mga/src/mga_dri.c U xenocara/driver/xf86-video-mga/src/binding.h U xenocara/driver/xf86-video-mga/src/mga_vga.c U xenocara/driver/xf86-video-mga/src/mga_exa.c U xenocara/driver/xf86-video-mga/src/mga_video.c U xenocara/driver/xf86-video-mga/src/mga.h U xenocara/driver/xf86-video-mga/src/mga_bios.c U xenocara/driver/xf86-video-mga/src/mga_dac3026.c U xenocara/driver/xf86-video-mga/src/mga_g450pll.c U xenocara/driver/xf86-video-mga/src/mga_merge.c U xenocara/driver/xf86-video-mga/src/mgareg_flags.h U xenocara/driver/xf86-video-mga/src/mga_dripriv.h U xenocara/driver/xf86-video-mga/src/mga_common.h U xenocara/driver/xf86-video-mga/src/mga_arc.c U xenocara/driver/xf86-video-mga/src/mga_hwcurs.c U xenocara/driver/xf86-video-mga/src/mga_storm.c U xenocara/driver/xf86-video-mga/src/mga_reg.h C xenocara/driver/xf86-video-mga/util/Makefile.in U xenocara/driver/xf86-video-mga/util/Makefile.am U xenocara/driver/xf86-video-mga/util/stormdwg.c U xenocara/driver/xf86-video-mga/util/README 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-mga CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:03:30 Modified files: driver/xf86-video-mga: aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:06:18 Log message: Import xf86-video-nv version 1.2.2.1 Status: Vendor Tag: xorg Release Tags: v1_2_2_1 C xenocara/driver/xf86-video-nv/config.guess U xenocara/driver/xf86-video-nv/COPYING C xenocara/driver/xf86-video-nv/ltmain.sh C xenocara/driver/xf86-video-nv/Makefile.in U xenocara/driver/xf86-video-nv/missing U xenocara/driver/xf86-video-nv/Makefile.am U xenocara/driver/xf86-video-nv/install-sh U xenocara/driver/xf86-video-nv/depcomp U xenocara/driver/xf86-video-nv/README.NV1 U xenocara/driver/xf86-video-nv/config.h.in U xenocara/driver/xf86-video-nv/configure.ac U xenocara/driver/xf86-video-nv/ChangeLog C xenocara/driver/xf86-video-nv/configure C xenocara/driver/xf86-video-nv/aclocal.m4 C xenocara/driver/xf86-video-nv/config.sub C xenocara/driver/xf86-video-nv/man/Makefile.in U xenocara/driver/xf86-video-nv/man/nv.man U xenocara/driver/xf86-video-nv/man/Makefile.am U xenocara/driver/xf86-video-nv/src/nvreg.h U xenocara/driver/xf86-video-nv/src/riva_hw.h U xenocara/driver/xf86-video-nv/src/nv_dma.h U xenocara/driver/xf86-video-nv/src/riva_setup.c U xenocara/driver/xf86-video-nv/src/nv_hw.c U xenocara/driver/xf86-video-nv/src/nv_include.h C xenocara/driver/xf86-video-nv/src/Makefile.in U xenocara/driver/xf86-video-nv/src/riva_tbl.h U xenocara/driver/xf86-video-nv/src/Makefile.am U xenocara/driver/xf86-video-nv/src/riva_type.h U xenocara/driver/xf86-video-nv/src/riva_cursor.c U xenocara/driver/xf86-video-nv/src/riva_dga.c U xenocara/driver/xf86-video-nv/src/riva_include.h U xenocara/driver/xf86-video-nv/src/nv_local.h U xenocara/driver/xf86-video-nv/src/riva_driver.c U xenocara/driver/xf86-video-nv/src/nv_type.h U xenocara/driver/xf86-video-nv/src/nv_dac.c U xenocara/driver/xf86-video-nv/src/riva_const.h U xenocara/driver/xf86-video-nv/src/nvvga.h U xenocara/driver/xf86-video-nv/src/nv_const.h U xenocara/driver/xf86-video-nv/src/riva_proto.h U xenocara/driver/xf86-video-nv/src/riva_shadow.c U xenocara/driver/xf86-video-nv/src/nv_proto.h U xenocara/driver/xf86-video-nv/src/nv_video.c U xenocara/driver/xf86-video-nv/src/nv_setup.c U xenocara/driver/xf86-video-nv/src/riva_xaa.c U xenocara/driver/xf86-video-nv/src/nv_cursor.c U xenocara/driver/xf86-video-nv/src/nv_dga.c U xenocara/driver/xf86-video-nv/src/riva_dac.c U xenocara/driver/xf86-video-nv/src/nv_shadow.c U xenocara/driver/xf86-video-nv/src/riva_hw.c U xenocara/driver/xf86-video-nv/src/riva_local.h U xenocara/driver/xf86-video-nv/src/nv_driver.c U xenocara/driver/xf86-video-nv/src/nv_xaa.c 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-nv CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:10:54 Modified files: driver/xf86-video-nv: aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:31:56 Log message: Import xf86-video-fbdev version 0.3.1 Status: Vendor Tag: xorg Release Tags: v0_3_1 U xenocara/driver/xf86-video-fbdev/config.guess U xenocara/driver/xf86-video-fbdev/COPYING C xenocara/driver/xf86-video-fbdev/ltmain.sh U xenocara/driver/xf86-video-fbdev/Makefile.in U xenocara/driver/xf86-video-fbdev/missing U xenocara/driver/xf86-video-fbdev/Makefile.am U xenocara/driver/xf86-video-fbdev/install-sh U xenocara/driver/xf86-video-fbdev/depcomp U xenocara/driver/xf86-video-fbdev/config.h.in U xenocara/driver/xf86-video-fbdev/configure.ac U xenocara/driver/xf86-video-fbdev/ChangeLog C xenocara/driver/xf86-video-fbdev/configure C xenocara/driver/xf86-video-fbdev/aclocal.m4 U xenocara/driver/xf86-video-fbdev/config.sub C xenocara/driver/xf86-video-fbdev/man/Makefile.in C xenocara/driver/xf86-video-fbdev/man/Makefile.am U xenocara/driver/xf86-video-fbdev/man/fbdev.man U xenocara/driver/xf86-video-fbdev/src/Makefile.in U xenocara/driver/xf86-video-fbdev/src/fbdev.c U xenocara/driver/xf86-video-fbdev/src/Makefile.am 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-fbdev CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:36:13 Modified files: driver/xf86-video-fbdev: Makefile.in aclocal.m4 configure driver/xf86-video-fbdev/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:39:06 Log message: Import xf86-video-wsfb version 0.2.1 Status: Vendor Tag: xorg Release Tags: v0_2_1 U xenocara/driver/xf86-video-wsfb/configure.ac U xenocara/driver/xf86-video-wsfb/aclocal.m4 U xenocara/driver/xf86-video-wsfb/Makefile.am U xenocara/driver/xf86-video-wsfb/Makefile.in U xenocara/driver/xf86-video-wsfb/config.h.in U xenocara/driver/xf86-video-wsfb/configure U xenocara/driver/xf86-video-wsfb/COPYING U xenocara/driver/xf86-video-wsfb/ChangeLog U xenocara/driver/xf86-video-wsfb/config.guess U xenocara/driver/xf86-video-wsfb/config.sub U xenocara/driver/xf86-video-wsfb/depcomp U xenocara/driver/xf86-video-wsfb/install-sh U xenocara/driver/xf86-video-wsfb/ltmain.sh U xenocara/driver/xf86-video-wsfb/missing U xenocara/driver/xf86-video-wsfb/src/Makefile.am U xenocara/driver/xf86-video-wsfb/src/Makefile.in C xenocara/driver/xf86-video-wsfb/src/wsfb_driver.c U xenocara/driver/xf86-video-wsfb/man/Makefile.am U xenocara/driver/xf86-video-wsfb/man/Makefile.in U xenocara/driver/xf86-video-wsfb/man/wsfb.man 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-wsfb CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:44:22 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: merge X.Org version 0.2.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:47:14 Modified files: driver/xf86-video-wsfb: aclocal.m4 config.guess config.sub driver/xf86-video-wsfb/man: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:49:36 Log message: Import xf86-video-i810 version 1.7.4 Status: Vendor Tag: xorg Release Tags: v1_7_4 U xenocara/driver/xf86-video-intel/compile U xenocara/driver/xf86-video-intel/depcomp U xenocara/driver/xf86-video-intel/aclocal.m4 U xenocara/driver/xf86-video-intel/README U xenocara/driver/xf86-video-intel/ltmain.sh C xenocara/driver/xf86-video-intel/configure U xenocara/driver/xf86-video-intel/configure.ac U xenocara/driver/xf86-video-intel/config.guess U xenocara/driver/xf86-video-intel/install-sh U xenocara/driver/xf86-video-intel/config.sub U xenocara/driver/xf86-video-intel/missing U xenocara/driver/xf86-video-intel/Makefile.am C xenocara/driver/xf86-video-intel/Makefile.in U xenocara/driver/xf86-video-intel/config.h.in U xenocara/driver/xf86-video-intel/README.sgml U xenocara/driver/xf86-video-intel/COPYING U xenocara/driver/xf86-video-intel/man/i810.man U xenocara/driver/xf86-video-intel/man/Makefile.am C xenocara/driver/xf86-video-intel/man/Makefile.in U xenocara/driver/xf86-video-intel/src/i830_memory.c U xenocara/driver/xf86-video-intel/src/i810_driver.c U xenocara/driver/xf86-video-intel/src/i810_common.h U xenocara/driver/xf86-video-intel/src/i830_3d.c U xenocara/driver/xf86-video-intel/src/i830_io.c U xenocara/driver/xf86-video-intel/src/i830_randr.c U xenocara/driver/xf86-video-intel/src/i810_hwmc.c U xenocara/driver/xf86-video-intel/src/i810_accel.c U xenocara/driver/xf86-video-intel/src/brw_defines.h U xenocara/driver/xf86-video-intel/src/i810_video.c U xenocara/driver/xf86-video-intel/src/wm_prog.h U xenocara/driver/xf86-video-intel/src/i810.h U xenocara/driver/xf86-video-intel/src/i830_cursor.c U xenocara/driver/xf86-video-intel/src/i830.h U xenocara/driver/xf86-video-intel/src/common.h U xenocara/driver/xf86-video-intel/src/i830_driver.c U xenocara/driver/xf86-video-intel/src/i830_common.h U xenocara/driver/xf86-video-intel/src/Makefile.am C xenocara/driver/xf86-video-intel/src/Makefile.in U xenocara/driver/xf86-video-intel/src/i915_3d.c U xenocara/driver/xf86-video-intel/src/i915_3d.h U xenocara/driver/xf86-video-intel/src/i810_dga.c U xenocara/driver/xf86-video-intel/src/i810_memory.c U xenocara/driver/xf86-video-intel/src/i810_wmark.c U xenocara/driver/xf86-video-intel/src/i830_rotate.c U xenocara/driver/xf86-video-intel/src/i810_dri.c U xenocara/driver/xf86-video-intel/src/i810_dri.h U xenocara/driver/xf86-video-intel/src/i810_reg.h U xenocara/driver/xf86-video-intel/src/i830_modes.c U xenocara/driver/xf86-video-intel/src/packed_yuv_sf.g4a U xenocara/driver/xf86-video-intel/src/packed_yuv_wm.g4a U xenocara/driver/xf86-video-intel/src/i830_accel.c U xenocara/driver/xf86-video-intel/src/i830_dga.c U xenocara/driver/xf86-video-intel/src/i830_dri.c U xenocara/driver/xf86-video-intel/src/i830_dri.h U xenocara/driver/xf86-video-intel/src/i830_reg.h U xenocara/driver/xf86-video-intel/src/i810_io.c U xenocara/driver/xf86-video-intel/src/i830_video.c U xenocara/driver/xf86-video-intel/src/i830_video.h U xenocara/driver/xf86-video-intel/src/brw_structs.h U xenocara/driver/xf86-video-intel/src/i915_reg.h U xenocara/driver/xf86-video-intel/src/i915_video.c U xenocara/driver/xf86-video-intel/src/i810_cursor.c U xenocara/driver/xf86-video-intel/src/sf_prog.h U xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.c U xenocara/driver/xf86-video-intel/src/xvmc/I810XvMC.h U xenocara/driver/xf86-video-intel/src/xvmc/Makefile.am C xenocara/driver/xf86-video-intel/src/xvmc/Makefile.in 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/driver/xf86-video-intel CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 02:53:37 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 configure Removed files: driver/xf86-video-intel: ChangeLog Log message: regen CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2007/03/03 02:59:44 Modified files: . : want.html Log message: Both mglocker@ and I got an Xbox360 wireless adaptor so don't mention it anymore. We're still looking for SDIO/CF and non-Netgear based Marvell cards. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2007/03/03 03:07:42 Removed files: nl : i386-laptop.html Log message: remove unmaintained translation CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:10:03 Log message: Import libXfont version 1.2.7 Status: Vendor Tag: xorg Release Tags: v1_2_7 C xenocara/lib/libXfont/config.guess U xenocara/lib/libXfont/COPYING C xenocara/lib/libXfont/ltmain.sh C xenocara/lib/libXfont/Makefile.in U xenocara/lib/libXfont/missing U xenocara/lib/libXfont/Makefile.am U xenocara/lib/libXfont/install-sh U xenocara/lib/libXfont/depcomp U xenocara/lib/libXfont/autogen.sh U xenocara/lib/libXfont/config.h.in U xenocara/lib/libXfont/AUTHORS U xenocara/lib/libXfont/configure.ac U xenocara/lib/libXfont/ChangeLog C xenocara/lib/libXfont/configure U xenocara/lib/libXfont/xfont.pc.in C xenocara/lib/libXfont/aclocal.m4 C xenocara/lib/libXfont/config.sub U xenocara/lib/libXfont/include/X11/fonts/fntfilst.h U xenocara/lib/libXfont/include/X11/fonts/pcf.h U xenocara/lib/libXfont/include/X11/fonts/fontxlfd.h U xenocara/lib/libXfont/include/X11/fonts/fntfil.h U xenocara/lib/libXfont/include/X11/fonts/fontmod.h U xenocara/lib/libXfont/include/X11/fonts/bdfint.h U xenocara/lib/libXfont/include/X11/fonts/fontmisc.h U xenocara/lib/libXfont/include/X11/fonts/fontencc.h U xenocara/lib/libXfont/include/X11/fonts/bufio.h U xenocara/lib/libXfont/include/X11/fonts/fntfilio.h U xenocara/lib/libXfont/include/X11/fonts/fontconf.h.in U xenocara/lib/libXfont/include/X11/fonts/fontshow.h U xenocara/lib/libXfont/include/X11/fonts/fontutil.h U xenocara/lib/libXfont/include/X11/fonts/bitmap.h U xenocara/lib/libXfont/src/dummy.c C xenocara/lib/libXfont/src/Makefile.in U xenocara/lib/libXfont/src/Makefile.am U xenocara/lib/libXfont/src/Type1/t1unicode.c U xenocara/lib/libXfont/src/Type1/hints.c U xenocara/lib/libXfont/src/Type1/t1stdio.h U xenocara/lib/libXfont/src/Type1/cluts.h U xenocara/lib/libXfont/src/Type1/paths.h U xenocara/lib/libXfont/src/Type1/arith.c U xenocara/lib/libXfont/src/Type1/curves.h U xenocara/lib/libXfont/src/Type1/regions.h U xenocara/lib/libXfont/src/Type1/scanfont.c U xenocara/lib/libXfont/src/Type1/t1unicode.h U xenocara/lib/libXfont/src/Type1/fontfcn.h U xenocara/lib/libXfont/src/Type1/digit.h U xenocara/lib/libXfont/src/Type1/fontfcn.c U xenocara/lib/libXfont/src/Type1/spaces.h U xenocara/lib/libXfont/src/Type1/regions.c U xenocara/lib/libXfont/src/Type1/t1imager.h U xenocara/lib/libXfont/src/Type1/t1hdigit.h U xenocara/lib/libXfont/src/Type1/util.h U xenocara/lib/libXfont/src/Type1/lines.c C xenocara/lib/libXfont/src/Type1/Makefile.in U xenocara/lib/libXfont/src/Type1/objects.h U xenocara/lib/libXfont/src/Type1/util.c U xenocara/lib/libXfont/src/Type1/blues.h U xenocara/lib/libXfont/src/Type1/tokst.h U xenocara/lib/libXfont/src/Type1/t1info.c U xenocara/lib/libXfont/src/Type1/paths.c U xenocara/lib/libXfont/src/Type1/Makefile.am U xenocara/lib/libXfont/src/Type1/pictures.h U xenocara/lib/libXfont/src/Type1/t1snap.c U xenocara/lib/libXfont/src/Type1/t1intf.h U xenocara/lib/libXfont/src/Type1/strokes.h U xenocara/lib/libXfont/src/Type1/t1funcs.c U xenocara/lib/libXfont/src/Type1/lines.h U xenocara/lib/libXfont/src/Type1/curves.c U xenocara/lib/libXfont/src/Type1/hdigit.h U xenocara/lib/libXfont/src/Type1/t1malloc.c U xenocara/lib/libXfont/src/Type1/fonts.h U xenocara/lib/libXfont/src/Type1/token.c U xenocara/lib/libXfont/src/Type1/token.h U xenocara/lib/libXfont/src/Type1/arith.h U xenocara/lib/libXfont/src/Type1/objects.c U xenocara/lib/libXfont/src/Type1/t1stub.c U xenocara/lib/libXfont/src/Type1/trig.h U xenocara/lib/libXfont/src/Type1/type1.c U xenocara/lib/libXfont/src/Type1/spaces.c U xenocara/lib/libXfont/src/Type1/t1io.c U xenocara/lib/libXfont/src/Type1/hints.h U xenocara/lib/libXfont/src/bitmap/fontink.c U xenocara/lib/libXfont/src/bitmap/bitmapfunc.c U xenocara/lib/libXfont/src/bitmap/bdfread.c C xenocara/lib/libXfont/src/bitmap/Makefile.in U xenocara/lib/libXfont/src/bitmap/Makefile.am U xenocara/lib/libXfont/src/bitmap/pcfwrite.c U xenocara/lib/libXfont/src/bitmap/snfread.c U xenocara/lib/libXfont/src/bitmap/bitscale.c U xenocara/lib/libXfont/src/bitmap/pcfread.c U xenocara/lib/libXfont/src/bitmap/snfstr.h U xenocara/lib/libXfont/src/bitmap/bdfutils.c U xenocara/lib/libXfont/src/bitmap/bitmaputil.c U xenocara/lib/libXfont/src/bitmap/bitmap.c U xenocara/lib/libXfont/src/Speedo/keys.h U xenocara/lib/libXfont/src/Speedo/speedo.h U xenocara/lib/libXfont/src/Speedo/out_util.c U xenocara/lib/libXfont/src/Speedo/spinfo.c U xenocara/lib/libXfont/src/Speedo/bics-unicode.h U xenocara/lib/libXfont/src/Speedo/sperr.c U xenocara/lib/libXfont/src/Speedo/useropt.h U xenocara/lib/libXfont/src/Speedo/out_outl.c U xenocara/lib/libXfont/src/Speedo/reset.c C xenocara/lib/libXfont/src/Speedo/Makefile.in U xenocara/lib/libXfont/src/Speedo/spdo_prv.h U xenocara/lib/libXfont/src/Speedo/out_bl2d.c U xenocara/lib/libXfont/src/Speedo/spfont.c U xenocara/lib/libXfont/src/Speedo/Makefile.am U xenocara/lib/libXfont/src/Speedo/adobe-iso.h U xenocara/lib/libXfont/src/Speedo/spglyph.c U xenocara/lib/libXfont/src/Speedo/bics-iso.h U xenocara/lib/libXfont/src/Speedo/set_spcs.c U xenocara/lib/libXfont/src/Speedo/out_scrn.c U xenocara/lib/libXfont/src/Speedo/spint.h U xenocara/lib/libXfont/src/Speedo/spfuncs.c U xenocara/lib/libXfont/src/Speedo/set_trns.c U xenocara/lib/libXfont/src/Speedo/bics-unicode.c U xenocara/lib/libXfont/src/Speedo/do_trns.c U xenocara/lib/libXfont/src/Speedo/spencode.c U xenocara/lib/libXfont/src/Speedo/spfile.c U xenocara/lib/libXfont/src/Speedo/out_blk.c U xenocara/lib/libXfont/src/Speedo/do_char.c U xenocara/lib/libXfont/src/FreeType/ftfuncs.c U xenocara/lib/libXfont/src/FreeType/fttools.c U xenocara/lib/libXfont/src/FreeType/xttcap.h U xenocara/lib/libXfont/src/FreeType/ftenc.c C xenocara/lib/libXfont/src/FreeType/Makefile.in U xenocara/lib/libXfont/src/FreeType/Makefile.am U xenocara/lib/libXfont/src/FreeType/ftsystem.c U xenocara/lib/libXfont/src/FreeType/ft.h U xenocara/lib/libXfont/src/FreeType/ftfuncs.h U xenocara/lib/libXfont/src/FreeType/xttcap.c U xenocara/lib/libXfont/src/fontfile/gunzip.c U xenocara/lib/libXfont/src/fontfile/defaults.c U xenocara/lib/libXfont/src/fontfile/fileio.c C xenocara/lib/libXfont/src/fontfile/Makefile.in U xenocara/lib/libXfont/src/fontfile/fontfile.c U xenocara/lib/libXfont/src/fontfile/Makefile.am U xenocara/lib/libXfont/src/fontfile/ffcheck.c U xenocara/lib/libXfont/src/fontfile/filewr.c U xenocara/lib/libXfont/src/fontfile/bitsource.c U xenocara/lib/libXfont/src/fontfile/bufio.c U xenocara/lib/libXfont/src/fontfile/renderers.c U xenocara/lib/libXfont/src/fontfile/printerfont.c U xenocara/lib/libXfont/src/fontfile/dirfile.c U xenocara/lib/libXfont/src/fontfile/decompress.c U xenocara/lib/libXfont/src/fontfile/fontscale.c U xenocara/lib/libXfont/src/fontfile/fontdir.c U xenocara/lib/libXfont/src/fontfile/register.c U xenocara/lib/libXfont/src/fontfile/fontencc.c U xenocara/lib/libXfont/src/stubs/xpstubs.c U xenocara/lib/libXfont/src/stubs/servclient.c U xenocara/lib/libXfont/src/stubs/gettime.c U xenocara/lib/libXfont/src/stubs/cauthgen.c C xenocara/lib/libXfont/src/stubs/Makefile.in U xenocara/lib/libXfont/src/stubs/errorf.c U xenocara/lib/libXfont/src/stubs/Makefile.am U xenocara/lib/libXfont/src/stubs/delfntcid.c U xenocara/lib/libXfont/src/stubs/rmfshdl.c U xenocara/lib/libXfont/src/stubs/initfshdl.c U xenocara/lib/libXfont/src/stubs/findoldfnt.c U xenocara/lib/libXfont/src/stubs/csignal.c U xenocara/lib/libXfont/src/stubs/setfntauth.c U xenocara/lib/libXfont/src/stubs/fatalerror.c U xenocara/lib/libXfont/src/stubs/stfntcfnt.c U xenocara/lib/libXfont/src/stubs/regfpefunc.c U xenocara/lib/libXfont/src/stubs/getdefptsize.c U xenocara/lib/libXfont/src/stubs/stubs.h U xenocara/lib/libXfont/src/stubs/getnewfntcid.c U xenocara/lib/libXfont/src/stubs/getcres.c U xenocara/lib/libXfont/src/util/patcache.c U xenocara/lib/libXfont/src/util/fontutil.c U xenocara/lib/libXfont/src/util/utilbitmap.c C xenocara/lib/libXfont/src/util/Makefile.in U xenocara/lib/libXfont/src/util/Makefile.am U xenocara/lib/libXfont/src/util/atom.c U xenocara/lib/libXfont/src/util/format.c U xenocara/lib/libXfont/src/util/miscutil.c U xenocara/lib/libXfont/src/util/fontnames.c U xenocara/lib/libXfont/src/util/fontxlfd.c U xenocara/lib/libXfont/src/util/fontaccel.c U xenocara/lib/libXfont/src/util/private.c U xenocara/lib/libXfont/src/builtins/fonts.c U xenocara/lib/libXfont/src/builtins/render.c U xenocara/lib/libXfont/src/builtins/fpe.c C xenocara/lib/libXfont/src/builtins/Makefile.in U xenocara/lib/libXfont/src/builtins/buildfont U xenocara/lib/libXfont/src/builtins/Makefile.am U xenocara/lib/libXfont/src/builtins/builtin.h U xenocara/lib/libXfont/src/builtins/file.c U xenocara/lib/libXfont/src/builtins/dir.c U xenocara/lib/libXfont/src/fc/fserve.h U xenocara/lib/libXfont/src/fc/fsio.h C xenocara/lib/libXfont/src/fc/Makefile.in U xenocara/lib/libXfont/src/fc/fsio.c U xenocara/lib/libXfont/src/fc/Makefile.am U xenocara/lib/libXfont/src/fc/fservestr.h U xenocara/lib/libXfont/src/fc/fstrans.c U xenocara/lib/libXfont/src/fc/fsconvert.c U xenocara/lib/libXfont/src/fc/fslibos.h U xenocara/lib/libXfont/src/fc/fserve.c U xenocara/lib/libXfont/src/fontcache/fontcache.c U xenocara/lib/libXfont/src/fontcache/fcqueue.h C xenocara/lib/libXfont/src/fontcache/Makefile.in U xenocara/lib/libXfont/src/fontcache/Makefile.am U xenocara/lib/libXfont/src/fontcache/fontcache.h 17 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXfont CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:17:40 Modified files: lib/libXfont : configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:19:02 Log message: import appres version 1.0.1 Status: Vendor Tag: xorg Release Tags: v1_0_1 C xenocara/app/appres/config.guess U xenocara/app/appres/COPYING U xenocara/app/appres/appres.c C xenocara/app/appres/Makefile.in C xenocara/app/appres/missing U xenocara/app/appres/Makefile.am C xenocara/app/appres/install-sh C xenocara/app/appres/depcomp N xenocara/app/appres/autogen.sh U xenocara/app/appres/config.h.in U xenocara/app/appres/NEWS U xenocara/app/appres/appres.man C xenocara/app/appres/compile U xenocara/app/appres/AUTHORS U xenocara/app/appres/configure.ac U xenocara/app/appres/INSTALL U xenocara/app/appres/ChangeLog C xenocara/app/appres/configure U xenocara/app/appres/README C xenocara/app/appres/aclocal.m4 C xenocara/app/appres/config.sub 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/appres CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:21:33 Modified files: app/appres : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:25:06 Log message: Import bitmap version 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/app/bitmap/README U xenocara/app/bitmap/configure.ac C xenocara/app/bitmap/aclocal.m4 U xenocara/app/bitmap/Dashes U xenocara/app/bitmap/Down U xenocara/app/bitmap/Excl U xenocara/app/bitmap/FlipHoriz U xenocara/app/bitmap/FlipVert U xenocara/app/bitmap/Fold U xenocara/app/bitmap/Left U xenocara/app/bitmap/Right U xenocara/app/bitmap/RotateLeft U xenocara/app/bitmap/RotateRight U xenocara/app/bitmap/Stipple U xenocara/app/bitmap/Term U xenocara/app/bitmap/Up U xenocara/app/bitmap/Makefile.am U xenocara/app/bitmap/Makefile.in U xenocara/app/bitmap/config.h.in C xenocara/app/bitmap/configure U xenocara/app/bitmap/AUTHORS U xenocara/app/bitmap/COPYING U xenocara/app/bitmap/ChangeLog U xenocara/app/bitmap/INSTALL U xenocara/app/bitmap/NEWS U xenocara/app/bitmap/compile U xenocara/app/bitmap/depcomp U xenocara/app/bitmap/config.guess U xenocara/app/bitmap/config.sub U xenocara/app/bitmap/install-sh U xenocara/app/bitmap/missing U xenocara/app/bitmap/atobm.c U xenocara/app/bitmap/BitEdit.c U xenocara/app/bitmap/CutPaste.c U xenocara/app/bitmap/Graphics.c U xenocara/app/bitmap/ReqMach.c U xenocara/app/bitmap/Bitmap.c U xenocara/app/bitmap/Dialog.c U xenocara/app/bitmap/Handlers.c U xenocara/app/bitmap/Bitmap.h U xenocara/app/bitmap/BitmapP.h U xenocara/app/bitmap/Dialog.h U xenocara/app/bitmap/Requests.h U xenocara/app/bitmap/bmtoa.c U xenocara/app/bitmap/Bitmap-color.ad U xenocara/app/bitmap/Bitmap-nocase.ad U xenocara/app/bitmap/Bitmap.ad U xenocara/app/bitmap/bitmap.icon N xenocara/app/bitmap/autogen.sh U xenocara/app/bitmap/bitmap.man 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/bitmap CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:27:09 Modified files: app/bitmap : Makefile.in aclocal.m4 config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:29:07 Log message: Import editres version 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/app/editres/README U xenocara/app/editres/configure.ac C xenocara/app/editres/aclocal.m4 C xenocara/app/editres/Makefile.am C xenocara/app/editres/Makefile.in U xenocara/app/editres/config.h.in C xenocara/app/editres/configure U xenocara/app/editres/AUTHORS U xenocara/app/editres/COPYING U xenocara/app/editres/ChangeLog U xenocara/app/editres/INSTALL U xenocara/app/editres/NEWS U xenocara/app/editres/compile C xenocara/app/editres/config.guess C xenocara/app/editres/config.sub U xenocara/app/editres/depcomp U xenocara/app/editres/install-sh U xenocara/app/editres/missing U xenocara/app/editres/actions.c U xenocara/app/editres/comm.c U xenocara/app/editres/editres.c U xenocara/app/editres/editresP.h U xenocara/app/editres/geometry.c U xenocara/app/editres/handler.c U xenocara/app/editres/setvalues.c U xenocara/app/editres/utils.c U xenocara/app/editres/svpopup.c U xenocara/app/editres/widgets.c U xenocara/app/editres/wtree.c U xenocara/app/editres/Editres-color.ad U xenocara/app/editres/Editres.ad N xenocara/app/editres/autogen.sh U xenocara/app/editres/editres.man 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/editres CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/03/03 03:29:18 Modified files: sbin/isakmpd : exchange.c Log message: Make sure we can't accidentally free() a pointer that's been accepted by message_add_payload(), since we are no longer responsible for it. ok cloder@ hshoexer@ moritz@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:31:03 Modified files: app/editres : Makefile.am Log message: merge version 1.0.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:31:39 Modified files: app/editres : Makefile.in aclocal.m4 configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:34:08 Log message: Import xrdb version 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/app/xrdb/README U xenocara/app/xrdb/configure.ac C xenocara/app/xrdb/aclocal.m4 U xenocara/app/xrdb/Makefile.am U xenocara/app/xrdb/Makefile.in U xenocara/app/xrdb/config.h.in C xenocara/app/xrdb/configure U xenocara/app/xrdb/AUTHORS U xenocara/app/xrdb/COPYING U xenocara/app/xrdb/ChangeLog U xenocara/app/xrdb/INSTALL U xenocara/app/xrdb/NEWS U xenocara/app/xrdb/compile U xenocara/app/xrdb/config.guess U xenocara/app/xrdb/config.sub U xenocara/app/xrdb/depcomp U xenocara/app/xrdb/install-sh U xenocara/app/xrdb/missing U xenocara/app/xrdb/xrdb.c U xenocara/app/xrdb/xrdb.man N xenocara/app/xrdb/autogen.sh 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xrdb CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:36:12 Modified files: app/xrdb : Makefile.in aclocal.m4 config.guess config.sub configure Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:39:26 Log message: Import libXext version 1.0.3 Status: Vendor Tag: xorg Release Tags: v1_0_3 U xenocara/lib/libXext/README U xenocara/lib/libXext/configure.ac C xenocara/lib/libXext/aclocal.m4 U xenocara/lib/libXext/Makefile.am C xenocara/lib/libXext/Makefile.in U xenocara/lib/libXext/config.h.in U xenocara/lib/libXext/xext.pc.in C xenocara/lib/libXext/configure U xenocara/lib/libXext/AUTHORS U xenocara/lib/libXext/COPYING U xenocara/lib/libXext/ChangeLog U xenocara/lib/libXext/INSTALL U xenocara/lib/libXext/NEWS C xenocara/lib/libXext/config.guess C xenocara/lib/libXext/config.sub U xenocara/lib/libXext/depcomp U xenocara/lib/libXext/install-sh C xenocara/lib/libXext/ltmain.sh U xenocara/lib/libXext/missing N xenocara/lib/libXext/autogen.sh U xenocara/lib/libXext/man/Makefile.am C xenocara/lib/libXext/man/Makefile.in U xenocara/lib/libXext/man/DBE.man U xenocara/lib/libXext/man/DPMSCapable.man U xenocara/lib/libXext/man/DPMSDisable.man U xenocara/lib/libXext/man/DPMSEnable.man U xenocara/lib/libXext/man/DPMSForceLevel.man U xenocara/lib/libXext/man/DPMSGetTimeouts.man U xenocara/lib/libXext/man/DPMSGetVersion.man U xenocara/lib/libXext/man/DPMSInfo.man U xenocara/lib/libXext/man/DPMSQueryExtension.man U xenocara/lib/libXext/man/DPMSSetTimeouts.man U xenocara/lib/libXext/man/XShape.man N xenocara/lib/libXext/man/XShm.man U xenocara/lib/libXext/man/XcupGetReservedColormapEntries.man U xenocara/lib/libXext/man/XcupQueryVersion.man U xenocara/lib/libXext/man/XcupStoreColors.man U xenocara/lib/libXext/man/XdbeBeginIdiom.man U xenocara/lib/libXext/man/XdbeAllocateBackBufferName.man U xenocara/lib/libXext/man/XdbeDeallocateBackBufferName.man U xenocara/lib/libXext/man/XdbeEndIdiom.man U xenocara/lib/libXext/man/XdbeFreeVisualInfo.man U xenocara/lib/libXext/man/XdbeGetBackBufferAttributes.man U xenocara/lib/libXext/man/XdbeGetVisualInfo.man U xenocara/lib/libXext/man/XdbeQueryExtension.man U xenocara/lib/libXext/man/XdbeSwapBuffers.man U xenocara/lib/libXext/man/Xevi.man U xenocara/lib/libXext/man/Xmbuf.man U xenocara/lib/libXext/src/Makefile.am C xenocara/lib/libXext/src/Makefile.in U xenocara/lib/libXext/src/DPMS.c U xenocara/lib/libXext/src/MITMisc.c U xenocara/lib/libXext/src/XAppgroup.c U xenocara/lib/libXext/src/XEVI.c U xenocara/lib/libXext/src/XLbx.c U xenocara/lib/libXext/src/XMultibuf.c U xenocara/lib/libXext/src/XSecurity.c U xenocara/lib/libXext/src/XShape.c U xenocara/lib/libXext/src/XShm.c U xenocara/lib/libXext/src/XSync.c U xenocara/lib/libXext/src/XTestExt1.c U xenocara/lib/libXext/src/Xcup.c U xenocara/lib/libXext/src/Xdbe.c U xenocara/lib/libXext/src/extutil.c U xenocara/lib/libXext/src/globals.c 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXext CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:42:19 Modified files: lib/libXext : Makefile.in aclocal.m4 configure lib/libXext/man: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:44:55 Log message: Import libXt version 1.0.5 Status: Vendor Tag: xorg Release Tags: v1_0_5 U xenocara/lib/libXt/README U xenocara/lib/libXt/acinclude.m4 U xenocara/lib/libXt/configure.ac C xenocara/lib/libXt/aclocal.m4 C xenocara/lib/libXt/Makefile.am C xenocara/lib/libXt/Makefile.in U xenocara/lib/libXt/config.h.in U xenocara/lib/libXt/xt.pc.in C xenocara/lib/libXt/configure U xenocara/lib/libXt/AUTHORS U xenocara/lib/libXt/COPYING U xenocara/lib/libXt/ChangeLog U xenocara/lib/libXt/INSTALL U xenocara/lib/libXt/NEWS U xenocara/lib/libXt/compile C xenocara/lib/libXt/config.guess C xenocara/lib/libXt/config.sub U xenocara/lib/libXt/depcomp U xenocara/lib/libXt/install-sh C xenocara/lib/libXt/ltmain.sh U xenocara/lib/libXt/missing U xenocara/lib/libXt/autogen.sh U xenocara/lib/libXt/util/Makefile.am C xenocara/lib/libXt/util/Makefile.in U xenocara/lib/libXt/util/makestrs.c U xenocara/lib/libXt/util/Shell.ht U xenocara/lib/libXt/util/StrDefs.ct U xenocara/lib/libXt/util/StrDefs.ht U xenocara/lib/libXt/util/string.list U xenocara/lib/libXt/util/makestrs.man U xenocara/lib/libXt/src/Makefile.am C xenocara/lib/libXt/src/Makefile.in U xenocara/lib/libXt/src/ActionHook.c U xenocara/lib/libXt/src/Alloc.c U xenocara/lib/libXt/src/ArgList.c U xenocara/lib/libXt/src/Callback.c U xenocara/lib/libXt/src/ClickTime.c U xenocara/lib/libXt/src/Composite.c U xenocara/lib/libXt/src/Constraint.c U xenocara/lib/libXt/src/Convert.c U xenocara/lib/libXt/src/Converters.c U xenocara/lib/libXt/src/Core.c U xenocara/lib/libXt/src/Create.c U xenocara/lib/libXt/src/Destroy.c U xenocara/lib/libXt/src/Display.c U xenocara/lib/libXt/src/Error.c U xenocara/lib/libXt/src/Event.c U xenocara/lib/libXt/src/EventUtil.c U xenocara/lib/libXt/src/Functions.c U xenocara/lib/libXt/src/GCManager.c U xenocara/lib/libXt/src/Geometry.c U xenocara/lib/libXt/src/GetActKey.c U xenocara/lib/libXt/src/GetResList.c U xenocara/lib/libXt/src/Hooks.c U xenocara/lib/libXt/src/GetValues.c U xenocara/lib/libXt/src/HookObj.c U xenocara/lib/libXt/src/Initialize.c U xenocara/lib/libXt/src/Intrinsic.c U xenocara/lib/libXt/src/Keyboard.c U xenocara/lib/libXt/src/Manage.c U xenocara/lib/libXt/src/NextEvent.c U xenocara/lib/libXt/src/Object.c U xenocara/lib/libXt/src/PassivGrab.c U xenocara/lib/libXt/src/Pointer.c U xenocara/lib/libXt/src/Popup.c U xenocara/lib/libXt/src/PopupCB.c U xenocara/lib/libXt/src/RectObj.c U xenocara/lib/libXt/src/ResConfig.c U xenocara/lib/libXt/src/Resources.c U xenocara/lib/libXt/src/Selection.c U xenocara/lib/libXt/src/SetSens.c U xenocara/lib/libXt/src/SetValues.c U xenocara/lib/libXt/src/SetWMCW.c U xenocara/lib/libXt/src/Shell.c U xenocara/lib/libXt/src/TMaction.c U xenocara/lib/libXt/src/TMgrab.c U xenocara/lib/libXt/src/TMkey.c U xenocara/lib/libXt/src/TMparse.c U xenocara/lib/libXt/src/TMprint.c U xenocara/lib/libXt/src/TMstate.c U xenocara/lib/libXt/src/Threads.c U xenocara/lib/libXt/src/VarCreate.c U xenocara/lib/libXt/src/VarGet.c U xenocara/lib/libXt/src/Varargs.c U xenocara/lib/libXt/src/Vendor.c U xenocara/lib/libXt/src/sharedlib.c U xenocara/lib/libXt/include/Makefile.am C xenocara/lib/libXt/include/Makefile.in U xenocara/lib/libXt/include/X11/Composite.h U xenocara/lib/libXt/include/X11/CompositeP.h U xenocara/lib/libXt/include/X11/ConstrainP.h U xenocara/lib/libXt/include/X11/Constraint.h U xenocara/lib/libXt/include/X11/Core.h U xenocara/lib/libXt/include/X11/CoreP.h U xenocara/lib/libXt/include/X11/Intrinsic.h U xenocara/lib/libXt/include/X11/IntrinsicP.h U xenocara/lib/libXt/include/X11/Object.h U xenocara/lib/libXt/include/X11/ObjectP.h U xenocara/lib/libXt/include/X11/RectObj.h U xenocara/lib/libXt/include/X11/RectObjP.h U xenocara/lib/libXt/include/X11/ResConfigP.h U xenocara/lib/libXt/include/X11/ShellP.h U xenocara/lib/libXt/include/X11/Vendor.h U xenocara/lib/libXt/include/X11/VendorP.h U xenocara/lib/libXt/include/X11/CallbackI.h U xenocara/lib/libXt/include/X11/ConvertI.h U xenocara/lib/libXt/include/X11/CreateI.h U xenocara/lib/libXt/include/X11/EventI.h U xenocara/lib/libXt/include/X11/HookObjI.h U xenocara/lib/libXt/include/X11/InitialI.h U xenocara/lib/libXt/include/X11/IntrinsicI.h U xenocara/lib/libXt/include/X11/PassivGraI.h U xenocara/lib/libXt/include/X11/ResourceI.h U xenocara/lib/libXt/include/X11/SelectionI.h U xenocara/lib/libXt/include/X11/ShellI.h U xenocara/lib/libXt/include/X11/ThreadsI.h U xenocara/lib/libXt/include/X11/TranslateI.h U xenocara/lib/libXt/include/X11/VarargsI.h U xenocara/lib/libXt/include/X11/Xtos.h U xenocara/lib/libXt/man/Makefile.am C xenocara/lib/libXt/man/Makefile.in U xenocara/lib/libXt/man/XtAddActions.man U xenocara/lib/libXt/man/XtAddCallback.man U xenocara/lib/libXt/man/XtAddEventHandler.man U xenocara/lib/libXt/man/XtAddExposureToRegion.man U xenocara/lib/libXt/man/XtAddGrab.man U xenocara/lib/libXt/man/XtAddInput.man U xenocara/lib/libXt/man/XtAllocateGC.man U xenocara/lib/libXt/man/XtAppAddActionHook.man U xenocara/lib/libXt/man/XtAppAddActions.man U xenocara/lib/libXt/man/XtAppAddBlockHook.man U xenocara/lib/libXt/man/XtAppAddConverter.man U xenocara/lib/libXt/man/XtAppAddInput.man U xenocara/lib/libXt/man/XtAppAddSignal.man U xenocara/lib/libXt/man/XtAppAddTimeOut.man U xenocara/lib/libXt/man/XtAppError.man U xenocara/lib/libXt/man/XtAppAddWorkProc.man U xenocara/lib/libXt/man/XtAppCreateShell.man U xenocara/lib/libXt/man/XtAppErrorMsg.man U xenocara/lib/libXt/man/XtAppGetErrorDatabase.man U xenocara/lib/libXt/man/XtAppGetSelectionTimeout.man U xenocara/lib/libXt/man/XtAppInitialize.man U xenocara/lib/libXt/man/XtAppLock.man U xenocara/lib/libXt/man/XtAppNextEvent.man U xenocara/lib/libXt/man/XtAppReleaseCacheRefs.man U xenocara/lib/libXt/man/XtAppSetExitFlag.man U xenocara/lib/libXt/man/XtAppSetFallbackResources.man U xenocara/lib/libXt/man/XtAppSetTypeConverter.man U xenocara/lib/libXt/man/XtBuildEventMask.man U xenocara/lib/libXt/man/XtCallAcceptFocus.man U xenocara/lib/libXt/man/XtCallActionProc.man U xenocara/lib/libXt/man/XtClass.man U xenocara/lib/libXt/man/XtCallCallbacks.man U xenocara/lib/libXt/man/XtConfigureWidget.man U xenocara/lib/libXt/man/XtConvert.man U xenocara/lib/libXt/man/XtConvertAndStore.man U xenocara/lib/libXt/man/XtCreateApplicationContext.man U xenocara/lib/libXt/man/XtCreateApplicationShell.man U xenocara/lib/libXt/man/XtCreatePopupShell.man U xenocara/lib/libXt/man/XtCreateSelectionRequest.man U xenocara/lib/libXt/man/XtCreateWidget.man U xenocara/lib/libXt/man/XtCreateWindow.man U xenocara/lib/libXt/man/XtDisplay.man U xenocara/lib/libXt/man/XtDisplayInitialize.man U xenocara/lib/libXt/man/XtDisplayStringConversionWarning.man U xenocara/lib/libXt/man/XtDisplayToApplicationContext.man U xenocara/lib/libXt/man/XtError.man U xenocara/lib/libXt/man/XtGetGC.man U xenocara/lib/libXt/man/XtErrorMsg.man U xenocara/lib/libXt/man/XtFindFile.man U xenocara/lib/libXt/man/XtGetActionKeysym.man U xenocara/lib/libXt/man/XtGetActionList.man U xenocara/lib/libXt/man/XtGetApplicationNameAndClass.man U xenocara/lib/libXt/man/XtGetApplicationResources.man U xenocara/lib/libXt/man/XtGetClassExtension.man U xenocara/lib/libXt/man/XtGetDisplays.man U xenocara/lib/libXt/man/XtGetErrorDatabase.man U xenocara/lib/libXt/man/XtGetKeyboardFocusWidget.man U xenocara/lib/libXt/man/XtGetKeysymTable.man U xenocara/lib/libXt/man/XtGetResourceList.man U xenocara/lib/libXt/man/XtGetSelectionParameters.man U xenocara/lib/libXt/man/XtGetSelectionRequest.man U xenocara/lib/libXt/man/XtGetSelectionTimeout.man U xenocara/lib/libXt/man/XtGetSelectionValue.man U xenocara/lib/libXt/man/XtGetSelectionValueIncremental.man U xenocara/lib/libXt/man/XtGetSubresources.man U xenocara/lib/libXt/man/XtGrabKey.man U xenocara/lib/libXt/man/XtHooksOfDisplay.man U xenocara/lib/libXt/man/XtInitialize.man U xenocara/lib/libXt/man/XtInitializeWidgetClass.man U xenocara/lib/libXt/man/XtInsertEventTypeHandler.man U xenocara/lib/libXt/man/XtLastEventProcessed.man U xenocara/lib/libXt/man/XtMakeGeometryRequest.man U xenocara/lib/libXt/man/XtMalloc.man U xenocara/lib/libXt/man/XtManageChildren.man U xenocara/lib/libXt/man/XtMapWidget.man U xenocara/lib/libXt/man/XtName.man U xenocara/lib/libXt/man/XtNameToWidget.man U xenocara/lib/libXt/man/XtNextEvent.man U xenocara/lib/libXt/man/XtPopup.man U xenocara/lib/libXt/man/XtOffset.man U xenocara/lib/libXt/man/XtOpenApplication.man U xenocara/lib/libXt/man/XtOwnSelection.man U xenocara/lib/libXt/man/XtParent.man U xenocara/lib/libXt/man/XtParseAcceleratorTable.man U xenocara/lib/libXt/man/XtParseTranslationTable.man U xenocara/lib/libXt/man/XtPopdown.man U xenocara/lib/libXt/man/XtProcessLock.man U xenocara/lib/libXt/man/XtQueryGeometry.man U xenocara/lib/libXt/man/XtRealizeWidget.man U xenocara/lib/libXt/man/XtRegisterDrawable.man U xenocara/lib/libXt/man/XtRegisterGrabAction.man U xenocara/lib/libXt/man/XtReservePropertyAtom.man U xenocara/lib/libXt/man/XtResolvePathname.man U xenocara/lib/libXt/man/XtSessionGetToken.man U xenocara/lib/libXt/man/XtSetArg.man U xenocara/lib/libXt/man/XtSetKeyTranslator.man U xenocara/lib/libXt/man/XtSetKeyboardFocus.man U xenocara/lib/libXt/man/XtSetLanguageProc.man U xenocara/lib/libXt/man/XtSetMultiClickTime.man U xenocara/lib/libXt/man/XtSetSelectionParameters.man U xenocara/lib/libXt/man/XtSetSensitive.man U xenocara/lib/libXt/man/XtSetValues.man U xenocara/lib/libXt/man/XtSetWMColormapWindows.man U xenocara/lib/libXt/man/XtStringConversionWarning.man U xenocara/lib/libXt/man/XtToolkitThreadInitialize.man U xenocara/lib/libXt/man/XtTranslateCoords.man U xenocara/lib/libXt/man/XtVaCreateArgsList.man 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/lib/libXt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:45:59 Modified files: lib/libXt : Makefile.am Log message: merge libXt 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:49:22 Modified files: lib/libXt : Makefile.in aclocal.m4 configure lib/libXt/src : Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:52:52 Log message: import xpr version 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/xpr/README U xenocara/app/xpr/configure.ac C xenocara/app/xpr/aclocal.m4 U xenocara/app/xpr/Makefile.am C xenocara/app/xpr/Makefile.in U xenocara/app/xpr/config.h.in C xenocara/app/xpr/configure U xenocara/app/xpr/AUTHORS U xenocara/app/xpr/COPYING U xenocara/app/xpr/ChangeLog U xenocara/app/xpr/INSTALL U xenocara/app/xpr/NEWS C xenocara/app/xpr/compile C xenocara/app/xpr/config.guess C xenocara/app/xpr/config.sub C xenocara/app/xpr/depcomp C xenocara/app/xpr/install-sh C xenocara/app/xpr/missing U xenocara/app/xpr/lncmd.h U xenocara/app/xpr/pmp.h U xenocara/app/xpr/x2jet.c U xenocara/app/xpr/x2pmp.c U xenocara/app/xpr/xpr.c U xenocara/app/xpr/xpr.h U xenocara/app/xpr/xdpr.script N xenocara/app/xpr/autogen.sh U xenocara/app/xpr/xpr.man U xenocara/app/xpr/xdpr.man 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xpr CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:55:16 Modified files: app/xpr : Makefile.in aclocal.m4 configure Removed files: app/xpr : mkinstalldirs Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 03:58:33 Log message: Import xfontsel version 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/xfontsel/README U xenocara/app/xfontsel/configure.ac C xenocara/app/xfontsel/aclocal.m4 U xenocara/app/xfontsel/Makefile.am C xenocara/app/xfontsel/Makefile.in U xenocara/app/xfontsel/config.h.in C xenocara/app/xfontsel/configure U xenocara/app/xfontsel/AUTHORS U xenocara/app/xfontsel/COPYING U xenocara/app/xfontsel/ChangeLog U xenocara/app/xfontsel/INSTALL U xenocara/app/xfontsel/NEWS C xenocara/app/xfontsel/compile C xenocara/app/xfontsel/config.guess C xenocara/app/xfontsel/config.sub C xenocara/app/xfontsel/depcomp C xenocara/app/xfontsel/install-sh C xenocara/app/xfontsel/missing U xenocara/app/xfontsel/ULabel.c U xenocara/app/xfontsel/ULabel.h U xenocara/app/xfontsel/ULabelP.h U xenocara/app/xfontsel/xfontsel.c U xenocara/app/xfontsel/XFontSel.ad N xenocara/app/xfontsel/autogen.sh U xenocara/app/xfontsel/xfontsel.man 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xfontsel CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:00:14 Modified files: app/xfontsel : Makefile.in aclocal.m4 configure Removed files: app/xfontsel : mkinstalldirs Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:01:51 Log message: Import xlsfonts version 1.0.2 Status: Vendor Tag: xorg Release Tags: v1_0_2 U xenocara/app/xlsfonts/README U xenocara/app/xlsfonts/configure.ac C xenocara/app/xlsfonts/aclocal.m4 U xenocara/app/xlsfonts/Makefile.am C xenocara/app/xlsfonts/Makefile.in U xenocara/app/xlsfonts/config.h.in C xenocara/app/xlsfonts/configure U xenocara/app/xlsfonts/AUTHORS U xenocara/app/xlsfonts/COPYING U xenocara/app/xlsfonts/ChangeLog U xenocara/app/xlsfonts/INSTALL U xenocara/app/xlsfonts/NEWS C xenocara/app/xlsfonts/compile C xenocara/app/xlsfonts/config.guess C xenocara/app/xlsfonts/config.sub C xenocara/app/xlsfonts/depcomp C xenocara/app/xlsfonts/install-sh C xenocara/app/xlsfonts/missing U xenocara/app/xlsfonts/dsimple.c U xenocara/app/xlsfonts/dsimple.h U xenocara/app/xlsfonts/xlsfonts.c U xenocara/app/xlsfonts/xlsfonts.sgml N xenocara/app/xlsfonts/autogen.sh U xenocara/app/xlsfonts/xlsfonts.man 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/xlsfonts CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:03:07 Modified files: app/xlsfonts : Makefile.in aclocal.m4 configure Removed files: app/xlsfonts : mkinstalldirs Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:12:26 Log message: Import xserver version 1.2.0 (X.Org 7.2 final). Status: Vendor Tag: xorg Release Tags: v1_2_0 U xenocara/xserver/config.guess U xenocara/xserver/COPYING U xenocara/xserver/ltmain.sh C xenocara/xserver/Makefile.in U xenocara/xserver/missing U xenocara/xserver/Makefile.am U xenocara/xserver/cpprules.in U xenocara/xserver/install-sh U xenocara/xserver/depcomp U xenocara/xserver/xorg-server.pc.in U xenocara/xserver/compile C xenocara/xserver/configure.ac C xenocara/xserver/configure U xenocara/xserver/acinclude.m4 C xenocara/xserver/aclocal.m4 U xenocara/xserver/xorg-server.m4 U xenocara/xserver/config.sub U xenocara/xserver/include/xorg-config.h.in U xenocara/xserver/include/swaprep.h U xenocara/xserver/include/propertyst.h U xenocara/xserver/include/extinit.h U xenocara/xserver/include/window.h U xenocara/xserver/include/validate.h U xenocara/xserver/include/windowstr.h U xenocara/xserver/include/dixgrabs.h U xenocara/xserver/include/resource.h C xenocara/xserver/include/do-not-use-config.h U xenocara/xserver/include/input.h U xenocara/xserver/include/colormap.h U xenocara/xserver/include/gc.h U xenocara/xserver/include/region.h U xenocara/xserver/include/closure.h U xenocara/xserver/include/kdrive-config.h.in U xenocara/xserver/include/pixmap.h C xenocara/xserver/include/Makefile.in C xenocara/xserver/include/xorg-config.h U xenocara/xserver/include/extnsionst.h U xenocara/xserver/include/colormapst.h U xenocara/xserver/include/Makefile.am U xenocara/xserver/include/xorg-server.h.in U xenocara/xserver/include/gcstruct.h U xenocara/xserver/include/XIstubs.h U xenocara/xserver/include/dix.h U xenocara/xserver/include/exevents.h C xenocara/xserver/include/xorg-server.h U xenocara/xserver/include/selection.h U xenocara/xserver/include/regionstr.h U xenocara/xserver/include/site.h U xenocara/xserver/include/rgb.h U xenocara/xserver/include/property.h U xenocara/xserver/include/cursor.h U xenocara/xserver/include/misc.h U xenocara/xserver/include/xgl-config.h.in U xenocara/xserver/include/servermd.h U xenocara/xserver/include/dixevents.h U xenocara/xserver/include/closestr.h U xenocara/xserver/include/swapreq.h U xenocara/xserver/include/cursorstr.h U xenocara/xserver/include/screenint.h U xenocara/xserver/include/bstorestr.h U xenocara/xserver/include/bstore.h C xenocara/xserver/include/dix-config.h U xenocara/xserver/include/dixstruct.h U xenocara/xserver/include/xwin-config.h.in U xenocara/xserver/include/xkb-config.h.in C xenocara/xserver/include/do-not-use-config.h.in U xenocara/xserver/include/pixmapstr.h U xenocara/xserver/include/inputstr.h U xenocara/xserver/include/opaque.h U xenocara/xserver/include/dixfont.h C xenocara/xserver/include/dix-config.h.in U xenocara/xserver/include/globals.h U xenocara/xserver/include/dixfontstr.h U xenocara/xserver/include/extension.h U xenocara/xserver/include/os.h U xenocara/xserver/include/scrnintstr.h U xenocara/xserver/include/miscstruct.h C xenocara/xserver/damageext/Makefile.in U xenocara/xserver/damageext/Makefile.am U xenocara/xserver/damageext/damageext.h U xenocara/xserver/damageext/damageextint.h U xenocara/xserver/damageext/damageext.c U xenocara/xserver/render/renderedge.c U xenocara/xserver/render/mirect.c U xenocara/xserver/render/picture.c U xenocara/xserver/render/picture.h C xenocara/xserver/render/render.c U xenocara/xserver/render/animcur.c C xenocara/xserver/render/Makefile.in U xenocara/xserver/render/mitri.c U xenocara/xserver/render/mitrap.c U xenocara/xserver/render/Makefile.am U xenocara/xserver/render/miindex.c U xenocara/xserver/render/mipict.h U xenocara/xserver/render/filter.c U xenocara/xserver/render/glyphstr.h U xenocara/xserver/render/picturestr.h U xenocara/xserver/render/mipict.c U xenocara/xserver/render/glyph.c U xenocara/xserver/render/renderedge.h U xenocara/xserver/render/miglyph.c C xenocara/xserver/hw/Makefile.in U xenocara/xserver/hw/Makefile.am C xenocara/xserver/hw/kdrive/Makefile.in U xenocara/xserver/hw/kdrive/Makefile.am U xenocara/xserver/hw/kdrive/r128/r128.h C xenocara/xserver/hw/kdrive/r128/Makefile.in U xenocara/xserver/hw/kdrive/r128/r128.c U xenocara/xserver/hw/kdrive/r128/r128draw.c U xenocara/xserver/hw/kdrive/r128/Makefile.am U xenocara/xserver/hw/kdrive/r128/r128stub.c U xenocara/xserver/hw/kdrive/smi/smistub.c C xenocara/xserver/hw/kdrive/smi/Makefile.in U xenocara/xserver/hw/kdrive/smi/smi.c U xenocara/xserver/hw/kdrive/smi/Makefile.am U xenocara/xserver/hw/kdrive/smi/smidraw.h U xenocara/xserver/hw/kdrive/smi/smi.h U xenocara/xserver/hw/kdrive/smi/smidraw.c U xenocara/xserver/hw/kdrive/mga/mgadraw.c C xenocara/xserver/hw/kdrive/mga/Makefile.in U xenocara/xserver/hw/kdrive/mga/Makefile.am U xenocara/xserver/hw/kdrive/mga/g400_common.h U xenocara/xserver/hw/kdrive/mga/mga.h U xenocara/xserver/hw/kdrive/mga/mga.c U xenocara/xserver/hw/kdrive/mga/mgastub.c U xenocara/xserver/hw/kdrive/mga/g400_composite.c C xenocara/xserver/hw/kdrive/fake/Makefile.in U xenocara/xserver/hw/kdrive/fake/Makefile.am U xenocara/xserver/hw/kdrive/fake/fake.c U xenocara/xserver/hw/kdrive/fake/fake.h U xenocara/xserver/hw/kdrive/fake/os.c U xenocara/xserver/hw/kdrive/fake/mouse.c U xenocara/xserver/hw/kdrive/fake/kbd.c U xenocara/xserver/hw/kdrive/fake/fakeinit.c U xenocara/xserver/hw/kdrive/via/via_regs.h U xenocara/xserver/hw/kdrive/via/viastub.c U xenocara/xserver/hw/kdrive/via/via.c U xenocara/xserver/hw/kdrive/via/viadraw.c C xenocara/xserver/hw/kdrive/via/Makefile.in U xenocara/xserver/hw/kdrive/via/Makefile.am U xenocara/xserver/hw/kdrive/via/via.h U xenocara/xserver/hw/kdrive/via/viadraw.h U xenocara/xserver/hw/kdrive/pm2/pm2.h C xenocara/xserver/hw/kdrive/pm2/Makefile.in U xenocara/xserver/hw/kdrive/pm2/Makefile.am U xenocara/xserver/hw/kdrive/pm2/pm2.c U xenocara/xserver/hw/kdrive/pm2/pm2stub.c U xenocara/xserver/hw/kdrive/pm2/pm2_draw.c U xenocara/xserver/hw/kdrive/pm2/glint_regs.h U xenocara/xserver/hw/kdrive/nvidia/nvidiastub.c C xenocara/xserver/hw/kdrive/nvidia/Makefile.in U xenocara/xserver/hw/kdrive/nvidia/nvidia.h U xenocara/xserver/hw/kdrive/nvidia/Makefile.am U xenocara/xserver/hw/kdrive/nvidia/nvidia.c U xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.h U xenocara/xserver/hw/kdrive/nvidia/nvidiadraw.c U xenocara/xserver/hw/kdrive/chips/chipsdraw.c C xenocara/xserver/hw/kdrive/chips/Makefile.in U xenocara/xserver/hw/kdrive/chips/chipsstub.c U xenocara/xserver/hw/kdrive/chips/Makefile.am U xenocara/xserver/hw/kdrive/chips/chips.c U xenocara/xserver/hw/kdrive/chips/chips.h U xenocara/xserver/hw/kdrive/mach64/mach64draw.h C xenocara/xserver/hw/kdrive/mach64/Makefile.in U xenocara/xserver/hw/kdrive/mach64/Makefile.am U xenocara/xserver/hw/kdrive/mach64/mach64draw.c U xenocara/xserver/hw/kdrive/mach64/mach64video.c U xenocara/xserver/hw/kdrive/mach64/mach64.c U xenocara/xserver/hw/kdrive/mach64/mach64.h U xenocara/xserver/hw/kdrive/mach64/mach64stub.c U xenocara/xserver/hw/kdrive/neomagic/backend.c C xenocara/xserver/hw/kdrive/neomagic/Makefile.in U xenocara/xserver/hw/kdrive/neomagic/Makefile.am U xenocara/xserver/hw/kdrive/neomagic/neo_draw.c U xenocara/xserver/hw/kdrive/neomagic/backend.h U xenocara/xserver/hw/kdrive/neomagic/neomagic.c U xenocara/xserver/hw/kdrive/neomagic/neomagicstub.c U xenocara/xserver/hw/kdrive/neomagic/neomagic.h U xenocara/xserver/hw/kdrive/neomagic/ChangeLog U xenocara/xserver/hw/kdrive/neomagic/README C xenocara/xserver/hw/kdrive/sdl/Makefile.in U xenocara/xserver/hw/kdrive/sdl/Makefile.am U xenocara/xserver/hw/kdrive/sdl/sdl.c U xenocara/xserver/hw/kdrive/ati/radeon_composite.c U xenocara/xserver/hw/kdrive/ati/r128_composite.c U xenocara/xserver/hw/kdrive/ati/ati_reg.h U xenocara/xserver/hw/kdrive/ati/ati_cursor.c U xenocara/xserver/hw/kdrive/ati/ati_microcode.c C xenocara/xserver/hw/kdrive/ati/Makefile.in U xenocara/xserver/hw/kdrive/ati/ati_dma.h U xenocara/xserver/hw/kdrive/ati/Makefile.am U xenocara/xserver/hw/kdrive/ati/ati_stub.c U xenocara/xserver/hw/kdrive/ati/ati_video.c U xenocara/xserver/hw/kdrive/ati/ati_draw.c U xenocara/xserver/hw/kdrive/ati/ati.c U xenocara/xserver/hw/kdrive/ati/ati_dma.c U xenocara/xserver/hw/kdrive/ati/ChangeLog U xenocara/xserver/hw/kdrive/ati/ati.h U xenocara/xserver/hw/kdrive/ati/ati_draw.h U xenocara/xserver/hw/kdrive/linux/ts.c U xenocara/xserver/hw/kdrive/linux/ps2.c U xenocara/xserver/hw/kdrive/linux/linux.c U xenocara/xserver/hw/kdrive/linux/bus.c C xenocara/xserver/hw/kdrive/linux/Makefile.in U xenocara/xserver/hw/kdrive/linux/klinux.h U xenocara/xserver/hw/kdrive/linux/Makefile.am U xenocara/xserver/hw/kdrive/linux/ms.c U xenocara/xserver/hw/kdrive/linux/keyboard.c U xenocara/xserver/hw/kdrive/linux/evdev.c U xenocara/xserver/hw/kdrive/linux/mouse.c U xenocara/xserver/hw/kdrive/linux/agp.h U xenocara/xserver/hw/kdrive/linux/agp.c U xenocara/xserver/hw/kdrive/linux/tslib.c U xenocara/xserver/hw/kdrive/sis300/sis_reg.h U xenocara/xserver/hw/kdrive/sis300/sis.c C xenocara/xserver/hw/kdrive/sis300/Makefile.in U xenocara/xserver/hw/kdrive/sis300/Makefile.am U xenocara/xserver/hw/kdrive/sis300/sis_stub.c U xenocara/xserver/hw/kdrive/sis300/sis.h U xenocara/xserver/hw/kdrive/sis300/sis_draw.c U xenocara/xserver/hw/kdrive/src/kmap.c U xenocara/xserver/hw/kdrive/src/kdrive.c U xenocara/xserver/hw/kdrive/src/kasync.c C xenocara/xserver/hw/kdrive/src/Makefile.in U xenocara/xserver/hw/kdrive/src/kdrive.h U xenocara/xserver/hw/kdrive/src/kkeymap.h U xenocara/xserver/hw/kdrive/src/kxv.c U xenocara/xserver/hw/kdrive/src/kinfo.c U xenocara/xserver/hw/kdrive/src/Makefile.am U xenocara/xserver/hw/kdrive/src/vga.c U xenocara/xserver/hw/kdrive/src/kxv.h U xenocara/xserver/hw/kdrive/src/kinput.c U xenocara/xserver/hw/kdrive/src/kmode.c U xenocara/xserver/hw/kdrive/src/ktest.c U xenocara/xserver/hw/kdrive/src/kaapict.c U xenocara/xserver/hw/kdrive/src/knoop.c U xenocara/xserver/hw/kdrive/src/kcurscol.c U xenocara/xserver/hw/kdrive/src/fourcc.h U xenocara/xserver/hw/kdrive/src/kcmap.c U xenocara/xserver/hw/kdrive/src/kaa.c U xenocara/xserver/hw/kdrive/src/vga.h U xenocara/xserver/hw/kdrive/src/koffscreen.c U xenocara/xserver/hw/kdrive/src/kaa.h U xenocara/xserver/hw/kdrive/src/kshadow.c U xenocara/xserver/hw/kdrive/i810/i810draw.h U xenocara/xserver/hw/kdrive/i810/i810draw.c U xenocara/xserver/hw/kdrive/i810/i810.c U xenocara/xserver/hw/kdrive/i810/i810stub.c U xenocara/xserver/hw/kdrive/i810/i810_cursor.c C xenocara/xserver/hw/kdrive/i810/Makefile.in U xenocara/xserver/hw/kdrive/i810/Makefile.am U xenocara/xserver/hw/kdrive/i810/i810.h U xenocara/xserver/hw/kdrive/i810/i810_reg.h U xenocara/xserver/hw/kdrive/i810/i810_video.c U xenocara/xserver/hw/kdrive/vesa/vesa.h C xenocara/xserver/hw/kdrive/vesa/Makefile.in U xenocara/xserver/hw/kdrive/vesa/vm86.h U xenocara/xserver/hw/kdrive/vesa/Makefile.am U xenocara/xserver/hw/kdrive/vesa/vga.c U xenocara/xserver/hw/kdrive/vesa/vesa.c U xenocara/xserver/hw/kdrive/vesa/vesainit.c U xenocara/xserver/hw/kdrive/vesa/vbe.c U xenocara/xserver/hw/kdrive/vesa/vm86.c U xenocara/xserver/hw/kdrive/vesa/vbe.h U xenocara/xserver/hw/kdrive/vesa/vga.h C xenocara/xserver/hw/kdrive/ephyr/Makefile.in U xenocara/xserver/hw/kdrive/ephyr/Makefile.am U xenocara/xserver/hw/kdrive/ephyr/ephyr_draw.c U xenocara/xserver/hw/kdrive/ephyr/hostx.h U xenocara/xserver/hw/kdrive/ephyr/os.c U xenocara/xserver/hw/kdrive/ephyr/ephyr.c U xenocara/xserver/hw/kdrive/ephyr/hostx.c U xenocara/xserver/hw/kdrive/ephyr/ephyrinit.c U xenocara/xserver/hw/kdrive/ephyr/ephyr.h U xenocara/xserver/hw/kdrive/ephyr/README U xenocara/xserver/hw/kdrive/fbdev/fbinit.c U xenocara/xserver/hw/kdrive/fbdev/fbdev.h C xenocara/xserver/hw/kdrive/fbdev/Makefile.in U xenocara/xserver/hw/kdrive/fbdev/fbdev.c U xenocara/xserver/hw/kdrive/fbdev/Makefile.am C xenocara/xserver/hw/kdrive/epson/Makefile.in U xenocara/xserver/hw/kdrive/epson/epson13806reg.h U xenocara/xserver/hw/kdrive/epson/epson13806.h U xenocara/xserver/hw/kdrive/epson/Makefile.am U xenocara/xserver/hw/kdrive/epson/epson13806draw.c U xenocara/xserver/hw/kdrive/epson/epson13806stub.c U xenocara/xserver/hw/kdrive/epson/epson13806.c U xenocara/xserver/hw/kdrive/epson/epson13806draw.h U xenocara/xserver/hw/xgl/xglparse.c U xenocara/xserver/hw/xgl/xgltrap.c U xenocara/xserver/hw/xgl/xglsync.c U xenocara/xserver/hw/xgl/xglinit.c U xenocara/xserver/hw/xgl/xglbstore.c U xenocara/xserver/hw/xgl/xglget.c U xenocara/xserver/hw/xgl/xgl.h U xenocara/xserver/hw/xgl/xgltile.c U xenocara/xserver/hw/xgl/xglloader.c U xenocara/xserver/hw/xgl/xglshm.c C xenocara/xserver/hw/xgl/Makefile.in U xenocara/xserver/hw/xgl/xglsolid.c U xenocara/xserver/hw/xgl/xglwindow.c U xenocara/xserver/hw/xgl/xglpict.c U xenocara/xserver/hw/xgl/xglcopy.c U xenocara/xserver/hw/xgl/Makefile.am U xenocara/xserver/hw/xgl/xglgc.c U xenocara/xserver/hw/xgl/xglhash.c U xenocara/xserver/hw/xgl/xglglx.h U xenocara/xserver/hw/xgl/xglpixmap.c U xenocara/xserver/hw/xgl/xglglyph.c U xenocara/xserver/hw/xgl/xglgeometry.c U xenocara/xserver/hw/xgl/xgloutput.c U xenocara/xserver/hw/xgl/xglscreen.c U xenocara/xserver/hw/xgl/xglcompose.c U xenocara/xserver/hw/xgl/xglxv.c U xenocara/xserver/hw/xgl/xglcmap.c U xenocara/xserver/hw/xgl/xglglx.c U xenocara/xserver/hw/xgl/xglinput.c U xenocara/xserver/hw/xgl/xglmodule.h U xenocara/xserver/hw/xgl/xglfill.c U xenocara/xserver/hw/xgl/xglarea.c C xenocara/xserver/hw/xgl/glx/Makefile.in U xenocara/xserver/hw/xgl/glx/Makefile.am U xenocara/xserver/hw/xgl/glx/xglxorg.c U xenocara/xserver/hw/xgl/glx/xglx.c U xenocara/xserver/hw/xgl/glx/xglx.h C xenocara/xserver/hw/xgl/glx/module/Makefile.in U xenocara/xserver/hw/xgl/glx/module/Makefile.am U xenocara/xserver/hw/xgl/glx/module/xglxmodule.c U xenocara/xserver/hw/xgl/glxext/xglglxext.c C xenocara/xserver/hw/xgl/glxext/Makefile.in U xenocara/xserver/hw/xgl/glxext/Makefile.am U xenocara/xserver/hw/xgl/glxext/xglglxlog.c U xenocara/xserver/hw/xgl/glxext/xglglxext.h C xenocara/xserver/hw/xgl/glxext/module/Makefile.in U xenocara/xserver/hw/xgl/glxext/module/Makefile.am U xenocara/xserver/hw/xgl/glxext/module/glcoremodule.c U xenocara/xserver/hw/xgl/glxext/module/glxmodule.c U xenocara/xserver/hw/xgl/egl/xeglinit.c C xenocara/xserver/hw/xgl/egl/Makefile.in U xenocara/xserver/hw/xgl/egl/kkeymap.h U xenocara/xserver/hw/xgl/egl/Makefile.am U xenocara/xserver/hw/xgl/egl/xeglinput.c U xenocara/xserver/hw/xgl/egl/kinput.c U xenocara/xserver/hw/xgl/egl/xegl.c U xenocara/xserver/hw/xgl/egl/evdev.c U xenocara/xserver/hw/xgl/egl/xegl.h C xenocara/xserver/hw/xgl/egl/module/Makefile.in U xenocara/xserver/hw/xgl/egl/module/Makefile.am U xenocara/xserver/hw/xgl/egl/module/xeglmodule.c U xenocara/xserver/hw/xnest/Handlers.h U xenocara/xserver/hw/xnest/Font.c U xenocara/xserver/hw/xnest/Pointer.h U xenocara/xserver/hw/xnest/GC.c U xenocara/xserver/hw/xnest/Init.h U xenocara/xserver/hw/xnest/Events.c U xenocara/xserver/hw/xnest/os2Stub.c U xenocara/xserver/hw/xnest/XNCursor.h U xenocara/xserver/hw/xnest/XNFont.h C xenocara/xserver/hw/xnest/Makefile.in U xenocara/xserver/hw/xnest/Args.h U xenocara/xserver/hw/xnest/Visual.h U xenocara/xserver/hw/xnest/Xnest.h U xenocara/xserver/hw/xnest/Keyboard.h U xenocara/xserver/hw/xnest/Screen.h U xenocara/xserver/hw/xnest/Init.c U xenocara/xserver/hw/xnest/Window.c U xenocara/xserver/hw/xnest/GCOps.c U xenocara/xserver/hw/xnest/Makefile.am U xenocara/xserver/hw/xnest/Drawable.h U xenocara/xserver/hw/xnest/Screen.c U xenocara/xserver/hw/xnest/XNPixmap.h U xenocara/xserver/hw/xnest/Color.h U xenocara/xserver/hw/xnest/Pixmap.c U xenocara/xserver/hw/xnest/Pointer.c U xenocara/xserver/hw/xnest/XNGC.h U xenocara/xserver/hw/xnest/Visual.c U xenocara/xserver/hw/xnest/Display.c U xenocara/xserver/hw/xnest/screensaver U xenocara/xserver/hw/xnest/icon U xenocara/xserver/hw/xnest/Display.h U xenocara/xserver/hw/xnest/Keyboard.c U xenocara/xserver/hw/xnest/XNWindow.h U xenocara/xserver/hw/xnest/Args.c U xenocara/xserver/hw/xnest/GCOps.h U xenocara/xserver/hw/xnest/xnest-config.h U xenocara/xserver/hw/xnest/Xnest.man.pre U xenocara/xserver/hw/xnest/Handlers.c U xenocara/xserver/hw/xnest/Events.h U xenocara/xserver/hw/xnest/Cursor.c U xenocara/xserver/hw/xnest/Color.c U xenocara/xserver/hw/xfree86/osandcommon.c U xenocara/xserver/hw/xfree86/xorgconf.cpp C xenocara/xserver/hw/xfree86/Makefile.in U xenocara/xserver/hw/xfree86/Makefile.am U xenocara/xserver/hw/xfree86/xorg.c U xenocara/xserver/hw/xfree86/Options C xenocara/xserver/hw/xfree86/shadowfb/Makefile.in U xenocara/xserver/hw/xfree86/shadowfb/shadow.c U xenocara/xserver/hw/xfree86/shadowfb/Makefile.am U xenocara/xserver/hw/xfree86/shadowfb/shadowfb.h U xenocara/xserver/hw/xfree86/shadowfb/sfbmodule.c U xenocara/xserver/hw/xfree86/os-support/int10Defines.h C xenocara/xserver/hw/xfree86/os-support/Makefile.in U xenocara/xserver/hw/xfree86/os-support/assyntax.h U xenocara/xserver/hw/xfree86/os-support/Makefile.am U xenocara/xserver/hw/xfree86/os-support/xorgos.c U xenocara/xserver/hw/xfree86/os-support/xf86_ansic.h U xenocara/xserver/hw/xfree86/os-support/xf86_OSlib.h U xenocara/xserver/hw/xfree86/os-support/xf86_libc.h U xenocara/xserver/hw/xfree86/os-support/xf86OSKbd.h U xenocara/xserver/hw/xfree86/os-support/xf86OSmouse.h U xenocara/xserver/hw/xfree86/os-support/README.OS-lib U xenocara/xserver/hw/xfree86/os-support/xf86_OSproc.h U xenocara/xserver/hw/xfree86/os-support/xf86OSpriv.h U xenocara/xserver/hw/xfree86/os-support/bus/Sbus.c U xenocara/xserver/hw/xfree86/os-support/bus/sparcPci.c U xenocara/xserver/hw/xfree86/os-support/bus/linuxPci.c U xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.c U xenocara/xserver/hw/xfree86/os-support/bus/460gxPCI.h U xenocara/xserver/hw/xfree86/os-support/bus/Pci.h U xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.c C xenocara/xserver/hw/xfree86/os-support/bus/Makefile.in U xenocara/xserver/hw/xfree86/os-support/bus/Pci.c U xenocara/xserver/hw/xfree86/os-support/bus/xf86Pci.h U xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.c U xenocara/xserver/hw/xfree86/os-support/bus/Makefile.am U xenocara/xserver/hw/xfree86/os-support/bus/ppcPci.c U xenocara/xserver/hw/xfree86/os-support/bus/axpPci.c U xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.h U xenocara/xserver/hw/xfree86/os-support/bus/zx1PCI.c U xenocara/xserver/hw/xfree86/os-support/bus/freebsdPci.c U xenocara/xserver/hw/xfree86/os-support/bus/xf86Sbus.h U xenocara/xserver/hw/xfree86/os-support/bus/ix86Pci.c U xenocara/xserver/hw/xfree86/os-support/bus/e8870PCI.h U xenocara/xserver/hw/xfree86/os-support/bus/netbsdPci.c U xenocara/xserver/hw/xfree86/os-support/bus/altixPCI.h U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.S U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_noinline.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_video.c C xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.in U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_io.c U xenocara/xserver/hw/xfree86/os-support/lynxos/Makefile.am U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_ppc.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_init.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c U xenocara/xserver/hw/xfree86/os-support/lynxos/lynx_mouse.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.h U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-ia32.S U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-sparcv8plus.S C xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.in U xenocara/xserver/hw/xfree86/os-support/solaris/Makefile.am U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbdEv.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_init.c U xenocara/xserver/hw/xfree86/os-support/solaris/agpgart.h U xenocara/xserver/hw/xfree86/os-support/solaris/sun_bios.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_io.c U xenocara/xserver/hw/xfree86/os-support/solaris/solaris-amd64.S U xenocara/xserver/hw/xfree86/os-support/solaris/sun_agp.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_mouse.c U xenocara/xserver/hw/xfree86/os-support/solaris/apSolaris.shar U xenocara/xserver/hw/xfree86/os-support/solaris/sun_kbd.c U xenocara/xserver/hw/xfree86/os-support/solaris/sun_inout.s U xenocara/xserver/hw/xfree86/os-support/solaris/sun_vid.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_axp.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_mouse.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_font.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_io.c C xenocara/xserver/hw/xfree86/os-support/linux/Makefile.in U xenocara/xserver/hw/xfree86/os-support/linux/lnx.h U xenocara/xserver/hw/xfree86/os-support/linux/Makefile.am U xenocara/xserver/hw/xfree86/os-support/linux/lnxResource.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_acpi.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kmod.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_init.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_apm.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_jstk.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_ev56.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_video.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.h U xenocara/xserver/hw/xfree86/os-support/linux/lnx_pci.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_kbd.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_ia64.c U xenocara/xserver/hw/xfree86/os-support/linux/lnx_agp.c U xenocara/xserver/hw/xfree86/os-support/linux/int10/linux.c U xenocara/xserver/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_io.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_axp.c U xenocara/xserver/hw/xfree86/os-support/bsd/arm_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/ppc_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_apm.c C xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.in U xenocara/xserver/hw/xfree86/os-support/bsd/i386_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/sparc64_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/Makefile.am U xenocara/xserver/hw/xfree86/os-support/bsd/alpha_video.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_ev56.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsdResource.c U xenocara/xserver/hw/xfree86/os-support/bsd/memrange.h U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_mouse.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_jstk.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_init.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kmod.c U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_kbd.h U xenocara/xserver/hw/xfree86/os-support/bsd/bsd_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usbvar.h U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.h U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb_hid_usages U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usage.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/descr.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/usb.3 U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/data.c U xenocara/xserver/hw/xfree86/os-support/bsd/libusb/parse.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_iop.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_video.c C xenocara/xserver/hw/xfree86/os-support/sco/Makefile.in U xenocara/xserver/hw/xfree86/os-support/sco/sco_KbdMap.c U xenocara/xserver/hw/xfree86/os-support/sco/Makefile.am U xenocara/xserver/hw/xfree86/os-support/sco/sco_init.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_mouse.c U xenocara/xserver/hw/xfree86/os-support/sco/VTsw_sco.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_io.c U xenocara/xserver/hw/xfree86/os-support/sco/sco_kbd.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_KbdMap.c C xenocara/xserver/hw/xfree86/os-support/usl/Makefile.in U xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.c U xenocara/xserver/hw/xfree86/os-support/usl/Makefile.am U xenocara/xserver/hw/xfree86/os-support/usl/usl_iop.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_io.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_vtsw.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.h U xenocara/xserver/hw/xfree86/os-support/usl/usl_init.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_video.c U xenocara/xserver/hw/xfree86/os-support/usl/usl_mouse.c U xenocara/xserver/hw/xfree86/os-support/shared/at_scancode.c U xenocara/xserver/hw/xfree86/os-support/shared/stdPci.c U xenocara/xserver/hw/xfree86/os-support/shared/stdResource.c U xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.c U xenocara/xserver/hw/xfree86/os-support/shared/ioperm_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/inout.S U xenocara/xserver/hw/xfree86/os-support/shared/kmod_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/sigiostubs.c U xenocara/xserver/hw/xfree86/os-support/shared/vidmem.c U xenocara/xserver/hw/xfree86/os-support/shared/xf86Axp.h U xenocara/xserver/hw/xfree86/os-support/shared/sigio.c U xenocara/xserver/hw/xfree86/os-support/shared/VTsw_usl.c U xenocara/xserver/hw/xfree86/os-support/shared/agp_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/std_kbdEv.c U xenocara/xserver/hw/xfree86/os-support/shared/pm_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/bios_mmap.c U xenocara/xserver/hw/xfree86/os-support/shared/posix_tty.c U xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.h U xenocara/xserver/hw/xfree86/os-support/shared/kbd.c U xenocara/xserver/hw/xfree86/os-support/shared/bios_devmem.c U xenocara/xserver/hw/xfree86/os-support/shared/sysv_kbd.c U xenocara/xserver/hw/xfree86/os-support/shared/VTsw_noop.c U xenocara/xserver/hw/xfree86/os-support/shared/ia64Pci.c U xenocara/xserver/hw/xfree86/os-support/shared/libc_wrapper.c C xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.in U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mouse.c N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_io.c U xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.am U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_video.c U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_mmap.c U xenocara/xserver/hw/xfree86/os-support/hurd/hurd_init.c N xenocara/xserver/hw/xfree86/os-support/hurd/hurd_kbd.c U xenocara/xserver/hw/xfree86/os-support/misc/PortIO.S U xenocara/xserver/hw/xfree86/os-support/misc/Delay.c C xenocara/xserver/hw/xfree86/os-support/misc/Makefile.in U xenocara/xserver/hw/xfree86/os-support/misc/IODelay.c U xenocara/xserver/hw/xfree86/os-support/misc/IODelay.S U xenocara/xserver/hw/xfree86/os-support/misc/Makefile.am U xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.c U xenocara/xserver/hw/xfree86/os-support/misc/xf86_IlHack.c U xenocara/xserver/hw/xfree86/os-support/misc/xf86_Util.c U xenocara/xserver/hw/xfree86/os-support/misc/SlowBcopy.S U xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.c U xenocara/xserver/hw/xfree86/os-support/misc/BUSmemcpy.S U xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.c C xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.in U xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.h U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_init.c U xenocara/xserver/hw/xfree86/os-support/sysv/Makefile.am U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_video.c U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_io.c U xenocara/xserver/hw/xfree86/os-support/sysv/sysv_mouse.c U xenocara/xserver/hw/xfree86/doc/README.rapidaccess U xenocara/xserver/hw/xfree86/doc/README.DRI C xenocara/xserver/hw/xfree86/doc/Makefile.in U xenocara/xserver/hw/xfree86/doc/Makefile.am U xenocara/xserver/hw/xfree86/doc/README.fonts C xenocara/xserver/hw/xfree86/doc/devel/Makefile.in U xenocara/xserver/hw/xfree86/doc/devel/README.DRIcomp U xenocara/xserver/hw/xfree86/doc/devel/Makefile.am U xenocara/xserver/hw/xfree86/doc/devel/exa-driver.txt U xenocara/xserver/hw/xfree86/doc/devel/RAC.Notes U xenocara/xserver/hw/xfree86/doc/devel/DebuggingHints U xenocara/xserver/hw/xfree86/doc/devel/Registry U xenocara/xserver/hw/xfree86/doc/devel/Domain.note U xenocara/xserver/hw/xfree86/doc/man/xorg.conf.man.pre C xenocara/xserver/hw/xfree86/doc/man/Makefile.in U xenocara/xserver/hw/xfree86/doc/man/Makefile.am C xenocara/xserver/hw/xfree86/doc/man/Xorg.man.pre U xenocara/xserver/hw/xfree86/doc/sgml/DESIGN.sgml C xenocara/xserver/hw/xfree86/doc/sgml/Makefile.in U xenocara/xserver/hw/xfree86/doc/sgml/Makefile.am U xenocara/xserver/hw/xfree86/common/xf86Xinput.h U xenocara/xserver/hw/xfree86/common/xf86Helper.c U xenocara/xserver/hw/xfree86/common/xf86Privstr.h U xenocara/xserver/hw/xfree86/common/xf86str.h U xenocara/xserver/hw/xfree86/common/xisb.c U xenocara/xserver/hw/xfree86/common/xf86Bus.c U xenocara/xserver/hw/xfree86/common/xf86.h U xenocara/xserver/hw/xfree86/common/xf86Resources.h U xenocara/xserver/hw/xfree86/common/vesamodes U xenocara/xserver/hw/xfree86/common/xf86Configure.c U xenocara/xserver/hw/xfree86/common/xf86Date.h U xenocara/xserver/hw/xfree86/common/xf86KbdBSD.c U xenocara/xserver/hw/xfree86/common/xf86DPMS.c U xenocara/xserver/hw/xfree86/common/xf86Option.c U xenocara/xserver/hw/xfree86/common/xf86Globals.c U xenocara/xserver/hw/xfree86/common/xf86Bus.h U xenocara/xserver/hw/xfree86/common/xorgVersion.h U xenocara/xserver/hw/xfree86/common/xf86Init.c U xenocara/xserver/hw/xfree86/common/extramodes C xenocara/xserver/hw/xfree86/common/Makefile.in U xenocara/xserver/hw/xfree86/common/xf86isaBus.c U xenocara/xserver/hw/xfree86/common/xf86VidMode.c U xenocara/xserver/hw/xfree86/common/compiler.h U xenocara/xserver/hw/xfree86/common/xf86xv.h U xenocara/xserver/hw/xfree86/common/xf86fbman.h U xenocara/xserver/hw/xfree86/common/xf86sbusBus.c U xenocara/xserver/hw/xfree86/common/xf86cvt.c U xenocara/xserver/hw/xfree86/common/Makefile.am U xenocara/xserver/hw/xfree86/common/xf86fbBus.c U xenocara/xserver/hw/xfree86/common/xf86Build.h U xenocara/xserver/hw/xfree86/common/xf86InPriv.h U xenocara/xserver/hw/xfree86/common/xf86XKB.c U xenocara/xserver/hw/xfree86/common/xf86xvmc.h U xenocara/xserver/hw/xfree86/common/xf86noBus.c U xenocara/xserver/hw/xfree86/common/xf86AutoConfig.c U xenocara/xserver/hw/xfree86/common/xisb.h U xenocara/xserver/hw/xfree86/common/xf86Build.h.in U xenocara/xserver/hw/xfree86/common/xf86KbdMach.c U xenocara/xserver/hw/xfree86/common/xf86Io.c U xenocara/xserver/hw/xfree86/common/xf86pciBus.c U xenocara/xserver/hw/xfree86/common/xf86cmap.c U xenocara/xserver/hw/xfree86/common/xf86Config.c U xenocara/xserver/hw/xfree86/common/xf86Version.h U xenocara/xserver/hw/xfree86/common/xf86cmap.h U xenocara/xserver/hw/xfree86/common/xf86KbdLnx.c U xenocara/xserver/hw/xfree86/common/scoasm.h U xenocara/xserver/hw/xfree86/common/xf86Kbd.c U xenocara/xserver/hw/xfree86/common/xf86sbusBus.h U xenocara/xserver/hw/xfree86/common/xf86xvpriv.h U xenocara/xserver/hw/xfree86/common/xf86Versions.c U xenocara/xserver/hw/xfree86/common/xf86MiscExt.c U xenocara/xserver/hw/xfree86/common/atKeynames.h U xenocara/xserver/hw/xfree86/common/xf86RandR.c U xenocara/xserver/hw/xfree86/common/xf86Mode.c U xenocara/xserver/hw/xfree86/common/xf86Opt.h U xenocara/xserver/hw/xfree86/common/xorgHelper.c U xenocara/xserver/hw/xfree86/common/xf86pciBus.h U xenocara/xserver/hw/xfree86/common/xf86DGA.c U xenocara/xserver/hw/xfree86/common/xf86xvmc.c U xenocara/xserver/hw/xfree86/common/fourcc.h U xenocara/xserver/hw/xfree86/common/modeline2c.pl U xenocara/xserver/hw/xfree86/common/xf86PM.c U xenocara/xserver/hw/xfree86/common/xf86Module.h U xenocara/xserver/hw/xfree86/common/xf86Cursor.c U xenocara/xserver/hw/xfree86/common/xf86Keymap.h U xenocara/xserver/hw/xfree86/common/xf86DoProbe.c U xenocara/xserver/hw/xfree86/common/xf86fbman.c U xenocara/xserver/hw/xfree86/common/xf86Debug.c U xenocara/xserver/hw/xfree86/common/xf86PciInfo.h U xenocara/xserver/hw/xfree86/common/xf86xv.c U xenocara/xserver/hw/xfree86/common/xf86Priv.h U xenocara/xserver/hw/xfree86/common/xf86Events.c U xenocara/xserver/hw/xfree86/common/xf86DoScanPci.c U xenocara/xserver/hw/xfree86/common/xf86Xinput.c U xenocara/xserver/hw/xfree86/common/xf86DefModes.c U xenocara/xserver/hw/xfree86/common/xf86Config.h C xenocara/xserver/hw/xfree86/utils/Makefile.in U xenocara/xserver/hw/xfree86/utils/Makefile.am C xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.in U xenocara/xserver/hw/xfree86/utils/scanpci/Makefile.am U xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.man.pre U xenocara/xserver/hw/xfree86/utils/scanpci/scanpci.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/up.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/right.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/XOrgCfg.pre U xenocara/xserver/hw/xfree86/utils/xorgcfg/expert.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/TODO U xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/help.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/startx.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/left.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/interface.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/vidmode.h C xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.in U xenocara/xserver/hw/xfree86/utils/xorgcfg/keyboard.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/loadmod.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/card-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/wider.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/Makefile.am U xenocara/xserver/hw/xfree86/utils/xorgcfg/help.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/options.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse-cfg.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/xorgcfg.man.pre U xenocara/xserver/hw/xfree86/utils/xorgcfg/narrower.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/computer.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/accessx.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/down.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/config.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/config.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/shorter.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/taller.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/loader.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/card.xbm U xenocara/xserver/hw/xfree86/utils/xorgcfg/mouse.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/stubs.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor-cfg.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/xf86config.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/cards.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/monitor.xpm U xenocara/xserver/hw/xfree86/utils/xorgcfg/text-mode.c U xenocara/xserver/hw/xfree86/utils/xorgcfg/options.h U xenocara/xserver/hw/xfree86/utils/xorgcfg/screen.c U xenocara/xserver/hw/xfree86/utils/cvt/cvt.man.pre C xenocara/xserver/hw/xfree86/utils/cvt/Makefile.in U xenocara/xserver/hw/xfree86/utils/cvt/Makefile.am U xenocara/xserver/hw/xfree86/utils/cvt/cvt.c C xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.in U xenocara/xserver/hw/xfree86/utils/pcitweak/Makefile.am U xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.c U xenocara/xserver/hw/xfree86/utils/pcitweak/pcitweak.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.c C xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.in U xenocara/xserver/hw/xfree86/utils/kbd_mode/bsd-kbd_mode.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.man.pre U xenocara/xserver/hw/xfree86/utils/kbd_mode/Makefile.am U xenocara/xserver/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c C xenocara/xserver/hw/xfree86/utils/gtf/Makefile.in U xenocara/xserver/hw/xfree86/utils/gtf/Makefile.am U xenocara/xserver/hw/xfree86/utils/gtf/gtf.c U xenocara/xserver/hw/xfree86/utils/gtf/gtf.man.pre U xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.man.pre C xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.in U xenocara/xserver/hw/xfree86/utils/xorgconfig/Makefile.am U xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards98 U xenocara/xserver/hw/xfree86/utils/xorgconfig/xorgconfig.c U xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.c U xenocara/xserver/hw/xfree86/utils/xorgconfig/cards.h U xenocara/xserver/hw/xfree86/utils/xorgconfig/Cards C xenocara/xserver/hw/xfree86/utils/ioport/Makefile.in U xenocara/xserver/hw/xfree86/utils/ioport/ioport.c U xenocara/xserver/hw/xfree86/utils/ioport/Makefile.am U xenocara/xserver/hw/xfree86/x86emu/ops2.c U xenocara/xserver/hw/xfree86/x86emu/decode.c U xenocara/xserver/hw/xfree86/x86emu/debug.c C xenocara/xserver/hw/xfree86/x86emu/Makefile.in U xenocara/xserver/hw/xfree86/x86emu/ops.c U xenocara/xserver/hw/xfree86/x86emu/Makefile.am U xenocara/xserver/hw/xfree86/x86emu/validate.c U xenocara/xserver/hw/xfree86/x86emu/sys.c U xenocara/xserver/hw/xfree86/x86emu/prim_ops.c U xenocara/xserver/hw/xfree86/x86emu/x86emu.h U xenocara/xserver/hw/xfree86/x86emu/fpu.c U xenocara/xserver/hw/xfree86/x86emu/x86emu/ops.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/debug.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_ops.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/decode.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/x86emui.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/regs.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/fpu_regs.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/prim_asm.h U xenocara/xserver/hw/xfree86/x86emu/x86emu/types.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciData.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciData.c U xenocara/xserver/hw/xfree86/scanpci/pci.ids C xenocara/xserver/hw/xfree86/scanpci/Makefile.in U xenocara/xserver/hw/xfree86/scanpci/Makefile.am U xenocara/xserver/hw/xfree86/scanpci/pciid2c.pl U xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.h U xenocara/xserver/hw/xfree86/scanpci/xf86ScanPci.c U xenocara/xserver/hw/xfree86/scanpci/xf86PciStdIds.h U xenocara/xserver/hw/xfree86/scanpci/xf86PciIds.h U xenocara/xserver/hw/xfree86/scanpci/extrapci.ids U xenocara/xserver/hw/xfree86/scanpci/xf86PciStr.h U xenocara/xserver/hw/xfree86/dixmods/GLcoremodule.c U xenocara/xserver/hw/xfree86/dixmods/cfb32module.c C xenocara/xserver/hw/xfree86/dixmods/Makefile.in U xenocara/xserver/hw/xfree86/dixmods/cfbmodule.c U xenocara/xserver/hw/xfree86/dixmods/Makefile.am U xenocara/xserver/hw/xfree86/dixmods/recordmod.c U xenocara/xserver/hw/xfree86/dixmods/xkbVT.c U xenocara/xserver/hw/xfree86/dixmods/type1mod.c U xenocara/xserver/hw/xfree86/dixmods/shmodule.c U xenocara/xserver/hw/xfree86/dixmods/xkbPrivate.c U xenocara/xserver/hw/xfree86/dixmods/fbmodule.c U xenocara/xserver/hw/xfree86/dixmods/dbemodule.c U xenocara/xserver/hw/xfree86/dixmods/xkbKillSrv.c U xenocara/xserver/hw/xfree86/dixmods/ftmodule.c U xenocara/xserver/hw/xfree86/dixmods/glxmodule.c U xenocara/xserver/hw/xfree86/dixmods/xf86XTrapModule.c U xenocara/xserver/hw/xfree86/dixmods/mfbmodule.c U xenocara/xserver/hw/xfree86/dixmods/afbmodule.c U xenocara/xserver/hw/xfree86/dixmods/extmod/dgaproc.h C xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.in U xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.h U xenocara/xserver/hw/xfree86/dixmods/extmod/Makefile.am U xenocara/xserver/hw/xfree86/dixmods/extmod/modinit.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86misc.c U xenocara/xserver/hw/xfree86/dixmods/extmod/vidmodeproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86vmode.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xvmodproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xvmod.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga.c U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dgaext.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86miscproc.h U xenocara/xserver/hw/xfree86/dixmods/extmod/xf86dga2.c U xenocara/xserver/hw/xfree86/loader/sym.h U xenocara/xserver/hw/xfree86/loader/loader.h U xenocara/xserver/hw/xfree86/loader/dixsym.c C xenocara/xserver/hw/xfree86/loader/Makefile.in U xenocara/xserver/hw/xfree86/loader/loadmod.c U xenocara/xserver/hw/xfree86/loader/loadfont.c U xenocara/xserver/hw/xfree86/loader/Makefile.am U xenocara/xserver/hw/xfree86/loader/fontsym.c U xenocara/xserver/hw/xfree86/loader/dlloader.c U xenocara/xserver/hw/xfree86/loader/loadext.c U xenocara/xserver/hw/xfree86/loader/loaderProcs.h U xenocara/xserver/hw/xfree86/loader/os.c U xenocara/xserver/hw/xfree86/loader/loader.c U xenocara/xserver/hw/xfree86/loader/misym.c U xenocara/xserver/hw/xfree86/loader/extsym.c U xenocara/xserver/hw/xfree86/loader/dlloader.h U xenocara/xserver/hw/xfree86/loader/xf86sym.c U xenocara/xserver/hw/xfree86/loader/SparcMulDiv.S U xenocara/xserver/hw/xfree86/xf4bpp/xf4bpp.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcGC.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcWinFS.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcSetSp.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyPnt.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaImages.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPixmap.c U xenocara/xserver/hw/xfree86/xf4bpp/offscreen.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcGetSp.c U xenocara/xserver/hw/xfree86/xf4bpp/emulRepAre.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbhrzvert.c U xenocara/xserver/hw/xfree86/xf4bpp/wm3.h U xenocara/xserver/hw/xfree86/xf4bpp/emulOpStip.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbbresd.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbimggblt.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcArea.c C xenocara/xserver/hw/xfree86/xf4bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf4bpp/ibmTrace.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcSpMcro.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcPntWin.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbzerarc.c U xenocara/xserver/hw/xfree86/xf4bpp/wm3.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPolyRec.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcIO.c U xenocara/xserver/hw/xfree86/xf4bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf4bpp/mfbbres.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcRslvC.c U xenocara/xserver/hw/xfree86/xf4bpp/NOTES U xenocara/xserver/hw/xfree86/xf4bpp/vgaVideo.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcBStore.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbseg.c U xenocara/xserver/hw/xfree86/xf4bpp/emulTile.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaGC.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcGCstr.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcCReduce.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbline.c U xenocara/xserver/hw/xfree86/xf4bpp/mfbfillarc.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaSolid.c U xenocara/xserver/hw/xfree86/xf4bpp/vgamodule.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcQuery.c U xenocara/xserver/hw/xfree86/xf4bpp/OScompiler.h U xenocara/xserver/hw/xfree86/xf4bpp/vgaReg.h U xenocara/xserver/hw/xfree86/xf4bpp/ppcClip.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcWindow.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcImg.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcCpArea.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcFillRct.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaBitBlt.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcDepth.c U xenocara/xserver/hw/xfree86/xf4bpp/ppcPixFS.c U xenocara/xserver/hw/xfree86/xf4bpp/vgaStipple.c U xenocara/xserver/hw/xfree86/parser/Monitor.c U xenocara/xserver/hw/xfree86/parser/Extensions.c U xenocara/xserver/hw/xfree86/parser/xf86tokens.h U xenocara/xserver/hw/xfree86/parser/write.c C xenocara/xserver/hw/xfree86/parser/Makefile.in U xenocara/xserver/hw/xfree86/parser/Video.c U xenocara/xserver/hw/xfree86/parser/Makefile.am U xenocara/xserver/hw/xfree86/parser/configProcs.h U xenocara/xserver/hw/xfree86/parser/Layout.c U xenocara/xserver/hw/xfree86/parser/xf86Optrec.h U xenocara/xserver/hw/xfree86/parser/DRI.c U xenocara/xserver/hw/xfree86/parser/Screen.c U xenocara/xserver/hw/xfree86/parser/Input.c U xenocara/xserver/hw/xfree86/parser/Pointer.c U xenocara/xserver/hw/xfree86/parser/read.c U xenocara/xserver/hw/xfree86/parser/Configint.h U xenocara/xserver/hw/xfree86/parser/Flags.c U xenocara/xserver/hw/xfree86/parser/xf86Parser.h U xenocara/xserver/hw/xfree86/parser/Vendor.c U xenocara/xserver/hw/xfree86/parser/Keyboard.c U xenocara/xserver/hw/xfree86/parser/scan.c U xenocara/xserver/hw/xfree86/parser/cpconfig.c U xenocara/xserver/hw/xfree86/parser/Module.c U xenocara/xserver/hw/xfree86/parser/Device.c U xenocara/xserver/hw/xfree86/parser/Files.c U xenocara/xserver/hw/xfree86/dummylib/xf86getpagesize.c U xenocara/xserver/hw/xfree86/dummylib/xf86getverb.c U xenocara/xserver/hw/xfree86/dummylib/getvalidbios.c U xenocara/xserver/hw/xfree86/dummylib/xf86msg.c U xenocara/xserver/hw/xfree86/dummylib/xf86info.c U xenocara/xserver/hw/xfree86/dummylib/xf86screens.c C xenocara/xserver/hw/xfree86/dummylib/Makefile.in U xenocara/xserver/hw/xfree86/dummylib/xf86verbose.c U xenocara/xserver/hw/xfree86/dummylib/Makefile.am U xenocara/xserver/hw/xfree86/dummylib/xf86drvmsgverb.c U xenocara/xserver/hw/xfree86/dummylib/xf86drvmsg.c U xenocara/xserver/hw/xfree86/dummylib/verrorf.c U xenocara/xserver/hw/xfree86/dummylib/logvwrite.c U xenocara/xserver/hw/xfree86/dummylib/xf86opt.c U xenocara/xserver/hw/xfree86/dummylib/xf86allocscripi.c U xenocara/xserver/hw/xfree86/dummylib/fatalerror.c U xenocara/xserver/hw/xfree86/dummylib/xf86errorfverb.c U xenocara/xserver/hw/xfree86/dummylib/getemptypci.c U xenocara/xserver/hw/xfree86/dummylib/xf86errorf.c U xenocara/xserver/hw/xfree86/dummylib/pcitestmulti.c U xenocara/xserver/hw/xfree86/dummylib/dummylib.h U xenocara/xserver/hw/xfree86/dummylib/xf86msgverb.c U xenocara/xserver/hw/xfree86/dummylib/README U xenocara/xserver/hw/xfree86/dummylib/xf86servisinit.c U xenocara/xserver/hw/xfree86/dummylib/xf86addrestolist.c U xenocara/xserver/hw/xfree86/dummylib/xalloc.c U xenocara/xserver/hw/xfree86/vbe/vbe_module.c C xenocara/xserver/hw/xfree86/vbe/Makefile.in U xenocara/xserver/hw/xfree86/vbe/Makefile.am U xenocara/xserver/hw/xfree86/vbe/vbeModes.c U xenocara/xserver/hw/xfree86/vbe/vbeModes.h U xenocara/xserver/hw/xfree86/vbe/vbe.c U xenocara/xserver/hw/xfree86/vbe/vbe.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbblak.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltG.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpawhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbinv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltO.c C xenocara/xserver/hw/xfree86/xf1bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf1bpp/xf1bpp.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbpgbwht.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltC.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpablack.c U xenocara/xserver/hw/xfree86/xf1bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf1bpp/mfbteblack.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbplyblack.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.sh U xenocara/xserver/hw/xfree86/xf1bpp/mfbplywhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtileG.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltCI.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbseg.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtileC.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbpainv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbtewhite.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.sh U xenocara/xserver/hw/xfree86/xf1bpp/mfbbltX.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbunmap.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbigbblak.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbigbwht.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbplyinv.c U xenocara/xserver/hw/xfree86/xf1bpp/mfbmap.h U xenocara/xserver/hw/xfree86/xf1bpp/mfbmodule.c U xenocara/xserver/hw/xfree86/int10/x86emu.c U xenocara/xserver/hw/xfree86/int10/xf86x86emu.h U xenocara/xserver/hw/xfree86/int10/xf86x86emu.c C xenocara/xserver/hw/xfree86/int10/Makefile.in U xenocara/xserver/hw/xfree86/int10/xf86int10.c U xenocara/xserver/hw/xfree86/int10/Makefile.am U xenocara/xserver/hw/xfree86/int10/xf86int10.h U xenocara/xserver/hw/xfree86/int10/generic.c U xenocara/xserver/hw/xfree86/int10/pci.c U xenocara/xserver/hw/xfree86/int10/stub.c U xenocara/xserver/hw/xfree86/int10/helper_exec.c U xenocara/xserver/hw/xfree86/int10/INT10.HOWTO U xenocara/xserver/hw/xfree86/int10/xf86int10module.c U xenocara/xserver/hw/xfree86/int10/helper_mem.c U xenocara/xserver/hw/xfree86/exa/examodule.c C xenocara/xserver/hw/xfree86/exa/Makefile.in U xenocara/xserver/hw/xfree86/exa/Makefile.am U xenocara/xserver/hw/xfree86/exa/exa.man.pre U xenocara/xserver/hw/xfree86/ramdac/IBM.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.h U xenocara/xserver/hw/xfree86/ramdac/CURSOR.NOTES U xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.c U xenocara/xserver/hw/xfree86/ramdac/xf86HWCurs.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDac.h C xenocara/xserver/hw/xfree86/ramdac/Makefile.in U xenocara/xserver/hw/xfree86/ramdac/TIPriv.h U xenocara/xserver/hw/xfree86/ramdac/Makefile.am U xenocara/xserver/hw/xfree86/ramdac/xf86BitOrder.c U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacCmap.c U xenocara/xserver/hw/xfree86/ramdac/BTPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86RamDacMod.c U xenocara/xserver/hw/xfree86/ramdac/TI.h U xenocara/xserver/hw/xfree86/ramdac/BT.h U xenocara/xserver/hw/xfree86/ramdac/BT.c U xenocara/xserver/hw/xfree86/ramdac/IBM.h U xenocara/xserver/hw/xfree86/ramdac/xf86Cursor.c U xenocara/xserver/hw/xfree86/ramdac/TI.c U xenocara/xserver/hw/xfree86/ramdac/IBMPriv.h U xenocara/xserver/hw/xfree86/ramdac/xf86CursorPriv.h U xenocara/xserver/hw/xfree86/vgahw/vgaHW.c C xenocara/xserver/hw/xfree86/vgahw/Makefile.in U xenocara/xserver/hw/xfree86/vgahw/vgaHWmodule.c U xenocara/xserver/hw/xfree86/vgahw/Makefile.am U xenocara/xserver/hw/xfree86/vgahw/vgaHW.h U xenocara/xserver/hw/xfree86/vgahw/vgaCmap.c C xenocara/xserver/hw/xfree86/rac/Makefile.in U xenocara/xserver/hw/xfree86/rac/Makefile.am U xenocara/xserver/hw/xfree86/rac/xf86RAC.c U xenocara/xserver/hw/xfree86/rac/xf86RAC.h U xenocara/xserver/hw/xfree86/ddc/print_edid.c U xenocara/xserver/hw/xfree86/ddc/ddcPriv.h U xenocara/xserver/hw/xfree86/ddc/vdif.h U xenocara/xserver/hw/xfree86/ddc/interpret_edid.c U xenocara/xserver/hw/xfree86/ddc/edid.c C xenocara/xserver/hw/xfree86/ddc/Makefile.in U xenocara/xserver/hw/xfree86/ddc/print_vdif.c U xenocara/xserver/hw/xfree86/ddc/Makefile.am U xenocara/xserver/hw/xfree86/ddc/DDC.HOWTO U xenocara/xserver/hw/xfree86/ddc/interpret_vdif.c U xenocara/xserver/hw/xfree86/ddc/xf86DDC.c U xenocara/xserver/hw/xfree86/ddc/ddcProperty.c U xenocara/xserver/hw/xfree86/ddc/edid.h U xenocara/xserver/hw/xfree86/ddc/xf86DDC.h U xenocara/xserver/hw/xfree86/xaa/xaaRect.c U xenocara/xserver/hw/xfree86/xaa/xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaPaintWin.c U xenocara/xserver/hw/xfree86/xaa/xaaWrapper.h U xenocara/xserver/hw/xfree86/xaa/lf3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaFillRect.c U xenocara/xserver/hw/xfree86/xaa/xaaInit.c U xenocara/xserver/hw/xfree86/xaa/xaaFillPoly.c U xenocara/xserver/hw/xfree86/xaa/xaaWideLine.c U xenocara/xserver/hw/xfree86/xaa/xaaBitOrder.c U xenocara/xserver/hw/xfree86/xaa/xaaOverlay.c U xenocara/xserver/hw/xfree86/xaa/l3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/mf3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaacexp.h U xenocara/xserver/hw/xfree86/xaa/m-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaGC.c C xenocara/xserver/hw/xfree86/xaa/Makefile.in U xenocara/xserver/hw/xfree86/xaa/XAA.HOWTO U xenocara/xserver/hw/xfree86/xaa/l-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaarop.h U xenocara/xserver/hw/xfree86/xaa/lf3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaNonTEText.c U xenocara/xserver/hw/xfree86/xaa/mf3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaInitAccel.c U xenocara/xserver/hw/xfree86/xaa/Makefile.am U xenocara/xserver/hw/xfree86/xaa/xaaTables.c U xenocara/xserver/hw/xfree86/xaa/xaaWrapper.c U xenocara/xserver/hw/xfree86/xaa/xaaLine.c U xenocara/xserver/hw/xfree86/xaa/l3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/s-xaaLine.c U xenocara/xserver/hw/xfree86/xaa/m-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaOverlayDF.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyPlane.c U xenocara/xserver/hw/xfree86/xaa/xaaFallback.c U xenocara/xserver/hw/xfree86/xaa/l-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/mf-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaStateChange.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyWin.c U xenocara/xserver/hw/xfree86/xaa/xaaTEGlyphBlt.S U xenocara/xserver/hw/xfree86/xaa/xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/s-xaaDashLine.c U xenocara/xserver/hw/xfree86/xaa/xaaNonTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/xaaSpans.c U xenocara/xserver/hw/xfree86/xaa/xaaPict.c U xenocara/xserver/hw/xfree86/xaa/xaaOffscreen.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xaa/m3-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaawrap.h U xenocara/xserver/hw/xfree86/xaa/xaaBitBlt.c U xenocara/xserver/hw/xfree86/xaa/xaaGCmisc.c U xenocara/xserver/hw/xfree86/xaa/xaaImage.c U xenocara/xserver/hw/xfree86/xaa/m-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaa.h U xenocara/xserver/hw/xfree86/xaa/m3-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaDashLine.c U xenocara/xserver/hw/xfree86/xaa/xaaPCache.c U xenocara/xserver/hw/xfree86/xaa/xaalocal.h U xenocara/xserver/hw/xfree86/xaa/xaaFillArc.c U xenocara/xserver/hw/xfree86/xaa/xaaCpyArea.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaStipple.c U xenocara/xserver/hw/xfree86/xaa/xaaROP.c U xenocara/xserver/hw/xfree86/xaa/xaaTEText.c U xenocara/xserver/hw/xfree86/xaa/lf-xaaBitmap.c U xenocara/xserver/hw/xfree86/xaa/xaaLineMisc.c U xenocara/xserver/hw/xfree86/xaa/l-xaaTEGlyph.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32.h U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyplane.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbimage.c C xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbscrinit.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcmisc.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfb8_32module.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc.c U xenocara/xserver/hw/xfree86/xf8_32bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc32.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbbstore.c U xenocara/xserver/hw/xfree86/xf8_32bpp/xf86overlay.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgc8.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbpntwin.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbcpyarea.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbgcunder.c U xenocara/xserver/hw/xfree86/xf8_32bpp/cfbwindow.c U xenocara/xserver/hw/xfree86/dri/drimodule.c C xenocara/xserver/hw/xfree86/dri/Makefile.in U xenocara/xserver/hw/xfree86/dri/dri.c U xenocara/xserver/hw/xfree86/dri/sarea.h U xenocara/xserver/hw/xfree86/dri/Makefile.am U xenocara/xserver/hw/xfree86/dri/dri.h U xenocara/xserver/hw/xfree86/dri/dristruct.h U xenocara/xserver/hw/xfree86/dri/xf86dri.c U xenocara/xserver/hw/xfree86/fbdevhw/fbpriv.h C xenocara/xserver/hw/xfree86/fbdevhw/Makefile.in U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.c U xenocara/xserver/hw/xfree86/fbdevhw/Makefile.am U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.man.pre U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhw.h U xenocara/xserver/hw/xfree86/fbdevhw/README U xenocara/xserver/hw/xfree86/fbdevhw/fbdevhwstub.c C xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.in U xenocara/xserver/hw/xfree86/xf8_16bpp/Makefile.am U xenocara/xserver/hw/xfree86/xf8_16bpp/xf8_16module.c U xenocara/xserver/hw/xfree86/xf8_16bpp/cfb8_16.h U xenocara/xserver/hw/xfree86/i2c/uda1380_module.c U xenocara/xserver/hw/xfree86/i2c/tda8425_module.c U xenocara/xserver/hw/xfree86/i2c/tda9850.h U xenocara/xserver/hw/xfree86/i2c/tda9850_module.c U xenocara/xserver/hw/xfree86/i2c/tda9885.h U xenocara/xserver/hw/xfree86/i2c/uda1380.h U xenocara/xserver/hw/xfree86/i2c/uda1380.c U xenocara/xserver/hw/xfree86/i2c/tda8425.c U xenocara/xserver/hw/xfree86/i2c/fi1236_module.c U xenocara/xserver/hw/xfree86/i2c/xf86i2cmodule.c U xenocara/xserver/hw/xfree86/i2c/xf86i2c.c C xenocara/xserver/hw/xfree86/i2c/Makefile.in U xenocara/xserver/hw/xfree86/i2c/msp3430_module.c U xenocara/xserver/hw/xfree86/i2c/Makefile.am U xenocara/xserver/hw/xfree86/i2c/fi1236.c U xenocara/xserver/hw/xfree86/i2c/tda9885_module.c U xenocara/xserver/hw/xfree86/i2c/tda9885.c U xenocara/xserver/hw/xfree86/i2c/bt829.c U xenocara/xserver/hw/xfree86/i2c/msp3430.c U xenocara/xserver/hw/xfree86/i2c/fi1236.h U xenocara/xserver/hw/xfree86/i2c/bt829.h U xenocara/xserver/hw/xfree86/i2c/msp3430.h U xenocara/xserver/hw/xfree86/i2c/xf86i2c.h U xenocara/xserver/hw/xfree86/i2c/tda9850.c U xenocara/xserver/hw/xfree86/i2c/tda8425.h U xenocara/xserver/hw/xfree86/i2c/bt829_module.c U xenocara/xserver/hw/xfree86/i2c/i2c_def.h U xenocara/xserver/hw/xprint/attributes.c U xenocara/xserver/hw/xprint/spooler.c C xenocara/xserver/hw/xprint/Makefile.in U xenocara/xserver/hw/xprint/ValTree.c U xenocara/xserver/hw/xprint/Init.c C xenocara/xserver/hw/xprint/Makefile.am U xenocara/xserver/hw/xprint/AttrValid.c U xenocara/xserver/hw/xprint/Util.c U xenocara/xserver/hw/xprint/mediaSizes.c U xenocara/xserver/hw/xprint/DiPrint.h U xenocara/xserver/hw/xprint/Oid.c U xenocara/xserver/hw/xprint/dpmsstubs-wrapper.c U xenocara/xserver/hw/xprint/attributes.h U xenocara/xserver/hw/xprint/miinitext-wrapper.c U xenocara/xserver/hw/xprint/OidStrs.h U xenocara/xserver/hw/xprint/Oid.h U xenocara/xserver/hw/xprint/spooler.h U xenocara/xserver/hw/xprint/ddxInit.c U xenocara/xserver/hw/xprint/AttrValid.h U xenocara/xserver/hw/xprint/OidDefs.h C xenocara/xserver/hw/xprint/doc/Makefile.in U xenocara/xserver/hw/xprint/doc/Xprt.html U xenocara/xserver/hw/xprint/doc/Makefile.am U xenocara/xserver/hw/xprint/doc/Xprt.man.pre U xenocara/xserver/hw/xprint/doc/Xprt.sgml U xenocara/xserver/hw/xprint/raster/Raster.h C xenocara/xserver/hw/xprint/raster/Makefile.in U xenocara/xserver/hw/xprint/raster/Makefile.am U xenocara/xserver/hw/xprint/raster/Raster.c U xenocara/xserver/hw/xprint/raster/RasterAttVal.c C xenocara/xserver/hw/xprint/etc/Makefile.in U xenocara/xserver/hw/xprint/etc/Makefile.am C xenocara/xserver/hw/xprint/etc/init.d/Makefile.in U xenocara/xserver/hw/xprint/etc/init.d/Makefile.am U xenocara/xserver/hw/xprint/etc/init.d/xprint.cpp C xenocara/xserver/hw/xprint/etc/profile.d/Makefile.in U xenocara/xserver/hw/xprint/etc/profile.d/Makefile.am U xenocara/xserver/hw/xprint/etc/profile.d/xprint.sh U xenocara/xserver/hw/xprint/etc/profile.d/xprint.csh C xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.in U xenocara/xserver/hw/xprint/etc/Xsession.d/Makefile.am U xenocara/xserver/hw/xprint/etc/Xsession.d/92xprint-xpserverlist C xenocara/xserver/hw/xprint/config/Makefile.in U xenocara/xserver/hw/xprint/config/Makefile.am U xenocara/xserver/hw/xprint/config/README C xenocara/xserver/hw/xprint/config/en_US/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/Makefile.am C xenocara/xserver/hw/xprint/config/en_US/print/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/print/Makefile.am C xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.in U xenocara/xserver/hw/xprint/config/en_US/print/attributes/Makefile.am U xenocara/xserver/hw/xprint/config/en_US/print/attributes/document C xenocara/xserver/hw/xprint/config/C/Makefile.in U xenocara/xserver/hw/xprint/config/C/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/Xprinters C xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/ddx-config/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/postscript U xenocara/xserver/hw/xprint/config/C/print/ddx-config/raster/pcl C xenocara/xserver/hw/xprint/config/C/print/models/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/ps2pdf_spooltodir.sh C xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/model-config U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00072.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00059.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00065.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00082.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00067.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00057.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00061.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00092.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00079.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00081.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00084.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00071.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00051.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00086.pmf C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00055.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.alias U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/fonts.dir U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00093.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00063.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00080.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00083.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00088.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00087.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00089.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00068.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00085.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00069.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00076.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00060.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00091.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00053.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00062.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00064.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00094.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00073.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/README U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00075.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00090.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00058.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00074.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00056.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00066.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00052.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00054.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00070.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts/9nb00077.pmf C xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/model-config U xenocara/xserver/hw/xprint/config/C/print/models/PSspooldir/spooltodir.sh C xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/model-config C xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/model-config U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00072.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00059.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00065.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00082.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00067.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00057.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00061.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00092.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00079.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00081.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00084.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00071.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00051.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00086.pmf C xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00055.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.alias U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/fonts.dir U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00093.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00063.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00080.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00083.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00088.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00087.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00089.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00068.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00085.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00069.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00076.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00060.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00091.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00053.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00062.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00064.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00094.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00073.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/README U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00075.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00090.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00058.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00074.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00056.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00066.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00052.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00054.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00070.pmf U xenocara/xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts/9nb00077.pmf C xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/GSdefault/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/model-config C xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am C xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/model-config U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Italic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-BookOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-DemiOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Symbol.pmf C xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Book.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Light.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Roman.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-DemiItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-BoldOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-LightItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Oblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Oblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-BoldOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-DemiOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Souvenir-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-BookOblique.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/ZapfDingbats.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-BoldItalic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Helvetica-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Roman.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Times-Italic.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/Courier-Bold.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Demi.pmf U xenocara/xserver/hw/xprint/config/C/print/models/PSdefault/fonts/LubalinGraph-Book.pmf C xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.in U xenocara/xserver/hw/xprint/config/C/print/attributes/Makefile.am U xenocara/xserver/hw/xprint/config/C/print/attributes/job U xenocara/xserver/hw/xprint/config/C/print/attributes/printer U xenocara/xserver/hw/xprint/config/C/print/attributes/document C xenocara/xserver/hw/xprint/pcl-mono/Makefile.in U xenocara/xserver/hw/xprint/pcl-mono/Makefile.am U xenocara/xserver/hw/xprint/pcl/PclCursor.c U xenocara/xserver/hw/xprint/pcl/Makefile.am.inc U xenocara/xserver/hw/xprint/pcl/PclAttr.c C xenocara/xserver/hw/xprint/pcl/Makefile.in U xenocara/xserver/hw/xprint/pcl/Makefile.am U xenocara/xserver/hw/xprint/pcl/PclArc.c U xenocara/xserver/hw/xprint/pcl/PclInit.c U xenocara/xserver/hw/xprint/pcl/PclMisc.c U xenocara/xserver/hw/xprint/pcl/PclAttVal.c U xenocara/xserver/hw/xprint/pcl/PclPixel.c U xenocara/xserver/hw/xprint/pcl/PclGC.c U xenocara/xserver/hw/xprint/pcl/PclPrint.c U xenocara/xserver/hw/xprint/pcl/PclWindow.c U xenocara/xserver/hw/xprint/pcl/PclPolygon.c U xenocara/xserver/hw/xprint/pcl/PclColor.c U xenocara/xserver/hw/xprint/pcl/PclFonts.c U xenocara/xserver/hw/xprint/pcl/PclLine.c U xenocara/xserver/hw/xprint/pcl/PclSFonts.c U xenocara/xserver/hw/xprint/pcl/Pclmap.h U xenocara/xserver/hw/xprint/pcl/PclText.c U xenocara/xserver/hw/xprint/pcl/Pcl.h U xenocara/xserver/hw/xprint/pcl/PclDef.h U xenocara/xserver/hw/xprint/pcl/PclArea.c U xenocara/xserver/hw/xprint/pcl/PclSpans.c U xenocara/xserver/hw/xprint/pcl/PclSFonts.h U xenocara/xserver/hw/xprint/ps/PsPixel.c U xenocara/xserver/hw/xprint/ps/PsCache.c U xenocara/xserver/hw/xprint/ps/PsImageUtil.c U xenocara/xserver/hw/xprint/ps/PsSpans.c U xenocara/xserver/hw/xprint/ps/PsText.c U xenocara/xserver/hw/xprint/ps/PsPixmap.c U xenocara/xserver/hw/xprint/ps/PsInit.c U xenocara/xserver/hw/xprint/ps/PsFTFonts.c C xenocara/xserver/hw/xprint/ps/Makefile.in U xenocara/xserver/hw/xprint/ps/Makefile.am U xenocara/xserver/hw/xprint/ps/PsGC.c U xenocara/xserver/hw/xprint/ps/PsPolygon.c U xenocara/xserver/hw/xprint/ps/PsArc.c U xenocara/xserver/hw/xprint/ps/psout.c U xenocara/xserver/hw/xprint/ps/Ps.h U xenocara/xserver/hw/xprint/ps/psout.h U xenocara/xserver/hw/xprint/ps/psout_ftpstype3.c U xenocara/xserver/hw/xprint/ps/PsFonts.c U xenocara/xserver/hw/xprint/ps/psout_ft.c U xenocara/xserver/hw/xprint/ps/PsAttr.c U xenocara/xserver/hw/xprint/ps/PsPrint.c U xenocara/xserver/hw/xprint/ps/PsDef.h U xenocara/xserver/hw/xprint/ps/PsAttVal.c U xenocara/xserver/hw/xprint/ps/PsMisc.c U xenocara/xserver/hw/xprint/ps/PsArea.c U xenocara/xserver/hw/xprint/ps/ttf2pt1wrap.c U xenocara/xserver/hw/xprint/ps/PsWindow.c U xenocara/xserver/hw/xprint/ps/PsLine.c U xenocara/xserver/hw/xprint/ps/PsColor.c U xenocara/xserver/hw/xprint/ps/psout_ftpstype1.c U xenocara/xserver/hw/vfb/lk201kbd.h U xenocara/xserver/hw/vfb/InitInput.c C xenocara/xserver/hw/vfb/Makefile.in U xenocara/xserver/hw/vfb/InitOutput.c U xenocara/xserver/hw/vfb/Makefile.am U xenocara/xserver/hw/vfb/Xvfb.man.pre U xenocara/xserver/hw/darwin/XDarwin.man U xenocara/xserver/hw/darwin/darwinKeyboard.c U xenocara/xserver/hw/darwin/darwinClut8.h U xenocara/xserver/hw/darwin/darwinXinput.c C xenocara/xserver/hw/darwin/Makefile.in U xenocara/xserver/hw/darwin/darwin.c U xenocara/xserver/hw/darwin/Makefile.am U xenocara/xserver/hw/darwin/darwinKeyboard.h U xenocara/xserver/hw/darwin/darwinEvents.c U xenocara/xserver/hw/darwin/darwin.h U xenocara/xserver/hw/darwin/utils/README.txt U xenocara/xserver/hw/darwin/utils/dumpkeymap.man U xenocara/xserver/hw/darwin/utils/dumpkeymap.c U xenocara/xserver/hw/darwin/bundle/startXClients.cpp U xenocara/xserver/hw/darwin/bundle/XDarwin.icns U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/French.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/French.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/French.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/English.lproj/InfoPlist.strings.cpp U xenocara/xserver/hw/darwin/bundle/English.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/English.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/ko.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/ko.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/ko.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/German.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/German.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/German.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Localizable.strings U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/XDarwinHelp.html.cpp U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/Credits.rtf U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/objects.nib U xenocara/xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib/classes.nib U xenocara/xserver/hw/darwin/quartz/XApplication.h U xenocara/xserver/hw/darwin/quartz/quartzKeyboard.c U xenocara/xserver/hw/darwin/quartz/quartzPasteboard.h U xenocara/xserver/hw/darwin/quartz/XServer.h U xenocara/xserver/hw/darwin/quartz/XDarwinStartup.man U xenocara/xserver/hw/darwin/quartz/Preferences.h U xenocara/xserver/hw/darwin/quartz/keysym2ucs.c U xenocara/xserver/hw/darwin/quartz/pseudoramiX.c U xenocara/xserver/hw/darwin/quartz/quartzAudio.c U xenocara/xserver/hw/darwin/quartz/applewmExt.h U xenocara/xserver/hw/darwin/quartz/quartzCursor.h U xenocara/xserver/hw/darwin/quartz/keysym2ucs.h U xenocara/xserver/hw/darwin/quartz/XServer.m U xenocara/xserver/hw/darwin/quartz/applewm.c U xenocara/xserver/hw/darwin/quartz/quartzCursor.c U xenocara/xserver/hw/darwin/quartz/quartzStartup.c U xenocara/xserver/hw/darwin/quartz/Preferences.m U xenocara/xserver/hw/darwin/quartz/XDarwinStartup.c U xenocara/xserver/hw/darwin/quartz/XApplication.m U xenocara/xserver/hw/darwin/quartz/pseudoramiX.h U xenocara/xserver/hw/darwin/quartz/quartz.c U xenocara/xserver/hw/darwin/quartz/quartzPasteboard.c U xenocara/xserver/hw/darwin/quartz/quartz.h U xenocara/xserver/hw/darwin/quartz/quartzAudio.h U xenocara/xserver/hw/darwin/quartz/quartzCocoa.m U xenocara/xserver/hw/darwin/quartz/quartzCommon.h U xenocara/xserver/hw/darwin/quartz/cr/crScreen.m U xenocara/xserver/hw/darwin/quartz/cr/crAppleWM.m U xenocara/xserver/hw/darwin/quartz/cr/XView.h U xenocara/xserver/hw/darwin/quartz/cr/XView.m U xenocara/xserver/hw/darwin/quartz/cr/cr.h U xenocara/xserver/hw/darwin/quartz/cr/crFrame.m U xenocara/xserver/hw/darwin/quartz/xpr/x-hook.h U xenocara/xserver/hw/darwin/quartz/xpr/xprCursor.c U xenocara/xserver/hw/darwin/quartz/xpr/x-hash.c U xenocara/xserver/hw/darwin/quartz/xpr/dri.c U xenocara/xserver/hw/darwin/quartz/xpr/xpr.h U xenocara/xserver/hw/darwin/quartz/xpr/dri.h U xenocara/xserver/hw/darwin/quartz/xpr/x-list.h U xenocara/xserver/hw/darwin/quartz/xpr/Xplugin.h U xenocara/xserver/hw/darwin/quartz/xpr/x-hook.c U xenocara/xserver/hw/darwin/quartz/xpr/dristruct.h U xenocara/xserver/hw/darwin/quartz/xpr/appledri.c U xenocara/xserver/hw/darwin/quartz/xpr/x-hash.h U xenocara/xserver/hw/darwin/quartz/xpr/xprFrame.c U xenocara/xserver/hw/darwin/quartz/xpr/xprAppleWM.c U xenocara/xserver/hw/darwin/quartz/xpr/x-list.c U xenocara/xserver/hw/darwin/quartz/xpr/xprScreen.c U xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.h U xenocara/xserver/hw/darwin/quartz/fullscreen/quartzCursor.c U xenocara/xserver/hw/darwin/quartz/fullscreen/fullscreen.c U xenocara/xserver/hw/darwin/quartz/XDarwin.pbproj/project.pbxproj U xenocara/xserver/hw/darwin/iokit/xfIOKitStartup.c U xenocara/xserver/hw/darwin/iokit/xfIOKit.c U xenocara/xserver/hw/darwin/iokit/xfIOKit.h U xenocara/xserver/hw/darwin/iokit/xfIOKitCursor.c U xenocara/xserver/hw/dmx/dmxsync.c U xenocara/xserver/hw/dmx/dmxvisual.h U xenocara/xserver/hw/dmx/dmxpict.h U xenocara/xserver/hw/dmx/dmxcmap.h U xenocara/xserver/hw/dmx/dmxscrinit.h C xenocara/xserver/hw/dmx/Makefile.in U xenocara/xserver/hw/dmx/dmxpixmap.c U xenocara/xserver/hw/dmx/dmxfont.c U xenocara/xserver/hw/dmx/dmxinput.h U xenocara/xserver/hw/dmx/dmx_glxvisuals.h U xenocara/xserver/hw/dmx/dmx.h U xenocara/xserver/hw/dmx/dmxcursor.c U xenocara/xserver/hw/dmx/Makefile.am U xenocara/xserver/hw/dmx/dmxstat.c U xenocara/xserver/hw/dmx/dmx_glxvisuals.c U xenocara/xserver/hw/dmx/Xdmx.man U xenocara/xserver/hw/dmx/dmxstat.h U xenocara/xserver/hw/dmx/dmxwindow.h U xenocara/xserver/hw/dmx/dmxgc.c U xenocara/xserver/hw/dmx/dmxlog.c U xenocara/xserver/hw/dmx/dmxgcops.c U xenocara/xserver/hw/dmx/dmx-config.h U xenocara/xserver/hw/dmx/dmxdpms.h U xenocara/xserver/hw/dmx/dmxpixmap.h U xenocara/xserver/hw/dmx/dmxcb.h U xenocara/xserver/hw/dmx/dmxcb.c U xenocara/xserver/hw/dmx/dmxinit.c U xenocara/xserver/hw/dmx/dmxclient.h U xenocara/xserver/hw/dmx/dmxprop.c U xenocara/xserver/hw/dmx/dmxcursor.h U xenocara/xserver/hw/dmx/dmxfont.h U xenocara/xserver/hw/dmx/dmxshadow.c U xenocara/xserver/hw/dmx/dmxsync.h U xenocara/xserver/hw/dmx/dmxinput.c U xenocara/xserver/hw/dmx/dmxpict.c U xenocara/xserver/hw/dmx/dmxlog.h U xenocara/xserver/hw/dmx/dmxdpms.c U xenocara/xserver/hw/dmx/dmxextension.h U xenocara/xserver/hw/dmx/dmxgcops.h U xenocara/xserver/hw/dmx/dmxvisual.c U xenocara/xserver/hw/dmx/dmxprop.h U xenocara/xserver/hw/dmx/dmxinit.h U xenocara/xserver/hw/dmx/dmx.c U xenocara/xserver/hw/dmx/dmxshadow.h U xenocara/xserver/hw/dmx/dmxgc.h U xenocara/xserver/hw/dmx/dmxscrinit.c U xenocara/xserver/hw/dmx/dmxextension.c U xenocara/xserver/hw/dmx/dmxcmap.c U xenocara/xserver/hw/dmx/dmxwindow.c U xenocara/xserver/hw/dmx/input/dmxevents.h U xenocara/xserver/hw/dmx/input/dmxcommon.c U xenocara/xserver/hw/dmx/input/dmxbackend.c U xenocara/xserver/hw/dmx/input/dmxmotion.c U xenocara/xserver/hw/dmx/input/dmxmotion.h U xenocara/xserver/hw/dmx/input/dmxsigio.c U xenocara/xserver/hw/dmx/input/dmxdummy.c U xenocara/xserver/hw/dmx/input/lnx-ps2.c U xenocara/xserver/hw/dmx/input/dmxdetach.c U xenocara/xserver/hw/dmx/input/dmxsigio.h U xenocara/xserver/hw/dmx/input/usb-mouse.h U xenocara/xserver/hw/dmx/input/dmxbackend.h U xenocara/xserver/hw/dmx/input/dmxconsole.h U xenocara/xserver/hw/dmx/input/dmxinputinit.c U xenocara/xserver/hw/dmx/input/usb-common.c C xenocara/xserver/hw/dmx/input/Makefile.in U xenocara/xserver/hw/dmx/input/dmxeq.h U xenocara/xserver/hw/dmx/input/dmxarg.h U xenocara/xserver/hw/dmx/input/dmxinputinit.h U xenocara/xserver/hw/dmx/input/Makefile.am U xenocara/xserver/hw/dmx/input/ChkNotMaskEv.c U xenocara/xserver/hw/dmx/input/lnx-ps2.h U xenocara/xserver/hw/dmx/input/lnx-ms.c U xenocara/xserver/hw/dmx/input/dmxxinput.c U xenocara/xserver/hw/dmx/input/dmxcommon.h U xenocara/xserver/hw/dmx/input/usb-keyboard.c U xenocara/xserver/hw/dmx/input/usb-keyboard.h U xenocara/xserver/hw/dmx/input/dmxmap.h U xenocara/xserver/hw/dmx/input/dmxmap.c U xenocara/xserver/hw/dmx/input/usb-private.h U xenocara/xserver/hw/dmx/input/lnx-ms.h U xenocara/xserver/hw/dmx/input/lnx-keyboard.c U xenocara/xserver/hw/dmx/input/usb-mouse.c U xenocara/xserver/hw/dmx/input/dmxevents.c U xenocara/xserver/hw/dmx/input/dmxconsole.c U xenocara/xserver/hw/dmx/input/dmxarg.c U xenocara/xserver/hw/dmx/input/usb-other.h U xenocara/xserver/hw/dmx/input/dmxdummy.h U xenocara/xserver/hw/dmx/input/lnx-keyboard.h U xenocara/xserver/hw/dmx/input/usb-other.c U xenocara/xserver/hw/dmx/input/dmxeq.c U xenocara/xserver/hw/dmx/input/ChkNotMaskEv.h U xenocara/xserver/hw/dmx/input/usb-common.h U xenocara/xserver/hw/dmx/examples/dmxrmscreen.c U xenocara/xserver/hw/dmx/examples/xled.c U xenocara/xserver/hw/dmx/examples/xdmx.c U xenocara/xserver/hw/dmx/examples/xinput.c U xenocara/xserver/hw/dmx/examples/dmxaddinput.c U xenocara/xserver/hw/dmx/examples/dmxwininfo.c U xenocara/xserver/hw/dmx/examples/dmxresize.c C xenocara/xserver/hw/dmx/examples/Makefile.in U xenocara/xserver/hw/dmx/examples/dmxreconfig.c U xenocara/xserver/hw/dmx/examples/Makefile.am U xenocara/xserver/hw/dmx/examples/evi.c U xenocara/xserver/hw/dmx/examples/ev.c U xenocara/xserver/hw/dmx/examples/xbell.c U xenocara/xserver/hw/dmx/examples/dmxaddscreen.c U xenocara/xserver/hw/dmx/examples/dmxrminput.c U xenocara/xserver/hw/dmx/examples/xtest.c U xenocara/xserver/hw/dmx/examples/res.c U xenocara/xserver/hw/dmx/doc/dmx.sgml U xenocara/xserver/hw/dmx/doc/scaled.sgml U xenocara/xserver/hw/dmx/doc/doxygen.head C xenocara/xserver/hw/dmx/doc/Makefile.in U xenocara/xserver/hw/dmx/doc/Makefile.am U xenocara/xserver/hw/dmx/doc/doxygen.conf U xenocara/xserver/hw/dmx/doc/dmx.txt U xenocara/xserver/hw/dmx/doc/DMXSpec.txt U xenocara/xserver/hw/dmx/doc/doxygen.foot U xenocara/xserver/hw/dmx/doc/DMXSpec-v1.txt U xenocara/xserver/hw/dmx/doc/scaled.txt U xenocara/xserver/hw/dmx/doc/doxygen.css U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReq.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxPixPriv.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigVirtual.html U xenocara/xserver/hw/dmx/doc/html/dmx_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReply.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxinput_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2folderclosed.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigToken.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxColormapPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_eval.html U xenocara/xserver/hw/dmx/doc/html/ftv2plastnode.png U xenocara/xserver/hw/dmx/doc/html/struct__dmxCursorPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h.html U xenocara/xserver/hw/dmx/doc/html/annotated.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigOption.html U xenocara/xserver/hw/dmx/doc/html/dmxxinput_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxinput_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXConfigCmdStruct.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8h.html U xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxFontPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigNumber.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2folderopen.png U xenocara/xserver/hw/dmx/doc/html/dmxinput_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxclient_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXEventMap.html U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-private_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXScreenInfo.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8c.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXQueryVersionReq.html U xenocara/xserver/hw/dmx/doc/html/dmxsync_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigFullDim.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReq.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigParam.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxWinPriv.html U xenocara/xserver/hw/dmx/doc/html/ftv2pnode.png U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2mlastnode.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXStatInfo.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInitInfo.html U xenocara/xserver/hw/dmx/doc/html/ftv2lastnode.png U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReq.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h.html U xenocara/xserver/hw/dmx/doc/html/structdmxGlxVisualPrivate.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigWall.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structDMXWindowAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReq.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReply.html U xenocara/xserver/hw/dmx/doc/html/ftv2blank.png U xenocara/xserver/hw/dmx/doc/html/dmxextension_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structDMXConfigListStruct.html U xenocara/xserver/hw/dmx/doc/html/files.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputCountReply.html U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8c.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetScreenCountReq.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__EventQueue.html U xenocara/xserver/hw/dmx/doc/html/dmxext_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxproto_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxGCPriv.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveScreenReply.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddInputReply.html U xenocara/xserver/hw/dmx/doc/html/dmxext_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReq.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxvisual_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXForceWindowCreationReply.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxArg.html U xenocara/xserver/hw/dmx/doc/html/dmxdetach_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxclient_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_enum.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReply.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmx_8h.html U xenocara/xserver/hw/dmx/doc/html/globals_type.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxextension_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPair.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconfig_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8h-source.html U xenocara/xserver/hw/dmx/doc/html/doxygen.png U xenocara/xserver/hw/dmx/doc/html/ftv2vertline.png U xenocara/xserver/hw/dmx/doc/html/dmxsync_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxgc_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxprint_8c.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxproto_8h-source.html U xenocara/xserver/hw/dmx/doc/html/ftv2doc.png U xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxparse_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-other_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/globals_func.html U xenocara/xserver/hw/dmx/doc/html/dmx__glxvisuals_8h-source.html U xenocara/xserver/hw/dmx/doc/html/functions_vars.html U xenocara/xserver/hw/dmx/doc/html/usb-private_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxbackend_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxarg_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigString.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8h-source.html U xenocara/xserver/hw/dmx/doc/html/lib_2dmx_2dmx_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8c.html U xenocara/xserver/hw/dmx/doc/html/programs_2Xserver_2Xext_2dmx_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcb_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__Event.html U xenocara/xserver/hw/dmx/doc/html/globals_vars.html U xenocara/xserver/hw/dmx/doc/html/dmxdummy_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxmotion_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8c.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXInputInfo.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8c.html U xenocara/xserver/hw/dmx/doc/html/usb-keyboard_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigSub.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8h-source.html U xenocara/xserver/hw/dmx/doc/html/main.html U xenocara/xserver/hw/dmx/doc/html/dmxmap_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxscrinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__myPrivate.html U xenocara/xserver/hw/dmx/doc/html/dmxsync_8c.html U xenocara/xserver/hw/dmx/doc/html/classes.html U xenocara/xserver/hw/dmx/doc/html/dmxpict_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxextension_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-common_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxPictPriv.html U xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxsigio_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8h.html U xenocara/xserver/hw/dmx/doc/html/structDMXScreenAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxconsole_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxcursor_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxinputinit_8h-source.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigEntry.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxinit_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxstat_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxpixmap_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXLocalInputInfo.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXStatAvg.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h.html U xenocara/xserver/hw/dmx/doc/html/usb-mouse_8h-source.html U xenocara/xserver/hw/dmx/doc/html/ftv2node.png U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeDesktopAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigPartDim.html U xenocara/xserver/hw/dmx/doc/html/lnx-ps2_8h-source.html U xenocara/xserver/hw/dmx/doc/html/globals_defs.html U xenocara/xserver/hw/dmx/doc/html/structDMXInputAttributesRec.html U xenocara/xserver/hw/dmx/doc/html/dmxeq_8c.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8h.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8h-source.html U xenocara/xserver/hw/dmx/doc/html/tree.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8c.html U xenocara/xserver/hw/dmx/doc/html/functions.html U xenocara/xserver/hw/dmx/doc/html/structxDMXRemoveInputReq.html U xenocara/xserver/hw/dmx/doc/html/ftv2link.png U xenocara/xserver/hw/dmx/doc/html/dmxshadow_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxevents_8h.html U xenocara/xserver/hw/dmx/doc/html/ftv2mnode.png U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigComment.html U xenocara/xserver/hw/dmx/doc/html/structxDMXChangeScreensAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/dmxdpms_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxgcops_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxwindow_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcmap_8h.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetWindowAttributesReply.html U xenocara/xserver/hw/dmx/doc/html/dmxfont_8c.html U xenocara/xserver/hw/dmx/doc/html/structDMXDesktopAttributes.html U xenocara/xserver/hw/dmx/doc/html/dmxlog_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetDesktopAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/struct__dmxGlyphPriv.html U xenocara/xserver/hw/dmx/doc/html/index.html U xenocara/xserver/hw/dmx/doc/html/structxDMXAddScreenReply.html U xenocara/xserver/hw/dmx/doc/html/lnx-keyboard_8h-source.html U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h-source.html U xenocara/xserver/hw/dmx/doc/html/structxDMXGetInputAttributesReq.html U xenocara/xserver/hw/dmx/doc/html/structxDMXSyncReq.html U xenocara/xserver/hw/dmx/doc/html/ChkNotMaskEv_8c.html U xenocara/xserver/hw/dmx/doc/html/doxygen.css U xenocara/xserver/hw/dmx/doc/html/dmxcommon_8h.html U xenocara/xserver/hw/dmx/doc/html/lnx-ms_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxcompat_8c.html U xenocara/xserver/hw/dmx/doc/html/dmxprop_8h.html U xenocara/xserver/hw/dmx/doc/html/struct__DMXConfigDisplay.html U xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.c U xenocara/xserver/hw/dmx/glxProxy/glxcmds.c U xenocara/xserver/hw/dmx/glxProxy/glxfbconfig.h U xenocara/xserver/hw/dmx/glxProxy/glxvisuals.h U xenocara/xserver/hw/dmx/glxProxy/glxserver.h U xenocara/xserver/hw/dmx/glxProxy/unpack.h U xenocara/xserver/hw/dmx/glxProxy/glxutil.c U xenocara/xserver/hw/dmx/glxProxy/glxdrawable.h U xenocara/xserver/hw/dmx/glxProxy/glxerror.h C xenocara/xserver/hw/dmx/glxProxy/Makefile.in U xenocara/xserver/hw/dmx/glxProxy/glxvendor.h U xenocara/xserver/hw/dmx/glxProxy/Makefile.am U xenocara/xserver/hw/dmx/glxProxy/glxutil.h U xenocara/xserver/hw/dmx/glxProxy/glxscreens.c U xenocara/xserver/hw/dmx/glxProxy/glxext.c U xenocara/xserver/hw/dmx/glxProxy/g_disptab.h U xenocara/xserver/hw/dmx/glxProxy/renderpixswap.c U xenocara/xserver/hw/dmx/glxProxy/g_disptab.c U xenocara/xserver/hw/dmx/glxProxy/render2swap.c U xenocara/xserver/hw/dmx/glxProxy/glxsingle.c U xenocara/xserver/hw/dmx/glxProxy/glxcontext.h U xenocara/xserver/hw/dmx/glxProxy/global.c U xenocara/xserver/hw/dmx/glxProxy/glxvisuals.c U xenocara/xserver/hw/dmx/glxProxy/g_renderswap.c U xenocara/xserver/hw/dmx/glxProxy/compsize.c U xenocara/xserver/hw/dmx/glxProxy/glxvendor.c U xenocara/xserver/hw/dmx/glxProxy/glxswap.c U xenocara/xserver/hw/dmx/glxProxy/glxswap.h U xenocara/xserver/hw/dmx/glxProxy/glxscreens.h U xenocara/xserver/hw/dmx/glxProxy/glxext.h U xenocara/xserver/hw/dmx/glxProxy/glxsingle.h U xenocara/xserver/hw/dmx/glxProxy/glxcmdsswap.c U xenocara/xserver/hw/dmx/config/test-g.out U xenocara/xserver/hw/dmx/config/dmxprint.h U xenocara/xserver/hw/dmx/config/Canvas.c U xenocara/xserver/hw/dmx/config/dmxparse.h U xenocara/xserver/hw/dmx/config/test-f.in U xenocara/xserver/hw/dmx/config/dmxprint.c U xenocara/xserver/hw/dmx/config/TODO U xenocara/xserver/hw/dmx/config/xdmxconfig.c U xenocara/xserver/hw/dmx/config/test-b.in U xenocara/xserver/hw/dmx/config/dmxparse.c U xenocara/xserver/hw/dmx/config/test-h.out U xenocara/xserver/hw/dmx/config/dmxconfig.h U xenocara/xserver/hw/dmx/config/test-k.in U xenocara/xserver/hw/dmx/config/test-b.out U xenocara/xserver/hw/dmx/config/xdmxconfig.man U xenocara/xserver/hw/dmx/config/test-i.out C xenocara/xserver/hw/dmx/config/Makefile.in U xenocara/xserver/hw/dmx/config/test-f.out U xenocara/xserver/hw/dmx/config/test-l.out U xenocara/xserver/hw/dmx/config/parser.y U xenocara/xserver/hw/dmx/config/test-c.out U xenocara/xserver/hw/dmx/config/test-i.in U xenocara/xserver/hw/dmx/config/Makefile.am U xenocara/xserver/hw/dmx/config/test-e.out U xenocara/xserver/hw/dmx/config/vdltodmx.man U xenocara/xserver/hw/dmx/config/dmxcompat.c U xenocara/xserver/hw/dmx/config/parser.c U xenocara/xserver/hw/dmx/config/test-g.in U xenocara/xserver/hw/dmx/config/test-j.in U xenocara/xserver/hw/dmx/config/dmxconfig.c U xenocara/xserver/hw/dmx/config/test-l.in U xenocara/xserver/hw/dmx/config/parser.h U xenocara/xserver/hw/dmx/config/test-d.out U xenocara/xserver/hw/dmx/config/test-d.in U xenocara/xserver/hw/dmx/config/CanvasP.h U xenocara/xserver/hw/dmx/config/dmxtodmx.c U xenocara/xserver/hw/dmx/config/test-a.in U xenocara/xserver/hw/dmx/config/test-k.out U xenocara/xserver/hw/dmx/config/test-j.out U xenocara/xserver/hw/dmx/config/test-e.in U xenocara/xserver/hw/dmx/config/test-c.in U xenocara/xserver/hw/dmx/config/scanner.l U xenocara/xserver/hw/dmx/config/dmxcompat.h U xenocara/xserver/hw/dmx/config/scanner.c U xenocara/xserver/hw/dmx/config/dmxtodmx.man U xenocara/xserver/hw/dmx/config/test-a.out U xenocara/xserver/hw/dmx/config/test-h.in U xenocara/xserver/hw/dmx/config/vdltodmx.c U xenocara/xserver/hw/dmx/config/Canvas.h U xenocara/xserver/hw/xwin/winmultiwindowclass.h U xenocara/xserver/hw/xwin/winpixmap.c U xenocara/xserver/hw/xwin/winclipboardtextconv.c U xenocara/xserver/hw/xwin/winprefs.h U xenocara/xserver/hw/xwin/winwin32rootless.c U xenocara/xserver/hw/xwin/winmsg.h U xenocara/xserver/hw/xwin/winfont.c U xenocara/xserver/hw/xwin/winprocarg.c U xenocara/xserver/hw/xwin/winshaddd.c U xenocara/xserver/hw/xwin/winprefsyacc.y U xenocara/xserver/hw/xwin/XWin.rc U xenocara/xserver/hw/xwin/winpolyline.c U xenocara/xserver/hw/xwin/InitInput.c U xenocara/xserver/hw/xwin/winprefsyacc.c U xenocara/xserver/hw/xwin/winconfig.h U xenocara/xserver/hw/xwin/winmultiwindowwm.c U xenocara/xserver/hw/xwin/winwakeup.c U xenocara/xserver/hw/xwin/winrandr.c U xenocara/xserver/hw/xwin/winconfig.c U xenocara/xserver/hw/xwin/winshadgdi.c U xenocara/xserver/hw/xwin/ddraw.h U xenocara/xserver/hw/xwin/winerror.c U xenocara/xserver/hw/xwin/winglobals.c C xenocara/xserver/hw/xwin/Makefile.in U xenocara/xserver/hw/xwin/winmultiwindowicons.c U xenocara/xserver/hw/xwin/winwin32rootlesswndproc.c U xenocara/xserver/hw/xwin/winvalargs.c U xenocara/xserver/hw/xwin/winwindow.h U xenocara/xserver/hw/xwin/winwin32rootlesswindow.c U xenocara/xserver/hw/xwin/winprefslex.c U xenocara/xserver/hw/xwin/InitOutput.c U xenocara/xserver/hw/xwin/winpfbdd.c U xenocara/xserver/hw/xwin/winmultiwindowwndproc.c U xenocara/xserver/hw/xwin/winnativegdi.c U xenocara/xserver/hw/xwin/Makefile.am U xenocara/xserver/hw/xwin/winclipboard.h U xenocara/xserver/hw/xwin/wincreatewnd.c U xenocara/xserver/hw/xwin/winkeyhook.c U xenocara/xserver/hw/xwin/winkeymap.h U xenocara/xserver/hw/xwin/winclipboardinit.c U xenocara/xserver/hw/xwin/winmultiwindowclass.c U xenocara/xserver/hw/xwin/winclipboardthread.c U xenocara/xserver/hw/xwin/winlayouts.h U xenocara/xserver/hw/xwin/windialogs.c U xenocara/xserver/hw/xwin/winprefs.c U xenocara/xserver/hw/xwin/winpntwin.c U xenocara/xserver/hw/xwin/XWinrc.man U xenocara/xserver/hw/xwin/winkeybd.h U xenocara/xserver/hw/xwin/XWin.man U xenocara/xserver/hw/xwin/winprefsyacc.h U xenocara/xserver/hw/xwin/winpriv.c U xenocara/xserver/hw/xwin/winwndproc.c U xenocara/xserver/hw/xwin/winclipboardwrappers.c U xenocara/xserver/hw/xwin/winresource.h U xenocara/xserver/hw/xwin/winkeynames.h U xenocara/xserver/hw/xwin/winkeybd.c U xenocara/xserver/hw/xwin/winclipboardwndproc.c U xenocara/xserver/hw/xwin/winmultiwindowshape.c U xenocara/xserver/hw/xwin/winms.h U xenocara/xserver/hw/xwin/winwindow.c U xenocara/xserver/hw/xwin/winmessages.h U xenocara/xserver/hw/xwin/winprefslex.l U xenocara/xserver/hw/xwin/X.ico U xenocara/xserver/hw/xwin/winregistry.c U xenocara/xserver/hw/xwin/winblock.c U xenocara/xserver/hw/xwin/winvideo.c U xenocara/xserver/hw/xwin/winclipboardxevents.c U xenocara/xserver/hw/xwin/winfillsp.c U xenocara/xserver/hw/xwin/winallpriv.c U xenocara/xserver/hw/xwin/winscrinit.c U xenocara/xserver/hw/xwin/winmisc.c U xenocara/xserver/hw/xwin/winauth.c U xenocara/xserver/hw/xwin/winmouse.c U xenocara/xserver/hw/xwin/winpushpxl.c U xenocara/xserver/hw/xwin/wingc.c U xenocara/xserver/hw/xwin/winshadddnl.c U xenocara/xserver/hw/xwin/winclip.c U xenocara/xserver/hw/xwin/winclipboardunicode.c U xenocara/xserver/hw/xwin/ChangeLog U xenocara/xserver/hw/xwin/winmultiwindowwindow.c U xenocara/xserver/hw/xwin/_usr_X11R6_lib_X11_system.XWinrc U xenocara/xserver/hw/xwin/win.h U xenocara/xserver/hw/xwin/wincursor.c U xenocara/xserver/hw/xwin/README U xenocara/xserver/hw/xwin/winsetsp.c U xenocara/xserver/hw/xwin/wintrayicon.c U xenocara/xserver/hw/xwin/wingetsp.c U xenocara/xserver/hw/xwin/winwindowswm.c U xenocara/xserver/hw/xwin/winmsg.c U xenocara/xserver/hw/xwin/winengine.c U xenocara/xserver/hw/xwin/wincmap.c U xenocara/xserver/hw/xwin/X-boxed.ico U xenocara/xserver/hw/xwin/winpriv.h U xenocara/xserver/hw/xwin/winrop.c U xenocara/xserver/hw/xwin/xlaunch/COPYING U xenocara/xserver/hw/xwin/xlaunch/config.cc U xenocara/xserver/hw/xwin/xlaunch/main.cc U xenocara/xserver/hw/xwin/xlaunch/window/dialog.h U xenocara/xserver/hw/xwin/xlaunch/window/window.h U xenocara/xserver/hw/xwin/xlaunch/window/wizard.cc U xenocara/xserver/hw/xwin/xlaunch/window/util.h U xenocara/xserver/hw/xwin/xlaunch/window/util.cc U xenocara/xserver/hw/xwin/xlaunch/window/window.cc U xenocara/xserver/hw/xwin/xlaunch/window/wizard.h U xenocara/xserver/hw/xwin/xlaunch/window/dialog.cc U xenocara/xserver/hw/xwin/xlaunch/resources/windowed.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/resources.h U xenocara/xserver/hw/xwin/xlaunch/resources/fullscreen.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/nodecoration.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/multiwindow.bmp U xenocara/xserver/hw/xwin/xlaunch/resources/resources.rc U xenocara/xserver/hw/xwin/xlaunch/resources/images.rc U xenocara/xserver/hw/xwin/xlaunch/resources/strings.rc U xenocara/xserver/hw/xwin/xlaunch/resources/dialog.rc C xenocara/xserver/doc/Makefile.in U xenocara/xserver/doc/Makefile.am U xenocara/xserver/doc/Xserver.man.pre U xenocara/xserver/doc/smartsched U xenocara/xserver/randr/randr.c C xenocara/xserver/randr/Makefile.in U xenocara/xserver/randr/Makefile.am U xenocara/xserver/randr/mirandr.c U xenocara/xserver/randr/randrstr.h U xenocara/xserver/afb/afbpixmap.c U xenocara/xserver/afb/afbwindow.c U xenocara/xserver/afb/afbbresd.c U xenocara/xserver/afb/afbgc.c U xenocara/xserver/afb/afbfillarc.c U xenocara/xserver/afb/afbtileC.c U xenocara/xserver/afb/afbzerarc.c U xenocara/xserver/afb/afbblt.c C xenocara/xserver/afb/Makefile.in U xenocara/xserver/afb/afbscrinit.c U xenocara/xserver/afb/afbcmap.c U xenocara/xserver/afb/Makefile.am U xenocara/xserver/afb/afbpushpxl.c U xenocara/xserver/afb/afbtile.c U xenocara/xserver/afb/afbtegblt.c U xenocara/xserver/afb/afbfont.c U xenocara/xserver/afb/afb.h U xenocara/xserver/afb/afbfillsp.c U xenocara/xserver/afb/afbbltCI.c U xenocara/xserver/afb/afbplygblt.c U xenocara/xserver/afb/afbsetsp.c U xenocara/xserver/afb/afbpntwin.c U xenocara/xserver/afb/afbhrzvert.c U xenocara/xserver/afb/README U xenocara/xserver/afb/afbbltG.c U xenocara/xserver/afb/afbbltC.c U xenocara/xserver/afb/afbbres.c U xenocara/xserver/afb/afbfillrct.c U xenocara/xserver/afb/afbclip.c U xenocara/xserver/afb/Xdaniver.doc U xenocara/xserver/afb/afbpolypnt.c U xenocara/xserver/afb/afbbltO.c U xenocara/xserver/afb/afbgetsp.c U xenocara/xserver/afb/afbtileG.c U xenocara/xserver/afb/afbimage.c U xenocara/xserver/afb/afbbltX.c U xenocara/xserver/afb/afbbitblt.c U xenocara/xserver/afb/afbimggblt.c U xenocara/xserver/afb/afbline.c U xenocara/xserver/afb/afbbstore.c U xenocara/xserver/afb/afbply1rct.c U xenocara/xserver/afb/afbmisc.c U xenocara/xserver/afb/afbpntarea.c U xenocara/xserver/afb/afbseg.c U xenocara/xserver/dix/globals.c U xenocara/xserver/dix/xpstubs.c U xenocara/xserver/dix/colormap.c U xenocara/xserver/dix/strcasecmp.c U xenocara/xserver/dix/buildatoms U xenocara/xserver/dix/ffs.c U xenocara/xserver/dix/extension.c U xenocara/xserver/dix/privates.c C xenocara/xserver/dix/Makefile.in U xenocara/xserver/dix/resource.c U xenocara/xserver/dix/glyphcurs.c U xenocara/xserver/dix/cursor.c U xenocara/xserver/dix/Makefile.am U xenocara/xserver/dix/gc.c U xenocara/xserver/dix/atom.c U xenocara/xserver/dix/dixutils.c U xenocara/xserver/dix/swaprep.c U xenocara/xserver/dix/window.c U xenocara/xserver/dix/swapreq.c U xenocara/xserver/dix/dispatch.h U xenocara/xserver/dix/initatoms.c U xenocara/xserver/dix/main.c U xenocara/xserver/dix/devices.c U xenocara/xserver/dix/dixfonts.c U xenocara/xserver/dix/pixmap.c U xenocara/xserver/dix/BuiltInAtoms U xenocara/xserver/dix/dispatch.c U xenocara/xserver/dix/tables.c U xenocara/xserver/dix/events.c U xenocara/xserver/dix/grabs.c U xenocara/xserver/dix/CHANGES U xenocara/xserver/dix/property.c U xenocara/xserver/cfb/cfbfillsp.c U xenocara/xserver/cfb/cfb8bit.c U xenocara/xserver/cfb/cfbsolidC.c U xenocara/xserver/cfb/cfbsolid.c U xenocara/xserver/cfb/cfbhrzvert.c U xenocara/xserver/cfb/stip68kgnu.h U xenocara/xserver/cfb/Makefile.am.inc U xenocara/xserver/cfb/cfb8segCS.c U xenocara/xserver/cfb/cfbgetsp.c U xenocara/xserver/cfb/cfbcppl.c U xenocara/xserver/cfb/cfbimage.c U xenocara/xserver/cfb/cfb8lineCO.c U xenocara/xserver/cfb/cfbigblt8.c U xenocara/xserver/cfb/cfb8bit.h U xenocara/xserver/cfb/cfbply1rctG.c U xenocara/xserver/cfb/cfb8lineG.c C xenocara/xserver/cfb/Makefile.in U xenocara/xserver/cfb/cfbrrop.h U xenocara/xserver/cfb/cfbscrinit.c U xenocara/xserver/cfb/cfbply1rct.c U xenocara/xserver/cfb/cfbtileodd.c U xenocara/xserver/cfb/cfbtileoddC.c U xenocara/xserver/cfb/cfbrctstp8.c U xenocara/xserver/cfb/cfbgc.c U xenocara/xserver/cfb/cfbfillarcG.c U xenocara/xserver/cfb/Makefile.am U xenocara/xserver/cfb/cfbtab.h U xenocara/xserver/cfb/cfbrrop.c U xenocara/xserver/cfb/cfbbltO.c U xenocara/xserver/cfb/cfbzerarcX.c U xenocara/xserver/cfb/cfb16.h U xenocara/xserver/cfb/cfbzerarcG.c U xenocara/xserver/cfb/cfbply1rctC.c U xenocara/xserver/cfb/cfbzerarc.c U xenocara/xserver/cfb/cfbpush8.c U xenocara/xserver/cfb/cfbpixmap.c U xenocara/xserver/cfb/cfbglblt8.c U xenocara/xserver/cfb/cfbblt.c U xenocara/xserver/cfb/cfbzerarcC.c U xenocara/xserver/cfb/cfbbstore.c U xenocara/xserver/cfb/cfbfillarcC.c U xenocara/xserver/cfb/cfballpriv.c U xenocara/xserver/cfb/cfbpolypnt.c U xenocara/xserver/cfb/cfbtile32.c U xenocara/xserver/cfb/cfbmap.h U xenocara/xserver/cfb/cfbcmap.c U xenocara/xserver/cfb/cfbline.c U xenocara/xserver/cfb/cfbfillrct.c U xenocara/xserver/cfb/cfb8line.c U xenocara/xserver/cfb/cfb8setG.c U xenocara/xserver/cfb/cfbbltX.c U xenocara/xserver/cfb/cfbglrop8.c U xenocara/xserver/cfb/cfbbres.c U xenocara/xserver/cfb/cfb8lineX.c U xenocara/xserver/cfb/cfbtileoddG.c U xenocara/xserver/cfb/cfb8lineCP.c U xenocara/xserver/cfb/cfb8segC.c U xenocara/xserver/cfb/cfbsolidX.c U xenocara/xserver/cfb/cfbpntwin.c U xenocara/xserver/cfb/cfbmskbits.c U xenocara/xserver/cfb/cfbfillarc.c U xenocara/xserver/cfb/cfbteblt8.c U xenocara/xserver/cfb/stipmips.s U xenocara/xserver/cfb/cfbsetsp.c U xenocara/xserver/cfb/cfbtegblt.c U xenocara/xserver/cfb/cfbmskbits.h U xenocara/xserver/cfb/cfbbitblt.c U xenocara/xserver/cfb/cfbtile32C.c U xenocara/xserver/cfb/cfb8segX.c U xenocara/xserver/cfb/cfbbresd.c U xenocara/xserver/cfb/stipsparc.s U xenocara/xserver/cfb/cfbbltC.c U xenocara/xserver/cfb/cfbsolidG.c U xenocara/xserver/cfb/cfbwindow.c U xenocara/xserver/cfb/stipsprc32.s U xenocara/xserver/cfb/cfb24.h U xenocara/xserver/cfb/cfbbltG.c U xenocara/xserver/cfb/cfb.h U xenocara/xserver/cfb/cfbunmap.h U xenocara/xserver/cfb/cfb32.h U xenocara/xserver/cfb/cfbseg.c U xenocara/xserver/cfb/cfbtile32G.c U xenocara/xserver/xfixes/xfixes.c C xenocara/xserver/xfixes/Makefile.in U xenocara/xserver/xfixes/cursor.c U xenocara/xserver/xfixes/Makefile.am U xenocara/xserver/xfixes/region.c U xenocara/xserver/xfixes/saveset.c U xenocara/xserver/xfixes/select.c U xenocara/xserver/xfixes/xfixesint.h U xenocara/xserver/xfixes/xfixes.h U xenocara/xserver/composite/compwindow.c U xenocara/xserver/composite/compint.h C xenocara/xserver/composite/Makefile.in U xenocara/xserver/composite/Makefile.am U xenocara/xserver/composite/compinit.c U xenocara/xserver/composite/compalloc.c U xenocara/xserver/composite/compext.c U xenocara/xserver/fb/fbedge.c U xenocara/xserver/fb/fbsetsp.c U xenocara/xserver/fb/fbmmx.h U xenocara/xserver/fb/fbbits.h U xenocara/xserver/fb/fbpict.h U xenocara/xserver/fb/fbutil.c U xenocara/xserver/fb/fbcompose.c U xenocara/xserver/fb/fbcmap.c U xenocara/xserver/fb/fb24_32.h U xenocara/xserver/fb/fbpush.c C xenocara/xserver/fb/Makefile.in U xenocara/xserver/fb/fbarc.c U xenocara/xserver/fb/fbstipple.c U xenocara/xserver/fb/fbbits.c U xenocara/xserver/fb/fbglyph.c U xenocara/xserver/fb/Makefile.am U xenocara/xserver/fb/fbcopy.c U xenocara/xserver/fb/fbpict.c U xenocara/xserver/fb/fbimage.c U xenocara/xserver/fb/fbrop.h U xenocara/xserver/fb/fboverlay.h U xenocara/xserver/fb/fbgc.c U xenocara/xserver/fb/fbpoint.c U xenocara/xserver/fb/fbseg.c U xenocara/xserver/fb/fbmmx.c U xenocara/xserver/fb/fboverlay.c U xenocara/xserver/fb/fbfillsp.c U xenocara/xserver/fb/fbscreen.c U xenocara/xserver/fb/fballpriv.c U xenocara/xserver/fb/fbtile.c U xenocara/xserver/fb/fbfill.c U xenocara/xserver/fb/fbpseudocolor.h U xenocara/xserver/fb/fbline.c U xenocara/xserver/fb/fbpixmap.c U xenocara/xserver/fb/fbtrap.c U xenocara/xserver/fb/fbbstore.c U xenocara/xserver/fb/fb24_32.c U xenocara/xserver/fb/fbbltone.c U xenocara/xserver/fb/fbedgeimp.h U xenocara/xserver/fb/fbpseudocolor.c U xenocara/xserver/fb/fbsolid.c U xenocara/xserver/fb/fbwindow.c U xenocara/xserver/fb/fbblt.c U xenocara/xserver/fb/fbgetsp.c U xenocara/xserver/fb/fb.h U xenocara/xserver/fb/fbfillrect.c U xenocara/xserver/mi/mizerline.c U xenocara/xserver/mi/mipolytext.c U xenocara/xserver/mi/mioverlay.h U xenocara/xserver/mi/mipointer.h U xenocara/xserver/mi/mifillarc.c U xenocara/xserver/mi/mipushpxl.c U xenocara/xserver/mi/mipolypnt.c U xenocara/xserver/mi/mizerarc.h U xenocara/xserver/mi/migc.c U xenocara/xserver/mi/mizerarc.c U xenocara/xserver/mi/migc.h U xenocara/xserver/mi/mipointer.c U xenocara/xserver/mi/micmap.c U xenocara/xserver/mi/mistruct.h U xenocara/xserver/mi/mispans.c U xenocara/xserver/mi/miarc.c U xenocara/xserver/mi/mibstorest.h C xenocara/xserver/mi/Makefile.in U xenocara/xserver/mi/mibitblt.c U xenocara/xserver/mi/micmap.h U xenocara/xserver/mi/mipolygen.c U xenocara/xserver/mi/mieq.c U xenocara/xserver/mi/miinitext.c U xenocara/xserver/mi/miregion.c U xenocara/xserver/mi/cbrt.c U xenocara/xserver/mi/mifillarc.h U xenocara/xserver/mi/miscanfill.h U xenocara/xserver/mi/Makefile.am U xenocara/xserver/mi/miscrinit.c U xenocara/xserver/mi/mibank.h U xenocara/xserver/mi/mipolycon.c U xenocara/xserver/mi/mioverlay.c U xenocara/xserver/mi/mifillrct.c U xenocara/xserver/mi/miline.h U xenocara/xserver/mi/miwideline.h U xenocara/xserver/mi/mispritest.h U xenocara/xserver/mi/miexpose.c U xenocara/xserver/mi/mivalidate.h U xenocara/xserver/mi/mipolyseg.c U xenocara/xserver/mi/mibank.c U xenocara/xserver/mi/mibstore.h U xenocara/xserver/mi/miwideline.c U xenocara/xserver/mi/mispans.h U xenocara/xserver/mi/miwindow.c U xenocara/xserver/mi/mifpoly.h U xenocara/xserver/mi/misprite.h U xenocara/xserver/mi/mipoly.h U xenocara/xserver/mi/misprite.c U xenocara/xserver/mi/mi.h U xenocara/xserver/mi/micursor.c U xenocara/xserver/mi/micoord.h U xenocara/xserver/mi/mibstore.c U xenocara/xserver/mi/mipointrst.h U xenocara/xserver/mi/midash.c U xenocara/xserver/mi/mivaltree.c U xenocara/xserver/mi/miglblt.c U xenocara/xserver/mi/mizerclip.c U xenocara/xserver/mi/mipolyutil.c U xenocara/xserver/mi/mifpolycon.c U xenocara/xserver/mi/mipoly.c U xenocara/xserver/mi/midispcur.c U xenocara/xserver/mi/mipolyrect.c U xenocara/xserver/mfb/mfbpgbblak.c U xenocara/xserver/mfb/mfbbltG.c U xenocara/xserver/mfb/mfbplygblt.c U xenocara/xserver/mfb/maskbits.c U xenocara/xserver/mfb/mfbpawhite.c U xenocara/xserver/mfb/mfbbitblt.c U xenocara/xserver/mfb/mfbimage.c U xenocara/xserver/mfb/mfbfont.c U xenocara/xserver/mfb/mfbpgbinv.c U xenocara/xserver/mfb/mfbhrzvert.c U xenocara/xserver/mfb/mfbsetsp.c U xenocara/xserver/mfb/mfbbltO.c U xenocara/xserver/mfb/mfbbresd.c U xenocara/xserver/mfb/mfbimggblt.c U xenocara/xserver/mfb/mfbblt.c U xenocara/xserver/mfb/mfbfillrct.c C xenocara/xserver/mfb/Makefile.in U xenocara/xserver/mfb/mfbpolypnt.c U xenocara/xserver/mfb/mfbpgbwht.c U xenocara/xserver/mfb/mfbbltC.c U xenocara/xserver/mfb/mfbzerarc.c U xenocara/xserver/mfb/mfbscrclse.c U xenocara/xserver/mfb/mfb.h U xenocara/xserver/mfb/mfbpushpxl.c U xenocara/xserver/mfb/mfbpablack.c U xenocara/xserver/mfb/Makefile.am U xenocara/xserver/mfb/mfbteblack.c U xenocara/xserver/mfb/mfbbres.c U xenocara/xserver/mfb/mergerop.h U xenocara/xserver/mfb/mfbplyblack.c U xenocara/xserver/mfb/mfbplywhite.c U xenocara/xserver/mfb/mfbpntwin.c U xenocara/xserver/mfb/mfbwindow.c U xenocara/xserver/mfb/mfbtileG.c U xenocara/xserver/mfb/mfbclip.c U xenocara/xserver/mfb/fastblt.h U xenocara/xserver/mfb/mfbtegblt.c U xenocara/xserver/mfb/mfbpixmap.c U xenocara/xserver/mfb/mfbbltCI.c U xenocara/xserver/mfb/mfbseg.c U xenocara/xserver/mfb/mfbmisc.c U xenocara/xserver/mfb/mfbtileC.c U xenocara/xserver/mfb/mfbcmap.c U xenocara/xserver/mfb/mfbbstore.c U xenocara/xserver/mfb/mfbscrinit.c U xenocara/xserver/mfb/mfbline.c U xenocara/xserver/mfb/mfbpainv.c U xenocara/xserver/mfb/mfbfillarc.c U xenocara/xserver/mfb/mfbtewhite.c U xenocara/xserver/mfb/mfbtile.c U xenocara/xserver/mfb/mfbgetsp.c U xenocara/xserver/mfb/mfbbltX.c U xenocara/xserver/mfb/mfbply1rct.c U xenocara/xserver/mfb/maskbits.h U xenocara/xserver/mfb/mfbigbblak.c U xenocara/xserver/mfb/mfbfillsp.c U xenocara/xserver/mfb/mfbigbwht.c U xenocara/xserver/mfb/mfbplyinv.c U xenocara/xserver/mfb/mfbgc.c U xenocara/xserver/mfb/mfbpntarea.c U xenocara/xserver/cfb32/cfbsolidC.c U xenocara/xserver/cfb32/cfb8segCS.c U xenocara/xserver/cfb32/cfb8lineCO.c U xenocara/xserver/cfb32/cfbply1rctG.c U xenocara/xserver/cfb32/cfb8lineG.c C xenocara/xserver/cfb32/Makefile.in U xenocara/xserver/cfb32/cfbtileoddC.c U xenocara/xserver/cfb32/cfbfillarcG.c U xenocara/xserver/cfb32/Makefile.am U xenocara/xserver/cfb32/cfbbltO.c U xenocara/xserver/cfb32/cfbzerarcX.c U xenocara/xserver/cfb32/cfbzerarcG.c U xenocara/xserver/cfb32/cfbply1rctC.c U xenocara/xserver/cfb32/cfbzerarcC.c U xenocara/xserver/cfb32/cfbfillarcC.c U xenocara/xserver/cfb32/cfb8setG.c U xenocara/xserver/cfb32/cfbbltX.c U xenocara/xserver/cfb32/cfb8lineX.c U xenocara/xserver/cfb32/cfbtileoddG.c U xenocara/xserver/cfb32/cfb8lineCP.c U xenocara/xserver/cfb32/cfb8segC.c U xenocara/xserver/cfb32/cfbsolidX.c U xenocara/xserver/cfb32/cfbtile32C.c U xenocara/xserver/cfb32/cfb8segX.c U xenocara/xserver/cfb32/cfbbltC.c U xenocara/xserver/cfb32/cfbsolidG.c U xenocara/xserver/cfb32/cfbbltG.c U xenocara/xserver/cfb32/cfbseg.c U xenocara/xserver/cfb32/cfbtile32G.c C xenocara/xserver/dbe/Makefile.in U xenocara/xserver/dbe/Makefile.am U xenocara/xserver/dbe/midbe.c C xenocara/xserver/dbe/dbe.c U xenocara/xserver/dbe/midbe.h U xenocara/xserver/dbe/midbestr.h U xenocara/xserver/dbe/dbestruct.h C xenocara/xserver/miext/Makefile.in U xenocara/xserver/miext/Makefile.am U xenocara/xserver/miext/damage/damage.c C xenocara/xserver/miext/damage/Makefile.in U xenocara/xserver/miext/damage/Makefile.am U xenocara/xserver/miext/damage/damage.h U xenocara/xserver/miext/damage/damagestr.h U xenocara/xserver/miext/shadow/shrot16pack_270.c U xenocara/xserver/miext/shadow/shrotpackYX.h U xenocara/xserver/miext/shadow/shrotate.c U xenocara/xserver/miext/shadow/shrot16pack.c U xenocara/xserver/miext/shadow/shpacked.c U xenocara/xserver/miext/shadow/shalloc.c U xenocara/xserver/miext/shadow/shrot32pack.c C xenocara/xserver/miext/shadow/Makefile.in U xenocara/xserver/miext/shadow/shadow.c U xenocara/xserver/miext/shadow/shrot8pack.c U xenocara/xserver/miext/shadow/Makefile.am U xenocara/xserver/miext/shadow/shrot16pack_180.c U xenocara/xserver/miext/shadow/shrot8pack_90.c U xenocara/xserver/miext/shadow/shrot16pack_270YX.c U xenocara/xserver/miext/shadow/shplanar8.c U xenocara/xserver/miext/shadow/shrot32pack_270.c U xenocara/xserver/miext/shadow/shrot16pack_90YX.c U xenocara/xserver/miext/shadow/shrotpack.h U xenocara/xserver/miext/shadow/shrot16pack_90.c U xenocara/xserver/miext/shadow/shrot8pack_270.c U xenocara/xserver/miext/shadow/shrot32pack_90.c U xenocara/xserver/miext/shadow/shrot8pack_180.c U xenocara/xserver/miext/shadow/shplanar.c U xenocara/xserver/miext/shadow/shrot32pack_180.c U xenocara/xserver/miext/shadow/shadow.h U xenocara/xserver/miext/rootless/rootlessWindow.c C xenocara/xserver/miext/rootless/Makefile.in U xenocara/xserver/miext/rootless/README.txt U xenocara/xserver/miext/rootless/rootlessScreen.c U xenocara/xserver/miext/rootless/Makefile.am U xenocara/xserver/miext/rootless/rootlessConfig.h U xenocara/xserver/miext/rootless/rootlessCommon.h U xenocara/xserver/miext/rootless/rootlessWindow.h U xenocara/xserver/miext/rootless/rootlessValTree.c U xenocara/xserver/miext/rootless/rootlessCommon.c U xenocara/xserver/miext/rootless/rootless.h U xenocara/xserver/miext/rootless/rootlessGC.c U xenocara/xserver/miext/rootless/accel/rlAccel.c U xenocara/xserver/miext/rootless/accel/rlAccel.h U xenocara/xserver/miext/rootless/accel/rlSolid.c U xenocara/xserver/miext/rootless/accel/rlFillRect.c U xenocara/xserver/miext/rootless/accel/rlFillSpans.c U xenocara/xserver/miext/rootless/accel/rlBlt.c U xenocara/xserver/miext/rootless/accel/rlCopy.c U xenocara/xserver/miext/rootless/accel/rlFill.c U xenocara/xserver/miext/rootless/accel/rlGlyph.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlphaPicture.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlphaWindow.c U xenocara/xserver/miext/rootless/safeAlpha/safeAlpha.h U xenocara/xserver/miext/cw/cw_render.c U xenocara/xserver/miext/cw/cw_ops.c C xenocara/xserver/miext/cw/Makefile.in U xenocara/xserver/miext/cw/Makefile.am U xenocara/xserver/miext/cw/cw.h U xenocara/xserver/miext/cw/cw.c U xenocara/xserver/exa/exa_priv.h U xenocara/xserver/exa/exa_unaccel.c U xenocara/xserver/exa/exa_render.c U xenocara/xserver/exa/exa.h C xenocara/xserver/exa/Makefile.in U xenocara/xserver/exa/exa.c U xenocara/xserver/exa/Makefile.am U xenocara/xserver/exa/exa_accel.c U xenocara/xserver/exa/exa_offscreen.c U xenocara/xserver/exa/exa_migration.c U xenocara/xserver/Xi/closedev.c U xenocara/xserver/Xi/setdval.h U xenocara/xserver/Xi/stubs.c U xenocara/xserver/Xi/queryst.c U xenocara/xserver/Xi/setmmap.h U xenocara/xserver/Xi/exevents.c U xenocara/xserver/Xi/chgptr.c U xenocara/xserver/Xi/devbell.h U xenocara/xserver/Xi/chgkmap.h U xenocara/xserver/Xi/allowev.c U xenocara/xserver/Xi/ungrdev.c U xenocara/xserver/Xi/closedev.h U xenocara/xserver/Xi/exglobals.h C xenocara/xserver/Xi/Makefile.in U xenocara/xserver/Xi/chgdctl.c U xenocara/xserver/Xi/chgkbd.c U xenocara/xserver/Xi/setbmap.c U xenocara/xserver/Xi/getmmap.h U xenocara/xserver/Xi/getprop.c U xenocara/xserver/Xi/opendev.h U xenocara/xserver/Xi/grabdevk.c U xenocara/xserver/Xi/listdev.h U xenocara/xserver/Xi/sendexev.c U xenocara/xserver/Xi/opendev.c U xenocara/xserver/Xi/ungrdevb.h U xenocara/xserver/Xi/Makefile.am U xenocara/xserver/Xi/chgdctl.h U xenocara/xserver/Xi/ungrdevb.c U xenocara/xserver/Xi/getmmap.c U xenocara/xserver/Xi/chgkmap.c U xenocara/xserver/Xi/setmmap.c U xenocara/xserver/Xi/getbmap.h U xenocara/xserver/Xi/getdctl.h U xenocara/xserver/Xi/gtmotion.c U xenocara/xserver/Xi/setfocus.h U xenocara/xserver/Xi/ungrdev.h U xenocara/xserver/Xi/selectev.c U xenocara/xserver/Xi/devbell.c U xenocara/xserver/Xi/selectev.h U xenocara/xserver/Xi/setmode.h U xenocara/xserver/Xi/gtmotion.h U xenocara/xserver/Xi/setmode.c U xenocara/xserver/Xi/listdev.c U xenocara/xserver/Xi/ungrdevk.c U xenocara/xserver/Xi/grabdev.h U xenocara/xserver/Xi/extinit.c U xenocara/xserver/Xi/chgprop.c U xenocara/xserver/Xi/getprop.h U xenocara/xserver/Xi/setbmap.h U xenocara/xserver/Xi/getselev.c U xenocara/xserver/Xi/queryst.h U xenocara/xserver/Xi/chgkbd.h U xenocara/xserver/Xi/grabdevk.h U xenocara/xserver/Xi/getfctl.c U xenocara/xserver/Xi/getbmap.c U xenocara/xserver/Xi/chgprop.h U xenocara/xserver/Xi/chgptr.h U xenocara/xserver/Xi/sendexev.h U xenocara/xserver/Xi/getselev.h U xenocara/xserver/Xi/getfocus.h U xenocara/xserver/Xi/getkmap.c U xenocara/xserver/Xi/grabdevb.h U xenocara/xserver/Xi/getfocus.c U xenocara/xserver/Xi/chgfctl.h U xenocara/xserver/Xi/getvers.c U xenocara/xserver/Xi/getfctl.h U xenocara/xserver/Xi/grabdevb.c U xenocara/xserver/Xi/getvers.h U xenocara/xserver/Xi/setfocus.c U xenocara/xserver/Xi/getkmap.h U xenocara/xserver/Xi/allowev.h U xenocara/xserver/Xi/chgfctl.c U xenocara/xserver/Xi/ungrdevk.h U xenocara/xserver/Xi/grabdev.c U xenocara/xserver/Xi/getdctl.c U xenocara/xserver/Xi/setdval.c U xenocara/xserver/xkb/ddxBeep.c U xenocara/xserver/xkb/README.compiled U xenocara/xserver/xkb/xkbPrKeyEv.c U xenocara/xserver/xkb/ddxFakeMtn.c U xenocara/xserver/xkb/XKBMAlloc.c U xenocara/xserver/xkb/xkb.c U xenocara/xserver/xkb/xkbLEDs.c U xenocara/xserver/xkb/xkbAccessX.c U xenocara/xserver/xkb/xkbtext.c C xenocara/xserver/xkb/Makefile.in U xenocara/xserver/xkb/xkbfmisc.c U xenocara/xserver/xkb/xkmread.c U xenocara/xserver/xkb/xkbSwap.c U xenocara/xserver/xkb/Makefile.am U xenocara/xserver/xkb/ddxFakeBtn.c U xenocara/xserver/xkb/xkbActions.c U xenocara/xserver/xkb/XKBMisc.c U xenocara/xserver/xkb/XKBGAlloc.c U xenocara/xserver/xkb/ddxVT.c U xenocara/xserver/xkb/xkbUtils.c U xenocara/xserver/xkb/xkb.h U xenocara/xserver/xkb/xkbout.c U xenocara/xserver/xkb/xkbPrOtherEv.c U xenocara/xserver/xkb/xkberrs.c U xenocara/xserver/xkb/ddxLoad.c U xenocara/xserver/xkb/XKBAlloc.c U xenocara/xserver/xkb/ddxInit.c U xenocara/xserver/xkb/ddxDevBtn.c U xenocara/xserver/xkb/ddxLEDs.c U xenocara/xserver/xkb/xkbInit.c U xenocara/xserver/xkb/xkbEvents.c U xenocara/xserver/xkb/ddxList.c U xenocara/xserver/xkb/ddxKillSrv.c U xenocara/xserver/xkb/ddxCtrls.c U xenocara/xserver/xkb/ddxKeyClick.c U xenocara/xserver/xkb/xkbDflts.h U xenocara/xserver/xkb/ddxPrivate.c U xenocara/xserver/xkb/maprules.c U xenocara/xserver/record/set.c C xenocara/xserver/record/Makefile.in U xenocara/xserver/record/Makefile.am U xenocara/xserver/record/record.c U xenocara/xserver/record/set.h C xenocara/xserver/os/utils.c U xenocara/xserver/os/osinit.c U xenocara/xserver/os/osdep.h U xenocara/xserver/os/rpcauth.c C xenocara/xserver/os/Makefile.in U xenocara/xserver/os/strlcpy.c U xenocara/xserver/os/strlcat.c U xenocara/xserver/os/io.c U xenocara/xserver/os/Makefile.am U xenocara/xserver/os/k5auth.c U xenocara/xserver/os/xdmauth.c U xenocara/xserver/os/log.c U xenocara/xserver/os/WaitFor.c U xenocara/xserver/os/oscolor.h U xenocara/xserver/os/xdmcp.c U xenocara/xserver/os/connection.c U xenocara/xserver/os/mitauth.c U xenocara/xserver/os/xprintf.c U xenocara/xserver/os/xstrans.c U xenocara/xserver/os/auth.c U xenocara/xserver/os/access.c U xenocara/xserver/os/oscolor.c U xenocara/xserver/os/secauth.c U xenocara/xserver/os/xalloc.c C xenocara/xserver/GL/Makefile.in U xenocara/xserver/GL/Makefile.am U xenocara/xserver/GL/symlink-mesa.sh U xenocara/xserver/GL/glx/indirect_texture_compression.c U xenocara/xserver/GL/glx/indirect_table.c U xenocara/xserver/GL/glx/rensize.c U xenocara/xserver/GL/glx/glxcmds.c U xenocara/xserver/GL/glx/render2.c U xenocara/xserver/GL/glx/indirect_dispatch.h U xenocara/xserver/GL/glx/singlesize.c U xenocara/xserver/GL/glx/singlesize.h U xenocara/xserver/GL/glx/glxserver.h U xenocara/xserver/GL/glx/indirect_dispatch_swap.c U xenocara/xserver/GL/glx/unpack.h U xenocara/xserver/GL/glx/glxutil.c U xenocara/xserver/GL/glx/glxdrawable.h C xenocara/xserver/GL/glx/Makefile.in U xenocara/xserver/GL/glx/indirect_table.h U xenocara/xserver/GL/glx/Makefile.am U xenocara/xserver/GL/glx/glxutil.h U xenocara/xserver/GL/glx/glxscreens.c U xenocara/xserver/GL/glx/glxext.c U xenocara/xserver/GL/glx/glxdri.c U xenocara/xserver/GL/glx/g_disptab.h U xenocara/xserver/GL/glx/singlepixswap.c U xenocara/xserver/GL/glx/renderpixswap.c U xenocara/xserver/GL/glx/indirect_program.c U xenocara/xserver/GL/glx/indirect_size_get.h U xenocara/xserver/GL/glx/render2swap.c U xenocara/xserver/GL/glx/indirect_util.c U xenocara/xserver/GL/glx/indirect_reqsize.h U xenocara/xserver/GL/glx/glxcontext.h U xenocara/xserver/GL/glx/xfont.c U xenocara/xserver/GL/glx/renderpix.c U xenocara/xserver/GL/glx/extension_string.h U xenocara/xserver/GL/glx/indirect_reqsize.c U xenocara/xserver/GL/glx/swap_interval.c U xenocara/xserver/GL/glx/glxvisuals.c U xenocara/xserver/GL/glx/single2swap.c U xenocara/xserver/GL/glx/singlepix.c U xenocara/xserver/GL/glx/glxscreens.h U xenocara/xserver/GL/glx/indirect_size_get.c U xenocara/xserver/GL/glx/indirect_dispatch.c U xenocara/xserver/GL/glx/glxext.h U xenocara/xserver/GL/glx/glxcmdsswap.c U xenocara/xserver/GL/glx/extension_string.c U xenocara/xserver/GL/glx/indirect_util.h U xenocara/xserver/GL/glx/single2.c U xenocara/xserver/GL/apple/aglGlx.c U xenocara/xserver/GL/apple/indirect.c U xenocara/xserver/GL/windows/glwrap.c U xenocara/xserver/GL/windows/indirect.c U xenocara/xserver/GL/windows/glwindows.h U xenocara/xserver/GL/windows/ChangeLog U xenocara/xserver/GL/mesa/dummy.c C xenocara/xserver/GL/mesa/Makefile.in U xenocara/xserver/GL/mesa/Makefile.am C xenocara/xserver/GL/mesa/array_cache/Makefile.in U xenocara/xserver/GL/mesa/array_cache/Makefile.am C xenocara/xserver/GL/mesa/swrast/Makefile.in U xenocara/xserver/GL/mesa/swrast/Makefile.am C xenocara/xserver/GL/mesa/glapi/Makefile.in U xenocara/xserver/GL/mesa/glapi/Makefile.am C xenocara/xserver/GL/mesa/swrast_setup/Makefile.in U xenocara/xserver/GL/mesa/swrast_setup/Makefile.am C xenocara/xserver/GL/mesa/main/Makefile.in U xenocara/xserver/GL/mesa/main/Makefile.am U xenocara/xserver/GL/mesa/X/xf86glx_util.c C xenocara/xserver/GL/mesa/X/Makefile.in U xenocara/xserver/GL/mesa/X/Makefile.am U xenocara/xserver/GL/mesa/X/xf86glx.c U xenocara/xserver/GL/mesa/X/xf86glxint.h U xenocara/xserver/GL/mesa/X/xf86glx_util.h C xenocara/xserver/GL/mesa/shader/Makefile.in U xenocara/xserver/GL/mesa/shader/Makefile.am C xenocara/xserver/GL/mesa/shader/slang/Makefile.in U xenocara/xserver/GL/mesa/shader/slang/Makefile.am C xenocara/xserver/GL/mesa/shader/grammar/Makefile.in U xenocara/xserver/GL/mesa/shader/grammar/Makefile.am C xenocara/xserver/GL/mesa/tnl/Makefile.in U xenocara/xserver/GL/mesa/tnl/Makefile.am C xenocara/xserver/GL/mesa/math/Makefile.in U xenocara/xserver/GL/mesa/math/Makefile.am U xenocara/xserver/Xext/panoramiXSwap.c U xenocara/xserver/Xext/xf86bigfont.c U xenocara/xserver/Xext/panoramiXh.h U xenocara/xserver/Xext/dpms.c U xenocara/xserver/Xext/fontcache.c U xenocara/xserver/Xext/xvdix.h U xenocara/xserver/Xext/shmint.h U xenocara/xserver/Xext/mbuf.c U xenocara/xserver/Xext/xcmisc.c U xenocara/xserver/Xext/xvmcext.h U xenocara/xserver/Xext/EVIstruct.h C xenocara/xserver/Xext/Makefile.in U xenocara/xserver/Xext/panoramiXprocs.c U xenocara/xserver/Xext/mbufbf.c U xenocara/xserver/Xext/appgroup.c U xenocara/xserver/Xext/sampleEVI.c U xenocara/xserver/Xext/security.c U xenocara/xserver/Xext/sync.c U xenocara/xserver/Xext/xevie.c U xenocara/xserver/Xext/appgroup.h U xenocara/xserver/Xext/Makefile.am U xenocara/xserver/Xext/xprint.c U xenocara/xserver/Xext/saver.c U xenocara/xserver/Xext/xace.c U xenocara/xserver/Xext/xres.c U xenocara/xserver/Xext/mitmisc.c U xenocara/xserver/Xext/dpmsstubs.c U xenocara/xserver/Xext/cup.c U xenocara/xserver/Xext/xvdisp.h U xenocara/xserver/Xext/mbufpx.c U xenocara/xserver/Xext/xvmain.c U xenocara/xserver/Xext/dpmsproc.h U xenocara/xserver/Xext/shm.c U xenocara/xserver/Xext/SecurityPolicy U xenocara/xserver/Xext/EVI.c U xenocara/xserver/Xext/xvdisp.c U xenocara/xserver/Xext/panoramiX.h U xenocara/xserver/Xext/bigreq.c U xenocara/xserver/Xext/xcalibrate.c U xenocara/xserver/Xext/shape.c U xenocara/xserver/Xext/xace.h U xenocara/xserver/Xext/securitysrv.h U xenocara/xserver/Xext/sleepuntil.h U xenocara/xserver/Xext/sleepuntil.c U xenocara/xserver/Xext/xacestr.h U xenocara/xserver/Xext/panoramiXsrv.h U xenocara/xserver/Xext/panoramiX.c U xenocara/xserver/Xext/xtest.c U xenocara/xserver/Xext/xvmc.c U xenocara/xserver/XTrap/xtrapdi.c U xenocara/xserver/XTrap/xtrapddmi.c C xenocara/xserver/XTrap/Makefile.in U xenocara/xserver/XTrap/xtrapditbl.c U xenocara/xserver/XTrap/Makefile.am U xenocara/xserver/XTrap/xtrapdiswp.c 180 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/xserver CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/03 04:17:48 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: instead of establishing the interrupt in the mounthook, move it back to the attach function and set a flag in the mounthook to start accepting interrupts (there are possible problems with establishing interrupts after the ioapics are enabled in i386 GENERIC.MP). also suggested by kettenis tested by mcbride, me, and some others ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:22:42 Log message: import glproto version 1.4.8 Status: Vendor Tag: xorg Release Tags: v1_4_8 U xenocara/proto/glproto/COPYING U xenocara/proto/glproto/glproto.pc.in U xenocara/proto/glproto/glxint.h U xenocara/proto/glproto/glcore.h U xenocara/proto/glproto/Makefile.in U xenocara/proto/glproto/glxmd.h U xenocara/proto/glproto/missing U xenocara/proto/glproto/Makefile.am U xenocara/proto/glproto/install-sh U xenocara/proto/glproto/autogen.sh U xenocara/proto/glproto/glxproto.h U xenocara/proto/glproto/glxtokens.h U xenocara/proto/glproto/configure.ac U xenocara/proto/glproto/ChangeLog U xenocara/proto/glproto/configure C xenocara/proto/glproto/aclocal.m4 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/proto/glproto CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:23:57 Modified files: proto/glproto : aclocal.m4 Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:31:18 Modified files: xserver : configure.ac xserver/dbe : dbe.c xserver/os : utils.c xserver/hw/xprint: Makefile.am Log message: merge xserver 1.2.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:33:30 Modified files: xserver : Makefile.in aclocal.m4 configure xserver/GL : Makefile.in xserver/GL/glx : Makefile.in xserver/GL/mesa: Makefile.in xserver/GL/mesa/X: Makefile.in xserver/GL/mesa/array_cache: Makefile.in xserver/GL/mesa/glapi: Makefile.in xserver/GL/mesa/main: Makefile.in xserver/GL/mesa/math: Makefile.in xserver/GL/mesa/shader: Makefile.in xserver/GL/mesa/shader/grammar: Makefile.in xserver/GL/mesa/shader/slang: Makefile.in xserver/GL/mesa/swrast: Makefile.in xserver/GL/mesa/swrast_setup: Makefile.in xserver/GL/mesa/tnl: Makefile.in xserver/XTrap : Makefile.in xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/afb : Makefile.in xserver/cfb : Makefile.in xserver/cfb32 : Makefile.in xserver/composite: 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/hw : Makefile.in xserver/hw/darwin: 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/ati: Makefile.in xserver/hw/kdrive/chips: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/epson: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/i810: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/mach64: Makefile.in xserver/hw/kdrive/mga: Makefile.in xserver/hw/kdrive/neomagic: Makefile.in xserver/hw/kdrive/nvidia: Makefile.in xserver/hw/kdrive/pm2: Makefile.in xserver/hw/kdrive/r128: Makefile.in xserver/hw/kdrive/sdl: Makefile.in xserver/hw/kdrive/sis300: Makefile.in xserver/hw/kdrive/smi: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/vesa: Makefile.in xserver/hw/kdrive/via: 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 Xorg.man.pre xserver/hw/xfree86/doc/sgml: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dummylib: 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/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/lynxos: 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/os-support/usl: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/rac: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/scanpci: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/ioport: Makefile.in xserver/hw/xfree86/utils/kbd_mode: Makefile.in xserver/hw/xfree86/utils/pcitweak: Makefile.in xserver/hw/xfree86/utils/scanpci: Makefile.in xserver/hw/xfree86/utils/xorgcfg: Makefile.in xserver/hw/xfree86/utils/xorgconfig: 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/xf1bpp: Makefile.in xserver/hw/xfree86/xf4bpp: Makefile.in xserver/hw/xfree86/xf8_16bpp: Makefile.in xserver/hw/xfree86/xf8_32bpp: Makefile.in xserver/hw/xgl : Makefile.in xserver/hw/xgl/egl: Makefile.in xserver/hw/xgl/egl/module: Makefile.in xserver/hw/xgl/glx: Makefile.in xserver/hw/xgl/glx/module: Makefile.in xserver/hw/xgl/glxext: Makefile.in xserver/hw/xgl/glxext/module: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xprint: Makefile.in xserver/hw/xprint/config: Makefile.in xserver/hw/xprint/config/C: Makefile.in xserver/hw/xprint/config/C/print: Makefile.in xserver/hw/xprint/config/C/print/attributes: Makefile.in xserver/hw/xprint/config/C/print/ddx-config: Makefile.in xserver/hw/xprint/config/C/print/ddx-config/raster: Makefile.in xserver/hw/xprint/config/C/print/models: Makefile.in xserver/hw/xprint/config/C/print/models/CANONBJ10E-GS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS: Makefile.in xserver/hw/xprint/config/C/print/models/CANONC3200-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/GSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C: Makefile.in xserver/hw/xprint/config/C/print/models/HPDJ1600C/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family: Makefile.in xserver/hw/xprint/config/C/print/models/HPLJ4family/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PS2PDFspooldir-GS: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault: Makefile.in xserver/hw/xprint/config/C/print/models/PSdefault/fonts: Makefile.in xserver/hw/xprint/config/C/print/models/PSspooldir: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2: Makefile.in xserver/hw/xprint/config/C/print/models/SPSPARC2/fonts: Makefile.in xserver/hw/xprint/config/en_US: Makefile.in xserver/hw/xprint/config/en_US/print: Makefile.in xserver/hw/xprint/config/en_US/print/attributes: Makefile.in xserver/hw/xprint/doc: Makefile.in xserver/hw/xprint/etc: Makefile.in xserver/hw/xprint/etc/Xsession.d: Makefile.in xserver/hw/xprint/etc/init.d: Makefile.in xserver/hw/xprint/etc/profile.d: Makefile.in xserver/hw/xprint/pcl: Makefile.in xserver/hw/xprint/pcl-mono: Makefile.in xserver/hw/xprint/ps: Makefile.in xserver/hw/xprint/raster: Makefile.in xserver/hw/xwin: Makefile.in xserver/include: Makefile.in dix-config.h.in do-not-use-config.h.in xserver/mfb : 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/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 04:45:30 Modified files: usr.sbin/bgpctl: Makefile bgpctl.c parser.c parser.h Added files: usr.sbin/bgpctl: irr_asset.c irr_output.c irr_parser.c irr_prefix.c irrfilter.c irrfilter.h whois.c Log message: add irrfilter mode. generates bgpd filter rules from the Internet Routing Registry aka IRR aka the aut-num, as-set and route objects in the RIPE, ARIN, APNIC ... databases accessed via whois, using the Routing Policy Specificaion Language RPSL. implement the whois query interface, an RPSL parser (of course only the parts we need), recursive as-set resolver, prefixes per AS lookup, and an ouput module to make up the rules. work in progress, not ready for general consumption yet. import agreed by theo & claudio CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:58:07 Log message: import MesaLibs version 6.5.2 Status: Vendor Tag: mesa Release Tags: v6_5_2 U xenocara/dist/Mesa/Makefile U xenocara/dist/Mesa/Makefile.DJ U xenocara/dist/Mesa/Makefile.mgw U xenocara/dist/Mesa/descrip.mms U xenocara/dist/Mesa/mms-config. U xenocara/dist/Mesa/bin/mklib N xenocara/dist/Mesa/bin/minstall U xenocara/dist/Mesa/configs/aix U xenocara/dist/Mesa/configs/aix-64 U xenocara/dist/Mesa/configs/aix-64-static U xenocara/dist/Mesa/configs/aix-gcc U xenocara/dist/Mesa/configs/aix-static U xenocara/dist/Mesa/configs/beos U xenocara/dist/Mesa/configs/darwin U xenocara/dist/Mesa/configs/darwin-static U xenocara/dist/Mesa/configs/darwin-static-x86ppc U xenocara/dist/Mesa/configs/darwin-x86ppc U xenocara/dist/Mesa/configs/default U xenocara/dist/Mesa/configs/default-bp U xenocara/dist/Mesa/configs/diffs U xenocara/dist/Mesa/configs/freebsd U xenocara/dist/Mesa/configs/freebsd-dri U xenocara/dist/Mesa/configs/freebsd-dri-amd64 U xenocara/dist/Mesa/configs/freebsd-dri-x86 U xenocara/dist/Mesa/configs/hpux10 U xenocara/dist/Mesa/configs/hpux10-gcc U xenocara/dist/Mesa/configs/hpux10-static U xenocara/dist/Mesa/configs/hpux11-32 U xenocara/dist/Mesa/configs/hpux11-32-static U xenocara/dist/Mesa/configs/hpux11-64 U xenocara/dist/Mesa/configs/hpux11-32-static-nothreads U xenocara/dist/Mesa/configs/hpux11-64-static U xenocara/dist/Mesa/configs/hpux11-ia64 U xenocara/dist/Mesa/configs/hpux11-ia64-static U xenocara/dist/Mesa/configs/hpux9 U xenocara/dist/Mesa/configs/hpux9-gcc U xenocara/dist/Mesa/configs/irix6-64 U xenocara/dist/Mesa/configs/irix6-64-static U xenocara/dist/Mesa/configs/irix6-n32 U xenocara/dist/Mesa/configs/irix6-n32-static U xenocara/dist/Mesa/configs/irix6-o32 U xenocara/dist/Mesa/configs/irix6-o32-static U xenocara/dist/Mesa/configs/linux U xenocara/dist/Mesa/configs/linux-alpha U xenocara/dist/Mesa/configs/linux-alpha-static U xenocara/dist/Mesa/configs/linux-debug U xenocara/dist/Mesa/configs/linux-directfb U xenocara/dist/Mesa/configs/linux-dri U xenocara/dist/Mesa/configs/linux-dri-bp U xenocara/dist/Mesa/configs/linux-dri-ppc U xenocara/dist/Mesa/configs/linux-dri-x86 U xenocara/dist/Mesa/configs/linux-dri-xcb U xenocara/dist/Mesa/configs/linux-dri-x86-64 U xenocara/dist/Mesa/configs/linux-fbdev U xenocara/dist/Mesa/configs/linux-glide U xenocara/dist/Mesa/configs/linux-ia64-icc U xenocara/dist/Mesa/configs/linux-ia64-icc-static U xenocara/dist/Mesa/configs/linux-icc U xenocara/dist/Mesa/configs/linux-icc-static U xenocara/dist/Mesa/configs/linux-indirect U xenocara/dist/Mesa/configs/linux-osmesa U xenocara/dist/Mesa/configs/linux-osmesa16 U xenocara/dist/Mesa/configs/linux-osmesa16-static U xenocara/dist/Mesa/configs/linux-osmesa32 U xenocara/dist/Mesa/configs/linux-ppc U xenocara/dist/Mesa/configs/linux-ppc-static U xenocara/dist/Mesa/configs/linux-profile U xenocara/dist/Mesa/configs/linux-solo U xenocara/dist/Mesa/configs/linux-solo-ia64 U xenocara/dist/Mesa/configs/linux-solo-x86 U xenocara/dist/Mesa/configs/linux-sparc U xenocara/dist/Mesa/configs/linux-sparc5 U xenocara/dist/Mesa/configs/linux-static U xenocara/dist/Mesa/configs/linux-tcc U xenocara/dist/Mesa/configs/linux-ultrasparc U xenocara/dist/Mesa/configs/linux-x86 U xenocara/dist/Mesa/configs/linux-x86-32 U xenocara/dist/Mesa/configs/linux-x86-64 U xenocara/dist/Mesa/configs/linux-x86-64-debug U xenocara/dist/Mesa/configs/linux-x86-64-static U xenocara/dist/Mesa/configs/linux-x86-debug U xenocara/dist/Mesa/configs/linux-x86-glide U xenocara/dist/Mesa/configs/linux-x86-static U xenocara/dist/Mesa/configs/netbsd U xenocara/dist/Mesa/configs/openbsd U xenocara/dist/Mesa/configs/osf1 U xenocara/dist/Mesa/configs/osf1-static U xenocara/dist/Mesa/configs/solaris-x86 U xenocara/dist/Mesa/configs/solaris-x86-gcc U xenocara/dist/Mesa/configs/solaris-x86-gcc-static U xenocara/dist/Mesa/configs/sunos4 U xenocara/dist/Mesa/configs/sunos4-gcc U xenocara/dist/Mesa/configs/sunos4-static U xenocara/dist/Mesa/configs/sunos5 U xenocara/dist/Mesa/configs/sunos5-gcc U xenocara/dist/Mesa/configs/sunos5-64-gcc U xenocara/dist/Mesa/configs/sunos5-smp U xenocara/dist/Mesa/configs/sunos5-v8 U xenocara/dist/Mesa/configs/sunos5-v8-static U xenocara/dist/Mesa/configs/sunos5-v9 U xenocara/dist/Mesa/configs/sunos5-v9-static U xenocara/dist/Mesa/configs/ultrix-gcc U xenocara/dist/Mesa/docs/banner.html U xenocara/dist/Mesa/docs/bugs.html U xenocara/dist/Mesa/docs/conform.html U xenocara/dist/Mesa/docs/contents.html U xenocara/dist/Mesa/docs/custom.html U xenocara/dist/Mesa/docs/cvs_access.html U xenocara/dist/Mesa/docs/cvs_branches.html U xenocara/dist/Mesa/docs/debugging.html U xenocara/dist/Mesa/docs/demos.html U xenocara/dist/Mesa/docs/devinfo.html N xenocara/dist/Mesa/docs/dispatch.html U xenocara/dist/Mesa/docs/download.html U xenocara/dist/Mesa/docs/drivers.html U xenocara/dist/Mesa/docs/envvars.html U xenocara/dist/Mesa/docs/extensions.html U xenocara/dist/Mesa/docs/faq.html U xenocara/dist/Mesa/docs/fbdev-dri.html U xenocara/dist/Mesa/docs/games.html U xenocara/dist/Mesa/docs/glfbdev-driver.html U xenocara/dist/Mesa/docs/glu.html U xenocara/dist/Mesa/docs/COPYING U xenocara/dist/Mesa/docs/helpwanted.html U xenocara/dist/Mesa/docs/index.html U xenocara/dist/Mesa/docs/install.html U xenocara/dist/Mesa/docs/intro.html U xenocara/dist/Mesa/docs/libraries.html U xenocara/dist/Mesa/docs/license.html U xenocara/dist/Mesa/docs/lists.html U xenocara/dist/Mesa/docs/mangling.html U xenocara/dist/Mesa/docs/MiniGLX.html U xenocara/dist/Mesa/docs/modelers.html U xenocara/dist/Mesa/docs/news.html U xenocara/dist/Mesa/docs/osmesa.html U xenocara/dist/Mesa/docs/pbuffers.html U xenocara/dist/Mesa/docs/perf.html U xenocara/dist/Mesa/docs/precompiled.html N xenocara/dist/Mesa/docs/relnotes-6.4.1.html N xenocara/dist/Mesa/docs/relnotes-6.4.2.html N xenocara/dist/Mesa/docs/relnotes-6.4.html U xenocara/dist/Mesa/docs/relnotes-6.5.1.html N xenocara/dist/Mesa/docs/relnotes-6.5.2.html N xenocara/dist/Mesa/docs/relnotes-6.5.html U xenocara/dist/Mesa/docs/relnotes.html U xenocara/dist/Mesa/docs/science.html U xenocara/dist/Mesa/docs/sourcedocs.html U xenocara/dist/Mesa/docs/subset-A.html U xenocara/dist/Mesa/docs/subset.html U xenocara/dist/Mesa/docs/systems.html U xenocara/dist/Mesa/docs/thanks.html U xenocara/dist/Mesa/docs/utilities.html U xenocara/dist/Mesa/docs/utility.html U xenocara/dist/Mesa/docs/versions.html U xenocara/dist/Mesa/docs/webmaster.html U xenocara/dist/Mesa/docs/xlibdriver.html U xenocara/dist/Mesa/docs/README.3DFX U xenocara/dist/Mesa/docs/README.AMIWIN U xenocara/dist/Mesa/docs/README.BEOS U xenocara/dist/Mesa/docs/README.CYGWIN U xenocara/dist/Mesa/docs/README.D3D U xenocara/dist/Mesa/docs/README.directfb U xenocara/dist/Mesa/docs/README.DJ U xenocara/dist/Mesa/docs/README.GGI U xenocara/dist/Mesa/docs/README.LYNXOS U xenocara/dist/Mesa/docs/README.MINGW32 U xenocara/dist/Mesa/docs/README.MITS U xenocara/dist/Mesa/docs/README.NeXT U xenocara/dist/Mesa/docs/README.OpenStep U xenocara/dist/Mesa/docs/README.OS2 U xenocara/dist/Mesa/docs/README.QUAKE U xenocara/dist/Mesa/docs/README.THREADS U xenocara/dist/Mesa/docs/README.VMS U xenocara/dist/Mesa/docs/README.WIN32 U xenocara/dist/Mesa/docs/README.WINDML U xenocara/dist/Mesa/docs/RELNOTES-3.1 U xenocara/dist/Mesa/docs/RELNOTES-3.2 U xenocara/dist/Mesa/docs/RELNOTES-3.2.1 U xenocara/dist/Mesa/docs/RELNOTES-3.3 U xenocara/dist/Mesa/docs/RELNOTES-3.4 U xenocara/dist/Mesa/docs/RELNOTES-3.4.1 U xenocara/dist/Mesa/docs/RELNOTES-3.4.2 U xenocara/dist/Mesa/docs/RELNOTES-3.5 U xenocara/dist/Mesa/docs/RELNOTES-4.0 U xenocara/dist/Mesa/docs/RELNOTES-4.0.1 U xenocara/dist/Mesa/docs/RELNOTES-4.0.2 U xenocara/dist/Mesa/docs/RELNOTES-4.0.3 U xenocara/dist/Mesa/docs/RELNOTES-4.1 U xenocara/dist/Mesa/docs/RELNOTES-5.0 U xenocara/dist/Mesa/docs/RELNOTES-5.0.1 U xenocara/dist/Mesa/docs/RELNOTES-5.0.2 U xenocara/dist/Mesa/docs/RELNOTES-5.1 U xenocara/dist/Mesa/docs/RELNOTES-6.0 U xenocara/dist/Mesa/docs/RELNOTES-6.0.1 U xenocara/dist/Mesa/docs/RELNOTES-6.1 U xenocara/dist/Mesa/docs/RELNOTES-6.2 U xenocara/dist/Mesa/docs/RELNOTES-6.2.1 U xenocara/dist/Mesa/docs/RELNOTES-6.3 U xenocara/dist/Mesa/docs/RELNOTES-6.3.1 U xenocara/dist/Mesa/docs/RELNOTES-6.3.2 U xenocara/dist/Mesa/docs/MESA_agp_offset.spec U xenocara/dist/Mesa/docs/MESA_copy_sub_buffer.spec U xenocara/dist/Mesa/docs/MESA_packed_depth_stencil.spec U xenocara/dist/Mesa/docs/MESA_pack_invert.spec U xenocara/dist/Mesa/docs/MESA_pixmap_colormap.spec U xenocara/dist/Mesa/docs/MESA_trace.spec U xenocara/dist/Mesa/docs/MESA_program_debug.spec U xenocara/dist/Mesa/docs/MESA_release_buffers.spec U xenocara/dist/Mesa/docs/MESA_resize_buffers.spec U xenocara/dist/Mesa/docs/MESA_set_3dfx_mode.spec U xenocara/dist/Mesa/docs/MESA_shader_debug.spec U xenocara/dist/Mesa/docs/MESA_sprite_point.spec U xenocara/dist/Mesa/docs/MESA_swap_control.spec U xenocara/dist/Mesa/docs/MESA_swap_frame_usage.spec U xenocara/dist/Mesa/docs/MESA_window_pos.spec U xenocara/dist/Mesa/docs/MESA_ycbcr_texture.spec U xenocara/dist/Mesa/include/GLView.h U xenocara/dist/Mesa/include/GL/amesa.h U xenocara/dist/Mesa/include/GL/dmesa.h U xenocara/dist/Mesa/include/GL/fxmesa.h U xenocara/dist/Mesa/include/GL/ggimesa.h U xenocara/dist/Mesa/include/GL/gl.h U xenocara/dist/Mesa/include/GL/glext.h U xenocara/dist/Mesa/include/GL/gl_mangle.h U xenocara/dist/Mesa/include/GL/glu.h U xenocara/dist/Mesa/include/GL/glu_mangle.h U xenocara/dist/Mesa/include/GL/glx.h U xenocara/dist/Mesa/include/GL/glxext.h U xenocara/dist/Mesa/include/GL/glx_mangle.h U xenocara/dist/Mesa/include/GL/glfbdev.h U xenocara/dist/Mesa/include/GL/mesa_wgl.h U xenocara/dist/Mesa/include/GL/mglmesa.h U xenocara/dist/Mesa/include/GL/osmesa.h U xenocara/dist/Mesa/include/GL/svgamesa.h U xenocara/dist/Mesa/include/GL/uglglutshapes.h U xenocara/dist/Mesa/include/GL/uglmesa.h U xenocara/dist/Mesa/include/GL/vms_x_fix.h U xenocara/dist/Mesa/include/GL/wmesa.h U xenocara/dist/Mesa/include/GL/xmesa.h U xenocara/dist/Mesa/include/GL/xmesa_x.h U xenocara/dist/Mesa/include/GL/xmesa_xf86.h U xenocara/dist/Mesa/include/GL/internal/glcore.h U xenocara/dist/Mesa/include/GL/internal/dri_interface.h U xenocara/dist/Mesa/include/GL/internal/sarea.h U xenocara/dist/Mesa/src/Makefile U xenocara/dist/Mesa/src/descrip.mms U xenocara/dist/Mesa/src/mesa/Makefile U xenocara/dist/Mesa/src/mesa/Makefile.DJ U xenocara/dist/Mesa/src/mesa/Makefile.mgw U xenocara/dist/Mesa/src/mesa/sources U xenocara/dist/Mesa/src/mesa/descrip.mms U xenocara/dist/Mesa/src/mesa/depend U xenocara/dist/Mesa/src/mesa/main/accum.c U xenocara/dist/Mesa/src/mesa/main/accum.h U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h U xenocara/dist/Mesa/src/mesa/main/api_eval.h U xenocara/dist/Mesa/src/mesa/main/api_loopback.c U xenocara/dist/Mesa/src/mesa/main/api_loopback.h U xenocara/dist/Mesa/src/mesa/main/api_noop.c U xenocara/dist/Mesa/src/mesa/main/api_noop.h U xenocara/dist/Mesa/src/mesa/main/api_validate.c U xenocara/dist/Mesa/src/mesa/main/api_validate.h U xenocara/dist/Mesa/src/mesa/main/arrayobj.c U xenocara/dist/Mesa/src/mesa/main/arrayobj.h U xenocara/dist/Mesa/src/mesa/main/attrib.c U xenocara/dist/Mesa/src/mesa/main/attrib.h U xenocara/dist/Mesa/src/mesa/main/bitset.h U xenocara/dist/Mesa/src/mesa/main/blend.c U xenocara/dist/Mesa/src/mesa/main/blend.h U xenocara/dist/Mesa/src/mesa/main/bufferobj.c U xenocara/dist/Mesa/src/mesa/main/bufferobj.h U xenocara/dist/Mesa/src/mesa/main/buffers.c U xenocara/dist/Mesa/src/mesa/main/buffers.h U xenocara/dist/Mesa/src/mesa/main/clip.c U xenocara/dist/Mesa/src/mesa/main/clip.h U xenocara/dist/Mesa/src/mesa/main/colormac.h U xenocara/dist/Mesa/src/mesa/main/colortab.c U xenocara/dist/Mesa/src/mesa/main/colortab.h U xenocara/dist/Mesa/src/mesa/main/config.h U xenocara/dist/Mesa/src/mesa/main/context.c U xenocara/dist/Mesa/src/mesa/main/context.h U xenocara/dist/Mesa/src/mesa/main/convolve.c U xenocara/dist/Mesa/src/mesa/main/convolve.h U xenocara/dist/Mesa/src/mesa/main/dd.h U xenocara/dist/Mesa/src/mesa/main/debug.c U xenocara/dist/Mesa/src/mesa/main/debug.h U xenocara/dist/Mesa/src/mesa/main/depth.c U xenocara/dist/Mesa/src/mesa/main/depth.h U xenocara/dist/Mesa/src/mesa/main/depthstencil.c U xenocara/dist/Mesa/src/mesa/main/depthstencil.h U xenocara/dist/Mesa/src/mesa/main/dispatch.c U xenocara/dist/Mesa/src/mesa/main/dlist.c U xenocara/dist/Mesa/src/mesa/main/dlist.h U xenocara/dist/Mesa/src/mesa/main/drawpix.c U xenocara/dist/Mesa/src/mesa/main/drawpix.h U xenocara/dist/Mesa/src/mesa/main/enable.c U xenocara/dist/Mesa/src/mesa/main/enable.h U xenocara/dist/Mesa/src/mesa/main/enums.c U xenocara/dist/Mesa/src/mesa/main/enums.h U xenocara/dist/Mesa/src/mesa/main/eval.c U xenocara/dist/Mesa/src/mesa/main/eval.h U xenocara/dist/Mesa/src/mesa/main/execmem.c U xenocara/dist/Mesa/src/mesa/main/extensions.c U xenocara/dist/Mesa/src/mesa/main/extensions.h U xenocara/dist/Mesa/src/mesa/main/fbobject.c U xenocara/dist/Mesa/src/mesa/main/fbobject.h U xenocara/dist/Mesa/src/mesa/main/feedback.c U xenocara/dist/Mesa/src/mesa/main/feedback.h U xenocara/dist/Mesa/src/mesa/main/fog.c U xenocara/dist/Mesa/src/mesa/main/fog.h U xenocara/dist/Mesa/src/mesa/main/framebuffer.c U xenocara/dist/Mesa/src/mesa/main/framebuffer.h U xenocara/dist/Mesa/src/mesa/main/get.c U xenocara/dist/Mesa/src/mesa/main/get.h U xenocara/dist/Mesa/src/mesa/main/getstring.c U xenocara/dist/Mesa/src/mesa/main/glheader.h U xenocara/dist/Mesa/src/mesa/main/hash.c U xenocara/dist/Mesa/src/mesa/main/hash.h U xenocara/dist/Mesa/src/mesa/main/hint.c U xenocara/dist/Mesa/src/mesa/main/hint.h U xenocara/dist/Mesa/src/mesa/main/histogram.c U xenocara/dist/Mesa/src/mesa/main/histogram.h U xenocara/dist/Mesa/src/mesa/main/image.c U xenocara/dist/Mesa/src/mesa/main/image.h U xenocara/dist/Mesa/src/mesa/main/imports.c U xenocara/dist/Mesa/src/mesa/main/imports.h U xenocara/dist/Mesa/src/mesa/main/light.c U xenocara/dist/Mesa/src/mesa/main/light.h U xenocara/dist/Mesa/src/mesa/main/lines.c U xenocara/dist/Mesa/src/mesa/main/lines.h U xenocara/dist/Mesa/src/mesa/main/macros.h U xenocara/dist/Mesa/src/mesa/main/matrix.c U xenocara/dist/Mesa/src/mesa/main/matrix.h N xenocara/dist/Mesa/src/mesa/main/mipmap.c N xenocara/dist/Mesa/src/mesa/main/mipmap.h U xenocara/dist/Mesa/src/mesa/main/mm.c U xenocara/dist/Mesa/src/mesa/main/mm.h U xenocara/dist/Mesa/src/mesa/main/mtypes.h U xenocara/dist/Mesa/src/mesa/main/occlude.c U xenocara/dist/Mesa/src/mesa/main/occlude.h U xenocara/dist/Mesa/src/mesa/main/pixel.c U xenocara/dist/Mesa/src/mesa/main/pixel.h U xenocara/dist/Mesa/src/mesa/main/points.c U xenocara/dist/Mesa/src/mesa/main/points.h U xenocara/dist/Mesa/src/mesa/main/polygon.c U xenocara/dist/Mesa/src/mesa/main/polygon.h U xenocara/dist/Mesa/src/mesa/main/rastpos.c U xenocara/dist/Mesa/src/mesa/main/rastpos.h U xenocara/dist/Mesa/src/mesa/main/rbadaptors.c U xenocara/dist/Mesa/src/mesa/main/rbadaptors.h U xenocara/dist/Mesa/src/mesa/main/renderbuffer.c U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h U xenocara/dist/Mesa/src/mesa/main/simple_list.h U xenocara/dist/Mesa/src/mesa/main/state.c U xenocara/dist/Mesa/src/mesa/main/state.h U xenocara/dist/Mesa/src/mesa/main/stencil.c U xenocara/dist/Mesa/src/mesa/main/stencil.h U xenocara/dist/Mesa/src/mesa/main/texcompress.c U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c U xenocara/dist/Mesa/src/mesa/main/texcompress.h U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c U xenocara/dist/Mesa/src/mesa/main/texenvprogram.c U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h U xenocara/dist/Mesa/src/mesa/main/texformat.c U xenocara/dist/Mesa/src/mesa/main/texformat.h U xenocara/dist/Mesa/src/mesa/main/texformat_tmp.h U xenocara/dist/Mesa/src/mesa/main/teximage.c U xenocara/dist/Mesa/src/mesa/main/teximage.h U xenocara/dist/Mesa/src/mesa/main/texobj.c U xenocara/dist/Mesa/src/mesa/main/texobj.h U xenocara/dist/Mesa/src/mesa/main/texrender.c U xenocara/dist/Mesa/src/mesa/main/texrender.h U xenocara/dist/Mesa/src/mesa/main/texstate.c U xenocara/dist/Mesa/src/mesa/main/texstate.h U xenocara/dist/Mesa/src/mesa/main/texstore.c U xenocara/dist/Mesa/src/mesa/main/texstore.h U xenocara/dist/Mesa/src/mesa/main/varray.c U xenocara/dist/Mesa/src/mesa/main/varray.h N xenocara/dist/Mesa/src/mesa/main/sources U xenocara/dist/Mesa/src/mesa/main/version.h U xenocara/dist/Mesa/src/mesa/main/vsnprintf.c U xenocara/dist/Mesa/src/mesa/main/vtxfmt.c U xenocara/dist/Mesa/src/mesa/main/vtxfmt.h U xenocara/dist/Mesa/src/mesa/main/vtxfmt_tmp.h U xenocara/dist/Mesa/src/mesa/main/descrip.mms U xenocara/dist/Mesa/src/mesa/glapi/dispatch.h U xenocara/dist/Mesa/src/mesa/glapi/glapi.c U xenocara/dist/Mesa/src/mesa/glapi/glapi.h U xenocara/dist/Mesa/src/mesa/glapi/glapioffsets.h U xenocara/dist/Mesa/src/mesa/glapi/glapitable.h U xenocara/dist/Mesa/src/mesa/glapi/glapitemp.h U xenocara/dist/Mesa/src/mesa/glapi/glprocs.h U xenocara/dist/Mesa/src/mesa/glapi/glthread.c U xenocara/dist/Mesa/src/mesa/glapi/glthread.h U xenocara/dist/Mesa/src/mesa/glapi/descrip.mms N xenocara/dist/Mesa/src/mesa/glapi/sources U xenocara/dist/Mesa/src/mesa/array_cache/acache.h U xenocara/dist/Mesa/src/mesa/array_cache/ac_context.c U xenocara/dist/Mesa/src/mesa/array_cache/ac_context.h U xenocara/dist/Mesa/src/mesa/array_cache/ac_import.c U xenocara/dist/Mesa/src/mesa/array_cache/descrip.mms N xenocara/dist/Mesa/src/mesa/array_cache/sources U xenocara/dist/Mesa/src/mesa/math/mathmod.h U xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c U xenocara/dist/Mesa/src/mesa/math/m_debug.h U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c U xenocara/dist/Mesa/src/mesa/math/m_debug_util.h U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_eval.c U xenocara/dist/Mesa/src/mesa/math/m_eval.h U xenocara/dist/Mesa/src/mesa/math/m_matrix.c U xenocara/dist/Mesa/src/mesa/math/m_matrix.h U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_translate.c U xenocara/dist/Mesa/src/mesa/math/m_translate.h U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h U xenocara/dist/Mesa/src/mesa/math/m_vector.c U xenocara/dist/Mesa/src/mesa/math/m_vector.h U xenocara/dist/Mesa/src/mesa/math/m_xform.c U xenocara/dist/Mesa/src/mesa/math/m_xform.h U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h U xenocara/dist/Mesa/src/mesa/math/descrip.mms N xenocara/dist/Mesa/src/mesa/math/sources U xenocara/dist/Mesa/src/mesa/shader/arbprogparse.c U xenocara/dist/Mesa/src/mesa/shader/arbprogparse.h U xenocara/dist/Mesa/src/mesa/shader/arbprogram.c U xenocara/dist/Mesa/src/mesa/shader/arbprogram.h U xenocara/dist/Mesa/src/mesa/shader/arbprogram_syn.h U xenocara/dist/Mesa/src/mesa/shader/atifragshader.c U xenocara/dist/Mesa/src/mesa/shader/atifragshader.h U xenocara/dist/Mesa/src/mesa/shader/nvfragparse.c U xenocara/dist/Mesa/src/mesa/shader/nvfragparse.h U xenocara/dist/Mesa/src/mesa/shader/nvprogram.c U xenocara/dist/Mesa/src/mesa/shader/nvprogram.h U xenocara/dist/Mesa/src/mesa/shader/nvvertexec.c U xenocara/dist/Mesa/src/mesa/shader/nvvertexec.h U xenocara/dist/Mesa/src/mesa/shader/nvvertparse.c U xenocara/dist/Mesa/src/mesa/shader/nvvertparse.h U xenocara/dist/Mesa/src/mesa/shader/program.c U xenocara/dist/Mesa/src/mesa/shader/program.h U xenocara/dist/Mesa/src/mesa/shader/program_instruction.h U xenocara/dist/Mesa/src/mesa/shader/programopt.c U xenocara/dist/Mesa/src/mesa/shader/programopt.h U xenocara/dist/Mesa/src/mesa/shader/shaderobjects_3dlabs.c U xenocara/dist/Mesa/src/mesa/shader/shaderobjects_3dlabs.h U xenocara/dist/Mesa/src/mesa/shader/shaderobjects.c U xenocara/dist/Mesa/src/mesa/shader/shaderobjects.h U xenocara/dist/Mesa/src/mesa/shader/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/sources U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar.c U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_crt.c U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_crt.h U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar.h U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_mesa.c U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_mesa.h U xenocara/dist/Mesa/src/mesa/shader/grammar/grammar_syn.h U xenocara/dist/Mesa/src/mesa/shader/grammar/descrip.mms N xenocara/dist/Mesa/src/mesa/shader/grammar/sources U xenocara/dist/Mesa/src/mesa/shader/slang/slang_analyse.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_analyse.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_assignment.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_assignment.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_conditional.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_conditional.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_constructor.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_constructor.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_typeinfo.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_assemble_typeinfo.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_function.c U xenocara/dist/Mesa/src/mesa/shader/slang/descrip.mms U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_function.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_operation.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_operation.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_struct.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_struct.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_variable.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_compile_variable.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_execute_x86.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_export.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_export.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_noise.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_noise.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_texsample.c N xenocara/dist/Mesa/src/mesa/shader/slang/sources U xenocara/dist/Mesa/src/mesa/shader/slang/slang_library_texsample.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_link.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_link.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_mesa.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_preprocess.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_preprocess.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_storage.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_storage.h U xenocara/dist/Mesa/src/mesa/shader/slang/slang_utility.c U xenocara/dist/Mesa/src/mesa/shader/slang/slang_utility.h U xenocara/dist/Mesa/src/mesa/shader/slang/traverse_wrap.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/gc_to_bin.c U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_builtin_vec4_gc.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_common_builtin_gc.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_core_gc.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_fragment_builtin_gc.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_pp_directives_syn.h N xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_pp_expression_syn.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_pp_version_syn.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_shader_syn.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/slang_vertex_builtin_gc.h U xenocara/dist/Mesa/src/mesa/shader/slang/library/syn_to_c.c U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_accum.c U xenocara/dist/Mesa/src/mesa/swrast/s_accum.h U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h U xenocara/dist/Mesa/src/mesa/swrast/s_arbshader.c U xenocara/dist/Mesa/src/mesa/swrast/s_arbshader.h U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h U xenocara/dist/Mesa/src/mesa/swrast/s_blit.c U xenocara/dist/Mesa/src/mesa/swrast/s_buffers.c U xenocara/dist/Mesa/src/mesa/swrast/s_context.c U xenocara/dist/Mesa/src/mesa/swrast/s_context.h U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c U xenocara/dist/Mesa/src/mesa/swrast/s_depth.c U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.h U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h U xenocara/dist/Mesa/src/mesa/swrast/s_imaging.c U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h U xenocara/dist/Mesa/src/mesa/swrast/s_nvfragprog.c U xenocara/dist/Mesa/src/mesa/swrast/s_nvfragprog.h U xenocara/dist/Mesa/src/mesa/swrast/s_points.c U xenocara/dist/Mesa/src/mesa/swrast/s_points.h U xenocara/dist/Mesa/src/mesa/swrast/s_pointtemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_readpix.c U xenocara/dist/Mesa/src/mesa/swrast/s_span.c U xenocara/dist/Mesa/src/mesa/swrast/s_span.h N xenocara/dist/Mesa/src/mesa/swrast/sources U xenocara/dist/Mesa/src/mesa/swrast/s_spantemp.h U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h U xenocara/dist/Mesa/src/mesa/swrast/s_texstore.c U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h U xenocara/dist/Mesa/src/mesa/swrast/s_trispan.h U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h U xenocara/dist/Mesa/src/mesa/swrast/swrast.h U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h U xenocara/dist/Mesa/src/mesa/swrast/descrip.mms U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h U xenocara/dist/Mesa/src/mesa/swrast_setup/descrip.mms N xenocara/dist/Mesa/src/mesa/swrast_setup/sources U xenocara/dist/Mesa/src/mesa/tnl/t_array_api.c U xenocara/dist/Mesa/src/mesa/tnl/t_array_api.h U xenocara/dist/Mesa/src/mesa/tnl/t_array_import.c U xenocara/dist/Mesa/src/mesa/tnl/t_array_import.h U xenocara/dist/Mesa/src/mesa/tnl/t_context.c U xenocara/dist/Mesa/src/mesa/tnl/t_context.h U xenocara/dist/Mesa/src/mesa/tnl/tnl.h U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h U xenocara/dist/Mesa/src/mesa/tnl/t_save_api.c U xenocara/dist/Mesa/src/mesa/tnl/t_save_api.h U xenocara/dist/Mesa/src/mesa/tnl/t_save_loopback.c U xenocara/dist/Mesa/src/mesa/tnl/t_save_playback.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram.h U xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbprogram_sse.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_arbshader.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cull.c N xenocara/dist/Mesa/src/mesa/tnl/sources U xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h U xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c U xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_api.c U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_api.h U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_eval.c U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_exec.c U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_x86.c U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_generic.c U xenocara/dist/Mesa/src/mesa/tnl/t_vtx_x86_gcc.S U xenocara/dist/Mesa/src/mesa/tnl/descrip.mms U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd.c U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_rendertmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vbtmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_capi.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_napi.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_primtmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_tapi.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vapi.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vb.c U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/t_dd_imm_vbtmp.h U xenocara/dist/Mesa/src/mesa/tnl_dd/imm/NOTES.imm U xenocara/dist/Mesa/src/mesa/drivers/beos/GLView.cpp U xenocara/dist/Mesa/src/mesa/drivers/beos/Makefile U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h U xenocara/dist/Mesa/src/mesa/drivers/common/descrip.mms N xenocara/dist/Mesa/src/mesa/drivers/common/sources U xenocara/dist/Mesa/src/mesa/drivers/directfb/idirectfbgl_mesa.c U xenocara/dist/Mesa/src/mesa/drivers/directfb/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dos/blit.S U xenocara/dist/Mesa/src/mesa/drivers/dos/dmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dos/dpmi.c U xenocara/dist/Mesa/src/mesa/drivers/dos/internal.h U xenocara/dist/Mesa/src/mesa/drivers/dos/null.c U xenocara/dist/Mesa/src/mesa/drivers/dos/null.h U xenocara/dist/Mesa/src/mesa/drivers/dos/vesa.c U xenocara/dist/Mesa/src/mesa/drivers/dos/vesa.h U xenocara/dist/Mesa/src/mesa/drivers/dos/vga.c U xenocara/dist/Mesa/src/mesa/drivers/dos/vga.h U xenocara/dist/Mesa/src/mesa/drivers/dos/video.c U xenocara/dist/Mesa/src/mesa/drivers/dos/video.h U xenocara/dist/Mesa/src/mesa/drivers/fbdev/glfbdev.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxapi.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxdd.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxddspan.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxddtex.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxdrv.h U xenocara/dist/Mesa/src/mesa/drivers/glide/fxg.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxg.h U xenocara/dist/Mesa/src/mesa/drivers/glide/fxglidew.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxglidew.h U xenocara/dist/Mesa/src/mesa/drivers/glide/fxsetup.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxsetup.h U xenocara/dist/Mesa/src/mesa/drivers/glide/fxtexman.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxtris.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxvb.c U xenocara/dist/Mesa/src/mesa/drivers/glide/fxvbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/ggi/ggimesa.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/ggimesa.conf.in U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi_mode.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi_visual.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_15.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_16.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_24.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_32.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear_8.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/linear.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/stubs.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/default/genkgi.conf.in U xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev_mode.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev_visual.c U xenocara/dist/Mesa/src/mesa/drivers/ggi/display/fbdev.conf.in U xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/debug.h U xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/display_fbdev.h U xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa.h U xenocara/dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.win U xenocara/dist/Mesa/src/mesa/drivers/osmesa/descrip.mms U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa15.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa15.h U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa16.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa16.h U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa24.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa24.h U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa32.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa32.h U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa8.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa8.h U xenocara/dist/Mesa/src/mesa/drivers/svga/svgamesa.c U xenocara/dist/Mesa/src/mesa/drivers/svga/svgapix.h U xenocara/dist/Mesa/src/mesa/drivers/windows/fx/fxwgl.c U xenocara/dist/Mesa/src/mesa/drivers/windows/fx/fxopengl.def U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/ddlog.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/ddlog.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglcontext.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglcontext.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglglobals.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglglobals.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglmacros.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglpf.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglpf.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglwgl.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dglwgl.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dll_main.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/dllmain.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_clip.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_norm.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_debug_xform.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_dispatch.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_driver.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gld_driver.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/gldlame8.c U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/pixpack.h U xenocara/dist/Mesa/src/mesa/drivers/windows/gldirect/opengl32.def U xenocara/dist/Mesa/src/mesa/drivers/windows/icd/icd.c U xenocara/dist/Mesa/src/mesa/drivers/windows/icd/icdlist.h U xenocara/dist/Mesa/src/mesa/drivers/windows/icd/mesa.def U xenocara/dist/Mesa/src/mesa/drivers/x11/descrip.mms N xenocara/dist/Mesa/src/mesa/drivers/x11/sources U xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_span.c U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.template U xenocara/dist/Mesa/src/mesa/drivers/dri/common/depthtmp.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_bufmgr.c N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_bufmgr.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_bufpool.h N xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_drmpool.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirenderbuffer.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirenderbuffer.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/extension_helper.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/glcontextmodes.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/glcontextmodes.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/memops.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmx.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp2.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/spantmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/stenciltmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/texmem.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/vblank.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/vblank.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/options.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po U xenocara/dist/Mesa/src/mesa/drivers/dri/fb/fb_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/fb/fb_egl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/fb/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/fb/Doxyfile U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_bitmap.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_bitmap.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_clear.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_clear.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_dd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_depth.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_depth.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_fifo.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_fog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lines.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lines.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_linetmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_points.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_points.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_pointtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_rendertmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_stencil.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_stencil.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_tritmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_vtxfmt.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_xmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/ffb_xmesa.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_dac.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_drishare.h U xenocara/dist/Mesa/src/mesa/drivers/dri/ffb/server/ffb_regs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_client.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_inithw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_regs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_tritmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/gamma_xmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/server/glint_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/gamma/server/glint_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/glcore/glcore_driver.c U xenocara/dist/Mesa/src/mesa/drivers/dri/glcore/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810_3d_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/i810vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i810/server/i810_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_metaops.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_metaops.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_rotate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_rotate.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/i830_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/i830_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/intel_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/server/intel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_metaops.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_texblend.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i830_vtbl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_debug.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_fragprog.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_metaops.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_program.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_program.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_tex_layout.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_texstate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/i915_vtbl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_batchbuffer.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_batchpool.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_blit.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_blit.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_buffer_objects.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_buffer_objects.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_buffers.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_buffers.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_context.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_context.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_depthstencil.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_depthstencil.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_fbo.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_fbo.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_ioctl.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_ioctl.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_reg.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_mipmap_tree.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel_bitmap.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel_copy.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel_draw.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_pixel_read.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_regions.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_regions.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_render.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_rotate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_rotate.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_screen.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_screen.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_span.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_span.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_structs.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex_copy.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex_format.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex_image.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex_subimage.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tex_validate.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tris.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/intel_tris.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/Makefile N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/server/i830_common.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/server/i830_dri.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/server/intel_dri.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i915tex/server/intel.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_attrib.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_attrib_tmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_aub_playback.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_current.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_debug.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_api.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_array.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_draw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec_eval.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_exec.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fallback.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fallback.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_hal.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_hal.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_metaops.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save_api.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save_draw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_save.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_pool.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_constval.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_tnl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_debug.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_emit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_fp.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass0.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass1.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_pass2.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/bufmgr_fake.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/bufmgr.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_structs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/i830_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/i830_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/intel_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/server/intel.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_dd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_native_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_native_vbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/mach64_vbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/mach64/server/mach64_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgacontext.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgadd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgadd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgapixel.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgapixel.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaregs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgarender.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaspan.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgaspan.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgastate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgastate.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_texcombine.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatexmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgatris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgavb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mgavb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_xmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/mga_xmesa.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/Doxyfile U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_bios.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/mga/server/mga_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_dd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texobj.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/r128_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/pci_ids.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r128/server/r128_version.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_pixel.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_pixel.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_c.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxfmt_x86.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vtxtmp_x86.S U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_cmdbuf.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_cmdbuf.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_emit.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_fragprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_fragprog.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_maos.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_maos.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_program.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_shader.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_mm.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/r300_vertexprog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_mm.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/vertex_shader.h U xenocara/dist/Mesa/src/mesa/drivers/dri/r300/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_compat.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lighting.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_c.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxfmt_x86.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_vtxtmp_x86.S U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_egl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_inithw.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3virgetri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_macros.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_regs.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_texmem.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_tritmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/s3v_xmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dri/s3v/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_3d_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_bci.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagecontext.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagedd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagedd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_init.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savageioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savageioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagerender.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagespan.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagespan.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagestate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagestate.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savagetris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/savage_xmesa.c U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/savage/server/savage_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_clear.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis6326_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_alloc.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_alloc.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_clear.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_dd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_fog.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_stencil.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_stencil.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/sis_tritmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/server/sis_common.h U xenocara/dist/Mesa/src/mesa/drivers/dri/sis/server/sis_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/dri_glide.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_dd.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_glide.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_lock.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_pixels.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_pixels.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_render.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texman.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texman.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texstate.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_texstate.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/tdfx_vbtmp.h U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/server/tdfx_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/tdfx/server/tdfx_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_dd.c U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_lock.h U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/trident_vb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/trident/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_3d_reg.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_context.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_context.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_drmclient.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_fb.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_fb.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_ioctl.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_ioctl.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_memcpy.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_render.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_screen.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_screen.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_span.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_span.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_state.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_state.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tex.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_texcombine.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tex.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tris.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/via_tris.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/Makefile U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_dri.c U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_dri.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_driver.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_priv.h U xenocara/dist/Mesa/src/mesa/drivers/dri/unichrome/server/via_regs.h U xenocara/dist/Mesa/src/mesa/ppc/common_ppc.c U xenocara/dist/Mesa/src/mesa/ppc/common_ppc_features.h U xenocara/dist/Mesa/src/mesa/sparc/clip.S U xenocara/dist/Mesa/src/mesa/sparc/glapi_sparc.S U xenocara/dist/Mesa/src/mesa/sparc/norm.S U xenocara/dist/Mesa/src/mesa/sparc/sparc.c U xenocara/dist/Mesa/src/mesa/sparc/sparc.h U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h U xenocara/dist/Mesa/src/mesa/sparc/xform.S U xenocara/dist/Mesa/src/mesa/x86/Makefile U xenocara/dist/Mesa/src/mesa/x86/3dnow.c U xenocara/dist/Mesa/src/mesa/x86/3dnow.h U xenocara/dist/Mesa/src/mesa/x86/assyntax.h U xenocara/dist/Mesa/src/mesa/x86/clip_args.h U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h U xenocara/dist/Mesa/src/mesa/x86/common_x86.c U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h U xenocara/dist/Mesa/src/mesa/x86/common_x86_macros.h U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c U xenocara/dist/Mesa/src/mesa/x86/matypes.h U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h U xenocara/dist/Mesa/src/mesa/x86/mmx.h U xenocara/dist/Mesa/src/mesa/x86/norm_args.h U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h U xenocara/dist/Mesa/src/mesa/x86/sse.c U xenocara/dist/Mesa/src/mesa/x86/sse.h U xenocara/dist/Mesa/src/mesa/x86/x86.c U xenocara/dist/Mesa/src/mesa/x86/x86.h U xenocara/dist/Mesa/src/mesa/x86/xform_args.h U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S U xenocara/dist/Mesa/src/mesa/x86/glapi_x86.S U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h U xenocara/dist/Mesa/src/mesa/x86-64/glapi_x86-64.S U xenocara/dist/Mesa/src/mesa/x86-64/matypes.h U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S U xenocara/dist/Mesa/src/mesa/x86-64/Makefile U xenocara/dist/Mesa/src/glx/Makefile U xenocara/dist/Mesa/src/glx/x11/Makefile U xenocara/dist/Mesa/src/glx/x11/clientattrib.c U xenocara/dist/Mesa/src/glx/x11/compsize.c U xenocara/dist/Mesa/src/glx/x11/dri_glx.c U xenocara/dist/Mesa/src/glx/x11/dri_glx.h U xenocara/dist/Mesa/src/glx/x11/eval.c U xenocara/dist/Mesa/src/glx/x11/glxclient.h U xenocara/dist/Mesa/src/glx/x11/glxcmds.c U xenocara/dist/Mesa/src/glx/x11/glxext.c U xenocara/dist/Mesa/src/glx/x11/glxextensions.c U xenocara/dist/Mesa/src/glx/x11/glxextensions.h U xenocara/dist/Mesa/src/glx/x11/glx_pbuffer.c U xenocara/dist/Mesa/src/glx/x11/glx_query.c U xenocara/dist/Mesa/src/glx/x11/glx_texture_compression.c U xenocara/dist/Mesa/src/glx/x11/indirect.c U xenocara/dist/Mesa/src/glx/x11/indirect.h U xenocara/dist/Mesa/src/glx/x11/indirect_init.c U xenocara/dist/Mesa/src/glx/x11/indirect_init.h U xenocara/dist/Mesa/src/glx/x11/indirect_size.c U xenocara/dist/Mesa/src/glx/x11/pixel.c U xenocara/dist/Mesa/src/glx/x11/indirect_size.h U xenocara/dist/Mesa/src/glx/x11/xfont.c U xenocara/dist/Mesa/src/glx/x11/indirect_transpose_matrix.c U xenocara/dist/Mesa/src/glx/x11/indirect_va_private.h U xenocara/dist/Mesa/src/glx/x11/indirect_vertex_array.c U xenocara/dist/Mesa/src/glx/x11/indirect_vertex_array.h U xenocara/dist/Mesa/src/glx/x11/indirect_vertex_program.c U xenocara/dist/Mesa/src/glx/x11/indirect_window_pos.c U xenocara/dist/Mesa/src/glx/x11/packrender.h U xenocara/dist/Mesa/src/glx/x11/packsingle.h U xenocara/dist/Mesa/src/glx/x11/pixelstore.c U xenocara/dist/Mesa/src/glx/x11/render2.c U xenocara/dist/Mesa/src/glx/x11/renderpix.c U xenocara/dist/Mesa/src/glx/x11/single2.c U xenocara/dist/Mesa/src/glx/x11/singlepix.c U xenocara/dist/Mesa/src/glx/x11/vertarr.c U xenocara/dist/Mesa/src/glx/x11/XF86dri.c U xenocara/dist/Mesa/src/glx/x11/xf86dri.h U xenocara/dist/Mesa/src/glx/x11/xf86dristr.h U xenocara/dist/Mesa/src/glu/Makefile U xenocara/dist/Mesa/src/glu/descrip.mms U xenocara/dist/Mesa/src/glu/sgi/Makefile U xenocara/dist/Mesa/src/glu/sgi/Makefile.win U xenocara/dist/Mesa/src/glu/sgi/Makefile.DJ U xenocara/dist/Mesa/src/glu/sgi/glu.def U xenocara/dist/Mesa/src/glu/sgi/dummy.cc U xenocara/dist/Mesa/src/glu/sgi/descrip.mms U xenocara/dist/Mesa/src/glu/sgi/mesaglu.opt U xenocara/dist/Mesa/src/glu/sgi/include/gluos.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glimports.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/mystdio.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/mystdlib.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glcurveval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glinterface.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/glsurfeval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/interface/insurfeval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arc.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arctess.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/backend.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bezierarc.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bin.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bufpool.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curve.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvelist.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/defines.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaylist.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flist.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridline.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/gridvertex.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/hull.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/jarcloc.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/knotvector.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/maplist.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mesher.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/myassert.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mymath.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mysetjmp.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mystring.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbstess.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patch.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patchlist.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/pwlarc.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/quilt.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/reader.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/renderhints.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/simplemath.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/slicer.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/sorter.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/subdivider.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimline.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/types.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimregion.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertex.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/uarray.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/varray.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arc.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/arctess.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/backend.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bin.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/bufpool.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/ccw.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curve.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvelist.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/curvesub.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/displaylist.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flist.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/hull.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/intersect.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/knotvector.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mapdescv.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/maplist.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mesher.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/mycode.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/nurbstess.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patch.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/patchlist.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/quilt.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/reader.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/renderhints.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/slicer.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/sorter.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/splitarcs.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/subdivider.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/tobezier.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimline.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimregion.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/uarray.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/internals/varray.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/glimports.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdio.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/mystdlib.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/zlassert.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.h U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionY.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampledLine.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc U xenocara/dist/Mesa/src/glu/sgi/libnurbs/nurbtess/searchTree.cc U xenocara/dist/Mesa/src/glu/sgi/libtess/README U xenocara/dist/Mesa/src/glu/sgi/libtess/alg-outline U xenocara/dist/Mesa/src/glu/sgi/libtess/dict.c U xenocara/dist/Mesa/src/glu/sgi/libtess/dict.h U xenocara/dist/Mesa/src/glu/sgi/libtess/dict-list.h U xenocara/dist/Mesa/src/glu/sgi/libtess/geom.c U xenocara/dist/Mesa/src/glu/sgi/libtess/geom.h U xenocara/dist/Mesa/src/glu/sgi/libtess/memalloc.c U xenocara/dist/Mesa/src/glu/sgi/libtess/memalloc.h U xenocara/dist/Mesa/src/glu/sgi/libtess/mesh.c U xenocara/dist/Mesa/src/glu/sgi/libtess/mesh.h U xenocara/dist/Mesa/src/glu/sgi/libtess/normal.c U xenocara/dist/Mesa/src/glu/sgi/libtess/normal.h U xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq.c U xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq.h U xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-heap.c U xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-heap.h U xenocara/dist/Mesa/src/glu/sgi/libtess/priorityq-sort.h U xenocara/dist/Mesa/src/glu/sgi/libtess/render.c U xenocara/dist/Mesa/src/glu/sgi/libtess/render.h U xenocara/dist/Mesa/src/glu/sgi/libtess/sweep.c U xenocara/dist/Mesa/src/glu/sgi/libtess/sweep.h U xenocara/dist/Mesa/src/glu/sgi/libtess/tess.c U xenocara/dist/Mesa/src/glu/sgi/libtess/tess.h U xenocara/dist/Mesa/src/glu/sgi/libtess/tessmono.c U xenocara/dist/Mesa/src/glu/sgi/libtess/tessmono.h U xenocara/dist/Mesa/src/glu/sgi/libutil/error.c U xenocara/dist/Mesa/src/glu/sgi/libutil/glue.c U xenocara/dist/Mesa/src/glu/sgi/libutil/gluint.h U xenocara/dist/Mesa/src/glu/sgi/libutil/mipmap.c U xenocara/dist/Mesa/src/glu/sgi/libutil/project.c U xenocara/dist/Mesa/src/glu/sgi/libutil/quad.c U xenocara/dist/Mesa/src/glu/sgi/libutil/registry.c U xenocara/dist/Mesa/src/glw/GLwDrawA.c U xenocara/dist/Mesa/src/glw/GLwDrawA.h U xenocara/dist/Mesa/src/glw/GLwDrawAP.h U xenocara/dist/Mesa/src/glw/GLwMDrawA.c U xenocara/dist/Mesa/src/glw/GLwMDrawA.h U xenocara/dist/Mesa/src/glw/GLwMDrawAP.h U xenocara/dist/Mesa/src/glw/Makefile U xenocara/dist/Mesa/src/glw/README U xenocara/dist/Mesa/src/glw/depend U xenocara/dist/Mesa/progs/Makefile U xenocara/dist/Mesa/progs/util/README U xenocara/dist/Mesa/progs/util/dumpstate.c U xenocara/dist/Mesa/progs/util/errcheck.c U xenocara/dist/Mesa/progs/util/glstate.c U xenocara/dist/Mesa/progs/util/glstate.h U xenocara/dist/Mesa/progs/util/glutskel.c U xenocara/dist/Mesa/progs/util/idproj.c U xenocara/dist/Mesa/progs/util/imagesgi.h U xenocara/dist/Mesa/progs/util/matrix.c U xenocara/dist/Mesa/progs/util/mwmborder.c U xenocara/dist/Mesa/progs/util/readtex.c U xenocara/dist/Mesa/progs/util/readtex.h U xenocara/dist/Mesa/progs/util/showbuffer.c U xenocara/dist/Mesa/progs/util/showbuffer.h U xenocara/dist/Mesa/progs/util/trackball.c U xenocara/dist/Mesa/progs/util/trackball.h U xenocara/dist/Mesa/progs/util/winpos.c U xenocara/dist/Mesa/progs/util/xrotfont.c U xenocara/dist/Mesa/progs/util/sampleMakefile U xenocara/dist/Mesa/vms/analyze_map.com U xenocara/dist/Mesa/vms/xlib.opt U xenocara/dist/Mesa/vms/xlib_share.opt U xenocara/dist/Mesa/windows/VC6/mesa/mesa.dsw U xenocara/dist/Mesa/windows/VC6/mesa/gdi/gdi.dsp U xenocara/dist/Mesa/windows/VC6/mesa/glu/compileDebug.txt U xenocara/dist/Mesa/windows/VC6/mesa/glu/compileRelease.txt U xenocara/dist/Mesa/windows/VC6/mesa/glu/objectsDebug.txt U xenocara/dist/Mesa/windows/VC6/mesa/glu/objectsRelease.txt U xenocara/dist/Mesa/windows/VC6/mesa/glu/glu.dsp U xenocara/dist/Mesa/windows/VC6/mesa/mesa/mesa.dsp U xenocara/dist/Mesa/windows/VC6/mesa/osmesa/osmesa.dsp U xenocara/dist/Mesa/windows/VC7/mesa/mesa.sln U xenocara/dist/Mesa/windows/VC7/mesa/gdi/gdi.vcproj U xenocara/dist/Mesa/windows/VC7/mesa/glu/glu.vcproj U xenocara/dist/Mesa/windows/VC7/mesa/mesa/mesa.vcproj U xenocara/dist/Mesa/windows/VC7/mesa/osmesa/osmesa.vcproj No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 04:59:38 Log message: import MesaDemos version 6.5.2 Status: Vendor Tag: mesa Release Tags: v6_5_2 U xenocara/dist/Mesa/progs/beos/demo.cpp U xenocara/dist/Mesa/progs/beos/GLInfo.cpp U xenocara/dist/Mesa/progs/beos/sample.cpp U xenocara/dist/Mesa/progs/beos/Makefile U xenocara/dist/Mesa/progs/images/arch.rgb U xenocara/dist/Mesa/progs/images/bw.rgb U xenocara/dist/Mesa/progs/images/girl2.rgb U xenocara/dist/Mesa/progs/images/girl.rgb U xenocara/dist/Mesa/progs/images/reflect.rgb U xenocara/dist/Mesa/progs/images/s128.rgb U xenocara/dist/Mesa/progs/images/tile.rgb U xenocara/dist/Mesa/progs/images/tree3.rgb U xenocara/dist/Mesa/progs/images/wrs_logo.rgb U xenocara/dist/Mesa/progs/images/tree2.rgba U xenocara/dist/Mesa/progs/demos/Makefile U xenocara/dist/Mesa/progs/demos/Makefile.cygnus U xenocara/dist/Mesa/progs/demos/Makefile.win U xenocara/dist/Mesa/progs/demos/descrip.mms U xenocara/dist/Mesa/progs/demos/arbfplight.c U xenocara/dist/Mesa/progs/demos/arbfslight.c U xenocara/dist/Mesa/progs/demos/arbocclude.c U xenocara/dist/Mesa/progs/demos/bounce.c U xenocara/dist/Mesa/progs/demos/clearspd.c U xenocara/dist/Mesa/progs/demos/cubemap.c U xenocara/dist/Mesa/progs/demos/drawpix.c U xenocara/dist/Mesa/progs/demos/engine.c U xenocara/dist/Mesa/progs/demos/fire.c U xenocara/dist/Mesa/progs/demos/fogcoord.c U xenocara/dist/Mesa/progs/demos/fplight.c N xenocara/dist/Mesa/progs/demos/fslight.c U xenocara/dist/Mesa/progs/demos/gamma.c U xenocara/dist/Mesa/progs/demos/gearbox.c U xenocara/dist/Mesa/progs/demos/gears.c U xenocara/dist/Mesa/progs/demos/geartrain.c U xenocara/dist/Mesa/progs/demos/glinfo.c U xenocara/dist/Mesa/progs/demos/gloss.c U xenocara/dist/Mesa/progs/demos/glslnoise.c U xenocara/dist/Mesa/progs/demos/gltestperf.c U xenocara/dist/Mesa/progs/demos/glutfx.c U xenocara/dist/Mesa/progs/demos/ipers.c U xenocara/dist/Mesa/progs/demos/isosurf.c U xenocara/dist/Mesa/progs/demos/lodbias.c U xenocara/dist/Mesa/progs/demos/morph3d.c U xenocara/dist/Mesa/progs/demos/multiarb.c U xenocara/dist/Mesa/progs/demos/paltex.c U xenocara/dist/Mesa/progs/demos/particles.h U xenocara/dist/Mesa/progs/demos/pointblast.c U xenocara/dist/Mesa/progs/demos/ray.c U xenocara/dist/Mesa/progs/demos/readpix.c U xenocara/dist/Mesa/progs/demos/readtex.c U xenocara/dist/Mesa/progs/demos/readtex.h U xenocara/dist/Mesa/progs/demos/reflect.c U xenocara/dist/Mesa/progs/demos/renormal.c U xenocara/dist/Mesa/progs/demos/shadowtex.c U xenocara/dist/Mesa/progs/demos/showbuffer.c U xenocara/dist/Mesa/progs/demos/showbuffer.h U xenocara/dist/Mesa/progs/demos/singlebuffer.c U xenocara/dist/Mesa/progs/demos/spectex.c U xenocara/dist/Mesa/progs/demos/spriteblast.c U xenocara/dist/Mesa/progs/demos/stex3d.c N xenocara/dist/Mesa/progs/demos/streaming_rect.c U xenocara/dist/Mesa/progs/demos/teapot.c U xenocara/dist/Mesa/progs/demos/terrain.c U xenocara/dist/Mesa/progs/demos/tessdemo.c U xenocara/dist/Mesa/progs/demos/texcyl.c U xenocara/dist/Mesa/progs/demos/texdown.c U xenocara/dist/Mesa/progs/demos/texenv.c U xenocara/dist/Mesa/progs/demos/texobj.c U xenocara/dist/Mesa/progs/demos/trackball.c U xenocara/dist/Mesa/progs/demos/trackball.h U xenocara/dist/Mesa/progs/demos/trispd.c U xenocara/dist/Mesa/progs/demos/tunnel2.c U xenocara/dist/Mesa/progs/demos/tunnel.c U xenocara/dist/Mesa/progs/demos/tunneldat.h U xenocara/dist/Mesa/progs/demos/vao_demo.c U xenocara/dist/Mesa/progs/demos/winpos.c U xenocara/dist/Mesa/progs/demos/particles.cxx U xenocara/dist/Mesa/progs/demos/rain.cxx U xenocara/dist/Mesa/progs/demos/geartrain.dat U xenocara/dist/Mesa/progs/demos/isosurf.dat U xenocara/dist/Mesa/progs/demos/terrain.dat U xenocara/dist/Mesa/progs/demos/README U xenocara/dist/Mesa/progs/osdemos/Makefile U xenocara/dist/Mesa/progs/osdemos/osdemo16.c U xenocara/dist/Mesa/progs/osdemos/osdemo32.c U xenocara/dist/Mesa/progs/osdemos/osdemo.c U xenocara/dist/Mesa/progs/osdemos/ostest1.c U xenocara/dist/Mesa/progs/osdemos/readtex.c U xenocara/dist/Mesa/progs/xdemos/Makefile U xenocara/dist/Mesa/progs/xdemos/descrip.mms U xenocara/dist/Mesa/progs/xdemos/glthreads.c U xenocara/dist/Mesa/progs/xdemos/glxcontexts.c U xenocara/dist/Mesa/progs/xdemos/glxdemo.c U xenocara/dist/Mesa/progs/xdemos/glxgears2.c U xenocara/dist/Mesa/progs/xdemos/glxgears.c U xenocara/dist/Mesa/progs/xdemos/glxgears_fbconfig.c U xenocara/dist/Mesa/progs/xdemos/glxheads.c U xenocara/dist/Mesa/progs/xdemos/glxinfo.c U xenocara/dist/Mesa/progs/xdemos/glxpbdemo.c U xenocara/dist/Mesa/progs/xdemos/glxpixmap.c U xenocara/dist/Mesa/progs/xdemos/glxswapcontrol.c U xenocara/dist/Mesa/progs/xdemos/manywin.c U xenocara/dist/Mesa/progs/xdemos/offset.c U xenocara/dist/Mesa/progs/xdemos/opencloseopen.c U xenocara/dist/Mesa/progs/xdemos/overlay.c U xenocara/dist/Mesa/progs/xdemos/pbdemo.c U xenocara/dist/Mesa/progs/xdemos/pbinfo.c U xenocara/dist/Mesa/progs/xdemos/pbutil.c U xenocara/dist/Mesa/progs/xdemos/pbutil.h U xenocara/dist/Mesa/progs/xdemos/shape.c U xenocara/dist/Mesa/progs/xdemos/vtest.c U xenocara/dist/Mesa/progs/xdemos/vgears.c U xenocara/dist/Mesa/progs/xdemos/vindex.c U xenocara/dist/Mesa/progs/xdemos/wincopy.c U xenocara/dist/Mesa/progs/xdemos/xdemo.c U xenocara/dist/Mesa/progs/xdemos/xfont.c U xenocara/dist/Mesa/progs/xdemos/xrotfontdemo.c U xenocara/dist/Mesa/progs/xdemos/xuserotfont.c U xenocara/dist/Mesa/progs/xdemos/xuserotfont.h U xenocara/dist/Mesa/progs/xdemos/yuvrect_client.c U xenocara/dist/Mesa/progs/redbook/Makefile U xenocara/dist/Mesa/progs/redbook/Makefile.win U xenocara/dist/Mesa/progs/redbook/README U xenocara/dist/Mesa/progs/redbook/aaindex.c U xenocara/dist/Mesa/progs/redbook/aapoly.c U xenocara/dist/Mesa/progs/redbook/aargb.c U xenocara/dist/Mesa/progs/redbook/accanti.c U xenocara/dist/Mesa/progs/redbook/accpersp.c U xenocara/dist/Mesa/progs/redbook/alpha3D.c U xenocara/dist/Mesa/progs/redbook/alpha.c U xenocara/dist/Mesa/progs/redbook/anti.c U xenocara/dist/Mesa/progs/redbook/bezcurve.c U xenocara/dist/Mesa/progs/redbook/bezmesh.c U xenocara/dist/Mesa/progs/redbook/checker.c U xenocara/dist/Mesa/progs/redbook/clip.c U xenocara/dist/Mesa/progs/redbook/colormat.c U xenocara/dist/Mesa/progs/redbook/cube.c U xenocara/dist/Mesa/progs/redbook/depthcue.c U xenocara/dist/Mesa/progs/redbook/dof.c U xenocara/dist/Mesa/progs/redbook/double.c U xenocara/dist/Mesa/progs/redbook/drawf.c U xenocara/dist/Mesa/progs/redbook/feedback.c U xenocara/dist/Mesa/progs/redbook/fog.c U xenocara/dist/Mesa/progs/redbook/fogindex.c U xenocara/dist/Mesa/progs/redbook/font.c U xenocara/dist/Mesa/progs/redbook/hello.c U xenocara/dist/Mesa/progs/redbook/image.c U xenocara/dist/Mesa/progs/redbook/jitter.h U xenocara/dist/Mesa/progs/redbook/light.c U xenocara/dist/Mesa/progs/redbook/lines.c U xenocara/dist/Mesa/progs/redbook/list.c U xenocara/dist/Mesa/progs/redbook/material.c U xenocara/dist/Mesa/progs/redbook/mipmap.c U xenocara/dist/Mesa/progs/redbook/model.c U xenocara/dist/Mesa/progs/redbook/movelight.c U xenocara/dist/Mesa/progs/redbook/nurbs.c U xenocara/dist/Mesa/progs/redbook/pickdepth.c U xenocara/dist/Mesa/progs/redbook/picksquare.c U xenocara/dist/Mesa/progs/redbook/plane.c U xenocara/dist/Mesa/progs/redbook/planet.c U xenocara/dist/Mesa/progs/redbook/polyoff.c U xenocara/dist/Mesa/progs/redbook/polys.c U xenocara/dist/Mesa/progs/redbook/quadric.c U xenocara/dist/Mesa/progs/redbook/robot.c U xenocara/dist/Mesa/progs/redbook/sccolorlight.c U xenocara/dist/Mesa/progs/redbook/scenebamb.c U xenocara/dist/Mesa/progs/redbook/scene.c U xenocara/dist/Mesa/progs/redbook/sceneflat.c U xenocara/dist/Mesa/progs/redbook/select.c U xenocara/dist/Mesa/progs/redbook/smooth.c U xenocara/dist/Mesa/progs/redbook/stencil.c U xenocara/dist/Mesa/progs/redbook/stroke.c U xenocara/dist/Mesa/progs/redbook/surface.c U xenocara/dist/Mesa/progs/redbook/teaambient.c U xenocara/dist/Mesa/progs/redbook/teapots.c U xenocara/dist/Mesa/progs/redbook/tess.c U xenocara/dist/Mesa/progs/redbook/tesswind.c U xenocara/dist/Mesa/progs/redbook/texbind.c U xenocara/dist/Mesa/progs/redbook/texgen.c U xenocara/dist/Mesa/progs/redbook/texprox.c U xenocara/dist/Mesa/progs/redbook/texsub.c U xenocara/dist/Mesa/progs/redbook/texturesurf.c U xenocara/dist/Mesa/progs/redbook/torus.c U xenocara/dist/Mesa/progs/redbook/trim.c U xenocara/dist/Mesa/progs/redbook/unproject.c U xenocara/dist/Mesa/progs/redbook/varray.c U xenocara/dist/Mesa/progs/redbook/wrap.c U xenocara/dist/Mesa/progs/samples/Makefile U xenocara/dist/Mesa/progs/samples/Makefile.DJ U xenocara/dist/Mesa/progs/samples/Makefile.dja U xenocara/dist/Mesa/progs/samples/Makefile.mgw U xenocara/dist/Mesa/progs/samples/Makefile.win U xenocara/dist/Mesa/progs/samples/README U xenocara/dist/Mesa/progs/samples/accum.c U xenocara/dist/Mesa/progs/samples/bitmap1.c U xenocara/dist/Mesa/progs/samples/bitmap2.c U xenocara/dist/Mesa/progs/samples/blendeq.c U xenocara/dist/Mesa/progs/samples/blendxor.c U xenocara/dist/Mesa/progs/samples/copy.c U xenocara/dist/Mesa/progs/samples/cursor.c U xenocara/dist/Mesa/progs/samples/depth.c U xenocara/dist/Mesa/progs/samples/eval.c U xenocara/dist/Mesa/progs/samples/fog.c U xenocara/dist/Mesa/progs/samples/font.c U xenocara/dist/Mesa/progs/samples/line.c U xenocara/dist/Mesa/progs/samples/loadppm.c U xenocara/dist/Mesa/progs/samples/logo.c U xenocara/dist/Mesa/progs/samples/nurb.c U xenocara/dist/Mesa/progs/samples/oglinfo.c U xenocara/dist/Mesa/progs/samples/olympic.c U xenocara/dist/Mesa/progs/samples/overlay.c U xenocara/dist/Mesa/progs/samples/point.c U xenocara/dist/Mesa/progs/samples/prim.c U xenocara/dist/Mesa/progs/samples/quad.c U xenocara/dist/Mesa/progs/samples/readtex.c U xenocara/dist/Mesa/progs/samples/rgbtoppm.c U xenocara/dist/Mesa/progs/samples/select.c U xenocara/dist/Mesa/progs/samples/shape.c U xenocara/dist/Mesa/progs/samples/sphere.c U xenocara/dist/Mesa/progs/samples/star.c U xenocara/dist/Mesa/progs/samples/stencil.c U xenocara/dist/Mesa/progs/samples/stretch.c U xenocara/dist/Mesa/progs/samples/texture.c U xenocara/dist/Mesa/progs/samples/tkmap.c U xenocara/dist/Mesa/progs/samples/tri.c U xenocara/dist/Mesa/progs/samples/wave.c U xenocara/dist/Mesa/progs/windml/Makefile.ugl U xenocara/dist/Mesa/progs/windml/readtex.c U xenocara/dist/Mesa/progs/windml/uglaccum.c U xenocara/dist/Mesa/progs/windml/uglalldemos.c U xenocara/dist/Mesa/progs/windml/uglbounce.c U xenocara/dist/Mesa/progs/windml/uglcube.c U xenocara/dist/Mesa/progs/windml/ugldrawpix.c U xenocara/dist/Mesa/progs/windml/uglflip.c U xenocara/dist/Mesa/progs/windml/uglgears.c U xenocara/dist/Mesa/progs/windml/uglicotorus.c U xenocara/dist/Mesa/progs/windml/uglline.c U xenocara/dist/Mesa/progs/windml/uglolympic.c U xenocara/dist/Mesa/progs/windml/uglpoint.c U xenocara/dist/Mesa/progs/windml/uglstencil.c U xenocara/dist/Mesa/progs/windml/uglteapot.c U xenocara/dist/Mesa/progs/windml/ugltexcube.c U xenocara/dist/Mesa/progs/windml/ugltexcyl.c U xenocara/dist/Mesa/progs/windml/wrs_logo.bmp U xenocara/dist/Mesa/progs/ggi/asc-view.c U xenocara/dist/Mesa/progs/ggi/gears2.c U xenocara/dist/Mesa/progs/ggi/gears.c U xenocara/dist/Mesa/windows/VC6/progs/progs.dsw U xenocara/dist/Mesa/windows/VC6/progs/demos/gears.dsp U xenocara/dist/Mesa/windows/VC7/progs/progs.sln U xenocara/dist/Mesa/windows/VC7/progs/demos/gears.vcproj No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 05:02:10 Modified files: . : 3RDPARTY Log message: updated Mesa CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 05:40:32 Modified files: sys/dev/usb : uftdi.c usbdevs share/man/man4 : uftdi.4 Log message: Sirius To PC Interface is a uftdi; marco@azbsd.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 05:40:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 05:41:13 Modified files: usr.sbin/bgpctl: irr_output.c Log message: write output to files instead of stdout CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 05:43:08 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: allow the directory for generated filter files to be set. defaults to cwd CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/03 05:51:13 Modified files: . : want.html Log message: cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 06:40:45 Modified files: usr.sbin/afs/src/lwp: process.sh.S Log message: save macl/mach as well as fp registers, done with miod's help CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/03 07:19:29 src/usr.bin/pmdb/arch/sh Update of /cvs/src/usr.bin/pmdb/arch/sh In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/usr.bin/pmdb/arch/sh Log Message: Directory /cvs/src/usr.bin/pmdb/arch/sh added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/03 07:20:12 Added files: usr.bin/pmdb/arch/sh: Makefile.inc pmdb_machdep.h sh.c Log message: Minimal sh bits for pmdb. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 07:49:55 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: start documenting irrfilter mode CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 07:56:43 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: make parse_response (and thus whois) return 0 for no object found, and n+1 for object found with n matched attributes. this way we can distinguish between no object found and object without relevant attributes CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/03 08:26:46 Modified files: usr.sbin/bgpctl: irr_asset.c Log message: as-sets always begin with AS-, and aut-nums with AS[0-9], mandated by the RPSL spec and enforced by the IRR databases. teach asset_get this fact. only send queries for the as-set members for as-sets. since we now always fake an as-set for aut-nums, we don't need to escape the recursive as-set resolution process when we run into aut-num members. complain about and then ignore unresolvable as-set members. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2007/03/03 08:27:35 Modified files: sys/dev/acpi : acpi.c Log message: Stop looking for acpidock until we fix that stuff that breaks all pre-60 series ThinkPads with acpidock(4) enabled. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 10:39:42 Modified files: lib/libGL : Makefile shlib_version Log message: o -DGLXEXT -> -DGLX_INDIRECT_RENDERING for 6.5.2 o bump minor rev CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2007/03/03 11:47:37 Modified files: sbin/isakmpd : policy.c Log message: keynote_cert_obtain should not leak in case of error. OK moritz@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/03 12:40:53 Modified files: libexec/ld.so/sh: Makefile.inc Log message: Build ld.so softfloat for now, lets dynamic linking get further. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2007/03/03 13:03:04 Modified files: sbin/isakmpd : x509.c Log message: There may be more than one item in the subjectAltName (cropping up with CACert certificates) so don't require the reported length to be exactly equal to the length of the data, but accept it if it's <= the length of the data (i.e. we just use the first alt name). The purpose of the check is to make sure we don't try to read beyond the data we actually have. ok cloder@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 14:07:23 Modified files: usr.bin/rcs : ci.c Log message: make this modern C CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/03 14:21:25 Modified files: sys/arch/mac68k/mac68k: machdep.c Log message: Fix a logic error in dumpconf() CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/03 14:37:27 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk lib/libkvm : kvm_sh.c sys/arch/landisk/landisk: autoconf.c machdep.c sys/arch/sh/include: cpu.h param.h sys/arch/sh/sh : sh_machdep.c Added files: sys/arch/landisk/include: kcore.h sys/arch/sh/include: kcore.h Log message: Kernel crash dumps and associated libkvm bits for landisk. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/03 14:45:22 Modified files: gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm Log message: Add new FUNC/ENDFUNC macros to generate size/type (function) for ELF with suggestsion from kettenis. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:16:02 Modified files: usr.bin/pr : pr.1 pr.c Log message: - make synopsis and usage() match the order of the options list - kill a raft of unneeded .Bk/.Ek mostly from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:18:19 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: sort; ok henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:20:28 Modified files: bin/kill : kill.1 Log message: sort the options list; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:26:12 Modified files: bin/ls : ls.1 Log message: minor shuffle; from Igor Sobrado and myself CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:32:47 Modified files: lib/libkeynote : keynote.1 Log message: remove duplicate option; spotted by Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:36:15 Modified files: usr.bin/kdump : kdump.1 kdump.c Log message: `l' before `n'; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/03 16:43:33 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 md.macppc distrib/sets/lists/xserv: md.macppc distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/03 16:46:55 Modified files: usr.bin/ktrace : ktrace.1 ktrace.c Log message: let synopsis, options description, and usage() agree; from Igor Sobrado, tweaked by myself CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/03 17:23:01 Modified files: . : INDEX Log message: sync, 4209 unzels CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/03 17:43:26 Modified files: sys/dev/cardbus: if_bcw_cardbus.c sys/dev/ic : bcw.c bcwvar.h sys/dev/pci : if_bcw_pci.c Log message: Kill a cardbus dependency which breaked kernel compilation e.g. for sparc*. OK deraadt CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/03/03 19:13:31 Modified files: faq : upgrade41.html Log message: ARM had a flag day which impacts the "no install media" process. Strategy and testing by drahn@, thanks! CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2007/03/03 19:57:30 Modified files: papers : index.html Log message: typo CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2007/03/03 20:03:57 Modified files: . : press.html Log message: Add Symantec/Vista analysis at Microsoftwatch.com to remind people where this stuff comes from. Add onLamp article on spamd, based on Beck's NYCBSDCon talk. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/03/03 20:09:08 Modified files: faq : upgrade41.html Log message: bsd.rd wasn't mentioned at all in here. So, mention, and change "install media" to "install kernel". Pointed out by drahn@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/03 20:19:41 Modified files: etc : services libexec/spamd : Makefile grey.c grey.h spamd.8 spamd.c libexec/spamlogd: Makefile spamlogd.8 spamlogd.c Added files: libexec/spamd : sync.c sync.h Log message: Database synchronizaton for spamd/spamlogd This adds an HMAC protected synchronization protocol for use by spamd and spamlogd. - spamd can receive updates from other hosts for GREY, WHITE, and TRAPPED db entries, and will update the local /var/db/spamd accordingly. - spamd can send updates when it makes changes to the GREY or TRAPPED entries in the db to other hosts running spamd. (Note it does not send WHITE entries because the other spamd will see the GREY changes and have complete information to make appropritate decisions) - spamlogd can send updates for WHITE db entries that it performs on the local db to other hosts running spamd, which will then apply them on remote hosts. note that while this diff provides synchronization for changes made to the spamd db by the daemons, it does *not* provide for sychonizing changes to the spamd db made manually with the spamdb command. Synchronization protocol and most of the work by reyk@, with a bunch of the spamd, and spamlogd stuff by me. testing mostly at the U of A, running happily there under big load. ok reyk@ jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 20:24:47 Modified files: libexec/spamd : grey.c Log message: bob writes some of the most horrid space and tab riddled messy code around CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/03 20:25:54 Modified files: libexec/spamlogd: spamlogd.c Log message: cleanup usage CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/03 21:51:12 Modified files: sys/dev/pci : ahci.c Log message: reverse the order of the fields in the %b fmt strings so that they read the bitfield from left to right like us humans do. from pascoe@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/03 21:58:38 Modified files: sys/dev/pci : ahci.c Log message: rename struct ahci_cmd_list to ahci_cmd_hdr to better match the spec and make it easier to read the code. fix the ordering of the flags and prdtl fields. from pascoe@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/03 22:04:32 Modified files: sys/dev/pci : ahci.c Log message: pull the prdt into the ahci_cmd_table struct, which gets rid of ahci_cmd. from pascoe@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/03 22:06:28 Modified files: sys/dev/pci : ahci.c Log message: comment members of ahci_cmd_table CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2007/03/03 23:44:45 Modified files: libexec/spamd : spamd.8 Log message: correct location of spamd.key CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/04 01:02:24 Modified files: infrastructure/plist: i386 Log message: shrink CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/04 01:20:47 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2007/03/04 02:17:38 Modified files: papers : fosdem07-xenocara.pdf Log message: OpenBPd->OpenBGPd. reported by many people. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/04 02:58:22 Modified files: libexec/spamlogd: spamlogd.8 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 04:04:18 Modified files: sys/dev/pci : if_bcw_pci.c Log message: Fix strict alignment panic. Makes my BCM4306 attach on sparc64. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 04:06:07 Modified files: sys/dev/cardbus: if_bcw_cardbus.c Log message: Use CARDBUS_PRODUCT macro to read product id. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2007/03/04 04:54:30 Modified files: share/man/man4/man4.landisk: Makefile Log message: sort manpage list CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/03/04 04:56:34 Modified files: . : want.html Log message: the g4 serial port has been taken care of. my fibre channel want is very tiny now, just a db9 gbic. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 05:01:46 Modified files: sys/dev/pci : ahci.c Log message: HBAs by JMICRON have an additional "Controller Control Register" that must be programmed to switch the ports into AHCI mode. Do so. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 05:20:17 Modified files: sys/dev/pci : ahci.c Log message: Add functions to wait for bit changes in port registers. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 05:23:25 Modified files: sys/dev/pci : ahci.c Log message: When freeing port memory, use actual pointer to port rather than random memory. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 05:27:46 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: ran into an asset which has dangling , at eol in the member spec, leading to us trying to add an empty-string AS, which asset_get later complains about. in parse_asset, check that we're no dealing with a empty string token before calling asset_addmember CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 05:37:07 Modified files: usr.sbin/bgpctl: irr_parser.c irr_output.c Log message: fix cass where the specification does not give the router address by using "" instead of defaulting to NULL, which is a pain to handle afterwards. in the output function, treat empty string address like NULL address problem noticed by rivo nurges CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/04 05:46:25 Modified files: etc : services Log message: `z' -> `s', as agreed w/ reyk; CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/03/04 06:05:02 Modified files: faq/fr : current.html faq4.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html faq/nl : faq4.html faq/pl : upgrade40.html fr : donations.html events.html ftp.html index.html landisk.html macppc.html pkg-stable.html pkg-stable39.html sparc64.html users.html want.html zaurus.html lt : donations.html ftp.html index.html pkg-stable.html pkg-stable39.html nl : donations.html ftp.html index.html macppc.html zaurus.html openbgpd/nl : ftp.html openntpd/fr : portable.html openntpd/nl : ftp.html portable.html pl : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:19:14 Modified files: sys/dev/pci : ahci.c Log message: Perform separate memory allocations for the RFIS, command list and command tables. Avoids alignment issues and simplifies the calculation of the ranges to sync before DMA. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:24:48 Modified files: sys/dev/pci : ahci.c Log message: Third argument to pci_mapreg_map is the "map type", not "memory type". CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:32:41 Modified files: sys/dev/pci : ahci.c Log message: Oops, remove duplicate prototypes that I mismerged. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/03/04 06:35:57 Modified files: de : donations.html index.html sparc.html faq/de : upgrade40.html openssh/de : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:47:08 Modified files: sys/dev/pci : ahci.c Log message: Add function to set up Physical Region Descriptor Tables, mostly from dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/04 06:49:05 Modified files: share/man/man7 : mdoc.samples.7 Log message: remove an unmaintainable sentence; this paragraph has made its point already; CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:49:42 Modified files: sys/dev/pci : ahci.c Log message: Add support for issuing a (polled) command. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 06:53:17 Modified files: sys/dev/pci : ahci.c Log message: Add support for enabling/disabling port activity, and soft/port resets. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/04 06:58:18 Modified files: app/xdm : Makefile.bsd-wrapper Log message: Specify default VT in Xservers only on i386/amd64 CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 07:06:34 Modified files: sys/dev/pci : ahci.c Log message: Save BIOS configured parameters over reset. Always enable staggered spin-up. Don't clean interrupt status now - have to flush individual ports' status first. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 07:23:08 Modified files: sys/dev/pci : ahci.c Log message: Now actually activate ports and try to detect devices. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 07:27:27 Modified files: sys/dev/ic : bcw.c bcwreg.h Log message: Fix panic caused by bcw_leds_switch_all() because reading from wrong register. Noted while testing on sparc64. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/04 07:37:37 Modified files: distrib/miniroot: install.sub Log message: If INSTALL. isn't present at the given set location, give the user a chance to bail out before selecting sets to install. Just in case the user ended up in the wrong directory. Suggested by beck@, feedback from various. "emphatic ok" beck@ "go for it" deraadt@ CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 07:40:41 Modified files: sys/dev/pci : ahci.c Log message: Include port number in debug messages, where appropriate. Clean up some whitespace problems. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 07:46:38 Modified files: sys/dev/pci : ahci.c Log message: Replace empty ahci_ata_{probe,cmd} stubs with ones that do something. Mostly from dlg@ CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 07:49:46 Modified files: sys/dev/pci : ahci.c Log message: Fix non AHCI_DEBUG build. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/04 08:33:31 Modified files: sys/arch/macppc/dev: adb.c Log message: Invoke adb_cuda_autopoll() and leave polling mode after all initialization commands are set; also add a delay between adb_intr_cuda() and adb_soft_intr() while polling, as this seems to be necessary on some models; ok gwk@ drahn@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/04 08:35:09 Modified files: sys/arch/mac68k/dev: adb.c Log message: Limit knowledge of splfoo() return values, and use mac68k_machine.via1_ipl instead of hardcoded 1; this gets us rid of unnecessary polls on machines running with A/UX interrupts. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 08:41:58 Modified files: sys/dev/ic : bcw.c Log message: Make bcw_change_core() conform to other functions. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 09:10:10 Modified files: sys/dev/ic : bcw.c Log message: Fix bcw_gpio_init(); Before we can write to the GPIO control register, we must switch back to the common core. Found because sparc64 panics on this (I start to like sparc64 :). CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/03/04 09:10:20 Modified files: . : sparc.html Log message: Missing CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2007/03/04 09:56:52 Modified files: de : hppa.html i386-laptop.html users.html fr : press.html want.html Added files: faq/fr : upgrade41.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/04 09:59:03 Modified files: sys/arch/m68k/m68k: pmap_motorola.c Log message: Oops, bring back pmap_collect1() and the check for pmap_kernel() in pmap_collect() as we do an explicit pmap_collect(pmap_kernel()) in dire memory situations. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 10:03:01 Modified files: usr.sbin/bgpctl: irr_output.c Log message: fix output format. spent too much time with RPSL... CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2007/03/04 10:34:10 Modified files: . : sparc64.html Log message: typo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 10:41:40 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: document include, and comments stolen from hostapd.conf.5 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 10:47:31 Modified files: usr.sbin/bgpctl: irr_output.c Log message: pass pointer to struct policy_item down to print_rule() instead of 3 of its members CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/04 11:00:56 Modified files: infrastructure/plist: i386 Log message: tweak CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 11:13:13 Modified files: usr.sbin/bgpctl: irr_output.c irr_parser.c irrfilter.h Log message: store peer AS numerically CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 11:40:08 Modified files: usr.sbin/bgpctl: irr_output.c Log message: for import rules, filter by source-as too CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2007/03/04 12:04:31 Modified files: sys/dev/ic : bcw.c Log message: Fix another panic in bcw_phy_init() for sparc64. Now firmware loads and radio initializes on sparc64, too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/04 12:52:11 Modified files: xserver : configure.ac Log message: text -> test CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/04 12:55:16 Modified files: xserver : configure Log message: regen CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 13:05:11 Modified files: usr.sbin/bgpctl: irrfilter.h irr_output.c irr_prefix.c Log message: store prefixes in binary format. we'll need that for aggregation. discussed with pyr CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/04 13:23:57 Modified files: www/mozilla-firefox: Makefile Log message: Fix permissions to /usr/local/mozilla (where ~/.mozilla inherits them from) to allow owner writes. This was broken in the last commit... now it allows users to save bookmarks, preferences, etc. From martynas CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/04 13:31:22 Modified files: usr.sbin/bgpctl: irr_output.c irr_prefix.c irrfilter.h Log message: rename struct prefix -> irr_prefix CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/04 13:36:39 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: correct include order CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2007/03/04 14:17:37 Modified files: usr.bin/systat : sensors.c Log message: Clear the display so that the lines don't get overwritten with hotplugged devices. Noticed by, similar fix proposed, mbalmer - Add missing CVS tag; constantine - Handle SENSOR_S_UNSPEC (do nothing for now). All discussed with Constanine and mbalmer; ok mbalmer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/04 15:36:54 Modified files: sbin/dump : dumprmt.c itime.c main.c tape.c traverse.c Log message: delete sunos junk; Jim Razmus CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/04 15:37:18 Modified files: sbin/dump : itime.c Log message: memory leak found by coverity; Jim Razmus CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2007/03/04 16:36:34 Modified files: sys/net : bpf.c Log message: Make sure a bpf device can only be opened once. Previously the descriptor was locked only after an interface is set, leading to a race condition. Reported by Jon Steel < jon.steel at esentire com > tested by otto@, looks correct deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2007/03/04 16:37:27 Modified files: www/minimo : Makefile www/minimo/patches: patch-minimo_chrome_content_minimo_js Added files: www/minimo/patches: patch-minimo_customization_all_js Log message: use more saner defaults for minimo: - disable SSR mode - set the default page to a blank one - do not hide the nav-bar in full screen mode ok pvalchev@ CVSROOT: /cvs Module name: www Changes by: ckuethe@cvs.openbsd.org 2007/03/04 17:11:32 Modified files: . : want.html Log message: Marc and I would like to get ahold of a couple of minipci gps receivers CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/04 19:06:14 Modified files: libexec/spamd : spamd.c Log message: revert unintentional MAXCON change back to 800, accidentally did last commit with the U of A value, which may not be safe on all GENERICs with an unmodified kern.maxfiles CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/04 19:10:46 Modified files: libexec/spamd : grey.c sdl.c Log message: spacing CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/04 19:24:57 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/04 23:06:13 Modified files: sys/dev/pci : ahci.c Log message: Recognise ATAPI device signatures. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/05 02:12:39 Modified files: sys/dev/pci : ahci.c Log message: add space for a match and attach routine to the device list, so particular controllers can specify extra code to run at match or attach time. use this on jmicron controllers to restrict attaching to ahci on pci function 0 (high functions are normal pciide style controllers), and to do the CCR tweaking to enable ahci. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/05 02:13:44 Modified files: sys/dev/pci : ahci.c Log message: add a reminder about the extra attach function CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 03:10:40 Modified files: usr.sbin/bgpctl: irr_output.c Log message: prevent re-use of shit in pbuf from previous rules CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2007/03/05 03:23:16 Modified files: sys/kern : tty_nmea.c Log message: If tty-timestamping is requested, but no PPS signal is present, output a warning message and unconditionally set the sensor state to WARNING. discussed with otto, ckuethe; ok otto, "i like it" ckuethe CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 04:07:47 Modified files: usr.sbin/bgpctl: irrfilter.h irr_output.c Log message: store a maxlen with each prefix. if that is set, this prefix covers multiple route objects (i. e. is the result of maksing out longer prefixes or aggregation we'll do later). if maxlen is > prefixlen, generate rules accordingly (prefixlen <= maxlen) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/05 04:13:10 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: remove jumbo frame support by replacing MEXTALLOC with MCLGET, and simplify the VLAN code. this will close PR 5356 (system panics under high load). From claudio@ who is currently not around to commit this fix tested and ok by mcbride@, reyk@, todd@, Paul Hirsch, and brad CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/05 04:44:50 Modified files: usr.sbin/hoststated: hoststated.h relay.c Log message: do not strip the header for expect, hash, and log actions. since we have a tristate in relay_handle_http(), use nicer return codes defined to make it better readble (no function change). CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 05:42:13 Modified files: usr.sbin/bgpctl: whois.c Log message: switch to whois.radb.net. The RIPE whois server shows problems, indefinately hanging connection for a specific query (which works find against radb, investigating with ripe pplz), and ripe doesn't mirror some important RRs like ALTDB. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 05:57:56 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: sort out more specifics and mark the less specific covering them in a way that the resulting rule allows more specifics. i. e. 10.0.0.0/16, 10.0.1/24, 10.0.128/17 -> prefix 10.0.0.0/16 prefixlen <= 24 implementation: sort prefixes per AS by address family, prefix, prefixlen. for every entry, check wether the prefix with the previous entry's mask applied matches the previous entry's prefix & mask. Only move the previous pointer forward if not so. Fill the holes we create in the process on the fly; shrink the array afterwards. shrinks the generated filters for our AS from over 100k to under 20k lines. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 06:45:52 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: do the prefix masking in network byte order CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 06:57:59 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: in prefix_aggregate(), when we look at two neighbor prefixes, see wether they can be expressed as one with shorter prefixlen. if so, adjust the first prefix accordingly and return 1 so the second gets removed. shrinks the ruleset for my AS from 19533 to 16892 rules. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 07:53:42 Modified files: libexec/spamlogd: spamlogd.c Log message: Make spamlogd log inbound/outbound like it did before. ok henning@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 07:55:09 Modified files: libexec/spamlogd: spamlogd.c Log message: nuke annoying debug log ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 08:02:05 Modified files: usr.sbin/bgpctl: irr_asset.c irr_output.c Log message: unused vars, lint CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 08:06:35 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: lint happiness CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 08:09:01 Modified files: libexec/spamd : grey.c Log message: don't make everything a sync once we see one, reset this once we save the entry. ok reyk@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/05 08:13:26 Modified files: sys/dev/ic : ar5210.c ar5210reg.h ar5210var.h ar5211.c ar5211reg.h ar5211var.h ar5212.c ar5212reg.h ar5212var.h ar5xxx.c ar5xxx.h Log message: Add some HAL functions. From madwifi-old-openhal via Nick Kossifidis (mickflemm at gmail dot com) Bump copyright while I'm here. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 09:16:43 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: loop over the list calling prefix_aggregate until nothing can be aggregated any more. since aggregated entries might be further aggregatable... shaves of another 1200 lines (of ~16900) from the generated ruleset for my AS CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 09:40:10 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: better error msg CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 09:43:24 Modified files: usr.sbin/bgpctl: irrfilter.c irr_prefix.c irrfilter.h whois.c Log message: gremlins keep putting tiny KNF violations in my code in the hope I don't spot 'em CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/05 09:54:33 Modified files: sys/dev/ic : ar5210.c ar5210reg.h ar5210var.h ar5211.c ar5211reg.h ar5211var.h ar5212.c ar5212reg.h ar5212var.h ar5xxx.c ar5xxx.h Log message: back out, reyk is not paying attention CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/05 09:57:26 Modified files: libexec/spamd : spamd.8 Log message: document spamd.key better. what format does the file take? how do i create one? and so on... help from jmc@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/05 09:59:54 Modified files: libexec/spamd : spamd.8 Log message: better dd options for the spamd.key generation example. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2007/03/05 10:13:59 Modified files: sys/arch/hppa/hppa: trap.c Log message: proper check for [non]user returns to syscall gate page; found by miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 10:28:21 Modified files: usr.sbin/bgpctl: irr_output.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 10:28:59 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: need to eat whitespace at both ends of val CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 10:31:12 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: KNF CVSROOT: /cvs Module name: xenocara Changes by: dim@cvs.openbsd.org 2007/03/05 10:55:55 Modified files: app/xdm : Makefile.bsd-wrapper Log message: Fix xdm build by replacing the strange 0xa0 char that ended up in app/xdm/Makefile.bsd-wrapper by accident. ok matthieu@ CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/03/05 11:43:43 www/papers/linuxforum07 Update of /cvs/www/papers/linuxforum07 In directory cvs.openbsd.org:/tmp/cvs-serv17024/linuxforum07 Log Message: Directory /cvs/www/papers/linuxforum07 added to the repository CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/03/05 11:46:16 Added files: papers/linuxforum07: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt Log message: add my slides from LinuxForum 2007 in copenhagen CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/03/05 11:47:24 Modified files: papers : index.html Log message: link my slides from LinuxForum 2007 CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2007/03/05 11:51:04 Modified files: . : events.html Log message: link my slides and move LinuxForum to the past CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/03/05 11:58:30 Modified files: sys/arch/sparc64/dev: upa.c Log message: Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of crashing the machine on UltraSPARC-III machines with creator(4) framebuffers. ok jason@, tsi@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 12:30:46 Modified files: usr.sbin/bgpctl: irr_asset.c Log message: convert all members of an as-set to uppercase on the fly. do the same in asset_expand() for the head as-set or aut-num reference from the policy. fixes duplicate ASes with mixed case seen after set resolution and saves some str(n)casecmp on the way (or rather allows a whole bunch of strcmp to stay) CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2007/03/05 13:11:40 Modified files: sbin/isakmpd : key.c Log message: Set pointer to NULL after freeing it, so callers of key_from_printable() are not fooled into using it afterwards. OK hshoexer@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/03/05 13:29:14 Modified files: include : netgroup.h lib/libc/gen : getnetgrent.c usr.sbin/netgroup_mkdb: netgroup_mkdb.c Log message: Remove _err() calls from getnetgrent.c. This is a minor API change as _ng_sl_add() now returns a value. The only consumer of that interface is netgroup_mkdb(8). Adapted from NetBSD. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 14:08:22 Modified files: usr.sbin/bgpctl: irr_asset.c Log message: correctly deal with hierarchical as-set names. everything we run into as members that is hierarchical (contains :) has to be an as-set. RPSL requires one component to have the AS- prefix; we check that. now the huge AS-TELIANET correctly resolves - into 15128 unique ASes, takes 12m47.11s real 0m8.62s user 0m1.07s system CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 14:25:29 Modified files: libexec/spamd : spamd.8 spamd.c Log message: remove -r option that didn't work anyway. ok jmc@, reyk@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/05 14:26:35 Modified files: distrib/sets/lists/xbase: md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/05 14:39:22 Modified files: sys/arch/sh/sh : pmap.c Log message: Work around a virtual aliasing conflict issue. Basically allow multiple readers but only one writer on a physical page. Not the most optimal, but has been tested. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/05 14:47:30 Modified files: sys/arch/sh/sh : trap.c Log message: Lower the ipl to what it was at the time of the trap in general_exception, instead of remaining at splhigh; from NetBSD ok drahn@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/05 14:47:55 Modified files: sys/arch/sh/sh : pmap.c Log message: Prevent a NULL pointer dereference in __pmap_kptp_lookup(); from NetBSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/05 14:48:23 Modified files: sys/arch/sh/include: cache.h pmap.h sys/arch/sh/sh : cache.c cache_sh4.c pmap.c Log message: Add pmap_prefer() for SH4, from NetBSD; ok drahn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/05 14:48:23 Modified files: distrib/sets/lists/base: md.macppc md.mvmeppc md.sgi distrib/sets/lists/comp: md.macppc md.mvmeppc md.sgi Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 15:10:50 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: better diagnostics on inet_net_pton failing CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2007/03/05 15:10:59 Modified files: dist/Mesa/src/glx/x11: glxext.c Log message: fix build with gcc 2.95 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 15:34:08 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: RPSL spec says route: is single-valued... nontheless, in the APNIC db: route: 203.94.216.0/21, origin: AS17813 so we need to cut trailing ',' away CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/05 17:27:33 Modified files: usr.sbin/bgpctl: irr_prefix.c Log message: another completely bogus route entry, this time openface in their own RR: route: 198.73.251.0 no prefixlen... overhaul error handling in prefixset_addmember(). for prefixes without prefixlen or ones where inet_net_pton reports an invalid format, complain and ignore the prefix, but don't err out completely. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 17:36:56 Added files: . : 41.html Log message: first rev for people to start editing 4.1 information into CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 17:39:46 Modified files: . : 41.html Log message: first whack CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 17:43:29 Modified files: . : 41.html Log message: describe landisk install CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/03/05 17:45:09 Modified files: . : 41.html Log message: point the new landisk arch link to landisk.html CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 17:48:09 Modified files: . : 41.html Log message: delete old goo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 17:51:24 Modified files: . : 41.html Log message: note cats was killed CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/03/05 17:53:37 Modified files: . : 41.html Log message: uwe and drahn did usb client controller support for this release CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2007/03/05 17:56:00 Modified files: . : 41.html Log message: kettenis did cas(4) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 18:48:45 Modified files: . : 41.html index.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html plus40.html Added files: . : plus41.html Log message: the bi-annual plus file swap CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 18:58:05 Modified files: . : 40.html errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html index.html security.html Added files: . : errata40.html Log message: the bi-annual errata file swap CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 18:59:43 Modified files: libexec/spamd : spamd.c Log message: Make the maximum number of connections dependant on kern.maxfiles rather than a hardcoded value. ok reyk@, deraadt@ with knfisms and saner variable names CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 19:00:25 Modified files: libexec/spamd : spamd.8 Log message: document allowing -c to increase to within 200 of kern.maxfiles CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 19:06:02 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html Added files: . : errata41.html Log message: easier errata role mechanism CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/05 19:08:04 Modified files: . : 41.html Log message: cope with new errata reporting mechanism CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/05 20:06:42 Modified files: usr.sbin/pppd : options.c Log message: Remove code that's been commented out since '96. From Charles Longeau. OK millert@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/05 20:22:11 Modified files: usr.sbin/sliplogin: sliplogin.c usr.sbin/httpd/src/modules/standard: mod_mime_magic.c Log message: - Pass full buffer to fgets(). - Use sizeof(buf) instead of BUFSIZ. - Only overwrite '\n'. From Charles Longeau. OK millert@ and moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2007/03/05 20:27:14 Modified files: sbin/dump : traverse.c Log message: Add and fix /* FALLTHROUGH */ comments. From Jim Razmus. OK millert@ and otto@. CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/03/05 22:06:57 Modified files: fr : 40.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html events.html index.html security.html sparc.html sparc64.html want.html papers/fr : index.html papers/de : index.html openssh/ja : donations.html ftp.html Added files: fr : errata40.html errata41.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/03/05 22:09:39 Modified files: . : errata.html Log message: remove release version from title CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/05 22:16:01 Modified files: usr.bin/ftp : ftp.c Log message: Since our ftp client opportuniticly tries EPSV, then falls back to PASV for older clients, dont' spew out "500 unimplimented" when a sever that doesn't do EPSV doesn't like it, just notice, and fall back to PASV, then complain if that fails. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/05 22:38:55 Modified files: sys/dev/pci : ahci.c Log message: Make the 1:1 mapping of command slot to command header/table entries explicit by including pointers to both of them in the ccb. Inspired by dlg@ CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/05 22:40:34 Modified files: sys/dev/pci : ahci.c Log message: dlg@ advises that the bus_space operations will endian convert the DMA base addresses for me when it writes to the registers. Don't swap them manually. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/05 22:58:43 Modified files: . : 41.html Log message: change copyright to 2007 To be released (change to "Released" after May 1) 4200 ports Sendmail 8.14.0 Bind 9.3.4 OPENBSD_4_1 tag CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/05 22:59:21 Modified files: sys/dev/pci : ahci.c Log message: No need to continually assign the control table addresses, provided we don't ever zero out the whole command header. Also add some diagnostic checks to ensure we don't violate any of the controller's DMA address/size restrictions. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2007/03/05 23:27:22 Modified files: . : 41.html Log message: Add some new drivers for i386. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/05 23:43:56 Modified files: sys/dev/pci : ahci.c Log message: Apply a SG segment size limit and remove the length check. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2007/03/05 23:50:02 Modified files: . : 41.html Log message: Oops, missed owsbm(4). CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/05 23:50:48 Modified files: . : plus41.html Log message: link to plus39.html missing, and some missing commas CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/05 23:58:37 Modified files: . : plus40.html Log message: missing comma here too CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/06 00:01:40 Modified files: . : plus30.html plus31.html plus35.html Log message: fix some missing and wrong links to other plus* files CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/06 00:05:13 Modified files: . : errata24.html Log message: fix link to 3.3 errata CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/06 00:06:38 Modified files: . : errata.html Log message: add period that should be a comma CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2007/03/06 00:12:48 Modified files: . : plus.html Log message: -current, not 4.0 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2007/03/06 00:34:03 Modified files: . : i386-laptop.html Log message: update Jim Razmus' entry a bit CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 01:56:32 Modified files: libexec/spamd : spamd.8 Log message: - move LOGGING into the main body - move some relevant bits of SYNCHRONISATION into -Yy descriptions - tweaks for SYNCHRONISATION ok reyk beck CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/06 02:00:03 Modified files: sys/dev/pci : ahci.c Log message: dont do pointer maths with void * CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 02:00:13 Modified files: libexec/spamd : spamd.8 Log message: tweak -c; sort FILES; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/06 02:01:28 Modified files: sys/dev/pci : ahci.c Log message: since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we dont have to carry the cmd_tables dva around in the ccb anymore. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2007/03/06 03:13:14 Modified files: usr.bin/ssh : version.h Log message: openssh-4.6; "please" deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 03:28:54 Modified files: share/man/man5 : spamd.conf.5 Log message: simplify the language in this file, and stop talking about lists which override blacklists as whitelists; some cleanup whilst in here; ok millert beck CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 03:29:44 Modified files: etc/mail : spamd.conf Log message: sync to latest changes in spamd.conf(5); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 03:51:17 Modified files: usr.sbin/spamdb: spamdb.8 Log message: minor tweak; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 04:11:54 Modified files: usr.sbin/lpr/lpr: lpr.1 lpr.c Log message: tidy up synopsis, usage(), and options list; from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 04:16:55 Modified files: usr.bin/encrypt: encrypt.1 encrypt.c Log message: tidy up synopsis and usage(); from Igor Sobrado CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 04:19:18 Modified files: usr.bin/encrypt: encrypt.1 Log message: make "makekey" clearer; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 04:26:14 Modified files: usr.bin/encrypt: encrypt.1 Log message: oops, put -k in the right place; from Igor Sobrado CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/06 05:19:49 Modified files: . : plus41.html Log message: correct chunk; spotted by Janne Johansson CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2007/03/06 05:25:00 Modified files: sys/dev/pci : ahci.c sys/dev/ata : atascsi.c Log message: big changes to the completion path in ahci.c - add a ccb_done member to the ahci_ccb, which points to a function that is used to complete the current xfer - ccbs no longer rely on an ata_xfer being provided for submission to work - ahci is stupid and has no way to telling you the difference between an empty command slot, and a completed command. we keep track of active commands with ap_active in ahci_port, so we dont try and complete commands we havent actually submitted - ahci_start simple submits a command to the hardware now - provide the start of an interrupt handler for each port (which is not yet called by the controllers interrupt handler) - provide an ahci_poll which is built on top of ahci_start and ahci_port_intr - remove the fake ata_xfers from the softreset path - on completion of an ahci command, sync the relevant dma memory - provide a completion path for ata_xfers which syncs the xfers buffer and calls the xfers completion handler in atascsi.c: - start defining the contents of the response to an ATA IDENTIFY command specific to SATA - implement the faking of scsi inquiries, so now you'll actually see a disk attach to ahci. - start implementing a fake scsi read capacity. it presents a fake geometry though, so dont get too excited when ahci magically makes your disk have a terabyte in size. lots of discussion, help, tweaks, and an ok from pascoe@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 06:34:54 Modified files: . : 41.html Log message: one
  • too much CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 06:44:30 Modified files: . : 41.html Log message: I've hated the way we mention apache for some releases now; make clear this is our very own improved and secured shit. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/06 06:51:58 Modified files: usr.sbin/syslogd: syslogd.8 Log message: mention log to pipe in the blurb here. the details are all in syslog.conf.5, the syslogd.8 blurb has just a list. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 06:52:35 Modified files: . : 41.html Log message: syslog to pipe CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:13:47 Modified files: . : 41.html Log message: routing daemons + ntpd placeholders CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/06 07:15:51 Modified files: sys/dev/pci : ahci.c Log message: Update CCS macro to return the current command slot rather than just being a mask. Fix some typos and try to keep functions in the same order as prototypes to make the code easier to navigate. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:17:06 Modified files: . : 41.html Log message: ntpd timedelta sensors CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/06 07:24:24 Modified files: sys/dev/pci : ahci.c Log message: Add missing splx in poll path. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:25:19 Modified files: . : 41.html Log message: improved tcp md5sig and ipsec in bgpd CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:39:04 Modified files: . : 41.html Log message: ntpd monotime CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/06 07:40:22 Modified files: bin/pax : pax.1 Log message: clarify an example; from patrick keshishian help/ok otto CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:44:50 Modified files: . : 41.html Log message: IP_RECVTTL and IP_MINTTL CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:47:06 Modified files: . : 41.html Log message: bgpd include files and ttl security mechanism CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/06 07:52:13 Modified files: . : want.html Log message: I got me a SPUD bracket, but kettenis is still in need CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 07:54:53 Modified files: . : 41.html Log message: multiplw routing tables clonable pflog clonable pfsync CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 08:00:13 Modified files: . : 41.html Log message: pfctl to expire table entries, pf counter reset fixes, sensorsd status dampening CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/06 08:05:14 Modified files: . : 41.html Log message: a few things i worked on CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/06 08:34:25 Modified files: . : 41.html Log message: type from Christoph Egger CVSROOT: /cvs Module name: www Changes by: deanna@cvs.openbsd.org 2007/03/06 08:35:20 Modified files: . : users.html Log message: Add UC Davis. From Jason Dixon. ok steven CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2007/03/06 08:36:33 Modified files: . : i386.html amd64.html Log message: add azalia(4) CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 08:42:50 Modified files: . : 41.html Log message: err, somehow I'm under the impression syslogd is not a new tool CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/06 08:43:52 Modified files: . : want.html Log message: Id'd like to use my VAX and my hppa simultaneously, but I only have one AUI-UTP ethernet transceiver left. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2007/03/06 08:59:56 Modified files: distrib/notes/i386: hardware distrib/notes/amd64: hardware Log message: add azalia(4) hardware. "fine" jmc@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2007/03/06 09:00:45 Modified files: share/man/man4 : azalia.4 Log message: NVidia -> NVIDIA ok jmc@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 09:11:50 Modified files: . : 41.html Log message: pxaudc(4) is a zaurus only man page, and there's a line containing just ``q'' between zyd(4) and moscom(4). From: "Matthew R. Dempsky" CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 09:33:39 Modified files: . : 41.html Log message: typos, From: "Matthew R. Dempsky" CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/06 09:45:34 Modified files: usr.sbin/bgpctl: irr_asset.c irr_prefix.c irrfilter.c irrfilter.h Log message: prepare, but leave disabled, verbose operation so that you can see what is going on (helps when the damn thing runs for hours). will be enabled with a -v somewhen in the future CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/06 09:52:48 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde_attr.c Log message: allow filtering on peer-as (leftmost AS in path), ok claudio CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2007/03/06 10:03:53 Modified files: . : 41.html Log message: fix several links to man.cgi CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2007/03/06 10:43:36 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: PLIST-main Log message: fix @pkgpath for debug flavor, unconfuses pkg_add -u. okay pvalchev@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2007/03/06 11:26:34 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce). ok jmc@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2007/03/06 11:30:31 Modified files: devel/nspr : Makefile Log message: bump SO_VERSION to 19.0 to make room for firefox -stable updates. firefox in -stable has internal nspr and will cause issues for users who upgrade if SO_VERSION reaches 19.0 due to the .libs package. discussed with martynas. okay pvalchev@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/06 12:13:13 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Three more Expert3D-like frame buffers we shouldn't attach to yet. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/06 12:26:46 Modified files: usr.sbin/hoststated: hoststated.conf.5 parse.y relay.c Log message: add support for handling simple HTTP cookies (no per-path/domain cookies yet), for example: cookie hash "JSESSIONID" tested by some people ok pyr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/06 12:37:31 Modified files: usr.sbin/hoststated: hce.c Log message: fix the health checks when using the retry option CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2007/03/06 13:16:03 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2007/03/06 13:24:36 Modified files: distrib/notes : README.sparc64 Log message: mention DefaultFbBpp 32 for Creator 3D. Suggested by kettenis@, ok deraadt@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/06 13:28:26 Modified files: . : want.html Log message: having more transceivers than machines does not make a lot of sense ;-) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/06 14:39:58 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: Revert a workaround that was put in for softfpu ABI violations, hardfp doesnt. ok miod. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/03/06 15:03:42 Modified files: . : events.html Log message: Add some holiday snaps for Copenhagen CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2007/03/06 15:26:43 Modified files: distrib/notes : mirrors Log message: sync the mirror list here with ftp.html -r1.414 ok deraadt@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2007/03/06 15:29:24 Modified files: . : events.html Log message: I will be at 5. Erlanger Linuxtage with an OpenSSH/OpenBSD boot and a talk prompted by wvdputte@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2007/03/06 16:10:26 Modified files: sys/arch/sparc64/dev: creator.c Log message: Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow the instructions in /usr/X11R6/README. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/03/06 16:35:01 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: PackageLocator.pm PackageName.pm Vstat.pm Log message: get vfs size snapshotted and restored so that pkg_add -u has a harder time overflowing the disk. let stem work at the end of urls. test sturm@ and bernd@, okay deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/03/06 16:36:42 Modified files: . : 41.html Log message: Mention that UltraSPARC-III machines run much faster now. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/03/06 16:37:34 Modified files: . : 41.html Log message: Why would our users fucking care? CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2007/03/06 16:38:36 Modified files: libexec/spamd : grey.c grey.h spamd.8 spamd.c Log message: Add -M option to specify a local address that is a lower priority MX address than the primary one. spamd will trap hosts that contact this address first without first contacting the primary. - get it in, deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/03/06 16:41:01 Modified files: . : 41.html Log message: Mention msk(4) improvements. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2007/03/06 16:46:02 Modified files: . : 41.html Log message: gem(4) supports fiber now. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/03/06 17:09:46 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: Vstat.pm Log message: revert size check tweak, the fix does break other stuff. this is harder than I thought... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/06 19:51:17 Modified files: etc : MAKEDEV.common Log message: Forcibly change /dev/pci to a symbolic link if it isn't one. Feedback from drahn@, millert@, marco@. "then get it in" deraadt@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/06 19:58:41 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.cats : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.mac68k : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.mvme88k: MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2007/03/06 20:01:51 Modified files: etc/etc.macppc : MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/06 20:04:28 Modified files: sys/dev/ata : atascsi.c Log message: Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our queued commands to be done. CVSROOT: /cvs Module name: src Changes by: pascoe@cvs.openbsd.org 2007/03/06 20:25:24 Modified files: sys/dev/pci : ahci.c Log message: Implement hardware interrupt handler. For now, detect command completion and shut down the controller upon error (no recovery). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/06 23:23:04 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK files.sparc64 sys/arch/sparc64/dev: cons.h pcons.c sys/dev/wscons : wsdisplay.c wsemul_dumb.c Log message: For unsupported (yet) Expert3D style frame buffers, attach pcons and attach a really dumb wsdisplay to pcons, so that wskbd/wsmouse input drivers can be used for input, and prom for output. This is a band-aid for the release, so that people with such frame buffers do not need to unplug them or switch to serial console to install OpenBSD. Probably not the best way to do this, but this one has a minimal footprint and no tentacles in wscons. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/07 01:22:52 Modified files: lib/libc/sys : shutdown.2 Log message: manual page update by Bruce M. Simpson to reflect how shutdown() behaves with PF_INET and PF_INET6 sockets; help/ok millert otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/07 01:26:52 Modified files: libexec/spamd : spamd.8 Log message: new sentence, new line kill whitespace at eol CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/07 01:46:23 Modified files: libexec/spamd : spamd.8 Log message: some spelling fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/07 02:10:10 Modified files: libexec/spamd : spamd.8 Log message: clean up the greytrap stuff; CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2007/03/07 03:57:32 Modified files: . : 41.html Log message: say that timekeeping on amd64 improved CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2007/03/07 04:24:07 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: Delete.pm Vstat.pm Log message: fix size checks for good. Since we want deletion to happen `right now' but size accounting to happen later, just mark the size to delete `for later', do not take them into account for avail(), and synchronize() at the right time, e.g., after addition when updating, and right away for straight deletion. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/07 04:25:42 Modified files: share/man/man4 : axe.4 Log message: another working device CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2007/03/07 04:30:43 Modified files: libexec/spamd : spamd.c Log message: sync usage(); ok deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2007/03/07 04:55:54 Modified files: usr.sbin/bgpctl: bgpctl.8 parser.c Log message: support "bgpctl show rib peer-as NN", From: Armin Wolfermann ok theo CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2007/03/07 05:01:57 Modified files: faq : upgrade41.html Log message: Sprinkle

    s in one section to make it more readable and to match later section's style. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2007/03/07 06:38:40 Modified files: . : press.html Log message: Typo, from Mathias Kilian CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2007/03/07 07:28:44 Modified files: . : 41.html Log message: mention pthreads(3) improvements CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2007/03/07 08:46:12 Modified files: . : events.html Log message: Add NLUUG Voorjaarsconferentie CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2007/03/07 10:40:32 Modified files: usr.sbin/hoststated: hce.c parse.y pfe.c relay.c Log message: - fix the hoststatectl host disable/enable commands to work with relay layer 7 loadbalancing. - allow to run relays with tables without depending on services - show hosts and tables assigned to relays in hoststatectl show commands ok pyr@ deraadt@ with some input from mcbride@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/03/07 11:11:03 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: Use separate buffers in fsort.c and msort.c. Fixes a problem with buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. OK deraadt@ otto@ ray@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2007/03/07 11:48:17 Modified files: fr : errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html events.html want.html de : errata.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html i386-laptop.html index.html plus29.html plus30.html security.html faq/de : upgrade-old.html papers/de : index.html Added files: de : errata40.html errata41.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2007/03/07 11:50:02 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: Put the workaround back in because gcc fails to build otherwise. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/07 12:21:03 Modified files: sys/kern : Tag: OPENBSD_3_9 uipc_mbuf2.c Log message: Pull up from trunk (rev 1.27) m_dup1() copies the packet header and allocates the mbuf cluster in the wrong order. M_DUP_PKTHDR needs to be called with an empty mbuf. Allocating an mbuf cluster beforehand is not allowed as the resulting mbuf is no longer considered empty (part of the header is initialized). The correct order is to allocate an mbuf via MGETHDR(), copy the packet header and as last step allocate the cluster. Issue found by JINMEI Tatuya. OK canacar@ deraadt@ mglocker@ additional input itojun@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2007/03/07 12:21:48 Modified files: sys/kern : Tag: OPENBSD_4_0 uipc_mbuf2.c Log message: Pull up from trunk (rev 1.27) m_dup1() copies the packet header and allocates the mbuf cluster in the wrong order. M_DUP_PKTHDR needs to be called with an empty mbuf. Allocating an mbuf cluster beforehand is not allowed as the resulting mbuf is no longer considered empty (part of the header is initialized). The correct order is to allocate an mbuf via MGETHDR(), copy the packet header and as last step allocate the cluster. Issue found by JINMEI Tatuya. OK canacar@ deraadt@ mglocker@ additional input itojun@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2007/03/07 12:36:47 Modified files: . : errata39.html errata40.html Log message: new mbuf handling errata CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2007/03/07 14:18:06 Modified files: distrib/sparc/miniroot: list Log message: Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead of MAKEDEV all, since the scripts can create the needed nodes later; found the hard way by hshoexer@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2007/03/07 14:35:25 Modified files: libexec/spamd : spamd.8 Log message: Add some emphasis for easier reading and clarify MX trapping by explicitly mentioning IP aliases, which is typically how you would implement MX trapping using a single host. OK beck@, trusted by deraadt@ CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2007/03/07 15:44:27 Modified files: . : 41.html Log message: Note boot(8) support for keyboard on Intel Macs; platform links should be relative, for mirrors; more details for glxsb(4). CVSROOT: /cvs Module name: www Changes by: todd@cvs.openbsd.org 2007/03/07 18:53:46 Modified files: build/mirrors : ftp.html.mid2 Log message: remove one afs mirror that has been having problems staying up to date ok beck@ ckuethe@